]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24; up to 117687
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify use of current-time and friends.
4 * gnus-delay.el (gnus-delay-article):
5 * gnus-sum.el (gnus-summary-read-document):
6 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
7 * message.el (message-make-expires-date):
8 Omit unnecessary call to current-time.
9 * gnus-util.el (gnus-float-time): Simplify to an alias because
10 time-to-seconds now behaves like float-time with respect to nil arg.
11 (gnus-seconds-year): Don't call current-time twice to get the current
12 time stamp, as this can lead to inconsistent results.
13
14 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15
16 * gnus.el (gnus-mode-line-buffer-identification):
17 Don't add image data for a non-graphic display (bug#18813).
18
19 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
20
21 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
22 load-path, it blocks autoloading of find-image (bug#18813).
23
24 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
25
26 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
27 to keep connection open (bug#18728).
28
29 2014-10-20 Glenn Morris <rgm@gnu.org>
30
31 * Merge in all changes up to 24.4 release.
32
33 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
34
35 * message.el (message-insert-signature): Use `newline' instead of
36 inserting explicit "\n".
37
38 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
39
40 * gnus-icalendar.el: Support vcal format timezones.
41 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
42 compute dates with associated timezone.
43 (gnus-icalendar-event-from-ical): Compute all timezones.
44
45 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
46
47 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
48 check the newsrc.eld file's timestamp before saving it.
49 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
50 timestamp has changed to be newer.
51
52 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
53
54 * gnus-icalendar.el (gnus-icalendar-identities):
55 Include message-alternative-emails.
56
57 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
58
59 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
60 expired messages only when it was built in reverse order.
61
62 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
63
64 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
65 last so it can be used in `message-send-hook'.
66
67 2014-10-02 Daiki Ueno <ueno@gnu.org>
68
69 * mml.el (mml-parse-1): Error out if unknown mode is specified in
70 <#secure> tag (bug#18513).
71
72 2014-09-29 Daiki Ueno <ueno@gnu.org>
73
74 * mml.el (mml-parse-1): Error out if unknown mode is specified in
75 <#secure> tag (bug#18513).
76
77 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
78
79 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
80 of ":delete".
81
82 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
83
84 * gnus-art.el (gnus-article-browse-html-save-cid-content)
85 (gnus-article-browse-html-parts):
86 Revert last change that breaks links other than cid contents.
87
88 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
89
90 * gnus-art.el (gnus-article-browse-html-save-cid-content)
91 (gnus-article-browse-html-parts): Make cid file names relative.
92
93 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
94
95 * mm-view.el (mm-display-inline-fontify): Make the working buffer
96 temporarily displayed when running a mode function (at least org-mode
97 requires it).
98
99 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
100
101 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
102 the gnus-summary-article-expire-hook should be told where the function
103 is going. In particular, the Gnus registry might want to know.
104
105 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
108
109 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-sum.el (gnus-summary-expire-articles): Revert.
112
113 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
114
115 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
116 the gnus-summary-article-expire-hook should be told where the function
117 is going. In particular, the Gnus registry might want to know.
118
119 2014-07-31 Tassilo Horn <tsdh@gnu.org>
120
121 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
122 groups and t.
123
124 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
125
126 * gnus-utils.el (gnus-recursive-directory-files):
127 Unify hard or symbolic links (bug#18063).
128
129 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
130
131 * gnus-msg.el (gnus-configure-posting-style):
132 Allow string replacements in values when matching against a header.
133
134 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
135
136 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
137 the dribble buffer even when it is shrunk a lot.
138 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
139
140 2014-06-26 Glenn Morris <rgm@gnu.org>
141
142 * mm-util.el (help-function-arglist): Remove outdated declaration.
143
144 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
145
146 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
147 attribute values. (Bug#17834)
148
149 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
150
151 * gnus-sum.el (gnus-summary-edit-article-done):
152 Prefer point-marker to copy-marker of point.
153
154 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
157 (gnus-article-read-summary-keys):
158 Don't bug out when there is no article in the summary buffer.
159 (gnus-mime-buttonize-attachments-in-header):
160 Improve criterion that finds parts to display.
161
162 * gnus-art.el (gnus-mm-display-part):
163 * mm-decode.el (mm-shr):
164 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
165 (mm-insert-inline): Revert last changes.
166
167 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
168
169 * gnus-art.el (gnus-mm-display-part):
170 * mm-decode.el (mm-shr):
171 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
172 (mm-insert-inline): Set insertion type of end-marker, not only
173 start-marker, of undisplayer so as to stay after inserted text.
174
175 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
176
177 * html2text.el (html2text-get-attr): Fix typo when splitting value from
178 attribute. (Bug#17613)
179
180 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
183 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
184
185 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
186
187 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
188 Don't delete next part button; keep spacing between buttons.
189
190 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
191
192 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
193 Work for the last MIME part in an article.
194 (gnus-mime-display-single): Suppress excessive newlines between parts.
195
196 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
197 by leading or trailing newline.
198
199 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
200
201 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
202 while prompting a user for a file name, etc.
203 (gnus-mime-display-single): Display part with a common appearance no
204 matter whether MIME button is omitted or not; don't add duplicate entry
205 to gnus-article-mime-handle-alist.
206 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
207
208 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
209
210 * mml2015.el (mml2015-display-key-image): New variable.
211
212 2014-05-08 Glenn Morris <rgm@gnu.org>
213
214 * gnus-fun.el (gnus-grab-cam-face):
215 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
216 This is CVE-2014-3421.
217
218 2014-05-04 Glenn Morris <rgm@gnu.org>
219
220 * gnus-registry.el (gnus-registry-install-p): Doc fix.
221
222 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
223
224 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
225 the displaying state of a part.
226 (gnus-mm-display-part): Don't insert a newline in the beginning of
227 a part like gnus-mime-inline-part doesn't; work for XEmacs.
228
229 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
230 (mm-shr): Make undisplayer unbreakable.
231
232 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
233 Don't insert excessive newline.
234 (mm-inline-text-html-render-with-w3m, mm-inline-text)
235 (mm-insert-inline): Make undisplayer unbreakable.
236
237 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * gnus-art.el (gnus-mm-display-part):
240 Highlight header attachment buttons.
241
242 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
243
244 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
245 a part; redisplay a button (enbugged in 2014-03-23).
246
247 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
248
249 * auth-source.el (auth-source-search, auth-source-search-backends):
250 Treat :max 0 as an indicator that a boolean return is wanted, as
251 documented. Reported by Joe Bloggs.
252
253 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-icalendar.el: Require gnus-art.
256
257 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
258
259 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
260 (gnus-icalendar--update-org-event): put event timestamp in
261 the org entry body instead of the drawer.
262 (gnus-icalendar-event--get-attendee-names): list of participants should
263 contain even attendees without common name attribute.
264 (gnus-icalendar--update-org-event): don't generate duplicates of empty
265 property tags in org drawers.
266
267 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gmm-utils.el (gmm-format-time-string): New function.
270
271 * message.el (message-insert-formatted-citation-line): Use the original
272 author's time zone to express a date string.
273
274 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
277 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
278 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
279 Silence compiler warnings.
280 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
281
282 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
283
284 * mml.el: Require url when compiling.
285
286 * gnus-cloud.el (gnus-cloud-parse-version-1):
287 Use plist-get rather than CL's getf.
288 (gnus-activate-group, gnus-subscribe-group): Declare.
289
290 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
291
292 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
293
294 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
295 buttons when toggling the header off.
296
297 2014-03-23 Daiki Ueno <ueno@gnu.org>
298
299 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
300 commands here; instead, only check if epg-config.el is available.
301
302 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
303
304 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
305 messages with embedded images.
306 (mml-generate-mime): Don't bug out if you don't have libxml.
307
308 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
309
310 * message.el (message-make-html-message-with-image-files): New command.
311
312 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
313
314 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
315
316 2014-03-23 David Engster <deng@randomsample.de>
317
318 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
319 to stay compatible with older Emacsen, so replace `cl-loop' with
320 `loop'.
321
322 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
323
324 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
325 Display header attachment buttons by gnus-article-prepare-display
326 rather than gnus-article-prepare so as to view in mml-preview as well.
327
328 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
329
330 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
331 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
332
333 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
334
335 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
336 Display buttons that are hidden in unselected alternative part as well.
337 (gnus-mime-display-alternative): Redraw attachment buttons in header.
338
339 * gmm-utils.el (gmm-labels): Add edebug spec.
340
341 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
342
343 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
344 keystroke.
345 (gnus-server-toggle-cloud-server): Only allow clouding applicable
346 types.
347
348 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
349
350 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
351
352 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
353 New user option.
354 (gnus-mime-buttonize-attachments-in-header): New function.
355 (gnus-article-prepare): Use it.
356 (gnus-mime-inline-part): Suppress extra newline.
357 (gnus-mm-display-part): Save excursion;
358 remove useless deleting and adding of buttons.
359 (gnus-insert-mime-button): Allow insertion in the middle of a line.
360
361 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
362 Add gnus-mime-buttonize-attachments-in-header.
363
364 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
365
366 * nnimap.el (nnimap-request-articles): New command to download several
367 articles at once.
368
369 * gnus.el (gnus-variable-list): Save Cloud variables.
370
371 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
372
373 * gnus-cloud.el: New file to provide the Emacs Cloud.
374
375 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
376 `url-retrieve-synchronously', apparently.
377
378 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
379 XEmacs.
380
381 * nnrss.el (libxml-parse-html-region): Silence compilation error.
382
383 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
384
385 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
386 `gnus-group-split-fancy'.
387
388 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
389
390 * message.el (message-remove-header): Doc fix.
391 (message-forward-included-headers): New variable.
392 (message-remove-ignored-headers): Use it.
393
394 2014-03-23 Dave Abrahams <dave@boostpro.com>
395
396 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
397
398 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
399
400 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
401 from random face commands.
402 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
403 Face.
404 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
405 (gnus--random-face-with-type): Generic function returning a face-type
406 as a string.
407 (gnus--insert-random-face-with-type): Generic function inserting a face
408 in a message buffer header.
409 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
410 (gnus-insert-random-x-face-header): Rewritten to use
411 `gnus--insert-random-face-with-type`.
412 (gnus-random-face): Return random (png) Face as string.
413 (nus-insert-random-face-header): Insert random (png) Face in a message
414 buffer.
415
416 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
417
418 * mm-url.el: Remove all usage of w3.
419
420 * nnrss.el: Ditto.
421
422 * mm-decode.el: Ditto.
423
424 * mm-view.el: Ditto.
425
426 * gnus-setup.el: Remove outdated file.
427
428 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
429
430 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
431 groups work again.
432
433 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
434
435 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
436 999 correctly (i.e. "1,342").
437
438 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
439
440 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
441 out if the directory doesn't exist.
442
443 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
444
445 * gnus-group.el (gnus-group-make-group): Clarify prompt.
446
447 2014-02-22 Daniel Colascione <dancol@dancol.org>
448
449 * auth-source.el (auth-source-secrets-listify-pattern): New function.
450 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
451 instead, build list of patterns.
452
453 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
454
455 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
456 in `auth-sources' means and link to EPA docs.
457
458 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
459
460 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
461 (bug#12375).
462
463 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
464
465 * message.el (message-tab): Mention what happens on normal tabs
466 (bug#11297).
467
468 2014-02-08 Glenn Morris <rgm@gnu.org>
469
470 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
471
472 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
473
474 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
475 with an empty string.
476
477 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
478
479 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
480 buffer-local in some buffers, so bind it explicitly in the buffer we're
481 trying to cancel the article in (bug#10808).
482
483 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
484
485 * gnus-int.el (gnus-request-accept-article): Doc fix.
486
487 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
488
489 * nnir.el (nnir-request-update-mark): Don't try to update the source
490 group if we can't find it (bug#16611).
491
492 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
493
494 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
495
496 2014-01-31 Dave Abrahams <dave@boostpro.com>
497
498 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
499 in the summary buffer (bug#13769).
500
501 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
502
503 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
504 name if we're using a single article buffer. Otherwise, it may point
505 to a killed buffer (bug#13756).
506
507 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
508
509 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
510 the match data, just save and restore it explictly (bug#12375).
511
512 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
513 that's needed.
514
515 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
516 the code once (bug#9069).
517
518 2014-01-18 Steinar Bang <sb@dod.no>
519
520 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
521 reading.
522
523 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
524
525 * message.el (message-bury): Call bury-buffer with no argument
526 in the message-return-action case too.
527
528 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
529
530 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
531 (nnimap-split-fancy, nnimap-split-methods): Declare.
532
533 * mm-util.el (help-function-arglist): Declare.
534
535 2013-12-28 Glenn Morris <rgm@gnu.org>
536
537 * gnus-sieve.el (gnus-sieve-select-method):
538 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
539 (gravatar-rating, gravatar-size):
540 * message.el (message-minibuffer-local-map):
541 * sieve-manage.el (sieve-manage-authenticators)
542 (sieve-manage-authenticator-alist): Specify custom types.
543
544 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
545 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
546 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
547
548 * auth-source.el (auth-sources):
549 * nnmairix.el (nnmairix-propagate-marks-upon-close):
550 Fix custom types.
551
552 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
553
554 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
555 we get proper traces there, too.
556
557 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
558
559 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
560 value of the parameters if the current article has a Reply-To or From
561 field.
562
563 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
564
565 * gnus.el (gnus-group-buffer): Remove duplicate definition.
566
567 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
568
569 * gnus-sum.el (gnus-summary-exit): Stop animations.
570
571 2013-12-19 Juri Linkov <juri@jurta.org>
572
573 * gnus.el (gnus-suppress-keymap):
574 * gnus-art.el (gnus-article-mode-map):
575 * gnus-group.el (gnus-group-mode-map):
576 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
577 Remove [backspace] key binding because it shadows DEL (bug#16035).
578
579 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
580
581 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
582
583 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
584 Make sure work directory exists.
585 (gnus-uu-digest-mail-forward): Store temporary files in work directory
586 rather than tmp directory.
587 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
588 not necessarily always run, with it.
589
590 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
591
592 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
593 value of gnus-icalendar-additional-identities work without restart.
594
595 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
596
597 * mm-util.el (mm-make-temp-file):
598 Alias to make-temp-file for modern Emacsen.
599
600 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
601
602 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
603 nnir-article-number and nnir-article-group.
604
605 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
606
607 * message.el (message-send-mail-with-sendmail):
608 Don't kill error buffer if sending fails.
609
610 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
611
612 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
613 (gnus-icalendar-event->org-entry)
614 (gnus-icalendar--update-org-event)
615 (gnus-icalendar-event->gnus-calendar): Distinguish between
616 required/optional/non-participant attendee status. Fix bug causing
617 the first required event participant to be omitted.
618
619 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
620
621 * gnus-art.el (article-de-quoted-unreadable)
622 (article-de-base64-unreadable, gnus-mime-copy-part)
623 * gnus-html.el (gnus-article-html)
624 * mm-view.el (mm-inline-text-html-render-with-w3)
625 (mm-inline-text-html-render-with-w3m-standalone)
626 * rfc2231.el (rfc2231-decode-encoded-string):
627 Allow overriding charset by mm-charset-override-alist.
628
629 * gnus-art.el (gnus-article-browse-html-parts):
630 Replace LWSPs with `&nbsp;'s in header.
631
632 Work for broken Chinese articles.
633
634 * gnus-art.el (gnus-article-browse-html-save-cid-content):
635 Exclude broken handles that gnus-summary-enter-digest-group may create.
636 (gnus-article-browse-html-parts):
637 Allow overriding charset by mm-charset-override-alist.
638
639 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
640
641 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
642 (gnus-icalendar-identities): Support additional-identities.
643
644 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
645 Fix org-timestamp for events ending at midnight.
646
647 2013-11-21 Ivan Shmakov <ivan@siamics.net>
648
649 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
650 Support debbugs .log files.
651
652 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
653
654 * message.el (message-beginning-of-line):
655 Use beginning-of-visual-line when visual-line-mode is turned on.
656
657 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
658
659 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
660 (gnus-icalendar-event-from-ical)
661 (gnus-icalendar-event->org-entry)
662 (gnus-icalendar--update-org-event): Required/optional participation,
663 list of attendees synced to org.
664
665 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
666
667 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
668 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
669 cancellations to be synced to org if the original appt has an org
670 outline.
671
672 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
673
674 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
675 (gnus-icalendar-event->org-entry)
676 (gnus-icalendar--update-org-event)
677 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
678
679 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
680
681 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
682 Fix timezone handling in gnus-icalendar export to org.
683
684 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
685
686 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
687
688 2013-10-30 Glenn Morris <rgm@gnu.org>
689
690 * gnus-group.el (gnus-group-browse-foreign-server):
691 * gnus-int.el (gnus-start-news-server):
692 Silence compiler obsolescence warning.
693
694 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
695
696 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
697 `nnoo-current-server' first, then for the actual `nnimap-address' to
698 allow netrc entries for the nnoo server to coexist with netrc entries
699 for the `nnimap-address'.
700
701 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
702
703 * mm-decode.el (mm-dissect-buffer): Revert last change.
704 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
705 The problem that motivated those changes was attributed to a broken
706 mail sender, and has been fixed.
707
708 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
709
710 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
711 token is missing in the Content-Type header.
712
713 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
714
715 2013-09-18 Glenn Morris <rgm@gnu.org>
716
717 * gnus-util.el (image-size): Declare.
718
719 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
720
721 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
722 (gnus-icalendar-event-from-ical)
723 (gnus-icalendar-event--build-reply-event-body)
724 (gnus-icalendar-event-reply-from-buffer)
725 (gnus-icalendar-find-org-event-file)
726 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
727 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
728
729 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
730
731 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
734 Use save-current-buffer.
735 (gnus-tree-mode-map): Initialize in the declaration.
736 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
737 (scroll-in-place): Defvar it.
738 (gnus-tmp-*): Defvar them.
739 (gnus-get-tree-buffer): Use derived-mode-p.
740 (gnus--let-eval): New macro.
741 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
742 non-prefixed variables.
743 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
744
745 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
746 vars since it doesn't seem to be available.
747 (gnus-set-global-variables, gnus-summary-read-group-1)
748 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
749 (gnus-summary-display-article, gnus-summary-select-article)
750 (gnus-summary-next-article, gnus-offer-save-summaries)
751 (gnus-summary-generic-mark): Use derived-mode-p.
752 (gnus-summary-read-group-1, gnus-summary-exit)
753 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
754 Adjust calls to gnus-tree-close and gnus-tree-open.
755
756 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
757
758 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
759 (gnus-agent-mode): Use derived-mode-p.
760 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
761 gnus-command-method and *-command-method to nil, but bind
762 gnus-command-method to *-command-method instead!
763 (gnus-agent-fetch-articles): Remove unused var `id'.
764 (gnus-agent-fetch-headers): Remove unused arg `force'.
765 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
766 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
767 (gnus-agent-short-article, gnus-agent-long-article)
768 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
769 first use.
770 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
771 `score-param'.
772 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
773 (gnus-get-predicate): Push in front of the cache, rather than end.
774 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
775 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
776 (gnus-agent-expire-unagentized-dirs): Don't rebind
777 gnus-agent-expire-current-dirs since the defvar silences the warning.
778 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
779 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
780 (gnus-agent-regenerate): Simplify interactive spec and doc.
781
782 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
783
784 * gnus-int.el (gnus-open-server): Silence compiler.
785
786 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
787
788 * message.el (message-display-completion-list): Abolish.
789 (message-completion-in-region): Use display-completion-list.
790
791 2013-09-17 Glenn Morris <rgm@gnu.org>
792
793 * gnus-util.el (gnus-message-with-timestamp-1):
794 Use `messages-buffer' function if available. Ignore read-only.
795
796 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
797
798 * message.el (message-expand-group, message-completion-in-region):
799 Correct the order of start and end of a region.
800
801 2013-09-13 Glenn Morris <rgm@gnu.org>
802
803 * mml2015.el (gnus-create-image): Autoload it.
804
805 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
806
807 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
808 (image-size): Declare.
809
810 2013-09-12 Glenn Morris <rgm@gnu.org>
811
812 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
813 Avoid using `find', which i) might not be defined at runtime;
814 ii) does not work, since its default test is eql, not equal.
815 (gnus-mime-action-alist): Declare.
816
817 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * score-mode.el (gnus-score-mode-map): Move initialization
820 into declaration.
821 (gnus-score-mode): Use define-derived-mode.
822 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
823 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
824 into declaration.
825 (gnus-kill-file-mode): Use define-derived-mode.
826 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
827 Use derived-mode-p.
828 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
829 (gnus-group-setup-buffer, gnus-group-name-at-point)
830 (gnus-group-make-web-group, gnus-group-enter-directory)
831 (gnus-group-suspend): Use derived-mode-p.
832 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
833 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
834 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
835 (gnus-article-setup-buffer, gnus-article-prepare)
836 (gnus-article-prepare-display, gnus-sticky-article)
837 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
838 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
839 (gnus-article-read-summary-keys): Use derived-mode-p.
840
841 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
842
843 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
844
845 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
846
847 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
848 shift_jis from the default value set for Japanese users.
849
850 2013-08-13 Glenn Morris <rgm@gnu.org>
851
852 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
853
854 * gnus.el (gnus-valid-select-methods): Fix type.
855
856 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
857
858 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
859
860 * mm-decode.el (mm-display-external): Run a timer for the temp files
861 deletion after a viewer exits; add a deletion timer for the needsterm
862 case, too.
863
864 * mm-decode.el (mm-display-external): Try to delete temporary files by
865 using a 1-min. timer.
866
867 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
868
869 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
870 New internal variables.
871 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
872 (mm-display-external): Use it to delete temporary files instead of
873 using timers.
874
875 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
876
877 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
878 with cond for backwards compatability.
879
880 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
881
882 * mm-decode.el (mm-display-external): Bind process-connection-type to
883 nil; don't delete a temp file immediately even if a viewer finishes,
884 since it may be a shell script, like xdg-open, that launches a real
885 viewer program belatedly.
886
887 2013-08-05 Dave Abrahams <dave@boostpro.com>
888
889 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
890 that we can create nndoc groups that excerpt other groups.
891
892 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * gnus-delay.el (gnus-delay-article): Fix typo.
895
896 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
897 articles.
898
899 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
900 we can get spell-checking etc.
901
902 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
903
904 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
905 a single one used for encoding the whole text in a header.
906
907 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
908
909 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
910 before sending.
911
912 * mm-decode.el (mm-command-output): New face.
913 (mm-display-external): Use it.
914
915 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
916
917 * nnmbox.el (nnmbox-request-article): Don't change point.
918
919 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
920
921 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
922 Include `handle' parameter.
923
924 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
925
926 * gnus-icalendar.el: New file.
927
928 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
931
932 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
933 dummy roots, too.
934
935 2013-08-01 David Edmondson <dme@dme.org>
936
937 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
938 out on ttys.
939
940 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
941
942 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
943 not empty.
944
945 * nnrss.el (nnrss-discover-feed): Indent.
946
947 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
948
949 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
950
951 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
952
953 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
954 dirty to ensure nnimap data being saved.
955
956 2013-07-30 Tassilo Horn <tsdh@gnu.org>
957
958 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
959 menu entry.
960
961 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
962 the current thread's total score instead of the current article's
963 score.
964
965 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
966 (gnus-sort-threads-recursively): Delete defcustom.
967 (gnus-sort-threads-recursive): Adapt accordingly.
968
969 2013-07-30 Tassilo Horn <tsdh@gnu.org>
970
971 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
972 (gnus-sort-threads-recursive): Use it.
973 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
974 again. Now that determines how to sort subthreads.
975
976 2013-07-26 Tassilo Horn <tsdh@gnu.org>
977
978 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
979 (gnus-sort-threads): Use it.
980
981 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
982
983 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
984 punctuation characters follow parentheses (bug#14950).
985
986 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
987
988 * gnus.el (gnus-continuum-version):
989 * gnus-msg.el (gnus-extended-version): Simplify.
990
991 * gnus.el (gnus-continuum-version-1): Remove.
992 * gnus-msg.el (gnus-bug): Revert.
993
994 Calculate gnus-version correctly on Cygwin.
995
996 * gnus.el (gnus-continuum-version): Do main calculations in integers.
997 (gnus-continuum-version-1): New function, return a string.
998
999 * gnus-msg.el (gnus-extended-version, gnus-bug):
1000 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1001
1002 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1003
1004 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1005 (bug#13384).
1006
1007 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1008
1009 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1010 that were only relevant in a development version a long time ago.
1011
1012 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1013
1014 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1015 that the old Emacs 24s bundle.
1016
1017 2013-07-10 David Engster <deng@randomsample.de>
1018
1019 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1020 if `gnus-newsrc-file-version' does not match `gnus-version'.
1021 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1022 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1023 Gnus v0.03".
1024
1025 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1026
1027 * gnus.el (gnus-summary-line-format):
1028 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1029 `gnus-summary-user-date-format-alist'.
1030
1031 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1032
1033 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1034 delete files (bug#13481).
1035
1036 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1037
1038 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1039
1040 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1041
1042 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1043 display images.
1044
1045 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1046
1047 * message.el (message-cancel-news): According to
1048 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1049 preferred over "cmsg cancel" in the Subject.
1050
1051 * nnir.el (nnir-engines): Note that the group specs are regexps
1052 (bug#13238).
1053
1054 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1055 gotten read-only text properties, ensure that those aren't heeded when
1056 copying stuff over (bug#13434).
1057
1058 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1059 (bug#13762).
1060
1061 2013-07-05 David Kastrup <dak@gnu.org>
1062
1063 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1064 authinfo file again (important for blank passwords). This had been
1065 broken with 2013-06-15 change.
1066
1067 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1068
1069 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1070 Revert 2013-01-14 change.
1071
1072 2013-07-02 David Engster <deng@randomsample.de>
1073
1074 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1075 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1076 to see whether the group was synced before.
1077
1078 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1079
1080 * nnimap.el (nnimap-request-move-article): Decode the group name when
1081 doing internal moves to avoid charset issues.
1082
1083 2013-07-02 Julien Danjou <julien@danjou.info>
1084
1085 * nnimap.el (nnimap-request-list):
1086 Revert change that made listing synchronous.
1087 (nnimap-get-responses): Restore.
1088
1089 2013-07-02 Dave Abrahams <dave@boostpro.com>
1090
1091 * nnimap.el (nnimap-change-group): Document result value.
1092
1093 * nnimap.el (nnimap-find-article-by-message-id):
1094 Account for the fact that nnimap-change-group can return t.
1095
1096 2013-07-02 Julien Danjou <julien@danjou.info>
1097
1098 * nnimap.el (nnimap-request-head):
1099 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1100
1101 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1102
1103 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1104 supported by nnimap actually. Reverts previous change.
1105
1106 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1107 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1108 to-buffer argument that is already supported.
1109
1110 2013-07-02 Julien Danjou <julien@danjou.info>
1111
1112 * nnimap.el (nnimap-get-responses): Remove, unused.
1113
1114 2013-07-02 Julien Danjou <julien@danjou.info>
1115
1116 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1117 `nnimap-request-move-articles-find-limit' since we do not use it
1118 only for move operations.
1119 (nnimap-request-accept-article):
1120 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1121
1122 2013-07-02 Julien Danjou <julien@danjou.info>
1123
1124 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1125
1126 * nnimap.el (nnimap-log-buffer):
1127 Check that `window-point-insertion-type' is boundp, since it's not
1128 available in XEmacs.
1129
1130 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1131
1132 * nnimap.el (nnimap-log-buffer):
1133 Add this, setting `window-point-insertion-type' in the buffer to t.
1134 (nnimap-log-command): Use nnimap-log-buffer.
1135
1136 2013-07-02 Julien Danjou <julien@danjou.info>
1137
1138 * nnimap.el (nnimap-find-article-by-message-id):
1139 Add an optional limit argument to be able to limit the search.
1140 (nnimap-request-move-article):
1141 Use `nnimap-request-move-articles-find-limit'.
1142 (nnimap-request-move-articles-find-limit):
1143 Add this to limit the search by Message-Id after a message move.
1144 (nnimap): Add defgroup.
1145
1146 2013-07-02 Julien Danjou <julien@danjou.info>
1147
1148 * nnimap.el (nnimap-find-article-by-message-id):
1149 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1150 (nnimap-possibly-change-group): Add read-only argument.
1151 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1152 issuing EXAMINE manually.
1153 (nnimap-find-article-by-message-id):
1154 Use `nnimap-possibly-change-group' with read-only argument.
1155 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1156 We cannot possibly change because we need to be sure that it's either
1157 read-write or read-only.
1158
1159 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
1161 * gnus-sum.el (gnus-summary-insert-old-articles):
1162 Don't include unexisting messages.
1163
1164 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1165
1166 * gnus-start.el (gnus-clean-old-newsrc):
1167 Remove totally bogus `unexists' entries.
1168 (gnus-clean-old-newsrc): Fix last checkin.
1169
1170 * nnimap.el (nnimap-update-info):
1171 None of the articles below the active low-water mark exist.
1172
1173 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1174
1175 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1176
1177 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1178
1179 * nnimap.el (nnimap-request-scan):
1180 Allow `nnimap-inbox' to be a list of inboxes.
1181
1182 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1183
1184 * gnus-group.el (gnus-group-expire-articles-1):
1185 Don't try to expire messages that don't exist.
1186
1187 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1188
1189 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1190
1191 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1192
1193 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1194
1195 * gnus-start.el (gnus-clean-old-newsrc):
1196 Delete `unexist' from pre-Ma Gnus 0.3.
1197
1198 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1199
1200 * gnus-sum.el (gnus-summary-local-variables):
1201 Make `gnus-newsgroup-unexist' into a local variable.
1202
1203 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1204
1205 * gnus-sum.el (gnus-adjust-marked-articles):
1206 Add to `gnus-newsgroup-unexist'.
1207
1208 * gnus.el (gnus-article-mark-lists):
1209 Add `unexist' to the list of marks.
1210 (gnus-article-special-mark-lists):
1211 Put the `unexist' in the special marks list instead.
1212
1213 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1214 articles in the list of articles to be selected.
1215
1216 * nnimap.el (nnimap-retrieve-group-data-early):
1217 Query for unexisting articles.
1218 (nnimap-update-info): Keep track of unexisting articles.
1219 (nnimap-update-qresync-info): Ditto.
1220
1221 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1222
1223 * gnus-start.el (gnus-clean-old-newsrc): New function.
1224 (gnus-read-newsrc-file): Use it.
1225
1226 2013-07-02 Daiki Ueno <ueno@gnu.org>
1227
1228 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1229 of 'create-image' for XEmacs compatibility; check errors when decoding
1230 image. Reported by Uwe Brauer.
1231
1232 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1235 gnus-button-push revised at 2011-01-19.
1236
1237 2013-06-19 Glenn Morris <rgm@gnu.org>
1238
1239 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1240
1241 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1242
1243 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1244
1245 2013-06-18 Glenn Morris <rgm@gnu.org>
1246
1247 * eww.el, shr.el, shr-color.el: Move to ../net.
1248
1249 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1250
1251 * shr.el (shr-tag-table): Insert the images after the table, so that
1252 they're not covered by the table colourisation, which often looked
1253 awkward.
1254 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1255 <dd>.
1256
1257 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1258
1259 * eww.el (eww-detect-charset): Improve regexp; move backward.
1260
1261 2013-06-18 Glenn Morris <rgm@gnu.org>
1262
1263 * mm-decode.el (widget-convert-button): Autoload.
1264
1265 * sieve-manage.el (mm-enable-multibyte): Autoload.
1266
1267 * shr.el (libxml-parse-html-region): Declare.
1268 (shr-render-buffer): Explicit error if no libxml2 support.
1269
1270 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1271
1272 * auth-source.el (auth-source-current-line): New function.
1273 (auth-source-netrc-parse-entries): When a data token is "machine",
1274 assume we're in the wrong place and abort parsing the current line.
1275
1276 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1279 (eww-convert-widgets): Don't bug out if the first widget starts at the
1280 beginning of the buffer.
1281 (eww-convert-widgets): Fix last patch.
1282 (eww-tag-input): Support <input type=image>.
1283
1284 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1285 (shr-tag-base): Protect against base specs that are degenerate.
1286 (shr-ensure-paragraph): Don't delete empty lines that have text
1287 properties, because these may be input fields.
1288
1289 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1290 we can navigate to them.
1291
1292 * shr.el (shr-colorize-region): Put the colours over the entire region.
1293 (shr-inhibit-decoration): New variable.
1294 (shr-add-font): Use it to inhibit text property decorations while doing
1295 preliminary table renderings. This speeds up typical Wikipedia page
1296 renderings by 15%.
1297 (shr-tag-span): Don't respect the <title>, because that overwrites the
1298 help-echo from links inside the spans.
1299 (shr-next-link): Use `help-echo' for navigation, so that we can
1300 navigate to form elements, too.
1301
1302 * eww.el (eww-button): New face.
1303 (eww-convert-widgets): Use it to make submit buttons more button-like.
1304
1305 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1306 that Gnus commands work.
1307
1308 * shr.el (shr-render-td): Support horizontal alignment.
1309
1310 * eww.el (eww-put-color): Remove.
1311 (eww-colorize-region): Use `add-face-text-property'.
1312
1313 * shr.el (shr-add-font): Append face data, so that we get the correct
1314 precedence: The innermost value (which is applied first) wins.
1315 (shr-make-overlay): Obsolete function.
1316
1317 * mm-decode.el (mm-convert-shr-links): New function to convert
1318 new-style shr URL links into widgets.
1319 (mm-shr): Use it.
1320
1321 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1322 widget commands, since we're no longer using widgets for links.
1323
1324 * shr.el (shr-next-link): New command.
1325 (shr-previous-link): New command.
1326 (shr-urlify): Don't use `widget-convert', because that's slow.
1327 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1328 because collecting the overlays and reapplying them when generating
1329 tables is slow.
1330 (shr-insert-table): Ditto.
1331
1332 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1333
1334 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1335 * shr.el (browse-url): Require `url'.
1336 * eww.el (url): Require format-spec.
1337
1338 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1339
1340 * eww.el (eww-display-html): Default to using the entire window width.
1341 (eww-browse-url): Don't add a User-Agent header (twice), because that
1342 makes Bing refuse connection.
1343
1344 * shr.el (shr-make-table): Cache the table rendering at the table
1345 level, and not the <td> level. This is a bit faster.
1346
1347 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1348 #id.
1349
1350 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1351 browsers don't.
1352 (shr-expand-url): Respect #anchor links.
1353 (shr-parse-base): Chop off the anchor before using.
1354 (shr-descend): Respect display: none.
1355 (shr-descend): Allow marking elements that have certain IDs.
1356
1357 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1358
1359 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1360
1361 * eww.el (eww-tag-textarea): Support <textarea>.
1362
1363 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1364
1365 * shr.el (shr-dom-to-xml): Fix function call.
1366
1367 * eww.el (eww): New group.
1368 (eww-header-line-format): New custom variable.
1369 (eww-current-title): New variable.
1370 (eww-display-html): Update header and handle title tag.
1371 (eww-update-header-line-format): New function.
1372 (eww-tag-title): New function.
1373
1374 * shr.el (shr-dom-to-xml): New function.
1375 (shr-tag-svg): Add support for the SVG tag.
1376 (shr-bullet): New custom variable.
1377 (shr-tag-li): Support custom bullet in unordered lists.
1378
1379 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1380
1381 * shr.el (shr-expand-url): Respect // URLs.
1382
1383 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1384 put a background colour onto the entire buffer.
1385 (eww-render): When being redirected, use the redirect URL as the new
1386 base URL.
1387
1388 * shr.el (shr-parse-base): Fix parsing error.
1389
1390 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1391
1392 * shr.el (shr-parse-base): New function.
1393 (shr-expand-url): Use it to expand relative URLs reliably.
1394
1395 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1396
1397 * auth-source.el (auth-source-search-collection): Fix docstring.
1398 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1399 single-quoted strings and multiline entries.
1400 (auth-source-netrc-parse-next-interesting)
1401 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1402 New functions to support parser.
1403
1404 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1405
1406 * eww.el (eww-submit): Get submit button logic right when hitting RET
1407 on non-submit buttons.
1408
1409 * shr.el: Remove shr-preliminary-table-render, since that can't really
1410 be used for anything in practice.
1411
1412 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1413
1414 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1415 (sieve-manage-quit).
1416
1417 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1418
1419 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1420 control the maximum size of photo ID image.
1421 (mml2015-epg-key-image-to-string): Respect it.
1422
1423 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1424
1425 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1426 instead of the final one so that we can more easily distinguish them.
1427
1428 * eww.el (eww-submit): Compute the submission URL correctly.
1429
1430 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1433 Use plist-get rather than CL's getf.
1434 (sieve-manage-parse-capability): Avoid CL's remove-if.
1435
1436 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1437
1438 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1439 last slash.
1440
1441 * eww.el (eww-tag-select): Use the first value as the default value.
1442
1443 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1444
1445 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1446 (eww-mode): Use `define-derived-mode'.
1447 (eww-parse-headers): Parse headers from beginning of buffer so that
1448 file:// links work.
1449
1450 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1451
1452 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1453
1454 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1455
1456 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1457 to handle them at all.
1458
1459 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460
1461 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1462 work, too.
1463 (eww-tag-select): Implement <select>.
1464
1465 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1466
1467 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1468 stream managing functions by using open-protocol-stream to do most of
1469 the work. Has the nice benefit of enabling STARTTLS.
1470 Wait for capabilities after STARTTLS: following RFC5804, the server
1471 sends new capabilities after successfully establishing a TLS connection
1472 with the client. The client should update the cached list of
1473 capabilities, but we just ignore the answer for now.
1474 (sieve-manage-network-p, sieve-manage-network-open)
1475 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1476 (sieve-manage-forward, sieve-manage-streams)
1477 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1478 API, nor called by any other function.
1479 Enable Multibyte for SieveManage buffers: The parser won't properly
1480 handle umlauts and line endings unless multibyte is turned on in the
1481 process buffer.
1482
1483 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1484
1485 * eww.el (eww-tag-input): Support password fields.
1486 (eww-submit): Support POST.
1487
1488 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1489
1490 * eww.el (eww-tag-form): Protect against degenerate forms.
1491
1492 * shr.el (shr-expand-url): Expand URLs that start with a slash
1493 correctly.
1494
1495 * eww.el (eww-submit): Get submit button logic right.
1496
1497 * shr.el (shr-final-table-render): New variable to signal when we're
1498 doing the final table rendering so that we can collect more data at
1499 that point.
1500
1501 * eww.el (eww-submit): Make form submission work.
1502 (eww-tag-input): Implement submit buttons.
1503 (eww-click-radio): Implement radio and checkboxes.
1504 (eww-submit): Handle hidden elements.
1505
1506 * shr.el (shr-descend): Allow other packages to override (or provide)
1507 rendering of elements.
1508 (shr-expand-url): Strip query strings from URLs before expanding them.
1509
1510 * eww.el: Don't require cl-lib.
1511 (eww-tag-form): Start form support.
1512
1513 * eww.el: Start writing a new, tiny web browser.
1514 (eww-previous-url): New command.
1515 (eww-quit): New command.
1516
1517 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1518
1519 * sieve.el: Put point at beginning of buffer when viewing a script.
1520 (sieve-open-server): Respect the PORT parameter. Show the correct port
1521 number in sieve-buffer's header. Fixed code to also work with a string
1522 as port specifier. Properly close the connection on pressing 'q'. Make
1523 sieve-manage-quit close the connection and process buffer. Also, remove
1524 duplicate keybinding for 'q'.
1525
1526 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1527
1528 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1529 make it easier to read.
1530 (mm-pkcs7-enveloped-magic): Ditto.
1531
1532 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1533
1534 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1535 before `image-type-available-p' to avoid loading the image libraries
1536 needlessly.
1537
1538 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1539
1540 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1541 assume Date header begins with "Date", that may be customized into
1542 something like "X-Sent" using gnus-article-time-format.
1543 (article-transform-date): Allow multi-line Date header.
1544
1545 2013-06-02 David Engster <deng@randomsample.de>
1546
1547 * registry.el (initialize-instance, registry-lookup)
1548 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1549 (registry-lookup-secondary-value, registry-search, registry-delete)
1550 (registry-insert, registry-reindex, registry-size, registry-prune):
1551 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1552 changes in EIEIO (introduction of eieio-core.el).
1553
1554 2013-05-30 Glenn Morris <rgm@gnu.org>
1555
1556 * nnmail.el (nnmail-fancy-expiry-target):
1557 Also bind mail-dont-reply-to-names.
1558
1559 * spam-stat.el (spam-stat-save):
1560 No need to tweak font-lock in temp buffers.
1561
1562 * shr.el (shr-put-image): Silence compiler.
1563
1564 2013-05-29 Glenn Morris <rgm@gnu.org>
1565
1566 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1567
1568 * gnus-group.el (gnus-sequence-of-unread-articles)
1569 (gnus-summary-add-mark, gnus-mark-article-as-read)
1570 (gnus-group-make-articles-read): Declare.
1571
1572 * gnus-sum.el (gnus-parameter-list-identifier)
1573 (gnus-article-stop-animations, gnus-stop-downloads)
1574 (gnus-article-only-boring-p, article-goto-body)
1575 (gnus-flush-original-article-buffer, article-narrow-to-head)
1576 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1577 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1578
1579 * gnus.el: No need to eval-and-compile autoloads.
1580
1581 * gravatar.el (help-function-arglist): Autoload.
1582
1583 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1584
1585 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1586
1587 * spam.el: No need to load spam-report when compiling.
1588 No need to eval-and-compile autoloads.
1589 (spam-report-resend-to): Declare.
1590 (spam-report-resend-register-routine): Require 'spam-report.
1591
1592 2013-05-24 Julien Danjou <julien@danjou.info>
1593
1594 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1595 setup.
1596
1597 2013-05-23 Glenn Morris <rgm@gnu.org>
1598
1599 * gnus-util.el (rmail-swap-buffers-maybe)
1600 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1601 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1602 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1603
1604 * mm-decode.el: No need to load term when compiling.
1605 (term-mode, term-char-mode): Declare.
1606
1607 * mm-util.el: No need to load jka-compr when compiling.
1608 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1609
1610 * nnmaildir.el: Require is automatically eval-and-compile.
1611 (nnmail): Require at run-time too.
1612
1613 * registry.el (registry-size): Move definition before use.
1614
1615 2013-05-22 Daiki Ueno <ueno@gnu.org>
1616
1617 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1618 signed data to conform the standard. (Bug#14232)
1619
1620 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1621
1622 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1623 double angle quotation mark.
1624
1625 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1626
1627 * message.el (message-insert-formatted-citation-line): Handle finding
1628 first/lastname when more than 2 names appear.
1629
1630 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1631
1632 * shr.el (shr-tag-span): New function.
1633
1634 2013-05-18 Glenn Morris <rgm@gnu.org>
1635
1636 * message.el (message-mode): Use message-mode-abbrev-table,
1637 with text-mode-abbrev-table as parent. (Bug#14413)
1638
1639 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1640
1641 * message.el (message-expand-group): Decode group names.
1642
1643 2013-05-16 Julien Danjou <julien@danjou.info>
1644
1645 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1646 app-icon.
1647
1648 2013-05-15 Glenn Morris <rgm@gnu.org>
1649
1650 * shr-color.el (shr-color-visible-luminance-min)
1651 (shr-color-visible-distance-min): Use shr-color group.
1652
1653 2013-05-11 Glenn Morris <rgm@gnu.org>
1654
1655 * gnus-vm.el: Make it loadable without VM.
1656 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1657 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1658
1659 2013-05-09 Glenn Morris <rgm@gnu.org>
1660
1661 * mml1991.el: Make it loadable. (Bug#13456)
1662
1663 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1664 * gnus-async.el (gnus-async-post-fetch-function):
1665 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1666 * gnus-html.el (gnus-html-image-cache-ttl):
1667 * gnus-notifications.el (gnus-notifications-timeout):
1668 * gnus-picon.el (gnus-picon-properties):
1669 * gnus-util.el (gnus-completion-styles):
1670 * gnus.el (gnus-other-frame-resume-function):
1671 * message.el (message-user-organization-file)
1672 (message-cite-reply-position):
1673 * nnir.el (nnir-summary-line-format)
1674 (nnir-retrieve-headers-override-function):
1675 * shr-color.el (shr-color-visible-luminance-min):
1676 * shr.el (shr-blocked-images):
1677 * spam-report.el (spam-report-resend-to):
1678 * spam.el (spam-summary-exit-behavior): Fix custom types.
1679
1680 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1681
1682 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1683
1684 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1685 because of let-binding help-xref-following. (Bug#14356)
1686
1687 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1688
1689 * message.el (message-bury, message-send-and-exit):
1690 Revert 2013-05-04 change.
1691
1692 2013-05-06 Glenn Morris <rgm@gnu.org>
1693
1694 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1695
1696 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1697
1698 * message.el (message-bury): Make `buffer' optional.
1699 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1700 (bug#14085).
1701
1702 2013-05-04 Andrew Cohen <cohen@bu.edu>
1703
1704 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1705 entering into the registry.
1706
1707 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1710 (Bug#14304)
1711
1712 2013-04-27 Glenn Morris <rgm@gnu.org>
1713
1714 * gnus.el (gnus-list-debbugs):
1715 Use require rather than autoload. (Bug#14262)
1716
1717 2013-04-27 Julien Danjou <julien@danjou.info>
1718
1719 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1720 port to "sieve" now that it has an official IANA port assigned.
1721
1722 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1723
1724 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1725 Don't set the MAILHOST environment variable permanently (Bug#14271).
1726
1727 2013-04-26 Glenn Morris <rgm@gnu.org>
1728
1729 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1730
1731 2013-04-25 Andrew Cohen <cohen@bu.edu>
1732
1733 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1734 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1735
1736 2013-04-24 Andrew Cohen <cohen@bu.edu>
1737
1738 * nnir.el (nnir-close-group): Make sure we are in the right group.
1739
1740 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1741 dependency table from all newly retrieved headers.
1742
1743 2013-04-16 David Edmondson <dme@dme.org>
1744
1745 Support <img src="data:...">.
1746
1747 * shr.el (shr-image-from-data): New function.
1748 (shr-tag-img): Use it.
1749
1750 2013-04-14 Andrew Cohen <cohen@bu.edu>
1751
1752 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1753 group.
1754
1755 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1758 corresponding to any existing group (Bug#14166).
1759
1760 2013-04-10 Andrew Cohen <cohen@bu.edu>
1761
1762 * nnir.el (number-sequence): No longer used.
1763 (nnir-request-set-mark): New function.
1764 (nnir-request-update-info): Improve marks updating.
1765 (nnir-request-scan): Don't duplicate marks updating.
1766 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1767 Use 'assq rather than 'assoc. Quote anonymous function.
1768 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1769 Use 'gnus-group-prefixed-p.
1770 (gnus-summary-create-nnir-group): Make sure server for method is open.
1771
1772 2013-04-04 Andrew Cohen <cohen@bu.edu>
1773
1774 * nnir.el (gnus-nnir-group-p): New function.
1775 (nnir-possibly-change-group): Use it.
1776
1777 * gnus-msg.el (gnus-setup-message): Use it.
1778
1779 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1780
1781 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1782 `initial-input' for the argument name.
1783 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1784
1785 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1786
1787 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1788 (used by MH-E).
1789
1790 2013-04-01 Andrew Cohen <cohen@bu.edu>
1791
1792 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1793 group.
1794
1795 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1796 fix compilation.
1797
1798 2013-03-31 Andrew Cohen <cohen@bu.edu>
1799
1800 * nnir.el (nnir-method-default-engines): And another typo.
1801
1802 2013-03-30 Andrew Cohen <cohen@bu.edu>
1803
1804 * nnir.el (nnir-method-default-engines): Fix typo.
1805
1806 2013-03-29 Andrew Cohen <cohen@bu.edu>
1807
1808 * nnir.el: Define 'number-sequence for xemacs.
1809 (gnus-summary-create-nnir-group): New function to create an nnir group
1810 from an nnir summary buffer based on the current query.
1811 (nnir-request-create-group): Update to allow nnir group creation based
1812 on the current query.
1813
1814 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * nndraft.el (nndraft-request-expire-articles):
1817 Make expiry target always `delete'.
1818
1819 2013-03-27 Andrew Cohen <cohen@bu.edu>
1820
1821 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1822 buffer use the posting-style and gcc of the original article group.
1823 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1824
1825 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1826 after other deffoos.
1827
1828 2013-03-26 Andrew Cohen <cohen@bu.edu>
1829
1830 * nnir.el: Major rewrite. Cleaner separation between searches and group
1831 management. Marks are now shown in nnir summary buffers.
1832 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1833 (gnus-summary-make-nnir-group): New function for initiating searches
1834 from a summary buffer.
1835
1836 2013-03-18 Sam Steingold <sds@gnu.org>
1837
1838 * message.el (message-bury): Minor cleanup.
1839
1840 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1841
1842 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1843 nnml-request-list. (Bug#13873)
1844 (nndir-request-newsgroups): Remove, unused.
1845
1846 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1847
1848 2013-03-03 Ted Phelps <phelps@gnusto.com>
1849
1850 * shr.el: Make all the overlays set the `evaporate' property so that
1851 they're removed properly.
1852
1853 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1854
1855 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1856 shell-quote-argument.
1857
1858 2013-02-22 David Engster <deng@randomsample.de>
1859
1860 * gnus-registry.el (gnus-registry-save): Provide class name when
1861 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1862 Use `condition-case' to stay compatible with older EIEIO versions which
1863 only accept one argument.
1864
1865 2013-02-17 Daiki Ueno <ueno@gnu.org>
1866
1867 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1868 (epg-user-id-validity): Autoload.
1869 (mml2015-epg-check-user-id): New function.
1870 (mml2015-epg-check-sub-key): New function split from
1871 mml2015-epg-find-usable-key.
1872 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1873 optional name-is-key-id, to handle the case when user-id is unusable.
1874 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1875
1876 2013-02-17 Glenn Morris <rgm@gnu.org>
1877
1878 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1879
1880 2013-02-16 Glenn Morris <rgm@gnu.org>
1881
1882 * shr.el (shr-put-image): Only animate images that specify a delay.
1883 This is consistent with the old image-animated-p behavior.
1884
1885 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1886
1887 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1888 for XEmacs.
1889
1890 2013-02-13 Juri Linkov <juri@jurta.org>
1891
1892 * gnus-art.el (gnus-article-mode-map):
1893 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1894 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1895
1896 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1897
1898 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1899 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1900
1901 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1902
1903 * auth-source.el (auth-source-format-prompt): Don't get confused by
1904 any "\" in replacement text. (Bug#13637)
1905
1906 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1907
1908 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1909 (gnus-backend-trace): Honor gnus-backend-trace.
1910
1911 * mml.el (mml-insert-part): Insert closing tag.
1912
1913 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1914
1915 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1916
1917 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1918 able to find the article, which can happen in debbugs groups,
1919 apparently.
1920
1921 2013-01-16 Glenn Morris <rgm@gnu.org>
1922
1923 * smiley.el (smiley-style): Make the file loadable in batch mode.
1924
1925 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1928 imap process running.
1929
1930 2013-01-14 Julien Danjou <julien@danjou.info>
1931
1932 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1933 Compare addresses against addresses, not against the full From field.
1934
1935 2013-01-13 Richard Stallman <rms@gnu.org>
1936
1937 * message.el (message-forward-make-body-mime): New args BEG, END
1938 specify what part of FORWARD-BUFFER to use. Do the work directly
1939 instead of calling `mml-insert-buffer'.
1940
1941 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1942
1943 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1944 cross-reference(s).
1945
1946 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1947 cross-reference(s).
1948
1949 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1950
1951 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1952 and point-max-marker.
1953 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1954
1955 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1956
1957 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1958 to mml2015-encrypt-to-self.
1959 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1960
1961 2013-01-09 Daiki Ueno <ueno@gnu.org>
1962
1963 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1964 mml-smime-epg-find-usable-secret-key.
1965
1966 2013-01-08 Glenn Morris <rgm@gnu.org>
1967
1968 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1969
1970 2013-01-07 Daiki Ueno <ueno@gnu.org>
1971
1972 * mml-smime.el: Support signing by sender.
1973 Requested by Uwe Brauer.
1974 (mml-smime-sign-with-sender): New user option analogous
1975 to mml2015-sign-with-sender.
1976 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1977 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1978 mml2015.el.
1979
1980 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1981
1982 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1983 isn't running, because Gnus will probably not know how to handle the
1984 Gcc header (bug#11941).
1985
1986 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1987 articles.
1988
1989 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1992 (nnfolder-generate-active-file): Make this function work with recursive
1993 folder names.
1994
1995 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1996
1997 * nntp.el (nntp-open-connection): Use HELP as the capability command
1998 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1999 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2000
2001 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2002
2003 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2004 place holder since this gives `Invalid face reference: nil' messages.
2005 Use the `default' face instead. It has the same effect here, even
2006 though it is not no-op.
2007
2008 * gnus-util.el
2009 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2010
2011 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2012
2013 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2014 non-string posting styles (bug#13285).
2015
2016 2012-12-27 Glenn Morris <rgm@gnu.org>
2017
2018 * plstore.el (plstore-passphrase-callback-function):
2019 Use plstore-get-file.
2020
2021 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2022
2023 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2024 stderr.
2025
2026 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2027 group is nil.
2028
2029 * shr.el (shr-tag-em): Render as italic, not bold.
2030
2031 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2032
2033 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2034
2035 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2036
2037 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2038 temporary file to get PGP key image. Pass no-show-photos when
2039 extracting image to avoid having it pop up twice.
2040
2041 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2042
2043 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2044 eligible for treatment.
2045
2046 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2047 lines. This makes summary commands with hidden threads work more
2048 reliably.
2049
2050 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2051 button to mark the hidden citations (bug#9395).
2052
2053 2012-12-26 Daiki Ueno <ueno@gnu.org>
2054
2055 * mml2015.el (mml2015-epg-signature-to-string): New function.
2056 (mml2015-epg-verify-result-to-string): New function.
2057 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2058 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2059 instead of epg-verify-result-to-string.
2060 (epg-signature-key-id, epg-signature-to-string): Autoload.
2061 (epg-verify-result-to-string): Remove autoload.
2062
2063 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2064
2065 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2066 ID image from GPG public key.
2067 (mml2015-epg-key-image-to-string): New function.
2068
2069 2012-12-25 Leo Liu <sdl.web@gmail.com>
2070
2071 * plstore.el (plstore-passphrase-callback-function): Fix error when
2072 error when plstore-cache-passphrase-for-symmetric-encryption is set
2073 (bug#13264).
2074
2075 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2076
2077 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2078 buffer to the article buffer here, because that clobbers multiple
2079 article buffers.
2080
2081 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2082 buffer always points to the right summary buffer.
2083
2084 2012-12-25 John Wiegley <jwiegley@gmail.com>
2085
2086 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2087 the password (bug#12097).
2088
2089 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2090
2091 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2092 (bug#13263).
2093
2094 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2095 buffer exists before using it (bug#12475).
2096
2097 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2098 offline groups (bug#11937).
2099
2100 * message.el (message-yank-original): When using customize to set the
2101 value of `message-cite-style', the variable it set to a symbol that's
2102 the name of the variable, which must then be dereferenced (bug#12616).
2103
2104 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2105
2106 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2107 the `face' property with a list whose car is the face specified in the
2108 format string and whose cdr is (nil).
2109 * lisp/gnus-util.el
2110 (gnus-put-text-property-excluding-characters-with-faces):
2111 Change accordingly.
2112 (gnus-get-text-property-excluding-characters-with-faces): New function.
2113 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2114 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2115 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2116
2117 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2118
2119 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2120 login methods.
2121 (nnimap-login): Respect the `nnimap-authenticator' variable.
2122
2123 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2124 mark state when moving articles. Otherwise unticked articles will get
2125 their ticks back after moving.
2126
2127 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2128
2129 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2130
2131 * message.el (message-ignored-news-headers): Always remove
2132 X-Message-SMTP-Method to avoid information leakage if the user
2133 mistakenly inserts the header into news messages.
2134
2135 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2136
2137 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2138 right than four characters, this command would move point to
2139 `point-max'. Don't do that.
2140
2141 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2142 to nil to allow re-selecting groups that gain articles.
2143 (gnus-bug-group-download-format-alist): Update the URL.
2144
2145 2012-12-23 Andreas Schwab <schwab@suse.de>
2146
2147 * shr.el (shr-tag-em): Render em as italic, not bold.
2148
2149 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2150
2151 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2152 for reuse.
2153 (gnus-open-server): Use it to add more tracing.
2154 (gnus-finish-retrieve-group-infos): Add backend tracing.
2155 (gnus-backend-trace): Also note the elapsed seconds.
2156
2157 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2158
2159 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2160 Set epa-file-encrypt-to from variable to avoid querying.
2161
2162 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2163
2164 * sieve-mode.el (sieve-font-lock-keywords):
2165 Keywords should be word delimited. (Bug#13173)
2166
2167 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2168
2169 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2170 instead of <pre> to align message header.
2171
2172 2012-12-12 Sam Steingold <sds@gnu.org>
2173
2174 * gnus.el (gnus-other-frame-resume-function): Add user option.
2175 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2176
2177 2012-12-06 Sam Steingold <sds@gnu.org>
2178
2179 * gnus-start.el (gnus-before-resume-hook): Add.
2180 (gnus-1): Run it when Gnus is alive.
2181
2182 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2185 * gnus-art.el (article-unsplit-urls)
2186 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2187 * gnus-registry.el (gnus-registry-get-article-marks)
2188 * message.el (message-goto-body): Use it.
2189 (message-called-interactively-p): Remove.
2190
2191 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2192 (spam-stat-score-buffer): Use it.
2193
2194 * spam.el: Silence the warnings against BBDB functions when compiling.
2195
2196 * gnus-score.el (gnus-score-decode-text-parts):
2197 Use append+mapcar instead of the cl function mapcan.
2198
2199 * gmm-utils.el (gmm-flet): Remove.
2200
2201 * gnus-sync.el (gnus-sync-lesync-call):
2202 Avoid overriding json-alist-p.
2203
2204 * message.el (message-read-from-minibuffer):
2205 Avoid overriding mail-abbrev-in-expansion-header-p.
2206
2207 2012-12-05 Sam Steingold <sds@gnu.org>
2208
2209 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2210 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2211 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2212
2213 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2214
2215 * gmm-utils.el (gmm-called-interactively-p): Revert.
2216 This seems to cause Emacs to get stuck!
2217 * gnus-art.el (article-unsplit-urls)
2218 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2219 * gnus-registry.el (gnus-registry-get-article-marks)
2220 * message.el (message-goto-body)
2221 (message-called-interactively-p): Revert.
2222
2223 * gmm-utils.el (gmm-called-interactively-p): New function.
2224 * gnus-art.el (article-unsplit-urls)
2225 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2226 * gnus-registry.el (gnus-registry-get-article-marks)
2227 * message.el (message-goto-body): Use it.
2228 (message-called-interactively-p): Remove.
2229
2230 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2231 * gnus-sync.el (gnus-sync-lesync-call)
2232 * message.el (message-read-from-minibuffer): Use it.
2233
2234 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 * gmm-utils.el (gmm-flet): Remove.
2237 * gnus-sync.el (gnus-sync-lesync-call)
2238 * message.el (message-read-from-minibuffer): Don't use it.
2239
2240 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2241
2242 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2243
2244 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2245
2246 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2247
2248 * gnus-sync.el (gnus-sync-lesync-call)
2249 * message.el (message-read-from-minibuffer): Use gmm-flet.
2250
2251 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2252
2253 * gnus-util.el (gnus-macroexpand-all): Remove.
2254
2255 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2256
2257 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2258 to TAB, not [tab].
2259 (gnus-summary-article-map): Likewise.
2260
2261 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2262 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2263
2264 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * message.el (message-get-reply-headers):
2267 Make sure the reply goes to the author if it is a wide reply.
2268
2269 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2270
2271 * gnus-score.el (gnus-score-body):
2272 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2273 scoring by body.
2274
2275 2012-11-16 Glenn Morris <rgm@gnu.org>
2276
2277 * gnus-diary.el (nndiary-request-create-group-functions)
2278 (nndiary-request-update-info-functions)
2279 (gnus-subscribe-newsgroup-functions)
2280 (nndiary-request-accept-article-functions):
2281 Use new names for hooks rather than obsolete aliases.
2282
2283 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2284
2285 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2286 in meta tag with the one the part specifies in its header.
2287
2288 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2289
2290 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2291 by default.
2292
2293 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295 New UIDL implementation.
2296
2297 * mail-source.el (mail-sources, mail-source-keyword-map):
2298 Add :leave as a pop3 keyword.
2299 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2300
2301 * pop3.el (pop3-leave-mail-on-server): Allow number.
2302 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2303 (pop3-movemail): Add UIDL support.
2304 (pop3-send-streaming-command): Take a list of mail numbers instead of
2305 the number of mails.
2306 (pop3-write-to-file): Add X-UIDL header.
2307 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2308 (pop3-uidl-add-xheader): New functions.
2309
2310 * message.el (message-ignored-resent-headers):
2311 Add X-Content-Length and X-UIDL headers.
2312
2313 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2314
2315 * nndiary.el (nndiary-request-create-group-functions)
2316 (nndiary-request-update-info-functions)
2317 (nndiary-request-accept-article-functions):
2318 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2319 "-hooks" suffix.
2320
2321 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2322
2323 * starttls.el (starttls-extra-arguments): Doc fix.
2324
2325 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2326
2327 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2328 it.
2329
2330 2012-10-06 Glenn Morris <rgm@gnu.org>
2331
2332 * gnus-notifications.el (gnus-notifications):
2333 Add missing group :version tag.
2334 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2335 (gnus-gcc-post-body-encode-hook):
2336 * gnus-sync.el (gnus-sync-lesync-name)
2337 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2338
2339 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2342 a user about whether to delete temp files if once a user answered as n.
2343
2344 2012-09-17 Richard Stallman <rms@gnu.org>
2345
2346 * message.el (message-in-body-p): Don't set mark or modify buffer.
2347
2348 * mml.el (mml-attach-file): Doc fix.
2349 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2350 Set mail-encode-mml when in Mail mode.
2351 Simplify code to set HEAD and move back to HEAD.
2352 (mml-insert-multipart, mml-insert-part):
2353 Set mail-encode-mml when in Mail mode.
2354
2355 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2356
2357 * gnus-util.el (gnus-timer--function): New function.
2358
2359 * gnus-art.el (gnus-article-stop-animations): Use it.
2360
2361 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2362
2363 Fix glitches caused by addition of psec to timers.
2364 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2365 rather than raw access to timer vector.
2366
2367 2012-09-11 Julien Danjou <julien@danjou.info>
2368
2369 * gnus-notifications.el (gnus-notifications): Check for nil values in
2370 ignored addresses check.
2371
2372 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2375
2376 2012-09-07 Chong Yidong <cyd@gnu.org>
2377
2378 * gnus-util.el
2379 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2380
2381 * gnus-salt.el (gnus-tree-highlight-node):
2382 * gnus-sum.el (gnus-summary-highlight-line):
2383 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2384
2385 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2386
2387 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2388
2389 2012-09-06 Juri Linkov <juri@jurta.org>
2390
2391 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2392 scheme for buffer names to be more consistent with other group and
2393 article buffer names in Gnus.
2394
2395 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2396
2397 * gnus-util.el
2398 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2399
2400 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2401 Jenkner.
2402
2403 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2404
2405 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2406
2407 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2408
2409 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2410
2411 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2412 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2413
2414 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2415 string-prefix-p in Emacs >=23.2.
2416
2417 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2418 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2419 instead of string-match-p.
2420 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2421
2422 2012-09-06 Kenichi Handa <handa@gnu.org>
2423
2424 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2425 lowercase a..f.
2426
2427 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2428
2429 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2430
2431 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2432
2433 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2434 TIME is set.
2435
2436 2012-09-05 Juri Linkov <juri@jurta.org>
2437
2438 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2439 than one group at a time (bug#11961).
2440
2441 2012-09-05 Julien Danjou <julien@danjou.info>
2442
2443 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2444 this hide the real reason with a message giving absolutely no hint.
2445
2446 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2447
2448 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2449 to the backend (bug#11804).
2450
2451 * message.el (message-insert-newsgroups): Don't insert newsgroup
2452 duplicates (bug#12275).
2453
2454 2012-09-05 John Wiegley <johnw@newartisans.com>
2455
2456 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2457 sieve rules.
2458
2459 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2460
2461 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2462 function.
2463
2464 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2465
2466 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2467
2468 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2469
2470 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2471 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2472 This should make nnmaildir more usable with offlineimap.
2473
2474 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2475
2476 * gnus-notifications.el (gnus-notifications-notify): Use it.
2477
2478 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2479 warnings on XEmacs.
2480
2481 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2482
2483 Better seeds for (random).
2484 * gnus-sync.el (gnus-sync-lesync-setup):
2485 * message.el (message-canlock-generate, message-unique-id):
2486 Change (random t) to (random), now that the latter is more random.
2487
2488 2012-08-31 Dave Abrahams <dave@boostpro.com>
2489
2490 * auth-source.el (auth-sources): Fix macos keychain access.
2491
2492 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2493 allow the backend `request-head' function to determine the group
2494 name on its own.
2495 (gnus-request-expire-articles): Filter out negative article numbers
2496 during expiry (Bug#11980).
2497
2498 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2499 O(N^2) to O(N). This makes warping into huge groups tolerable.
2500
2501 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2502 you've found the article when you haven't.
2503
2504 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2505
2506 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2507
2508 2012-08-30 Julien Danjou <julien@danjou.info>
2509
2510 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2511 `gnus-notifications-timeout'.
2512 (gnus-notifications-timeout): Add.
2513 (gnus-notifications-action): New function.
2514 (gnus-notifications-notify): Add :action using
2515 `gnus-notifications-action'.
2516 (gnus-notifications-id-to-msg): New variable.
2517 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2518 notifications id to messages.
2519
2520 2012-08-30 Kenichi Handa <handa@gnu.org>
2521
2522 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2523 once.
2524
2525 2012-08-29 Julien Danjou <julien@danjou.info>
2526
2527 * gnus-notifications.el: New file.
2528 (gnus-notifications-notify): New function.
2529 (gnus-notifications): Use `gnus-notifications-notify'.
2530
2531 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2532
2533 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2534 transfer encoding first; bind gnus-newsgroup-charset to the charset
2535 that the article specifies (Bug#12209).
2536
2537 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2538
2539 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2540 (gnus-group-customize-done): Encode values posting-style holds.
2541
2542 * gnus-msg.el (gnus-summary-resend-message)
2543 (gnus-configure-posting-styles): Decode values posting-style group
2544 parameter holds.
2545
2546 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2547
2548 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2549 `name' and `address' in Resent-From header.
2550
2551 2012-08-14 Chong Yidong <cyd@gnu.org>
2552
2553 * gnus-art.el (article-display-face): Handle failure in
2554 gnus-create-image (Bug#11802).
2555
2556 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2559 Use defsetf.
2560
2561 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2562
2563 * auth-source.el (auth-source-plstore-search)
2564 (auth-source-secrets-search): Ignore :require and :type in search spec.
2565
2566 2012-08-06 Julien Danjou <julien@danjou.info>
2567
2568 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2569 Remove autoload, already handled by gnus.el.
2570
2571 2012-08-05 Julien Danjou <julien@danjou.info>
2572
2573 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2574 Add autoload.
2575
2576 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2577
2578 * gnus.el (gnus-valid-select-methods): Fix custom type.
2579
2580 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2581
2582 * auth-source.el (auth-sources, auth-source-backend-parse)
2583 (auth-source-macos-keychain-search)
2584 (auth-source-macos-keychain-search-items)
2585 (auth-source-macos-keychain-result-append)
2586 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2587 auth-source.el through the /usr/bin/security utility.
2588 (auth-sources): Fix syntax error.
2589 (auth-source-macos-keychain-result-append): Fix variable name.
2590 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2591
2592 2012-07-27 Julien Danjou <julien@danjou.info>
2593
2594 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2595 Emacs < 24.1
2596
2597 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2598
2599 * message.el (message-kill-address): Don't kill last newline.
2600 (message-skip-to-next-address): Don't move to the next header.
2601 (message-fill-field-address): Work properly.
2602
2603 2012-07-25 Julien Danjou <julien@danjou.info>
2604
2605 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2606
2607 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2608
2609 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2610
2611 2012-07-24 Julien Danjou <julien@danjou.info>
2612
2613 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2614
2615 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2616 (nntp-async-timer-handler): Remove, unused.
2617
2618 * nnimap.el (nnimap-get-responses): Remove, unused.
2619
2620 * nnheader.el (mail-header-set-extra): Remove, unused.
2621
2622 * mm-view.el (mm-view-sound-file): Remove, unused.
2623
2624 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2625 (mm-url-encode-multipart-form-data): Remove, unused.
2626
2627 * message.el (message-remove-signature, message-make-host-name)
2628 (message-fill-address): Remove, unused.
2629
2630 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2631 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2632 unused.
2633
2634 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2635
2636 * gnus-util.el (gnus-extract-address-component-name)
2637 (gnus-extract-address-component-email, gnus-sortable-date)
2638 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2639 (gnus-process-live-p): Remove, unused.
2640
2641 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2642
2643 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2644 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2645 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2646 function.
2647
2648 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2649
2650 * gnus-score.el (gnus-summary-score-crossposting)
2651 (gnus-score-regexp-bad-p): Remove, unused.
2652
2653 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2654
2655 * gnus-range.el (gnus-sublist-p): Remove, unused.
2656
2657 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2658 unused.
2659
2660 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2661
2662 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2663 (gnus-request-associate-buffer): Remove, unused.
2664
2665 * gnus-group.el (gnus-group-set-method-info)
2666 (gnus-group-set-params-info): Remove, unused.
2667
2668 * gnus-fun.el (gnus-shell-command-to-string)
2669 (gnus-shell-command-on-region): Remove, unused.
2670
2671 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2672
2673 * gnus-art.el (gnus-article-text-type-exists-p)
2674 (article-translate-characters, gnus-article-hide-text-of-type)
2675 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2676 Remove, unused.
2677
2678 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2681 Gnus master.
2682
2683 2012-07-22 Andrew Cohen <cohen@bu.edu>
2684
2685 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2686
2687 2012-07-21 Julien Danjou <julien@danjou.info>
2688
2689 * message.el (message-dont-reply-to-names): Replace deprecated
2690 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2691 (message-get-reply-headers): Ditto.
2692
2693 2012-07-18 Julien Danjou <julien@danjou.info>
2694
2695 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2696 `sieve-upload-and-kill'.
2697
2698 * sieve.el (sieve-bury-buffer): Remove function.
2699 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2700 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2701
2702 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2703
2704 * shr.el (shr-expand-url): Handle URL starting with `//'.
2705
2706 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2707 2012-07-13 Chong Yidong <cyd@gnu.org>
2708
2709 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2710 instead of calling toggle-read-only with a (bogus) argument.
2711
2712 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2713
2714 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2715 of initial input when reading the author to restrict the summary to.
2716
2717 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2720 buffer exists, which it doesn't if we haven't started Gnus.
2721
2722 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2723
2724 * mm-decode.el (mm-shr):
2725 Allow overriding charset by mm-charset-override-alist.
2726
2727 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2728
2729 * gnus-art.el (gnus-article-view-part):
2730 Toggle subparts of multipart/alternative part.
2731
2732 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2733
2734 * gnus-sync.el: Simply require json.
2735
2736 * registry.el: Simply require eieio and eieio-base.
2737
2738 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2739
2740 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2741
2742 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * shr.el (shr-render-buffer): New command.
2745 (shr-visit-file): Use it.
2746
2747 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2748
2749 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2750 Set no-byte-compile and no-update-autoloads.
2751
2752 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2753
2754 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2755
2756 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2757
2758 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2759 being bound to a lambda form.
2760
2761 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2762
2763 * gnus-picon.el (gnus-picon-properties): New defcustom.
2764 (gnus-picon-create-glyph): Use it.
2765
2766 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2767
2768 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2769 locales.
2770
2771 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2772 on a handle.
2773
2774 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2775 address as the default.
2776
2777 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2778 It makes no sense to query the user about internal files.
2779
2780 * gnus-spec.el: Remove all the byte-compilation stuff, since
2781 benchmarking shows that it doesn't help when entering large summary
2782 buffers.
2783
2784 * gnus-util.el (gnus-byte-code): Remove.
2785
2786 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2787 grouplens stuff.
2788
2789 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2790
2791 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2792 (bug#11514).
2793
2794 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2795
2796 * message.el (message-buffers): Return all buffers derived from Message
2797 to make `gnus-dired-attach' work with mu4e.
2798
2799 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2800
2801 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2802 (mm-dissect-singlepart): Don't guess the MIME type of
2803 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2804 set.
2805 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2806 toplevel MIME type is multipart/encrypted.
2807
2808 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2809
2810 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2811 In particular, add an optional argument and a docstring.
2812
2813 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2814
2815 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2816 current before calling `gnus-groups-to-gnus-format'.
2817 Note that this was already the case for `gnus-active-to-gnus-format'.
2818
2819 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2820
2821 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2822
2823 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2824
2825 * mm-decode.el (mm-dissect-buffer): Doc fix.
2826
2827 * gnus-sum.el (gnus-handle-ephemeral-exit):
2828 Avoid creating the group buffer if it doesn't exist.
2829
2830 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2831 is given, mark the group as ephemeral with the current window conf.
2832
2833 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2834 buffer exists, which it doesn't if we haven't started Gnus.
2835 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2836
2837 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2838
2839 * mml.el (mml-generate-mime):
2840 Allow specifying what the top-level part type is.
2841
2842 * gnus-sum.el (gnus-auto-center-summary):
2843 `scroll-margin' isn't defined on XEmacs.
2844
2845 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2846
2847 * gnus-sum.el (gnus-auto-center-summary):
2848 Set default to respect `scroll-margin'.
2849
2850 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2851
2852 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2853 citation prefix within a block of cited text should be considered
2854 part of that block *only* if it is a blank line.
2855
2856 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2857
2858 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2859 before kinsoku-bol characters nor within kinsoku-eol characters.
2860
2861 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2862
2863 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2864 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2865 Silence compiler.
2866 (gnus-sync-read): Use mapc instead of mapcar.
2867
2868 * mm-archive.el: Require mm-decode for some macros.
2869 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2870 Silence the byte compiler.
2871 (mm-archive-decoders): New function that returns the value of
2872 the mm-archive-decoders variable.
2873
2874 * mm-decode.el:
2875 Don't require mm-archive; autoload mm-archive functions instead.
2876 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2877
2878 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2879
2880 2012-06-26 Peter Münster <pmrb@free.fr>
2881
2882 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2883 (gnus-demon-cancel): Ditto.
2884 (gnus-demon-run-callback): When function cannot be called due to low
2885 idleness, call it when idleness reaches the expected value, instead
2886 of waiting another timer period.
2887 (gnus-demon-init): Add `time' to arguments of call-back.
2888
2889 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2890
2891 * gnus.el: Register gnus-registry functions.
2892
2893 * gnus-registry.el (gnus-try-warping-via-registry):
2894 Move here and indent.
2895
2896 * gnus-int.el (gnus-warp-to-article):
2897 Check whether the registry is enabled before warping.
2898
2899 2012-06-26 Dave Abrahams <dave@boostpro.com>
2900
2901 * gnus-sum.el (gnus-summary-insert-subject): Record information
2902 in the registry about each article retrieved.
2903
2904 * gnus-int.el (gnus-select-group-with-message-id): New function.
2905 (gnus-try-warping-via-registry): Ditto.
2906 (gnus-warp-to-article): Fall back on the registry.
2907
2908 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2909
2910 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2911
2912 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2913
2914 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2915 gnus-gcc-self-resent-messages may be a group parameter.
2916 (gnus-summary-resend-message):
2917 Don't encode encoded words in header when Gcc'ing resent message.
2918
2919 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2920
2921 * shr.el (shr-insert): Treat non-breaking space just like normal
2922 space. This seems to produce more pleasing results.
2923 (shr-insert):
2924 Only insert a blank line if we're starting from an image.
2925 (shr-tag-br):
2926 Allow <br> to end lines or to make a single blank line.
2927 (shr-ensure-paragraph): Consider lines with white space to be blank.
2928
2929 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2930
2931 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2932 and gnus-gcc-post-body-encode-hook.
2933
2934 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2935
2936 * mm-decode.el (mm-dissect-singlepart):
2937 Guess what the type of application/octet-stream parts really is.
2938
2939 * gnus-sum.el (gnus-propagate-marks): Remove.
2940
2941 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2942
2943 * nntp.el (nntp-coding-system-for-read): Remove.
2944 (nntp-coding-system-for-write): Ditto.
2945 (nntp-open-connection): Just use `binary' directly.
2946
2947 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2948
2949 * registry.el (registry-usage-test, registry-persistence-test):
2950 Move to tests/gnustest-registry.el.
2951 (registry-make-testable-db, registry-match-test)
2952 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2953
2954 * gnus-registry.el (gnus-registry-misc-test)
2955 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2956
2957 * tests/gnustest-registry.el:
2958 New file with the registry and gnus-registry ERT tests.
2959
2960 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2961
2962 * gnus-msg.el (gnus-summary-resend-message):
2963 Make gnus-summary-resend-message-insert-gcc be last item in
2964 message-header-setup-hook.
2965
2966 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2967
2968 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2969 (nnfolder-marks, nnfolder-marks-file-suffix)
2970 (nnfolder-marks-modtime): Remove.
2971 (nnfolder-open-server): Don't use marks.
2972 (nnfolder-request-delete-group): Ditto.
2973 (nnfolder-request-rename-group): Ditto.
2974 (nnfolder-request-set-mark, nnfolder-request-marks)
2975 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2976 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2977
2978 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2979 (nnml-marks-modtime): Remove.
2980 (nnml-request-delete-group): Don't use marks.
2981 (nnml-request-rename-group): Ditto.
2982 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2983 (nnml-save-marks, nnml-open-marks): Remove.
2984
2985 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2986 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2987 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2988 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2989 (nntp-server-to-method-cache): Remove.
2990
2991 * shr.el (shr-rescale-image): Fix wrong merge.
2992
2993 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2994
2995 * shr.el (shr-remove-trailing-whitespace):
2996 Really delete the padding on too-wide lines.
2997
2998 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2999
3000 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3001 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3002
3003 * mm-decode.el (mm-display-external): Output the text from
3004 the command in the buffer after the command finished.
3005 This makes text-based commands behave better.
3006
3007 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3008
3009 * message.el (smtpmail-smtp-user): Silence compiler warning.
3010
3011 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3012
3013 * message.el (message-multi-smtp-send-mail): Also allow specifying
3014 the SMTP user name.
3015
3016 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3017
3018 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3019
3020 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3021
3022 * message.el (message-multi-smtp-send-mail): New function.
3023 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3024 header to implement multi-SMTP functionality.
3025
3026 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3027 (gnus-agentize): Don't set it.
3028 (gnus-agent-send-mail): Don't use it.
3029
3030 * gnus-sum.el (gnus-summary-widget-backward):
3031 New function and keystroke.
3032
3033 * shr.el (shr-put-image): Remove underlines from sliced images.
3034 (shr-zoom-image): Compute the region to be replaced more correctly.
3035
3036 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3037
3038 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3039 (gnus-summary-resend-message-insert-gcc): New function.
3040 (gnus-summary-resend-message): Modify message-header-setup-hook and
3041 message-sent-hook to make it work for Gcc.
3042 (gnus-inews-do-gcc): Update the number of unread articles of groups
3043 that messages are Gcc'd to.
3044
3045 * message.el (message-resend): Run message-sent-hook to do Gcc.
3046
3047 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3048
3049 * gnus-registry.el (gnus-registry-fixup-registry):
3050 Move the message to a higher level to silence compilation.
3051
3052 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3053 parameter to allow controlling the scaling.
3054
3055 * shr.el (shr-zoom-image): New command and keystroke.
3056 (shr-put-image): Take a `size' flag to say how to scale the image.
3057
3058 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3059 Use recursive deletion.
3060 (mm-dissect-archive): Add support for zip files.
3061
3062 * gnus-util.el (gnus-recursive-directory-files): New function.
3063
3064 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3065 (mm-archive-decoders): Add tgz support.
3066
3067 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3068 Otherwise inserting text into the Gnus buffer can look odd.
3069
3070 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3071
3072 * mm-archive.el (mm-archive-decoders): Add support for tar.
3073
3074 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3075
3076 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3077
3078 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3079
3080 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3081
3082 * mm-archive.el: New file.
3083
3084 * mm-decode.el (mm-dissect-singlepart):
3085 Use it to decode ms-tnef files.
3086
3087 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3088
3089 * message.el (message-goto-*): Make all the `message-goto-*' commands
3090 push the mark before moving point. This makes it easier to go back
3091 to where you came from after editing whatever you jumped to.
3092
3093 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3094
3095 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3096 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3097 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3098
3099 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3100
3101 * spam.el: Move BBDB autoloads.
3102 (spam-exists-in-BBDB-p):
3103 New function to do the BBDB search directly in BBDB 2 and 3.
3104 (spam-check-BBDB): Use it.
3105 (spam-enter-ham-BBDB): Use it.
3106
3107 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3108
3109 * gnus-group.el (gnus-group-get-new-news):
3110 New parameter `one-level' for scanning exactly one level.
3111
3112 * gnus-start.el (gnus-get-unread-articles): Ditto.
3113
3114 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3115
3116 * gnus-sync.el: More commentary about setup.
3117
3118 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3119
3120 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3121
3122 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3123
3124 * gnus-sync.el: Improve docs about CouchDB admins.
3125
3126 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3127
3128 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3129 not needed. Provide xmlplistread list function to produce XML plist
3130 output for non-Gnus LeSync clients.
3131
3132 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3133
3134 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3135 and save against it. Group subscriptions, read marks, other marks,
3136 subscription levels, topic names, and topic offsets (the group's
3137 position within the topic) are saved. This is an experimental
3138 backend and may change significantly. Load json.el from
3139 the gnus-fallback-lib if it's not available otherwise.
3140 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3141
3142 2012-06-26 David Engster <dengste@eml.cc>
3143
3144 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3145
3146 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3147
3148 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3149
3150 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3151
3152 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3153 is an integer to avoid later problems.
3154
3155 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3156
3157 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3158 locales.
3159
3160 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3161
3162 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3163 articles when fetch-old is non-nil (bug#11370).
3164
3165 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus-group.el (gnus-group-get-new-news):
3168 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3169
3170 2012-06-10 Dave Abrahams <dave@boostpro.com>
3171
3172 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3173 groups (bug#11641).
3174
3175 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
3177 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3178 (bug#11514).
3179
3180 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * nntp.el: Stop the `letf' madness.
3183 (nntp--report-1): New var.
3184 (nntp-report): Merge nntp-report-1 into it.
3185 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3186 the nntp-report function.
3187
3188 * auth-source.el: Fix comment-style to follow the convention.
3189
3190 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3191
3192 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3193 a string so that Gcc works (bug#11514).
3194
3195 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3198 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3199
3200 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3203 jumping to *Server* from a dedicated *Group* window.
3204 (gnus-configure-frame): CSE.
3205
3206 * gnus-registry.el: Minor style cleanup.
3207 (gnus-registry--set/remove-mark): New function, extracted from
3208 gnus-registry-install-shortcuts.
3209 (gnus-registry-install-shortcuts): Use it.
3210
3211 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3212
3213 * nnspool.el (news-path): Use eval-and-compile.
3214
3215 2012-05-24 Glenn Morris <rgm@gnu.org>
3216
3217 * nnspool.el (news-directory, news-path, news-inews-program):
3218 Move here from paths.el. Don't see a need for these to be autoloaded.
3219
3220 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3221 Merge in doc from paths.el version. Don't see any need for this to be
3222 autoloaded, or for the warning about users not setting it.
3223
3224 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3225
3226 Fix minor Y10k bug.
3227 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3228
3229 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3232 message once it's actually open.
3233
3234 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * auth-source.el (auth-source--aput-1, auth-source--aput)
3237 (auth-source--aget): New functions and macros.
3238 Use them instead of aput/aget.
3239
3240 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3241
3242 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3243
3244 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3245
3246 * plstore.el (plstore-called-interactively-p): New compat macro copied
3247 from message.el.
3248 (plstore-mode): Use it.
3249
3250 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3251
3252 * plstore.el: Revive the editing feature.
3253 (plstore-mode): New mode to edit plstore file.
3254 (plstore-mode-toggle-display, plstore-mode-original)
3255 (plstore-mode-decoded): New command.
3256 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3257 (plstore--insert-buffer, plstore--make): New function.
3258 (plstore-open, plstore-save): Simplify by using them.
3259
3260 2012-04-16 Glenn Morris <rgm@gnu.org>
3261
3262 * nndraft.el (nndraft-request-list): Fix declaration.
3263
3264 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3265
3266 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3267 don't have a current group.
3268
3269 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3270 have a group name.
3271
3272 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3273 a multibyte buffer (bug#7410).
3274 (article-wash-html): Parse the original article buffer to get the
3275 unencoded data (bug#7410).
3276
3277 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3278 .newsrc.el files.
3279
3280 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3281
3282 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3283 would have gotten if we posted to the group, and use that to compare
3284 against the message we want to cancel (bug#10808).
3285
3286 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3287
3288 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3289 "#" to avoid having them interpreted as comments.
3290
3291 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * shr.el (shr-insert): Update the text state properly to avoid
3294 inserting spurious paragraph starts.
3295
3296 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3297
3298 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3299 requested (bug#10961).
3300
3301 * shr.el (shr-table-widths): Divide the extra width more fairly over
3302 the TDs (bug#10973).
3303 (shr-render-td): Don't delete too much padding.
3304 (shr-natural-width): Compute the natural width more correctly.
3305 (shr-insert): Allow the natural width to be computed for tables again.
3306 (shr-tag-table-1): Rework how the natural widths are computed by
3307 rendering the table a third time.
3308 (shr-natural-width): Remove.
3309 (shr-buffer-width): New function.
3310 (shr-expand-newlines): Use it.
3311
3312 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3313 using a `gnus-use-full-window' setup (bug#11013).
3314
3315 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3316
3317 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3318 24.1 release.
3319
3320 2012-03-10 David Edmondson <dme@dme.org>
3321
3322 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3323 'Forwarded Message' header and the start of the message.
3324
3325 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3326
3327 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3328 isn't running (bug#10897).
3329
3330 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3333
3334 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3335
3336 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3337
3338 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3339
3340 * mm-decode.el (mm-shr): Remove "soft hyphens".
3341
3342 * nnimap.el (nnimap-request-list): Return the group names encoded as
3343 utf8. Otherwise non-European group names don't work.
3344 (nnimap-request-newgroups): Ditto.
3345
3346 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3347 the default in `read-string' (bug#10757).
3348
3349 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3350 topics (bug#10843).
3351
3352 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3353 buffer. Suggested by Herbert Valerio Riedel.
3354 (nnimap-request-move-article): Delete the message from the correct IMAP
3355 server.
3356
3357 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3358
3359 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3360 Reported by Peter Münster.
3361
3362 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3363
3364 * shr.el (shr-image-fetched): Make sure we really kill the right
3365 buffer.
3366
3367 2012-02-16 Leo Liu <sdl.web@gmail.com>
3368
3369 * gnus-start.el (gnus-1): Avoid duplicate entries.
3370
3371 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3372
3373 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3374 too-wide lines.
3375
3376 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3377
3378 * shr.el (shr-rescale-image): Undo previous change; see
3379 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3380
3381 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3382
3383 * nnimap.el (nnimap-record-commands): New variable.
3384 (nnimap-log-command): Use it.
3385 (nnimap-make-process-buffer): Add a space to the process buffer.
3386 (nnimap-transform-headers): Don't bug out on header lines containing
3387 stuff that look like IMAP length encodings.
3388
3389 * shr.el (shr-rescale-image): Allow viewing large images.
3390
3391 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3392
3393 * nnml.el (nnml-request-compact-group): Delete the marks file after
3394 compaction (bug#10800).
3395
3396 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3397 group exit.
3398
3399 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3400 QRESYNC/FETCH output.
3401
3402 2012-02-11 Glenn Morris <rgm@gnu.org>
3403
3404 * sieve-manage.el (sieve-manage-default-stream):
3405 * shr.el (shr):
3406 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3407 (nnir-retrieve-headers-override-function)
3408 (nnir-imap-default-search-key, nnir-notmuch-program)
3409 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3410 (nnir-method-default-engines):
3411 * message.el (message-cite-reply-position):
3412 * gssapi.el (gssapi-program):
3413 * gravatar.el (gravatar):
3414 * gnus-sum.el (gnus-refer-thread-use-nnir):
3415 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3416 (gnus-registry-max-pruned-entries):
3417 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3418 * gnus-int.el (gnus-after-set-mark-hook)
3419 (gnus-before-update-mark-hook):
3420 * gnus-async.el (gnus-async-post-fetch-function):
3421 * auth-source.el (auth-source-cache-expiry):
3422 Add missing :version tags to new defcustoms and defgroups.
3423
3424 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3425
3426 * message.el (message-default-send-mail-function): Made into own
3427 function for reuse by emacsbug.el.
3428
3429 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3430
3431 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3432 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3433
3434 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3435
3436 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3437 running.
3438
3439 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3440
3441 * gnus.el (gnus-server-extend-method): Don't add an -address component
3442 if the method already has one (bug#9676).
3443
3444 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3445
3446 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3447 of an initial-input for consistency (bug#10757).
3448
3449 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3450
3451 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3452
3453 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3454
3455 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3456 lines that are narrower than the window width. Otherwise background
3457 "blocks" will look less readable.
3458
3459 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3462
3463 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3464
3465 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3466 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3467 have newlines within the strings, and where the UID comes after the
3468 BODYSTRUCTURE element (bug#10537).
3469
3470 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3471 (bug#10732).
3472
3473 * shr.el (shr-insert-document): Add doc string.
3474 (shr-visit-file): Ditto.
3475 (shr-remove-trailing-whitespace): New function.
3476 (shr-insert-document): Use it to clean up trailing whitespace as the
3477 final step (bug#10714).
3478
3479 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3480
3481 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3482 buffer if `gnus-kill-summary-on-exit' is nil.
3483
3484 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * gnus-sum.el (gnus-summary-show-thread):
3487 next-single-char-property-change may return nil in XEmacs.
3488
3489 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3490
3491 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3492 when just reading a single group from "without" Gnus.
3493
3494 2012-02-06 Chong Yidong <cyd@gnu.org>
3495
3496 * gnus-sum.el (gnus-summary-show-thread):
3497 next-single-char-property-change never returns nil (Bug#8657).
3498
3499 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3500
3501 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3502 without reconnecting.
3503 (nnimap-possibly-change-group): Ditto.
3504 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3505 connection has died before being called.
3506
3507 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3508
3509 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3510 an initial sync unless we're really doing one.
3511
3512 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3513 address parameter if one already exists (bug#9676).
3514
3515 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3516 not the prefix, as documented (bug#10689).
3517
3518 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3519
3520 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3521 the "server".
3522
3523 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3524 the real error message with the useless "previously known to be down".
3525 Which isn't even correct.
3526
3527 * nntp.el (nntp-open-connection): Report the error message if the nntp
3528 server can't be reached.
3529
3530 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3531 groups we do a total scan for.
3532 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3533 doing that.
3534
3535 2012-01-31 Jim Meyering <jim@meyering.net>
3536
3537 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3538 Correct a comment (insert "not") and hide nominally-doubled "to".
3539
3540 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3541
3542 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3543 section in the manual.
3544
3545 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3546
3547 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3548 words.
3549 (rfc2047-encode-string): Ditto.
3550 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3551 understand folded filename="..." parameters, for instance.
3552
3553 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3554 the message for greater debuggability.
3555
3556 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3557
3558 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3559 instead of setting it locally, since the latter doesn't seem to have
3560 any effect (most of the time).
3561
3562 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3563
3564 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3565 function call.
3566
3567 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3568
3569 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3570 seconds, and make the repeat clause with HH:MM specs work as
3571 documented.
3572
3573 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3576 so that previous errors don't prohibit getting new news.
3577
3578 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3579
3580 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3581
3582 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3583
3584 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3585 bound globally in old Emacsen and XEmacsen.
3586
3587 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3588
3589 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3590 buffer, not of the string which is its name.
3591
3592 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3593
3594 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3595 non-server-marks groups.
3596 (gnus-group-make-articles-read): Ditto.
3597
3598 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3599 methods (bug#9676).
3600
3601 * gnus.el (gnus-method-ephemeral-p): New function.
3602
3603 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3604
3605 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3606 left-to-right.
3607
3608 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3609
3610 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3611 warning.
3612
3613 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3614
3615 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3616 macroexpand the nnir things, since they haven't been defined yet, and
3617 nnir requires gnus-sum.
3618
3619 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3620
3621 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3622
3623 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3624
3625 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3626 logical server name in addition to the actual machine address.
3627
3628 * auth-source.el (auth-source-user-and-password): Add convenience
3629 wrapper to search by just host and optionally user.
3630
3631 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3634 after rendering.
3635
3636 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3637
3638 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3639 (bug#9693).
3640 (gnus-summary-setup-buffer): Document return value (bug#9697).
3641
3642 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3643 since ido doesn't work on symbols (bug#9632).
3644
3645 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3646 when getting a single value as when getting all the values. This means
3647 that atoms like `gcc-self' work cumulatively, like variable settings,
3648 instead of getting the value from the last matching clause.
3649 (gnus-group-find-parameter): Protect against the group buffer not
3650 existing (bug#9585).
3651
3652 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3653
3654 * gnus-start.el (gnus-activate-group): Document more parameters
3655 (bug#9694).
3656
3657 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3658 (bug#9692).
3659
3660 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3661 article was fetched, so that it can be expired later (bug#9958).
3662 (gnus-agent-summary-fetch-series): Add doc string.
3663 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3664 (bug#9517).
3665
3666 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3667 retrieval is happening.
3668
3669 * gnus.el (gnus-parameters): Doc fix.
3670
3671 2012-01-06 Dave Abrahams <dave@boostpro.com>
3672
3673 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3674 show the thread after expansion.
3675
3676 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3677
3678 * gnus-art.el (article-narrow-to-head): If the head is completely
3679 empty, narrow to the empty region (bug#9764).
3680
3681 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3682 read, and then mark them as unread only when the unread mark is used.
3683 This makes `C-- T k' actually work, even though it's confusing.
3684
3685 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3686 alive before we try to find its window.
3687
3688 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3689
3690 * mm-decode.el (mm-display-external): Use a longer timeout for the
3691 deletion to allow slow programs to display the file.
3692
3693 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3694
3695 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3696 prompt to be less confusing.
3697
3698 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3699 argument to `message-reply'. This broke `special-display-*' frame
3700 pop-uping (bug#10238).
3701
3702 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3703
3704 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3705 systems, since these allegedly don't work there.
3706
3707 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3708
3709 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3710 live buffer.
3711
3712 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * nnir.el (nnir-retrieve-headers): Protect against the article not
3715 existing on the server (bug#10335).
3716
3717 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3718
3719 * gnus-agent.el (gnus-agent-load-local):
3720 Recompute gnus-agent-article-local on changing method.
3721
3722 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * gnus.el (gnus-parameters): Note precedence.
3725
3726 2012-01-04 Leo Liu <sdl.web@gmail.com>
3727
3728 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3729 in the group buffer.
3730
3731 2012-01-04 Julien Danjou <julien@danjou.info>
3732
3733 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3734 change.
3735
3736 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3737
3738 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3739 too.
3740
3741 * nntp.el (nntp-retrieve-group-data-early): Use it.
3742
3743 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3744
3745 * nntp.el (nntp-retrieval-in-progress): New variable.
3746 (nntp-make-process-buffer): Make it buffer-local.
3747
3748 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3749 2010.
3750 (gnus-demon-init): Use it to compute the time if time is on the form
3751 "04:23".
3752
3753 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3754
3755 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3756 status in the correct buffer.
3757
3758 2012-01-03 Leo Liu <sdl.web@gmail.com>
3759
3760 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3761 when opening topics (bug#10407).
3762
3763 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3764
3765 * mm-view.el (mm-display-inline-fontify): Add comment.
3766
3767 2011-12-15 Juri Linkov <juri@jurta.org>
3768
3769 * mm-decode.el (mm-inline-media-tests): Add missing
3770 `mm-handle-media-subtype'.
3771
3772 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3773
3774 * message.el (message-valid-fqdn-regexp): Update with newly approved
3775 top-level domain names ".tel" and ".asia".
3776
3777 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3778
3779 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3780 unconditionally.
3781
3782 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3783
3784 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3785 pop-to-buffer-same-window for old Emacsen.
3786
3787 2011-12-04 Chong Yidong <cyd@gnu.org>
3788
3789 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3790 change (Bug#10200).
3791
3792 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3793
3794 * compface.el (uncompface):
3795 * gnus-art.el (gnus-article-x-face-command): Update the header format
3796 of icon data for the most recent icontopbm program.
3797
3798 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3799
3800 * gnus-msg.el (gnus-inews-do-gcc):
3801 * message.el (message-send-mail):
3802 * mml.el (mml-generate-mime): Share the value of the buffer-local
3803 `message-options' variable between a draft buffer and temprary working
3804 buffers.
3805
3806 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3809
3810 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3813 for Cygwin.
3814
3815 2011-11-24 Glenn Morris <rgm@gnu.org>
3816
3817 * starttls.el: Fix case of "GnuTLS".
3818
3819 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * gnus-group.el (gnus-group-highlight): Fix typo.
3822
3823 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3824
3825 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3826 value of `delete-file', that returns nil for a local file but returns t
3827 for a remote file using ssh.
3828
3829 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3830
3831 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3832 avoid later breakage.
3833
3834 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3835
3836 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3837 article buffers' name.
3838
3839 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3840
3841 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3842 by Paul Eggert's spellfixes two days ago.
3843
3844 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
3846 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3847 buffer-local instead of binding them to avoid warnings. Also demote
3848 errors (bug#10063).
3849 (font-lock-mode-hook): Shut up byte compiler.
3850
3851 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * mm-util.el (mm-charset-after): Fix typo.
3854
3855 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * gnus-sum.el (gnus-summary-make-menu-bar):
3858 * gnus-uu.el (gnus-uu-decode-postscript)
3859 (gnus-uu-decode-postscript-and-save):
3860 * mailcap.el (mailcap-print-command):
3861 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3862 Fix typos.
3863
3864 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * gnus-art.el (gnus-article-part-wrapper):
3867 * shr-color.el (shr-color-visible-distance-min)
3868 (shr-color-relative-to-absolute, set-minimum-interval)
3869 (shr-color-visible): Fix typos.
3870
3871 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3874 slightly clearer.
3875
3876 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3877
3878 * message.el (message-send-and-exit): Document `arg'.
3879
3880 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3883
3884 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3885
3886 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3887 we don't use `bound-and-true-p'.
3888
3889 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3890
3891 * gnus-util.el (gnus-bound-and-true-p): Remove.
3892 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3893 * nnir.el: Use it.
3894 * nnmairix.el: Use it.
3895
3896 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3897
3898 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3899 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3900 for reasons unknown.
3901 * nnir.el: Use it.
3902 * nnmairix.el: Use it.
3903
3904 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3905 * nnir.el: Ditto.
3906 * nnmairix.el: Ditto.
3907
3908 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3909
3910 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * message.el (message-completion-function): Make sure
3913 message-tab-body-function is not attempted if one of
3914 message-completion-alist fails to find a completion (bug#9158).
3915
3916 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3917
3918 * mml.el (mml-quote-region): Quote <#secure> tag.
3919 (mml-generate-mime-1): Unquote <#secure> tag.
3920
3921 2011-10-20 Chong Yidong <cyd@gnu.org>
3922
3923 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3924 calling a minor mode from Lisp with nil arg enables it, so we have to
3925 make the wording a bit ambiguous here).
3926
3927 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3928
3929 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3930 * nnir.el (nnir-mode): Use it.
3931 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3932 Use it.
3933
3934 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3935 * nnmairix.el (gnus-registry-enabled): Ditto.
3936
3937 2011-10-17 Dave Abrahams <dave@boostpro.com>
3938
3939 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3940 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3941 only while we need to find out if it should be t or nil.
3942 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3943 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3944 the registry is installed. Set it to nil when it's unloaded.
3945 (gnus-registry-install-p): Provide user guidance for the initial value
3946 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3947 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3948 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3949 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3950 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3951 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3952 `gnus-registry-install'.
3953
3954 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3955
3956 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3957 previous change.
3958 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3959 primary key is marked as disabled.
3960
3961 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3962
3963 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3964 primary key is marked as disabled.
3965
3966 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3967
3968 * html2text.el (html2text-clean-anchor): Check for quotes around
3969 `href' value.
3970
3971 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3972
3973 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3974 searching. Drop `bbdb-cache'.
3975
3976 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3977
3978 * message.el (message-signed-or-encrypted-p): Exclude header when
3979 checking if there is signed or encrypted body in text/plain message.
3980
3981 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3982
3983 * html2text.el (html2text-get-attr): Correctly handle attribute values
3984 containing "=".
3985
3986 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3987
3988 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3989 handle bindings.
3990
3991 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3992
3993 * gnus-win.el (gnus-configure-windows): Protect against reading
3994 ephemeral groups outside of Gnus.
3995
3996 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3997
3998 * shr.el (shr-tag-img): Don't get images displayed in tables.
3999
4000 2011-10-03 Glenn Morris <rgm@gnu.org>
4001
4002 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4003 the "maintainer" version of debbugs.gnu.org reports.
4004
4005 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4008 make asynchronous adjacent image insertion work better.
4009
4010 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4011
4012 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4013 Clarify documentation.
4014
4015 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4016
4017 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4018 `gnus-asynchronous' isn't shadowed.
4019
4020 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4021
4022 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4023 (nnimap-insert-partial-structure): The charset parameter isn't
4024 case-sensitive.
4025
4026 * nnheader.el (nnheader-message-maybe): New function.
4027
4028 * shr.el (shr-tag-table): Render totally broken tables better.
4029
4030 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4031 computing the boundary.
4032
4033 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4034
4035 * pop3.el (pop3-number-of-responses): Remove.
4036 (pop3-wait-for-messages): Rewrite to take linear time instead of
4037 exponential time.
4038
4039 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4042 re-fetch images.
4043
4044 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4045 re-fetch images when hitting `g' in Gnus.
4046
4047 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4048
4049 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4050 (mml-compute-boundary): Don't check collision if it is non-nil.
4051 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4052 before checking collision.
4053
4054 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
4056 * message.el (message-indent-citation): Really make sure there's a
4057 newline at the end.
4058
4059 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4060 Fix suggested by John Wiegley.
4061
4062 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4063
4064 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4065
4066 * message.el (message-default-send-rename-function): Break out into its
4067 own function.
4068
4069 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4070 doesn't work under XEmacs.
4071
4072 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4073 of "imaps" to word around Windows problems.
4074 (nnimap-open-connection-1): Use it.
4075
4076 * message.el (message-indent-citation): Revert last change which made
4077 `F' not work.
4078
4079 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4080
4081 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4082 terminal as well.
4083
4084 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4087 because it displays images using overlays that aren't easy to copy to
4088 the article buffer.
4089
4090 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4091
4092 * message.el (message-indent-citation): Fix empty line removal at the
4093 end of the citation.
4094
4095 2011-09-20 Julien Danjou <julien@danjou.info>
4096
4097 * auth-source.el (auth-source-netrc-create): Use default value for
4098 password if specified. Evaluate default.
4099 (auth-source-plstore-create): Ditto.
4100 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4101 value evaluation.
4102 (auth-source-netrc-create): Typo fix.
4103 (auth-source-plstore-create): Ditto.
4104
4105 * auth-source.el (auth-source-format-cache-entry): New function.
4106
4107 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4108
4109 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4110
4111 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4112
4113 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4114
4115 2011-09-19 Julien Danjou <julien@danjou.info>
4116
4117 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4118 which work with things that are not ASCII.
4119
4120 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4121
4122 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4123
4124 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4125
4126 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4127 message level.
4128
4129 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4132
4133 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4136
4137 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4140 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4141
4142 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4143
4144 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4145 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4146 articles.
4147
4148 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4151 (message-mail-other-window, message-mail-other-frame)
4152 (message-news-other-window, message-news-other-frame):
4153 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4154 instead of setting buffer display variables.
4155
4156 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4157
4158 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4159
4160 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4161
4162 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4163
4164 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4165 duplicates" to a higher level.
4166
4167 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4168 most egregious messages.
4169
4170 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4171
4172 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4173
4174 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4175
4176 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4177 up the file (bug#9351).
4178
4179 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4182 it does with all other backends, but decode the names immediately after
4183 getting them.
4184
4185 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4186 decoding nnimap groups.
4187
4188 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4189 newsrc file. It doesn't seem like an important optimization any more.
4190
4191 2011-09-10 Dave Abrahams <dave@boostpro.com>
4192
4193 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4194 overflows.
4195
4196 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4197
4198 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4199 (gnus-interactive-exit): Extend to `quiet'.
4200
4201 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4202
4203 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4204 string.
4205
4206 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4207 renaming function arguments from `this'.
4208
4209 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4210
4211 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4212 has been renamed.
4213 (gnus-lrm-string-p): Include RLM and PDF, too.
4214
4215 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4216 (bug#9225).
4217
4218 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4219
4220 Add autoload cookies for functions used by sendmail.el.
4221 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4222
4223 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4224
4225 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4226
4227 * gnus-art.el (article-date-ut): Work properly even when there are
4228 things like Date header in the body; work for forwarded parts.
4229
4230 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4231
4232 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4233 original-article-buffer.
4234
4235 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4236
4237 * nnir.el (nnir-compose-result): Fix matching of server type.
4238 (nnir-run-swish++): Ditto.
4239 (nnir-run-namazu): Ditto.
4240 (nnir-run-notmuch): Ditto.
4241
4242 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4243
4244 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4245 (bug#9405).
4246
4247 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4248 (bug#9421).
4249
4250 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4251 (bug#9425).
4252
4253 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4254 thing (bug#9426).
4255
4256 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4257
4258 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4259 the error message.
4260
4261 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4262
4263 * message.el (message-setup-1): Return t (Bug#9392).
4264
4265 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4266
4267 * gnus-sum.el: When adding article headers to a summary buffer also
4268 update gnus-newsgroup-articles (bug#9386).
4269
4270 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * auth-source.el: Autoload help-mode.
4273
4274 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4277 names.
4278
4279 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4280
4281 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4282 mm-replace-in-string for compatibility issues.
4283 * mml2015.el (mml2015-epg-verify): Ditto.
4284
4285 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4286
4287 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4288
4289 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4290
4291 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
4293 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4294 continue on and do the clean-up phase (bug#9188).
4295
4296 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4297 just ignore groups that can't be opened instead of erroring out
4298 (bug#9225).
4299
4300 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4301 nil since some many people are fuddy-duddies.
4302
4303 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4304 images.
4305
4306 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4307 instead.
4308
4309 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4310
4311 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4312
4313 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4314 processing.
4315
4316 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4317 buffer to avoid warnings.
4318
4319 2011-08-20 Simon Josefsson <simon@josefsson.org>
4320
4321 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4322 specified to reduce precision.
4323
4324 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325
4326 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4327 bodystructures (bug#9314).
4328
4329 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4330
4331 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4332 Make button keymap non-sticky after buttons.
4333
4334 2011-08-18 David Engster <dengste@eml.cc>
4335
4336 * nnmairix.el (nnmairix-request-set-mark)
4337 (nnmairix-goto-original-article): Remove adding of article to registry,
4338 since `gnus-registry-add-group' isn't available anymore.
4339 (nnmairix-determine-original-group-from-registry):
4340 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4341 available anymore.
4342
4343 2011-08-12 Simon Josefsson <simon@josefsson.org>
4344
4345 * starttls.el (starttls-any-program-available): Define as obsolete
4346 function.
4347
4348 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
4350 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4351 versions which Gnus use when appropriate.
4352
4353 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4354 a pretty destructive command.
4355
4356 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4357
4358 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4359
4360 * message.el (message-fix-before-sending): Make a different warning
4361 about NUL characters (bug#9270).
4362
4363 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4364 from custom (bug#9260).
4365
4366 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4367 things work in Emacs 22 and XEmacs, too.
4368
4369 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4370 default From.
4371
4372 * gnus-spec.el (gnus-lrm-string-p): New macro.
4373 (gnus-lrm-string): New constant.
4374 (gnus-summary-line-format-spec): LRM-ify the from.
4375 (gnus-tilde-max-form): LRM-ify string chopping.
4376
4377 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4378
4379 * message.el (message-is-yours-p): Allow disabling canlock checking
4380 (bug#9295).
4381 (message-shoot-gnksa-feet): Add `canlock-verify'.
4382 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4383 message directory isn't writable (bug#9304).
4384
4385 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4386 non-world-readable.
4387
4388 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4389
4390 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4391 articles.
4392
4393 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4394
4395 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4396 copy-list.
4397
4398 2011-08-12 Sam Steingold <sds@gnu.org>
4399
4400 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4401 in the reverse order to avoid modifying the cache with `nreverse'.
4402 (gnus-all-score-files): Do not modify the value returned by
4403 `gnus-score-find-alist' because it lives in a cache variable.
4404 (gnus-current-home-score-file): No need to `nreverse' the return value
4405 of `gnus-score-find-alist', it is already in the correct order.
4406
4407 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4408
4409 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4410 type MESSAGE and subtype RFC822 is slightly different from those of
4411 type TEXT.
4412
4413 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4414
4415 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4416 This allows article-referral to work from an nnir group.
4417
4418 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4419
4420 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4421
4422 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4423
4424 * mml1991.el (mml1991-epg-find-usable-key)
4425 (mml1991-epg-find-usable-secret-key): New function.
4426 (mml1991-epg-sign): Check if signing key is usable.
4427 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4428
4429 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4430
4431 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4432 server-variables only. This should fix a bug introduced with commit
4433 e1889675b7f4adf057833c5513c9374134c4e053.
4434 (nnir-run-query): 'nnir-search-engine should not be set from the global
4435 environment.
4436
4437 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4438
4439 * nnir.el (nnir-search-thread): Position point on referring article
4440 line.
4441 (nnir-warp-to-article): Clean up summary buffers.
4442
4443 * nnimap.el (nnimap-request-thread): Whitespace fix.
4444
4445 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4446
4447 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4448
4449 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4450
4451 * starttls.el (starttls-available-p): Rename from
4452 `starttls-any-program-available' and changed return convention.
4453
4454 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4455
4456 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4457 `unix-sync' unless it's defined.
4458
4459 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4460
4461 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4462 `aref' for XEmacs compatibiltiy.
4463
4464 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4465
4466 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4467
4468 2011-07-31 Dave Abrahams <dave@boostpro.com>
4469
4470 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4471 closures, quote the form properly (bug#9194).
4472
4473 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4476 (gnus-summary-insert-new-articles): Protect against servers that are
4477 down.
4478
4479 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4480
4481 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4482 in mm handle if none is specified.
4483
4484 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4485
4486 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4487
4488 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4489
4490 * nnir.el (nnir-search-thread): New function to make an nnir group
4491 based on a thread query.
4492
4493 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4494 of nnir in thread referral.
4495 (gnus-summary-refer-thread): Use it.
4496
4497 * nnimap.el (nnimap-request-thread): Use it.
4498
4499 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4500
4501 * shr.el (shr-tag-comment): Ignore HTML comments.
4502
4503 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4504
4505 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4506 argument.
4507 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4508 Use `nnir-address' to handle server info rather than passing an arg.
4509
4510 * nnimap.el (nnimap-make-thread-query): New utility function to format
4511 an imap thread search query.
4512 (nnimap-request-thread): Use it.
4513
4514 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4515 right select-method if we are not going back to the group buffer.
4516
4517 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4520 enter invalid buffer configurations into the quit form (bug#9107).
4521 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4522 unplugged/plugged.
4523
4524 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4525 keep track of which ones are unread (bug#9061).
4526
4527 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4528 (bug#9055).
4529
4530 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4531 (bug#9041).
4532
4533 * gnus-html.el (mm-util): Require (bug#9073).
4534
4535 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4536 (gnus-summary-refer-thread): Use it to remove duplicates in the
4537 un-threaded view (bug#9053).
4538 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4539
4540 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4541
4542 * nnir.el (nnir-read-server-parm): Use default value from global
4543 variable. Without this the default search engine parameters aren't
4544 used at all.
4545
4546 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4547
4548 * message.el (message-unique-id): Don't use the undocumented return
4549 value from (random t) (bug#9118).
4550
4551 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4552
4553 * message.el (message-auto-save-directory): If the ~/Mail directory
4554 doesn't exist, use ~ as the auto-save directory (bug#4432).
4555
4556 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4557 hasn't already been started.
4558
4559 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4560
4561 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4562
4563 * message.el (message-reply): Work around mysterious bug where
4564 `message-mode' seems to overwrite the locally bound `subject' variable.
4565
4566 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4567
4568 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4569 correct group.
4570
4571 * gnus-int.el (gnus-request-thread): Add group argument.
4572
4573 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4574
4575 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4578 renamed to `debbugs-gnu-*'.
4579
4580 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4581
4582 * plstore.el: Revert the editing feature since it is not urgent.
4583 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4584 (plstore-mode-decoded): Remove.
4585
4586 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4589 isn't very interesting any more, and it leaks potentially secret data.
4590 (gnus-debug): Remove.
4591
4592 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4593 use of :custom-show.
4594
4595 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4596
4597 * plstore.el: Add documentation.
4598 (plstore-mode): New mode to edit plstore file.
4599 (plstore-mode-toggle-display, plstore-mode-original)
4600 (plstore-mode-decoded): New command.
4601 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4602 (plstore--insert-buffer, plstore--make): New function.
4603 (plstore-open, plstore-save): Simplify by using them.
4604
4605 2011-07-06 Glenn Morris <rgm@gnu.org>
4606
4607 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4608
4609 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4612 no longer is much used.
4613 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4614 Articles".
4615
4616 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4617
4618 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4619 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4620 `notmuch' backend.
4621
4622 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * mm-decode.el (mm-text-html-renderer): Doc fix.
4625
4626 * gnus-msg.el (gnus-bug): Fix the MML tag.
4627
4628 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4629
4630 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4631
4632 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4633 secondary methods if started with `gnus-no-server'.
4634
4635 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * message.el (message-return-action): Fix typo in docstring.
4638
4639 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4642 bug reports at once.
4643
4644 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4645
4646 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4647
4648 * nndraft.el: Require gnus-group.
4649 (nndraft-request-list): Declare.
4650
4651 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4652 no unread article unless it matches gnus-permanently-visible-groups.
4653
4654 * nndraft.el (nndraft-update-unread-articles): New function.
4655 (nndraft-request-associate-buffer): Use it to update the number of
4656 unread articles for the nndraft groups in the group buffer when saving
4657 or killing a draft message.
4658
4659 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4660
4661 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4662 systems to binary before writing and reading the mbox files.
4663
4664 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4665 instead of trying to list them all (bug#8978).
4666
4667 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4668
4669 * pop3.el (pop3-open-server): Use :end-of-capability.
4670
4671 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4672
4673 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4674 the id is always a number.
4675
4676 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4677 debbugs mode, if possible.
4678
4679 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4680
4681 * auth-source.el (auth-source-token-passphrase-callback-function):
4682 Reindent.
4683 (epg-context-operation): Remove unnecessary autoload.
4684
4685 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4686
4687 * gnus.el (gnus-list-debbugs): New command.
4688
4689 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4690 mboxstat instead of the maintbox, since the stat seems to be fuller.
4691
4692 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4693 summary buffers.
4694
4695 * message.el (message-get-reply-headers): Delete all duplicates,
4696 instead of the first.
4697 (message-get-reply-headers): Ensure that we have progress while
4698 deleting duplicates.
4699
4700 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4701 gnus-posting-style value from the summary buffer to make it easier to
4702 make that a per-buffer conf.
4703
4704 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4705
4706 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4707 found by setting `shortcut' in 'query.
4708 (nnir-request-article): Use `shortcut' setting when requesting article
4709 by Message-ID.
4710
4711 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4712
4713 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4714 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4715 Bring the pseudo-headers back too.
4716
4717 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4718
4719 * auth-source.el (auth-source-token-passphrase-callback-function):
4720 Simplify and remove EPA dependency.
4721
4722 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4723
4724 * nnir.el (nnir-request-article): Fix error message text.
4725
4726 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4727
4728 * auth-source.el (plstore-delete): Autoload.
4729 (auth-source-plstore-search): Support delete operation.
4730 * plstore.el (plstore-delete): New function.
4731
4732 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4733
4734 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4735 mark actually existing articles as unread rather than the ones that
4736 active asserts.
4737
4738 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4739
4740 * nntp.el (nntp-record-command):
4741 * gnus-util.el (gnus-message-with-timestamp-1):
4742 Use format-time-string rather than decoding time stamps by hand.
4743 This is simpler and insulates the code from potential changes to
4744 current-time format.
4745
4746 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4747
4748 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4749
4750 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4751
4752 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4753 (plstore-save): Support public key encryption.
4754 (plstore--init-from-buffer): New function.
4755 (plstore-open): Use it; fix error when opening a non-existent file.
4756 (plstore-revert): Use plstore--init-from-buffer.
4757
4758 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4759
4760 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4761
4762 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4763
4764 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4765 for old Emacsen.
4766
4767 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4768
4769 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4770 is not fully working.
4771
4772 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4773
4774 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4775 quit window configuration.
4776
4777 * auth-source.el (epg-context-set-passphrase-callback):
4778 Remove duplicate autoload.
4779
4780 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4781
4782 * nnir.el (nnir-request-article): Allow requesting articles by
4783 Message-ID with nnimap.
4784
4785 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4786 current server.
4787
4788 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4789
4790 * auth-source.el: Autoload EPA/EPG functions.
4791 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4792 changed when EPA/EPG is not available.
4793 (auth-source-backend): Rename "arg" member to "data".
4794 (auth-source-backend-parse, auth-source-plstore-search)
4795 (auth-source-plstore-create): Use it.
4796
4797 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4798
4799 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4800 `gnus-refer-article-methods'.
4801
4802 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4803
4804 * auth-source.el: Require EPA and EPG.
4805 (auth-source-passphrase-alist): New variable.
4806 (auth-source-passphrase-callback-function)
4807 (auth-source-token-passphrase-callback-function): Callbacks for the
4808 netrc field encryption (GPG tokens).
4809 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4810 Symmetric encryption and decryption of the netrc GPG tokens.
4811 (auth-source-netrc-normalize): Use them, simplifying the closure.
4812
4813 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4816 non-nil, and `nnimap-split-methods' is nil, use the former.
4817
4818 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4819
4820 * plstore.el (plstore-revert): New function.
4821 (plstore-open): Use it; hide the buffer from user.
4822
4823 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4824
4825 * auth-source.el (auth-source-backend): New member "arg".
4826 (auth-source-backend-parse): Handle new backend 'plstore.
4827 * plstore.el: New file.
4828
4829 2011-06-30 Glenn Morris <rgm@gnu.org>
4830
4831 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4832
4833 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4834
4835 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4836
4837 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4838 expiring articles to.
4839
4840 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4841 variations as ASCII (bug#5458).
4842
4843 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4846
4847 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4848
4849 * message.el (message-point-in-header-p): Tweak the function to default
4850 to saying that we're not in the headers if there is no separator at
4851 all. This makes it possible to use the Message version of `M-q' in
4852 buffers with no headers (bug#7987).
4853 (message-point-in-header-p): Fix last checkin to work with an empty
4854 mail-header-separator, too.
4855
4856 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4857 again, save the choice via customize.
4858
4859 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4860
4861 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4862
4863 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4864 ended the connection, bail out before waiting infinitely on a new
4865 connection.
4866
4867 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4868
4869 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4870 reports.
4871
4872 * gnus.el (gnus-bug-package): Use "gnus."
4873 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4874
4875 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4876
4877 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4878 animations going on at article exit time.
4879
4880 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4881 since removing it breaks people upgrading.
4882
4883 * shr.el (shr-put-image): Use the new interface for animating images.
4884 (shr-put-image): Animate for 60 seconds.
4885
4886 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4887 error with `find-file-hooks' on Emacs 22.
4888 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4889 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4890 on all architectures.
4891
4892 * spam.el (spam-stat): Require in a normal fashion without binding
4893 `spam-stat-install-hooks' to avoid compilation warnings.
4894
4895 * spam-stat.el (spam-stat-install-hooks): Remove.
4896 (spam-stat-install-hooks): Don't run automatically.
4897
4898 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4899
4900 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4901 and keystroke.
4902
4903 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4904
4905 * auth-source.el (auth-source-netrc-cache): Move forward.
4906
4907 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4908
4909 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4910 we already know.
4911 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4912 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4913
4914 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4915
4916 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4917 %S format, since that looks odd.
4918 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4919 file, especially when saving.
4920
4921 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4922
4923 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4924 article found.
4925
4926 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4927
4928 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4929 `auth-source-save-secrets' with a more sensitive alist that can be
4930 configured per file. Experimental, so defaults to 'never.
4931 (auth-source-netrc-create): Use it. Still experimental code.
4932 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4933 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4934
4935 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4936
4937 * auth-source.el (auth-source-save-secrets): New variable to control if
4938 secret tokens should be saved encrypted.
4939 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4940 to `auth-source-netrc-normalize'.
4941 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4942 on the EPA variables being defined.
4943 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4944 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4945 the lexical-let closure.
4946 (auth-source-netrc-create): Create "gpg:" tokens according to
4947 `auth-source-save-secrets'.
4948
4949 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * gnus-group.el (gnus-group-update-group): Add new argument
4952 `info-unchanged' that stops updating dribble buffer.
4953
4954 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4955 deletes lines matching to it in dribble buffer.
4956
4957 * gnus-agent.el (gnus-agent-fetch-group-1):
4958 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4959 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4960 * gnus-start.el (gnus-group-change-level):
4961 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4962
4963 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4964 if newsgroup info is not changed.
4965
4966 * gnus-group.el (gnus-group-get-new-news-this-group):
4967 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4968 Don't update dribble buffer.
4969
4970 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4971
4972 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4973 remove entries with groups we ignore.
4974
4975 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4976
4977 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4978 the underline comes at the bottom.
4979
4980 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4983 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4984 (gnus-registry-article-marks-to-names): Rename from
4985 `gnus-registry-user-format-function-M2'.
4986
4987 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4988
4989 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4990 ephemeral group.
4991
4992 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4993
4994 * shr.el (shr-browse-image): Copy the URL if called interactively.
4995
4996 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4997
4998 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4999 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5000 done, then unselected articles may be marked as read.
5001
5002 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5003 since not doing this seems to lead to a race condition in pop3-logon.
5004
5005 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5006 so that the call chain it correct when we call "upwards".
5007
5008 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5009 in read-only groups.
5010
5011 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5012
5013 * message.el (message-cite-reply-position): Doc string fix.
5014
5015 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5016 avoid regexp overflow.
5017 (nnimap-transform-split-mail): Ditto.
5018
5019 * pop3.el (pop3-retr): Error out if the server closes the connection.
5020
5021 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5024 mm-with-unibyte-current-buffer. The buffer should not contain any
5025 multibyte chars anyway at this stage.
5026
5027 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5030 at the end of lines.
5031
5032 2011-05-29 Julien Danjou <julien@danjou.info>
5033
5034 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5035
5036 2011-05-27 Glenn Morris <rgm@gnu.org>
5037
5038 * gnus-group.el (gnus-bug-group-download-format-alist):
5039 Use the "maintainer" version of debian reports as well.
5040
5041 2011-05-26 Glenn Morris <rgm@gnu.org>
5042
5043 * gnus-group.el (gnus-bug-group-download-format-alist):
5044 Use the "maintainer" version of debbugs.gnu.org reports.
5045
5046 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5049
5050 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5051
5052 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5053 the thread moves us backwards and so we loop forever.
5054
5055 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5056
5057 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5058 whitespace in base64 data lines.
5059
5060 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5061
5062 * gnus-registry.el (gnus-registry-user-format-function-M):
5063 Use `mapconcat'.
5064 (gnus-registry-user-format-function-M2): Use to see the full text of
5065 the marks. Make "," the mark text separator.
5066
5067 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5068 authentication with auth-source.
5069
5070 2011-05-17 Glenn Morris <rgm@gnu.org>
5071
5072 * gnus-group.el (gnus-import-other-newsrc-file):
5073 Use insert-file-contents.
5074
5075 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5078 1000 iterations.
5079
5080 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5081
5082 * nntp.el (nntp-open-connection): Check if process-type is available.
5083
5084 2011-05-16 Julien Danjou <julien@danjou.info>
5085
5086 * shr.el (shr-tag-del): Add support for del tag.
5087
5088 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5089
5090 * gnus-html.el (gnus-html-put-image): Register a displayer.
5091
5092 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5093
5094 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5095
5096 * registry.el (prune-factor): New initialization parameter defaulting
5097 to 0.1.
5098 (registry-prune-hard): Use it.
5099
5100 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5101 0.1 expicitly.
5102
5103 2011-05-13 Glenn Morris <rgm@gnu.org>
5104
5105 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5106 is bound, since this function requires sendmail.
5107
5108 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5109
5110 * registry.el (registry-usage-test): Disable pruning test.
5111
5112 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5113
5114 * registry.el (registry-prune-hard-candidates)
5115 (registry-prune-soft-candidates): Helper methods for registry pruning.
5116 (registry-prune): Use them. Make the sort function optional.
5117
5118 2011-05-10 Jim Meyering <meyering@redhat.com>
5119
5120 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5121
5122 2011-05-10 Julien Danjou <julien@danjou.info>
5123
5124 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5125 symbol and not a list.
5126
5127 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * gnus-art.el (gnus-article-mode): Move binding of
5130 shr-put-image-function here from gnus-article-prepare-display.
5131
5132 * shr.el (shr-put-image-function): New variable.
5133 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5134 (shr-put-image): Return scaled image.
5135
5136 * gnus-art.el (gnus-shr-put-image): New function.
5137 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5138
5139 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5140 original ones, as deletable.
5141
5142 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5145
5146 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5147
5148 * registry.el (registry-full): Add convenience method. Fix logic.
5149 (registry-insert): Use it. Fix logic here too.
5150
5151 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5152 `registry-prune' if `registry-full' returns t.
5153 (gnus-registry-handle-action)
5154 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5155 (gnus-registry-usage-test): Use it.
5156
5157 2011-05-07 Julien Danjou <julien@danjou.info>
5158
5159 * shr.el (shr-link): Make shr-link inherit from link by default.
5160
5161 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5162
5163 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5164
5165 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5166
5167 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5168 error out because the face is not a list.
5169
5170 2011-05-05 Glenn Morris <rgm@gnu.org>
5171
5172 * gnus-start.el (gnus-propagate-marks): Declare.
5173
5174 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5175
5176 * registry.el (registry-reindex): Fix percentage message.
5177
5178 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5179
5180 * shr.el: Add shr-link face for links.
5181 (shr-urlify): Use it.
5182
5183 * registry.el (registry-insert): Make error message more helpful.
5184
5185 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * gnus-html.el (gnus-html-schedule-image-fetching):
5188 Use url-queue-retrieve, if it exists.
5189
5190 * shr.el (shr-tag-img): Ditto.
5191
5192 * gnus.el: Autoload more gnus-agent functions.
5193
5194 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5195 agent if we haven't already (bug#8502).
5196
5197 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5198 into the Agent, too.
5199
5200 * gnus-agent.el (gnus-agent-store-article): New function.
5201
5202 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5203 and moved from that file for reuse.
5204
5205 * pop3.el (pop3-open-server): Error messages are "-ERR".
5206
5207 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5210 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5211
5212 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5215 buffer has moved to a different frame.
5216
5217 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5220 to get the conversion from unibyte to multibyte buffers to work on
5221 Emacs 22.
5222
5223 * nntp.el (nntp-request-article): Slight clean-up.
5224
5225 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5226
5227 * shr.el (shr-strike-through): New face.
5228 (shr-tag-s): Use it to provide <s> support.
5229 (shr-tag-s): Remove duplicate definition.
5230
5231 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5232
5233 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5234 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5235
5236 2011-04-23 Glenn Morris <rgm@gnu.org>
5237
5238 * gnus-sum.el (gnus-extra-headers): Bump :version.
5239
5240 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5241
5242 * shr.el (shr-tag-sup): New function.
5243 (shr-tag-sub): Ditto.
5244
5245 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5246
5247 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5248 for the case where `gnus-registry-ignored-groups' is a list of lists,
5249 and don't call `gnus-parameter-registry-ignore' otherwise.
5250
5251 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5252
5253 * nnimap.el (nnimap-user): New backend variable.
5254 (nnimap-open-connection-1): Use it.
5255 (nnimap-credentials): Accept user parameter so it's explicit what user
5256 name is desired.
5257
5258 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5259 default.
5260
5261 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5262 not gnus-registry.el.
5263
5264 * gnus-registry.el: Mention in comments how to modify
5265 `gnus-extra-headers' for proper recipient tracking and that it may
5266 already have To and Cc recently, which it does as of this commit.
5267 (gnus-registry-ignored-groups): Remove defcustom.
5268 Explain why in comments.
5269 (gnus-registry-action): Fix data-header reference to use the extra
5270 headers. Explain in package commentary how to add To and Cc headers to
5271 the gnus-extra-headers.
5272 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5273 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5274 parameter list or a string list in `gnus-registry-ignored-groups'.
5275 Fix logic error.
5276
5277 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5278
5279 * shr.el (shr-expand-url): Protect against null urls.
5280
5281 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5282
5283 * shr.el (shr-base): New binding.
5284 (shr-tag-base): Keep track of <base>.
5285 (shr-expand-url): New function used throughout.
5286
5287 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5288
5289 * gnus-registry.el
5290 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5291 (gnus-registry-ignored-groups): New variable.
5292 (gnus-registry-ignore-group-p): Use it.
5293 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5294 set the destination group to nil (same as delete) if it's ignored.
5295
5296 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5297
5298 * gnus-registry.el (gnus-registry-action)
5299 (gnus-registry-fetch-header-fast):
5300 Don't use mail-header that looks an internal function of mailheader.el.
5301
5302 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * gnus-registry.el: Eliminate cl functions.
5305 (gnus-registry-sort-addresses): New function that replaces mapcan.
5306 (gnus-registry-action, gnus-registry-spool-action)
5307 (gnus-registry-split-fancy-with-parent)
5308 (gnus-registry-fetch-recipients-fast): Use it.
5309 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5310
5311 * registry.el (initialize-instance, registry-lookup)
5312 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5313 (registry-lookup-secondary-value, registry-search, registry-delete)
5314 (registry-insert, registry-reindex, registry-size, registry-prune):
5315 Use eval-and-compile.
5316
5317 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5318
5319 * registry.el (registry-reindex): New method to recreate the secondary
5320 registry indices.
5321
5322 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5323 tracked field changes.
5324 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5325 (gnus-registry-action, gnus-registry-spool-action)
5326 (gnus-registry-handle-action)
5327 (gnus-registry--split-fancy-with-parent-internal)
5328 (gnus-registry-split-fancy-with-parent)
5329 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5330 move, and delete actions, and for fancy splitting with parent.
5331 (gnus-registry-extract-addresses)
5332 (gnus-registry-fetch-recipients-fast)
5333 (gnus-registry-fetch-header-fast): Convenience functions.
5334 (gnus-registry-misc-test): ERT test of
5335 `gnus-registry-extract-addresses'.
5336
5337 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5338
5339 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5340 Track by subject first, then sender.
5341
5342 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5345
5346 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5347 Lisp.
5348
5349 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5350 (gnus-draft-send): Use it to avoid popping
5351 up frames from gnus-group-send-queue.
5352
5353 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5354
5355 * gnus-registry.el: Updated gnus-registry docs.
5356
5357 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5358
5359 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5360 Fix logic bug.
5361 (gnus-registry-post-process-groups): Fix logging of no results and
5362 quote sender and subject.
5363
5364 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5365
5366 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5367 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5368 we had no early-data returned.
5369 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5370 two async commands to the same server at the same time.
5371
5372 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5373
5374 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5375
5376 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5379 "warning" level.
5380
5381 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5382 (mm-url-insert-file-contents): Don't set the package names.
5383
5384 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5385
5386 * gnus-registry.el (gnus-registry-action): Remove properties and
5387 simplify subject in `gnus-registry-handle-action'.
5388 (gnus-registry-spool-action): Get subject and sender from message if
5389 they are not passed in.
5390 (gnus-registry-handle-action): Remove properties and simplify subject
5391 consistently.
5392
5393 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5394
5395 * registry.el: Require CL before using defmacro*.
5396
5397 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * gnus-art.el (article-treat-date): Assume that
5400 gnus-article-date-headers may be a group parameter.
5401
5402 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5403
5404 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5405
5406 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5407 interactively so the newsrc file can contain foreign groups too.
5408 Useful for debugging but not much for users.
5409
5410 2011-04-07 David Engster <dengste@eml.cc>
5411
5412 * registry.el (registry-usage-test): Only do
5413 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5414 lexical binding.
5415
5416 2011-04-06 David Engster <dengste@eml.cc>
5417
5418 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5419 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5420
5421 2011-04-06 David Engster <dengste@eml.cc>
5422
5423 * registry.el (initialize-instance): Change :after to :AFTER to be
5424 compatible with old EIEIO version in XEmacs.
5425
5426 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5427
5428 * gnus-registry.el (gnus-registry-post-process-groups)
5429 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5430 and provide better messaging.
5431
5432 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5433
5434 * gnus-registry.el: Don't use ERT if it's not available. Load it
5435 unconditionally anyway, discarding errors.
5436 (gnus-registry-delete-entries): New convenience function.
5437 (gnus-registry-import-eld): Import from old .eld registry.
5438
5439 * registry.el: Don't use ERT if it's not available. Load it
5440 unconditionally anyway, discarding errors.
5441
5442 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5443 version from the Claudio Bley GnuTLS patch (extra optional parameters
5444 and host name).
5445
5446 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5447
5448 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5449 fixup the parameters that can be customized by the user between
5450 save/read cycles.
5451 (gnus-registry-read): Use it.
5452 (gnus-registry-make-db): Use it.
5453 (gnus-registry-spool-action, gnus-registry-handle-action):
5454 Fix messaging.
5455 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5456 Map references to actual group names with sender and subject tracking.
5457 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5458 (gnus-registry-usage-test): Add subject lookup test.
5459
5460 * registry.el (registry-db, initialize-instance): Set up constructor
5461 instead of :initform arguments for the sake of older Emacsen.
5462 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5463 pre-lexbind merge bug.
5464 (registry-usage-test): Use it.
5465 (initialize-instance, registry-db): Move the non-function initforms
5466 back to the class definition.
5467
5468 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5469
5470 * registry.el: New library to manage gnus-registry-style data.
5471
5472 * gnus-registry.el: Use it (major rewrite).
5473
5474 * nnregistry.el: Use it.
5475
5476 * spam.el: Use it.
5477
5478 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5479
5480 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5481 marks on non-selected articles.
5482
5483 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5486
5487 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5488 parameter to open-protocol-stream.
5489
5490 2011-04-01 Julien Danjou <julien@danjou.info>
5491
5492 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5493 fundamental-mode.
5494
5495 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5496
5497 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5498 servers.
5499
5500 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5501
5502 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5503 made marks not propagate, again.
5504
5505 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5508 Make this the default type.
5509 (proto-stream-open-plain): Rename from proto-stream-open-default.
5510 (open-protocol-stream, proto-stream-open-starttls)
5511 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5512 with `plain'.
5513
5514 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5515 value.
5516
5517 * nntp.el (nntp-open-connection-function): Document the fact that some
5518 values are not functions but are instead handled specially.
5519 Recognize nntp-open-plain-stream value.
5520 (nntp-open-connection): Recognize that value.
5521
5522 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5523
5524 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5525 stuff.
5526
5527 * gnus-score.el (gnus-score-string): Fix calling convention of
5528 `gnus-simplify-buffer-fuzzy' after last patches.
5529
5530 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5531 server for articles we didn't get any headers for. This is a sanity
5532 check.
5533
5534 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5535
5536 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5537 new CAPABILITY, use it.
5538
5539 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5540
5541 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5542 downloading anything.
5543
5544 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5545
5546 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5547
5548 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5549 colors.
5550 (gnus-splash-svg-color-symbols): New function.
5551
5552 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5555 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5556 (gnus-simplify-subject-fuzzy): Use the local
5557 gnus-simplify-subject-fuzzy-regex instead of the global one.
5558 This makes using this variable in group parameters work.
5559
5560 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5561
5562 * gnus-registry.el (gnus-registry-unfollowed-groups):
5563 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5564 archive:sent-YYYY-MM-DD groups).
5565 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5566 tracking if there are more than `gnus-registry-max-track-groups'
5567 matches.
5568
5569 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5570
5571 * message.el (message--yank-original-internal): New function to do the
5572 insertion cleanly inside eval in `message-yank-original'.
5573 (message-yank-original): Use it.
5574
5575 2011-03-29 Julien Danjou <julien@danjou.info>
5576
5577 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5578 local variables disabled rather than `normal-mode'.
5579
5580 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5583 with open-network-stream.
5584 (proto-stream-always-use-starttls): Option removed.
5585 (open-protocol-stream): Return a process object by default. Provide a
5586 new parameter :return-list specifying a list-type return value, which
5587 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5588 :type `network' to `try-starttls', and `network-only' to `default'.
5589 Make `default' the default, for compatibility with open-network-stream.
5590 Handle the no-parameter case exactly as open-network-stream, with no
5591 additional stream processing. Search plists using plist-get.
5592 Explicitly add :end-of-commend parameter if it is missing.
5593 (proto-stream-open-default): Rename from
5594 proto-stream-open-network-only. Return 'default as the type.
5595 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5596 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5597 failed. Always return a list with a (possibly dead) process as the
5598 first element, for compatibility with open-network-stream.
5599 (proto-stream-open-tls): Use plist-get. Always return a list.
5600 (proto-stream-open-shell): Return `default' as connection type.
5601 (proto-stream-capability-open): Use plist-get.
5602 (proto-stream-eoc): Function deleted.
5603
5604 * nnimap.el (nnimap-stream, nnimap-open-connection)
5605 (nnimap-open-connection-1): Handle renaming of :type parameter for
5606 open-protocol-stream.
5607 (nnimap-open-connection-1): Pass a :return-list parameter
5608 open-protocol-stream to obtain a list return value. Parse this list
5609 using plist-get.
5610
5611 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5612 for open-protocol-stream. Accept open-protocol-stream return value
5613 that is a subprocess object instead of a list. Handle the case of a
5614 dead returned process.
5615
5616 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5617
5618 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5619
5620 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5621
5622 2011-03-21 Julien Danjou <julien@danjou.info>
5623
5624 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5625 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5626 query.
5627 (mm-inline-text): Render normal text with fontification whenever
5628 possible.
5629
5630 * gnus-sum.el (gnus-summary-save-parts-1):
5631 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5632 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5633 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5634 Use `mm-handle-filename'.
5635
5636 * mm-util.el (mm-handle-filename): New function, return the filename of
5637 an handle.
5638
5639 2011-03-18 Julien Danjou <julien@danjou.info>
5640
5641 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5642 (gnus-buffer-live-p): Check that buffer is not nil.
5643
5644 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * gnus-art.el: Require mouse, which the build bot seems to say is
5647 needed.
5648
5649 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5650 XEmacs, since it doesn't have url-retrieve-synchronously.
5651
5652 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5653
5654 * gnus-group.el (gnus-group-list-ticked): New function.
5655 (gnus-group-make-menu-bar): Provide a menu entry for it.
5656 (gnus-group-list-map): Provide a binding for it.
5657
5658 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5659
5660 * shr.el (shr-visit-file): New command.
5661
5662 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5663
5664 2011-03-17 Bjørn Mork <bjorn@mork.no>
5665
5666 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5667 servers.
5668
5669 2011-03-16 Julien Danjou <julien@danjou.info>
5670
5671 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5672 inline.
5673
5674 * gnus-art.el (article-hide-list-identifiers):
5675 Use gnus-group-get-list-identifiers.
5676
5677 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5678 (gnus-summary-remove-list-identifiers):
5679 Use gnus-group-get-list-identifiers to get regexp.
5680 (gnus-select-newsgroup, gnus-summary-insert-subject)
5681 (gnus-summary-insert-articles):
5682 Call gnus-summary-remove-list-identifiers unconditionally.
5683
5684 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5685
5686 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5687 we're selecting a group with unread articles.
5688
5689 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5690
5691 * gssapi.el: New file separated out from imap.el to provide a general
5692 Kerberos 5 connection facility for Emacs.
5693
5694 * message.el (message-elide-ellipsis): Document the format spec
5695 ellipsis.
5696
5697 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * message.el (message-elide-region): Allow the ellipsis to say how many
5700 lines were removed.
5701
5702 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5703
5704 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5705 window configurations containing buffers that are now dead.
5706
5707 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5708 parsing to avoid integer overflows.
5709 (nnimap-parse-flags): Simplify the last change.
5710 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5711 too large for 32-bit Emacsen.
5712
5713 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * auth-source.el (auth-source-netrc-create):
5716 * message.el (message-yank-original): Fix use of `case'.
5717
5718 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5719
5720 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5721 XEmacs, which was one character too wide.
5722
5723 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5724
5725 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5726 default number of articles to display.
5727 (gnus-articles-to-read): Use pretty names for prompt.
5728
5729 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5730
5731 * gnus-int.el (gnus-open-server): Ditto.
5732
5733 * gnus-start.el (gnus-activate-group): Give a backtrace if
5734 debug-on-quit is set and the user hits `C-g'.
5735 (gnus-read-active-file): Ditto.
5736
5737 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5738
5739 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5740
5741 * message.el (message-yank-original): Use cond instead of CL case.
5742
5743 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * auth-source.el (auth-source-netrc-create): Use usual format for the
5746 default in prompts.
5747
5748 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5749
5750 * auth-source.el (auth-source-netrc-create): Show the default in the
5751 prompt when prompting for token creation.
5752
5753 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5754
5755 * auth-source.el (auth-source-format-prompt): Always convert the value
5756 to a string to avoid evaluating non-string arguments.
5757 (auth-source-netrc-create): Offer default properly, not as initial
5758 content in `read-string'.
5759 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5760 of line to determine if we've been run before. If so, don't run again,
5761 but print a trivial message to indicate the cache was hit instead.
5762
5763 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5764
5765 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5766 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5767 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5768 Gnus.
5769
5770 2011-03-11 Julien Danjou <julien@danjou.info>
5771
5772 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5773 modified file".
5774
5775 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5776
5777 * auth-source.el (auth-source-read-char-choice): New function to read a
5778 character choice using `dropdown-list', `read-char-choice', or
5779 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5780 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5781 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5782 (auth-source-netrc-saver): Use it.
5783 (auth-source-pick-first-password): New convenience function.
5784
5785 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5786
5787 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5788 parameter in the credentials.
5789 (nnimap-open-connection-1): Use it after a successful login.
5790 (nnimap-credentials): Add IMAP-specific user and password prompt.
5791
5792 * auth-source.el (auth-source-search): Add :require parameter, taking a
5793 list. Document it and the :save-function return token. Pass :require
5794 down. Change the CREATED message from a warning to a debug statement.
5795 (auth-source-search-backends): Pass :require down.
5796 (auth-source-netrc-search): Pass :require down.
5797 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5798 Change save prompt to indicate all modifications saved here are
5799 deletions.
5800 (auth-source-netrc-create): Take user login name as default in user
5801 prompt. Move all the save functionality to a lexically bound function
5802 under the :save-function token in the returned list. Set up clearer
5803 default prompts for user, host, port, and secret.
5804 (auth-source-netrc-saver): New function, intended to be wrapped for
5805 :save-function.
5806
5807 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * Version 23.3 released.
5810
5811 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5812
5813 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5814 lines to be spaces instead.
5815
5816 2011-03-07 Julien Danjou <julien@danjou.info>
5817
5818 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5819 (sieve-sasl-auth): Check that auth-source-search did return something,
5820 or just return an empty string.
5821
5822 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5823
5824 * gnus.el (gnus-interactive): Use read-directory-name.
5825
5826 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5827 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5828 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5829 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5830 Likewise.
5831
5832 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5833
5834 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5835
5836 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5837 onto the list of killed groups, too. This makes killed nnimap groups,
5838 for instance, more reliably not reappear.
5839
5840 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5841 the parent.
5842
5843 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5844
5845 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5846 really have server-side marks.
5847
5848 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5849 since most backends do not usefully have server-side marks.
5850 (gnus-update-read-articles): Propagate marks to all backends that
5851 really have server-side marks.
5852
5853 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5854
5855 * message.el (message-cite-reply-position, message-cite-style):
5856 New variables.
5857 (message-yank-original): Use the new citation styles.
5858
5859 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5860
5861 * message.el (message-options): Revert the change that's a workaround
5862 for XEmacs buffer-local issue; don't mark it buffer-local when running
5863 under XEmacs.
5864
5865 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5866
5867 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5868 numbers too big to be `read'.
5869
5870 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5871
5872 * message.el (message-options): Make buffer-local two ways to attempt
5873 to fix a XEmacs bug.
5874
5875 2011-03-02 Julien Danjou <julien@danjou.info>
5876
5877 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5878
5879 2011-03-01 Julien Danjou <julien@danjou.info>
5880
5881 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5882 group.
5883 (article-hide-list-identifiers): Use list-identifier group parameter.
5884
5885 2011-02-28 Julien Danjou <julien@danjou.info>
5886
5887 * sieve.el (sieve-buffer-script-name): New local variable to store
5888 sieve script name.
5889 (sieve-edit-script): Store sieve script name.
5890 (sieve-upload): Use sieve script name when uploading.
5891 (sieve-upload): Use substitute-command-keys.
5892 (sieve-edit-script): Use substitute-command-keys.
5893 (sieve-refresh-scriptlist): Use substitute-command-keys.
5894 (sieve-manage-mode-map): Define keymap properly.
5895 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5896 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5897 Remove commented code about cvs.
5898 (sieve-manage-quit): New function.
5899 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5900
5901 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
5903 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5904
5905 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5906
5907 * auth-source.el (auth-source-search): Cache empty result sets.
5908
5909 * auth-source.el (auth-source-save-behavior): New variable to replace
5910 `auth-source-never-create'.
5911 (auth-source-netrc-create): Use it.
5912 (auth-source-never-save): Remove.
5913
5914 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5915
5916 * nnimap.el (nnimap-stream): Doc fix.
5917 (nnimap-open-connection-1): Reverse the order of the ports to that the
5918 prompted-for port is first.
5919
5920 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5921 retrieval by the no-group selection.
5922
5923 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5924 numerical parameters.
5925
5926 2011-02-25 Julien Danjou <julien@danjou.info>
5927
5928 * gnus-gravatar.el: Use gnus-with-article-buffer.
5929
5930 * gnus-art.el (gnus-with-article-buffer): Check that the
5931 gnus-article-buffer is alive.
5932
5933 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5934
5935 * auth-source.el (auth-source-creation-prompts): New variable to manage
5936 creation-time prompts.
5937 (auth-source-search): Document it.
5938 (auth-source-format-prompt): Add utility function.
5939 (auth-source-netrc-create): Don't default the user name to
5940 user-login-name. Use `auth-source-creation-prompts' and some default
5941 prompts for user, host, port, and password (the default generic prompt
5942 remains ugly).
5943 (auth-source-never-save): Add customizable option to never save info.
5944 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5945 mode excursion.
5946
5947 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5948
5949 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5950 argument that XEmacs doesn't support.
5951
5952 2011-02-23 Julien Danjou <julien@danjou.info>
5953
5954 * gnus-art.el (article-make-date-line): Ignore errors if time is
5955 invalid and not convertible.
5956 (article-make-date-line): Only add lapsed time if time is not nil.
5957
5958 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5959
5960 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5961 `read-char-choice' for backwards compatibility.
5962 (auth-source-netrc-element-or-first): New function to DTRT for
5963 parameter extraction.
5964 (auth-source-netrc-create): Use it and fix multiple parameter print
5965 bug. Use the default passed from above (given-default) or the
5966 built-in (user-login-name for :user).
5967
5968 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5969
5970 * gnus-start.el (gnus-dribble-read-file):
5971 Set buffer-save-without-query, since we always want to save the dribble
5972 file, probably.
5973
5974 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5975 nnimap.
5976
5977 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5978 -summary- since it's a user-visible variable.
5979
5980 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5981 first time you use the new Gnus.
5982
5983 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5984
5985 * auth-source.el: Don't load netrc.el.
5986 (auth-sources): Search ~/.netrc as well by default.
5987 (auth-source-debug): Add 'trivia option for extra output.
5988 (auth-source-do-trivia): Use it.
5989 (auth-source-search): Simplify logic to use
5990 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5991 appropriate. Don't keep a running count at this level. Layer :create
5992 and :delete options appropriately on the first and second passes.
5993 Don't track the backend with the search results.
5994 (auth-source-search-backends): New function to search a list of
5995 backends for a processed spec.
5996 (auth-source-netrc-parse): Cache all netrc files, making
5997 auth-source-netrc-cache an alist keyed by the file name and using the
5998 file mtime as the caching criterion. Keep the obfuscated data secret
5999 with a lexical bind.
6000 (auth-source-netrc-search): Don't calculate the length of the results
6001 unnecessarily.
6002 (auth-source-search-backends): Fix bug.
6003 (auth-source-netrc-create): Rework prompts.
6004
6005 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6006
6007 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6008 Lower case names of search constraints.
6009 (nnir-run-query): Cache and reuse search constraints for all imap
6010 servers.
6011
6012 2011-02-22 Sam Steingold <sds@gnu.org>
6013
6014 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6015
6016 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6017
6018 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6019 after exit.
6020 (gnus-setup-message): Define missing variable from last checkin.
6021
6022 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6023 value, show the raw article.
6024
6025 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6026
6027 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6028 auth-source now accepts numbers.
6029
6030 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6031 spec, too.
6032 (auth-source-ensure-strings): New function.
6033
6034 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6035 (gnus-article-setup-buffer): Always restart the date timer so that user
6036 changes to the frequency is respected.
6037
6038 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6039 port numbers, so make sure it gets that if nnimap-server-port is
6040 explicit.
6041
6042 2011-02-21 Simon Josefsson <simon@josefsson.org>
6043
6044 * nnimap.el (nnimap-inbox): Doc fix.
6045
6046 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6047
6048 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6049 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6050 color-lab-to-srgb.
6051
6052 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6053
6054 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6055 given method as in the group name if we're using an extended method.
6056 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6057 command, if we're using that, instead of waiting for the beginning.
6058
6059 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6060 we're sure to get unique server names, and we don't output two async
6061 commands in the same buffer. This fixes an NNTP hang for some users.
6062
6063 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6064
6065 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6066 summary buffer before reading going to the next buffer. This avoids
6067 putting the point in the group buffer if you `C-g' the command.
6068
6069 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6070 cache (for now) to make ~/.authinfo.gpg files usable.
6071
6072 * nnfolder.el (copyright-update): Define for the compiler.
6073
6074 * auth-source.el (auth-source-search): Fix unbound variable.
6075
6076 2011-02-19 Glenn Morris <rgm@gnu.org>
6077
6078 * gnus.el (gnus-meta): Doc fix.
6079
6080 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6081
6082 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6083 in case it's not yet loaded.
6084
6085 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6086
6087 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6088 line we're waiting for.
6089
6090 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6091
6092 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6093 face with line-width greater than zero will cause RET in gnus summary
6094 buffer to scroll down article page-wise because auto vscroll happens,
6095 it should be temporally disabled when doing a scroll-up.
6096
6097 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6098
6099 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6100 outputs from the server.
6101
6102 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6103
6104 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6105 later so that bbdb can hook in easier.
6106
6107 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6108
6109 * auth-source.el (auth-source-search): Don't try to create credentials
6110 if the caller doesn't want that.
6111 (auth-source-search): If we don't find a match, don't bug out on
6112 non-bound variables.
6113 (auth-source-search): Only ask a single backend to create the
6114 credentials.
6115
6116 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6117 logging.
6118 (nnimap-credentials): Protect against auth-source-search returning nil.
6119 (nnimap-request-list): Protect against not being able to open the
6120 server.
6121
6122 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6123
6124 * auth-source.el (auth-source-search): Do a two-phase search, one with
6125 no :create to get the responses from all backends.
6126
6127 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6128 when getting credentials.
6129
6130 * gnus-util.el (gnus-delete-duplicates): New function.
6131
6132 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6133
6134 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6135 a creation default, pass the whole port list down. It will be
6136 completed.
6137
6138 * auth-source.el (auth-source-search): Update docs to talk about
6139 multiple creation choices.
6140 (auth-source-netrc-create): Accept a list as a value (from the search
6141 parameters) and do completion on that list. Keep a separate netrc line
6142 with the password obscured for showing the user.
6143
6144 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6145 first choice to `auth-source-search' so it will be used for entry
6146 creation instead of the server's Gnus-specific name.
6147 (nnimap-credentials): Rely on the auth-source library to select which
6148 port is actually wanted in the new netrc entry, so don't override
6149 `auth-source-creation-defaults'.
6150
6151 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6152 :protocol and accept a missing user, host, or port as a wildcard match.
6153 (auth-source-debug): Default to off.
6154
6155 (auth-source-netrc-search, auth-source-netrc-create)
6156 (auth-source-secrets-search, auth-source-secrets-create)
6157 (auth-source-user-or-password, auth-source-backend, auth-sources)
6158 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6159 instead of :protocol.
6160
6161 * nnimap.el (nnimap-credentials): Pass a port default to
6162 `auth-source-search' in case an entry needs to be created.
6163 (nnimap-open-connection-1): Use :port instead of :protocol.
6164
6165 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6166
6167 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6168 instead of delete-dups that is not available in XEmacs 21.4.
6169
6170 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6171
6172 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6173 nil means that nnimap doesn't get updated.
6174
6175 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6176
6177 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6178 result when the user doesn't want to write to the file.
6179 (auth-source-netrc-search): Expect a synthetic result and proceed
6180 accordingly.
6181 (auth-source-cache-expiry): New variable to override
6182 `password-cache-expiry'.
6183 (auth-source-remember): Use it.
6184
6185 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6186 parameter. Create entry if necessary by using :create t.
6187 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6188
6189 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6190
6191 * auth-source.el (auth-source-debug): Enable by default and don't
6192 mention the obsolete `auth-source-hide-passwords'.
6193 (auth-source-do-warn): New function to debug unconditionally.
6194 (auth-source-do-debug): Use it.
6195 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6196 and for Secrets API entries when the secrets.el library is not
6197 available.
6198
6199 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6200
6201 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6202 (gnus-summary-exit): Kill the correct article buffer on exit from a
6203 `C-d' group.
6204
6205 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6206 gnus-propagate-marks.
6207
6208 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6209 before killing the buffers so that a non-full window conf gets handled
6210 correctly.
6211 (gnus-summary-exit): Ditto.
6212 (gnus-summary-read-group-1): Ditto.
6213
6214 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6215 async code again so that we can debug it properly.
6216
6217 * message.el (message-reply): Take an optional switch-buffer parameter
6218 so that Gnus window confs are respected better.
6219
6220 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6221
6222 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6223 `plist-get' to accept non-list parameters (XEmacs issue).
6224 Fix docstring.
6225 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6226 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6227 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6228 Login collection is "Login" and not "login".
6229
6230 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6231
6232 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6233 multiple headers.
6234
6235 * nnimap.el (nnimap-inhibit-logging): New variable.
6236 (nnimap-log-command): Don't log login commands.
6237
6238 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6239 to have more parameters.
6240
6241 * nnimap.el (nnimap-send-command): Mark the command time for each
6242 command, so that we don't get NOOPs stepping on our toes.
6243
6244 * gnus-art.el (article-date-ut): Get the date from the Date header on
6245 `t'.
6246
6247 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6248
6249 * auth-source.el (auth-source-search): Use copy-sequence instead of
6250 the cl.el copy-list.
6251
6252 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6253
6254 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6255 Improve prompt.
6256
6257 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6258
6259 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6260 washing status from the default format. It isn't very informative.
6261
6262 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6263
6264 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6265 Fix Gcc processing on imap.
6266
6267 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * message.el (message-bury): Don't pop up a new window when selected
6270 window is dedicated.
6271
6272 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6273
6274 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6275
6276 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6277
6278 * sieve-manage.el: Autoload `auth-source-search'.
6279 (sieve-sasl-auth): Use it.
6280
6281 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6282
6283 * nnimap.el: Autoload `auth-source-forget+'.
6284 (nnimap-open-connection-1): Use it if the connection fails.
6285
6286 * auth-source.el: Require `password-cache'.
6287 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6288 obsolete.
6289 (auth-source-magic): Marker for `password-cache' keys.
6290 (auth-source-do-cache): Update docstring.
6291 (auth-source-search): Use and check cache.
6292 (auth-source-forget-all-cached, auth-source-remember)
6293 (auth-source-recall, auth-source-forget, auth-source-forget+)
6294 (auth-source-specmatchp): Caching support functions.
6295 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6296 Remove and obsolete.
6297 (auth-source-user-or-password): Remove caching to further discourage
6298 using it. Always hide passwords.
6299
6300 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6301
6302 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6303 code for now, since it doesn't work for all users.
6304
6305 2011-02-09 Julien Danjou <julien@danjou.info>
6306
6307 * message.el (message-options): Make message-options really buffer
6308 local.
6309
6310 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6311
6312 * mail-source.el: Autoload `auth-source-search'.
6313 (mail-source-keyword-map): Note order matters.
6314 (mail-source-set-1): Get all the mail-source source values and
6315 defaults and search auth-source on those if needed. This can all
6316 probably be simplified.
6317
6318 * nnimap.el: Autoload `auth-source-search'.
6319 (nnimap-credentials): Use it.
6320 (nnimap-open-connection-1): Ask for the virtual server and physical
6321 address in one shot.
6322
6323 * nntp.el: Autoload `auth-source-search'.
6324 (nntp-send-authinfo): Use it. Note TODO.
6325
6326 2011-02-08 Julien Danjou <julien@danjou.info>
6327
6328 * shr.el (shr-tag-body): Add support for text attribute in body
6329 markups.
6330
6331 * message.el (message-options): Make message-options a local variable.
6332
6333 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6334
6335 * auth-source.el (auth-source-secrets-search)
6336 (auth-source-user-or-password): Use `append' instead of `nconc'.
6337 (auth-source-user-or-password): Build return list better and protect
6338 against nil :secret.
6339
6340 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6341
6342 * nnimap.el (nnimap-update-info): Refactor slightly.
6343 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6344 (nnimap-update-info): Clean up slightly.
6345 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6346 characters.
6347 (nnimap-process-quirk): Rename function to avoid collision.
6348 (nnimap-update-info): Fix macrology bug-out.
6349 (nnimap-update-info): Simplify split history test.
6350
6351 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6352
6353 * auth-source.el (top): Require 'eieio unconditionally.
6354 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6355 (auth-source-secrets-search): Limit search when `max' is greater than
6356 number of results.
6357
6358 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6359
6360 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6361 part not returning any data.
6362
6363 * proto-stream.el (open-protocol-stream): Document the return value.
6364
6365 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6366
6367 * auth-source.el (auth-source-secrets-search): Add examples.
6368
6369 2011-02-06 Julien Danjou <julien@danjou.info>
6370
6371 * message.el (message-setup-1): Handle message-generate-headers-first
6372 set to t.
6373
6374 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6375
6376 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6377 API with a string "secrets:collection-name" and with 'default.
6378 (auth-source-backend-parse): Parse "secrets:collection-name" and
6379 'default. Recurse on parses instead of repeating code. Use the
6380 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6381 message when ignoring a source.
6382 (auth-source-search): List ignored search keys at the top level.
6383 (auth-source-netrc-create): Use `case' instead of `cond'.
6384 (auth-source-secrets-search): Created with TODOs.
6385 (auth-source-secrets-create): Created with TODOs.
6386 (auth-source-retrieve, auth-source-create, auth-source-delete)
6387 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6388 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6389 (auth-source-user-or-password-sftp)
6390 (auth-source-user-or-password-smtp): Remove.
6391 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6392 around `auth-source-search'. Not tested thoroughly.
6393
6394 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6395
6396 * auth-source.el: Bring in assoc and eioeio libraries.
6397 (secrets-enabled): New variable to track the status of the Secrets API.
6398 (auth-source-backend): New EIOEIO class to represent a backend.
6399 (auth-source-creation-defaults): New variable to set prompt defaults
6400 during token creation (see the `auth-source-search' docstring for
6401 details).
6402 (auth-sources): Simplify to allow a simple string as a netrc backend
6403 spec.
6404 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6405 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6406 (auth-source-search): Main auth-source API entry point.
6407 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6408 (auth-source-search-collection): Helper function for searching.
6409 (auth-source-netrc-parse, auth-source-netrc-normalize)
6410 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6411 Supports search, create, and delete.
6412 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6413 backend stubs.
6414 (auth-source-user-or-password): Call `auth-source-search' but it's not
6415 ready yet.
6416
6417 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6418
6419 * message.el (message-setup-1): Remove the read-only stuff, since it
6420 doesn't work under XEmacs, for some reason.
6421
6422 * gnus-sum.el (gnus-user-date): Rename back from
6423 gnus-summary-user-date since user code refers to it.
6424
6425 * shr.el (shr-render-td): Store the actual background color used.
6426
6427 * message.el (message-setup-1): Don't bind the constant
6428 -forbidden-properties.
6429 (message-setup-1): Revert previous change, since it needs to bind the
6430 props to insert them.
6431 (message-resend): Allow removing the read-only separator line.
6432
6433 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6434
6435 * nnimap.el (nnimap-request-accept-article): Give an error message if
6436 the APPEND wasn't successful.
6437
6438 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6439
6440 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6441 that have no groups.
6442
6443 2011-02-03 Julien Danjou <julien@danjou.info>
6444
6445 * gnus-draft.el: Remove progn around gnus-draft-setup.
6446
6447 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6448
6449 * gnus-start.el (gnus-read-active-for-groups): This function is never
6450 called with a nil `infos', so clean that up.
6451 (gnus-get-unread-articles): Request active files from primary/secondary
6452 methods that have no groups (yet).
6453
6454 2011-02-03 Julien Danjou <julien@danjou.info>
6455
6456 * message.el (message-setup-1): Always generate References first.
6457 (message-mail): Return the return value of message-setup, not always t.
6458 (message-setup-1): Insert mail-header-separator with read-only and
6459 intangible properties set.
6460
6461 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6462 user-date in docstring.
6463
6464 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6465
6466 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6467 docstring.
6468
6469 * gnus.el (gnus-user-date-format-alist): Change default value.
6470 Use defcustom, with type and group. Move from gnus-util.el.
6471 Rename to gnus-summary-user-date-format-alist.
6472
6473 2011-02-03 Glenn Morris <rgm@gnu.org>
6474
6475 * nnimap.el (gnus-fetch-headers): Declare.
6476
6477 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6478
6479 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6480
6481 * message.el (message-forward-make-body-digest-plain)
6482 (message-followup, message-reply): Clean up things noted by Stefan.
6483
6484 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6485 gnus-article-update-date-headers is nil.
6486 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6487 it didn't really work with defcustom.
6488 (article-update-date-lapsed): Make sure the window start doesn't move,
6489 either.
6490
6491 2011-02-01 Julien Danjou <julien@danjou.info>
6492
6493 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6494 format.
6495
6496 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6497 standard in Emacs nowadays.
6498
6499 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * message.el (message-expand-name): Don't trust the return value of
6502 bbdb-complete-name.
6503 (message-check-news-header-syntax): Remove unused var `start'.
6504 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6505 (message-inhibit-body-encoding): Move to before first use.
6506 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6507 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6508 (Organization, Message-ID, Date, mh-previous-window-config):
6509 Defvar the vars using dynamic scoping.
6510
6511 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6512
6513 * shr.el (shr-render-td): Only do colors at the final rendering.
6514 Should be slightly faster.
6515 (shr-insert-table): Fix up TD background colors when doing the
6516 vertical padding.
6517
6518 * gnus-art.el (article-date-ut): Protect against articles with no Date
6519 header.
6520 (article-update-date-lapsed): Don't use current-column to find the
6521 horizontal position. It's fragile in the presence of \003 characters.
6522
6523 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6524
6525 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6526
6527 * gnus-art.el (article-transform-date): Rewrite to still work when
6528 there are several rfc2822 parts.
6529 (article-transform-date): Fix infinite recursion.
6530 (article-date-ut): Replace infinitely many Date headers with a single
6531 one when called interactively.
6532
6533 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6534 secure manner.
6535
6536 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6537 move around by not using save-window-excursion. It seems to work...
6538
6539 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6540
6541 * gnus-art.el (article-make-date-line): Work for user-defined format.
6542
6543 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6544
6545 * nntp.el (nntp-retrieve-group-data-early)
6546 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6547 fetching functions.
6548
6549 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6550 thoroughly for all backends that have no known groups. This should
6551 allow new nnml methods to retrieve mail.
6552
6553 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6554 that Gnus doesn't know exists again.
6555
6556 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6557 (gnus-treat-date-ut): Ditto.
6558 (gnus-article-update-date-header): Rename.
6559 (gnus-treat-date-local): Remove.
6560 (gnus-treat-date-english): Remove.
6561 (gnus-treat-date-lapsed): Remove.
6562 (gnus-treat-date-combined-lapsed): Remove.
6563 (gnus-treat-date-original): Remove.
6564 (gnus-treat-date-iso8601): Remove.
6565 (gnus-treat-date-user-defined): Remove.
6566 (gnus-article-date-headers): New variable to control all the date
6567 header options.
6568 (article-date-ut): Rewrite to allow using the new way to format date
6569 headers(s).
6570
6571 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6572
6573 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6574 method.
6575 (nnmail-article-group): A better test for fanciness.
6576
6577 * nnimap.el (nnimap-request-head): Protect against not finding the
6578 article by Message-ID.
6579
6580 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6581
6582 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6583 keep point at the "same place".
6584
6585 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6586
6587 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6588 data if the group is inactive.
6589
6590 2011-01-28 Julien Danjou <julien@danjou.info>
6591
6592 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6593 (gnus-all-windows-visible-p): Remove old compatibility code.
6594 (gnus-window-top-edge): Add docstring.
6595
6596 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6597
6598 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6599
6600 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6601 older request-update-info.
6602
6603 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6604
6605 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6606
6607 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6608 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6609
6610 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6611
6612 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6613 groups. This makes the nndraft:queue group pop up if it's not already
6614 there.
6615
6616 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6617 messages" logic, which was reversed.
6618
6619 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6620 the "same place" even if point is on the line being replaced.
6621 (article-update-date-lapsed): Allow updating both the combined lapsed
6622 and the lapsed headers.
6623 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6624 (article-make-date-line): Limit the number of segments dynamically to
6625 avoid too-long lines.
6626
6627 2011-01-27 Julien Danjou <julien@danjou.info>
6628
6629 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6630 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6631
6632 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6633
6634 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6635 Use plist-get instead of the cl function getf.
6636
6637 2011-01-27 Glenn Morris <rgm@gnu.org>
6638
6639 * gnus-util.el (float-time): Get rid of compiler warning, again.
6640
6641 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6642
6643 * shr.el (shr-put-color): Special-case background colors: Do put them
6644 at the blank parts at the front of the lines.
6645
6646 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6647 exit hook to nix out all data on readedness on group exit.
6648
6649 * gnus-util.el (float-time): If float-time is bound, always use it on
6650 all Emacsen. It's unclear why the subrp check was there.
6651 (time-date): Require to make some autoload issues on XEmacs go away.
6652
6653 * shr.el (shr-put-color): Don't do the box padding in tables, since
6654 they're already padded.
6655
6656 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6657
6658 * gnus-art.el (gnus-article-next-page): When the last line of the
6659 article is displayed, scroll down once more instead of going to the
6660 next article at once.
6661 (article-lapsed-string): Refactor out and allow specifying how many
6662 segments you want.
6663 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6664 (gnus-article-update-lapsed-header): New variable.
6665
6666 * shr.el: Revert change that made headings use different-sized faces.
6667 The Emacs display engine isn't advanced enough that, for instance,
6668 tables can comfortably use differently-sized faces.
6669
6670 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6671
6672 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6673 used.
6674 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6675 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6676 we're using an encrypted connection.
6677
6678 * proto-stream.el: Alter the interface functions to also return the
6679 actual stream type used: network or TLS.
6680
6681 2011-01-25 Julien Danjou <julien@danjou.info>
6682
6683 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6684 (mm-display-javascript-inline): New function.
6685
6686 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6687 viewing function.
6688
6689 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6690
6691 * shr.el (shr-expand-newlines): Fix variable name.
6692
6693 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6694
6695 * shr.el (shr-expand-newlines): Make nested boxes work.
6696
6697 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6698
6699 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6700 backgrounds.
6701 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6702 in a more sensible manner.
6703
6704 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6705
6706 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6707 if EPG is loaded.
6708
6709 2011-01-24 Julien Danjou <julien@danjou.info>
6710
6711 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6712 tags.
6713
6714 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6715
6716 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6717 commands.
6718
6719 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6720 in the article buffer.
6721 (gnus-gravatar-insert): Use blank space from the current buffer to
6722 avoid breaking text properties. This makes X-Sent updating work again.
6723
6724 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6725
6726 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6727
6728 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6729 fix the bug in url-http.el instead.
6730
6731 * shr.el (shr-image-fetched): Ditto.
6732
6733 * shr.el (shr-image-fetched): Avoid having point move in the article
6734 buffer.
6735
6736 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6737 buffer after being called. It's apparently being killed by url.el, and
6738 killing it made point move to end-of-buffer in a random buffer.
6739
6740 * shr.el (shr-image-fetched): Ditto.
6741
6742 2011-01-23 Julien Danjou <julien@danjou.info>
6743
6744 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6745
6746 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6747 text/x-org.
6748
6749 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6750
6751 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6752 (i.e., nnimap) returning nil as the article number.
6753
6754 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6755
6756 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6757 "DelSp" parameter in RFC3676.
6758
6759 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6760
6761 * message.el (message-check-recipients): Display the encoded version of
6762 the bogus address if they differ.
6763
6764 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6765 after sending.
6766
6767 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6768
6769 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6770
6771 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6772 group buffer after sending the queue.
6773
6774 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6775
6776 2011-01-22 Julien Danjou <julien@danjou.info>
6777
6778 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6779
6780 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6781
6782 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6783 nested related parts.
6784
6785 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6786 unexpired articles. This fixes the regression that led expiry marks to
6787 disappear from nnfolder groups.
6788
6789 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6792 Don't confuse the "ret" of "retrograde" with RET.
6793
6794 2011-01-21 Julien Danjou <julien@danjou.info>
6795
6796 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6797 than mm-insert-inline.
6798
6799 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6802 Widen article buffer.
6803
6804 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6807 the temp buffer.
6808 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6809
6810 2011-01-20 Julien Danjou <julien@danjou.info>
6811
6812 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6813
6814 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6815 than mm-insert-inline to insert inline part: this respect
6816 mm-inline-media-tests displayers.
6817
6818 * mm-view.el (mm-display-shell-script-inline): New function.
6819
6820 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6821
6822 * mm-uu.el (mm-uu-type-alist): Add org block.
6823 (mm-uu-org-src-code-block-extract): New function.
6824
6825 * mm-view.el (mm-display-org-inline): New function.
6826
6827 * mm-decode.el (mm-automatic-display): Add text/org.
6828
6829 * mailcap.el (mailcap-mime-extensions): Add .org.
6830
6831 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6832
6833 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6834 gnus-article-add-buttons.
6835
6836 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6837
6838 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6839 From header with a date and "nobody" as the sender.
6840
6841 2011-01-19 Julien Danjou <julien@danjou.info>
6842
6843 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6844 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6845 if you have the same regexp several times.
6846 (gnus-button-push): Fix matching when regexp is symbol.
6847
6848 2011-01-15 Glenn Morris <rgm@gnu.org>
6849
6850 * message.el (message-mail): A compose-mail function should
6851 accept headers as strings.
6852
6853 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6854
6855 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6856 Add :vert-only tags.
6857 (message-mail): New arg RETURN-ACTION.
6858 (message-return-action): New var.
6859 (message-bury): Use it.
6860 (message-mode): Make it buffer-local.
6861 (message-send-and-exit): Always call message-bury.
6862
6863 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6864 message-mail.
6865
6866 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6867
6868 * nnimap.el (nnimap-convert-partial-article): Protect against
6869 zero-length body parts.
6870
6871 * mm-decode.el (mm-preferred-alternative-precedence):
6872 Discourage showing empty parts.
6873
6874 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6875 and stuff if the backend didn't return the article number. This fixes
6876 an Exchange-related nnimap bug.
6877
6878 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6879 group window, because it does the wrong thing when a separate frame
6880 displays the group buffer.
6881
6882 * proto-stream.el (open-protocol-stream): Protect against the low-level
6883 transport functions returning nil.
6884
6885 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6886
6887 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6888 (mml2015-epg-find-usable-secret-key): New function.
6889 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6890 mml2015-epg-find-usable-key (Bug#7797).
6891 (mml2015-epg-encrypt): Ditto.
6892
6893 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
6895 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6896
6897 2011-01-03 Glenn Morris <rgm@gnu.org>
6898
6899 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6900
6901 * sieve.el (sieve-open-server): Give a more explicit error if
6902 sieve-manage-open returns nil. (Bug#7720)
6903
6904 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6905
6906 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6907
6908 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6909
6910 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6911 This avoids sending passwords in plain text over non-encrypted
6912 channels.
6913
6914 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6915
6916 * nnimap.el (nnimap-login): Refactored out into own function, and
6917 implement CRAM-MD5.
6918 (nnimap-wait-for-line): Refactored out.
6919
6920 * mm-view.el (mml-smime): Require.
6921
6922 2010-12-20 David Engster <deng@eml.cc>
6923
6924 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6925 use EPG to decrypt S/MIME messages instead of openssl.
6926
6927 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6928
6929 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6930
6931 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6932 status is the group clearly is unreachable.
6933
6934 * auth-source.el (auth-source-create): Add the optional second
6935 parameter to `local-variable-p' to be compatible with XEmacs.
6936
6937 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6938
6939 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6940 work when using a compressed nnml folder.
6941
6942 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6943
6944 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6945 backends after sanitising on entry, because this never makes sense:
6946 If the articles have gone missing, then the data no longer exists on
6947 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6948 overwrite anything anyway.
6949
6950 * shr.el (shr-insert-document): Bind shr-width dynamically to
6951 window-width if it's nil.
6952
6953 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6954
6955 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6956 with the meaning of using the full emacs window width for rendering.
6957
6958 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6959
6960 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6961 case when sender is not given.
6962
6963 2010-12-23 Julien Danjou <julien@danjou.info>
6964
6965 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6966 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6967 the addresses, otherwise we might misplaced the gravatar.
6968
6969 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6970
6971 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6972 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6973 obsolete in Emacs.
6974
6975 2010-12-20 Julien Danjou <julien@danjou.info>
6976
6977 * gnus-util.el (gnus-rescale-image): Revert last change.
6978
6979 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * gnus-group.el (gnus-group-delete-articles): New command.
6982
6983 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6984
6985 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6986
6987 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6988
6989 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6990 here, since it's up to the backends to do CRLF removal if their
6991 protocol has it.
6992
6993 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6994
6995 2010-12-17 Julien Danjou <julien@danjou.info>
6996
6997 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6998 they are from file. Can also scale up.
6999
7000 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7001
7002 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7003 Restore gnus-use-agent.
7004 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7005
7006 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7007
7008 2010-12-17 Julien Danjou <julien@danjou.info>
7009
7010 * gravatar.el (gravatar-retrieve-synchronously): New function.
7011 (gravatar-get-data): Make more robust.
7012
7013 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7014
7015 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7016 to really consider the last line.
7017
7018 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7019
7020 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7021 list of recipient keys, or use symmetric encryption if not a list.
7022 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7023 EPA override, replacing the call to `netrc-store-data'.
7024
7025 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7026
7027 * gnus-srvr.el: Avoid passing nil regexp argument to
7028 delete-matching-lines.
7029
7030 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7031
7032 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7033 fetching stops when Gnus exits.
7034
7035 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7036 function.
7037 (nnfolder-request-expire-articles): Save all the buffers after doing
7038 expiry.
7039
7040 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7041 the last article", since that led to serious performance regressions
7042 when expiring nnml groups.
7043
7044 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7045
7046 * nnir.el: Improve customizations.
7047
7048 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7049
7050 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7051
7052 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7053 group has been killed.
7054 (gnus-group-yank-group): Ditto.
7055
7056 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7057
7058 * nnimap.el (nnimap-request-update-group-status): New function.
7059
7060 * gnus-int.el (gnus-request-update-group-status): New interface
7061 function.
7062
7063 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7064 copying read-ness to the backends.
7065
7066 * nnimap.el (nnimap-quirk): New function.
7067 (nnimap-retrieve-group-data-early): Use it.
7068 (nnimap-quirks): New alist.
7069
7070 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7073 don't delete it within indentation.
7074
7075 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7076
7077 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7078 previous line.
7079
7080 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7081
7082 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7083 QRESYNC command by deleting a superfluous space which broke Cyrus
7084 servers. This change will break other servers that are buggy the other
7085 way around.
7086
7087 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7088
7089 * spam.el: Reindent and fix long lines.
7090 (spam-copy-or-move-routine): Exclude invalid move destinations.
7091
7092 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7093
7094 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7095 installed the registry.
7096
7097 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7098
7099 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7100 groupname doesn't contain "gmane".
7101
7102 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7103
7104 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7105 (gnus-1): Don't create the nndrafts group twice.
7106 (gnus-setup-news): There's no need to read the active file here, since
7107 that's done again later on a per-backend basis.
7108 (gnus-start-draft-setup): Make sure that the new group is started out
7109 empty.
7110
7111 * gnus-agent.el (gnus-agentize): Don't create the queue group
7112 automatically on startup. It'll be created later, if needed.
7113
7114 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7115 of automatically subscribed groups.
7116 (gnus-auto-subscribed-categories): New variable.
7117 (gnus-matches-options-n): Use it.
7118 (gnus-default-subscribed-newsgroups): Remove unused variable.
7119 (gnus-start-draft-setup): Message a bit less.
7120
7121 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7122
7123 * nnir.el (nnir-run-imap): Return article list in order of increasing
7124 UID.
7125
7126 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7127
7128 * gnus-sum.el (gnus-summary-enter-digest-group):
7129 Mention gnus-auto-select-on-ephemeral-exit.
7130
7131 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7132 convention of the network-only option.
7133
7134 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7135
7136 * proto-stream.el (proto-stream-open-network-only): New function to
7137 have a way to specify non-STARTTLS upgrade connections.
7138
7139 2010-12-10 Julien Danjou <julien@danjou.info>
7140
7141 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7142 email address is nil.
7143
7144 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7145
7146 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7147
7148 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7149 deletion.
7150 (nnir-run-imap): Only need to parse list once.
7151
7152 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7153
7154 * shr.el (shr-tag-script): Ignore <script>.
7155 (shr-tag-label): Add <label> support.
7156
7157 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7158
7159 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7160
7161 * shr.el (shr-image-displayer): Work for images lined side by side.
7162
7163 2010-12-08 Robert Pluim <rpluim@gmail.com>
7164
7165 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7166 parameter, since XEmacs doesn't accept t as a parameter.
7167
7168 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7169
7170 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7171 ids.
7172 (nnir-run-gmane): Simplify groupspec formatting.
7173 (nnir-request-expire-articles): New function.
7174
7175 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7176
7177 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7178 overflow, possibly.
7179
7180 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7181 (shr-render-td): Handle td style="" better.
7182 (shr-tag-table): Use the color from the style sheet.
7183 (shr-render-td): Make sure we copy over all the overlays, too.
7184
7185 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7186
7187 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7188 (nnir-request-article): Improve article retrieval.
7189
7190 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * mm-util.el (mm-extra-numeric-entities): New variable.
7193
7194 * mm-url.el (mm-url-decode-entities):
7195 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7196
7197 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * message.el: Use completion-at-point.
7200 (message-completion-function): New fun, extracted from message-tab.
7201 (message-mode): Use it for completion-at-point-functions.
7202 (message-tab): Use it and completion-at-point.
7203
7204 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7205
7206 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7207 character if a non-breakable character follows.
7208
7209 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
7211 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7212 any stream.
7213
7214 * shr.el (shr-tag-font): Colorize the region.
7215 (shr-tag-body): Ditto.
7216 (shr-tag-font): Actually let the styles be inherited instead of
7217 overwriting them.
7218 (shr-tag-font): Get the background color right.
7219 (shr-tag-style): Ignore all <style> tags for the moment.
7220
7221 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7222 a Message-ID to avoid having nnimap depend on gnus-sum.
7223
7224 * shr.el (shr-descend): Only colorize something if we have a node that
7225 sets colors.
7226
7227 2010-12-06 Julien Danjou <julien@danjou.info>
7228
7229 * shr.el (shr-render-td): Render td content with shr-descend, so style
7230 will be applied to <td> too.
7231 (shr-colorize-region): Colorize region even if we only have a background.
7232 (shr-tag-body): Fix color and background color inheritance.
7233 Do not recolorize after shr-generic.
7234 (shr-tag-font): Let shr-generic colorize via inheritance.
7235
7236 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7237
7238 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7239
7240 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7241
7242 * nnir.el (nnir-request-move-article): Remove obsolete code.
7243
7244 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7245
7246 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7247
7248 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7249
7250 * gnus-sum.el (gnus-summary-respool-article): The completion function
7251 expects a list instead of an alist.
7252
7253 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7254 string as the parameter.
7255
7256 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7257
7258 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7259 styles.
7260 (shr-colorize-region): New function.
7261 (shr-insert-background-overlay): Remove.
7262 (shr-render-td): Background setting should be taken care of on a higher
7263 level.
7264 (shr-tag-body): Use post-hoc colorizations.
7265 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7266 (shr-put-color-1): Don't overwrite old colors.
7267 (shr-colorize-region): When the background color isn't explicit, use
7268 a fixed background.
7269
7270 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7271 nnmail variables.
7272
7273 2010-12-05 Bjørn Mork <bjorn@mork.no>
7274
7275 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7276 unless necessary.
7277
7278 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7279
7280 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7281 server.
7282
7283 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7284
7285 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7286 so that TAB works.
7287
7288 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7289 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7290
7291 * shr.el (shr-urlify): Show the URL before the title to avoid
7292 misleading URLs.
7293
7294 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7295
7296 * shr.el (shr-urlify): Display the title in <a> tags.
7297
7298 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7299
7300 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7301
7302 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7303
7304 * nnir.el: Rearrange code to allow macros to be autoloaded by
7305 gnus-sum.el.
7306 (nnir-retrieve-headers-override-function): Make this variable
7307 customizable.
7308 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7309
7310 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7311 from nnir.el.
7312
7313 2010-12-03 Julien Danjou <julien@danjou.info>
7314
7315 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7316
7317 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7318
7319 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7320 allow optional argument `environment'.
7321
7322 2010-12-03 Glenn Morris <rgm@gnu.org>
7323
7324 * mm-extern.el (message-goto-body): Update declaration.
7325
7326 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7327
7328 * gnus-util.el (gnus-macroexpand-all): New function.
7329
7330 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7331 instead of macroexpand-all that is unavailable in XEmacs.
7332
7333 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7334
7335 * nnir.el (nnir-summary-line-format): New variable.
7336 (nnir-mode): Use it.
7337 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7338 (nnir-article-ids): Reimplement as defsubst.
7339 (nnir-retrieve-headers): Don't mangle the subject header.
7340 (nnir-run-imap): Use 100 as RSV score.
7341 (nnir-run-find-grep): Fix for full server searching.
7342 (nnir-run-gmane): Better restriction to gmane groups.
7343
7344 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7345 summary buffers.
7346
7347 2010-12-02 Julien Danjou <julien@danjou.info>
7348
7349 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7350
7351 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7352
7353 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7354 support.
7355
7356 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7357
7358 * nnir.el: Update to handle the registry better.
7359 (autoload): Silence byte-compiler.
7360 (nnir-open-server): Add a hook for nnir groups.
7361 (nnir-request-move-article): Don't mangle the header. Better to use
7362 formatting variables (which will be added in the future).
7363 (nnir-registry-action): Update the registry using the original article
7364 group name.
7365 (nnir-mode): Install nnir-specific hooks for updating the registry.
7366
7367 * gnus-sum.el
7368 (gnus-article-original-subject, gnus-newsgroup-original-name):
7369 Remove obsolete variables.
7370 (gnus-summary-move-article): Remove use of obsolete variables.
7371 (gnus-summary-local-variables): Make move and delete hooks local to
7372 summary buffers.
7373
7374 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7375
7376 * rtree.el: New file.
7377
7378 2010-12-01 Julien Danjou <julien@danjou.info>
7379
7380 * message.el (message-user-organization): Do not use
7381 gnus-local-organization.
7382
7383 * gnus.el: Remove gnus-local-organization.
7384
7385 * gnus-msg.el: Remove nastygram thing.
7386
7387 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7388
7389 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7390 funcall.
7391
7392 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7395 names.
7396
7397 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7398 characters.
7399
7400 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7401 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7402 Suggested by Štěpán Němec <stepnem@gmail.com>.
7403 (gnus-gravatar-transform-address): Use mail-extract-address-components
7404 that supports non-ASCII names rather than mail-header-parse-addresses.
7405
7406 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7407
7408 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7409 handled by the network handler.
7410
7411 2010-11-30 Julien Danjou <julien@danjou.info>
7412
7413 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7414 (nnimap-open-connection-1): Fix PREAUTH.
7415
7416 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7417
7418 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7419
7420 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7421 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7422 (shr-insert): Use them.
7423 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7424
7425 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7426
7427 * nnir.el (nnir-request-move-article): Bail out if original group
7428 doesn't support article moves.
7429 (nnir-get-active): Improve active list retrieval.
7430
7431 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7432
7433 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7434
7435 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7436
7437 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7438 seem to accept strings-with-numbers as port numbers.
7439
7440 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7441
7442 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7443 change the registry.
7444
7445 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7446
7447 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7448 delete-dups that is not available in XEmacs 21.4.
7449
7450 * mm-util.el (mm-delete-duplicates): Add comment.
7451
7452 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7453
7454 * nnir.el (nnir-ignored-newsgroups): New variable.
7455 (nnir-get-active): Use it.
7456
7457 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7458
7459 * proto-stream.el (proto-stream-open-network): Add some comments.
7460
7461 * nntp.el (nntp-open-connection): Provide a :success condition.
7462
7463 * nnimap.el (nnimap-open-connection-1): Ditto.
7464
7465 * proto-stream.el (proto-stream-open-network): See what the response to
7466 the STARTTLS command is.
7467
7468 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7469 backwards compatibility).
7470 (nnimap-open-connection-1): Really respect nnimap-server-port.
7471
7472 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7473 TLS upgrades we don't really care about the identity of the peer.
7474 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7475 that what we've checked for.
7476 (proto-stream-always-use-starttls): Only default to t if
7477 open-gnutls-stream exists.
7478 (proto-stream-open-network): If STARTTLS failed, then just open a
7479 normal connection.
7480 (proto-stream-open-network): Wait until the greeting before doing
7481 STARTTLS.
7482
7483 * nntp.el (nntp-open-connection): Report what the connection error is.
7484
7485 * proto-stream.el (open-protocol-stream): Rename from
7486 open-proto-stream.
7487
7488 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7489
7490 * nnimap.el (nnimap-stream): Change default to `undecided'.
7491 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7492 first, and then network.
7493 (nnimap-open-connection-1): Respect nnimap-server-port.
7494 (nnimap-open-connection): Be more backwards-compatible.
7495
7496 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7497 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7498 (proto-stream-open-starttls): Folded back into the main function.
7499 (proto-stream-open-network): Fix typo in the GnuTLS path.
7500 (proto-stream-command): Refactor out.
7501
7502 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7503
7504 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7505 starttls.el STARTTLS.
7506
7507 * color.el (color-lab->srgb): Fix function call name.
7508
7509 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7510 if we're using tls.el.
7511 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7512 built in, then don't try to establish a STARTTLS connection.
7513
7514 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7515 servers.
7516
7517 * proto-stream.el (open-proto-stream): Use network, not stream.
7518 (open-proto-stream): Add a way to specify what the end of a command is.
7519
7520 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7521 connections types.
7522 (nntp-open-network-stream): Remove.
7523 (nntp-open-ssl-stream): Remove.
7524 (nntp-open-tls-stream): Remove.
7525 (nntp-ssl-program): Remove.
7526
7527 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7528
7529 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7530
7531 * nnir.el: Fix typos.
7532 (nnir-retrieve-headers-override-function): Rename variable to reflect
7533 new semantics.
7534 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7535 macros.
7536 (nnir-request-article, nnir-request-move-article): Use them.
7537 (nnir-categorize): New function.
7538 (nnir-run-query): Use it.
7539 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7540 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7541 sorted.
7542 (nnir-group-full-name): Use gnus-group-full-name instead.
7543 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7544 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7545
7546 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7547
7548 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7549
7550 * proto-stream.el: New library to provide protocol-specific
7551 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7552 protocols.
7553 (open-proto-stream): Complete the documentation.
7554 (proto-stream-open-network): Fix some typos.
7555
7556 * nnimap.el (nnimap-open-connection): Use it.
7557
7558 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7559
7560 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7561 negotiation.
7562
7563 2010-11-26 Julien Danjou <julien@danjou.info>
7564
7565 * color.el: Rename various rgb functions to srgb.
7566
7567 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7568
7569 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7570 names.
7571
7572 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7573
7574 * shr.el (shr-insert): Revert last change.
7575 (shr-find-fill-point): Never leave point being at bol;
7576 relax the kinsoku limitation when rendering tables.
7577
7578 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7579
7580 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7581 results from -accept-article.
7582
7583 * shr-color.el: Require cl when compiling.
7584
7585 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7586 checkin.
7587
7588 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7589
7590 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7591
7592 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7593 'add and 'delete to set backend marks.
7594
7595 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7596
7597 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7598
7599 * nntp.el (nntp-request-set-mark): Use it.
7600
7601 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7602
7603 * nnml.el (nnml-request-set-mark): Ditto.
7604
7605 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7606 introduces regressions in article selection.
7607 (nnimap-find-uid-response): New function.
7608 (nnimap-request-accept-article): Use the UID returned, if any.
7609 (nnimap-request-move-article): Use the UID returned, if any.
7610 (nnimap-get-groups): Reimplement to work with folded lines.
7611 (nnimap-find-uid-response): The UID is the last element in the list.
7612 (nnimap-request-set-mark): Extend syntax with 'set.
7613
7614 * nnml.el (nnml-request-set-mark): Ditto.
7615
7616 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7617
7618 * nntp.el (nntp-request-set-mark): Ditto.
7619
7620 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7621
7622 * message.el (message-called-interactively-p): A temporary macro.
7623 (message-goto-body): Use it temporarily.
7624
7625 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7626
7627 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7628 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7629 (nnimap-last-response-string): Fix last unfolding fix.
7630
7631 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * shr.el (shr-insert): Fix the way to fold lines.
7634
7635 2010-11-25 Julien Danjou <julien@danjou.info>
7636
7637 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7638
7639 * color.el: Rename from color-lab.el
7640 (color-rgb->hex): Add.
7641 (color-complement): Add.
7642 (color-complement-hex): Add.
7643
7644 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7645
7646 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7647
7648 * shr-color.el (shr-color-visible): Don't bug out if the color names
7649 don't exist.
7650
7651 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7652
7653 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7654 assuming that article displaying or another mml-preview may be
7655 interrupted for an error or for the like.
7656
7657 * shr.el (shr-get-background): Fix argument name.
7658
7659 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7660
7661 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7662
7663 * gnus-sum.el (gnus-summary-include-articles): New function.
7664
7665 * message.el (message-goto-body): called-interactively-p needs a
7666 parameter, so use `any'.
7667
7668 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7669 clear marks before moving, since they're synced from the Gnus side
7670 first.
7671
7672 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7673 (gnus-summary-move-article): Copy over all marks before moving, so that
7674 IMAP doesn't think a new article has arrived.
7675
7676 2010-11-24 Julien Danjou <julien@danjou.info>
7677
7678 * shr.el (shr-insert-background-overlay): Fix typo.
7679 (shr-render-td): Copy the background before rendering.
7680
7681 * shr-color.el (shr-color-visible): Fix docstring.
7682
7683 * shr.el (shr-tag-table): Add bgcolor support.
7684 (shr-render-td): Add bgcolor support.
7685 (shr-get-background): Add.
7686 (shr-insert-foreground-overlay): Use shr-get-background.
7687
7688 * message.el (message-goto-body): Use called-interactively-p.
7689 (message-in-body-p): message-goto-body returns point.
7690
7691 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7692
7693 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7694 Fixes something or other in Emacs 23, and is backwards compatible.
7695
7696 * message.el (message-goto-body): Remove the <#secure special-casing,
7697 which is too special.
7698
7699 * shr.el (shr-parse-style): Drop !important from styles.
7700
7701 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7702
7703 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7704 this function to return incorrect results when calling it with an
7705 explicit article argument different from
7706 (gnus-summary-article-number).
7707
7708 2010-11-24 Julien Danjou <julien@danjou.info>
7709
7710 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7711 (shr-tag-body): Add background support.
7712 (shr-descend): Add background support.
7713 (shr-tag-title): Add.
7714
7715 * shr-color.el (shr-color-visible): Really return original background
7716 if fixed.
7717
7718 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7719
7720 * shr.el (shr-color-check): Protect against non-existent color names.
7721
7722 2010-11-24 Julien Danjou <julien@danjou.info>
7723
7724 * color-lab.el: Require 'cl when compiling.
7725
7726 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7727
7728 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7729 matched part.
7730
7731 * color-lab.el: Fix all expt calls to use float type.
7732
7733 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7736 expression to shr-color-check as is.
7737
7738 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7739
7740 * color-lab.el: Add coding cookie.
7741 (float-pi): Use eval-and-compile.
7742
7743 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7744
7745 * shr.el (shr-insert-color-overlay): Split stuff like
7746 "#444444 !important" to find the real color.
7747 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7748 parse <font color="red"> entries.
7749
7750 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7751
7752 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7753 point when parsing headers.
7754
7755 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7756 is positioned properly when parsing headers.
7757
7758 2010-11-23 Julien Danjou <julien@danjou.info>
7759
7760 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7761
7762 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7763
7764 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7765
7766 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7767 Use shr-color-hue-to-rgb.
7768 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7769
7770 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7771
7772 * shr.el (shr-color->hexadecimal): Autoload.
7773 (shr-descend): Add color to all tags.
7774
7775 2010-11-22 Julien Danjou <julien@danjou.info>
7776
7777 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7778 shr-color->hexadecimal.
7779
7780 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7781 RGB() or HSL() color representation.
7782
7783 * shr.el (shr-tag-font): Add.
7784 (shr-tag-color-check): New function to get better colors.
7785 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7786 tag-span.
7787
7788 * shr-color.el: New file.
7789
7790 * color-lab.el: New file.
7791
7792 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7793
7794 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7795
7796 * nnir.el: Fix typo in comments.
7797 (nnir-run-imap): Simplify code. No need to reverse artlist.
7798 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7799
7800 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7801
7802 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7803
7804 * nnimap.el (nnimap-get-capabilities): Refactor out.
7805 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7806
7807 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7808
7809 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7810 appearing when `mm-uu-hide-markers' is nil.
7811
7812 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7813
7814 * nnimap.el (nnimap-unselect-group): Make into its own function.
7815 (nnimap-request-rename-group): Unselect group before renaming.
7816 This had gotten lost somewhere.
7817 (nnimap-request-accept-article): Keep track of examined groups, and
7818 unselect the group before APPENDing to read-only groups.
7819 (nnimap-request-move-article): Clear flags before moving so that they
7820 can be re-set later.
7821
7822 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7823
7824 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7825 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7826
7827 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7828
7829 * gnus-art.el (gnus-mime-display-single):
7830 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7831 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7832 parameter.
7833
7834 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7837 (shr-table-vertical-line): New variable.
7838 (shr-insert-table): Use it.
7839
7840 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * gnus-html.el (gnus-html-wash-images): Don't display images if
7843 gnus-inhibit-images is non-nil; register displayer for cid images.
7844 (gnus-html-display-image): Work for cid image.
7845 (gnus-html-insert-image): Allow arguments.
7846 (gnus-html-put-image): Inhibit read-only.
7847 (gnus-html-prefetch-images): Don't prefetch images if
7848 gnus-inhibit-images is non-nil.
7849
7850 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7851
7852 * shr.el (shr-put-image): Break lines when inserting big pictures.
7853
7854 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7855
7856 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7857 sender, thanks Katsumi Yamaoka.
7858
7859 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7860
7861 * nnir.el (nnir-run-imap): Reverse the article list for each group
7862 rather than the whole list.
7863
7864 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * shr.el (shr-image-displayer): Protect function against non-existent
7867 image source.
7868
7869 * gnus-art.el (gnus-inhibit-images): New user option.
7870 (gnus-mime-display-single): Don't display image if it is non-nil.
7871
7872 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7873 gnus-inhibit-images.
7874
7875 * shr.el (shr-image-displayer): New function.
7876 (shr-tag-img): Use it.
7877
7878 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7879
7880 * mml2015.el (mml2015-epg-sign): Use From header.
7881
7882 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7883
7884 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7885
7886 * gnus-util.el (gnus-find-text-property-region): Return markers.
7887
7888 * shr.el (shr-tag-img): Put a displayer in the text property.
7889
7890 * gnus-util.el (gnus-find-text-property-region): New utility function.
7891
7892 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7893 (gnus-html-show-images): Remove.
7894
7895 * gnus-art.el (gnus-article-show-images): New, more general function.
7896
7897 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7898 image url text properties.
7899
7900 * shr.el: Ditto.
7901
7902 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7903 gnus-agent-auto-agentize-methods is set. Which it isn't.
7904
7905 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7906
7907 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7908 work for two or more articles.
7909
7910 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7913 divide an image that's in an html article to two or more when washing
7914 non-ASCII characters in alt text of it.
7915
7916 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7917
7918 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7919 smime-decrypt-region using function argument.
7920 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7921
7922 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7923
7924 * smime.el (smime-decrypt-region): Catch it.
7925
7926 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * smime.el (smime-mode-map): Move initialization into declaration.
7929 (gnus-run-mode-hooks): Don't autoload.
7930 (smime-mode): Use define-derived-mode.
7931
7932 2010-11-11 Glenn Morris <rgm@gnu.org>
7933
7934 * smime.el (from): Restrict declaration to XEmacs.
7935
7936 * nnir.el (gnus-group-topic-name): Autoload.
7937
7938 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * shr.el (shr-insert): Don't break long line if it is because of
7941 kinsoku-bol characters in the line end.
7942
7943 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7944
7945 * nnir.el (nnir-request-move-article): Fix to provide original group
7946 and subject.
7947 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7948 been retrieved.
7949
7950 * gnus-sum.el (gnus-summary-move-article): Use original group and
7951 subject for virtual articles such as those in an nnir summary buffer.
7952
7953 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7956 least 21.5).
7957
7958 * smime.el (from): Declare it again for XEmacs.
7959
7960 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7961
7962 * message.el (message-resend): Don't disable encoding unless it's
7963 already encoded.
7964
7965 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7966 low-numbered articles.
7967
7968 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7969
7970 * rfc2047.el (rfc2047-syntax-table): Simplify.
7971
7972 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7973 set-char-table-range for XEmacs.
7974
7975 2010-11-10 Glenn Morris <rgm@gnu.org>
7976
7977 * smime.el (from): Remove unused declaration.
7978
7979 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7980 (gnus-float-time): On Emacs, always an alias.
7981
7982 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7983 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7984
7985 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7988
7989 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7990
7991 * shr.el (browse-url-mailto): Autoload.
7992
7993 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7994
7995 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7996 regexp doesn't need quoting.
7997
7998 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7999
8000 * message.el (message-subject-trailing-was-ask-regexp)
8001 (message-subject-trailing-was-regexp): Match was: in addition to was.
8002
8003 2010-11-09 Glenn Morris <rgm@gnu.org>
8004
8005 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8006 (nnbabyl-check-mbox): Use point-at-bol.
8007
8008 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8009
8010 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8011
8012 * message.el (message-mailto): New function.
8013 (message-mailto): Should accept other parameters.
8014 (message-mailto): Remove since it duplicates browse-url-mailto
8015 functionality.
8016
8017 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8018
8019 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8020 methods.
8021 (gnus-read-active-file): Ditto.
8022
8023 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8024 ": " from the prompt.
8025 (gnus-group-make-group): Ditto.
8026
8027 2010-11-07 Glenn Morris <rgm@gnu.org>
8028
8029 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8030 (gnus-bookmark-kill-line): Use point-at-eol.
8031
8032 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8033
8034 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8035 asterisks in From header.
8036
8037 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8038
8039 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8040 string to avoid making the From headers syntactically invalid.
8041
8042 * message.el (message-send-mail): Don't insert courtesy messages if the
8043 message already has List-Post and List-ID messages.
8044
8045 2010-11-06 Glenn Morris <rgm@gnu.org>
8046
8047 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8048 `condition', `type', `length' a prefix.
8049 (gnus-treat-predicate): Update for above name changes.
8050
8051 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8052
8053 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8054 binding. Handled by `gnus-summary-refer-thread' instead.
8055 (nnir-warp-to-article): New backend function.
8056
8057 * nnimap.el (nnimap-request-thread): Force dependency updating.
8058
8059 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8060 (gnus-summary-refer-thread): Rework to improve thread-referral.
8061
8062 * gnus-int.el (gnus-warp-to-article): New function.
8063
8064 * gnus-sum.el (gnus-summary-article-map): Bind it.
8065
8066 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8067
8068 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8069 gnus-summary-refer-thread.
8070
8071 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8072 headers.
8073 (gnus-summary-limit-include-thread): Prevent articles in thread from
8074 being cut in gnus-cut-threads.
8075 (gnus-summary-refer-thread): Limit retrieved headers to those in
8076 thread.
8077
8078 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8079
8080 * message.el (message-send-mail): Use the value of
8081 message-courtesy-message from the message buffer.
8082
8083 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8084
8085 * shr.el (shr-browse-url): Implement mailto: URLs.
8086
8087 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8088 "raw".
8089
8090 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8091 if it's already selected.
8092
8093 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8094
8095 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8096
8097 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8098 to measure the length and truncate alt text.
8099
8100 2010-11-03 Glenn Morris <rgm@gnu.org>
8101
8102 * nndiary.el (nndiary-generate-nov-databases-1)
8103 (nndiary-generate-active-info): Rename dynamic variable `files' to
8104 something less generic.
8105
8106 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8107
8108 * nnir.el (nnir-request-move-article): Call the underlying backend to
8109 move articles from nnir.
8110
8111 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8112
8113 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8114
8115 2010-11-02 Julien Danjou <julien@danjou.info>
8116
8117 * nnir.el: Remove wais support.
8118
8119 2010-11-02 Glenn Morris <rgm@gnu.org>
8120
8121 * gnus-html.el: Reorder requirements to quieten compiler.
8122
8123 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8124
8125 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8126 properly for XEmacs as well.
8127 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8128 (gnus-article-natural-long-line-p): Use window-width rather than
8129 frame-width.
8130
8131 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8132
8133 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8134 (nnir-read-parms): Don't modify query.
8135 (nnir-run-query): Add ability to search topic on current line.
8136 (nnir-get-active): Clean up.
8137
8138 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
8140 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8141 degenerate articles.
8142
8143 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8144 (gnus-print-buffer): Just print the buffer as is, without any copying
8145 to a buffer and then re-highlighting.
8146
8147 * nnimap.el (nnimap-request-group): Store the new updated info.
8148 (nnimap-request-group): Select the group when we don't know whether it
8149 exists or not.
8150
8151 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8152 groups.
8153
8154 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8155 groups.
8156
8157 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8158 groups.
8159
8160 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8161 long-lines case by only filling the long lines.
8162
8163 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8164 (bug#7311).
8165
8166 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8167
8168 * shr.el: No need to declare `declare-function' since shr.el is for
8169 only Emacsen that provide `libxml-parse-html-region'.
8170
8171 2010-11-01 Glenn Morris <rgm@gnu.org>
8172
8173 * mm-util.el (gnus-completing-read): Autoload.
8174 (mm-read-coding-system): Simplify Emacs definition.
8175
8176 * nnmail.el (gnus-activate-group):
8177 * nnimap.el (gnutls-negotiate):
8178 * nntp.el (netrc-parse): Fix declarations.
8179
8180 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8181
8182 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8183 string-match-p in Emacs >=23.
8184
8185 * gnus-msg.el (gnus-configure-posting-styles):
8186 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8187
8188 2010-11-01 Glenn Morris <rgm@gnu.org>
8189
8190 * nnir.el (declare-function): Add compat stub.
8191 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8192 (nnir-run-gmane): Require 'mm-url.
8193
8194 * mm-util.el (mm-string-to-multibyte): Simplify.
8195
8196 * shr.el (declare-function): Add compat stub.
8197 (url-cache-create-filename): Declare.
8198 (mm-disable-multibyte, widget-convert-button): Autoload.
8199
8200 * smime.el (ldap-search): Declare.
8201 (smime-cert-by-ldap-1): Require ldap on Emacs.
8202
8203 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8204 (nnimap-keepalive): Use gnus-float-time.
8205
8206 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8207 (mail-source-delete-crash-box): Use gnus-float-time.
8208
8209 * gnus-dired.el (gnus-completing-read): Autoload.
8210
8211 * mm-view.el (gnus-rescale-image): Autoload.
8212
8213 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8214
8215 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8216
8217 * sieve-manage.el: Require 'cl when compiling.
8218
8219 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8220 (gnus-iswitchb-completing-read): Require iswitchb.
8221 (gnus-select-frame-set-input-focus): Silence compiler.
8222
8223 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8224
8225 * message.el (message-subject-trailing-was-query): Change default to t,
8226 since I think that's what most people want.
8227
8228 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8229 appending for easier debugging.
8230 (nnimap-wait-for-connection): Take a regexp.
8231 (nnimap-request-accept-article): Wait for the continuation line before
8232 sending anything unless we're streaming.
8233
8234 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8235 leave the header washing to take place.
8236
8237 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8238
8239 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8240 regular expression match and replace in posting styles.
8241
8242 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8243
8244 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8245 an entire server.
8246 (nnir-get-active): New function.
8247 (nnir-run-imap): Use it.
8248 (nnir-run-gmane): Who knew, gmane search returns an article score!
8249
8250 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8251 server on the current line with nnir.
8252
8253 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8254
8255 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8256 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8257 left edge.
8258 (gnus-article-foldable-buffer): Skip past the prefix when determining
8259 raggedness.
8260
8261 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8262 the raw article, and change `C-u g' to show the article without doing
8263 treatments.
8264
8265 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8266 on to `gnus-treat-article'.
8267 (gnus-inhibit-article-treatments): New variable.
8268
8269 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8270
8271 * gnus-art.el (gnus-treatment-function-alist): Have
8272 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8273 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8274 sections.
8275
8276 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8277 parameter.
8278 (gnus-article-fill-cited-long-lines): New function.
8279 (gnus-article-fill-cited-article): Allow filling only long sections.
8280
8281 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8282 and non-punctuation (like after the apostrophe in "'We").
8283
8284 * gnus-sum.el (gnus-summary-select-article): Make sure
8285 gnus-original-article-buffer is alive.
8286
8287 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8288 reflect the order they are in the digest.
8289
8290 * gnus.el (gnus-group-startup-message): Move point to the start of the
8291 buffer.
8292
8293 * nnimap.el (nnimap-capability): New function.
8294 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8295 is set.
8296
8297 2010-10-31 David Engster <dengste@eml.cc>
8298
8299 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8300 conform with changes to gnus-completing-read.
8301
8302 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8303
8304 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8305
8306 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8307
8308 * nnir.el: Move defvar, defcustom around to keep file organized
8309 and keep byte-compiler quiet.
8310 (nnir-read-parms): Accept search-engine as arg.
8311 (nnir-run-query): Pass search-engine as arg.
8312 (nnir-search-engine): Remove.
8313
8314 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8315
8316 * shr.el (shr-generic): The text nodes should be text, not :text.
8317
8318 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8319 later in the file.
8320
8321 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8322
8323 * nnir.el: General clean up. Allow searching with multiple engines.
8324 Allow separate extra-parameters for each engine.
8325 Batch queries when possible.
8326 (nnir-imap-default-search-key, nnir-method-default-engines):
8327 Add customize interface.
8328 (nnir-run-gmane): New engine.
8329 (nnir-engines): Use it. Qualify all prompts with engine name.
8330 (nnir-search-engine): Remove global variable.
8331 (nnir-run-hyrex): Restore for now.
8332 (nnir-extra-parms, nnir-search-history): New variables.
8333 (gnus-group-make-nnir-group): Use them.
8334 (nnir-group-server): Remove in favor of gnus-group-server.
8335 (nnir-request-group): Avoid searching twice.
8336 (nnir-sort-groups-by-server): New function.
8337
8338 2010-10-30 Julien Danjou <julien@danjou.info>
8339
8340 * gnus-group.el: Remove gnus-group-fetch-control.
8341
8342 * gnus-start.el (gnus-find-new-newsgroups):
8343 Remove gnus-check-first-time-used.
8344
8345 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8346
8347 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8348
8349 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8350 set on groups that don't have \* permanentflags.
8351
8352 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8353
8354 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8355 control the background color.
8356 (shr-tag-img): Ignore very small web bug type images.
8357 (shr-put-image): Add help-echo alt texts to the images.
8358 (shr-tag-video): Show the video poster image.
8359
8360 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8361
8362 * shr.el (shr-table-depth): New variable.
8363 (shr-tag-table-1): Only insert the images after the top-level table.
8364
8365 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8366
8367 * gnus-util.el (gnus-list-memq-of-list): New function.
8368
8369 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8370 selected.
8371 (nnimap-unsplittable-articles): New slot.
8372 (nnimap-new-articles): Use it.
8373
8374 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8375
8376 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8377 move to the previous line on `M-g'.
8378
8379 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8380
8381 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8382 *-request-group, which seems unnecessary.
8383
8384 * nnimap.el (nnimap-quote-specials): Function copied over from
8385 imap.el.
8386 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8387 they support that. Suggested by Tom Regner.
8388
8389 2010-10-29 Julien Danjou <julien@danjou.info>
8390
8391 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8392 defalias.
8393 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8394
8395 * gnus.el: Remove `gnus-nntp-service' variable.
8396 (gnus-secondary-servers): Make obsolete.
8397 (gnus-nntp-server): Make obsolete.
8398
8399 * gnus-start.el (gnus-1): Remove x-splash calls.
8400
8401 * gnus-ems.el (gnus-x-splash): Remove.
8402
8403 * gnus.el (gnus-group-startup-message): Simplify/update code.
8404
8405 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8406 capability before doing anything.
8407 (gnus-group-insert-group-line): Remove useless
8408 gnus-group-remove-excess-properties.
8409
8410 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8413
8414 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8415
8416 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8417 config after reselecting.
8418
8419 2010-10-28 Julien Danjou <julien@danjou.info>
8420
8421 * shr.el (shr-put-image): Use point even if only inserting text.
8422 (shr-put-image): Save excursion when inserting alt text on non-graphic
8423 display, so the behavior is the same when we are on a graphic display.
8424
8425 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8426
8427 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8428
8429 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8430 (gnus-mime-copy-part): Check coding system, not charset.
8431 (gnus-mime-view-part-externally): Never remove part.
8432 (gnus-mime-view-part-internally): Don't remove part here.
8433 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8434 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8435 multipart/alternative.
8436
8437 * mm-decode.el (mm-display-part): Take optional arg `force'.
8438
8439 2010-10-26 Julien Danjou <julien@danjou.info>
8440
8441 * gnus-group.el (gnus-group-default-list-level): Add this function to
8442 compute the default list level.
8443 (gnus-group-default-list-level): Add possibility to use a function.
8444
8445 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8448
8449 * gnus-group.el (gnus-group-completing-read)
8450 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8451 gnus-replace-in-string.
8452
8453 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8454
8455 * shr.el (shr-tag-div): Add.
8456
8457 2010-10-25 Julien Danjou <julien@danjou.info>
8458
8459 * gnus-util.el: Remove `gnus-with-local-quit'.
8460
8461 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8462
8463 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8464
8465 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8466 the original article buffer.
8467
8468 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8469
8470 * nnimap.el (nnimap-request-head): New function.
8471 (nnimap-request-move-article): Try to be slightly faster by not
8472 requesting the entire message when moving.
8473 (nnimap-transform-headers): Don't bug out on bodiless articles.
8474 (nnimap-send-command): Have no outstanding messages if the IMAP server
8475 doesn't support streaming.
8476 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8477
8478 2010-10-24 Julien Danjou <julien@danjou.info>
8479
8480 * message.el (message-default-headers): Fix type.
8481
8482 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8483
8484 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8485 prefetching images.
8486
8487 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8488 backend for unknown groups. This is mainly useful for nnimap groups.
8489
8490 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8491 group isn't covered by the agent.
8492
8493 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8494
8495 * nnir.el (nnir-method-default-engines): New variable.
8496 (nnir-run-query): Use it.
8497 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8498 (gnus-summary-nnir-goto-thread): Change group if needed.
8499
8500 * gnus-group.el (gnus-group-group-map): Add key binding for
8501 gnus-group-make-nnir-group.
8502
8503 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8504
8505 * shr.el (shr-tag-object): Add.
8506
8507 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8508 original article buffer live.
8509 (gnus-summary-select-article-buffer):
8510 Mention gnus-widen-article-buffer.
8511
8512 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8513
8514 * shr.el (shr-tag-strong): Add.
8515
8516 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8517
8518 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8519 group names. They mess up the group buffer badly.
8520
8521 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8522
8523 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8524 instead of the summary one.
8525
8526 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * mml.el (mml-preview): Work properly when editing article.
8529
8530 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8531 gnus-have-read-active-file if it's already been in.
8532
8533 2010-10-22 Tom Tromey <tromey@redhat.com>
8534
8535 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8536 gnus-group-completing-read.
8537
8538 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8539
8540 * message.el (message-mode-map): Don't bind M-; to comment region, to
8541 allow the global comment-dwim to work.
8542
8543 2010-10-21 Julien Danjou <julien@danjou.info>
8544
8545 * message.el (message-setup-1): Allow message-default-headers to be a
8546 function.
8547
8548 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8549
8550 * shr.el (shr-tag-table): Simplify.
8551
8552 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8553
8554 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8555 to avoid trying to snarf invalid stuff.
8556
8557 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8558
8559 * gnus.el (gnus-message-archive-group): Quote value.
8560 (gnus-message-archive-group): Mark as changed.
8561
8562 * shr.el (shr-add-font): Don't put the font properties on the newline
8563 or the indentation.
8564
8565 * message.el (message-fix-before-sending): Change options when sending
8566 non-printable characters.
8567
8568 * gnus.el (gnus-message-archive-method): Change the default to
8569 monthly outgoing groups.
8570
8571 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8572 that have gotten new numbers.
8573
8574 * nnimap.el (nnimap-request-replace-article): New function.
8575
8576 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8577
8578 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8579 (nnrss-request-article): Don't use special html washing code.
8580
8581 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8582
8583 * shr.el (shr-tag-table): Remove useless nconc.
8584
8585 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8586
8587 * gnus-art.el (article-wash-html): Simplify and remove the charset
8588 stuff. Use the normal html rendering code instead of the special html
8589 washing code.
8590
8591 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8592 `gnus-w3m' symbols.
8593 (mm-text-html-washer-alist): Remove.
8594
8595 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8596 (mm-inline-media-tests): Remove use.
8597 (mm-text-html-renderer): Change default to the `shr' symbol.
8598
8599 * mm-view.el (mm-inline-text-html): Remove use.
8600
8601 * gnus-art.el (gnus-blocked-images): New function. Allow the
8602 `gnus-blocked-images' to be a function.
8603 (gnus-article-wash-function): Remove.
8604
8605 2010-10-20 Julien Danjou <julien@danjou.info>
8606
8607 * spam.el (spam-list-of-processors): Mark as obsolete.
8608
8609 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8610 (nnimap-insert-partial-structure): Fix boundary detection.
8611
8612 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8613
8614 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8615 run file-truename on remote files. This can be expensive and even
8616 prevent one from editing drafts if some unrelated buffer has a stale
8617 connection.
8618
8619 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8622 kinsoku-eol regardless of shr-kinsoku-shorten.
8623 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8624 (shr-tag-table): Support caption, thead, and tfoot.
8625
8626 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8627
8628 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8629 lines.
8630 (shr-save-contents): New command and keystroke.
8631
8632 * nndoc.el (nndoc-type-alist): Add git support.
8633 (nndoc-git-type-p): New function.
8634 (nndoc-transform-git-article): Ditto.
8635 (nndoc-transform-git-headers): Ditto.
8636 (nndoc-transform-git-headers): Generate Subject headers.
8637
8638 * shr.el (shr-parse-style): New function.
8639 (shr-tag-span): Ditto.
8640
8641 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8642 to `G G' to avoid collisions.
8643
8644 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8645
8646 * shr.el: Load kinsoku if necessary.
8647 (shr-kinsoku-shorten): New internal variable.
8648 (shr-find-fill-point): Make kinsoku shorten text line if
8649 shr-kinsoku-shorten is bound to non-nil.
8650 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8651 shr-indentation too when testing if table is wider than frame width.
8652 (shr-insert-table): Use `string-width' instead of `length' to measure
8653 text width.
8654 (shr-insert-table-ruler): Make sure indentation is done at bol.
8655
8656 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8659 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8660 undecoded network data.
8661
8662 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8663
8664 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8665 name in the mode line spec so that the mode line menu works
8666 (bug#2431).
8667
8668 * message.el (message-get-reply-headers): If we're fed `to-address',
8669 then always use that.
8670
8671 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8672 aren't so wide as to need to switch off the edit menu.
8673
8674 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8675 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8676
8677 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8678 `M-g'.
8679 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8680 the permanent marks.
8681
8682 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8683
8684 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8685 Splitting according to references/in-reply-to obeys the ignore-groups
8686 variable, while splitting by sender and subject do not.
8687
8688 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8689
8690 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8691 alist, so that we can look for non-Unicode chars.
8692 (article-translate-strings): Allow both character and string maps.
8693
8694 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * shr.el (shr-insert): Don't insert space behind a wide character
8697 categorized as kinsoku-bol, or between characters both categorized as
8698 nospace.
8699
8700 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8701
8702 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8703 headers to gnus-newsgroup-headers.
8704
8705 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8706
8707 * shr.el (shr-tag-img): Don't align images -- since we're not
8708 rescaling, this often leads to ugly displays.
8709
8710 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8711
8712 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8713 duplicates.
8714
8715 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8716
8717 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8718 call.
8719
8720 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8721
8722 * gnus.el: Autoload gnus-html-show-images.
8723
8724 * nnimap.el: Use nnheader-message throughout.
8725
8726 * shr.el (shr-tag-img): Ignore images with no data.
8727
8728 2010-10-15 Julien Danjou <julien@danjou.info>
8729
8730 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8731 a possibility to disable format=flow encoding when using hard newlines.
8732
8733 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8734
8735 * shr.el (shr-insert): Remove space inserted before or after a
8736 breakable character or at the beginning or the end of a line.
8737 (shr-find-fill-point): Do kinsoku; find the second best point or give
8738 it up if there's no breakable point.
8739
8740 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8741
8742 * nnimap.el (nnimap-open-connection): Message when opening connection
8743 for debugging purposes.
8744
8745 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8746 on every setup buffer call to allow this to change from article to
8747 article.
8748
8749 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8750 buffers where we have a wide table.
8751
8752 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8753
8754 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8755 uses *-request-thread.
8756
8757 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8758
8759 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8760 incantation, which is no longer valid.
8761
8762 2010-10-14 Julien Danjou <julien@danjou.info>
8763
8764 * shr.el: Fix defcustom type (char -> character).
8765
8766 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8767
8768 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8769 programs.
8770
8771 2010-10-14 Julien Danjou <julien@danjou.info>
8772
8773 * shr.el (shr-tag-a): Use url-link as widget type.
8774
8775 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8776 `gnus-group-get-icon'.
8777
8778 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8779
8780 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8781 This should make server editing work better.
8782
8783 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8784
8785 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8786 (nnimap-parse-flags): Fix regexp.
8787
8788 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8789 probably work for CJVK text, too.
8790
8791 * nnimap.el (nnimap-extend-tls-programs): Remove.
8792 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8793
8794 2010-10-13 Julien Danjou <julien@danjou.info>
8795
8796 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8797 responses.
8798
8799 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8800
8801 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8802
8803 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8804 anything in Emacs.
8805
8806 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8807
8808 2010-10-13 Julien Danjou <julien@danjou.info>
8809
8810 * shr.el (shr-width): Make shr-width a defcustom with default to
8811 fill-column.
8812 (shr-tag-img): Use shr-width rather than fill-column.
8813
8814 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8815
8816 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8817
8818 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8819 position when (X-)Faces exist.
8820 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8821 avatars when called interactively.
8822
8823 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8824
8825 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8826 gnus-article-x-face-too-ugly is bound.
8827
8828 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8829
8830 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8831
8832 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8833 mailbox that doesn't exist.
8834
8835 2010-10-12 Julien Danjou <julien@danjou.info>
8836
8837 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8838 (shr-get-image-data): Encode URL properly when fetching from cache.
8839 (shr-tag-img): Use aligned-to spaces to align correctly images.
8840
8841 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8842 before inserting the Gravatar.
8843
8844 * shr.el (shr-tag-img): Add align attribute support for <img>.
8845
8846 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8847
8848 * gnus-gravatar.el (gnus-art): Require.
8849
8850 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8851 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8852 Remove long obsoleted functions.
8853
8854 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8855
8856 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8857
8858 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8859 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8860 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8861 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8862 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8863 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8864 Fix comment for declare-function.
8865
8866 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8867
8868 * nnimap.el (nnimap-request-rename-group): Select group read-only
8869 before renaming it.
8870
8871 * shr.el (shr-insert): Fix up the white space only regexp.
8872
8873 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8874 bodies. Protect against this. Reported by Michael Welsh Duggan.
8875
8876 * shr.el (shr-current-column): New function.
8877 (shr-find-fill-point): New function.
8878
8879 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8880
8881 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8882 numbers.
8883
8884 2010-10-11 Julien Danjou <julien@danjou.info>
8885
8886 * shr.el (shr-hr-line): Add.
8887 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8888 display hr lines.
8889 (shr-max-columns): Do not change state to nil if we just inserting
8890 spaces.
8891
8892 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8893
8894 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8895 select the last group.
8896
8897 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8898
8899 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8900
8901 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8902
8903 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8904 for Gnus.
8905 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8906 (nnimap-update-qresync-info): Mark \Seen articles as read.
8907
8908 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8909 non-variable, too.
8910
8911 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8912 available.
8913 (nnimap-update-info): Rely more on the current active than the param
8914 active to avoid marking articles as read too much.
8915
8916 * auth-source.el (auth-source-create): Use (user-login-name) for the
8917 user name default.
8918
8919 * nnimap.el (nnimap-update-info): If the server doesn't return any
8920 useful info, just use the previous info.
8921 (nnimap-update-info): Prefer old info over start-article.
8922 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8923
8924 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8925
8926 * nnir.el (autoload): Clean up autoloads.
8927 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8928 Use key rather than value.
8929 (nnir-imap-search-other): New variable.
8930 (nnir-read-parm): Use it.
8931 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8932 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8933
8934 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8937 the process, too.
8938
8939 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8940
8941 * spam.el (gnus-summary-mode-map): Bind to "$".
8942 Suggested by Russ Allbery.
8943
8944 * shr.el: Rework the way things are indented by <li> slightly.
8945
8946 * gnus.el (gnus-group-set-parameter): Fix typo.
8947
8948 * nnimap.el: Start implementing QRESYNC support.
8949
8950 2010-10-09 Julien Danjou <julien@danjou.info>
8951
8952 * nnir.el (nnir-engines): Fix too many arguments.
8953
8954 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8955
8956 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8957 group is the "last", so that the backends like nnfolder actually save
8958 their folders.
8959
8960 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8961 try to use that for the TLS stream.
8962 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8963 UIDVALIDITY and find out which groups are read-only and not.
8964 (nnimap-get-flags): Use the same marks parsing code as the rest of
8965 nnimap.
8966
8967 2010-10-09 Julien Danjou <julien@danjou.info>
8968
8969 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8970
8971 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8972 retrieving gravatars.
8973
8974 * shr.el (shr-table-corner): Add.
8975 (shr-table-line): Add.
8976 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8977
8978 2010-10-08 Julien Danjou <julien@danjou.info>
8979
8980 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8981
8982 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8983
8984 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8985
8986 * gnus-sum.el (gnus-mark-article-as-unread)
8987 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8988 (gnus-summary-set-bookmark): Use it.
8989
8990 * gnus-msg.el (gnus-setup-message): Use it.
8991
8992 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8993
8994 * gnus.el (gnus-group-remove-parameter): Use it.
8995
8996 * gnus-group.el (gnus-group-make-web-group): Use it.
8997
8998 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8999
9000 * nnregistry.el: Update docs to mention manual.
9001
9002 * gnus-registry.el: Update docs to mention nnregistry.el.
9003 (gnus-registry-initialize): Don't install nnregistry refer method
9004 automatically.
9005 (gnus-registry-install-nnregistry): Remove it.
9006
9007 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9008
9009 * shr.el (shr-insert): Don't insert double spaces.
9010
9011 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9012
9013 * gnus-gravatar.el (gnus-treat-from-gravatar)
9014 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9015 called interactively.
9016
9017 * gnus-art.el (gnus-mime-view-part-externally)
9018 (gnus-mime-view-part-internally): Make predicate function passed to
9019 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9020 of a mime type.
9021
9022 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9023
9024 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9025
9026 * shr.el (require): Require cl when compiling.
9027 (shr-tag-hr): New function.
9028
9029 * nnimap.el (nnimap-update-info): Remove double setting of high.
9030 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9031 This makes nnimap work properly on Courier again.
9032
9033 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9034 the variable for backwards compatibility.
9035
9036 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9037 the file name before using to avoid setting mm-default-directory to
9038 nil.
9039
9040 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9041 bidning gnus-agent variables.
9042
9043 * shr.el (shr-render-td): Use a cache for the table rendering function
9044 to avoid getting an exponential rendering behavior in nested tables.
9045 (shr-insert): Rework the line-breaking algorithm.
9046 (shr-insert): Don't leave trailing spaces.
9047 (shr-insert-table): Also insert empty TDs.
9048 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9049
9050 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * gnus-sum.el (gnus-number): Rename from `number'.
9053 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9054 (gnus-summary-limit-children): Update uses correspondingly.
9055
9056 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9057
9058 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9059 (gnus-gravatar-transform-address): Don't show avatars of people of
9060 which mail addresses match gnus-gravatar-too-ugly.
9061
9062 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9063
9064 * shr.el (shr-table-widths): Expand TD elements to fill available
9065 space.
9066
9067 2010-10-07 Julien Danjou <julien@danjou.info>
9068
9069 * nnimap.el (nnimap-request-rename-group): Add this method.
9070
9071 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9072
9073 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9074 name from XEmacs' function-arglist.
9075
9076 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9077 gravatar under XEmacs.
9078
9079 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9080
9081 * auth-source.el: Update docs with TODO items.
9082
9083 * gnus-sync.el: Update docs to explain state and plans.
9084
9085 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9086 Hooks for mark updates.
9087 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9088
9089 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9090 hooks with arguments, which is needed for mark update hooks.
9091
9092 2010-10-06 Julien Danjou <julien@danjou.info>
9093
9094 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9095 was matched.
9096
9097 * sieve-manage.el: Update example in `Commentary'.
9098
9099 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9100
9101 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9102 not 2000.
9103 (sieve-manage-authenticate): Re-add function.
9104
9105 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9106
9107 * shr.el (shr-insert): Get 'space transition right.
9108 (shr-render-td): Only delete space at the end of the TD.
9109
9110 * nnimap.el (nnimap-open-connection): Prepare to support
9111 open-gnutls-stream.
9112
9113 * shr.el: Rearrange function order to be more logical.
9114
9115 2010-10-06 Julien Danjou <julien@danjou.info>
9116
9117 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9118 (nnrss-discover-feed): Remove 404 URL in docstring.
9119
9120 * nnir.el: Fix Swish-E URL.
9121 Fix Namazu URL.
9122
9123 * message.el (message-change-subject): Remove 404 URL in a comment.
9124
9125 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9126
9127 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9128 called interactively.
9129
9130 * gnus-util.el (gnus-remove-if): Allow hash table.
9131 (gnus-remove-if-not): New function.
9132
9133 * gnus-art.el (gnus-mime-view-part-as-type):
9134 * gnus-score.el (gnus-summary-score-effect):
9135 * gnus-sum.el (gnus-read-move-group-name):
9136 Replace remove-if-not with gnus-remove-if-not.
9137
9138 * gnus-group.el (gnus-group-completing-read):
9139 Regard collection as a hash table if it is not a list.
9140
9141 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9142
9143 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9144
9145 * shr.el: Document the table-rendering algorithm.
9146
9147 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9148 invalid URLs.
9149
9150 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9151 line-broken.
9152 (shr-tag-img): Ignore image fetching errors.
9153 (shr-overlays-in-region): Compute overlay positions correctly.
9154
9155 * mm-decode.el (mm-shr): Require shr.
9156
9157 * gnus-art.el (gnus-blocked-images): Move variable here.
9158
9159 * shr.el (shr-insert-table): Bind free variable.
9160
9161 * mm-decode.el (mm-shr): Bind shr-content-function.
9162
9163 * shr.el (shr-content-function): New variable.
9164
9165 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9166 added for symmetry.
9167
9168 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9169
9170 * gnus-group.el (gnus-group-make-group): Doc fix.
9171
9172 * nnimap.el (nnimap-request-newgroups): Return success.
9173
9174 * shr.el (shr-find-elements): New function.
9175 (shr-tag-table): Put all the images after the table.
9176 (shr-tag-table): Really inhibit images inside the table.
9177 (shr-collect-overlays): Copy over overlays from the TD elements to the
9178 main document.
9179
9180 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9181 gnus-blocked-images.
9182
9183 2010-10-05 Julien Danjou <julien@danjou.info>
9184
9185 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9186
9187 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9188 (gnus-html-maximum-image-size): Add this function.
9189 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9190
9191 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9192 server-value of the capability is nil.
9193
9194 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9195
9196 * shr.el (shr-tag-em): Add <EM> tag.
9197
9198 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9199
9200 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9201 customizable.
9202
9203 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9204 handing broken links to browse-url.
9205
9206 2010-10-05 Julien Danjou <julien@danjou.info>
9207
9208 * gnus-util.el (gnus-emacs-completing-read)
9209 (gnus-iswitchb-completing-read): Use autoload rather than require.
9210
9211 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9212
9213 * gnus-util.el (gnus-completing-read-function): Exclude
9214 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9215 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9216 XEmacs.
9217
9218 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9219 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9220
9221 * gnus-html.el: Don't require help-fns under XEmacs.
9222 (gnus-html-schedule-image-fetching): Work for XEmacs.
9223
9224 * mm-decode.el (mm-shr): Decode contents by charset.
9225
9226 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9227
9228 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9229 unknown.
9230
9231 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9232 (shr-get-image-data): Ensure against the cache file missing.
9233
9234 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9235 for data.
9236
9237 * spam-report.el (spam-report-url-ping-plain): Don't query about
9238 killing the process.
9239
9240 * shr.el (shr-render-td): Protect against too-wide text.
9241
9242 2010-10-04 Julien Danjou <julien@danjou.info>
9243
9244 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9245 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9246
9247 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9248 retrieved.
9249
9250 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9251
9252 * shr.el (browse-url): Require.
9253 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9254 lines.
9255 (shr-show-alt-text, shr-browse-image): New commands.
9256 (shr-browse-url, shr-copy-url): New commands.
9257
9258 * gnus-sum.el (gnus-widen-article-window): New variable.
9259 (gnus-summary-select-article-buffer): Use it.
9260
9261 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9262 without @ signs.
9263
9264 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9265
9266 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9267
9268 2010-10-04 Julien Danjou <julien@danjou.info>
9269
9270 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9271 for XEmacs.
9272
9273 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9274
9275 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9276
9277 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9278 (nnimap-close-server): Implement.
9279
9280 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9281 (shr-insert): Tweak line breaking.
9282 (shr-insert): Handle <pre> better.
9283 (shr-tag-li): Get <li> indentation right.
9284 (shr-tag-li): Get <li> indentation even righter.
9285 (shr-tag-blockquote): Ensure paragraph start.
9286 (shr-make-table): Tweak table generation.
9287 (shr-make-table): Fix typo.
9288
9289 * shr.el: Implement table rendering.
9290
9291 2010-10-04 Julien Danjou <julien@danjou.info>
9292
9293 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9294
9295 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9296
9297 * shr.el (shr-insert): Use string anchors instead of line anchors.
9298
9299 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9300
9301 * shr.el: Add headings.
9302 (shr-ensure-paragraph): Actually work.
9303 (shr-tag-li): Make <ul> prettier.
9304 (shr-insert): Get white space at the beginning/end of elements right.
9305 (shr-tag-p): Collapse subsequent <p>s.
9306 (shr-ensure-paragraph): Don't insert double line feeds after blank
9307 lines.
9308 (shr-insert): \t is also space.
9309 (shr-tag-s): Fix "s" tag name function.
9310 (shr-tag-s): Fix face prop name.
9311
9312 2010-10-03 Julien Danjou <julien@danjou.info>
9313
9314 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9315
9316 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9317 gnus-window-inside-pixel-edges.
9318
9319 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9320 gnus-ems.
9321
9322 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9323
9324 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9325 function.
9326
9327 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9328 resize choice.
9329
9330 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9333 beginning of the buffer.
9334
9335 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9336 article buffer again.
9337
9338 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9339
9340 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9341 when it's at the start of the buffer.
9342
9343 * shr.el (shr-tag-blockquote): Convert name.
9344 (shr-rescale-image): Use the right image-size variant.
9345
9346 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9347 buffer isn't shown, then select the current article first instead of
9348 bugging out.
9349 (gnus-summary-select-article-buffer): Show both the article and summary
9350 buffers again.
9351
9352 * shr.el (shr-fontize-cont): Protect against regions with no text.
9353 Rename tag functions to shr-tag-* for enhanced security.
9354 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9355
9356 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9357
9358 * shr.el (shr-insert):
9359 * pop3.el (pop3-movemail):
9360 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9361 loaded.
9362
9363 2010-10-03 Glenn Morris <rgm@gnu.org>
9364
9365 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9366
9367 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9368
9369 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9370
9371 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9372
9373 * gnus-util.el (gnus-make-local-hook): Simplify.
9374
9375 2010-10-02 Julien Danjou <julien@danjou.info>
9376
9377 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9378 (gnus-ido-completing-read): New function.
9379 (gnus-emacs-completing-read): New function.
9380 (gnus-completing-read): Use gnus-completing-read-function.
9381 Add gnus-completing-read-function.
9382
9383 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9384
9385 * shr.el (shr-insert-document): Autoload.
9386 (shr-img): Be silent.
9387 (shr-insert): Add a newline after every picture before text.
9388 (shr-add-font): Use overlays for combining faces.
9389 (shr-insert): Pass upwards the text start point.
9390
9391 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9392 possible.
9393 (mm-shr): New function.
9394
9395 2010-10-02 Julien Danjou <julien@danjou.info>
9396
9397 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9398 should go backward.
9399
9400 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9401
9402 * shr.el (shr): Fix typo in provide call.
9403
9404 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9405
9406 * shr.el: New file.
9407
9408 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9409
9410 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9411 completing read.
9412
9413 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9414
9415 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9416 we're being queried about. Suggested by Dan Jacobson.
9417
9418 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9419 Suggested by Jason Eisner.
9420
9421 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9422 table, too. Suggested by Stefan Wiens.
9423 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9424 the table unnecessary. Suggested by Stefan Wiens.
9425
9426 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9427 longer needed, and probably doesn't work either, as pointed out by
9428 Stefan Wiens.
9429 (gnus-summary-exit): Remove call to the clearing function.
9430 (gnus-summary-exit-no-update): Ditto.
9431
9432 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9433 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9434 Reported by Stefan Monnier.
9435 (gnus-summary-save-in-rmail): Ditto.
9436
9437 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9438 article buffer, instead of both the article buffer and the summary
9439 buffer. Sort of suggested by Dan Jacobson.
9440
9441 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9442
9443 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9444 Suggested by Dan Jacobson.
9445
9446 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9447 documentation clearer.
9448
9449 * message.el (message-shorten-references): Comment on the number "21".
9450 Suggested by Stefan Monnier.
9451
9452 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9453 Suggested by Dan Jacobson.
9454
9455 * gnus.el (gnus-large-newsgroup):
9456 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9457
9458 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9459 externalize attachments. Bug reported by Steve Wen.
9460
9461 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9462 really message anything to the user.
9463
9464 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9465 directly.
9466
9467 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9468 messages in empty groups.
9469
9470 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9471
9472 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9473 non-UIDNEXT group.
9474
9475 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9476
9477 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9478 not the value from the collection.
9479
9480 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9481 values. This sometimes happens on some groups that have no info.
9482 (nnimap-request-newgroups): New function.
9483
9484 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9485
9486 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9487 check into `gnus-registry-initialize'.
9488 (gnus-registry-initialize): Ditto.
9489 Fix and extend header docs.
9490
9491 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9492
9493 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9494 regexp backtrace overflows.
9495
9496 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9497 for starttls that tls.el implements; i.e. openssl.
9498
9499 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9502 (gravatar-create-image): New function that's an alias to
9503 gnus-xmas-create-image, gnus-create-image, or create-image.
9504 (gravatar-data->image): Use it.
9505
9506 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9507
9508 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9509 install the nnregistry refer method.
9510 (gnus-registry-install-hooks): Use it.
9511 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9512 unfollowed groups.
9513
9514 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9515
9516 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9517 expanding threads.
9518
9519 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9520
9521 * nnir.el: Use the server names without suffixes (bug#7009).
9522
9523 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9524 unencrypted to STARTTLS, if possible.
9525
9526 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9527
9528 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9529 headers before superseding.
9530
9531 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9532
9533 * nnrss.el (nnrss-use-local): Add documentation.
9534
9535 * nnimap.el (nnimap-extend-tls-programs): New function.
9536 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9537 (nnimap-wait-for-connection): Accept the greeting from the stupid
9538 output from openssl s_client -starttls, too.
9539
9540 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9541 article number.
9542 (nnimap-split-fancy): New variable.
9543 (nnimap-split-incoming-mail): Use it.
9544
9545 * nntp.el (nntp-server-list-active-group): Document.
9546
9547 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9548 SELECT to get the message-id.
9549
9550 * mail-source.el (mail-sources): Remove webmail support.
9551 (defvar): Ditto.
9552 (mail-source-fetcher-alist): Ditto.
9553 (mail-source-fetch-webmail): Remove.
9554
9555 * webmail.el: Remove -- doesn't seem relevant any more.
9556
9557 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9558
9559 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9560 the \r.
9561
9562 2010-09-30 Julien Danjou <julien@danjou.info>
9563
9564 * gnus-agent.el (gnus-agent-add-group): Fix call to
9565 gnus-completing-read.
9566
9567 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9568
9569 * nndoc.el (nndoc-retrieve-groups): New function.
9570
9571 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9572 `default', use nnmail-split-methods.
9573 (nnimap-request-article): Downcase the NILs so that they are nil.
9574
9575 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9576 symbol.
9577
9578 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9579 code, since if the user has requested network, that's what they ought
9580 to get.
9581 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9582 (nnimap-split-rule): Mark as obsolete.
9583
9584 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9585 New variable.
9586
9587 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9588 correct slot, too.
9589
9590 2010-09-29 Julien Danjou <julien@danjou.info>
9591
9592 * gnus.el (gnus-local-domain): Declare variable obsolete.
9593
9594 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9595 Fix history computing.
9596 (gnus-ido-completing-read): Require ido.
9597
9598 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9599
9600 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9601 build Gnus.
9602
9603 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9604 when interpreting the structures.
9605 (nnimap-request-accept-article): Add \r\n to the lines to make this
9606 work with Cyrus.
9607
9608 * nndraft.el (nndraft-request-expire-articles): Use the group name
9609 instead if "nndraft". Fix found by Nils Ackermann.
9610
9611 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9612
9613 * nnregistry.el: Add.
9614
9615 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * nnmail.el (group, group-art-list, group-art):
9618 Remove unneeded directives.
9619
9620 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9621
9622 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9623 (mm-mime-charset):
9624 * rfc2047.el (rfc2047-syntax-table):
9625 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9626
9627 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9628 rather than `insert-file-contents' and `eval-region'.
9629
9630 2010-09-29 Julien Danjou <julien@danjou.info>
9631
9632 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9633 replacement of `gnus-gravatar-relief' to mimic
9634 `gnus-faces-properties-alist'.
9635 Add :version property.
9636
9637 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9638
9639 * mail-source.el (mail-source-report-new-mail):
9640 * message.el (message-default-mail-headers):
9641 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9642
9643 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9644
9645 2010-09-28 Julien Danjou <julien@danjou.info>
9646
9647 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9648 mail-address contains the same string as real-name.
9649
9650 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9651 non-blank in header, otherwise it'll get stripped.
9652
9653 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9654 real-name, and then for mail address rather than doing : or , search.
9655
9656 2010-09-27 Julien Danjou <julien@danjou.info>
9657
9658 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9659 right completing-read function.
9660 (gnus-use-ido): New variable
9661 (gnus-completing-read-with-default): Remove.
9662 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9663 (gnus-agent-add-group):
9664 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9665 * mm-view.el (mm-view-pkcs7-decrypt):
9666 * mm-util.el (mm-codepage-setup):
9667 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9668 * mml-smime.el (mml-smime-openssl-sign-query):
9669 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9670 (mml-insert-multipart):
9671 * gnus-msg.el (gnus-summary-yank-message):
9672 * gnus-int.el (gnus-start-news-server):
9673 * mm-decode.el (mm-interactively-view-part):
9674 * gnus-dired.el (gnus-dired-attach):
9675 * gnus.el (gnus-read-method):
9676 * gnus-bookmark.el (gnus-bookmark-jump):
9677 * gnus-art.el (gnus-mime-view-part-as-type)
9678 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9679 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9680 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9681 * nnmairix.el (nnmairix-create-server-and-default-group)
9682 (nnmairix-update-groups, nnmairix-get-server)
9683 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9684 (nnmairix-get-group-from-file-path):
9685 * nnrss.el (nnrss-find-rss-via-syndic8):
9686 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9687 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9688 (gnus-group-browse-foreign-server):
9689 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9690 (gnus-summary-execute-command, gnus-summary-respool-article)
9691 (gnus-read-move-group-name):
9692 * gnus-score.el (gnus-summary-increase-score)
9693 (gnus-summary-score-effect):
9694 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9695
9696 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * nnimap.el (auth-source-forget-user-or-password)
9699 (auth-source-user-or-password): Autoload.
9700
9701 * message.el (message-from-style, message-interactive)
9702 (message-signature): Remove comment.
9703 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9704 always.
9705 (message-sendmail-envelope-from): Comment fix.
9706 (message-yank-prefix): Default to mail-yank-prefix always.
9707 (message-indentation-spaces):
9708 Default to mail-indentation-spaces always.
9709 (message-signature-file): Default to mail-signature-file always.
9710
9711 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9712
9713 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9714 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9715 new articles.
9716
9717 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9718 parts.
9719 (nnimap-request-article): Work with the t setting, too.
9720
9721 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9722 that you don't get flashes of other buffers.
9723 (gnus-summary-show-complete-article): Intern before setting.
9724
9725 2010-09-27 David Engster <dengste@eml.cc>
9726
9727 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9728 well as HEADERS.
9729 (nnmairix-retrieve-headers): Provide new argument for the above.
9730
9731 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9732
9733 * gnus-sum.el (gnus-summary-move-article): Don't alter
9734 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9735 group.
9736
9737 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9738
9739 * message.el (message-cite-prefix-regexp): Revert my last edit.
9740
9741 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9742 variable instead of the Gnus variable.
9743
9744 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9745
9746 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9747
9748 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9749 since some servers don't like it.
9750 (nnimap-open-connection): Forget credentials if the server says the
9751 password was wrong.
9752 (nnimap-parse-line): Protect against invalid data.
9753
9754 * gnus-sum.el (gnus-summary-move-article): Add comment.
9755 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9756 nothing alters it while scanning for new messages.
9757
9758 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9759 which may or may not help.
9760 (nnimap-open-connection): If we're doing a stream connection, and then
9761 discover we're on a STARTTLS-capable server, then open a STARTTLS
9762 connection instead.
9763
9764 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * nnimap.el (utf7): Require.
9767
9768 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9769 prefix.
9770
9771 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9772
9773 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9774
9775 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9776
9777 * nnimap.el (nnimap-request-accept-article): Message the error on
9778 error.
9779
9780 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9781
9782 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9783
9784 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9785
9786 * nndoc.el (nndoc-request-list): Return success always.
9787
9788 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9789 `fetch-old' -- we only want to fetch the articles we've requested.
9790 The rest are in the agent, probably.
9791 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9792 disappeared server" to something low. It's not important.
9793
9794 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9795 arrived before the FETCH data.
9796
9797 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9798 target here, because we don't know the Gnus name of the group.
9799
9800 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9801 for the correct group.
9802
9803 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9804
9805 * gnus.el (gnus): Give a final warning after startup.
9806
9807 * gnus-util.el (gnus-action-message-log): New variable.
9808 (gnus-message): Use it.
9809 (gnus-final-warning): New function.
9810
9811 * nnimap.el (nnimap-open-connection): Record the greeting.
9812 (nnimap): Add greeting.
9813
9814 2010-09-26 Julien Danjou <julien@danjou.info>
9815
9816 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9817 arguments.
9818 (gnus-html-wash-images): Fix spec computing to include start/end.
9819
9820 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9821
9822 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9823
9824 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9825 deletion.
9826 (nnimap-retrieve-headers): Don't select the group, because that's
9827 already done by nnimap-possibly-change-group.
9828
9829 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9830 (gnus-picon-transform-address): Use it.
9831
9832 * mail-source.el (mail-source-value): Revert previous patch.
9833
9834 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9835 on failure.
9836 (nnimap-open-connection): Look up both virtual and physical server name
9837 credentials.
9838
9839 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9840
9841 2009-02-08 Dave Love <fx@gnu.org>
9842
9843 * gnus-win.el (gnus-window-to-buffer-helper)
9844 (gnus-all-windows-visible-p): Function needn't be a symbol.
9845
9846 * mail-source.el (mail-source-value): Function needn't be a symbol.
9847
9848 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9849
9850 * message.el (message-cite-prefix-regexp): Remove } from the cite
9851 prefix.
9852
9853 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9854 highlight again, so that the highlight is correct.
9855
9856 * gnus-picon.el (gnus-picon): Remove again.
9857 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9858
9859 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9860 doing the header highlightling, so that the background color of the
9861 picon is correct.
9862
9863 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9864 (gnus-picon): Ditto.
9865 (gnus-picon): Reinstate. The background color for picons is white.
9866 (gnus-picon-insert-glyph): Make the background white.
9867
9868 * nnml.el (nnml-open-nov): Don't return dead buffers.
9869
9870 * auth-source.el (auth-source-create): Query the user for whether to
9871 store the credentials.
9872
9873 * auth-source.el (auth-source-user-or-password): Use the existing auth
9874 sources, if any, for creation.
9875
9876 * gnus.el (gnus-group-fast-parameter): Return the last matching
9877 parameter instead of the first matching parameter.
9878
9879 2010-09-26 Julien Danjou <julien@danjou.info>
9880
9881 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9882
9883 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9884
9885 * mml2015.el (mml2015-use): Remove gpg support.
9886
9887 * mml1991.el (mml1991-function-alist): Remove gpg function.
9888 (mml1991-gpg-sign): Remove.
9889
9890 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9891
9892 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9893 (gnus-browse-unsubscribe-current-group): Document it.
9894 (gnus-browse-unsubscribe-group): Use it.
9895
9896 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9897
9898 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9899 address to the To list for easier response.
9900
9901 * gnus.el (gnus-play-startup-jingle): Remove.
9902 (gnus-splash): Don't play jingle.
9903 (gnus): Silence gnus-load message.
9904
9905 * gnus-art.el (gnus-treat-play-sounds): Remove.
9906
9907 * gnus.el (gnus-play-jingle): Remove audio support.
9908
9909 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9910
9911 * earcon.el: Remove -- no users.
9912
9913 * gnus-audio.el: Remove -- no users of this package.
9914
9915 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9916
9917 * gnus-start.el (gnus-setup-news): Remove nocem support.
9918
9919 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9920
9921 * gnus.el (gnus-use-nocem): Remove.
9922
9923 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9924 Remove.
9925
9926 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9927 uses NoCeM any more.
9928
9929 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9930 (gnus-button-ctan-handler): Ditto.
9931 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9932 (gnus-button-ctan-directory-regexp): Ditto.
9933 (gnus-button-handle-ctan): Ditto.
9934 (gnus-button-tex-level): Ditto.
9935 (gnus-button-alist): Remove CTAN stuff.
9936
9937 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9938
9939 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9940 nnimap-streaming test.
9941
9942 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9943 servers twice.
9944
9945 * nnimap.el (nnimap-open-connection): Add more error reporting when
9946 nnimap fails early.
9947
9948 * nnheader.el (nnheader-get-report-string): New function.
9949 (nnheader-get-report): Use it.
9950
9951 * gnus-int.el (gnus-check-server): Say what the error was when opening
9952 failed.
9953
9954 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9955 using streaming.
9956
9957 2010-09-25 Julien Danjou <julien@danjou.info>
9958
9959 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9960 gnus-window-inside-pixel-edges.
9961
9962 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9963
9964 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9965
9966 * mm-decode.el (mm-save-part): Allow saving to other directories the
9967 normal Emacs way.
9968
9969 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9970 Suggested by Jay Berkenbilt.
9971
9972 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9973 there isn't a single byte.
9974
9975 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9976 just do it. It doesn't really seem to matter what the user responds
9977 here, I think, so it's just a confusing question.
9978
9979 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9980 non-streaming case.
9981
9982 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9983 (gnus-article-encrypt-body): Use it.
9984
9985 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9986 keystroke.
9987
9988 * nnimap.el (nnimap-find-wanted-parts-1):
9989 Use gnus-fetch-partial-articles.
9990
9991 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9992
9993 * nnimap.el (nnimap-insert-partial-structure): New function.
9994 (nnimap-get-partial-article): New function.
9995 (nnimap-request-article): Use it.
9996 (nnimap-wait-for-response): Return whether the wait was successful.
9997 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9998 retrieval wasn't successful.
9999 (nnimap-retrieve-group-data-early): Allow throttling servers.
10000 (nnimap-streaming): New variable.
10001 (nnimap-fetch-partial-articles): Remove.
10002
10003 * mm-decode.el (mm-with-part): Protect against killed buffers.
10004
10005 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10006 for prettier summary display.
10007
10008 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10009
10010 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10011
10012 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10013
10014 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10015 apparently third-party libraries depend on it.
10016
10017 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10018 before starting negotiation.
10019
10020 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10021 privacy reasons.
10022 (gnus-treat-mail-gravatar): Ditto.
10023
10024 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10025 buffer when inserting images. Inserting text into the headers, for
10026 instance, can make them invalid.
10027
10028 2010-09-25 Julien Danjou <julien@danjou.info>
10029
10030 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10031 variables.
10032
10033 * nnheader.el: Remove useless variables news-reply-yank-from and
10034 news-reply-yank-message-id.
10035
10036 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10037 variables.
10038
10039 * mml1991.el: Remove useless mml1991-verbose.
10040
10041 * gnus.el: Remove useless variable gnus-use-generic-from.
10042 Remove obsolete variable gnus-topic-indentation.
10043
10044 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10045
10046 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10047
10048 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10049
10050 * gnus-group.el: Remove useless gnus-group-icon-cache.
10051 Remove useless gnus-ephemeral-group-server.
10052
10053 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10054
10055 * mml2015.el: Remove useless mml2015-verbose.
10056
10057 * mml-smime.el: Remove useless mml-smime-verbose.
10058
10059 * gnus.el: Remove useless gnus-local-domain.
10060
10061 * gnus-gravatar.el (gnus-gravatar-transform-address):
10062 Use gnus-gravatar-size.
10063
10064 * gnus-art.el: Remove useless gnus-treat-translate.
10065
10066 2010-09-24 Julien Danjou <julien@danjou.info>
10067
10068 * gnus-sum.el: Add support for Gravatars.
10069
10070 * gnus-art.el: Add support for Gravatars.
10071
10072 * gnus-gravatar.el: Add this file.
10073
10074 * gravatar.el: Add this file.
10075
10076 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10077
10078 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10079
10080 * gnus-group.el (gnus-group-fetch-faq): Remove.
10081
10082 * gnus.el (gnus-group-faq-directory): Remove.
10083
10084 * gnus-group.el (gnus-group-fetch-charter): Remove.
10085
10086 * gnus.el (gnus-group-charter-alist): Remove.
10087
10088 * gnus-group.el (gnus-group-archive-directory): Remove.
10089 (gnus-group-recent-archive-directory): Ditto.
10090 (gnus-group-make-archive-group): Remove.
10091
10092 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10093
10094 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10095 use the same article number for all the cached articles.
10096
10097 * nnimap.el (nnimap-command): Register the last command time so
10098 that we can use it for idling NOOPs.
10099 (nnimap-open-connection): Start the keeplive timer.
10100 (nnimap-make-process-buffer): Store all the process buffers.
10101 (nnimap-keepalive): New function.
10102
10103 * starttls.el (starttls-open-stream): Add autoload cookie.
10104
10105 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10106
10107 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10108 handling.
10109
10110 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10111
10112 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10113 its data structures.
10114
10115 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10116 instead of the cl.el copy-list.
10117 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10118 equalp.
10119
10120 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10121
10122 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10123 and tool-bar-local-item-from-menu.
10124
10125 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10126 mode-line-highlight face for Emacs.
10127
10128 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10129 loading gnus-sum.elc; fix comment for canlock-verify.
10130 (gnus-article-jump-to-part): Use read-number.
10131 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10132 Remove Emacs pre-21 compatible code for help-echo.
10133 (gnus-article-next-page-1): No need to adjust the number of lines.
10134 (gnus-article-describe-bindings): Always use help-buffer.
10135
10136 * gnus-audio.el (gnus-audio-inline-sound):
10137 * gnus-cus.el (gnus-custom-mode):
10138 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10139
10140 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10141
10142 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10143 compatible code.
10144
10145 2010-09-24 Glenn Morris <rgm@gnu.org>
10146
10147 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10148 visiting the fcc file in rmail-mode.
10149
10150 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10151
10152 * nnir.el: Silence the byte compiler.
10153
10154 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10155 alias to browse-url-url-encode-chars if any.
10156 (gnus-html-encode-url): Use it.
10157
10158 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10159
10160 * gnus-start.el (gnus-use-backend-marks): New variable.
10161 (gnus-get-unread-articles-in-group): Use it.
10162
10163 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10164 makeover.
10165
10166 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10167
10168 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10169
10170 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10171
10172 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10173 Remove.
10174 (gnus-setup-news-hook):
10175 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10176
10177 * gnus-int.el (gnus-request-update-info): Protect against backends not
10178 having the function.
10179
10180 * nnimap.el (nnimap-stream): Mention STARTTLS.
10181 (nnimap-open-connection): Add STARTTLS support.
10182
10183 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10184
10185 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10186
10187 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10188
10189 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10190 BODYSTRUCTUREs.
10191 (nnimap-transform-headers): Unfold quoted {42} headers.
10192
10193 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10194 the info.
10195 (gnus-get-unread-articles): Only call updatep on backends that support
10196 it.
10197
10198 * nnweb.el (nnweb-request-update-info): NOOP.
10199
10200 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10201
10202 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10203 since it only deals with marks.
10204
10205 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10206 gnus-request-marks, and make a new gnus-request-update-info.
10207
10208 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10209 the active instead of the high number, which is usually too low.
10210
10211 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10212
10213 * encrypt.el: Remove.
10214
10215 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10216
10217 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10218 server in symbolic form.
10219
10220 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10221
10222 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10223
10224 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10225 (nnimap-update-info): Fix up code slightly.
10226
10227 * gnus-int.el (gnus-open-server): Add tracing for performance
10228 debugging.
10229
10230 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10231 (gnus-group-insert-group-line): Pass the real group name so that it
10232 gets the right data.
10233
10234 * gnus-start.el (gnus-get-unread-articles): Don't have
10235 `gnus-get-unread-articles-in-group' update info, since that can be
10236 really slow and doesn't seem to be needed?
10237
10238 2010-09-22 Julien Danjou <julien@danjou.info>
10239
10240 * gnus-group.el (gnus-group-insert-group-line):
10241 Call gnus-group-highlight-line.
10242 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10243 default hook list.
10244 (gnus-group-update-eval-form): Add new function.
10245 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10246 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10247
10248 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10249
10250 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10251 immediate, then expire all articles.
10252 (nnimap-update-info): Fix off-by-one errors.
10253 (nnimap-flags-to-marks): Would return no marks lists for group with no
10254 flags. Instead return the other data.
10255
10256 2010-09-22 Julien Danjou <julien@danjou.info>
10257
10258 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10259 Only return an icon.
10260 (gnus-group-insert-group-line): Compute icon to return.
10261
10262 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10263 (gnus-html-image-fetched): Only cache if
10264 gnus-html-image-automatic-caching is set.
10265 (gnus-html-image-fetched): Check for errors.
10266
10267 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10268
10269 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10270 once per method on `g'. This ensures that backends like nnfolder don't
10271 open all their folders.
10272
10273 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10274 (nnimap-request-list): Nix out group in the correct buffer.
10275 (nnimap-parse-flags): Implement by using `read' instead of
10276 hand-parsing.
10277 (nnimap-flags-to-marks): Pass on permanent-flags.
10278 (nnimap-make-process-buffer): Record the server name.
10279 (nnimap-parse-flags): Fix typo.
10280 (nnimap-request-scan): Run split on the server in general, not just a
10281 single group.
10282
10283 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10284 parameter, and propagate this downwards.
10285
10286 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10287 since EXAMINE changes it on the server.
10288
10289 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10290 this command might take a while.
10291
10292 2010-09-22 Julien Danjou <julien@danjou.info>
10293
10294 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10295 harmful if you have 2 images side-by-side, they can't be properly
10296 update on text deletion. Using text-property is safer here.
10297 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10298 data.
10299
10300 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10301
10302 * nnimap.el (nnimap-expunge-inbox): Remove.
10303 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10304 (nnimap-expunge): Flip default to t.
10305
10306 * gnus.el (gnus-method-to-server): Don't push things to the cache
10307 unless it's unique.
10308 (gnus-server-to-method): Ditto.
10309
10310 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10311
10312 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10313
10314 2010-09-22 Julien Danjou <julien@danjou.info>
10315
10316 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10317 get the start of data.
10318 (gnus-html-encode-url): Add this function to encode special chars in
10319 URL.
10320 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10321 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10322
10323 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10324 default.
10325 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10326
10327 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10328 images alt-text.
10329 (gnus-html-put-image): Put alt-text as help-echo.
10330
10331 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10332
10333 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10334 * mm-util.el (mm-decompress-buffer):
10335 * nnir.el (nnir-run-find-grep):
10336 * pop3.el (pop3-list): Use 3rd arg of split-string.
10337
10338 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10339
10340 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10341 outside the active range. Suggested by Dan Christensen.
10342
10343 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10344 slightly later to avoid double-getting it.
10345
10346 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10347 previous patch.
10348
10349 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10350
10351 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10352
10353 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10354
10355 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10356
10357 * gnus-int.el (gnus-open-server): Give a better error message in the
10358 "go offline" case.
10359
10360 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10361 marks for nnimap, which is seldom the right thing to do.
10362
10363 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10364 (gnus-same-method-different-name): New function.
10365
10366 * nnimap.el (parse-time): Require.
10367
10368 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10369 method in the presence of many similar methods.
10370
10371 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10372
10373 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10374 nnml-inhibit-expiry.
10375
10376 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10377 find out whether methods are equal.
10378
10379 * nnimap.el (nnimap-find-expired-articles): New function.
10380 (nnimap-process-expiry-targets): New function.
10381 (nnimap-request-move-article): Request the article before looking at
10382 what the Message-ID is. Fix found by Andrew Cohen.
10383 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10384
10385 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10386 for oldness in addition to being a predicate.
10387
10388 * nnimap.el (nnimap-request-group): When we have zero articles, return
10389 the right data to Gnus.
10390 (nnimap-request-expire-articles): Only delete articles immediately if
10391 the target is 'delete.
10392
10393 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10394 method, this would bug out.
10395
10396 * gnus-group.el (gnus-group-expunge-group): Rename from
10397 gnus-group-nnimap-expunge, and implemented as a normal interface
10398 function.
10399
10400 * gnus-int.el (gnus-request-expunge-group): New function.
10401
10402 * nnimap.el (nnimap-request-create-group): Implement.
10403 (nnimap-request-expunge-group): New function.
10404
10405 2010-09-21 Julien Danjou <julien@danjou.info>
10406
10407 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10408 (gnus-html-cache-expired): Add new function.
10409 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10410 wethever we should display image for fetch it.
10411 Compute alt-text earlier to pass it to the fetching function too.
10412 (gnus-html-schedule-image-fetching): Change function argument to only
10413 get one image at a time, not a list.
10414 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10415 cache.
10416 (gnus-html-get-image-data): New function to retrieve image data from
10417 cache.
10418 (gnus-html-put-image): Change buffer argument to use image data rather
10419 than file, and place image above region rather than inserting a new
10420 one. Do not take alt-text as argument, since it's useless now: we place
10421 the image above alt-text.
10422 (gnus-html-prune-cache): Remove.
10423 (gnus-html-show-images): Start to fetch image when we find one, do not
10424 push into a temporary list.
10425 (gnus-html-prefetch-images): Only fetch image if they have expired.
10426 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10427 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10428
10429 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10430
10431 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10432
10433 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10434
10435 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10436 spec inser "*" if the group isn't active instead of 0.
10437
10438 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10439 opening the server.
10440 (nnimap-request-delete-group): Implement group deletion.
10441 (nnimap-transform-headers): Return the size of the entire message in
10442 the Bytes header, not just the size of the first part.
10443 (nnimap-request-move-article): When moving an article from nnimap,
10444 request the article first so the accepting form has an article to
10445 accept. Reported by Dan Christensen.
10446 (nnimap-command): Make sure that the error message doesn't error out.
10447
10448 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10449
10450 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10451 we haven't requested anything.
10452
10453 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10454
10455 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10456 "". Fix found by Andrew Cohen.
10457
10458 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10459 instead of -encode-string.
10460
10461 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10464
10465 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10466 by mm-subst-char-in-string.
10467
10468 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10471 waiting for the connection string.
10472
10473 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10474 arriving.
10475
10476 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10477 bogus characters. This allows selecting certain Gmail groups.
10478
10479 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10480 (nnimap-fetch-partial-articles): New variable.
10481 (nnimap-open-connection): When looking for credentials, also use the
10482 nnimap-server-port.
10483 (nnimap-request-article): Return the group/article number, so that Gnus
10484 `^' works as expected.
10485 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10486
10487 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10488 comments.
10489 (gnus-methods-sloppily-equal): New function.
10490 (gnus): When using the development version of Gnus, load the gnus-load
10491 file.
10492
10493 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10494 `gnus-open-server' on each method before trying to scan them etc.
10495 This ensures that all the backend parameters are set correctly.
10496
10497 * nnimap.el (nnimap-authenticator): New variable.
10498 (nnimap-open-connection): Allow anonymous login.
10499 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10500 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10501
10502 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10503 patch, found by Knut Anders Hatlen.
10504
10505 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10506
10507 * gnus-agent.el (gnus-agent-batch-confirmation)
10508 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10509 to gnus-message.
10510 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10511 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10512 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10513 * gnus-int.el (gnus-open-server): Likewise.
10514 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10515 (gnus-score-check-syntax): Likewise.
10516 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10517 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10518 Likewise.
10519 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10520
10521 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10522
10523 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10524 calling conventions so that prefetch doesn't bug out.
10525
10526 2010-09-19 Julien Danjou <julien@danjou.info>
10527
10528 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10529 rather than `subst-char-in-region' in order to be able to replace ASCII
10530 char by UTF-8 ones.
10531
10532 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10533 than curl.
10534 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10535 the right URL and ALT text on images.
10536 (gnus-html-wash-tags): Fix tag case.
10537 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10538 (gnus-article-html): Add -o display_ins_del=2 option.
10539 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10540
10541 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10542
10543 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10544 the extra mail headers, which sometimes seem to happen for unknown
10545 reasons.
10546
10547 * mail-parse.el (mail-header-encode-parameter): Define as
10548 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10549 (or most, perhaps?) mail readers don't understand the latter, but do
10550 understand the former.
10551
10552 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10553 to nil, so that no methods are automatically agentized. I think this
10554 is probably what most users want.
10555
10556 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10557 from url-retrieve, for instance about invalid URLs.
10558
10559 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10560 groups that have no articles.
10561 (nnimap-request-article): Check that we really got an article when we
10562 requested one.
10563
10564 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10565 doesn't exist.
10566
10567 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10568 nntp buffer so the agent can save it.
10569 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10570 that CRLF doesn't get translated to \n.
10571 (nnimap-open-connection): Don't make 'shell commands only send \n.
10572
10573 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10576 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10577 Update var name.
10578 (nnml-generate-nov-file): Use dolist.
10579 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10580 Use with-current-buffer.
10581
10582 2010-09-18 Julien Danjou <julien@danjou.info>
10583
10584 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10585 parallel.
10586
10587 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10588
10589 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10590 the range update right.
10591 (nnimap-request-group): Don't make `M-g' bug out on group with no
10592 marks.
10593 (nnoo): Require, so that other packages can require nnimap.
10594 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10595 command we're looking for. This helps when the server sends more
10596 responses after we've gotten everything we expected.
10597 (nnimap): Add a `newlinep' field to keep track of end-of-line
10598 conventions.
10599 Don't send CRLF to things that don't want it.
10600 (nnimap-request-accept-article): Ditto.
10601
10602 2010-09-18 Julien Danjou <julien@danjou.info>
10603
10604 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10605 than curl to retrieve images.
10606
10607 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10608
10609 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10610 the marks.
10611 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10612 (nnimap-wait-for-connection): New function.
10613 (nnimap-open-connection): If we have PREAUTH, don't query for login
10614 credentials.
10615 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10616 when doing a partial update.
10617
10618 2010-09-18 Julien Danjou <julien@danjou.info>
10619
10620 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10621 tags.
10622
10623 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10624
10625 * nnimap.el (nnimap-credentials): New function.
10626 (nnimap-open-connection): Use the new function to look for credentials
10627 also on the numeric equivalents of "imap" and "imaps".
10628
10629 * gnus-start.el (gnus-activate-group): Send the info to
10630 gnus-request-group.
10631
10632 * nnimap.el (nnimap-request-group): Have the "check" version of the
10633 function parse flags and update the info, so that a `M-g' get a total
10634 resync of all flags from the group.
10635
10636 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10637 to allow backends to alter the info on group selection. Also alter all
10638 the backend -request-group functions to take the parameter.
10639
10640 * nnimap.el (nnimap-store-info): New function.
10641 (nnimap-update-info): Store the info for later usage.
10642 (nnimap-request-group): Use the stored info for the dont-check case, so
10643 that we don't retrieve all marks when we enter a group.
10644
10645 * nnimap.el: Use deffoo instead of defun for interface functions.
10646
10647 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10648 update the group info. This makes the nndraft groups, for instance, go
10649 back to their old behavior.
10650
10651 * gnus-sum.el (gnus-select-newsgroup): Indent.
10652
10653 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10654 in.
10655 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10656 nothing.
10657
10658 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10659 from methods that are denied.
10660
10661 * gnus-int.el (gnus-method-denied-p): New function.
10662
10663 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10664 store the password instead of netrc.
10665 (nnimap-open-connection): Don't error out when we can't make a
10666 connections.
10667
10668 * auth-source.el (auth-source-create): In the password prompt, say what
10669 we're querying for. Also prompt for user name if that hasn't been
10670 given.
10671
10672 * nnimap.el (nnimap-with-process-buffer): Remove.
10673
10674 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10675
10676 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10677 method when we're reading from the agent.
10678
10679 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10680
10681 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10682 that's probably most useful for users.
10683
10684 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10685 "failed" all the time.
10686
10687 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10688 ...)) with (with-current-buffer ...).
10689
10690 * nntp.el (nntp-open-server): Return whether the open was successful or
10691 not.
10692
10693 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10694 select an unread unseen article first.
10695
10696 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10697 /etc/services, supply some sensible port defaults.
10698
10699 2010-09-17 Julien Danjou <julien@danjou.info>
10700
10701 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10702
10703 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10704
10705 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10706 doesn't have any parameters.
10707
10708 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10709
10710 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10711 only upcased checks.
10712
10713 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10714
10715 * nnimap.el (nnimap-open-shell-stream): New function.
10716 (nnimap-open-connection): Use it.
10717 (nnimap-transform-headers): Get the number of lines in each message.
10718 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10719 number of lines.
10720 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10721 problem.
10722
10723 * utf7.el (utf7-encode): Autoload.
10724
10725 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10726 to allow the mail splitting to not return a default group. This is
10727 useful for nnimap, which will leave unmatched mail in the inbox.
10728
10729 * nnimap.el: Rewritten.
10730
10731 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10732 nnimap usage.
10733
10734 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10735 if the move is internal, so that nnimap can do fast internal moves.
10736
10737 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10738 data.
10739 (gnus-read-active-for-groups): Support finishing the early retrieval of
10740 data.
10741
10742 * gnus-range.el (gnus-range-nconcat): New function.
10743
10744 * gnus-int.el (gnus-finish-retrieve-group-infos)
10745 (gnus-retrieve-group-data-early): New functions.
10746
10747 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10750 (nnrss-retrieve-groups):
10751 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10752 (pop3-quit): Use with-current-buffer.
10753
10754 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10755
10756 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10757 instead of nnheader-accept-process-output.
10758
10759 * gnus-html.el (gnus-html-schedule-image-fetching)
10760 (gnus-html-prefetch-images): Replace process-kill-without-query by
10761 gnus-set-process-query-on-exit-flag.
10762
10763 2010-09-16 Romain Francoise <romain@orebokech.com>
10764
10765 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10766
10767 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10768
10769 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10770 parameter to unintern is mandatory-ish in Emacs 24.
10771
10772 * gnus-html.el (gnus-html-schedule-image-fetching)
10773 (gnus-html-prefetch-images): Check for curl before using it.
10774
10775 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10776 depend on curl, which isn't essential.
10777
10778 * imap.el: Revert back to version
10779 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10780 seem problematic.
10781
10782 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10783
10784 * gnus-registry.el (gnus-registry-install-shortcuts):
10785 Explicitly pass `obarray' to `unintern' to avoid a warning.
10786
10787 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10788
10789 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10790 change.
10791
10792 * nnrss.el (nnrss-request-list): Remove this function and related
10793 functions, including the moreover stuff.
10794
10795 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10796
10797 * nnrss.el (nnrss-retrieve-groups): New function.
10798
10799 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * .dir-locals.el: Add no-byte-compile cookie.
10802
10803 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10804
10805 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10806 for back end that doesn't support request-scan.
10807
10808 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10809
10810 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10811 then do request scans from the backends.
10812
10813 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10814 avoid running a hook per line, since this takes a lot of time,
10815 profiling shows.
10816 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10817 directly if gnus-visual-p is true.
10818
10819 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10820
10821 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10822 groups; replace mapcar with dolist which is a bit faster; pass groups
10823 info to gnus-read-active-file-1.
10824 (gnus-read-active-file-1): Scan only specified groups if the new
10825 optional arg `infos' is given.
10826
10827 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10828
10829 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10830
10831 * pop3.el (pop3-movemail): Remove.
10832 (pop3-streaming-movemail): Rename to pop3-movemail.
10833
10834 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10835 don't restrict end-tag searches to the end of the line.
10836
10837 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10838
10839 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10840 articles of every unchecked group to t, which means unknown since the
10841 server has never been opened.
10842
10843 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10844
10845 * gnus-html.el (gnus-html-show-alt-text): New command.
10846 (gnus-html-browse-image): Ditto.
10847 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10848 to browse the image directly.
10849 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10850 better.
10851
10852 * gnus-async.el (gnus-async-article-callback):
10853 Call `gnus-html-prefetch-images' unconditionally.
10854
10855 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10856 before feeding URLs to curl.
10857
10858 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10859
10860 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10861 internal images as deletable by `W D D'.
10862
10863 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10864 (gnus-async-article-callback): Fix typo.
10865
10866 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10867
10868 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10869 current line to work around bugs in the output from w3m.
10870
10871 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10872 for groups that want that.
10873
10874 * nntp.el (nntp-wait-for-string): Supply a timeout for
10875 accept-process-output to ensure progress.
10876
10877 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10878 level to get unread articles from, then use that for foreign groups,
10879 too.
10880
10881 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10882 confuses the rest of the function.
10883
10884 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10885 for the methods that support -retrieve-groups, too.
10886
10887 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10888
10889 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * pop3.el: Require cl when compiling.
10892 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10893
10894 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10895
10896 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10897 that aren't going to be activated.
10898 (gnus-get-unread-articles): Fix up the last commit.
10899
10900 * gnus-html.el (gnus-article-html): Allow calling without specifying
10901 the handle. In that case, dissect the buffer first.
10902
10903 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10904
10905 * nnimap.el (nnimap-open-connection): Revert the change that would look
10906 into authinfo for imaps instead of imap.
10907
10908 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10909 say that you don't want to call gnus-request-group with don-check, but
10910 do check the response. This is for virtual groups only.
10911 (gnus-get-unread-articles): Count the archive groups as secondary, so
10912 that they're activated the same way as before.
10913
10914 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10915 case-insensitively.
10916 (nnimap-debug): Remove.
10917
10918 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10919 mail from a file, and the file doesn't exist.
10920
10921 * pop3.el (pop3-streaming-movemail): Return t for success.
10922
10923 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10924 .authinfo if we're using ssl connection.
10925
10926 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10927 already have if we're in a main Gnus `g' run.
10928
10929 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10930
10931 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10932
10933 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10934
10935 * nnmh.el (nnmh-request-list-1): Bind `file'.
10936
10937 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10938 alias to set-process-query-on-exit-flag or process-kill-without-query.
10939 (pop3-open-server): Use it.
10940
10941 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10942
10943 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10944 box to the Incoming file. Fixes mistake in previous checkin.
10945
10946 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10947 request loop (for debugging purposes) removed.
10948
10949 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10950 culprit is more visible.
10951 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10952 (nnml-add-incremental-nov): New functions to do "incremental" nov
10953 updates, where we just append to the end of the existing nov files
10954 without reading/writing them in full.
10955
10956 * mail-source.el (mail-source-delete-crash-box): Really only check the
10957 incoming files once in a while.
10958
10959 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10960
10961 * mail-source.el (mail-source-delete-crash-box): Only check the
10962 incoming files for deletion once per day to save a lot of file
10963 accesses.
10964
10965 * pop3.el (pop3-logon): Fix up unbound variable typo.
10966
10967 * mail-source.el (pop3-streaming-movemail): Autoload.
10968
10969 * pop3.el (pop3-streaming-movemail):
10970 Respect pop3-leave-mail-on-server.
10971
10972 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10973 retrieval.
10974
10975 * pop3.el (pop3-process-filter): Remove unused function.
10976 (pop3-streaming-movemail, pop3-send-streaming-command)
10977 (pop3-wait-for-messages, pop3-write-to-file)
10978 (pop3-number-of-responses): New functions for streaming pop3
10979 retrieval.
10980
10981 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10982 come from no known methods.
10983 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10984 list.
10985
10986 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10987 message sizes.
10988 (pop3-movemail): Use erase-buffer instead of looping and deleting
10989 regions, which seems rather odd.
10990
10991 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10992 file once per `g' run.
10993
10994 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10995 directories. This makes the draft queue directory work.
10996
10997 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10998 data from the backends, so that we only request the list of groups from
10999 each method once. This should speed things up considerably.
11000
11001 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11002 detect that it's not implemented.
11003
11004 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11005 we actually do recurse down into the tree, but don't stat all leaf
11006 nodes.
11007
11008 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11009 then say so instead of bugging out.
11010
11011 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11012 files exist before trying to read them.
11013
11014 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11015 around <pre_int>.
11016
11017 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11018
11019 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11020
11021 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11022
11023 * mm-util.el (mm-image-load-path): Just return the image directories,
11024 not all directories in the path in addition to the image directories.
11025 (mm-image-load-path): Maintain a cache of the image directories so that
11026 the `g' command in Gnus doesn't have to stat dozens of directories each
11027 time.
11028
11029 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11030 (gnus-html-wash-tags): Add a new `i' command to insert images.
11031 (gnus-html-insert-image): New command and keystroke.
11032 (gnus-html-redisplay-with-images): New command and keystroke.
11033 (gnus-html-show-images): Rename command.
11034 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11035 spacers.
11036 (gnus-html-wash-tags): Decode entities at the end, so that entities
11037 inside the tags don't mess up the rest of the "parsing".
11038
11039 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11040 so that nnimap methods aren't agentized by default. There's apparently
11041 many problems related to agent/imap behavior.
11042
11043 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11044
11045 * gnus-html.el: Doc fix.
11046
11047 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11048
11049 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11050 glyph-width and glyph-height instead of display-graphic-p and
11051 image-size; make avoidance of displaying small images work for XEmacs.
11052
11053 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11054 for XEmacs.
11055
11056 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11057 of symbol that holds plist data.
11058 (gnus-process-plist): Remove plist of process after getting it.
11059
11060 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11061
11062 * message.el (message-generate-hashcash): Change default to
11063 'opportunistic if hashcash is installed.
11064
11065 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11066 (gnus-html-put-image): Only call image-size once, since it's somewhat
11067 time-consuming on remote X servers.
11068
11069 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11070
11071 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11072 decoded contents.
11073 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11074
11075 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11076
11077 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11078 group line format, since it isn't very interesting.
11079
11080 * gnus-agent.el (gnus-agent-short-article),
11081 (gnus-agent-long-article): Increase values for these two variables,
11082 since most people are likely to have more network connection and
11083 storage than before.
11084
11085 * gnus.el (gnus-refer-article-method): Change default to 'current.
11086 When referring an article, the common behavior is to refer it from the
11087 current select method, not the native select method. The chances of
11088 the native select method having the message in question is rather slim
11089 these days.
11090
11091 * gnus-sum.el (gnus-auto-select-subject): Change default to
11092 `unseen-or-unread'. I think it's likely that most people want to
11093 select an unseen article over a previously seen, but unread one.
11094
11095 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11096 means that in the article buffer none of the minor mode elements will
11097 be shown, usually, and this is not desirable in most cases.
11098
11099 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11100 that commands like `d' (and the like) go to the next line in the
11101 buffer, instead of the next unread article. I think this is the
11102 behavior that is most natural for most users.
11103 (gnus-single-article-buffer): Change default to nil, so that people can
11104 have as many article buffers open as they have summary buffer. I think
11105 this is the most natural way for the groups to behave.
11106
11107 * message.el (message-generate-new-buffers): Change default to
11108 `unsent', so that all new message buffers start their names with the
11109 string "*unsent", and it's easier to find the buffers if you move from
11110 them.
11111
11112 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11113
11114 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11115 small. They're probably tracking images.
11116 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11117 (gnus-html-rescale-image): Yet another try at getting the image sizing
11118 right.
11119
11120 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11121 nntp-marks-file-name is nil.
11122
11123 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11124
11125 * gnus-html.el (gnus-html-wash-tags)
11126 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11127 Better logging.
11128
11129 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11130
11131 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11132
11133 * gnus-html.el (gnus-html-wash-tags): Check the value of
11134 gnus-blocked-images in the summary buffer.
11135
11136 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11137
11138 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11139
11140 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11141
11142 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11143 like "a", it seems like.
11144 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11145 since it needs to be picked from the correct buffer.
11146
11147 * nnwfm.el: Remove.
11148
11149 * nnlistserv.el: Remove.
11150
11151 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11152
11153 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11154 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11155
11156 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11157
11158 * nnkiboze.el: Remove.
11159
11160 * nndb.el: Remove.
11161
11162 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11163 alt text.
11164 (gnus-html-rescale-image): Try to get the rescaling logic right for
11165 images that are just wide and not tall.
11166
11167 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11168 overshadow variable bindings.
11169
11170 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11171
11172 * gnus-html.el (gnus-html-wash-tags)
11173 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11174 Add extra logging.
11175
11176 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11177
11178 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11179 (gnus-max-image-proportion): New variable.
11180 (gnus-html-rescale-image): New function.
11181 (gnus-html-put-image): Rescale images.
11182
11183 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 Fix up some byte-compiler warnings.
11186 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11187 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11188 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11189 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11190 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11191 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11192 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11193
11194 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * gnus-html.el (gnus-article-html): Decode contents by charset.
11197
11198 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11199
11200 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11201 (gnus-html-frame-width, gnus-blocked-images):
11202 * message.el (message-prune-recipient-rules): Add custom version.
11203 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11204
11205 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11206 functions.
11207
11208 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11209 gnus-process-get.
11210
11211 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11212
11213 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11214 instead of lsub directly.
11215
11216 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11217
11218 * nnwarchive.el: Remove.
11219
11220 * gnus-soup.el: Remove.
11221
11222 * nnsoup.el: Remove.
11223
11224 * nnultimate.el: Remove.
11225
11226 * gnus-html.el (gnus-blocked-images): New variable.
11227
11228 * message.el (message-prune-recipients): New function.
11229 (message-prune-recipient-rules): New variable.
11230
11231 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11232 guess whether a long line is natural text or not.
11233
11234 * gnus-html.el (gnus-html-schedule-image-fetching):
11235 Use gnus-process-plist and friends for compatibility.
11236
11237 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11238
11239 * gnus-html.el: Require packages that define macros used in this file.
11240 (gnus-article-mouse-face): Declare to silence byte-compiler.
11241 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11242 process-get.
11243 (gnus-html-put-image): Use plist-get to avoid getf.
11244 (gnus-html-prefetch-images): Use with-current-buffer.
11245
11246 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11247
11248 * gnus-ems.el: Provide compatibility functions for
11249 gnus-set-process-plist.
11250
11251 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11252 * gnus.el (gnus-valid-select-methods):
11253 * message.el (message-send-mail-partially-limit):
11254 * mm-decode.el (mm-text-html-renderer):
11255 * mml.el (mml-insert-mime-headers-always):
11256 * smiley.el (smiley-regexp-alist): Bump custom version.
11257
11258 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11259
11260 * gnus-html.el: Require mm-url.
11261 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11262 with the url to `url'.
11263 (gnus-html-wash-tags): Support cid: URLs/images.
11264
11265 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11266
11267 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11268 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11269 bindings, as they aren't useful at all. `w' is moved to `W w'.
11270
11271 * gnus-move.el: Remove file, since it doesn't really work.
11272
11273 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11274 UTF-8. This seems to fix problems with some German web feeds.
11275
11276 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11277 at the top so that the proper colors are applied.
11278
11279 * gnus-art.el (gnus-article-view-part): Doc fix.
11280
11281 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11282 XEmacs-compatible.
11283 (gnus-html-put-image): Don't do images on non-graphic displays.
11284
11285 * nnslashdot.el: Remove this unused backend.
11286
11287 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11288 actions.
11289 (gnus-undo-register-1): Revert last change.
11290
11291 * gnus-group.el (gnus-group-completing-read): Protect against not
11292 having completion-styles bound.
11293
11294 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11295 make broken recipients happier.
11296
11297 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11298
11299 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11300 point parameter.
11301
11302 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11303 completion-styles for group selection.
11304
11305 2009-02-04 Andreas Schwab <schwab@suse.de>
11306
11307 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11308 headers and regexp-quote the match if necessary.
11309
11310 2009-03-24 Miles Bader <miles@gnu.org>
11311
11312 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11313 the blinking smiley.
11314
11315 2009-03-24 Simon Josefsson <simon@josefsson.org>
11316
11317 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11318 blink smiley.
11319
11320 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11321
11322 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11323 where the dribbel file lives exists.
11324
11325 * message.el (message-send-mail-partially-limit): Change the default to
11326 nil, since most people don't want this.
11327
11328 * mm-url.el (mm-url-decode-entities): Also decode entities like
11329 &#x3212.
11330
11331 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11332
11333 * gnus-sum.el (gnus-summary-idna-message):
11334 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11335 Hyperlink urls in docstrings with URL `...'.
11336
11337 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11338
11339 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11340 functions.
11341
11342 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11343
11344 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11345 say what the mouseover text should be.
11346
11347 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11348 version of the mm-w3m-safe-url-regexp variable to only download images
11349 in the groups where we want that to happen.
11350
11351 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11352
11353 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11354 easier debugging.
11355 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11356 big pictures in the article buffer.
11357
11358 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11359 gnus-article-html.
11360 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11361 w3m.
11362
11363 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11364
11365 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11366
11367 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11368 which doesn't exist.
11369
11370 * message.el (message-inhibit-ecomplete): New variable to allow some
11371 function to inhibit ecomplete address storage.
11372 (message-resend): Disable ecomplete message storage when resending
11373 messages.
11374
11375 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11376
11377 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11378
11379 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11380 Save excursion while copying, moving, and deleting articles in order to
11381 prevent the cursor from jumping to unforeseen place.
11382
11383 2010-08-17 Glenn Morris <rgm@gnu.org>
11384
11385 * gnus-sync.el: Require gnus components whose functions are used.
11386
11387 * gnus-art.el (bookmark-make-record-function):
11388 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11389 Declare for compiler.
11390
11391 * mm-url.el (mml-compute-boundary): Autoload.
11392
11393 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11396
11397 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11398
11399 Typo fix "hoo4a" -> "hook".
11400
11401 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11402
11403 2010-08-14 Glenn Morris <rgm@gnu.org>
11404
11405 * gnus-sync.el (gnus-sync): Fix defgroup version.
11406
11407 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11408
11409 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11410
11411 * gnus-sync.el: Fix docs.
11412 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11413 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11414
11415 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11416
11417 Optimizations for gnus-sync.el.
11418
11419 * gnus-sync.el: Add docs about gnus-sync-backend
11420 possibilities.
11421 (gnus-sync-save): Remove unnecessary message.
11422 (gnus-sync-read): Optimize and show what groups were skipped.
11423
11424 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11425
11426 Minor bug fixes for gnus-sync.el.
11427
11428 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11429 Don't read the sync on get-new-news.
11430
11431 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11432 quiet.
11433
11434 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11435 (fix typo).
11436
11437 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11438
11439 Make saving and restoring of hidden threads work with overlays.
11440 Patch applied by Ted Zlatanov.
11441
11442 * gnus-sum.el (gnus-hidden-threads-configuration)
11443 (gnus-restore-hidden-threads-configuration): Update to deal with text
11444 properties, rather than searching for a magic character.
11445
11446 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11447
11448 New gnus-sync.el library for synchronization of marks.
11449
11450 * gnus-sync.el: New library for synchronization of marks.
11451
11452 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11453 renamed from `gnus-registry-grep-in-list'.
11454
11455 * gnus-registry.el (gnus-registry-follow-group-p):
11456 Use `gnus-grep-in-list'.
11457
11458 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11459
11460 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11461
11462 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11463 determining charset of text fails.
11464
11465 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11466
11467 * nnmail.el (nnmail-get-new-mail-1): Revert.
11468
11469 * nnml.el (nnml-active-number): Make sure names of newly created groups
11470 in nnml-group-alist are encoded.
11471
11472 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11475 containing non-ASCII characters in active file for nnml back end.
11476
11477 2010-07-24 David Engster <dengste@eml.cc>
11478
11479 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11480 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11481
11482 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11483
11484 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11485 tag (Bug#6654).
11486
11487 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11490 the article buffer, not the summary buffer.
11491
11492 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11495 Emacs 23 as well.
11496
11497 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11498
11499 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11500 Patch applied by Karl Fogel.
11501
11502 * gnus-sum.el (gnus-summary-bookmark-make-record):
11503 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11504
11505 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11506
11507 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11508 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11509 C-w still not working correctly from Article buffers; Thierry's
11510 patch to fix that will be applied after this.
11511
11512 * gnus-art.el (bookmark-make-record-function): New local variable.
11513
11514 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11515 article buffer.
11516 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11517
11518 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11519
11520 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11521 on changes in bookmark.el.
11522
11523 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11524
11525 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11526 the *other* type of HTML form submission.
11527
11528 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11529
11530 * auth-source.el (auth-source-pick): If choice does not contain a
11531 questioned keyword, set the check to t.
11532
11533 2010-06-12 Romain Francoise <romain@orebokech.com>
11534
11535 * gnus-util.el (gnus-date-get-time): Move up before first use.
11536
11537 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11538
11539 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11540 (gnus-article-edit-part): Bind it to make last part that is substituted
11541 or deleted visible.
11542 (gnus-mime-display-single): Buttonize part of which id equals to
11543 gnus-mime-buttonized-part-id.
11544
11545 2010-06-10 Dan Christensen <jdc@uwo.ca>
11546
11547 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11548 (gnus-dd-mmm): Use gnus-date-get-time.
11549 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11550 simplify logic.
11551 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11552 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11553
11554 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11555
11556 * auth-source.el (top): Autoload `secrets-list-collections',
11557 `secrets-create-item', `secrets-delete-item'.
11558 (auth-sources): Fix tag string.
11559 (auth-get-source, auth-source-retrieve, auth-source-create)
11560 (auth-source-delete): New defuns.
11561 (auth-source-pick): Rewrite in order to avoid 2 passes.
11562 (auth-source-forget-user-or-password): New parameter USERNAME.
11563 (auth-source-user-or-password): New parameters CREATE-MISSING and
11564 DELETE-EXISTING. Retrieve password interactively, if needed.
11565
11566 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11567
11568 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11569 deleting unused directories when gnus-expert-user is t.
11570
11571 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11574 for each temp file when gnus-article-browse-delete-temp is ask.
11575
11576 2010-05-20 Kevin Ryde <user42@zip.com.au>
11577
11578 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11579
11580 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11581
11582 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11583 article unless decoding article to be saved.
11584
11585 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11586
11587 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11588 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11589 generated within the mm-with-unibyte-current-buffer macro.
11590
11591 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11592
11593 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11594 to nil when we're in a mml-preview buffer and no group is selected.
11595
11596 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11597
11598 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11599 when catching the `C-g'. Reported by "Leo".
11600
11601 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * message.el (message-forward-make-body-plain)
11604 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11605 multibyte-string-p.
11606
11607 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * message.el (message-forward-make-body-mml): Assume original message
11610 is multibyte string; error on unibyte.
11611 (message-forward-make-body-plain): Ditto; don't add excessive newline
11612 in body end.
11613
11614 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11615
11616 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11617 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11618
11619 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11620
11621 * mm-extern.el (mm-extern-url): Don't use
11622 mm-with-unibyte-current-buffer.
11623 (mm-extern-cache-contents): Use with-current-buffer instead of
11624 save-excursion + set-buffer.
11625
11626 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11627
11628 * mm-util.el (mm-emacs-mule): Remove.
11629
11630 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11631
11632 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11633 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11634 change.
11635
11636 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11637
11638 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11639 bind the default value of enable-multibyte-characters to nil.
11640
11641 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11642
11643 * message.el (message-forward-make-body-plain)
11644 (message-forward-make-body-mml):
11645 Don't use mm-with-unibyte-current-buffer.
11646
11647 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11648
11649 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11650 (Bug#5592).
11651
11652 2010-05-07 Julien Danjou <julien@danjou.info>
11653
11654 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11655 it to mm-pipe-part.
11656
11657 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11658 it is given.
11659
11660 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11661
11662 * nnweb.el (nnweb-gmane-search):
11663 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11664 XEmacs.
11665
11666 * gnus-art.el (gnus-article-browse-html-parts):
11667 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11668 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11669 make-temp-file.
11670
11671 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11672 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11673 compiling.
11674
11675 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11676 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11677 XEmacs when compiling.
11678
11679 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11680 gnus-pick-mode-off-hook for XEmacs when compiling.
11681 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11682 gnus-binary-mode-off-hook for XEmacs when compiling.
11683
11684 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11685 Return nil if char-charset is not available.
11686
11687 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11688 macro.
11689
11690 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11691 instead of encode-coding-string.
11692
11693 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11694 'xemacs) instead of mm-emacs-mule to switch function definitions.
11695 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11696
11697 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11698
11699 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11700
11701 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11702
11703 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11704 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11705
11706 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11709 alias `jka-compr-delete-temp-file' no longer exists.
11710
11711 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 Use define-minor-mode in Gnus where applicable.
11714 * mml.el (mml-mode): Use define-minor-mode.
11715 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11716 (gnus-undo-mode): Use define-minor-mode.
11717 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11718 (gnus-dead-summary-mode): Use define-minor-mode.
11719 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11720 Initialize in declaration.
11721 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11722 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11723 (gnus-mailing-list-mode): Use define-minor-mode.
11724 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11725 (gnus-draft-mode): Use define-minor-mode.
11726 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11727 (gnus-dired-mode): Use define-minor-mode.
11728
11729 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11730
11731 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11732 handles on recursive mml-to-mime translation and check them for
11733 boundary delimiter collisions. Reported by Greg Troxel.
11734
11735 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11738
11739 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * mm-util.el (mm-find-buffer-file-coding-system):
11742 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11743
11744 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11745
11746 * message.el (message-generate-headers): Record insertion of optional
11747 headers as well. Otherwise the check to prevent repeated insertion of
11748 optional headers is a no-op.
11749
11750 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11751
11752 * smime.el: Don't mention CVS.
11753
11754 * nnrss.el (nnrss-fetch): Don't mention CVS.
11755
11756 * nnir.el: Don't mention CVS.
11757
11758 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * gnus-sum.el (gnus-summary-bookmark-make-record):
11761 Add `location' field.
11762
11763 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11766 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11767 Use with-current-buffer to silence the byte-compiler.
11768 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11769 bother to require `gnus'.
11770 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11771
11772 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11773
11774 * gnus-sum.el (gnus-summary-bookmark-make-record)
11775 (gnus-summary-bookmark-jump): New functions.
11776 (gnus-summary-mode): Setup bookmark support.
11777
11778 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11779
11780 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11781 if set.
11782
11783 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11784
11785 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11786 gnus-article-browse-html-save-cid-image; make it work recursively for
11787 forwarded messages as well.
11788 (gnus-article-browse-html-parts): Work when prefix arg is given.
11789 (gnus-article-browse-html-article): Doc fix.
11790
11791 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11792
11793 * message.el (message-default-mail-headers)
11794 (message-default-headers): Carry the value mail-default-headers over
11795 into message-default-mail-headers, rather than message-default-headers.
11796
11797 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11798
11799 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11800 charset.
11801
11802 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11803 charset into the <meta> tag when the article is encoded to utf-8.
11804
11805 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11806
11807 * gnus-art.el (gnus-article-browse-delete-temp-files):
11808 Delete directories as well.
11809 (gnus-article-browse-html-parts): Work for images that do not specify
11810 file names; delete temp directory when quitting; insert header at the
11811 right place; use file: scheme for image files.
11812
11813 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11814
11815 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11816 (gnus-article-browse-html-parts): Use it to make temporary cid image
11817 files in addition to html file so that browser may display them.
11818
11819 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11820
11821 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11822
11823 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11824
11825 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11826
11827 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11828
11829 * auth-source.el (auth-sources): Change default to be simpler.
11830 Explain about Secret Service API sources. Improve Customize options.
11831 (auth-source-pick): Change to accept any number of search parameters.
11832 Implement fallbacks iteratively, not recursively. Add scoring on the
11833 second pass and sort by score. Call Secret Service API when needed.
11834 (auth-source-user-or-password): Use it. Call Secret Service API
11835 directly when needed to get the user name and the password.
11836
11837 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11838
11839 * message.el (message-interactive): Doc fix.
11840 (message-qmail-inject-args): Reflow.
11841 (message-kill-to-signature): Fix typo in docstring.
11842
11843 * smiley.el (smiley-buffer): Fix typo in docstring.
11844
11845 2010-03-24 Glenn Morris <rgm@gnu.org>
11846
11847 * mail-source.el (gnus-message): Declare.
11848 (mail-source-delete-old-incoming): Require gnus-util.
11849
11850 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11851
11852 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11853
11854 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11855
11856 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11857 password-cache's default if it is not bound.
11858 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11859 password-cache-expiry's default if it is not bound.
11860
11861 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11862 available in Emacs 21.
11863
11864 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11865
11866 * auth-source.el (auth-sources): Fix up definition so extra parameters
11867 are always inline.
11868
11869 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11870
11871 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11872 wasn't updated after mismatch. Clear cached mailbox info correctly
11873 when uidvalidity changes.
11874 (nnimap-group-prefixed-name): New function to avoid some code
11875 duplication.
11876 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11877 (nnimap-request-group): Use it.
11878 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11879 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11880 with many imap folders. This is done by caching the group status from
11881 the imap server persistently in a group parameter `imap-status'. (This
11882 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11883 but not persistently, so every Gnus startup was still very slow.)
11884
11885 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11886
11887 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11888 secrets.el dependency.
11889 (auth-sources): Add optional user name. Add secrets.el configuration
11890 choice (unused right now).
11891
11892 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11893
11894 * gnus-sum.el (gnus-summary-make-menu-bar):
11895 Let `gnus-registry-install-shortcuts' fill in the functions.
11896
11897 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11898 warnings.
11899 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11900 (gnus-registry-install-shortcuts): Populate and use it in a
11901 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11902
11903 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11904
11905 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11906 In-place substitutions for the group name encoding/decoding.
11907 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11908 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11909 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11910 (nnimap-update-unseen, nnimap-request-list)
11911 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11912 (nnimap-request-set-mark, nnimap-split-to-groups)
11913 (nnimap-split-articles, nnimap-request-newgroups)
11914 (nnimap-request-create-group, nnimap-request-accept-article)
11915 (nnimap-request-delete-group, nnimap-request-rename-group)
11916 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11917 `encoded-mbx' for consistency.
11918 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11919 variable `imap-current-mailbox'.
11920
11921 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11922 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11923
11924 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11925
11926 * pop3.el (pop3-display-message-size-flag): Display message size byte
11927 counts during POP3 download.
11928 (pop3-movemail): Use it.
11929 (pop3-list): Implement listing of available messages.
11930
11931 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11932
11933 * nnir.el (nnir-get-article-nov-override-function): New function to
11934 override the normal NOV retrieval.
11935 (nnir-retrieve-headers): Use it.
11936
11937 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11938
11939 * auth-source.el (netrc-machine-user-or-password): Autoload.
11940
11941 2010-03-19 Glenn Morris <rgm@gnu.org>
11942
11943 Stop message.el from loading about 40 libraries it doesn't always need.
11944 The general approach is to autoload rather than require, and to
11945 require in the specific functions rather than the file. (Bug#5642)
11946
11947 * gmm-utils.el: Don't require wid-edit.
11948 (widget-create-child-value, widget-convert, widget-default-get):
11949 Autoload.
11950
11951 * gnus-util.el: Don't require time-date, netrc.
11952 (message-fetch-field, gnus-group-name-decode): Declare rather than
11953 autoloading.
11954 (gnus-fetch-field): Require message.
11955 (gnus-decode-newsgroups): Require gnus-group.
11956
11957 * ietf-drums.el: Don't require time-date.
11958
11959 * message.el: Don't require hashcash, canlock, ecomplete.
11960 Do require mail-utils. Require nnheader only when compiling.
11961 (smtpmail-default-smtp-server): Remove declaration.
11962 (message-send-mail-function): Check smtpmail-default-smtp-server
11963 is bound rather than requiring smtpmail.
11964 (message-auto-save-directory, message-insert-signature):
11965 Use expand-file-name rather than nnheader-concat.
11966 (nnheader-insert-file-contents): Autoload.
11967 (hashcash-wait-async): Declare.
11968 (message-send-mail): Only call gnus-setup-posting-charset if
11969 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11970 (message-send-mail-with-sendmail): Require sendmail.
11971 (canlock-password, canlock-password-for-verify): Declare.
11972 (message-canlock-password): Require canlock.
11973 (nnheader-get-report): Autoload.
11974 (gnus-setup-posting-charset): Declare.
11975 (message-send-news): Require gnus-msg.
11976 (message-make-references, message-make-in-reply-to): Use mail-header-id
11977 rather than the alias mail-header-message-id.
11978 (ecomplete-add-item, ecomplete-save): Declare.
11979 (message-put-addresses-in-ecomplete): Require ecomplete.
11980 (ecomplete-display-matches): Autoload.
11981
11982 * mm-decode.el: Don't require mailcap, gnus-util.
11983 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11984 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11985 Autoload.
11986 (mailcap-mime-extensions): Declare.
11987
11988 * mm-encode.el: Don't require mailcap.
11989 (mailcap-extension-to-mime): Autoload.
11990
11991 * mml-sec.el: Don't require password-cache.
11992
11993 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11994 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11995 (mml-minibuffer-read-type): Require mailcap.
11996 (mml-preview): Require gnus-msg.
11997
11998 * mml1991.el: Require password-cache.
11999 (password-cache-expiry): Remove declaration.
12000
12001 * mml2015.el: Require password-cache.
12002 (password-cache-expiry): Remove declaration.
12003
12004 * nneething.el (mailcap): Require mailcap.
12005
12006 * nnheader.el (declare-function): Add compatibility stub.
12007 (message-remove-header): Declare rather than autoload.
12008 (nnheader-replace-header): Require message.
12009
12010 * nnimap.el (declare-function): Add compatibility stub.
12011 (netrc-parse, netrc-machine-user-or-password): Declare.
12012 (nnimap-open-connection): Require netrc.
12013
12014 * nntp.el (declare-function): Add compatibility stub.
12015 (netrc-parse, netrc-machine, netrc-get): Declare.
12016 (nntp-send-authinfo): Require netrc.
12017
12018 * rfc2047.el: Don't require qp.
12019 (quoted-printable-encode-region, quoted-printable-decode-string):
12020 Autoload.
12021
12022 * sieve-mode.el: Don't require easymenu.
12023 (easy-menu-add-item): Autoload it.
12024
12025 * spam-stat.el (time-to-number-of-days): Autoload it.
12026
12027 2010-03-17 Kevin Ryde <user42@zip.com.au>
12028
12029 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12030 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12031 value if any backslash escapes).
12032
12033 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12034
12035 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12036 if it is available. (bug#5647)
12037
12038 2010-02-26 Glenn Morris <rgm@gnu.org>
12039
12040 * message.el (message-send-mail-function): Change the default, so that
12041 it inherits from a customized send-mail-function. (Bug#5643)
12042
12043 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12046 shell-command-to-string signals an error (bug#5299).
12047
12048 2010-02-24 Glenn Morris <rgm@gnu.org>
12049
12050 * message.el (message-smtpmail-send-it)
12051 (message-send-mail-with-mailclient): Doc fixes.
12052
12053 2010-02-16 Glenn Morris <rgm@gnu.org>
12054
12055 * message.el (message-default-mail-headers): Change the default value
12056 to ease the transition from mail-mode to message-mode. (Bug#5555)
12057
12058 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12059
12060 * message.el (message-mail): Just pass yank-action on to message-setup.
12061 (message-setup): Handle (FUN . ARGS) form of yank-action.
12062 (message-with-reply-buffer, message-widen-reply)
12063 (message-yank-original): Handle non-buffer values of
12064 message-reply-buffer (Bug#4080).
12065 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12066
12067 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12068
12069 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12070 Fix typo in docstring.
12071
12072 2010-01-08 Jason Rumney <jasonr@gnu.org>
12073
12074 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12075 response.
12076
12077 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12078
12079 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12080
12081 * message.el (message-check-news-header-syntax): Protect against a
12082 string that `rfc822-addresses' returns when parsing fails.
12083
12084 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12085
12086 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12087 (gnus-previous-char-property-change): New functions.
12088
12089 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12090
12091 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12092
12093 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12094 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12095
12096 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12097
12098 * message.el (message-exchange-point-and-mark): Rework last change to
12099 avoid using optional arg of exchange-point-and-mark, for backward
12100 compatibility.
12101
12102 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12103
12104 * message.el (message-exchange-point-and-mark):
12105 Call exchange-point-and-mark with an argument rather than setting
12106 mark-active by hand (Bug#5175).
12107
12108 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12109
12110 * nntp.el (nntp-service-to-port): Work for service expressed with
12111 numeric string; replace [:digit:] with [0-9] for XEmacs.
12112
12113 2009-12-17 Glenn Morris <rgm@gnu.org>
12114
12115 * gnus-group.el (gnus-bug-group-download-format-alist):
12116 Change emacs entry to debbugs.gnu.org. Bump :version.
12117
12118 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12119
12120 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12121
12122 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12123
12124 * message.el (message-info): Explain why we use `Info-goto-node'.
12125
12126 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12127
12128 * message.el (message-completion-in-region): New compatibility function.
12129 (message-expand-group): Use it.
12130
12131 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12132
12133 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12134 with no unread article should be listed if the 2nd arg `predicate' is
12135 given.
12136
12137 2009-11-29 Juri Linkov <juri@jurta.org>
12138
12139 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12140 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12141 on `gnus-recenter'. (Bug#4698, Bug#4981)
12142
12143 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12144
12145 * message.el (message-from-style, message-interactive)
12146 (message-signature): Always set default values from the corresponding
12147 mail-* variables.
12148 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12149 (message-yank-prefix, message-indentation-spaces)
12150 (message-signature-file, message-default-headers): Use boundp rather
12151 than (featurep 'xemacs) to check if the corresponding mail-* variables
12152 exist.
12153
12154 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12155
12156 * message.el (message-send-mail-with-sendmail): Revert last change.
12157
12158 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12159
12160 * message.el (message-from-style, message-interactive)
12161 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12162 (message-yank-prefix, message-indentation-spaces, message-signature)
12163 (message-signature-file, message-default-headers): For GNU Emacs, set
12164 default values from the corresponding mail-* variables.
12165 (message-send-mail-with-sendmail): Use envelope-from only if
12166 mail-specify-envelope-from is non-nil.
12167
12168 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12169
12170 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12171 containing tspecial characters if they have been already quoted.
12172
12173 2009-10-24 Glenn Morris <rgm@gnu.org>
12174
12175 * gnus-art.el (help-xref-stack-item): Define for compiler.
12176
12177 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12178
12179 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12180
12181 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12184 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12185
12186 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12187
12188 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12189 (gnus-overlays-in): New alias to overlays-in.
12190
12191 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12192 gnus-overlay-get, and gnus-delete-overlay.
12193 (gnus-summary-show-thread): Make it work as well for systems in which
12194 next-single-char-property-change is not available.
12195 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12196
12197 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12198
12199 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12200
12201 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12202
12203 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12204 and XEmacs that don't have `remove-overlays'.
12205
12206 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12209 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12210 selective display. Use overlays instead.
12211
12212 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12213
12214 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12215
12216 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * spam-stat.el (spam-stat-load): Fix typo in message.
12219
12220 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12221
12222 * gnus-art.el (gnus-article-encrypt-body):
12223 * message.el (message-check-recipients):
12224 * mm-util.el (mm-codepage-setup):
12225 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12226 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12227
12228 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12229
12230 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12231 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12232 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12233 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12234 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12235
12236 2009-09-18 Glenn Morris <rgm@gnu.org>
12237
12238 * gnus-diary.el (gnus-diary-check-message):
12239 * message.el (message-insert-formatted-citation-line):
12240 * nnbabyl.el (top-level):
12241 * nndiary.el (nndiary-schedule):
12242 Fix typos in condition-case handlers.
12243
12244 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12245
12246 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12247 configuration that provides the sole article window in a frame;
12248 position point correctly after deleting a part.
12249
12250 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12251
12252 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12253 (spam-resolve-registrations-routine): Use it to unregister articles
12254 that change status.
12255
12256 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12257
12258 * nnrss.el (nnrss-request-article): Remove binding of
12259 default-enable-multibyte-characters that has gotten needless by
12260 the 2007-07-13 change in rfc2047-encode-message-header.
12261
12262 * mml.el (mml-insert-multipart): Error on the message header.
12263 (mml-insert-part): Error on the message header; position point at
12264 the end of a MIME tag.
12265
12266 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12267
12268 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12269 (gnus-float-time): Alias to float-time if it exists.
12270
12271 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12272 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12273 float-time is available; suppress compile warning for time-to-seconds.
12274
12275 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12276
12277 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12278 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12279 Add the optional argument `encoding' that overrides the default.
12280
12281 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12282 mm-encode-buffer.
12283
12284 2009-09-04 Glenn Morris <rgm@gnu.org>
12285
12286 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12287 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12288 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12289 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12290 * mm-util.el (mm-with-unibyte-current-buffer)
12291 (mm-find-buffer-file-coding-system):
12292 * yenc.el (yenc-decode-region): Use default-value rather than
12293 default-enable-multibyte-characters.
12294
12295 2009-09-03 Glenn Morris <rgm@gnu.org>
12296
12297 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12298 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12299 than default-enable-multibyte-characters.
12300
12301 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12302
12303 * gnus-art.el (gnus-article-read-summary-keys):
12304 Fix gnus-buffer-configuration's value temporarily used.
12305
12306 2009-09-02 Glenn Morris <rgm@gnu.org>
12307
12308 * gnus-util.el (gnus-float-time): New function.
12309 * gnus-delay.el (gnus-delay-article):
12310 * gnus-sum.el (gnus-thread-latest-date):
12311 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12312 * nnspool.el (nnspool-request-newgroups):
12313 Use gnus-float-time rather than time-to-seconds.
12314 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12315
12316 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12317 (gnus-header-subject-face, gnus-header-newsgroups-face)
12318 (gnus-header-name-face, gnus-header-content-face):
12319 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12320 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12321 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12322 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12323 (gnus-cite-face-11):
12324 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12325 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12326 (gnus-server-closed-face, gnus-server-denied-face)
12327 (gnus-server-offline-face):
12328 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12329 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12330 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12331 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12332 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12333 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12334 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12335 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12336 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12337 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12338 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12339 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12340 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12341 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12342 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12343 (gnus-summary-high-undownloaded-face)
12344 (gnus-summary-low-undownloaded-face)
12345 (gnus-summary-normal-undownloaded-face)
12346 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12347 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12348 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12349 (gnus-splash-face):
12350 * message.el (message-header-to-face, message-header-cc-face)
12351 (message-header-subject-face, message-header-newsgroups-face)
12352 (message-header-other-face, message-header-name-face)
12353 (message-header-xheader-face, message-separator-face)
12354 (message-cited-text-face, message-mml-face):
12355 * sieve-mode.el (sieve-control-commands-face)
12356 (sieve-action-commands-face, sieve-test-commands-face)
12357 (sieve-tagged-arguments-face):
12358 * spam.el (spam-face):
12359 Mark face aliases with "-face" in the name as obsolete.
12360
12361 2009-09-01 Glenn Morris <rgm@gnu.org>
12362
12363 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12364 than goto-line.
12365
12366 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12369 Don't move point if the command is invoked inside the message header.
12370
12371 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12372
12373 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12374 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12375 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12376 * nnir.el (nnir-swish-e-index-file):
12377 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12378 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12379 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12380 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12381 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12382 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12383
12384 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12385
12386 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12387 Don't save excursion.
12388
12389 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12390
12391 * nnheader.el (nnheader-find-file-noselect):
12392 * mm-util.el (mm-insert-file-contents):
12393 Use (default-value 'major-mode) instead of default-major-mode.
12394
12395 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12398
12399 2009-08-25 Glenn Morris <rgm@gnu.org>
12400
12401 * nnir.el (top-level): Don't require cl at run-time.
12402 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12403 Replace cl-function substitute with gnus-replace-in-string.
12404 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12405 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12406 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12407 simplified expansions.
12408
12409 2009-08-22 Glenn Morris <rgm@gnu.org>
12410
12411 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12412 goto-line.
12413
12414 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12417
12418 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12419 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12420 (gnus-mm-display-part, gnus-mime-display-single)
12421 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12422 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12423
12424 * gnus-sum.el
12425 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12426 (gnus-summary-move-article): Add expirable mark to articles copied or
12427 moved to group that has auto-expire turned on if the option is non-nil.
12428
12429 2009-07-24 Glenn Morris <rgm@gnu.org>
12430
12431 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12432 Fix typo. (Bug#3903)
12433
12434 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12435
12436 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12437 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12438 that should not be used for draft articles.
12439 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12440 that has no concern in minor mode keys.
12441 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12442 Abolish.
12443
12444 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12445
12446 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12447 article without making inquiry to a user for unknown encoding.
12448
12449 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12450 (nnmaildir--scan): Assume i-node and device number that file-attributes
12451 returns might be cons-cell.
12452
12453 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12454
12455 * auth-source.el: Remove docs now in auth.texi. Don't use
12456 `gnus-message' for logging. Add new variables `auth-source-debug' and
12457 `auth-source-hide-passwords' and use them.
12458
12459 2009-07-15 Glenn Morris <rgm@gnu.org>
12460
12461 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12462
12463 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12464
12465 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12466 excessive whitespace from the default values of title and description.
12467
12468 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12471 mail-fetch-field to fetch Content-Description header in order to
12472 exclude newlines.
12473
12474 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12475
12476 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12477 to deleted part.
12478
12479 2009-05-30 David Engster <dengste@eml.cc>
12480
12481 * nnmairix.el: Remove old documentation in the commentary block.
12482 (nnmairix-request-group): Do not update active file for nnml back ends.
12483 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12484 end so that overview files are ignored.
12485 (nnmairix-update-groups): Make updating the groups more robust by using
12486 marks.
12487 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12488 with dollar characters in message-id.
12489
12490 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12491
12492 * spam.el: Use dns-query instead of query-dns. Was renamed on
12493 2008-12-25 in dns.el.
12494
12495 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12496
12497 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12498 could happen if the text is only composed of spaces and/or tabs.
12499
12500 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12501
12502 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12503 when sending a queued message to avoid extra mml tags.
12504
12505 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12506
12507 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12508
12509 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12510
12511 * gnus-dired.el: Remove autoload for gnus-setup-message.
12512 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12513 displaying Gnus logo; always use compose-mail.
12514
12515 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12516
12517 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12518
12519 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12522 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12523 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12524 available.
12525 (gnus-nocem-epg-verify): New function.
12526
12527 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12528
12529 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12530
12531 2009-02-15 Glenn Morris <rgm@gnu.org>
12532
12533 * gnus-util.el (rmail-insert-rmail-file-header)
12534 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12535 autoloads.
12536 (rmail-default-rmail-file): Remove unnecessary declaration.
12537 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12538
12539 2009-02-14 Glenn Morris <rgm@gnu.org>
12540
12541 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12542 variable (only used in gnus-util, which declares it anyway).
12543 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12544 which was only needed by gnus-art (changed to not use it any more).
12545 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12546 only used in gnus-util, which autoloads it itself.
12547 (rmail-update-summary): Fix autoload.
12548
12549 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12550 rather than rmail-output-to-rmail-file.
12551
12552 2009-02-07 Glenn Morris <rgm@gnu.org>
12553
12554 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12555 autoload of function that no longer exists.
12556 (rmail-toggle-header): Declare.
12557 (message-forward-rmail-make-body): Handle mbox Rmail.
12558
12559 2009-01-31 Glenn Morris <rgm@gnu.org>
12560
12561 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12562 2009-01-09 change.
12563
12564 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12565
12566 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12567 (auth-source-forget-all-cached): New convenience function.
12568 (auth-source-user-or-password): Accept list of modes or a single mode.
12569
12570 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12571 auth-source modes.
12572
12573 * nnimap.el (nnimap-open-connection): Use list of
12574 auth-source modes.
12575
12576 * nntp.el (nntp-send-authinfo): Use list of
12577 auth-source modes.
12578
12579 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12580
12581 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12582 now.
12583
12584 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12585
12586 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12587 coding system in XEmacs; add a workaround for XEmacs.
12588
12589 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12590
12591 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12592 of current-language-environment.
12593
12594 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12595
12596 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12597 available at runtime.
12598
12599 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12600
12601 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12602
12603 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12604
12605 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12606 the greatest positive fixnum value doesn't work under an XEmacs with
12607 bignum support; use the most-positive-fixnum constant instead,
12608 available since Emacs 21.1 with cl and XEmacs 21.1.
12609
12610 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12611
12612 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12613 XEmacs gets not to work.
12614
12615 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12616
12617 * mm-util.el (mm-coding-system-priorities): Allow the value like
12618 "Japanese (UTF-8)" of current-language-environment.
12619
12620 2009-01-09 Glenn Morris <rgm@gnu.org>
12621
12622 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12623 with last-command-event.
12624
12625 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12626
12627 * message.el (message-fix-before-sending): Amend comment.
12628
12629 2009-01-07 David Engster <dengste@eml.cc>
12630
12631 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12632 simplified server definitions by converting it via
12633 gnus-server-to-method.
12634
12635 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12636
12637 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12638 parameter's operands.
12639
12640 2009-01-06 David Engster <dengste@eml.cc>
12641
12642 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12643 primary select method (for gnus-group-mark-article-as-read).
12644
12645 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12646
12647 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12648 `(gnus)Face', not `(gnus)X-Face'.
12649
12650 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12651
12652 * mm-util.el (mm-ucs-to-char): New function.
12653
12654 * mm-url.el (mm-url-decode-entities): Use it.
12655
12656 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12657
12658 * message.el (message-fix-before-sending): Add `eight-bit' to
12659 illegible-text check.
12660
12661 2009-01-03 Michael Olson <mwolson@gnu.org>
12662
12663 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12664 `headers' is nil. This can occur if the IMAP server does not have
12665 permissions to read messages from a folder, but can write new messages
12666 to the folder.
12667 (nnimap-request-article-part): Do not insert `data' if it is nil.
12668
12669 2009-01-01 Dave Love <fx@gnu.org>
12670
12671 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12672
12673 * nnimap.el: Fix author email.
12674 (nnimap-split-rule): Add FIXME comment.
12675 (nnimap-debug): Fix doc string.
12676
12677 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12678
12679 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12680 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12681 to check if those variables exist (first appeared in Emacs 18.50).
12682
12683 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12684
12685 * mm-util.el (mm-line-number-at-pos): New function.
12686
12687 * spam-report.el (spam-report-process-queue): Use it.
12688
12689 2008-12-24 David Engster <dengste@eml.cc>
12690
12691 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12692 parameters that haven't existed as variables as buffer-local variables.
12693
12694 2008-12-23 Dave Love <fx@gnu.org>
12695
12696 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12697 cadar.
12698
12699 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12700 imap-starttls-p.
12701 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12702
12703 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12704
12705 * spam-report.el (spam-report-gmane-max-requests): New constant.
12706 (spam-report-gmane-wait): New variable.
12707 (spam-report-gmane-ham, spam-report-gmane-spam)
12708 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12709 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12710 the server.
12711
12712 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12713 Add explanations.
12714
12715 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12716 nnheader-accept-process-output and nnheader-read-timeout if available.
12717 (pop3-movemail): Use it.
12718
12719 * message.el (message-check-news-body-syntax): Fix signature check if
12720 there's an attachment.
12721
12722 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12723
12724 * mm-util.el: Add comments to the mm- emulating functions.
12725
12726 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12727
12728 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12729 Reported by Stephen Berman <stephen.berman@gmx.net>.
12730
12731 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12732
12733 * mm-util.el (mm-substring-no-properties): New function.
12734 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12735 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12736 (mm-string-to-multibyte): Doc fix.
12737
12738 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12739
12740 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12741
12742 * mml.el (mml-attach-file): Strip text properties from file name.
12743 (Bug#1574)
12744
12745 2008-12-16 Glenn Morris <rgm@gnu.org>
12746
12747 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12748
12749 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12752 knows since the charset specified might be a bogus alias that
12753 mm-charset-synonym-alist provides.
12754
12755 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12756
12757 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12758 "ISO_8859-1".
12759
12760 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12761
12762 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12763
12764 * mm-util.el (mm-charset-eval-alist):
12765 Define it before mm-charset-to-coding-system.
12766 (mm-charset-to-coding-system): Add optional argument `silent';
12767 define it before mm-charset-override-alist.
12768 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12769 default value if it can be used in Emacs currently running;
12770 silence mm-charset-to-coding-system.
12771
12772 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12773
12774 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12775 `allow-override' which says whether to use `mm-charset-override-alist'.
12776 (rfc2047-decode-encoded-words): Use it.
12777
12778 * mm-util.el (mm-charset-override-alist): Fix custom type;
12779 add `(gb2312 . gbk)' to choices.
12780
12781 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12782
12783 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12784 fast.
12785
12786 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12787
12788 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12789
12790 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12791 on links.
12792
12793 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12794
12795 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12796
12797 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12798 users' addresses that don't have domain parts.
12799 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12800 rather than message-narrow-to-head since there will be the message
12801 header separator.
12802
12803 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12804
12805 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12806 since the result is inserted in a unibyte buffer anyway.
12807 (nnimap-demule-use-string-to-multibyte): Remove.
12808 (nnimap-demule): Alias it to mm-string-to-multibyte.
12809
12810 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12811
12812 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12813 variable for debugging bug#464 and bug#1174.
12814 (nnimap-demule): Use it.
12815
12816 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12817
12818 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12819 score calculation correctly.
12820
12821 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12822
12823 * message.el (message-send-mail): Just set the buffer to unibyte
12824 rather than use mm-with-unibyte-current-buffer which does a lot more.
12825 (message-send-mail-partially): Don't bother with
12826 mm-with-unibyte-current-buffer since it's already been made unibyte by
12827 message-send-mail.
12828
12829 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12830
12831 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12832
12833 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12834
12835 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12836
12837 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12838
12839 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12840 require itself and to remove `with-no-warnings'.
12841
12842 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12843
12844 * starttls.el (starttls-any-program-available): Get the name of the
12845 available TLS layer program.
12846 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12847 well as the host name in the "opening" message.
12848
12849 * auth-source.el (auth-source-cache, auth-source-do-cache)
12850 (auth-source-user-or-password): Cache passwords and logins by default,
12851 allow override with `auth-source-do-cache'.
12852 (auth-source-forget-user-or-password): Allow users to remove cache
12853 entries if needed.
12854
12855 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12856
12857 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12858 condition-case to only the forward-sexp call.
12859
12860 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12861
12862 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12863 quotes contained. Make it more robust regardless by an extra
12864 condition-case wrapper.
12865
12866 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12867
12868 * nnml.el (nnml-request-expire-articles): Check if the function set to
12869 `nnmail-expiry-target' returns the symbol `delete'.
12870
12871 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12872
12873 * nnmail.el (nnmail-expiry-target): Fix custom type.
12874
12875 2008-10-02 Glenn Morris <rgm@gnu.org>
12876
12877 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12878 Silence compiler warning.
12879
12880 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12881
12882 * mml.el (mml-menu): Don't assume mml2015 is bound.
12883
12884 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12885
12886 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12887 exists.
12888
12889 2008-09-27 Glenn Morris <rgm@gnu.org>
12890
12891 * gnus-util.el (mail-header-remove-comments): Autoload it.
12892
12893 2008-09-27 Andreas Schwab <schwab@suse.de>
12894
12895 * gnus-util.el (gnus-split-references): Strip comments.
12896 (gnus-parent-id): Likewise.
12897
12898 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12899
12900 * message.el (message-confirm-send): Fix version.
12901
12902 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12903
12904 * message.el (message-idna-to-ascii-rhs-1): Use
12905 mail-extract-address-components rather than mail-header-parse-addresses
12906 that is an alias by default to ietf-drums-parse-addresses that does not
12907 support non-ASCII names in headers' contents.
12908
12909 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12910
12911 * message.el (message-confirm-send): Fix variable documentation to
12912 avoid the "y/n" wording.
12913
12914 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12915
12916 * message.el (message-set-auto-save-file-name): Save to a different
12917 filename so multiple messages (especially drafts) can be recovered.
12918
12919 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12920
12921 * message.el (message-confirm-send): Add appropriate version.
12922
12923 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12924
12925 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12926 defvar.
12927
12928 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12929
12930 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12931 (mm-pkcs7-enveloped-magic): Ditto.
12932
12933 2008-09-17 Simon Josefsson <simon@josefsson.org>
12934
12935 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12936 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12937
12938 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12939
12940 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12941 default, it's better.
12942
12943 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12944
12945 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12946 summary line gnus-number property and ignore them (with a warning
12947 message).
12948
12949 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12950
12951 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12952 macro caddr in the interactive form since it won't be expanded.
12953
12954 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12955
12956 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12957 `charset'; fix name of function called recursively.
12958 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12959
12960 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12961
12962 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12963 (gnus-mime-set-charset-parameters): New function.
12964 (gnus-mime-view-part-as-charset): Use it to correctly display part
12965 specifying wrong charset.
12966
12967 2008-09-08 David Engster <dengste@eml.cc>
12968
12969 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12970 in completing-read for back end server.
12971
12972 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12973
12974 * message.el (message-confirm-send): New variable to confirm sending a
12975 message.
12976 (message-send): Use it.
12977
12978 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12979
12980 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12981
12982 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12983
12984 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12985
12986 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12987
12988 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12989 prevent tracking too many groups.
12990 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12991 Use it.
12992
12993 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12994
12995 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12996 moving point to the bottom of the window in order to avoid recentering.
12997
12998 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12999
13000 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13001 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13002 (gnus-article-beginning-of-window): Fix calculation.
13003
13004 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13005
13006 * gnus-msg.el (gnus-summary-supersede-article)
13007 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13008 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13009 message header.
13010
13011 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13012
13013 * message.el:
13014 * gnus-start.el:
13015 * gnus-registry.el: Remove VMS support.
13016
13017 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13018
13019 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13020 macro.
13021 (rfc2104-hash): Use it.
13022
13023 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13024
13025 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13026 (gnus-summary-sort-by-most-recent-date): New commands.
13027 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13028 and menu entries.
13029
13030 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13031
13032 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13033 don't redisplay article for raw contents; remove plural articles stuff.
13034
13035 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13036 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13037 on gnus-summary-save-article; display results properly.
13038
13039 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13040
13041 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13042
13043 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13044
13045 * gnus-art.el (gnus-summary-save-in-pipe):
13046 Consider gnus-save-all-headers.
13047
13048 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13049
13050 * gnus-util.el (ns-focus-frame): Remove declaration.
13051 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13052 like x.
13053
13054 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13055
13056 * rfc2104.el (rfc2104-zero): Delete defconst.
13057 (rfc2104-hex-alist): Likewise.
13058 (rfc2104-hex-to-int): Delete func.
13059 (rfc2104-hexstring-to-bitstring): Likewise.
13060 (rfc2104-nybbles): New defconst.
13061 (rfc2104-hash): Rewrite for speed.
13062
13063 2008-07-16 Glenn Morris <rgm@gnu.org>
13064
13065 * gnus-util.el (ns-focus-frame): Declare for compiler.
13066
13067 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13068
13069 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13070 set as a group parameter.
13071 (gnus-summary-save-in-pipe): Work when it is called independently.
13072 (gnus-summary-pipe-to-muttprint): Don't modify
13073 gnus-summary-pipe-output-default-command.
13074
13075 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13076
13077 * message.el (message-send-mail-with-sendmail):
13078 Display the error message.
13079
13080 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13081
13082 * gnus-art.el (gnus-default-article-saver):
13083 Add gnus-summary-save-in-pipe to choices.
13084 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13085 gnus-summary-pipe-output-default-command as the default command.
13086 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13087 instead of gnus-last-shell-command.
13088
13089 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13090 New user option.
13091 (gnus-summary-muttprint-program): Mention the value will be changed.
13092 (gnus-summary-save-article): Force showing of all headers.
13093 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13094
13095 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13096
13097 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13098
13099 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * nnimap.el (nnimap-id):
13102 * sieve-manage.el (sieve-manage-open): Doc fixes.
13103
13104 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13105
13106 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13107 if available.
13108
13109 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13112
13113 * nnkiboze.el (nnkiboze-generate-group):
13114 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13115
13116 * nnmairix.el: Require CL.
13117
13118 2008-06-15 David Engster <dengste@eml.cc>
13119
13120 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13121
13122 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13123
13124 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13125 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13126 runtime choice under XEmacs.
13127
13128 * gnus-sum.el (gnus-summary-set-display-table):
13129 Use `gnus-put-display-table', `gnus-get-display-table',
13130 `gnus-set-display-table' for the display table, instead of `aset'.
13131
13132 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13133
13134 * nnmairix.el: Add autoloads.
13135
13136 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13137
13138 * nnmairix.el (nnmairix-delete-recreate-group)
13139 (nnmairix-update-and-clear-marks): Fix error messages.
13140
13141 2008-06-14 David Engster <dengste@eml.cc>
13142
13143 * nnmairix.el: Upgrade to version 0.6.
13144 (nnmairix-group-toggle-propmarks-this-group)
13145 (nnmairix-group-toggle-readmarks-this-group)
13146 (nnmairix-group-delete-recreate-this-group)
13147 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13148 (nnmairix-remove-tick-mark-original-article): New commands.
13149 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13150 (nnmairix-propagate-marks-to-nnmairix-groups)
13151 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13152 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13153 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13154 functions needed for marks propagation and manipulation of read marks.
13155 (nnmairix-update-groups): New function.
13156 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13157 (nnmairix-determine-original-group-from-registry)
13158 (nnmairix-determine-original-group-from-path)
13159 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13160 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13161 New helper functions.
13162 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13163 keystrokes for new commands.
13164 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13165 (nnmairix-request-group): Check allow-fast group parameter.
13166 (nnmairix-request-create-group): Set allow-fast group parameter if
13167 nnmairix-allowfast-default is set.
13168 (nnmairix-close-group): Propagate marks upon closing if needed.
13169 (nnmairix-group-toggle-threads-this-group): Use new.
13170 nnmairix-group-toggle-parameter helper function.
13171 (nnmairix-search): Better check for empty search result.
13172 (nnmairix-goto-original-article): Use new helper functions for
13173 determining original article.
13174 (nnmairix-show-original-article): Make sure message-id is in brackets.
13175 (nnmairix-call-mairix-binary): Change variable name.
13176 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13177 helper function.
13178 (nnmairix-widget-toggle-activate): Fix doc string.
13179
13180 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13181
13182 * nnir.el: Require edmacro when compiling with XEmacs.
13183 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13184 available in Emacs 21.
13185
13186 2008-06-11 Glenn Morris <rgm@gnu.org>
13187
13188 * gnus-util.el (x-focus-frame):
13189 * gnus.el (image-size):
13190 * mm-decode.el (image-size): Declare.
13191
13192 * gnus-picon.el (declare-function): Add compat definition.
13193 (image-size): Declare.
13194
13195 * gnus-group.el (tool-bar-map):
13196 * gnus-sum.el (tool-bar-map): Define for compiler.
13197
13198 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13199
13200 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13201
13202 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13203 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13204 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13205 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13206 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13207 * sieve-manage.el, spam-report.el, spam.el:
13208 Remove unnecessary eval-and-compile of autoloads.
13209
13210 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13211
13212 * auth-source.el: Precise Tramp doc.
13213
13214 2008-06-07 Glenn Morris <rgm@gnu.org>
13215
13216 * nnmairix.el: Remove unnecessary eval-when-compile.
13217
13218 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13219
13220 * nnir.el: New file.
13221
13222 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * gnus-util.el (gnus-read-shell-command): New function.
13225 * mm-decode.el (mm-pipe-part):
13226 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13227
13228 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13229
13230 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13231
13232 2008-06-03 Glenn Morris <rgm@gnu.org>
13233
13234 * pop3.el (nnheader-accept-process-output): Autoload it.
13235
13236 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13237
13238 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13239 are not 2-digit hexadecimal characters that follow `%'s.
13240
13241 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13242
13243 * message.el (message-bogus-recipient-p): Fix type in doc string.
13244 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13245 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13246 Improve custom options.
13247 (message-bogus-recipient-p): Adjust accordingly.
13248
13249 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13250
13251 * nnmairix.el: Require edmacro when compiling with XEmacs.
13252
13253 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13254
13255 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13256 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13257
13258 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13259
13260 * auth-source.el: Add more docs.
13261
13262 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13263
13264 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13265 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13266 retrieval faster in some cases, but might make CPU usage larger.
13267 If this has any bad side effects, we might revert this change.
13268
13269 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13270 seems to make mail retrieval much, much faster.
13271 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13272 unconditionally.
13273
13274 * gnus-draft.el (gnus-group-send-queue):
13275 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13276
13277 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13278
13279 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13280
13281 * message.el (message-bogus-address-regexp): Fix and improve custom
13282 type.
13283 (message-setup-hook): Add message-check-recipients as custom option.
13284
13285 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13286
13287 * message.el (message-cite-function): Remove bogus autoload which crept
13288 in during merge from v5-10.
13289
13290 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13291
13292 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13293
13294 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13295
13296 * auth-source.el: Preliminary Tramp docs.
13297 (auth-sources): Change the default auth-sources to use
13298 EPA .gpg files.
13299
13300 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13301
13302 * nntp.el: Autoload `auth-source-user-or-password'.
13303 (nntp-send-authinfo): Use it.
13304
13305 * nnimap.el: Autoload `auth-source-user-or-password'.
13306 (nnimap-open-connection): Use it.
13307
13308 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13309 for the gnus-message function.
13310 (auth-source-user-or-password): Use it.
13311
13312 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13313
13314 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13315 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13316 (rfc2104-hash): Use it.
13317
13318 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * gnus-art.el (gnus-article-toggle-truncate-lines):
13321 Don't use `iff' in docstring.
13322
13323 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13324
13325 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13326
13327 * gnus-util.el (gnus-extract-address-component-name)
13328 (gnus-extract-address-component-email): Convenience functions around
13329 `gnus-extract-address-components'.
13330
13331 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13332 Use `gnus-extract-address-component-email' to fix bug of comparing full
13333 sender name to `user-mail-address'.
13334
13335 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13336
13337 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13338 catch/throw to optimize.
13339 (gnus-registry-find-keywords): Just use member to find a keyword.
13340
13341 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13342
13343 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13344 is current before calling gnus-server-prepare.
13345 (gnus-server-setup-buffer, gnus-server-update-server)
13346 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13347
13348 2008-05-04 Juri Linkov <juri@jurta.org>
13349
13350 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13351 (mailcap-file-default-commands): Use mailcap-replace-in-string
13352 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13353 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13354
13355 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13356
13357 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13358
13359 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13360
13361 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13362 hooks.
13363 (gnus-update-read-articles): Speed up non-marks-using users.
13364 (gnus-use-marks): Define gnus-use-marks.
13365 (gnus-propagate-marks): Rename variable to something more sensible.
13366
13367 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13368
13369 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13370 (gmm-image-load-path-for-library): Fix typos in docstrings.
13371 (gmm-message): Reflow docstring.
13372
13373 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13374
13375 * mail-source.el (mail-source-set-1, mail-source-bind):
13376 Move auth-source code out of the macro to clean it up and fix bugs.
13377
13378 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13379
13380 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13381 by sender if it's equal to user-mail-address, it's likely to be
13382 useless.
13383
13384 * mail-source.el (mail-source-bind): Don't use user or password if they
13385 are not bound. Unintern them if they are nil. Don't use server unless
13386 it's bound, and default it to empty string otherwise.
13387
13388 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13389
13390 * mail-source.el: Load auth-source.el.
13391 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13392 get user name or password, if auth-sources is set up.
13393
13394 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13395 strategy of splitting with parent.
13396 (gnus-registry-split-fancy-with-parent)
13397 (gnus-registry-post-process-groups): Use it and fix prior
13398 bug (returning a list as the split result).
13399
13400 * auth-source.el (auth-sources): Remove server parameter.
13401 (auth-source-pick, auth-source-user-or-password)
13402 (auth-source-user-or-password-imap)
13403 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13404 (auth-source-user-or-password-sftp)
13405 (auth-source-user-or-password-smtp): Remove server parameter.
13406
13407 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * smime.el (smime-sign-region, smime-encrypt-region)
13410 (smime-decrypt-region):
13411 Remove redundant calls to `generate-new-buffer-name'.
13412
13413 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13414
13415 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13416 Don't use QP for message/rfc822.
13417 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13418
13419 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13420
13421 * sieve-manage.el (sieve-string-bytes): Remove.
13422 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13423 correct byte-length only if the process's coding-system is the same as
13424 the one used internally by Emacs to represent strings.
13425
13426 2008-04-22 Juri Linkov <juri@jurta.org>
13427
13428 * mailcap.el (mailcap-file-default-commands): New function.
13429
13430 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13431
13432 * message.el (message-signature-separator, message-cite-function):
13433 Change custom version.
13434
13435 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13436
13437 * mm-decode.el (mm-display-external): Make temp file read-only.
13438
13439 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13440
13441 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13442 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13443 `C-c C-f d'.
13444
13445 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13446
13447 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13448
13449 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13450
13451 * auth-source.el: Add docs.
13452 (auth-sources): Modify format to support server.
13453 (auth-source-pick, auth-source-user-or-password)
13454 (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): Add server parameter.
13458
13459 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13460
13461 * gnus-registry.el: Initialize the registry when gnus-registry-install
13462 is t.
13463
13464 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13465
13466 * compface.el (uncompface): Make buffer unibyte.
13467
13468 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * mail-source.el (mail-source-value):
13471 Prefer fboundp to functionp so it works with macros as well.
13472
13473 2008-04-05 Glenn Morris <rgm@gnu.org>
13474
13475 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13476
13477 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13478
13479 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13480 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13481
13482 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13483 multibyteness after rather than before erasing it.
13484
13485 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13486 mm-with-multibyte.
13487 (gnus-request-article-this-buffer): Make sure the proper decoding is
13488 used if gnus-original-article-buffer happens to be unibyte.
13489
13490 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13491 default-enable-multibyte-characters.
13492
13493 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13494 default-enable-multibyte-characters.
13495
13496 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13497
13498 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13499
13500 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13501
13502 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13503 Fix last change in case the element is not even a symbol.
13504
13505 2008-04-02 Simon Josefsson <simon@josefsson.org>
13506
13507 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13508 imap-enable-exchange-bug-workaround.
13509 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13510
13511 2008-04-01 Simon Josefsson <simon@josefsson.org>
13512
13513 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13514 a 100 byte status-checks into a 2-3MB transfer for each group.
13515 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13516 to enable bug workaround or not.
13517 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13518
13519 2008-03-31 Glenn Morris <rgm@gnu.org>
13520
13521 * message.el (mml2015-use): Declare for compiler.
13522 (message-info): Require mml2015 when appropriate.
13523
13524 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13525
13526 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13527 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13528 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13529 (nntp-service-to-port): New function.
13530 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13531 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13532 (nntp-open-netcat-stream): New function.
13533 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13534
13535 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13536
13537 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13538
13539 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13542
13543 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13544
13545 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13546
13547 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13548
13549 * message.el (message-signature-separator): Change default.
13550 Improve custom type.
13551 (message-cite-function): Change default to
13552 message-cite-original-without-signature.
13553
13554 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13555 toggle.
13556
13557 * message.el (message-check-news-body-syntax): Fix signature check.
13558 (message-setup-1): Mark buffer as unmodified _after_ running
13559 message-setup-hook and handling message-alternative-emails.
13560 (message-shorten-references): Be more strict when building list of
13561 valid references to comply with GNKSA.
13562
13563 * gnus-group.el (gnus-read-ephemeral-bug-group)
13564 (gnus-read-ephemeral-debian-bug-group)
13565 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13566
13567 * message.el (message-info): Don't use booleanp which isn't supported
13568 in Emacs 21 and XEmacs.
13569
13570 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13571
13572 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13573 gnus-group-gmane-group-download-format.
13574 (gnus-group-read-ephemeral-gmane-group): Rename from
13575 gnus-group-read-ephemeral-gmane-group.
13576 (gnus-read-ephemeral-gmane-group-url): Rename from
13577 gnus-group-read-ephemeral-gmane-group-url.
13578 (gnus-bug-group-download-format-alist): New variable.
13579 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13580 (gnus-read-ephemeral-emacs-bug-group): New commands.
13581
13582 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13583
13584 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13585 (gnus-visible-headers): Improve custom type.
13586
13587 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13588
13589 * mml.el (mml-menu): Add workarounds for XEmacs.
13590
13591 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13592 X-Boundary header.
13593
13594 * message.el (message-simplify-recipients): Fix previous commit.
13595
13596 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * mm-util.el (mm-set-buffer-multibyte): New function.
13599 * mm-decode.el (mm-copy-to-buffer): Use it.
13600
13601 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13602 Prefer fboundp to functionp so it works with macros as well.
13603
13604 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13605
13606 * message.el (message-alter-recipients-discard-bogus-full-name):
13607 New function.
13608 (message-alter-recipients-function): New variable.
13609 (message-get-reply-headers): Use it.
13610 (message-replace-header): New helper function.
13611 (message-recipients-without-full-name): New variable.
13612 (message-simplify-recipients): New command.
13613
13614 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13615
13616 * message.el (message-info): Handle EasyPG manual.
13617
13618 * mml.el (mml-menu): Add entry for EasyPG.
13619
13620 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13621
13622 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13623 parameter.
13624
13625 * message.el (message-disassociate-draft): Specify drafts group name
13626 fully.
13627
13628 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13629
13630 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13631 Eliminate unnecessary duplicates from the match list.
13632
13633 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13634
13635 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13636 args of `how-many' of which the XEmacs version doesn't take; declare
13637 Info-index-next as function.
13638
13639 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13640
13641 * gnus-score.el (gnus-score-headers): Fix handling of
13642 gnus-inhibit-slow-scoring.
13643
13644 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13645 string.
13646 (gnus-button-url-regexp): Improve handling of parenthesis.
13647 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13648 (gnus-button-handle-info-keystrokes): Handle index entries.
13649
13650 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13651
13652 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13653 Incoming* files.
13654
13655 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13656
13657 * auth-source.el (auth-sources): Rename from auth-source-choices.
13658 (auth-source-pick): Use it.
13659
13660 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13661
13662 * auth-source.el (auth-source-protocols)
13663 (auth-source-protocols-customize, auth-source-choices): Add and
13664 modified variable customizations and defaults.
13665 (auth-source-pick, auth-source-user-or-password)
13666 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13667 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13668 (auth-source-user-or-password-sftp)
13669 (auth-source-user-or-password-smtp): Use new variables and provide an
13670 interface to netrc.el.
13671
13672 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13675 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13676 Make sure the nntp port to specify is a string.
13677
13678 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13679
13680 * nntp.el: Use with-current-buffer.
13681 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13682 dubious mm-with-unibyte-current-buffer.
13683 (nntp-with-open-group-function): New function extracted from
13684 nntp-with-open-group macro.
13685 (nntp-with-open-group): Use the function, so it's easier to debug.
13686 Add indentation and debugging info.
13687 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13688 Recommend the use of the netcat alternatives.
13689
13690 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13691 Avoid mm-string-as-multibyte as well.
13692
13693 * nnweb.el (nnweb-insert-html):
13694 Remove use of nnheader-string-as-multibyte.
13695
13696 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13697 (nnheader-string-as-multibyte): Remove.
13698
13699 * mm-view.el: Use inhibit-read-only.
13700 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13701 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13702 or unibyte-string.
13703
13704 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13705 (mm-uu-yenc-extract): Use with-current-buffer.
13706
13707 * gnus-soup.el (gnus-soup-send-packet): Don't use
13708 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13709
13710 * nnmh.el: Use with-current-buffer.
13711 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13712 mm-string-as-multibyte on the output of mm-encode-coding-string.
13713
13714 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13715 (nnimap-request-move-article): Use with-current-buffer.
13716
13717 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13718 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13719 conversion uses string-make-unibyte rather than string-as-unibyte.
13720
13721 * gnus-msg.el: Use with-current-buffer.
13722
13723 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13724
13725 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13726
13727 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13728 string for caching if it is 'PIN.
13729
13730 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13731
13732 * mail-source.el (mail-source-delete-old-incoming-confirm):
13733 Change default to nil.
13734 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13735
13736 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13737
13738 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13739 (gnus-article-goto-prev-page): Work for articles having ^L's.
13740
13741 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13742
13743 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13744
13745 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13746
13747 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13748 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13749 (gnus-bookmark-jump): Adjust some variable names.
13750
13751 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13752
13753 * auth-source.el: New package.
13754 (auth-source-choices): Add customization entry point variable.
13755
13756 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13757 bug.
13758
13759 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13760
13761 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13762 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13763 (gnus-registry-install-shortcuts): Rename from
13764 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13765 the `gnus-registry-mark-map' keymap dynamically from
13766 `gnus-registry-marks'. The generated functions update the summary line
13767 when a registry mark is added or deleted, and will call
13768 `gnus-registry-install-p' (see the comments in the code).
13769 (gnus-registry-user-format-function-M): Use concat intelligently.
13770
13771 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13772 the registry mark functions.
13773
13774 2008-03-05 Glenn Morris <rgm@gnu.org>
13775
13776 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13777 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13778 gnus-art.
13779 (top-level): No need to load own source when compiling.
13780
13781 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13782
13783 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13784 Suggested by <chris.anderton@zetnet.co.uk>.
13785
13786 2008-03-04 Glenn Morris <rgm@gnu.org>
13787
13788 * gnus-sum.el (top-level): No need to require gnus when compiling,
13789 since unconditionally required near start of file.
13790 (gnus-summary-display-while-building): Move definition before use.
13791
13792 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13793
13794 * gnus-registry.el (gnus-registry-user-format-function-M):
13795 Add formatting function.
13796
13797 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13798
13799 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13800 with plists.
13801 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13802 Use new format.
13803
13804 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13805
13806 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13807 `where-is-internal' that returns a range of key sequences.
13808
13809 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13812
13813 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13814 (gnus-summary-jump-to-group): Consider windows on other displayed
13815 frames as well. Similar changes might be needed elsewhere, but that's
13816 the one I've bumped into during my use.
13817
13818 * nndoc.el (nndoc-oe-dbx-type-p):
13819 * gnus-msg.el (gnus-debug):
13820 * gnus-group.el (gnus-update-group-mark-positions):
13821 Use mm-string-to-multibyte.
13822
13823 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13824
13825 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13826 doesn't handle NotDashEscaped.
13827
13828 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13829 (mml-dnd-attach-options): Fix typo in custom choice.
13830
13831 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13832 Change nndoc-article-type to mbox.
13833 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13834
13835 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13836 to nil, instead of html2text.
13837
13838 * imap.el (imap-debug): Add `imap-ping-server'.
13839
13840 * gnus-bookmark.el: Add FIXMEs.
13841
13842 * message.el (message-form-letter-separator)
13843 (message-send-form-letter-delay): New variables.
13844 (message-send-form-letter): Use them. New command to send form
13845 letters. Requested by Uwe Siart.
13846 (message-send-mail-function): Doc fix. Add "Other" custom option.
13847
13848 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13849
13850 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13851 empty author.
13852
13853 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13854
13855 * gnus-registry.el (gnus-registry-marks): Add variable for
13856 customization of marks and their appearance.
13857 (gnus-registry-read-mark): Use it.
13858 (gnus-registry-do-marks): Add utility function to loop through
13859 `gnus-registry-marks'.
13860 (gnus-registry-install-shortcuts-and-menus): Add function to install
13861 shortcuts and menus.
13862 (gnus-registry-initialize): Use it.
13863 (gnus-registry-default-mark): Clarify documentation.
13864
13865 2008-02-29 Glenn Morris <rgm@gnu.org>
13866
13867 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13868 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13869 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13870 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13871 Change defcustom :version from 23.0 to 23.1.
13872
13873 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13874
13875 * gnus-registry.el (gnus-registry-follow-group-p)
13876 (gnus-registry-post-process-groups): Add functions to aid registry
13877 splitting and improve logging. Clarify behavior in function
13878 documentation.
13879 (gnus-registry-split-fancy-with-parent): Use them.
13880
13881 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * gnus-art.el: Use with-current-buffer.
13884
13885 2008-02-27 David Engster <dengste@eml.cc>
13886
13887 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13888 Express real group name in the response.
13889
13890 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13891
13892 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13893 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13894 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13895 autoload gnus-registry-fetch-group when compiling.
13896 (nnmairix-request-group-with-article-number-correction):
13897 Remove unreferenced argument passed to nnmairix-call-backend.
13898
13899 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13900
13901 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13902 (mm-uu-extract): Improve face for low color ttys.
13903 Reported by Sascha Wilde.
13904
13905 2008-02-27 Glenn Morris <rgm@gnu.org>
13906
13907 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13908 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13909 variables to defconsts. Convert comments to doc-strings.
13910 (nnmairix-last-server, nnmairix-current-server): Convert from free
13911 variables to defvars. Convert comments to doc-strings.
13912 (gnus-registry-fetch-group): Autoload.
13913 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13914 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13915 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13916 caddr.
13917 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13918 nnmairix-request-group-with-article-number-correction call.
13919 (nnmairix-fast, nnmairix-group): New, less general names, for free
13920 variables passed from nnmairix-request-group to
13921 nnmairix-request-group-with-article-number-correction. Declare.
13922 (nnmairix-request-group-with-article-number-correction):
13923 Use nnmairix-fast, nnmairix-group rather than fast, group.
13924
13925 2008-02-26 David Engster <dengste@eml.cc>
13926
13927 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13928 version 0.5.
13929
13930 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13931
13932 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13933 instead of making an extra function call. Don't add the current group
13934 to articles only when they have the group. Use
13935 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13936 Reported by David <de_bb@arcor.de>.
13937
13938 2008-02-24 Miles Bader <miles@gnu.org>
13939
13940 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13941 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13942 (mm-find-mime-charset-region):
13943 * mm-bodies.el (mm-encode-body):
13944 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13945
13946 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13947
13948 * mail-source.el (mail-source-delete-incoming): Change default.
13949 Supplement doc string.
13950
13951 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13952
13953 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13954
13955 * nnmail.el (nnmail-message-id-cache-file): Derive from
13956 `gnus-home-directory'.
13957
13958 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13959
13960 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13961 Document negative prefix.
13962
13963 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13964
13965 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13966
13967 * message.el (message-unsent-separator): Add the Exim bounce
13968 separator.
13969
13970 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13971
13972 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13973 list.
13974 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13975 recipient/signer list.
13976
13977 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13978
13979 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13980 fbound (Emacs 23 unicode), signal an error.
13981
13982 2008-02-08 Glenn Morris <rgm@gnu.org>
13983
13984 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13985
13986 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13987
13988 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13989 ports to the calls to `netrc-machine-user-or-password' in addition to
13990 "imap" and "imaps".
13991
13992 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13993
13994 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13995 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13996 <hanche@math.ntnu.no>.
13997
13998 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13999
14000 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14001
14002 2008-02-01 Zhang Wei <id.brep@gmail.com>
14003
14004 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14005
14006 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14007
14008 2008-02-01 Miles Bader <miles@gnu.org>
14009
14010 * mml.el (mml-parse-1): Remove apparently vestigial use of
14011 `mm-hack-charsets'.
14012 * mm-bodies.el (mm-encode-body): Likewise.
14013
14014 2008-02-01 Kenichi Handa <handa@m17n.org>
14015
14016 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14017 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14018 (rfc2104-hash): Convert the result of concat to unibyte string.
14019
14020 2008-02-01 Dave Love <fx@gnu.org>
14021
14022 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14023 coding-system-for-read.
14024 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14025
14026 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14027 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14028 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14029
14030 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14031
14032 * mail-source.el (mail-sources): Add `group' choice.
14033
14034 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14035 parameter `in-group' to control into which group the articles go.
14036 Add treatment of `group' mail-source.
14037
14038 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14039
14040 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14041 * message.el (message-beginning-of-line): Use featurep instead of bound
14042 tests in order to resolve conditionals at compile time.
14043
14044 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14045
14046 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14047
14048 * mm-decode.el (mm-dissect-buffer): Decode description.
14049
14050 * mml.el (mml-to-mime): Encode message header first.
14051
14052 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14053
14054 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14055 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14056
14057 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14058
14059 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14060
14061 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14062
14063 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14064 prefix keys.
14065 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14066 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14067 gnus-xmas.el.
14068
14069 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14070
14071 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14072 Add new variables for article mark management.
14073 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14074 list of extra data entries which, when present, will indicate that the
14075 article ID should not be trimmed from the registry.
14076 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14077 functions.
14078 (gnus-registry-read-mark): New function to read a mark name from the
14079 user.
14080 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14081 (gnus-registry-set-article-mark-internal): New functions to add and
14082 remove marks.
14083 (gnus-registry-get-article-marks): New function to show the marks for
14084 an article, or retrieve them for further use.
14085
14086 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14087
14088 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14089 keys when no argument is given.
14090
14091 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14092
14093 * gnus-sum.el (gnus-article-sort-by-random)
14094 (gnus-thread-sort-by-random): Fix doc strings.
14095 Reported by jidanni@jidanni.org.
14096
14097 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14098
14099 * gnus-art.el (gnus-article-describe-bindings): New function.
14100 (gnus-article-read-summary-keys): Use it.
14101 (gnus-article-mode-map): Bind `C-h b' to it.
14102
14103 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14104
14105 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14106 XEmacs.
14107 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14108 Protect against non-character events.
14109
14110 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14111
14112 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14113 New command.
14114 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14115 instead of END. Change name of the temp file.
14116 (gnus-group-gmane-group-download-format): Add doc string. Make it
14117 customizable.
14118
14119 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14120
14121 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14122 bind `S W' to gnus-article-wide-reply-with-original; set default
14123 binding to gnus-article-read-summary-send-keys.
14124 (gnus-article-read-summary-keys): Fix the order of keys; display
14125 continuation keys correctly in the echo area; describe bindings
14126 correctly when keys end with `C-h'.
14127 (gnus-article-read-summary-send-keys): New function.
14128 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14129 Work for gnus-article-read-summary-send-keys; display continuation keys
14130 correctly in the echo area.
14131 (gnus-article-reply-with-original): Ignore prefix argument.
14132 (gnus-article-wide-reply-with-original): New function.
14133
14134 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14135
14136 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14137 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14138
14139 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14140
14141 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14142 (gnus-group-read-ephemeral-gmane-group): New command.
14143
14144 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14145
14146 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14147
14148 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14149
14150 * message.el (message-send-mail-function): Increase custom version.
14151
14152 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14153 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14154
14155 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14156
14157 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14158 html parts correctly; support forwarded messages.
14159 (gnus-article-browse-html-article): Remove work buffers.
14160
14161 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14162 compiling.
14163 (netrc-bound-and-true-p): New macro.
14164 (netrc-parse): Use it instead of bound-and-true-p that is not available
14165 in XEmacs 21.4.
14166
14167 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14168
14169 * gnus-registry.el (gnus-registry-mark-article)
14170 (gnus-registry-article-marks): Add functionality to mark articles
14171 through the Gnus registry.
14172
14173 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14174 (netrc-parse): Use encrypt-file-alist to determine if
14175 encrypt-find-model or encrypt-insert-file-contents should be used.
14176
14177 2007-12-19 Glenn Morris <rgm@gnu.org>
14178
14179 * mml.el (message-options-set, message-narrow-to-head)
14180 (message-in-body-p, message-mail-p, message-encode-message-body):
14181 Autoload.
14182 (message-remove-header, message-narrow-to-headers-or-head)
14183 (message-subscribed-p, message-make-mail-followup-to)
14184 (message-position-on-field, message-news-p)
14185 (message-options-set-recipient, message-generate-headers)
14186 (message-sort-headers): Declare as functions.
14187
14188 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14189
14190 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14191 convention in doc string.
14192
14193 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14194
14195 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14196 title to html parts.
14197 (gnus-article-browse-html-article): Pass message header to it.
14198
14199 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14200
14201 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14204 or password compatible with XEmacs.
14205
14206 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14207
14208 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14209 format document.
14210 (gnus-mime-delete-part): Don't write description line if empty.
14211 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14212
14213 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14214
14215 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14216 (gnus-summary-mark-read-and-unread-as-read)
14217 (gnus-summary-mark-current-read-and-unread-as-read)
14218 (gnus-summary-mark-unread-as-ticked): Doc fix.
14219 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14220
14221 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14224 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14225
14226 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14227
14228 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14229 yes-or-no-p.
14230
14231 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14232
14233 * mm-decode.el (mm-add-meta-html-tag): New function.
14234 (mm-save-part-to-file, mm-pipe-part): Use it.
14235
14236 * gnus-art.el (gnus-article-browse-delete-temp-files):
14237 Use gnus-y-or-n-p instead of y-or-n-p.
14238 (gnus-article-browse-html-parts): Work with message/external-body; use
14239 mm-add-meta-html-tag.
14240
14241 2007-12-11 Glenn Morris <rgm@gnu.org>
14242
14243 * gnus-cache.el: Require gnus-sum not just when compiling.
14244
14245 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14246
14247 * gnus-int.el (gnus-server-opened, gnus-status-message):
14248 Move definitions before use.
14249
14250 * mm-decode.el: Require gnus-util.
14251 (mm-remove-part): Only call delete-annotation on XEmacs.
14252
14253 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14254
14255 * nnmail.el: Require gnus-int.
14256
14257 * spam.el: Move `require's before `eval-when-compile's.
14258
14259 * gnus-ems.el (gnus-alive-p):
14260 * gnus-fun.el (message-goto-eoh):
14261 * gnus-util.el (gnus-group-name-decode):
14262 * mail-source.el (gnus-compress-sequence):
14263 * message.el (Info-goto-node, format-spec):
14264 * mm-bodies.el (message-options-get):
14265 * mm-decode.el (mm-view-pkcs7):
14266 * mm-util.el (gmm-write-region):
14267 * mml-smime.el (mml-compute-boundary)
14268 (gnus-completing-read-with-default):
14269 * mml.el (widget-button-press, gnus-make-hashtable):
14270 * mml1991.el (mm-decode-content-transfer-encoding)
14271 (mm-encode-content-transfer-encoding)
14272 (message-options-get, message-options-set):
14273 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14274 * nnfolder.el (gnus-request-group):
14275 * nnheader.el (ietf-drums-unfold-fws):
14276 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14277 * smime.el (gnus-run-mode-hooks):
14278 * spam-stat.el (gnus-message): Autoload.
14279
14280 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14281 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14282 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14283 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14284 Add declare-function compatibility definition.
14285
14286 * gnus-cache.el (nnvirtual-find-group-art):
14287 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14288 (gnus-add-image, gnus-add-wash-type):
14289 * gnus-group.el (nnkiboze-score-file):
14290 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14291 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14292 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14293 (message-tokenize-header, gnus-get-buffer-create)
14294 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14295 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14296 * gnus.el (gnus-group-decoded-name):
14297 * mail-source.el (imap-capability):
14298 * mm-bodies.el (message-options-set):
14299 * mm-decode.el (gnus-configure-windows):
14300 * mm-extern.el (message-goto-body):
14301 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14302 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14303 (epg-sub-key-validity, message-options-set):
14304 * mml.el (widget-event-point, gnus-configure-windows):
14305 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14306 * mml2015.el (epg-check-configuration, epg-configuration)
14307 (message-options-set):
14308 * nndb.el (nndb-request-article):
14309 * nnfolder.el (gnus-request-create-group):
14310 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14311 * nnmaildir.el (gnus-group-mark-article-read):
14312 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14313 * rfc1843.el (message-fetch-field):
14314 * spam.el (gnus-extract-address-components):
14315 Declare as functions.
14316
14317 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14318
14319 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14320
14321 2007-12-09 Glenn Morris <rgm@gnu.org>
14322
14323 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14324
14325 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14326 * message.el, mm-view.el, sieve-manage.el, smime.el:
14327 Add declare-function compatibility definition.
14328
14329 * gnus-art.el (w3-region, w3m-region, Info-menu):
14330 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14331 * gnus-sum.el (gnus-get-predicate):
14332 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14333 * message.el (mail-abbrev-in-expansion-header-p):
14334 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14335 (w3m-detect-meta-charset, w3m-region):
14336 * sieve-manage.el (password-read, password-cache-add)
14337 (password-cache-remove):
14338 * smime.el (password-read-and-add): Declare as functions.
14339
14340 2007-12-08 David Kastrup <dak@gnu.org>
14341
14342 * gnus-sum.el (gnus-summary-simplify-subject-query):
14343 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14344 `message'.
14345
14346 2007-12-07 Glenn Morris <rgm@gnu.org>
14347
14348 * gnus-art.el (article-make-date-line): Revert previous change.
14349
14350 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14351
14352 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14353
14354 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14355
14356 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14357 Call gnus-add-to-range ranges only once with a prepared article-list.
14358
14359 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14360
14361 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14362 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14363 group names with backslashes.
14364 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14365
14366 2007-12-06 Deepak Goel <deego3@gmail.com>
14367
14368 * gnus-art.el (article-make-date-line):
14369 * gnus-start.el (gnus-load):
14370 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14371
14372 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14373
14374 * gnus-art.el (gnus-use-idna):
14375 * gnus-start.el (gnus-site-init-file):
14376 * message.el (message-use-idna):
14377 * mm-uu.el (mm-uu-hide-markers):
14378 * smiley.el (smiley-style): Revert changes that suppress warnings.
14379
14380 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14381
14382 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14383 specify charset to html source.
14384 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14385
14386 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14387
14388 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14389 idna-program in order to suppress byte compile warning issued by XEmacs
14390 that came to byte compile the default value section of defcustom forms
14391 recently.
14392
14393 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14394 value of installation-directory.
14395
14396 * message.el (message-use-idna): Don't directly refer to the value of
14397 idna-program.
14398
14399 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14400
14401 * smiley.el (smiley-style): Don't directly call face-attribute.
14402
14403 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14404
14405 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14406
14407 * gnus-dired.el: Reduce Gnus dependencies.
14408 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14409 Don't require. Use autoloads instead.
14410 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14411 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14412 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14413 (gnus-dired-mode): Adjust doc string.
14414 (gnus-dired-mail-mode): New variable.
14415 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14416 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14417 (gnus-dired-mail-buffers): New function. Return mail or message
14418 composition buffers.
14419 (gnus-dired-attach): Use it.
14420 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14421 NO-DECODE.
14422 (gnus-dired-print): Use `gnus-print-buffer' depending on
14423 `gnus-dired-mail-mode'.
14424
14425 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14426
14427 * rfc2047.el (rfc2047-encoded-word-regexp)
14428 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14429 explaining what regexp patterns are for.
14430
14431 2007-12-04 Glenn Morris <rgm@gnu.org>
14432
14433 * password.el: Move to ../password-cache.el.
14434
14435 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14436 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14437 * mml-smime.el (password-read, password-cache-add)
14438 (password-cache-remove):
14439 No need to autoload, since mml-sec requires password.
14440
14441 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14442 * message.el (gnus-extract-address-components):
14443 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14444
14445 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14446 password.
14447
14448 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14449
14450 * mailcap.el: Reduce dependencies.
14451 (mail-header-parse-content-type): Autoload.
14452 (mailcap-delete-duplicates): New alias.
14453 (mailcap-mime-info): Add optional argument NO-DECODE.
14454 (mailcap-mime-types): Use mailcap-delete-duplicates.
14455
14456 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14457
14458 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14459
14460 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14461 function.
14462
14463 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14464 (gnus-uu-yenc-article): New function.
14465
14466 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14467
14468 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14469
14470 2007-12-02 Glenn Morris <rgm@gnu.org>
14471
14472 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14473 Move to ../net.
14474
14475 * binhex.el, uudecode.el: Move to ../mail.
14476
14477 * encrypt.el: Remove file.
14478
14479 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14482 matches on patches.
14483
14484 * gnus-art.el (gnus-article-browse-html-article):
14485 Mention `mm-text-html-renderer' in the doc string.
14486
14487 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14488 string. Add comments.
14489
14490 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14491 if rhs is ASCII.
14492
14493 2007-12-01 Glenn Morris <rgm@gnu.org>
14494
14495 * dig.el, dns.el: Move to ../net.
14496 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14497
14498 * mail-source.el (top-level): Require format-spec before
14499 eval-when-compile.
14500
14501 2007-11-30 Glenn Morris <rgm@gnu.org>
14502
14503 * encrypt.el: Require password, rather than autoloading password-read.
14504
14505 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14506
14507 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14508 caller can indicate whether the cache should be disregarded for this
14509 call. This way the result of the call is reproducible at all times and
14510 can be considered a canonical server name for the supplied method.
14511 (gnus-agent-method-p): Canonicalize server names by pushing their
14512 method through `gnus-method-to-server' using the no-cache argument.
14513
14514 * gnus-srvr.el (gnus-server-insert-server-line):
14515 Call `gnus-method-to-server' with `no-cache' argument.
14516
14517 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14518 gnus-agent-possibly-synchronize-flags as this should be called when the
14519 server is actually being opened.
14520 (gnus-agent-possibly-synchronize-flags)
14521 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14522 flags file of an agentized server to the latter function.
14523
14524 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14525 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14526 after a connection has been established successfully.
14527
14528 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14529
14530 * gnus-art.el (article-display-face): Force to display face if called
14531 interactively; check if gnus-article-x-face-too-ugly matches author.
14532 (article-display-x-face): Display face even if From header is missing
14533 as article-display-face does.
14534
14535 2007-11-28 Richard Stallman <rms@gnu.org>
14536
14537 * md4.el: Move to ../.
14538 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14539
14540 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14541
14542 * mail-source.el (mail-sources): Default to fetch from file for
14543 compatibility with default of nnmail-spool-file.
14544
14545 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14546
14547 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14548 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14549 to look for encoded word that should be encoded again.
14550 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14551 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14552 encoding pattern.
14553 (rfc2047-decode-region): Switch strict regexp and loose one according
14554 to rfc2047-allow-irregular-q-encoded-words.
14555
14556 2007-11-26 Simon Josefsson <simon@josefsson.org>
14557
14558 * imap.el: Move to ../net directory.
14559
14560 2007-11-25 Romain Francoise <romain@orebokech.com>
14561
14562 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14563
14564 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14565
14566 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14567 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14568
14569 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14570 `nnmail-spool-file'.
14571
14572 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14573 `nnmail-spool-file'.
14574
14575 * gnus-move.el (gnus-change-server): Ditto.
14576
14577 * gnus-kill.el (gnus-batch-score): Ditto.
14578
14579 * gnus-cache.el (gnus-jog-cache): Ditto.
14580
14581 * gnus-msg.el (gnus-summary-reply):
14582 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14583
14584 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14585
14586 * gnus-cache.el (gnus-cache-generate-nov-databases):
14587 Use nnml-generate-nov-databases-directory instead of
14588 nnml-generate-nov-databases-1.
14589
14590 2007-11-24 Glenn Morris <rgm@gnu.org>
14591
14592 * message.el (message-tool-bar-retro): Update for rename
14593 mail_send.xpm->mail-send.xpm.
14594
14595 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14596
14597 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14598 `smime-ldap-search' for Emacs 22 and up.
14599
14600 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14601
14602 * hashcash.el: Move to ../mail directory.
14603
14604 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14605
14606 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14607 `smime-ldap-search' for Emacs 22 and up.
14608
14609 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14612
14613 * message.el (message-send-mail-function): Fix error convention.
14614 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14615 (message-widen-reply, message-send-mail, message-talkative-question)
14616 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14617 (message-clone-locals, message-send-news): Use with-current-buffer.
14618 (message-insert-or-toggle-importance): Remove unused var `valid'.
14619 (message-make-references): Remove unused var `new-references'.
14620 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14621
14622 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14625 (spam-split-symbolic-return-positive): Reflow docstring.
14626 (spam-backends, spam-summary-exit-behavior)
14627 (spam-mark-ham-unread-before-move-from-spam-group)
14628 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14629 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14630 (spam-clear-cache, spam-backend-check, spam-install-backend)
14631 (spam-install-statistical-backend, spam-list-of-processors)
14632 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14633 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14634 (spam-check-crm114, spam-initialize, spam-unload-hook):
14635 Fix typos in docstrings.
14636
14637 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14638
14639 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14640 been checked if they have never been read and those group levels are
14641 higher than the one that a user specified.
14642
14643 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14644
14645 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14646 foreign groups unless a group level is specified by a user.
14647 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14648
14649 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14650
14651 * message.el (message-send-mail-function): Require sendmail.
14652
14653 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14654
14655 * message.el (message-send-mail-function): Check for smtpmail too.
14656
14657 * utf7.el (utf7-encode, utf7-decode): Use coding system
14658 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14659
14660 * message.el (message-send-mail-function): New function.
14661 (message-send-mail-function): Set default using
14662 message-send-mail-function. Adjust doc string.
14663 (message-send-mail-with-mailclient): New function.
14664
14665 2007-11-17 Richard Stallman <rms@gnu.org>
14666
14667 * assistant.el: Remove file.
14668
14669 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14670
14671 * smime.el (from):
14672 * rfc2047.el (message-posting-charset):
14673 * qp.el (mm-use-ultra-safe-encoding):
14674 * pop3.el (parse-time-months):
14675 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14676 * nnml.el (files):
14677 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14678 (jka-compr-compression-info-list, ange-ftp-path-format)
14679 (efs-path-regexp):
14680 * nndiary.el (files):
14681 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14682 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14683 (epg-digest-algorithm-alist, inhibit-redisplay)
14684 (password-cache-expiry):
14685 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14686 (pgg-output-buffer, password-cache-expiry):
14687 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14688 (efs-path-regexp):
14689 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14690 (inhibit-redisplay):
14691 * mm-uu.el (file-name, start-point, end-point, entry)
14692 (gnus-newsgroup-name, gnus-newsgroup-charset):
14693 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14694 (latin-unity-ucs-list):
14695 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14696 (mm-uu-binhex-decode-function):
14697 * message.el (gnus-message-group-art, gnus-list-identifiers)
14698 (rmail-enable-mime-composing, gnus-local-organization)
14699 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14700 (gnus-read-active-file, facemenu-add-face-function)
14701 (facemenu-remove-face-function, gnus-article-decoded-p)
14702 (tool-bar-mode):
14703 * mail-source.el (display-time-mail-function):
14704 * gnus-util.el (nnmail-pathname-coding-system)
14705 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14706 (gnus-original-article-buffer, gnus-user-agent)
14707 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14708 (xemacs-codename, sxemacs-codename, emacs-program-version):
14709 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14710 * gnus-start.el (gnus-agent-covered-methods)
14711 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14712 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14713 (gnus-newsgroup-headers, gnus-group-list-mode)
14714 (gnus-group-mark-positions, gnus-newsgroup-data)
14715 (gnus-newsgroup-unreads, nnoo-state-alist)
14716 (gnus-current-select-method, mail-sources)
14717 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14718 (nnmail-spool-file, gnus-cache-active-hashtb):
14719 * gnus-mh.el (mh-lib-progs):
14720 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14721 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14722 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14723 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14724 (gnus-group-buffer):
14725 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14726 (font-lock-set-defaults):
14727 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14728 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14729 (gnus-summary-post-menu, total-parts, type, condition, length):
14730 * gnus-agent.el (gnus-agent-read-agentview):
14731 * flow-fill.el (show-trailing-whitespace):
14732 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14733 eval-and-compile wrappers for byte compiler pacifiers.
14734
14735 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14736 (mm-display-inline-fontify): Check for featurep 'xemacs not
14737 extent-list.
14738
14739 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14740 itimer-list.
14741 (mm-create-image-xemacs): Only do something for XEmacs.
14742 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14743
14744 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14745
14746 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14747 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14748
14749 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14750
14751 * nnimap.el (nnimap-split-download-body):
14752 * gnus-demon.el (gnus-demon):
14753 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14754
14755 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14756
14757 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14758 New macros.
14759 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14760 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14761 copy data from unibyte buffer to multibyte current buffer.
14762 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14763 to copy data from unibyte current buffer to multibyte buffer.
14764 (nntp-make-process-buffer): Make process buffer unibyte.
14765
14766 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14767
14768 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14769
14770 * pop3.el (pop3-open-server): Accept and process data more robustly at
14771 connection start to avoid spurious "POP SSL connection failed" errors.
14772
14773 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14774
14775 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14776 read group names.
14777
14778 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14779
14780 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14781
14782 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14783
14784 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14785 (nnmail-save-active): Use a unibyte buffer when saving active file,
14786 which may contain non-ASCII group names.
14787
14788 * nnml.el (nnml-request-group): Decode group names in messages.
14789
14790 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14791
14792 * message.el (message-citation-line-function)
14793 (message-insert-formatted-citation-line): Fix spelling of
14794 `message-insert-formated-citation-line'.
14795
14796 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14797
14798 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14799
14800 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14803 nnmail-pathname-coding-system.
14804
14805 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14806 that a user enters; decode group names in messages.
14807
14808 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14809
14810 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14811
14812 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14813
14814 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14815
14816 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14817 risky local variable.
14818
14819 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14820
14821 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14822
14823 * encrypt.el: Improve documentation to fix function name typo.
14824 Reported by Daiki Ueno <ueno@unixuser.org>.
14825
14826 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14827
14828 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14829 even if the point is not in the last page of an article.
14830 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14831 back to the previous page.
14832
14833 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14834
14835 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14836
14837 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14838
14839 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14840
14841 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * message.el (message-check-news-body-syntax):
14844 Avoid mm-string-as-multibyte.
14845 (message-hide-headers): Don't assume (point-min)==1.
14846
14847 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14848
14849 * message.el (message-remove-blank-cited-lines): Fix if remove is
14850 given.
14851 (message-bogus-address-regexp): New variable.
14852 (message-bogus-recipient-p): New function.
14853 (message-check-recipients): New command.
14854 (message-syntax-checks): Add `bogus-recipient'.
14855 (message-fix-before-sending): Add `bogus-recipient'.
14856
14857 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14858 (gnus-treat-body-boundary): Don't test window-system.
14859
14860 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14861
14862 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14863
14864 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14865
14866 * gnus.el: Bump version to Gnus v5.13.
14867
14868 2007-10-28 Miles Bader <miles@gnu.org>
14869
14870 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14871 at compile-time too.
14872
14873 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14874
14875 * gnus-msg.el (gnus-message-setup-hook):
14876 Add `message-remove-blank-cited-lines' to options.
14877
14878 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * message.el (message-remove-blank-cited-lines): New function.
14881 Suggested by Karl Plästerer.
14882
14883 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14884
14885 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14886 mapc.
14887
14888 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14889 (top-level): Use mapc to set functions to be traced for debugging.
14890
14891 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14892 called for effect with while loop.
14893
14894 * message.el (message-talkative-question): Replace mapcar called for
14895 effect with mapc.
14896
14897 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14898 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14899 called for effect with dolist.
14900
14901 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14902
14903 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14904 gnus-extra-headers and nnmail-extra-headers.
14905
14906 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14907 called for effect with dolist.
14908 (top-level): Use mapc to set functions to be traced for debugging.
14909
14910 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14911 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14912 dolist.
14913
14914 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14915 Replace mapcar called for effect with mapc.
14916 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14917 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14918 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14919 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14920
14921 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14922 remove-if that's a cl function.
14923
14924 * webmail.el (webmail-debug): Replace mapcar called for effect with
14925 dolist.
14926
14927 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14928
14929 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14930 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14931 with while loop.
14932
14933 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14934 functions from article-* functions.
14935 (gnus-multi-decode-header): Replace mapcar called for effect with
14936 dolist.
14937
14938 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14939 (gnus-bookmark-show-details): Replace mapcar called for effect with
14940 while loop.
14941
14942 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14943 called for effect with while loop.
14944
14945 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14946 with dolist.
14947
14948 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14949 Replace mapcar called for effect with dolist.
14950
14951 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14952
14953 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14954 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14955 Replace mapcar called for effect with dolist.
14956 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14957 mapc.
14958
14959 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14960 Replace mapcar called for effect with dolist.
14961 (gnus-topic-list): Replace mapcar called for effect with mapc.
14962
14963 * gnus.el: Use mapc instead of mapcar to add autoloads.
14964
14965 2007-10-23 Richard Stallman <rms@gnu.org>
14966
14967 * gnus-group.el (gnus-group-highlight): Mark as risky.
14968
14969 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14970
14971 * gnus.el (gnus-server-to-method): Return method found first in
14972 gnus-newsrc-alist.
14973
14974 * gnus-art.el (gnus-article-highlight-signature)
14975 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14976 button overlay without the front stickiness.
14977
14978 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14979
14980 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14981 overview buffer needed a catch to receive its throw.
14982 (gnus-agent-flush-cache): Declare as interactive to make this function
14983 easier to use.
14984
14985 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14986
14987 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14988 `next-line'.
14989
14990 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14991
14992 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14993 exclude address matching message-dont-reply-to-names.
14994
14995 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * gnus-util.el (gnus-string<): New function.
14998
14999 * gnus-sum.el (gnus-article-sort-by-author)
15000 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15001
15002 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15003
15004 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15005 the frame-focus tag is set in gnus-buffer-configuration.
15006
15007 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15010 the front stickiness.
15011
15012 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15013
15014 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15015 url pattern; remove duplicate one.
15016 (gnus-article-extend-url-button): New function.
15017 (gnus-article-add-buttons): Use it.
15018 (gnus-button-push): Use concatenated url that it makes.
15019
15020 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15021
15022 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15023 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15024
15025 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15028 Don't hardcode point-min==1.
15029
15030 2007-09-30 David Kastrup <dak@gnu.org>
15031
15032 * gnus-art.el (gnus-article-reply-with-original)
15033 (gnus-article-followup-with-original): When `transient-mark-mode' is
15034 off, refrain from active-region behavior for followups.
15035
15036 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15037
15038 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15039 Fix comment about "iso8859-1".
15040
15041 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15042
15043 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15044 ones returned from the verify-function.
15045
15046 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15047 Call mml2015-extract-cleartext-signature if extraction failed.
15048
15049 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15050
15051 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15052 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15053 failed.
15054
15055 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15056
15057 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15058
15059 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15060
15061 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15062 to mark a thread as expirable. Add variable `hide' to handle hiding of
15063 thread for both the null and zero (kill/expire thread) universal prefix
15064 cases.
15065 (gnus-summary-expire-thread): Add new function to expire a thread,
15066 using gnus-summary-kill-thread.
15067 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15068 shortcuts for gnus-summary-expire-thread.
15069 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15070 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15071
15072 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15073
15074 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15075 extras value, so an extras entry can be deleted.
15076 (gnus-registry-delete-extra-entry): Use it.
15077 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15078 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15079 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15080 storage through the gnus-registry, and provide an appropriate API for
15081 it.
15082
15083 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15084
15085 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15086 Suggested by Leo <sdl.web@gmail.com>.
15087
15088 * gnus.el: Do.
15089
15090 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15091
15092 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15093 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15094
15095 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15096
15097 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15098 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15099
15100 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15101
15102 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15103 newline.
15104 (nnmbox-request-accept-article): Don't change article in source buffer;
15105 narrow to header to use message-fetch-field rather than
15106 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15107 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15108 as delimiters; make sure article ends with newline.
15109 (nnmbox-delete-mail): Correct last position of article to be deleted;
15110 ignore X-Gnus-Newsgroup header in article body.
15111 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15112 positions; make sure article ends with newline.
15113
15114 * message.el (message-display-abbrev): Don't infloop when a user
15115 inserts SPC in the beginning of header.
15116
15117 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15118
15119 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15120 list of groups not followed by default. Fix type to be regexp.
15121 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15122
15123 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15124
15125 * hmac-def.el (define-hmac-function): Switch from old-style to
15126 new-style backquotes.
15127
15128 * md4.el (md4-make-step): Likewise.
15129
15130 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15133 raw-text coding system when saving .newsrc file, which may contain
15134 non-ASCII group names.
15135
15136 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15137
15138 * gnus-cus.el (gnus-score-extra): New widget.
15139 (gnus-score-extra-convert): New function.
15140 (gnus-score-customize): Use it for Extra.
15141
15142 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15143
15144 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15145 (mml2015-mailcrypt-clear-verify): Use it.
15146 (mml2015-gpg-clear-verify): Use it.
15147 (mml2015-pgg-clear-verify): Use it.
15148 (mml2015-epg-clear-verify): Replace the current part with the output
15149 from GnuPG; don't extract the plaintext by itself.
15150
15151 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15152 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15153 mml2015-clear-verify-function; don't touch the armor headers or
15154 dash-escaped text here.
15155
15156 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15157
15158 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15159 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15160 parts, or application/octet-stream as a last resort.
15161 (gnus-mime-view-part-as-type): Don't toggle display.
15162 (gnus-mime-view-part-as-charset): Don't turn off display before
15163 querying charset.
15164
15165 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15166 stuff to undisplayer function in Emacs.
15167 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15168
15169 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15170 text/calendar parts.
15171
15172 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15173
15174 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15175 decoding text/calendar parts.
15176
15177 * message.el (message-forward-make-body-mime): Always mark body as
15178 having no illegible text; remove signed-or-encrypted argument.
15179 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15180
15181 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15182 (mml-generate-mime-1): Don't encode body if it is specified to be in
15183 raw form; don't make buffer be unibyte when inserting multibyte string.
15184
15185 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * sha1.el: Fix up comment style.
15188 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15189 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15190
15191 * hex-util.el: Fix up comment style.
15192 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15193
15194 * gnus-salt.el: Use with-current-buffer.
15195 (gnus-pick-setup-message): Fix long-standing typo.
15196
15197 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15198
15199 * imap.el (imap-logout-timeout): New variable.
15200 (imap-logout, imap-logout-wait): New functions.
15201 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15202
15203 * nnimap.el (nnimap-logout-timeout): New server variable.
15204 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15205 nnimap-logout-timeout.
15206
15207 * gnus-art.el (gnus-article-summary-command-nosave)
15208 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15209
15210 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15211
15212 * gnus.el (gnus-maximum-newsgroup): New variable.
15213
15214 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15215 according to gnus-maximum-newsgroup.
15216
15217 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15218 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15219 Limit the range of articles according to gnus-maximum-newsgroup.
15220
15221 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15222
15223 * gnus-art.el (gnus-sticky-article): Fix problems described in
15224 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15225 Don't perform gnus-configure-windows here; reuse existing sticky
15226 article buffer.
15227
15228 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15229 it doesn't exist in gnus-article-mode.
15230
15231 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15232
15233 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15234 (gnus-agent-decoded-group-name): New function.
15235 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15236 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15237
15238 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15239
15240 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15241 Add binding for gnus-sticky-article.
15242 (gnus-summary-exit): Don't kill sticky article buffers.
15243
15244 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15245 article buffer.
15246 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15247 (gnus-kill-sticky-article-buffers): New commands.
15248
15249 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15250
15251 * nntp.el (nntp-xref-number-is-evil): New server variable.
15252 (nntp-find-group-and-number): If it is non-nil, don't trust article
15253 numbers in the Xref header.
15254
15255 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15256
15257 * gnus-agent.el (gnus-agent-read-group): New function.
15258 (gnus-agent-flush-group, gnus-agent-expire-group)
15259 (gnus-agent-regenerate-group): Use it.
15260 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15261 nnmail-pathname-coding-system.
15262
15263 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15264
15265 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15266
15267 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15268 that are unread as unread, and also as selected so that information of
15269 marks having been changed by a user may be updated when exiting group.
15270
15271 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15272
15273 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15274
15275 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15276
15277 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15278 calculated ignoring signature parts to gnus-treat-article.
15279
15280 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15283 a point here in order to keep the window start.
15284 (gnus-insert-mime-security-button): Make a button overlay without the
15285 front stickiness.
15286 (gnus-mime-display-security): Goto the end of a button.
15287
15288 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15289
15290 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15291
15292 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15293 group-name-at-point.
15294 (gnus-group-completing-read): New function that offers decoded
15295 non-ASCII group names for completion.
15296 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15297 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15298 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15299 (gnus-group-fetch-control): Use it.
15300 (gnus-fetch-group): Use group-name-at-point for the initial value
15301 rather than the default value; use gnus-alive-p.
15302
15303 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15304 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15305 (gnus-summary-post-news): Use gnus-group-completing-read.
15306
15307 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15308 (gnus-read-move-group-name): Decode group name for completion.
15309
15310 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15311
15312 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15313 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15314 Yamaoka slightly modified the code).
15315
15316 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15317
15318 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15319 (nnmail-split-incoming): Bind it.
15320
15321 * nnml.el (nnml-group-name-charset): New function.
15322 (nnml-decoded-group-name): Use it; don't decode group name if
15323 nnmail-group-names-not-encoded-p is non-nil.
15324 (nnml-encoded-group-name): New function.
15325 (nnml-group-pathname): Inline nnml-decoded-group-name.
15326 (nnml-request-expire-articles): Decode group name in message.
15327 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15328 nnmail-pathname-coding-system.
15329 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15330 not decoded ones according to nnmail-group-names-not-encoded-p.
15331 (nnml-generate-active-info): Use nnml-encoded-group-name.
15332
15333 2007-08-08 Glenn Morris <rgm@gnu.org>
15334
15335 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15336 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15337 doc-strings and comments.
15338
15339 2007-07-25 Glenn Morris <rgm@gnu.org>
15340
15341 * Relicense all FSF files to GPLv3 or later.
15342
15343 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15344
15345 * gnus-sum.el (gnus-summary-move-article):
15346 Make gnus-summary-respool-article work.
15347
15348 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15349
15350 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15351 string.
15352
15353 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15354
15355 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15356 that should be ignored when comparing distant RSS articles with local
15357 ones.
15358 (nnrss-make-hash-index): New function. Create a hash index according
15359 to the ignored fields.
15360 (nnrss-check-group): Use it.
15361
15362 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15365
15366 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15367
15368 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15369 the new optional argument ENCODED is non-nil.
15370 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15371 coding system for encoding group name.
15372 (gnus-group-make-rss-group): Pass un-encoded group name to
15373 gnus-group-make-group.
15374 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15375 encoded.
15376
15377 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15378 Encode group name to which articles are moved or copied.
15379 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15380 coding system for encoding Newsgroup, Followup-To and Xref headers.
15381
15382 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15383 marks; use nnheader-file-coding-system to write a file.
15384 (nnagent-retrieve-headers): Bind file-name-coding-system to
15385 nnmail-pathname-coding-system.
15386
15387 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15388
15389 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15390 (nnml-request-article, nnml-request-create-group)
15391 (nnml-request-rename-group, nnml-find-id)
15392 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15393 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15394 (nnml-save-marks): Use nnml-group-pathname instead of
15395 nnmail-group-pathname.
15396
15397 (nnml-request-create-group, nnml-request-expire-articles)
15398 (nnml-request-move-article, nnml-request-delete-group)
15399 (nnml-deletable-article-p, nnml-possibly-create-directory)
15400 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15401 (nnml-open-marks): Bind file-name-coding-system to
15402 nnmail-pathname-coding-system.
15403
15404 (nnml-request-article): Pass server argument to nnml-find-group-number.
15405 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15406 Pass server argument to nnml-possibly-create-directory.
15407 (nnml-request-accept-article): Pass server argument to
15408 nnml-active-number and nnml-save-mail.
15409 (nnml-find-group-number): Pass server argument to nnml-find-id.
15410 (nnml-request-update-info): Pass server argument to
15411 nnml-marks-changed-p.
15412
15413 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15414 (nnml-save-mail, nnml-active-number): Add server argument.
15415
15416 (nnml-request-delete-group): Warn if group is missing.
15417 (nnml-get-nov-buffer): Decode group name.
15418 (nnml-generate-active-info): Encode group name.
15419 (nnml-open-marks): Decode group name in messages.
15420
15421 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15422
15423 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15424 if it is not specified.
15425 (gnus-article-pipe-part, gnus-article-save-part)
15426 (gnus-article-interactively-view-part, gnus-article-copy-part)
15427 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15428 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15429 (gnus-article-replace-part, gnus-article-delete-part)
15430 (gnus-article-view-part-as-type): Pass raw prefix argument to
15431 gnus-article-part-wrapper.
15432
15433 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * gnus-agent.el (gnus-agent-save-active):
15436 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15437
15438 * gnus-cache.el (gnus-cache-save-buffers)
15439 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15440 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15441 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15442 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15443 (gnus-cache-generate-active, gnus-cache-rename-group)
15444 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15445 (gnus-cache-update-overview-total-fetched-for):
15446 Bind file-name-coding-system to nnmail-pathname-coding-system.
15447 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15448 New variables.
15449 (gnus-cache-decoded-group-name): New function.
15450 (gnus-cache-file-name): Use it.
15451 (gnus-cache-generate-active): Use non-decoded group name for active.
15452
15453 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15454 right place.
15455 (gnus-write-active-file): Don't break non-ASCII group names.
15456
15457 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15458 nnmail-pathname-coding-system.
15459
15460 * gnus-uu.el (gnus-uu-decode-save): Typo.
15461
15462 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15463
15464 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15465
15466 2007-07-14 David Kastrup <dak@gnu.org>
15467
15468 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15469 finishing actions if we did not edit the article.
15470
15471 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15472
15473 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15474 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15475 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15476 (gnus-agent-flush-group, gnus-agent-flush-cache)
15477 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15478 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15479 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15480 (gnus-agent-regenerate-group)
15481 (gnus-agent-update-files-total-fetched-for)
15482 (gnus-agent-update-view-total-fetched-for):
15483 Bind file-name-coding-system to nnmail-pathname-coding-system.
15484 (gnus-agent-group-pathname): Don't encode file names by
15485 nnmail-pathname-coding-system.
15486 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15487 coding-system-for-write instead of buffer-file-coding-system to
15488 gnus-agent-file-coding-system.
15489
15490 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15491 Decode group name.
15492
15493 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15494
15495 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15496 (gnus-read-newsrc-el-file): Make group names unibyte.
15497
15498 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15499 nnmail-pathname-coding-system.
15500
15501 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15502 (nnrss-request-delete-group): Bind file-name-coding-system to
15503 nnmail-pathname-coding-system.
15504 (nnrss-read-server-data, nnrss-read-group-data):
15505 Bind file-name-coding-system correctly.
15506 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15507
15508 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15509 (nntp-server-to-method-cache): New variable.
15510 (nntp-group-pathname): New function that decodes non-ASCII group names.
15511 (nntp-possibly-create-directory, nntp-marks-changed-p)
15512 (nntp-save-marks, nntp-open-marks): Use it.
15513 (nntp-possibly-create-directory, nntp-open-marks):
15514 Bind file-name-coding-system to nnmail-pathname-coding-system.
15515 (nntp-open-marks): Decode group names when bootstrapping marks.
15516
15517 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15518 Newsgroups and Followup-To headers.
15519
15520 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15521
15522 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15523 (gnus-server-closed-face, gnus-server-denied-face)
15524 (gnus-server-offline-face): Remove variable.
15525 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15526
15527 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15528 of modifying message-stack directly for XEmacs.
15529
15530 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15531 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15532 if the coding-system argument is nil for XEmacs.
15533
15534 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15535 mm-charset-override-alist.
15536
15537 * rfc2047.el: Don't require base64; require rfc2045 for the function
15538 rfc2045-encode-string.
15539 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15540 to quote the parameter value.
15541
15542 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15543
15544 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15545 form in gnus-group-name-charset-method-alist.
15546
15547 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15548 overrides the default layout edit-form.
15549
15550 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15551
15552 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15553
15554 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15555
15556 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15557 as unfetched articles.
15558
15559 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15560
15561 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15562
15563 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15564
15565 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15566 original back end that keeps marks in the local system.
15567
15568 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15569
15570 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15571 arg of pop-to-buffer for XEmacs.
15572 (gnus-article-read-summary-keys): Ditto; don't restore window
15573 configuration if summary command ends up with neither article buffer
15574 nor summary buffer; describe bindings if summary keys end with C-h.
15575
15576 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15577
15578 * message.el (message-fix-before-sending): Skip raw message part to be
15579 forwarded while checking illegible text.
15580 (message-forward-make-body-mime, message-forward-make-body):
15581 Mark signed or encrypted raw message as having no illegible text.
15582
15583 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15584
15585 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15586 (gnus-message-with-timestamp-1): New macro.
15587 (gnus-message-with-timestamp): New function.
15588 (gnus-message): Use them.
15589
15590 * nnheader.el (nnheader-message): Use them.
15591
15592 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15593
15594 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15595 .newsrc.eld file.
15596
15597 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15598
15599 * gnus-agent.el (gnus-agent-fetch-headers)
15600 (gnus-agent-retrieve-headers):
15601 Bind gnus-decode-encoded-address-function to identity.
15602
15603 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15604 available also when the server returns simply a dot.
15605
15606 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15607
15608 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15609
15610 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15611
15612 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15613
15614 * gnus-ems.el (gnus-x-splash): Make it work.
15615
15616 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15617 from being used.
15618
15619 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15620
15621 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15622 the front stickiness.
15623 (gnus-article-summary-command-nosave): Correct the order of the
15624 arguments passed to pop-to-buffer.
15625 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15626 summary command ends up with the article buffer.
15627
15628 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15629 the same faces.
15630
15631 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15632
15633 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15634
15635 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15636
15637 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15638 * gnus-sum.el (gnus-summary-highlight):
15639 * mail-source.el (mail-source-delete-old-incoming-confirm):
15640 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15641
15642 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15643
15644 * gnus-art.el (gnus-mime-view-part-externally)
15645 (gnus-mime-view-part-internally): Fix predicate function passed to
15646 completing-read.
15647
15648 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15649
15650 * gnus.el (gnus-update-message-archive-method): Add :version.
15651
15652 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15653
15654 * gnus.el (gnus-update-message-archive-method): New variable.
15655
15656 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15657 according to gnus-message-archive-method if
15658 gnus-update-message-archive-method is non-nil.
15659
15660 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15661
15662 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15663 Suggested by Loic Dachary <loic@dachary.org>.
15664 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15665
15666 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15667
15668 * message.el (message-pop-to-buffer): Add switch-function argument.
15669 (message-mail): Pass switch-function argument to it.
15670
15671 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15672
15673 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15674 Improve doc string.
15675
15676 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15677
15678 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15679 (gnus-header-content):
15680 * gnus-cite.el (gnus-cite-10):
15681 * gnus-srvr.el (gnus-server-closed):
15682 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15683 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15684 (gnus-group-mail-3-empty, gnus-group-mail-low)
15685 (gnus-group-mail-low-empty, gnus-splash):
15686 * message.el (message-header-to, message-header-cc)
15687 (message-header-subject, message-header-other, message-header-name)
15688 (message-header-xheader, message-separator, message-cited-text)
15689 (message-mml): Lighten colors of faces used for dark background.
15690
15691 2007-05-24 Simon Josefsson <simon@josefsson.org>
15692
15693 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15694 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15695
15696 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15697
15698 * message.el (message-narrow-to-headers-or-head):
15699 Ignore mail-header-separator in the body.
15700
15701 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15702
15703 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15704 same as window size.
15705
15706 2007-05-22 Kevin Ryde <user42@zip.com.au>
15707
15708 * message.el (message-font-lock-keywords): Use message-header-xheader
15709 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15710 ahead of the anything pattern, to get it recognized.
15711
15712 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15713
15714 * gnus-sum.el (gnus-articles-to-read)
15715 (gnus-summary-insert-old-articles): Don't truncate group name for
15716 `read-string'.
15717
15718 * gnus-util.el (gnus-limit-string): Delete this function.
15719
15720 * gnus-sum.el (gnus-simplify-subject-fully):
15721 Use `truncate-string-to-width' instead.
15722
15723 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15724
15725 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15726 Tell if, on summary exit, the next group has to be selected.
15727 (gnus-summary-exit): Use it.
15728
15729 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15730
15731 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15732 non-break space.
15733
15734 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15735
15736 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15737 Check if group is not a directory.
15738 (nnfolder-request-expire-articles): Don't delete articles if the target
15739 group is not available.
15740
15741 * nnml.el (nnml-request-create-group): Properly check if group is not a
15742 file.
15743 (nnml-request-expire-articles): Don't delete articles if the target
15744 group is not available.
15745
15746 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15747 Don't quote characters that are within parentheses.
15748
15749 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15750
15751 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15752 (gnus-handle-ephemeral-exit): Select article according to it.
15753
15754 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15755
15756 * message.el (message-insert-formated-citation-line): Remove newline.
15757 (message-citation-line-format): Add final \n here so that the user can
15758 avoid a blank line.
15759
15760 2007-05-03 Dan Christensen <jdc@uwo.ca>
15761
15762 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15763 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15764 Update lanl/arXiv support.
15765
15766 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15767
15768 * gnus.el: Bump version number.
15769
15770 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15771
15772 * gnus.el (gnus-version-number): Bump version.
15773
15774 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15775
15776 * gnus.el: No Gnus v0.6 is released.
15777
15778 2007-04-27 Didier Verna <didier@xemacs.org>
15779
15780 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15781 * gmm-utils.el (gmm-regexp-concat): ... here.
15782 * message.el: Don't require 'gnus-util.
15783 (message-dont-reply-to-names): Handle name change above.
15784 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15785
15786 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15787
15788 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15789 since the initial value varies according to the system.
15790
15791 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15792
15793 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15794
15795 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15796
15797 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15798
15799 2007-04-24 Didier Verna <didier@xemacs.org>
15800
15801 Improve the type of gnus-ignored-from-addresses.
15802 * gnus-util.el (gnus-orify-regexp): New function.
15803 * message.el (gnus-util): Require it.
15804 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15805 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15806 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15807
15808 2007-04-24 Didier Verna <didier@xemacs.org>
15809
15810 * gnus-sum.el:
15811 * gnus-utils.el: Fix some trailing whitespaces.
15812
15813 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15816 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15817 article's Message-ID; refer parent article in summary buffer.
15818
15819 * message.el (message-bounce): Call mime-to-mml.
15820
15821 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15822
15823 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15824
15825 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15828 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15829 displayed of multipart/alternative part if it is invoked from summary
15830 buffer.
15831
15832 * mm-view.el (mm-inline-text-html-render-with-w3m)
15833 (mm-inline-text-html-render-with-w3m-standalone)
15834 (mm-inline-render-with-function): Use mail-parse-charset by default.
15835
15836 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15837
15838 * parse-time.el (parse-time-string-chars): Check if CHAR
15839 is less than the length of parse-time-syntax.
15840
15841 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15842
15843 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15844 from gnus-newsgroup-processable.
15845
15846 2007-04-16 Didier Verna <didier@xemacs.org>
15847
15848 * gnus-msg.el (gnus-configure-posting-styles):
15849 Handle message-signature-directory properly with :file syntax.
15850 Reported by "Leo".
15851
15852 2007-04-11 Didier Verna <didier@xemacs.org>
15853
15854 New user option: message-signature-directory.
15855 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15856 * message.el (message-insert-signature): Ditto.
15857 * message.el (message-signature-file): Doc update.
15858 * message.el (message-signature-directory): New.
15859
15860 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15861
15862 * gnus-msg.el (gnus-inews-yank-articles):
15863 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15864
15865 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15866
15867 * message.el (message-yank-original): Make sure cited text ends with
15868 newline; don't exchange point and mark.
15869
15870 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15871
15872 * tls.el (open-tls-stream): Properly handle case where there
15873 is no associated buffer.
15874
15875 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15876
15877 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15878 message-yank-original, make sure (< mark TEXT point).
15879
15880 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15881
15882 * message.el (message-fill-column): New variable.
15883 (message-mode): Use it. Add comment on a possible new hook.
15884
15885 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15886 (nnmail-get-new-mail): Reformat.
15887
15888 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15889
15890 * gmm-utils.el: Fix Commentary.
15891 (gmm-tool-bar-from-list): Fix typo in doc string.
15892
15893 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15894
15895 * message.el (message-yank-original): Don't switch point and mark
15896 unnecessarily to put point and mark as documented.
15897
15898 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15899
15900 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15901 from the message heads.
15902
15903 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15904
15905 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15906 article buffer does not have a window. This may not be the best
15907 solution but is certainly better than setting the start of the null,
15908 that is the current, window.
15909
15910 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15913 (gnus-draft-setup): Run it.
15914
15915 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15916 gnus-score-fast-scoring. Allow regexp.
15917 (gnus-score-headers): Use it.
15918
15919 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15920 XEmacs.
15921
15922 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15923 string.
15924 (gnus-button-alist): Also catch `<f1> k ...'.
15925 (gnus-treat-display-x-face): Fix doc string.
15926
15927 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15928
15929 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15930 evaluation of gnus-extended-version to ensure correct generation of the
15931 User-Agent header when message-generate-headers-first is used.
15932
15933 2007-03-24 Simon Josefsson <simon@josefsson.org>
15934
15935 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15936 hashcash-path is nil. Don't call callback with incorrect number of
15937 parameters if val is 0.
15938
15939 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15940
15941 * message.el (message-required-news-headers):
15942 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15943
15944 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15945
15946 * message.el (message-generate-new-buffers): Change the meaning of the
15947 nil value; add `standard' to the choices; treat t as `unique'; improve
15948 doc string.
15949 (gnus-select-frame-set-input-focus): Autoload.
15950 (message-buffer-name): Search for the existing message buffer if
15951 message-generate-new-buffers is nil or `standard'; treat the value t of
15952 message-generate-new-buffers as `unique'.
15953 (message-pop-to-buffer): Raise the frame already displaying the message
15954 buffer; clear the echo area after querying.
15955 (message-setup): Pass the `continue' argument to compose-mail.
15956 (message-mail): Prefer `switch-function' if it is given; search for the
15957 existing message buffer if the `continue' argument is non-nil; pass
15958 continue and switch-function arguments to compose-mail by way of
15959 message-setup.
15960 (message-mail-other-window): Adjust argument of message-setup.
15961 (message-mail-other-frame): Ditto.
15962
15963 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15966 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15967 to turn font-lock on when turning gnus-message-citation-mode on.
15968
15969 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15970
15971 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15972 (mml-smime-function-alist): New variable; add epg as the backend.
15973 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15974 mml-smime- functions instead.
15975 * mm-view.el: Require smime.
15976
15977 2007-03-05 Didier Verna <didier@xemacs.org>
15978
15979 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15980 instead of just inheritance for posting styles.
15981 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15982
15983 2007-02-24 John Paul Wallington <jpw@pobox.com>
15984
15985 * tls.el (tls-certtool-program): Fix custom type.
15986
15987 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15988
15989 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15990 and point-at-eol instead of line-(beginning|end)-position.
15991
15992 * assistant.el (assistant-parse-buffer): Ditto.
15993
15994 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15995
15996 * mml2015.el (mml2015-epg-find-usable-key): New function.
15997 (mml2015-epg-sign): Use it.
15998 (mml2015-epg-encrypt): Use it.
15999
16000 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16001
16002 * message.el (message-make-in-reply-to): Quote name containing
16003 non-ASCII characters. It will make the RFC2047 encoder cause an error
16004 if there are special characters. Reported by NAKAJI Hiroyuki
16005 <nakaji@jp.freebsd.org>.
16006
16007 2007-02-27 Didier Verna <didier@xemacs.org>
16008
16009 Include the group parameters as well as the topic ones in the
16010 inheritance filter process.
16011 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16012 argument GROUP-PARAMS-LIST.
16013 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16014
16015 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * nntp.el (nntp-never-echoes-commands)
16018 (nntp-open-connection-functions-never-echo-commands): New variables.
16019 (nntp-send-command): Use them.
16020
16021 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16022
16023 * mml2015.el (mml2015-epg-verify): Simplify.
16024
16025 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16026
16027 * mml.el (mml-content-disposition-alist): New user option.
16028 (mml-content-disposition): New function.
16029 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16030 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16031
16032 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16033
16034 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16035 verification.
16036
16037 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16038
16039 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16040 articles posted in the last 24 hours.
16041
16042 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16043
16044 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16045
16046 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16047
16048 * nntp.el (nntp-send-command): Don't wait for echoes when
16049 nntp-open-ssl-stream is used.
16050
16051 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16052
16053 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16054 (gnus-message-add-citation-keywords)
16055 (gnus-message-remove-citation-keywords): Remove.
16056 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16057 directly, make the variables in font-lock-defaults buffer-local, add
16058 gnus-message-citation-keywords to them and then update the value of
16059 font-lock-keywords.
16060
16061 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16062
16063 * message.el (message-cite-original-1): Don't call
16064 gnus-article-highlight-citation.
16065
16066 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16067 citations; fix line count.
16068
16069 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16070
16071 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16072 (gnus-message-add-citation-keywords)
16073 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16074 versions of font-lock-add-keywords and font-lock-remove-keywords to
16075 work with XEmacs correctly.
16076
16077 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16078
16079 * gnus-cite.el (gnus-cite-face-list): Set the values of
16080 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16081 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16082 (gnus-message-cite-prefix-regexp): New variable.
16083 (gnus-message-search-citation-line): Use it; protect against long
16084 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16085 the 0th match data for Emacs.
16086 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16087 (gnus-message-add-citation-keywords): Append keywords rather than
16088 prepending; emulate font-lock-add-keywords if it is not available.
16089 (gnus-message-remove-citation-keywords):
16090 Emulate font-lock-remove-keywords if it is not available.
16091
16092 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16093
16094 * message.el (message-cite-prefix-regexp): Set the value of
16095 gnus-message-cite-prefix-regexp.
16096
16097 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16098
16099 * nnweb.el (nnweb-google-parse-1): Update parser.
16100
16101 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16102
16103 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16104
16105 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16106
16107 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16108 regexp.
16109
16110 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16111
16112 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16113 string-to-multibyte.
16114 (uudecode-decode-region-internal): Use it.
16115
16116 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16117
16118 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16119 Fix custom choice.
16120
16121 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16122
16123 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16124
16125 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16126
16127 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16128 `write-region' to respect `mm-inhibit-file-name-handlers'.
16129
16130 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16131
16132 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16133 Use gnus-home-directory instead of "~/" or "$HOME".
16134
16135 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16136
16137 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16138 to mention filename.
16139 Add comments at beginning regarding usage.
16140 (encrypt-write-file-contents): Change interactive so a string is
16141 acceptable. If the file has no associated model, show an error instead
16142 of a nonsense prompt.
16143
16144 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16145
16146 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16147 Thanks to Yoshihiko Yamada for kind notification of this typo.
16148
16149 2007-01-12 Kenichi Handa <handa@m17n.org>
16150
16151 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16152 multibyte buffer.
16153
16154 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16155
16156 * gnus-score.el (gnus-score-fast-scoring): New variable.
16157 (gnus-score-headers): Use it.
16158
16159 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16160
16161 * message.el (message-cite-original-1):
16162 Call gnus-article-highlight-citation if requested.
16163 (message-make-from): Allow name and address as optional arguments.
16164
16165 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16166
16167 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16168 bugs to doc string.
16169 (gnus-button-alist): Add mid\\|message-id.
16170 (gnus-button-fetch-group): Extend for use in
16171 `browse-url-browser-function'.
16172 (gnus-button-url-regexp): Try to catch paired parentheses like in
16173 Wikipedia URLs.
16174
16175 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16176 Suggested by Simon Krahnke <overlord@gmx.li>.
16177
16178 2007-01-13 Romain Francoise <romain@orebokech.com>
16179
16180 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16181 Update copyright.
16182
16183 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16184
16185 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16186
16187 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16188
16189 * gnus-registry.el (gnus-registry-unfollowed-groups)
16190 (gnus-registry-split-fancy-with-parent): Fix documentation.
16191
16192 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16193
16194 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16195 from nnweb groups.
16196
16197 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16198
16199 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16200 Xref urls. Erase buffer before requesting head.
16201
16202 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16203
16204 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16205
16206 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16207 customizable.
16208
16209 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16210
16211 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16212 no signing key is found.
16213 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16214 no encrypting and/or signing key is found.
16215
16216 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16217
16218 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16219
16220 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16221
16222 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16223 headers read from disk with the ones newly found in the current search.
16224 This should no longer cause problems, because the article numbers in
16225 Gmane's `nov.php' output are ignored since the previous change.
16226
16227 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16228
16229 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16230
16231 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16234
16235 2007-01-01 Romain Francoise <romain@orebokech.com>
16236
16237 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16238
16239 2006-12-31 Steve Youngs <steve@sxemacs.org>
16240
16241 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16242 `define-minor-mode' macro definition expanded properly.
16243 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16244 exclude it there.
16245
16246 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16247 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16248 `fboundp' test.
16249 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16250 This is OK to autoload in (S)XEmacs now.
16251
16252 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16253
16254 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16255 keystroke.
16256 (gnus-summary-limit-to-singletons): Fix typo.
16257
16258 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16259 else fails.
16260
16261 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16262
16263 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16264 docstring.
16265
16266 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16267 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16268 (gnus-summary-insert-dormant-articles): Fix typo in message.
16269
16270 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16271
16272 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16273 nil for XEmacs.
16274 (gnus-message-citation-mode): Don't autoload in XEmacs.
16275
16276 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16277
16278 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16279
16280 * nnimap.el (nnimap-expunge-search-string):
16281 Mention nnimap-search-uids-not-since-is-evil in docstring.
16282
16283 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16284
16285 * spam.el: Revert to make-obsolete-variable because
16286 define-obsolete-variable-alias is not supported in Emacs 21.
16287
16288 * spam.el (spam-ifile-path, spam-ifile-database-path)
16289 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16290 make-obsolete-variable.
16291 (spam-bsfilter-path, spam-bsfilter-program)
16292 (spam-spamassassin-path, spam-spamassassin-program)
16293 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16294 Don't use "path" inappropriately.
16295 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16296 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16297 variable names.
16298
16299 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16300
16301 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16302 summary buffer.
16303
16304 * password.el (password-cache-remove): Use clear-string to burn
16305 password, if available.
16306
16307 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16308
16309 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16310
16311 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16312
16313 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16314 (gnus-message-highlight-citation): Move defcustom here from
16315 gnus-cite.el.
16316 (gnus-message-citation-mode): Autoload.
16317
16318 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16319 checks to make it compile with XEmacs.
16320 (gnus-message-citation-mode): New minor mode.
16321 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16322 (gnus-message-highlight-citation): New variables.
16323 (gnus-message-search-citation-line)
16324 (gnus-message-add-citation-keywords)
16325 (gnus-message-remove-citation-keywords)
16326 (turn-on-gnus-message-citation-mode)
16327 (turn-off-gnus-message-citation-mode): New functions.
16328
16329 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16330
16331 * gnus-cite.el: Enable highlighting of different citation levels in
16332 message-mode.
16333
16334 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16335
16336 * message.el (message-make-fqdn): Fix comment.
16337 (message-bogus-system-names): Add ".local".
16338
16339 * spam.el (spam-ifile-path, spam-ifile-program)
16340 (spam-ifile-database-path, spam-ifile-database)
16341 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16342 Don't use "path" inappropriately.
16343 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16344 strings.
16345 (spam-check-ifile, spam-ifile-register-with-ifile)
16346 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16347 Use new variable names.
16348
16349 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16350 (gnus-treat-display-smileys): Simplify using
16351 gnus-image-type-available-p.
16352
16353 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16354 available.
16355
16356 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16357
16358 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16359 one after turning on the buffer's multibyteness instead of decoding
16360 them directly in the unibyte buffer that causes unexpected conversion
16361 in Emacs 23 (unicode).
16362
16363 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16364
16365 * message.el (message-generate-hashcash): Fix custom type.
16366
16367 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16368
16369 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16370
16371 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16372
16373 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16374 disconnect icons. Add help text.
16375
16376 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16377
16378 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16379 negated to be consistent with the others we handle.
16380
16381 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16382
16383 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16384 version of gnus-summary-buffer to something, so that we can use two
16385 article buffers at the same time.
16386
16387 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16388
16389 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16390 trigger all the extra headers.
16391 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16392 sorting.
16393
16394 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16395
16396 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16397 solid groups.
16398
16399 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16400
16401 * legacy-gnus-agent.el: Add Copyright notice.
16402
16403 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16404
16405 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16406
16407 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16408
16409 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16410
16411 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16412 to make it work reliably in CVS Emacs.
16413 (gnus-summary-limit-strange-charsets-predicate)
16414 (gnus-summary-limit-to-predicate): New functions.
16415
16416 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16417
16418 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16419 specifying array size.
16420 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16421 array if it is too small.
16422 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16423 (gnus-sort-threads-loop): New function.
16424
16425 2006-12-06 Chris Moore <dooglus@gmail.com>
16426
16427 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16428 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16429
16430 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16431
16432 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16433 options.
16434
16435 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16436
16437 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16438 DOS-ing the recipient.
16439
16440 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16441 the headers when creating the mapping to avoid mismappings.
16442 (nnweb-gmane-create-mapping): Always nix out old mapping.
16443
16444 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16447 and mm-verify-option to never.
16448
16449 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16450
16451 * message.el (message-signed-or-encrypted-p): New function.
16452 (message-forward-make-body): Use it.
16453
16454 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16455 Replace encode-coding-string with mm-encode-coding-string.
16456
16457 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16458
16459 * nneething.el (nneething-decode-file-name):
16460 Replace decode-coding-string with mm-decode-coding-string.
16461
16462 * gnus-int.el (gnus-open-server): Say failed server's name.
16463
16464 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16465
16466 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16467 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16468
16469 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16470 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16471 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16472 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16473 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16474 (gnus-subscribe-newsgroup, gnus-1):
16475 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16476 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16477 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16478 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16479
16480 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16481
16482 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16483 keystroke.
16484 (gnus-summary-limit-to-bodies): Implement headersp.
16485
16486 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16487
16488 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16489
16490 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16491
16492 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16493
16494 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16495
16496 * message.el (message-generate-hashcash): Expand range of values to
16497 include `opportunistic'.
16498 (message-send-mail): Use it.
16499
16500 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16501
16502 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16503 and comment it.
16504
16505 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16506
16507 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16508
16509 * gnus-util.el (gnus-extract-address-components): Improve comment.
16510
16511 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16512
16513 * gnus-util.el (gnus-extract-address-components): Work with address in
16514 which the name portion contains @.
16515
16516 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16517
16518 * gnus.el (gnus-start): Move custom group up.
16519 (gnus-select-method): Don't autoload, but make it available for
16520 `customize-variable'.
16521 (gnus-getenv-nntpserver): Don't autoload.
16522
16523 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16524
16525 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16526
16527 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * message.el (message-sendmail-extra-arguments): New variable.
16530 (message-send-mail-with-sendmail): Use it.
16531
16532 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16533
16534 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16535 mm-with-unibyte-current-buffer to make string unibyte.
16536
16537 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16538 mm-string-as-multibyte.
16539
16540 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16541
16542 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16543 Reported by Werner Koch <wk@gnupg.org>.
16544
16545 2006-11-14 Daiki Ueno <ueno@p360>
16546
16547 * mml2015.el: Autoload epa-select-keys when compiling.
16548
16549 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16550
16551 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16552 message-options.
16553 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16554
16555 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16556
16557 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16558 EasyPG (< 0.0.6).
16559 (mml2015-always-trust): New user option.
16560 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16561 prompt.
16562
16563 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16564
16565 * nntp.el (nntp-authinfo-force): New variable.
16566 (nntp-send-authinfo): Use it.
16567
16568 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16569
16570 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16571 decode encoded words. Improve prompt. Add comment about forwarding.
16572 (message-replacement-char): Move up.
16573
16574 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16575
16576 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16577 instead of gnus-intersection because arguments of gnus-sorted-nunion
16578 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16579
16580 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16581
16582 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16583 (message-simplify-subject-functions):
16584 Enable message-strip-subject-encoded-words by default.
16585
16586 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16587
16588 * message.el (message-strip-subject-encoded-words): New function.
16589 (message-simplify-subject-functions): New variable.
16590 (message-simplify-subject): Use it. Fix typo in doc string.
16591 Support message-strip-subject-encoded-words.
16592
16593 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16594
16595 * gnus-diary.el (gnus-diary-delay-format-function):
16596 * nndiary.el (nndiary-reminders):
16597 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16598
16599 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16600
16601 * gnus-art.el (article-hide-boring-headers): Fetch date from
16602 gnus-original-article-buffer to avoid problems with localized date
16603 strings.
16604
16605 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16606
16607 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16608
16609 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16610
16611 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16612 New variables.
16613 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16614 (mm-charset-synonym-alist): Move some entries to
16615 mm-codepage-iso-8859-list.
16616 (mm-charset-synonym-alist, mm-charset-override-alist):
16617 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16618
16619 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16620
16621 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16622
16623 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16624
16625 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16626 with Emacs 21 and XEmacs.
16627
16628 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16629
16630 * spam.el (spam-parse-address): New function for better parsing,
16631 catching errors, etc.
16632 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16633
16634 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16635
16636 * mm-view.el: Add interactive arg to html2text autoload.
16637
16638 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16639
16640 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16641
16642 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16643
16644 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16645 New variables.
16646 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16647 (mm-charset-synonym-alist): Move some entries to
16648 mm-codepage-iso-8859-list.
16649
16650 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16651
16652 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16653
16654 * message.el (message-citation-line-format)
16655 (message-insert-formated-citation-line): Fix implementation of %E, %N
16656 and %n according to the doc string.
16657
16658 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16659
16660 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16661 Use car-safe to avoid bad parses.
16662
16663 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16666 names.
16667
16668 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16669
16670 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16671
16672 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16673 header.
16674
16675 * message.el (message-draft-headers): Add Date.
16676 (message-headers-to-generate): Fix typo in docstring.
16677
16678 * nndraft.el (nndraft-required-headers): New variable.
16679 (nndraft-generate-headers): Use it.
16680
16681 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16682
16683 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16684
16685 * gnus-registry.el (gnus-registry-wash-for-keywords)
16686 (gnus-registry-find-keywords): New functions to allow easy searching of
16687 articles that are in the registry.
16688
16689 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16690
16691 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16692 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16693 Reported by Damien Elmes <damien@repose.cx>.
16694
16695 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16696
16697 * gnus.el (gnus-mime): Remove unused custom group.
16698
16699 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16700
16701 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16702 "blank line" when searching for end of armor headers.
16703
16704 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16705
16706 * gmm-utils.el (gmm-write-region): Fix variable name.
16707
16708 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16709
16710 * gmm-utils.el (gmm-write-region): New function based on compatibility
16711 code from `mm-make-temp-file'.
16712
16713 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16714
16715 * nnmaildir.el (nnmaildir--update-nov)
16716 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16717 Use `gmm-write-region'.
16718
16719 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16720
16721 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16722 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16723
16724 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16725
16726 * message.el (message-replacement-char): New variable.
16727 (message-fix-before-sending): Use it.
16728 (message-simplify-subject): New function to remove duplicate code.
16729 (message-reply, message-followup): Use it.
16730
16731 * gnus-sum.el (gnus-summary-make-menu-bar):
16732 Clarify gnus-summary-limit-to-articles.
16733
16734 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16735
16736 * gnus-util.el (gnus-with-local-quit): New macro.
16737
16738 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16739
16740 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16741
16742 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16743 ignore non-string data.
16744
16745 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16746
16747 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16748 non-string data (needs to be done in the registry too).
16749
16750 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16751
16752 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16753 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16754 (gnus-registry-split-fancy-with-parent)
16755 (gnus-registry-fetch-simplified-message-subject-fast)
16756 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16757 Remove text properties on ingress into the registry and when it's saved.
16758 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16759 registry from entries with no groups.
16760
16761 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16762
16763 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16764 function to remove string properties.
16765
16766 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16767
16768 * gmm-utils.el (gmm): Adjust custom version.
16769
16770 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16771 Adjust custom version.
16772
16773 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16774
16775 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16776
16777 * gnus-art.el (gnus-insert-prev-page-button)
16778 (gnus-insert-next-page-button): Simplify. Reformat.
16779
16780 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16781
16782 * gnus-art.el (gnus-insert-prev-page-button)
16783 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16784
16785 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16786
16787 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16788
16789 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16790
16791 * gnus-art.el (gnus-insert-mime-button)
16792 (gnus-insert-mime-security-button):
16793 Apply gnus-article-button-face to MIME and security buttons.
16794
16795 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16796
16797 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16798 readable.
16799
16800 2006-09-20 Steve Youngs <steve@sxemacs.org>
16801
16802 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16803 `browse-url-of-file' instead of `browse-url'.
16804
16805 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16806
16807 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16808 regexp. Articles containing quotation were cut prematurely.
16809
16810 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * message.el (message-cite-original-1): Use nobody by default for the
16813 value of From header.
16814 (message-reply): Ditto.
16815
16816 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16817
16818 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16819 to the gnus-info. This fixes a bug of inline-PGP message verification.
16820 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16821
16822 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16823
16824 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16825 mails in the doc string. Add some URLs in comment.
16826 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16827
16828 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16829
16830 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16831 backslashes handling and the way to find boundaries of quoted strings.
16832
16833 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16834
16835 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16836 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16837 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16838 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16839
16840 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16841
16842 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16843 doc string.
16844 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16845
16846 2006-09-06 Simon Josefsson <jas@extundo.com>
16847
16848 * mml2015.el (mml2015-use): Doc fix, mention epg.
16849
16850 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16851
16852 * mml2015.el (mml2015-use): Default to epg, if available.
16853
16854 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16855
16856 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16857 message-sender.
16858 (mml1991-epg-encrypt): Ditto.
16859 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16860 message-sender.
16861 (mml2015-epg-encrypt): Ditto.
16862
16863 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16864
16865 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16866 several common directories.
16867
16868 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16869
16870 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16871 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16872
16873 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16874
16875 * gnus-art.el (article-decode-encoded-words): Make it fast.
16876
16877 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16878
16879 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16880
16881 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16882 in quoted string into `\'.
16883
16884 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16887 Use standard-syntax-table.
16888
16889 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16890
16891 * gnus-art.el (gnus-decode-address-function): New variable.
16892 (article-decode-encoded-words): Use it to decode headers which are
16893 assumed to contain addresses.
16894 (gnus-mime-delete-part): Remove useless `or'.
16895
16896 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16897 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16898 (gnus-nov-parse-line): Use it to decode From header.
16899 (gnus-get-newsgroup-headers): Ditto.
16900 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16901
16902 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16903 (mail-decode-encoded-address-string): New alias.
16904
16905 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16906 New function.
16907 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16908 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16909 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16910 (rfc2047-decode-string): Ditto.
16911 (rfc2047-decode-address-region): New function.
16912 (rfc2047-decode-address-string): New function.
16913
16914 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16915
16916 * message.el (message-caesar-buffer-body): Allow rotating headers.
16917
16918 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16919
16920 * message.el (message-insert-formated-citation-line): Fix %f.
16921 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16922
16923 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16924
16925 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16926 (gnus-bookmark-mouse-available-p): New macro.
16927 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16928 (gnus-bookmark-bmenu-show-infos): Use it.
16929 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16930 (gnus-bookmark-bmenu-hide-infos): Ditto.
16931 (gnus-bookmark-remove-properties): New function.
16932 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16933 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16934 (gnus-bookmark-write-file): Bind coding-system-for-write.
16935 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16936 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16937 group before selecting it.
16938 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16939 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16940 quit-window if it is not available; use gnus-mouse-2 and bind it to
16941 gnus-bookmark-bmenu-select-by-mouse.
16942 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16943 (gnus-bookmark-bmenu-select-by-mouse): New function.
16944
16945 2006-08-13 Romain Francoise <romain@orebokech.com>
16946
16947 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16948 space.
16949
16950 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16951
16952 * compface.el (uncompface): Use binary rather than raw-text-unix.
16953
16954 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16955
16956 * compface.el (uncompface): Make sure the eol conversion doesn't take
16957 place when communicating with the external programs.
16958 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16959
16960 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16961
16962 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16963
16964 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16965
16966 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16967 Make it more robust by parsing author and date independently.
16968
16969 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16970
16971 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16972
16973 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16974
16975 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16976 first matching secret key.
16977 (mml2015-epg-encrypt): Ditto.
16978
16979 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16980 first matching secret key.
16981 (mml1991-epg-encrypt): Ditto.
16982
16983 * mml2015.el (mml2015-encrypt-to-self): New user option.
16984 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16985 mml2015-epg-encrypt-to-self is set.
16986
16987 * mml1991.el (mml1991-encrypt-to-self): New variable.
16988 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16989 mml1991-epg-encrypt-to-self is set.
16990
16991 * mml2015.el (mml2015-signers): New user option.
16992 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16993 (mml2015-epg-encrypt): Allow to select signing keys.
16994
16995 * mml1991.el (mml1991-signers): New variable.
16996 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16997 (mml1991-epg-encrypt): Allow to select signing keys.
16998
16999 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17000
17001 * nnheader.el (nnheader-insert-head): Make it work even if the file
17002 uses CRLF for the line-break code.
17003
17004 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17005
17006 * mml2015.el: Require mml-sec instead of password.
17007 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17008 (mml2015-cache-passphrase): Inherit the default value from
17009 mml-secure-cache-passphrase.
17010 (mml2015-passphrase-cache-expiry): Inherit the default value from
17011 mml-secure-passphrase-cache-expiry.
17012
17013 * mml1991.el: Require mml-sec instead of password.
17014 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17015 (mml1991-cache-passphrase): Inherit the default value from
17016 mml-secure-cache-passphrase.
17017 (mml1991-passphrase-cache-expiry): Inherit the default value from
17018 mml-secure-passphrase-cache-expiry.
17019
17020 * mml-sec.el: Require password.
17021 (mml-secure-verbose): New user option.
17022 (mml-secure-cache-passphrase): New user option.
17023 (mml-secure-passphrase-cache-expiry): New user option.
17024
17025 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17026 Andreas Vögele <andreas@altroot.de> (tiny change)
17027
17028 * pgg-def.el (pgg-truncate-key-identifier):
17029 Truncate the key ID to 8 letters from the end.
17030
17031 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17032
17033 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17034 workaround for the url package included with Emacs.
17035
17036 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17037
17038 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17039
17040 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17041 correctly. This fixes a bug caused by the 2006-05-12 change.
17042
17043 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17044
17045 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17046 some information about the error when saying that the `bogus' mail
17047 group will be used.
17048
17049 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17050
17051 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17052 string.
17053
17054 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17055
17056 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17057
17058 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17059
17060 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17061
17062 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17063
17064 * mml1991.el (mml1991-function-alist): Add epg.
17065 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17066 (mml1991-epg-encrypt): New functions.
17067
17068 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17069
17070 * mml2015.el (mml2015-verbose): New variable.
17071 (mml2015-cache-passphrase): Ditto.
17072 (mml2015-passphrase-cache-expiry): Ditto.
17073 (mml2015-function-alist): Add epg.
17074 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17075 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17076 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17077 New functions.
17078
17079 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17080
17081 * message.el (message-cite-original-1): Preserve region when removing
17082 quoted text due to X-No-Archive in order to avoid bogus attribution
17083 when citing multiple messages.
17084
17085 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17086
17087 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17088 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17089
17090 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17091
17092 * gnus-diary.el (gnus-user-format-function-d)
17093 (gnus-user-format-function-D): Autoload.
17094
17095 * imap.el (Commentary): Fix typo.
17096
17097 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17098 2006-04-22 contribution.
17099
17100 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17101
17102 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17103 It didn't really fix the bogosity I'm seeing with solid web groups.
17104
17105 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17106
17107 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17108 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17109 created using server names. If we use the feature without declaring
17110 it, Gnus does not properly manage server and group state.
17111
17112 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17113 bound.
17114
17115 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17116
17117 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17118 looking up the method using GROUP's prefix before inventing a new one.
17119 It is used on killed/unknown groups in various places where returning
17120 an all-new method isn't expected by the caller.
17121
17122 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17123 and match semantics of gnus-group-real-prefix.
17124
17125 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17126
17127 * nnmail.el (nnmail-broken-references-mailers): New variable.
17128 (nnmail-ignore-broken-references): New function generalizing
17129 nnmail-fix-eudora-headers.
17130 (nnmail-fix-eudora-headers): Now obsolete.
17131
17132 * gnus-art.el (gnus-button-handle-custom):
17133 Support `customize-apropos*'.
17134
17135 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17136
17137 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17138
17139 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17140 articles.
17141
17142 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17143
17144 * message.el (message-cite-reply-above): New variable.
17145 (message-yank-original): Use it.
17146
17147 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17148
17149 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17150
17151 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17152
17153 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17154 as read.
17155
17156 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17157
17158 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17159
17160 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17161 (gnus-bookmark-default-file): Use gnus-directory.
17162 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17163 Remove "*" in doc string.
17164 (gnus-bookmark-write-file): Simplify.
17165 (gnus-bookmark-maybe-sort-alist): Use `when'.
17166 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17167 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17168 Add FIXME about Emacs 21 and XEmacs compatibility.
17169 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17170 compatibility.
17171 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17172 compatibility.
17173 (gnus-bookmark-menu-heading): Fix version.
17174
17175 2006-06-19 Bastien Guerry <bzg@altern.org>
17176
17177 * gnus-bookmark.el: New file.
17178
17179 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17180
17181 * message.el (message-syntax-checks): Doc fix.
17182
17183 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17184
17185 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17186 unsubscribed groups as if they were killed ones. It causes duplicate
17187 entries in gnus-newsrc-alist.
17188
17189 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17190
17191 * message.el (message-syntax-checks): Doc fix.
17192 (message-send-mail): Add check for continuation headers.
17193 (message-check-news-header-syntax): Fix regexp used to check for
17194 continuation headers.
17195
17196 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17197
17198 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17199
17200 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17201
17202 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17203
17204 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17205
17206 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17207 default-truncate-lines.
17208
17209 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17210
17211 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17212 to fill the utf-8 entry.
17213
17214 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17215
17216 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17217
17218 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17219
17220 * gnus-agent.el (directory-files-and-attributes): Move all the way
17221 forward (the third and final move).
17222 (gnus-agent-read-agentview): Trap reconstruction errors due to
17223 nonexistent directory. Handle by returning nil.
17224
17225 2006-05-30 Didier Verna <didier@xemacs.org>
17226
17227 * message.el (message-dont-reply-to-names): Update the custom type.
17228 * message.el (message-dont-reply-to-names): New defsubst: potentially
17229 convert a list of regexps into a single one.
17230 * message.el (message-get-reply-headers): Use it.
17231 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17232
17233 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17234
17235 * gnus-agent.el (directory-files-and-attributes): Move forward.
17236
17237 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17238
17239 * gnus-ml.el (gnus-mailing-list-subscribe)
17240 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17241 (gnus-mailing-list-message): Fix doc strings.
17242
17243 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17244
17245 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17246 of doing it manually.
17247
17248 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17249
17250 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17251 comment.
17252
17253 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17254
17255 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17256 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17257 (gnus-agent-read-local): All symbols allocated in my-obarray.
17258 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17259 (gnus-agent-regenerate-group): Check numeric names to see if they are
17260 messages or groups.
17261 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17262 better way of do this...)
17263
17264 * gnus-cache.el (gnus-agent-total-fetched-for):
17265 Ignore 'dummy.group' (there should be a better way of do this...)
17266
17267 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17268
17269 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17270 (gnus-saved-headers): Ditto.
17271 (gnus-default-article-saver): Mention functions may have properties.
17272 (gnus-article-save): Override gnus-save-all-headers and
17273 gnus-saved-headers by :headers property which saver function may have.
17274 (gnus-summary-save-in-file): Add :headers property.
17275 (gnus-summary-write-to-file): Ditto.
17276
17277 * gnus-sum.el (gnus-summary-save-article): Bind
17278 gnus-prompt-before-saving to t when saving many articles in a file;
17279 always show all headers.
17280
17281 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17282
17283 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17284 marks.
17285
17286 * message.el (message-indent-citation): Add optional arguments to allow
17287 using it outside of message buffers.
17288
17289 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17290 (gnus-article-treat-unfold-headers): Use it.
17291 (gnus-article-truncate-lines): New variable.
17292 (gnus-article-mode): Use it.
17293 (gnus-article-toggle-truncate-lines): New function.
17294
17295 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17296 Add gnus-article-toggle-truncate-lines.
17297
17298 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17299 coding system in XEmacs, use binary.
17300
17301 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17302
17303 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17304 after-load-alist.
17305
17306 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17307 this function should save decoded articles.
17308 (gnus-summary-write-to-file): Use property to specify this function
17309 should save decoded articles and specify gnus-summary-save-in-file
17310 should be used to save articles other than the first one when saving
17311 many articles.
17312 (gnus-summary-save-body-in-file): Use property to specify this
17313 function should save decoded articles.
17314 (gnus-summary-write-body-to-file): Use property to specify this
17315 function should save decoded articles and specify
17316 gnus-summary-save-body-in-file should be used to save articles other
17317 than the first one when saving many articles.
17318
17319 * gnus-sum.el (gnus-summary-save-article): Simplify.
17320
17321 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17322
17323 * gnus-art.el (gnus-default-article-saver):
17324 Add gnus-summary-write-body-to-file.
17325 (gnus-article-save-coding-system): Don't use coding system object
17326 in XEmacs.
17327 (gnus-read-save-file-name): Add optional `dir-var' argument which
17328 specifies directory in which files are saved; work even if optional
17329 `variable' argument is not specified.
17330 (gnus-summary-write-to-file): Read file name.
17331 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17332 (gnus-summary-write-body-to-file): New function.
17333
17334 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17335 (gnus-summary-local-variables): Add it.
17336 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17337 (gnus-summary-save-article): Remove optional `decode' argument;
17338 determine whether to decode articles by the value of
17339 gnus-default-article-saver; when saving many files using
17340 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17341 it first and use gnus-summary-save-in-file or
17342 gnus-summary-save-body-in-file thereafter unless
17343 gnus-prompt-before-saving is always; move point to article which
17344 will be saved.
17345 (gnus-summary-save-article-file): Revert.
17346 (gnus-summary-write-article-file): Revert.
17347 (gnus-summary-save-article-body-file): Revert.
17348 (gnus-summary-write-article-body-file): New function.
17349
17350 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17351
17352 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17353
17354 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17355
17356 * gnus-art.el (gnus-default-article-saver): Doc fix.
17357 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17358 from gnus-summary-save-article-coding-system, and default to a
17359 certain coding system.
17360 (gnus-output-to-file): Add coding cookie and encode text according
17361 to gnus-article-save-coding-system; don't use mm-append-to-file.
17362
17363 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17364 gnus-art.el and rename to gnus-article-save-coding-system.
17365 (gnus-summary-save-article): Require gnus-art; don't show all
17366 headers if it decodes articles; don't add coding cookie here;
17367 don't bind mm-text-coding-system-for-write.
17368 (gnus-summary-save-article-file): Save decoded articles.
17369 (gnus-summary-write-article-file): When saving many files, use
17370 gnus-summary-write-to-file first and gnus-summary-save-in-file
17371 thereafter unless gnus-prompt-before-saving is always.
17372 (gnus-summary-save-article-body-file): Save decoded articles.
17373
17374 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17375
17376 * nnrss.el (nnrss-check-group): Bind hash-index.
17377
17378 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17379
17380 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17381 its hash index. Store this hash in `nnrss-group-data'.
17382 (nnrss-read-group-data): Update accordingly.
17383
17384 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17385
17386 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17387 entry.
17388
17389 * gnus-sum.el (gnus-summary-make-menu-bar):
17390 Add gnus-article-browse-html-article.
17391
17392 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17393
17394 * gnus-sum.el (gnus-summary-mime-map):
17395 Add gnus-article-browse-html-article.
17396
17397 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17398
17399 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17400 suitable coding systems in customize.
17401
17402 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17403
17404 * mail-source.el (mail-sources): Fix custom type.
17405
17406 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17407
17408 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17409 (gnus-summary-expire-articles-now): Shorten prompt.
17410
17411 * gmm-utils.el (wid-edit): Require.
17412 (defun-gmm): Rename from `gmm-defun-compat'.
17413 (gmm-image-search-load-path): Use it.
17414 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17415
17416 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17417
17418 * gnus-sum.el (gnus-summary-save-article-coding-system):
17419 New variable.
17420 (gnus-summary-save-article): Add optional `decode' argument.
17421 If it is set and gnus-summary-save-article-coding-system is non-nil,
17422 save decoded article.
17423 (gnus-summary-write-article-file): Save decoded article if
17424 gnus-summary-save-article-coding-system is non-nil.
17425
17426 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17427 type.
17428
17429 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17430
17431 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17432
17433 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17434
17435 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17436 first to test gnus-single-article-buffer which may be buffer-local.
17437
17438 * gnus-sum.el (gnus-summary-setup-buffer):
17439 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17440 group; make gnus-article-buffer, gnus-article-current, and
17441 gnus-original-article-buffer always buffer-local.
17442 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17443 group.
17444 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17445
17446 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17447
17448 * nnml.el (nnml-request-compact-group): Compressed files might not
17449 have .gz extension.
17450
17451 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17454 (mm-copy-to-buffer): Use with-current-buffer.
17455 (mm-display-part): Simplify.
17456 (mm-inlinable-p): Add optional arg `type'.
17457
17458 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17459
17460 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17461 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17462 Try harder to show the attachment internally or externally using
17463 gnus-mime-view-part-as-type.
17464
17465 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17466
17467 * message.el (message-from-style, message-signature-separator)
17468 (message-user-organization-file, message-send-mail-function)
17469 (message-citation-line-function, message-yank-prefix)
17470 (message-indent-citation-function, message-signature)
17471 (message-signature-file, message-signature-insert-empty-line):
17472 Remove autoloads.
17473
17474 * gnus-art.el (gnus-buttonized-mime-types):
17475 Remove "multipart/signed". Revert 2006-04-26 change.
17476
17477 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17478
17479 * gnus.el (gnus-version-number): Bump version.
17480
17481 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17482
17483 * gnus.el: No Gnus v0.5 is released.
17484
17485 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17486
17487 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17488 fetching articles by message-id.
17489
17490 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17491
17492 * message.el (hashcash): Require hashcash as normal.
17493
17494 * ecomplete.el (ecomplete-highlight-match-line):
17495 Use point-at-eol.
17496 (ecomplete-highlight-match-line): Use `highlight', because that
17497 face exists in both Emacs and XEmacs.
17498
17499 * message.el (message-display-abbrev): Use point-at-bol.
17500
17501 * mail-source.el: Don't require timer/timer-funcs.
17502
17503 * gnus-async.el: Ditto.
17504
17505 * password.el: Ditto.
17506
17507 * mm-url.el: Ditto.
17508
17509 * mm-util.el: Require timer/timer-funcs.
17510
17511 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17512
17513 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17514 Close.
17515
17516 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17517
17518 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17519 unibyte after clear-decrypt function runs.
17520
17521 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17522 returns as a unibyte string.
17523
17524 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17525
17526 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17527 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17528 (mml1991-pgg-encrypt): Ditto.
17529
17530 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17531
17532 * message.el (message-user-organization-file): Check several
17533 locations of the organization file.
17534
17535 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17536 Add gnus-article-view-part-as-type.
17537
17538 * gnus-art.el (gnus-article-view-part-as-type): New function.
17539
17540 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17541 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17542
17543 * mml.el: Simplify autoload.
17544 (mml-mode): defvar dnd-protocol-alist instead of using
17545 symbol-value.
17546 (mml-default-directory): New variable.
17547 (mml-minibuffer-read-file): Use it.
17548 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17549
17550 * message.el (message-citation-line-format): New variable.
17551 (message-insert-formated-citation-line): New function.
17552 (message-citation-line-function):
17553 Add `message-insert-formated-citation-line' to custom type.
17554
17555 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17556 to doc string.
17557
17558 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17559 depending on mm-verify-option.
17560
17561 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17562
17563 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17564 binding pgg-* variables; reimplement the section which prevents
17565 MIME header from being signed.
17566 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17567 pgg-text-mode; remove a blank line at the top of body.
17568
17569 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17570 lines at the top of body; use gnus-newsgroup-charset if there's no
17571 Charset header.
17572
17573 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17574
17575 * message.el (message-self-insert-commands): Doc fix.
17576
17577 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17578 (mm-uu-pgp-encrypted-test): Ditto.
17579 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17580 between header and body; return application/pgp-encrypted handle
17581 if decryption failed; decode decrypted body by charset.
17582
17583 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17584 element match to application/pgp-*.
17585
17586 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17587
17588 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17589 HTML.
17590
17591 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17592
17593 * mail-source.el (mail-source-call-script): Message the error
17594 string.
17595
17596 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17597
17598 * gnus-util.el (gnus-byte-compile): Use it.
17599
17600 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17601
17602 * gnus-util.el (kill-empty-logs): New function.
17603
17604 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17605
17606 * message.el (message-mail-alias-type): Doc fix.
17607 (message-mail-alias-type-p): New function.
17608 (message-send): Use it.
17609 (message-mode): Ditto.
17610 (message-strip-forbidden-properties): Ditto.
17611
17612 * ecomplete.el (ecomplete-database-file-coding-system):
17613 New variable.
17614 (ecomplete-save): Use it.
17615 (ecomplete-setup): Use it.
17616
17617 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17618
17619 * message.el (message-self-insert-commands): New variable.
17620 (message-strip-forbidden-properties): Use it.
17621
17622 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17623
17624 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17625 that doesn't make XEmacs choke.
17626
17627 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17628
17629 * gnus-util.el (gnus-replace-in-string):
17630 Prefer replace-regexp-in-string over of replace-in-string.
17631
17632 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17633
17634 * gnus-util.el (gnus-select-frame-set-input-focus):
17635 Use select-frame-set-input-focus if it is available in XEmacs; use
17636 definition defined in Emacs 22 for old Emacsen.
17637
17638 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17639
17640 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17641
17642 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17643
17644 * gnus-registry.el (gnus-registry-cache-save): Remove text
17645 properties when saving via the temp buffer.
17646
17647 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17648
17649 * message.el (message-generate-hashcash): Honor custom type.
17650
17651 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17652
17653 * message.el (message-generate-hashcash): Default to non-nil when
17654 hashcash is found.
17655
17656 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17657 (gnus-refer-thread-limit): Increase default to 500.
17658
17659 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17660
17661 * flow-fill.el (fill-flowed): Allow delete-space.
17662
17663 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17664
17665 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17666 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17667 Remove autoloads.
17668
17669 2006-04-18 Simon Josefsson <jas@extundo.com>
17670
17671 * message.el (message-generate-hashcash): Default to.
17672
17673 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17674
17675 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17676 concatenating segments rather than before concatenating them.
17677
17678 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17679
17680 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17681
17682 * imap.el (imap-quote-specials): New function.
17683 (imap-login-auth): Quote specials.
17684
17685 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17686
17687 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17688
17689 * message.el (message-forward-make-body-plain):
17690 Allow message-forward-ignored-headers to be a list.
17691 (message-remove-ignored-headers): Factor out into function.
17692 (message-forward-make-body-mml): Use it.
17693 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17694 (rfc2231-parse-string): Allow concatanation of parameters that
17695 aren't contiguous. The test case is
17696 (mail-header-parse-content-type "message/external-body;
17697 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17698 access-type=LOCAL-FILE;
17699 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17700
17701 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 * nntp.el (nntp-accept-process-output): Return the value of
17704 `nnheader-accept-process-output'.
17705
17706 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17707
17708 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17709 (gnus-button-alist): Recognize more diff formats.
17710 (gnus-button-patch): Strip directory.
17711
17712 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17713
17714 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17715 Emacs 22 when setting focus.
17716
17717 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17718
17719 * gnus-art.el (gnus-article-treat-types): Do treatment of
17720 text/x-verbatim parts.
17721 (gnus-button-patch): New command.
17722
17723 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17724 addresses that contain invalid characters.
17725
17726 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17727
17728 * message.el (message-put-addresses-in-ecomplete):
17729 Use gnus-replace-in-string.
17730 (message-is-yours-p): Use the more correct
17731 mail-header-parse-address instead of
17732 mail-extract-address-components.
17733 (message-put-addresses-in-ecomplete): Fix typo.
17734
17735 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17736 keystroke.
17737
17738 * gnus-art.el (gnus-treatment-function-alist): Change order of
17739 newsgroups/generic header folding to avoid double-folding.
17740
17741 * message.el (message-hidden-headers): Add X-Draft-From.
17742
17743 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17744 New command.
17745 (gnus-summary-repeat-search-article-backward): New command.
17746
17747 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17748 groups in the parent topic.
17749
17750 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17751
17752 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17753 (spam-extra-header-to-number): Return the CRM114 number as a
17754 number instead of a string.
17755
17756 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17757
17758 * gnus-art.el (gnus-face-properties-alist): Move here from
17759 gnus-fun.
17760
17761 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17762
17763 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17764
17765 * message.el (message-strip-forbidden-properties): Only display on
17766 self-insert-command.
17767
17768 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17769 reindent.
17770 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17771
17772 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17773
17774 * smiley.el (smiley-style): Fix typo.
17775
17776 2006-03-23 Kenichi Handa <handa@m17n.org>
17777
17778 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17779 instead of set-buffer-multibyte.
17780
17781 2006-03-23 Kenichi Handa <handa@m17n.org>
17782
17783 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17784 buffer and then decode the buffer text if necessary.
17785 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17786 first, and after mm-encode-body, change the buffer to unibyte.
17787
17788 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17789
17790 * hashcash.el (hashcash-insert-payment-async-2):
17791 Use message-goto-eoh instead of doing it manually.
17792 (mail-add-payment): Use message-narrow-to-header instead of trying
17793 to do the same itself.
17794
17795 * message.el (message-hidden-headers): Add Face.
17796
17797 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17798 reparenting code.
17799 (gnus-summary-reparent-children): Refactored out code.
17800 (gnus-summary-thread-map): New keystroke.
17801 (gnus-summary-reparent-children): Make into command.
17802
17803 * smiley.el (smiley-style): Default to `medium' if using a large
17804 font.
17805
17806 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17807 does it itself.
17808
17809 * message.el (message-point-in-header-p): Simplify definition.
17810
17811 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17812
17813 * nnagent.el (nnagent-request-set-mark): Silence log file
17814 writing.
17815 (nnagent-request-set-mark): Use write-region instead of
17816 append-to-file.
17817
17818 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17819 strange select method.
17820
17821 * ecomplete.el (ecomplete-display-matches): Get highlightling
17822 right.
17823 (ecomplete-display-matches): Use literals.
17824 (ecomplete-display-matches): Disable message logging.
17825
17826 * message.el (message-display-abbrev): Small optimization.
17827
17828 * ecomplete.el (ecomplete-display-matches): Allow automatic
17829 display.
17830
17831 * message.el (message-strip-forbidden-properties):
17832 Display abbrevs.
17833 (message-display-abbrev): Get automatic display right.
17834
17835 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17836 keystrokes.
17837
17838 2006-04-13 Romain Francoise <romain@orebokech.com>
17839
17840 TODO: Backport to v5-10!
17841
17842 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17843 Move here (and rename) from gnus-registry.el.
17844
17845 * gnus-registry.el: Require gnus-util.
17846 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17847
17848 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17849
17850 * gnus-group.el (gnus-group-catchup-current):
17851 Change if-then-else-if-then-else into cond.
17852 (gnus-group-catchup): Indent.
17853 (group-name-at-point): New function.
17854 (gnus-fetch-group): Provide default from thing at point.
17855
17856 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17857
17858 * message.el (message-display-abbrev): Fix regexp.
17859
17860 * ecomplete.el (ecomplete-highlight-match-line):
17861 Reimplement choosing.
17862 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17863 dead variables.
17864
17865 * message.el (message-newline-and-indent): Remove debugging.
17866 (message-display-abbrev): Use new implementation.
17867
17868 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17869
17870 * gnus-art.el (gnus-article-mode):
17871 Set cursor-in-non-selected-windows to nil.
17872
17873 * smiley.el: Revert previous change.
17874 (smiley-data-directory): defvar it before using it in the
17875 defcustom of `smiley-style'.
17876
17877 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17878
17879 * message.el (message-newline-and-indent): New function.
17880
17881 * ecomplete.el: Implement more bits.
17882
17883 * message.el (message-put-addresses-in-ecomplete): Clean up the
17884 string.
17885
17886 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17887
17888 * gnus-sum.el (gnus-summary-save-parts):
17889 Bind gnus-summary-save-parts-counter and use it to make unique file
17890 names.
17891
17892 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17893
17894 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17895 parameter to say whether to actually parse the individual
17896 addresses.
17897
17898 * message.el (message-put-addresses-in-ecomplete): New function.
17899 (ecomplete): Require.
17900 (message-mail-alias-type): Add ecomplete as an option.
17901
17902 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17903
17904 * flow-fill.el (fill-flowed): Remove trailing space from blank
17905 quoted lines.
17906
17907 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17908
17909 * smiley.el (smiley-style): Move definition later to avoid a
17910 compilation warning.
17911
17912 2006-04-12 Kenichi Handa <handa@m17n.org>
17913
17914 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17915 buffer and then decode the buffer text if necessary.
17916 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17917 first, and after mm-encode-body, change the buffer to unibyte.
17918 Use mm-disable-multibyte instead of set-buffer-multibyte.
17919
17920 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17921
17922 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17923 Content-Type header instead of Content-Disposition header.
17924 (gnus-mime-inline-part): Ditto.
17925 (gnus-mime-view-part-as-charset): Ignore charset that the part
17926 specifies.
17927
17928 * mm-decode.el (mm-display-part): Work with external parts and
17929 usual parts similarly.
17930
17931 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17932 instead of gnus-display-mime.
17933
17934 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17935 instead of with-temp-buffer.
17936
17937 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17938 tag to summarized topics part in order to encode non-ASCII text.
17939
17940 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17941
17942 * smiley.el (smiley-style): New variable.
17943 (smiley-directory): New function.
17944 (smiley-data-directory): Derive from `smiley-style' using
17945 `smiley-directory'.
17946 (smiley-regexp-alist): Add new entries.
17947
17948 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17949 (gnus-article-browse-delete-temp): Add :version.
17950
17951 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17952
17953 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17954 the sieve region.
17955
17956 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17957
17958 * gnus.el (gnus-version-number): Bump version.
17959
17960 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17961
17962 * gnus.el: No Gnus v0.4 is released.
17963
17964 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17965
17966 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17967 layout.
17968
17969 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17970 unknown charset.
17971
17972 * message.el (message-header-synonyms): Add Original-To to the
17973 default.
17974
17975 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17976 optional parameter.
17977
17978 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17979
17980 * gnus-fun.el (gnus): Require it for gnus-directory.
17981
17982 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17983
17984 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17985
17986 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17987
17988 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17989
17990 2006-04-05 Simon Josefsson <jas@extundo.com>
17991
17992 * password.el (password-reset): New function.
17993
17994 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17995
17996 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17997 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17998
17999 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18000
18001 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18002 Some whitespace was matched into the url, which broke browsing hits
18003 > 100 when mm-url-use-external was nil.
18004
18005 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18006
18007 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18008 Check gnus-extra-headers for 'Newsgroups.
18009
18010 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18011 bound.
18012
18013 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18014
18015 * pgg-gpg.el: Clean up process buffers every time gpg processes
18016 complete.
18017
18018 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18019
18020 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18021 doc string.
18022
18023 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18024
18025 * pgg-gpg.el (pgg-gpg-process-filter)
18026 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18027
18028 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18029 lines, temporary fix.
18030
18031 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18032
18033 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18034
18035 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18036
18037 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18038 default-enable-multibyte-characters. This reverts the change from
18039 revision 6.17 which is no longer necessary because the passphrase
18040 is sent separately now. GnuPG messages are unreadable under
18041 multibyte locales with default-enable-multibyte-characters set to
18042 nil.
18043
18044 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18045
18046 * message.el (message-tool-bar-gnome): Move "spell".
18047
18048 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18049
18050 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18051 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18052 instead.
18053
18054 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18055
18056 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18057 Improve newsgroups handling for NNTP overviews which don't include
18058 Newsgroups.
18059
18060 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18061
18062 * message.el (message-resend): Bind message-generate-hashcash to nil.
18063
18064 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18065
18066 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18067 when searching for already-paid recipients.
18068
18069 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18070
18071 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18072 passphrases when it is not needed.
18073 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18074 passphrase stuff from gpg, should only be necessary when you use
18075 gpg with a smartcard.
18076
18077 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18078
18079 * mml.el (mml-insert-mime): Ignore cached contents of
18080 message/external-body part.
18081
18082 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18083 (mm-insert-part): Ditto.
18084
18085 2006-03-23 Simon Josefsson <jas@extundo.com>
18086
18087 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18088 Reiner.
18089 (pgg-gpg-use-agent-p): Use it again.
18090
18091 2006-03-23 Simon Josefsson <jas@extundo.com>
18092
18093 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18094 older emacsen.
18095 (pgg-gpg-use-agent-p): Don't use it.
18096
18097 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18098
18099 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18100 if we can.
18101
18102 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18103
18104 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18105 (pgg-gpg-update-agent): New function.
18106 (pgg-gpg-use-agent-p): New function.
18107 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18108 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18109 (pgg-gpg-sign-region): Use it.
18110
18111 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18112
18113 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18114 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18115
18116 2006-03-21 Simon Josefsson <jas@extundo.com>
18117
18118 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18119 <wilde@sha-bang.de>.
18120 (pgg-gpg-use-agent): New variable.
18121 (pgg-gpg-process-region): Use it.
18122 (pgg-gpg-encrypt-region): Likewise.
18123 (pgg-gpg-encrypt-symmetric-region): Likewise.
18124 (pgg-gpg-decrypt-region): Likewise.
18125 (pgg-gpg-sign-region): Likewise.
18126 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18127
18128 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18129
18130 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18131
18132 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18133 Add comment on version.
18134
18135 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18136
18137 * smiley.el: Add missing test smiley.
18138
18139 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18140
18141 * mm-decode.el (mm-with-part): New macro.
18142 (mm-get-part): Use it; work with message/external-body as well.
18143 (mm-save-part): Treat name and filename equally.
18144
18145 * mm-extern.el (mm-extern-cache-contents): New function.
18146 (mm-inline-external-body): Use it; force the part to be displayed;
18147 move undisplayer added to the cached handle to the parent.
18148
18149 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18150 (gnus-mime-view-part-as-type): Work with message/external-body.
18151
18152 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18153
18154 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18155
18156 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18157 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18158 Emacs.]
18159
18160 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18161
18162 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18163 path rather than symbol. Always return list of directories.
18164 Guarantee that image directory comes first. [Sync with image.el,
18165 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18166
18167 * message.el (message-make-tool-bar): Adjust to new API of
18168 `gmm-image-load-path-for-library'.
18169
18170 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18171
18172 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18173
18174 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18175
18176 * gnus-art.el (gnus-article-only-boring-p):
18177 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18178 intangible text.
18179 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18180
18181 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18182
18183 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18184 Use `defun' instead of `gmm-defun-compat'.
18185
18186 2006-03-14 Simon Josefsson <jas@extundo.com>
18187
18188 * message.el (message-unique-id): Don't use message-number-base36
18189 if (user-uid) is a float.
18190 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18191
18192 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18193
18194 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18195
18196 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18197 empty line between a part and a message part.
18198
18199 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18200
18201 * smiley.el: Add more test smileys.
18202 (smiley-data-directory, smiley-regexp-alist)
18203 (gnus-smiley-file-types): Fix doc strings.
18204 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18205 adding new elements.
18206 (smiley-mouse-map): Unused code. Make it a comment.
18207
18208 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18209
18210 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18211 scan latest NoCeM messages instead of old ones.
18212 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18213 delimiters that are recently used.
18214 (gnus-nocem-load-cache): Add autoload cookie.
18215
18216 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18217
18218 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18219 level which is larger than gnus-use-nocem is specified.
18220
18221 * gnus-group.el (gnus-group-get-new-news): Ditto.
18222
18223 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18224
18225 * gnus-util.el (gnus-tool-bar-update): New function.
18226
18227 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18228 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18229
18230 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18231
18232 * gnus-group.el (gnus-group-redraw-when-idle)
18233 (gnus-group-redraw-check): Remove.
18234 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18235
18236 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18237
18238 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18239 if optional last element is specified in splits (FIELD VALUE...).
18240
18241 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18242
18243 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18244 to gmm-image-load-path-for-library. Call with no-error argument.
18245 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18246
18247 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18248
18249 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18250
18251 * gmm-utils.el (gmm-image-load-path): Remove alias.
18252
18253 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18254
18255 * gmm-utils.el (gmm-image-load-path): Add alias.
18256
18257 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18258 nnml-generate-nov-databases-1.
18259 (nnml-generate-nov-databases): Use it.
18260 (nnml-generate-nov-databases-directory): Document no-active
18261 argument.
18262
18263 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18264 directory if path is t. Add no-error.
18265
18266 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18267 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18268
18269 * gnus-art.el (gnus-article-browse-delete-temp-files):
18270 Simplify resetting gnus-article-browse-html-temp-list.
18271
18272 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18273 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18274 Add example to docstring. Rename local variables. Move error
18275 checks to default case in cond and simplify.
18276
18277 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18278
18279 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18280 handle is multipart when calling it recursively.
18281 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18282
18283 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18284
18285 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18286 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18287
18288 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18289
18290 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18291 is loaded.
18292
18293 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18294 loaded.
18295
18296 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18297
18298 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18299 to "Emacs 23 (unicode)" in doc string.
18300
18301 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18302 "Emacs 23 (unicode)" in comment.
18303
18304 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18305
18306 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18307
18308 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18309 characters 160 through 255 in Emacs 23.
18310
18311 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18312
18313 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18314 gnus-article-browse-html-temp.
18315 (gnus-article-browse-delete-temp): Make it customizable.
18316 Add `file'. Adjust doc string.
18317 (gnus-article-browse-delete-temp-files): Add argument.
18318 Allow query for each file. Adjust doc string.
18319 (gnus-article-browse-html-parts):
18320 Add `gnus-article-browse-delete-temp-files' to
18321 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18322
18323 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18324
18325 * gnus-art.el (gnus-article-browse-html-temp)
18326 (gnus-article-browse-delete-temp): New variables.
18327 (gnus-article-browse-delete-temp-files): New function.
18328 (gnus-article-browse-html-parts): Use it.
18329
18330 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18331
18332 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18333
18334 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18335 string.
18336
18337 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18338 gnus-summary-insert-new-articles when unplugged.
18339 Remove gnus-summary-search-article-forward.
18340
18341 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18342 display-visual-class instead of display-color-cells.
18343
18344 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18345
18346 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18347 message/* containing non-ASCII text properly.
18348
18349 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18350
18351 * message.el: Require gmm-utils, remove autoloads.
18352 (message-tool-bar): Set default based on
18353 gmm-tool-bar-style.
18354 (message-tool-bar-gnome): Add gmm-customize-mode.
18355
18356 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18357 gmm-tool-bar-style.
18358 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18359
18360 * gnus-group.el (gnus-group-tool-bar): Set default based on
18361 gmm-tool-bar-style.
18362 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18363
18364 * gmm-utils.el (gmm-image-directory): Rename variable from
18365 gmm-image-load-path.
18366 (gmm-image-load-path): Use gmm-image-directory.
18367 (gmm-customize-mode): New function.
18368 (gmm-tool-bar-style): New variable.
18369
18370 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18371 gnus-group-redraw-line-number.
18372 (gnus-group-redraw-check): Simplify.
18373 (gnus-group-tool-bar-update): Remove redraw check.
18374 (gnus-group-make-tool-bar): Add redraw check.
18375
18376 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18377
18378 * gnus-art.el (gnus-button): Add missing parentheses.
18379
18380 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18381
18382 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18383
18384 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18385
18386 * gnus-art.el (gnus-button): New face.
18387 (gnus-article-button-face): Use it.
18388
18389 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18390 Add gnus-summary-next-page. Re-order.
18391
18392 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18393 next-node are now included.
18394 (gnus-group-redraw-line-number): New internal variable.
18395 (gnus-group-redraw-check): Helper function for updating the tool
18396 bar.
18397 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18398
18399 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18400
18401 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18402 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18403 Use it to match format of Spamassassin 3.0 and later.
18404 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18405 (spam-check-bogofilter)
18406 (spam-bogofilter-register-with-bogofilter): Fix args of
18407 `gnus-error' calls.
18408
18409 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18410
18411 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18412 unnecessary interaction when sending queued mails.
18413 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18414
18415 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18416
18417 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18418 first or last are nil.
18419
18420 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18421
18422 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18423
18424 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18425
18426 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18427
18428 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18429
18430 * dns.el (query-dns): Protect more against buggy tcp output.
18431
18432 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18433
18434 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18435 nov.php.
18436
18437 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18438
18439 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18440 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18441 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18442 output on the server side.
18443 (nnweb-google-create-mapping): Update regexps and add some
18444 progress indication.
18445
18446 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18447
18448 * gnus-group.el (gnus-group-tool-bar-gnome):
18449 Fix gnus-agent-toggle-plugged. Re-order icons.
18450 (gnus-group-tool-bar-gnome):
18451 Add gnus-group-{prev,next}-unread-group.
18452 (gnus-group-tool-bar-gnome): Re-order icons.
18453
18454 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18455 Move gnus-summary-insert-new-articles.
18456
18457 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18458 Fix comments.
18459
18460 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18461 also available in Emacs 21.3.
18462
18463 * message.el (message-fix-before-sending): Change "Emacs 22" to
18464 "Emacs 23 (unicode)" in comment.
18465
18466 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18467 "Emacs 23 (unicode)" in comment.
18468
18469 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18470 comment.
18471 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18472
18473 * mm-view.el (mm-fill-flowed): Add :version.
18474
18475 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18476
18477 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18478 and load-path.
18479
18480 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18481
18482 * message.el: Autoload gmm-image-load-path.
18483 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18484 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18485 consitency.
18486
18487 * gmm-utils.el (gmm-image-load-path): Also search in
18488 "../etc/images". Don't set gmm-image-load-path if we don't find
18489 the image.
18490
18491 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18492
18493 * gmm-utils.el (gmm-image-load-path): Don't make
18494 `gmm-image-load-path' include subdirectories which the second arg
18495 `image' might specify.
18496
18497 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18498 subdirectory to icon file names.
18499
18500 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18501
18502 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18503
18504 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18505 gmm-image-load-path calls.
18506
18507 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18508
18509 * message.el (message-make-tool-bar): Ditto.
18510
18511 * mml.el (mml-preview): Add comment concerning tool bar icons.
18512
18513 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18514 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18515
18516 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18517 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18518
18519 * message.el (message-tool-bar-gnome): Use new icon names.
18520 (message-make-tool-bar): Use `gmm-image-load-path'.
18521
18522 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18523 New functions from MH-E.
18524 (gmm-image-load-path): New variable from MH-E.
18525 (gmm-image-load-path): New function from MH-E. Add arguments
18526 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18527 *-image-load-path-called-flag.
18528
18529 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18530
18531 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18532
18533 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18534
18535 * nnimap.el (nnimap-request-move-article): Change folder back to
18536 source group before deleting.
18537
18538 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18539
18540 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18541
18542 * gnus-art.el (mm-url-insert-file-contents-external):
18543 Autoload mm-url.
18544
18545 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18546
18547 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18548
18549 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18550 coding system which mm-charset-to-coding-system returns for a
18551 given charset is valid.
18552
18553 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18554
18555 * html2text.el (html2text-remove-tag-list):
18556 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18557
18558 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18559
18560 * gnus-cus.el: Revert 2005-10-17 change.
18561
18562 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18563
18564 * gnus-art.el (article-strip-banner):
18565 Call article-really-strip-banner only when the regexp match is made.
18566
18567 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18568
18569 * gnus-art.el (article-strip-banner):
18570 Use gnus-extract-address-components instead of
18571 mail-header-parse-addresses to make it work with non-ASCII text;
18572 remove mail-encode-encoded-word-string.
18573
18574 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18575 values which are surrounded with \"...\"; make it never cause a
18576 Lisp error; give up parsing of parameters if it failed in
18577 extracting type.
18578
18579 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18580
18581 * smime.el (smime-cert-by-ldap-1): Fix bug where
18582 `smime-ldap-search' returns results without userCertificates.
18583
18584 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18585
18586 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18587
18588 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18589
18590 * spam.el (spam-check-spamassassin-headers): Adapt format for
18591 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18592 <ari@mbf.ocn.ne.jp>.
18593 (spam-list-of-processors): Add spam-use-gmane.
18594
18595 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18596
18597 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18598 make-temp-file; make it work with XEmacs as well.
18599
18600 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18601 mm-make-temp-file.
18602
18603 * mm-decode.el (mm-display-external): Use the 3rd arg of
18604 mm-make-temp-file.
18605 (mm-create-image-xemacs): Ditto.
18606
18607 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18608
18609 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18610 with message-narrow-to-headers.
18611 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18612 (gnus-draft-check-draft-articles): New function.
18613 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18614
18615 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18616
18617 * gnus-art.el (gnus-article-browse-html-parts):
18618 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18619 Don't use suffix argument for mm-make-temp-file for Emacs 21
18620 compatibility. Remove useless `format'.
18621
18622 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18623
18624 * nnweb.el (nnweb-google-wash-article): Update regexps.
18625 (nnweb-group-alist): Use defvoo instead of defvar.
18626
18627 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18628
18629 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18630 re-loading nn* modules.
18631
18632 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18633
18634 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18635 for `tool-bar-mode' and don't check it's default-value.
18636
18637 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18638
18639 * message.el (message-make-tool-bar): Ditto.
18640
18641 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18642 `substring'. Shorten tmp-file name.
18643
18644 * gnus.el: Remove bogus comment.
18645
18646 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18647
18648 * gnus-art.el (gnus-article-browse-html-parts): New function.
18649 (gnus-article-browse-html-article): New function for viewing html
18650 articles with a browser.
18651
18652 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18653
18654 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18655 (mml2015-pgg-encrypt): Ditto.
18656
18657 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18658 (mml1991-pgg-encrypt): Ditto.
18659
18660 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18661
18662 * nnfolder.el (nnfolder-insert-newsgroup-line):
18663 Use message-make-date instead of current-time-string.
18664
18665 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18666 to gnus-decoded which mm-uu might set.
18667
18668 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18669
18670 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18671 don't decode quoted parameters; remove misimported Emacs code.
18672 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18673 (rfc2231-decode-encoded-string): Don't use split-string which
18674 behaves differently according to Emacs version; use
18675 mm-decode-coding-region to convert charset to coding-system.
18676 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18677 (rfc2231-encode-string): Remove misimported Emacs code.
18678
18679 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18680
18681 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18682 when calling mail-header-parse-content-type.
18683 (article-de-quoted-unreadable): Ditto.
18684 (article-de-base64-unreadable): Ditto.
18685 (article-wash-html): Ditto.
18686
18687 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18688 calling mail-header-parse-content-type and
18689 mail-header-parse-content-disposition.
18690 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18691 mail-header-parse-content-type.
18692
18693 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18694 insert charset and format parameters; encode description after
18695 inserting it to buffer.
18696 (mml-insert-parameter): Fold lines properly even if a parameter is
18697 segmented into two or more lines; change the max column to 76.
18698
18699 * rfc1843.el (rfc1843-decode-article-body): Don't use
18700 ignore-errors when calling mail-header-parse-content-type.
18701
18702 * rfc2231.el (rfc2231-parse-string): Return at least type if
18703 possible; don't cause an error even if it fails in parsing of
18704 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18705 (rfc2231-encode-string): Don't break lines at the beginning, leave
18706 it to mml-insert-parameter.
18707
18708 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18709 calling mail-header-parse-content-type.
18710
18711 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18712
18713 * spam-report.el (spam-report-gmane-use-article-number):
18714 Improve doc string.
18715 (spam-report-gmane-internal): Check if a suitable header was found
18716 in the article.
18717
18718 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18719
18720 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18721 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18722
18723 2006-02-05 Romain Francoise <romain@orebokech.com>
18724
18725 Update copyright notices of all files in the gnus directory.
18726
18727 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18728
18729 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18730
18731 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18732
18733 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18734 segmented lines of parameter value to cope with Thunderbird 1.5
18735 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18736 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18737 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18738
18739 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18740
18741 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18742 parts.
18743
18744 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18745
18746 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18747 there's only one active file for all servers.
18748 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18749 solid groups. Gnus might have used a FAST request to select the group.
18750 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18751 and nnweb-search redundantly in the active file.
18752 (nnweb-request-list): Don't list bogus groups. There can only be one.
18753 (nnweb-request-create-group): Don't use ARGS.
18754 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18755 initializations. Let nnoo do the work.
18756
18757 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18758
18759 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18760 Say the part has been decoded.
18761
18762 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18763
18764 2006-01-31 Kevin Ryde <user42@zip.com.au>
18765
18766 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18767 mailcap-viewer-test-cache when there's no 'test clause, since that
18768 will invert the meaning of a "nil" test previously determined by
18769 mailcap-mailcap-entry-passes-test.
18770
18771 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18772
18773 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18774 compiling.
18775
18776 * gnus-sum.el: Ditto.
18777
18778 * message.el: Don't bind tool-bar-map when compiling.
18779
18780 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18781
18782 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18783
18784 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18785
18786 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18787 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18788 current Google Groups.
18789
18790 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18791
18792 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18793 and tool-bar-mode.
18794
18795 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18796 and tool-bar-mode.
18797
18798 * message.el (message-tool-bar-update): Simplify.
18799 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18800
18801 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18802 gnus-summary-buffer.
18803 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18804 gnus-summary-reply.
18805
18806 * gmm-utils.el (gmm): Add :version.
18807
18808 2006-01-26 Steve Youngs <steve@sxemacs.org>
18809
18810 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18811 Don't autoload.
18812
18813 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18814
18815 * gmm-utils.el (gmm-verbose): Add :group.
18816
18817 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18818
18819 * message.el: Change some comments WRT tool-bars.
18820
18821 * gnus-sum.el (gnus-summary-tool-bar)
18822 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18823 (gnus-summary-tool-bar-zap-list): New variables.
18824 (gnus-summary-make-tool-bar): Complete rewrite using
18825 `gmm-tool-bar-from-list'.
18826
18827 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18828 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18829 New variables.
18830 (gnus-group-make-tool-bar): Complete rewrite using
18831 `gmm-tool-bar-from-list'.
18832 (gnus-group-tool-bar-update): New function.
18833
18834 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18835
18836 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18837
18838 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18839 is dissected into a single part of which the type is the same as
18840 the given one; decode charset.
18841
18842 2006-01-21 Kevin Ryde <user42@zip.com.au>
18843
18844 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18845 into alists as symbol not string, since that's what
18846 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18847 look for.
18848
18849 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18850
18851 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18852 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18853
18854 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18855
18856 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18857
18858 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18859 (gnus-mime-security-button-menu): New definition.
18860 (gnus-mime-security-button-map): Use them.
18861 (gnus-mime-security-button-menu): New function.
18862 (gnus-insert-mime-security-button): Addition to help echo.
18863 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18864 (gnus-mime-security-pipe-part): New functions.
18865
18866 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18867 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18868
18869 * mm-decode.el (mm-handle-set-disposition): Remove.
18870 (mm-handle-set-description): Remove.
18871
18872 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18873
18874 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18875 (mm-w3m-standalone-supports-m17n-p): New function.
18876 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18877 w3m usage.
18878
18879 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18880 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18881
18882 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18883
18884 * message.el (message-tool-bar-zap-list):
18885 Use gmm-tool-bar-zap-list as custom type.
18886 (message-tool-bar-update): New function.
18887 (message-tool-bar, message-tool-bar-gnome)
18888 (message-tool-bar-retro): Add message-tool-bar-update.
18889 (message-tool-bar-gnome): Add flyspell-buffer.
18890
18891 * gnus-util.el (gnus-error): Describe `args'.
18892
18893 * gmm-utils.el (gmm-error): Describe `args'.
18894 (gmm-tool-bar-zap-list): New widget.
18895 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18896
18897 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18898
18899 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18900 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18901 the number of recursive calls.
18902
18903 * mm-decode.el (mm-handle-set-disposition): New macro.
18904 (mm-handle-set-description): New macro.
18905
18906 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18907
18908 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18909 encoding.
18910
18911 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18912
18913 * message.el (message-tool-bar-zap-list, message-tool-bar)
18914 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18915 (message-tool-bar-local-item-from-menu): Remove.
18916 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18917 (message-make-tool-bar): New function.
18918 (message-mode): Use `message-make-tool-bar'.
18919
18920 * gmm-utils.el: New file.
18921 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18922 (gmm-lazy): New widget copied from `nnmail.el'.
18923 (gmm-tool-bar-from-list): New function for creating customizable
18924 tool bars.
18925 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18926 output.
18927 (gmm): Add :prefix to defgroup.
18928
18929 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18930
18931 * gmm-utils.el (gmm-widget-p): New function.
18932
18933 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18934
18935 * mml.el (mml-attach-file): Describe `description' in doc string.
18936 (mml-menu): Add Emacs MIME manual and PGG manual.
18937
18938 2006-01-20 Richard M. Stallman <rms@gnu.org>
18939
18940 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18941
18942 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18943
18944 * nntp.el (nntp-end-of-line): Doc fix.
18945
18946 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18947
18948 * imap.el (imap-open): Handle case where buffer is a buffer
18949 object.
18950
18951 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18952
18953 * gnus-delay.el (gnus-delay): Don't autoload.
18954 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18955 to be re-loaded when customizing the `gnus-delay' group.
18956
18957 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18958
18959 * message.el (message-insert-citation-line): Use newlines.
18960
18961 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18962
18963 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18964
18965 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18966
18967 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18968
18969 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18970
18971 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18972
18973 * mm-decode.el (mm-inlined-types): Add application/pgp.
18974 (mm-automatic-display): Ditto.
18975
18976 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18977 part as text.
18978
18979 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18980
18981 * nnrss.el: Update copyright.
18982 (nnrss-opml-import): Query whether to subscribe to each entry.
18983
18984 * gnus-art.el:
18985 * gnus-sum.el:
18986 * mm-uu.el:
18987 * mm-view.el: Update copyright.
18988
18989 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18990
18991 * message.el (message-info): New function.
18992 (message-mode-menu): Add it.
18993 Update copyright.
18994
18995 * ChangeLog: Fix and update copyright.
18996
18997 2006-01-13 Romain Francoise <romain@orebokech.com>
18998
18999 * message.el (message-forward-subject-name-subject): Prefer the
19000 address to 'nowhere' if the sender has no name.
19001 Fix typo. Update copyright year.
19002
19003 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19004
19005 * gnus-art.el (article-wash-html):
19006 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19007 (gnus-article-wash-html-with-w3m-standalone): New function.
19008
19009 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19010 mm-inline-text-html-render-with-w3m-standalone.
19011 (mm-text-html-washer-alist): Map w3m-standalone to
19012 gnus-article-wash-html-with-w3m-standalone.
19013 (mm-inline-text-html-render-with-w3m-standalone): New function.
19014
19015 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19016
19017 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19018 Improve LaTeX.
19019
19020 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19021
19022 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19023 (nnrss-request-article): Render text/plain parts as HTML.
19024
19025 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19026 the buffer.
19027
19028 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19029
19030 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19031 custom definition of `gnus-posting-styles'.
19032
19033 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19034 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19035
19036 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19037
19038 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19039 Use nntp for bug archive.
19040
19041 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19042
19043 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19044 parts.
19045 (nnrss-normalize-date): New function converts ISO 8601 date into
19046 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19047 (nnrss-check-group): Use it.
19048
19049 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19050
19051 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19052
19053 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19054 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19055 (nnrss-insert-w3): Ditto.
19056
19057 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19058
19059 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19060 the articles to be forwarded including the case where neither a
19061 number of articles nor a region is specified.
19062
19063 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19064
19065 * nnrss.el (nnrss-request-article): Fix last change; fill
19066 text/plain parts.
19067
19068 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19069
19070 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19071 in text/plain part.
19072 (nnrss-check-group): Don't add excessive newline to dc:subject.
19073
19074 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19075
19076 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19077 article.
19078
19079 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19080
19081 * nnml.el: Don't require gnus-bcklg. Autoload it.
19082 (nnml-use-compressed-files, nnml-save-mail): Support other
19083 comression programs such as bzip2.
19084
19085 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19086
19087 * dns.el (query-dns): Make sure we check the buffer size before
19088 removing tcp headers.
19089
19090 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19093 remove MIME buttons associated with multipart/alternative parts.
19094 (gnus-mime-display-alternative): Tag buttons using `article-type'
19095 text property.
19096
19097 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19098 associated with multipart/alternative parts.
19099
19100 * gnus-art.el (gnus-signature-separator): Fix custom type.
19101
19102 * mm-decode.el (mm-inlined-types): Fix custom type.
19103 (mm-keep-viewer-alive-types): Ditto.
19104 (mm-automatic-display): Ditto.
19105 (mm-attachment-override-types): Ditto.
19106 (mm-inline-override-types): Ditto.
19107 (mm-automatic-external-display): Ditto.
19108
19109 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19110
19111 * spam-report.el (spam-report-user-mail-address)
19112 (spam-report-user-agent): New variables.
19113 (spam-report-url-ping-plain): Use spam-report-user-agent.
19114
19115 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19116
19117 * gnus-art.el (gnus-button-handle-custom): Do not just use
19118 `customize-apropos' for any "M-x customize-*" button but the
19119 function called for. Accept both the function name and its
19120 argument in order to achieve this.
19121 (gnus-button-alist): Remove support for "custom:" URL's.
19122 Pass function name to `gnus-button-handle-custom' in case of "M-x
19123 customize-*" buttons.
19124
19125 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19126
19127 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19128 multipart/alternative and add xref to mm-discouraged-alternatives
19129 in doc string.
19130
19131 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19132 gnus-buttonized-mime-types in doc string.
19133
19134 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19135
19136 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19137 Suggest image/.* in the doc string.
19138
19139 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19140
19141 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19142 message-marks (Debian bug#342521).
19143
19144 2005-12-12 Simon Josefsson <jas@extundo.com>
19145
19146 * password.el (password-read-from-cache): Add.
19147 (password-read): Use it.
19148
19149 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19150
19151 * rfc2047.el (rfc2047-charset-to-coding-system):
19152 Recognize us-ascii as a MIME charset.
19153
19154 * mm-bodies.el (mm-decode-content-transfer-encoding):
19155 Protect against the case where the 2nd arg TYPE is nil.
19156
19157 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19158
19159 * pop3.el (pop3-stream-type): Fix custom version.
19160
19161 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19162
19163 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19164
19165 * mm-decode.el (mm-display-external): Add missing cdr.
19166
19167 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19168
19169 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19170 RFC1524) if it is in mailcap or add a suffix according to
19171 mailcap-mime-extensions when generating a temp filename; postpone
19172 deleting a temp file for 2 seconds for some wrappers, shell
19173 scripts, and so on, which might exit right after having started a
19174 viewer command as a background job.
19175
19176 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19177
19178 * nntp.el (nntp-marks-directory): Fix custom group.
19179
19180 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19181 steps when < 10.
19182
19183 * gnus-start.el (gnus-no-server-1):
19184 Mention `gnus-level-default-subscribed' in doc string.
19185
19186 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19187
19188 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19189 parens.
19190
19191 2005-11-26 Dave Love <fx@gnu.org>
19192
19193 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19194 (tls-program, tls-success): Provide openssl alternative.
19195
19196 * starttls.el: Doc fixes.
19197 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19198 SERVICE to PORT.
19199
19200 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19201 port null or service name.
19202 (starttls-negotiate): Autoload.
19203
19204 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19205
19206 * message.el (message-kill-to-signature): Fix interactive spec.
19207
19208 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19209
19210 * pop3.el (pop3-open-server): Recognize a string as a service name.
19211
19212 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19213
19214 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19215
19216 2005-11-23 Dave Love <fx@gnu.org>
19217
19218 Add pop3s, pop3/starttls.
19219
19220 * pop3.el (pop3-authentication-scheme): Clarify doc.
19221 (open-tls-stream, starttls-open-stream): Autoload.
19222 (pop3-stream-type): New.
19223 (pop3-open-server): Use it.
19224
19225 * mail-source.el (mail-sources): Fix some :types. Add stream type
19226 for POP.
19227 (mail-source-keyword-map): Add :stream for POP.
19228 (mail-source-fetch-pop): Use pop3-stream-type.
19229
19230 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19231
19232 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19233 of current-time-string.
19234
19235 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19236
19237 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19238 date header.
19239
19240 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19241
19242 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19243 it can seriously impact performance as it bypasses the agent's
19244 local caches.
19245
19246 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19247
19248 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19249 must be explicitly online rather than "not explicitly offline" for
19250 its flags to be synchronized.
19251
19252 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19253 that gnus-uu-unmark-thread will function correctly.
19254
19255 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19256 1024K is instead displayed as 1M.
19257
19258 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19259
19260 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19261
19262 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19263
19264 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19265
19266 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19267
19268 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19269 error message to display actual error condition.
19270 (gnus-agent-save-local): Avoid saving symbols that are bound to
19271 nil as they simply result in a warning message in
19272 gnus-agent-read-local.
19273
19274 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19275
19276 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19277 rather than make-variable-buffer-local for file-precious-flag.
19278
19279 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19280
19281 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19282 for duplicates which are removed. The invalid sort check then
19283 triggers a rescan after the sort as sorting may have moved
19284 duplicate entries such that they can be cheaply detected.
19285
19286 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19287
19288 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19289
19290 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19291
19292 * gnus-agent.el (gnus-agent-article-alist-save-format):
19293 Change internal variable to a custom variable. Change default value
19294 from compressed(2) to uncompressed(1).
19295 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19296 support for uncompressed agentview files. Taken together, reading
19297 the agentview file should now be 6-7 times faster.
19298
19299 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19300
19301 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19302 as a buffer-local variable. This avoids creating truncated
19303 dribble files as a result of a hang up, eg.
19304
19305 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19306
19307 * gnus-start.el (gnus-start-draft-setup):
19308 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19309
19310 * gnus.el (gnus-splash): Change custom group.
19311 (gnus-group-get-parameter, gnus-group-parameter-value):
19312 Describe allow-list argument.
19313
19314 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19315 string.
19316
19317 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19318
19319 * gnus-art.el (gnus-default-article-saver): Add user-defined
19320 `function' to custom type.
19321
19322 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19323
19324 * imap.el (imap-open): Handle case where buffer is a buffer
19325 object.
19326
19327 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19328
19329 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19330 long lines.
19331 (gnus-cache-delete-group): Wrap doc strings.
19332
19333 * gnus-agent.el (gnus-agent-rename-group)
19334 (gnus-agent-delete-group): Wrap doc strings.
19335
19336 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19337
19338 * gnus-start.el (gnus-1): Add "native" to
19339 gnus-predefined-server-alist.
19340
19341 * gnus.el (gnus-method-to-server): Don't add "native" to the
19342 lists here, because that leads to problems when
19343 gnus-select-method is bound.
19344
19345 2005-11-09 Simon Josefsson <jas@extundo.com>
19346
19347 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19348 use (not sort-by-date) instead.
19349
19350 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * gnus-delay.el (gnus-delay-group): Don't autoload.
19353 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19354 to be re-loaded when customizing the `gnus-delay' group.
19355
19356 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19357
19358 * message.el: Revert last changes.
19359 (message-insert-citation-line): Use newlines.
19360
19361 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19362
19363 * message.el (message-courtesy-message)
19364 (message-mark-insert-begin, message-mark-insert-end)
19365 (message-elide-ellipsis, message-cancel-message)
19366 (message-add-header, message-change-subject)
19367 (message-cross-post-followup-to-header)
19368 (message-cross-post-insert-note, message-reduce-to-to-cc)
19369 (message-widen-reply, message-delete-not-region)
19370 (message-kill-to-signature, message-insert-signature)
19371 (message-insert-importance-high, message-insert-importance-low)
19372 (message-insert-or-toggle-importance)
19373 (message-insert-disposition-notification-to)
19374 (message-indent-citation, message-yank-original)
19375 (message-cite-original-without-signature, message-cite-original)
19376 (message-insert-citation-line, message-position-on-field)
19377 (message-fix-before-sending, message-send-mail-partially)
19378 (message-send-mail, message-send-mail-with-sendmail)
19379 (message-send-mail-with-qmail, message-send-news)
19380 (message-check-news-header-syntax, message-generate-headers)
19381 (message-insert-courtesy-copy, message-fill-address)
19382 (message-fill-header, message-shorten-references)
19383 (message-setup-1, message-cancel-news)
19384 (message-forward-make-body-plain, message-forward-make-body-mime)
19385 (message-forward-make-body-mml, message-encode-message-body)
19386 (message-forward-make-body-digest-plain)
19387 (message-forward-make-body-digest-mime)
19388 (message-use-alternative-email-as-from): Insert `hard-newline'
19389 instead of ordinary newlines.
19390
19391 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19392
19393 * message.el (message-generate-headers): Downcase the argument
19394 given to message-check-element.
19395
19396 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19397
19398 * nntp.el (nntp-authinfo-rejected): New error condition.
19399 (nntp-wait-for): Use new error condition to signal authentication
19400 error.
19401 (nntp-retrieve-data): Rethrow new error condition to break out of
19402 recursive call to nntp-send-authinfo.
19403
19404 2005-11-08 Romain Francoise <romain@orebokech.com>
19405
19406 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19407 (gnus-summary-exit-map): Bind to `Z p'.
19408 (gnus-summary-make-menu-bar): Add menu item.
19409
19410 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19411
19412 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19413 (gnus-treat-*): Add `first' in all doc strings.
19414
19415 * gnus-group.el (gnus-group-compact-group): Fix typo.
19416
19417 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19418
19419 * gnus.el (gnus-parameters-case-fold-search): New variable.
19420 (gnus-parameters-get-parameter): Use it.
19421
19422 * gnus-score.el (gnus-home-score-file): Doc fix.
19423
19424 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19425
19426 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19427
19428 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19429
19430 * mm-util.el (mm-special-display-p): New function.
19431
19432 * mml.el (mml-preview): Use it; doc fix.
19433
19434 2005-10-29 Romain Francoise <romain@orebokech.com>
19435
19436 * message.el (message-fix-before-sending): Fix comment.
19437
19438 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19439
19440 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19441
19442 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19443
19444 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19445 Used in gnus-score.el.
19446
19447 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19448
19449 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19450
19451 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19452
19453 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19454 whitespace removed in revision 7.8. Use concatenated string to
19455 protect trailing whitespace.
19456
19457 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19458
19459 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19460 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19461 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19462 Courier IMAP ("some version from 2004"). Mostly based on similar
19463 code in the same function.
19464
19465 2005-10-26 Didier Verna <didier@xemacs.org>
19466
19467 * gnus-group.el (gnus-group-compact-group): Invalidate original
19468 article buffer.
19469 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19470 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19471 NOV database and in article itself.
19472 Invalidate article backlog.
19473
19474 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19475
19476 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19477
19478 2005-10-26 Simon Josefsson <jas@extundo.com>
19479
19480 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19481 part of 2004-07-25 change.
19482
19483 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19484
19485 * message.el (message-display-completion-list): New function.
19486 (message-expand-group): Use it; make sure the Completions buffer
19487 is modifiable.
19488
19489 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19490
19491 * imap.el (imap-open): Handle case where buffer is a buffer object.
19492
19493 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19494
19495 * pgg-def.el:
19496 * pgg-gpg.el:
19497 * pgg-parse.el:
19498 * pgg-pgp.el:
19499 * pgg-pgp5.el:
19500 * pgg.el: Move to the parent lisp directory.
19501
19502 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19503
19504 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19505 user-mail-name is an empty string.
19506
19507 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19508
19509 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19510 depending on gnus-score-decay-constant.
19511
19512 * encrypt.el (encrypt-insert-file-contents)
19513 (encrypt-write-file-contents): Don't use `gnus-message'.
19514
19515 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19516 arguments.
19517 (mm-uu-type-alist): Add message-marks and insert-marks.
19518 Pass arguments to mm-uu-verbatim-marks-extract.
19519 (mm-uu-hide-markers): New variable.
19520 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19521
19522 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19523 (gnus-convert-image-to-face-command): Use "convert" by default to
19524 allow other input image formats.
19525 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19526 accordingly.
19527
19528 2005-10-23 Simon Josefsson <jas@extundo.com>
19529
19530 * imap.el (imap-gssapi-program): Align command line parameters
19531 with latest GNU SASL.
19532 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19533
19534 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19535
19536 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19537 HTML.
19538 (nnslashdot-request-article): Ditto.
19539
19540 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19541
19542 * mail-source.el (mail-source-fetch-pop): Require pop3.
19543 (mail-source-check-pop): Ditto.
19544
19545 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19546
19547 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19548 errors.
19549
19550 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19551
19552 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19553 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19554
19555 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19556
19557 * mm-bodies.el (mm-decode-string):
19558 Call `mm-charset-to-coding-system' with allow-override argument.
19559
19560 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19561
19562 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19563 (rfc2047-charset-to-coding-system): New function.
19564 (rfc2047-decode-encoded-words): New function.
19565 (rfc2047-decode-region): Use them.
19566 (rfc2047-decode-cte): Remove.
19567 (rfc2047-parse-and-decode): Remove.
19568 (rfc2047-decode): Remove.
19569
19570 2005-10-15 Kenichi Handa <handa@m17n.org>
19571
19572 * rfc2047.el (rfc2047-decode-cte): New function.
19573 (rfc2047-decode-region): Change the way to decode successive
19574 encoded-words: decode B- or Q-encoding in each encoded-word,
19575 concatenate them, and decode it as charset.
19576
19577 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19578
19579 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19580 widget-move-and-invoke.
19581 (gnus-custom-mode): Use gnus-custom-map.
19582
19583 2005-10-15 Bill Wohler <wohler@newt.com>
19584
19585 * message.el (message-tool-bar-map): Rename image file from
19586 mail_send to mail/send.
19587
19588 2005-10-16 Masatake YAMATO <jet@gyve.org>
19589
19590 * message.el (message-expand-group): Pass the common
19591 prefix substring of completion to `display-completion-list'.
19592
19593 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19594
19595 * mml-sec.el (mml-secure-method): New internal variable.
19596 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19597 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19598 New functions using mml-secure-method.
19599
19600 * mml.el (mml-mode-map): Add key bindings for those functions.
19601 (mml-menu): Simplify security menu entries. Suggested by Jesper
19602 Harder <harder@myrealbox.com>.
19603 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19604 Goto end of message if point is the headers of the message.
19605
19606 * message.el (message-in-body-p): New function.
19607
19608 * assistant.el: Autoload gnus-util and netrc.
19609
19610 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19611 Use `mm-charset-override-alist' only when decoding.
19612
19613 * mm-bodies.el (mm-decode-body):
19614 Call `mm-charset-to-coding-system' with allow-override argument.
19615
19616 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19617 `filename' from Content-Disposition if Content-Type doesn't
19618 provide `name'.
19619 (gnus-mime-view-part-as-type): Set default instead of
19620 initial-input.
19621
19622 2005-10-09 Daniel Brockman <daniel@brockman.se>
19623
19624 * format-spec.el (format-spec): Propagate text properties of % spec.
19625
19626 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19627
19628 * gnus-art.el (gnus-treat-predicate): Add `first'.
19629
19630 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19631
19632 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19633 (mm-charset-override-alist): New variable.
19634 (mm-charset-to-coding-system): Use it.
19635 (mm-codepage-setup): New helper function.
19636 (mm-charset-eval-alist): New variable.
19637 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19638 Warn about unknown charsets.
19639
19640 2005-10-04 David Hansen <david.hansen@gmx.net>
19641
19642 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19643 (nnrss-check-group): Ditto.
19644
19645 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19646
19647 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19648 Rename x-gnus-verbatim to x-verbatim.
19649 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19650
19651 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19652 x-verbatim.
19653
19654 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19655
19656 * gnus-util.el (gnus-remove-duplicates): Remove.
19657
19658 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19659 instead of gnus-remove-duplicates.
19660
19661 * message.el (message-remove-duplicates): Remove.
19662 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19663 message-remove-duplicates.
19664
19665 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19666 available, else use implementation from `delete-dups'.
19667
19668 * message.el (message-insert-expires): New function.
19669 (message-mode-map): Add key binding.
19670 (message-mode-field-menu): Add menu entry.
19671 (message-mode): Document it.
19672 (message-make-expires-date): Use `message-make-date'.
19673
19674 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19675
19676 * message.el (message-make-expires-date): New function.
19677
19678 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19679
19680 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19681
19682 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19683
19684 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19685 function rather than the diff-mode.el package.
19686 (mm-display-external): Use with-current-buffer.
19687 (mm-viewer-completion-map, mm-viewer-completion-map):
19688 Move initialization inside declaration.
19689
19690 2005-09-29 Simon Josefsson <jas@extundo.com>
19691
19692 * spam.el: Load hashcash when compiling, to avoid warnings.
19693 Don't autoload mail-check-payment.
19694 (spam-check-hashcash): Define unconditionally, since hashcash.el
19695 is part of Gnus now. Ignore errors from payment checking.
19696
19697 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19698
19699 * message.el (message-bold-region, message-unbold-region):
19700 Rename from `bold-region' and `unbold-region'.
19701
19702 * message.el: Remove useless autoloads.
19703
19704 2005-09-28 Simon Josefsson <jas@extundo.com>
19705
19706 * message.el (message-use-idna): Default to t.
19707 (message-use-idna): Test whether encoding works too. Doc fix.
19708
19709 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19710
19711 * nntp.el (nntp-warn-about-losing-connection): Remove.
19712
19713 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19714
19715 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19716 customizable. Change default value.
19717 (mm-uu-diff-groups-regexp): Change default value.
19718 (mm-uu-type-alist): Add doc string.
19719 (mm-uu-configure): Add doc string. Make it interactive.
19720 (mm-uu-tex-groups-regexp): New variable.
19721 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19722 (mm-uu-type-alist): Add LaTeX documents.
19723 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19724 of "text/verbatim".
19725 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19726
19727 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19728 instead of "text/verbatim".
19729
19730 * message.el (message-mark-inserted-region)
19731 (message-mark-insert-file): Use slrn style marks when called with
19732 prefix argument.
19733
19734 2005-09-27 Simon Josefsson <jas@extundo.com>
19735
19736 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19737
19738 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19739
19740 * message.el (message-remove-duplicates): New function.
19741 Implementation borrowed from `gnus-remove-duplicates'.
19742 (message-idna-to-ascii-rhs): Also encode idna addresses in
19743 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19744 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19745 only ask about the same idna domain once per header and also tell
19746 in what header to replace the idna domain.
19747
19748 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19749 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19750 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19751 a header is decoded and not just the last one.
19752
19753 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19754
19755 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19756 has been decoded.
19757
19758 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19759 (mm-insert-part): Don't modify text if it has been decoded.
19760
19761 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19762 decoded.
19763
19764 * mm-view.el (mm-inline-text): Don't strip text props unless
19765 decoding enriched or richtext parts.
19766
19767 2005-09-25 Romain Francoise <romain@orebokech.com>
19768
19769 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19770 * gnus-start.el (gnus-subscribe-interactively):
19771 * gnus-uu.el (gnus-uu-grab-articles):
19772 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19773 space.
19774
19775 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19776
19777 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19778 * mm-view.el (mm-view-pkcs7-decrypt):
19779 * gnus-sum.el (gnus-summary-limit-to-extra)
19780 (gnus-summary-respool-article, gnus-read-move-group-name):
19781 * gnus-score.el (gnus-summary-increase-score):
19782 * gnus-util.el (gnus-completing-read-with-default):
19783 * gnus-art.el (gnus-read-save-file-name)
19784 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19785 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19786 * message.el (message-check-news-header-syntax):
19787 Follow convention for reading with the minibuffer.
19788
19789 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19790
19791 * spam-report.el (spam-report-url-ping-plain):
19792 Use gnus-extended-version as User-Agent.
19793
19794 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19795 default value is nil.
19796
19797 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19798 (mm-uu-verbatim-marks-extract): New function.
19799 (mm-uu-extract): New face.
19800 (mm-uu-copy-to-buffer): Use it.
19801
19802 * spam-report.el (spam-report-gmane-ham): Rename from
19803 `spam-report-gmane-unspam'.
19804 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19805 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19806
19807 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19808 Autoload.
19809 (spam-report-gmane-unregister-routine):
19810 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19811
19812 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19813
19814 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19815 (spam-report-gmane-unregister-routine): Add support for gmane
19816 unregistration.
19817
19818 * spam-report.el (spam-report-gmane-unspam)
19819 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19820 (spam-report-gmane): Change to take a single article and do unspam
19821 registration.
19822
19823 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19824
19825 * mm-url.el (mm-url-decode-entities): Fix regexp.
19826
19827 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19828
19829 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19830 default to nil, to be able to use Gnus at all. If the default
19831 switches to something else, then the function should be fixed not
19832 be exceedingly slow.
19833
19834 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19835
19836 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19837 fail hard.
19838
19839 * spam-report.el: Add better Keywords line.
19840
19841 * spam.el: Add Maintainer and better Keywords line.
19842
19843 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19844
19845 * gnus-art.el (gnus-article-replace-part)
19846 (gnus-mime-replace-part): New functions.
19847 (gnus-mime-action-alist, gnus-mime-button-commands)
19848 (gnus-mime-save-part-and-strip): Add file argument.
19849 (gnus-article-part-wrapper): Add interactive argument.
19850
19851 * gnus-sum.el (gnus-summary-mime-map):
19852 Add `gnus-article-replace-part'.
19853
19854 2005-09-19 Didier Verna <didier@xemacs.org>
19855
19856 The nnml compaction feature:
19857 * nnml.el (nnml-request-compact-group): New function.
19858 * nnml.el (nnml-request-compact): New function.
19859 * gnus-int.el (gnus-request-compact-group): New function.
19860 * gnus-int.el (gnus-request-compact): New function.
19861 * gnus-group.el (gnus-group-compact-group): New function.
19862 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19863 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19864 * gnus-srvr.el (gnus-server-compact-server): New function.
19865 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19866 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19867
19868 2005-09-18 Deepak Goel <deego@gnufans.org>
19869
19870 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19871 format spec.
19872
19873 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19874
19875 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19876
19877 2005-09-15 Romain Francoise <romain@orebokech.com>
19878
19879 * message.el (message-fill-paragraph): Clarify docstring.
19880
19881 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19882
19883 * gnus-art.el (gnus-mime-display-part): Protect against broken
19884 MIME messages.
19885
19886 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19887
19888 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19889 before parsing header.
19890
19891 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19892
19893 * html2text.el (html2text-replace-list): Add new entities.
19894
19895 2005-09-11 Romain Francoise <romain@orebokech.com>
19896
19897 * message.el (message-alternative-emails): Improve docstring.
19898 (message-setup-1): Call `message-use-alternative-email-as-from'
19899 after `message-setup-hook' to give it precedence over posting
19900 styles, etc.
19901 (message-use-alternative-email-as-from): Add docstring.
19902 Remove the original From header if present.
19903
19904 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19905 (nnml-save-mail): Use it.
19906
19907 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19908 articles. Add new argument `silent'.
19909 (gnus-uu-mark-all): Report the total number of marked articles.
19910
19911 2005-09-10 Romain Francoise <romain@orebokech.com>
19912
19913 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19914 (gnus-uu-mark-series): Likewise.
19915
19916 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19917
19918 * spam-report.el (spam-report-gmane): Fix generation of spam
19919 report URL.
19920
19921 2005-09-10 Simon Josefsson <jas@extundo.com>
19922
19923 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19924 t, based on discussion on the ding list with Robert Epprecht
19925 <epprecht@solnet.ch>.
19926
19927 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19928
19929 * spam-report.el (spam-report-gmane): Make it work without
19930 X-Report-Spam header. Gmane now only provides Archived-At.
19931 This is only used if `spam-report-gmane-use-article-number' is nil.
19932 (spam-report-gmane-spam-header): Remove. Not used anymore.
19933
19934 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19935 make `gnus-summary-sort-by-recipient' work with threading.
19936
19937 * nnweb.el (nnweb-google-wash-article): Print a message if article
19938 is not available.
19939
19940 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19941
19942 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19943 change. Decode text/* parts content before displaying.
19944
19945 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19946
19947 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19948
19949 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19950
19951 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19952
19953 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19954
19955 * message.el (message-tab-body-function): Fix mismatched custom type.
19956
19957 * gnus.el (gnus-group-change-level-function): Ditto.
19958
19959 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19960
19961 * gnus-art.el (gnus-signature-limit)
19962 (gnus-article-mime-part-function): Ditto.
19963
19964 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19965
19966 * mml.el (mml-mode): Silence the byte compiler.
19967
19968 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19969 using `(sit-for 0)' before moving the point to the specified part;
19970 skip unbuttonized parts.
19971 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19972 return to the summary window if gnus-auto-select-part is non-nil.
19973
19974 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19975
19976 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19977 New variables.
19978 (mml-dnd-attach-file, mml-mode): Use them.
19979
19980 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19981 Make fetching article by MID work again for Google Groups.
19982 Add FIXME concerning gnus-group-make-web-group.
19983
19984 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19985 Don't depend on Gnus by using mail-extract-address-components if
19986 gnus-extract-address-components is not bound.
19987
19988 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19989
19990 * gnus-art.el (gnus-mime-display-security): Don't display the
19991 signature, but only the signed part.
19992
19993 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19994
19995 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19996
19997 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19998 list, not listp.
19999
20000 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20001
20002 * mm-encode.el (mm-encode-content-transfer-encoding):
20003 Likewise when encoding.
20004
20005 * mm-bodies.el (mm-decode-content-transfer-encoding):
20006 De-canonicalize CRLF for all text content types, not just
20007 text/plain.
20008
20009 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20010
20011 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20012 valid article; point arrow and cursor at the MIME button.
20013
20014 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20015
20016 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20017 Suggested by Dan Christensen <jdc@uwo.ca>.
20018
20019 * mm-decode.el (mm-save-part): Enable change of prompt.
20020
20021 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20022
20023 * gnus-msg.el (gnus-inews-add-send-actions):
20024 Make `message-post-method' lambda parameter ARG `&optional'.
20025
20026 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20027
20028 * gnus-sum.el (gnus-summary-mime-map):
20029 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20030 gnus-article-jump-to-part.
20031
20032 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20033 (gnus-article-edit-part): Use it.
20034 (gnus-article-part-wrapper): Add no-handle argument.
20035 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20036 New functions.
20037
20038 2005-08-29 Romain Francoise <romain@orebokech.com>
20039
20040 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20041 docstring.
20042 (gnus-face-from-file): Likewise.
20043
20044 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20045
20046 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20047 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20048 non-nil.
20049 (gnus-auto-select-part): New variable.
20050 (gnus-article-jump-to-part): New function.
20051 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20052 (gnus-mime-delete-part): Allow selecting specified part after
20053 deleting or stripping parts.
20054 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20055 part if argument is bogus.
20056
20057 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20058
20059 * gnus-art.el (w3m-minor-mode-map):
20060 * gnus-spec.el (gnus-newsrc-file-version):
20061 * gnus-util.el (nnmail-active-file-coding-system)
20062 (gnus-original-article-buffer, gnus-user-agent):
20063 * gnus.el (gnus-ham-process-destinations)
20064 (gnus-parameter-ham-marks-alist)
20065 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20066 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20067 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20068 * mm-decode.el (gnus-current-window-configuration):
20069 * mm-extern.el (gnus-article-mime-handles):
20070 * mm-url.el (url-current-object, url-package-name)
20071 (url-package-version):
20072 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20073 (smime-keys, w3m-cid-retrieve-function-alist)
20074 (w3m-current-buffer, w3m-display-inline-images)
20075 (w3m-minor-mode-map):
20076 * mml-smime.el (gnus-extract-address-components):
20077 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20078 (gnus-newsrc-hashtb, message-default-charset)
20079 (message-deletable-headers, message-options)
20080 (message-posting-charset, message-required-mail-headers)
20081 (message-required-news-headers):
20082 * mml1991.el (mc-pgp-always-sign):
20083 * mml2015.el (mc-pgp-always-sign):
20084 * nnheader.el (nnmail-extra-headers):
20085 * rfc1843.el (gnus-decode-encoded-word-function)
20086 (gnus-decode-header-function, gnus-newsgroup-name):
20087 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20088
20089 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20090
20091 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20092 the end of the date treatments.
20093
20094 2005-08-15 Simon Josefsson <jas@extundo.com>
20095
20096 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20097 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20098 Capello and Romain Francoise.
20099 (pgg-fetch-key-function): Remove, not used?
20100 (pgg-insert-url-with-w3): Require url, to get
20101 url-insert-file-contents regardless of where it is defined.
20102
20103 2005-08-13 Romain Francoise <romain@orebokech.com>
20104
20105 * message.el (message-cite-original-1): New function.
20106 (message-cite-original): Use it.
20107 (message-cite-original-without-signature): Ditto.
20108
20109 2005-08-08 Romain Francoise <romain@orebokech.com>
20110
20111 * message.el (message-yank-empty-prefix): New variable.
20112 (message-indent-citation): Use it.
20113 (message-cite-original-without-signature): Respect X-No-Archive.
20114
20115 2005-08-08 Simon Josefsson <jas@extundo.com>
20116
20117 * pgg.el: Autoload url-insert-file-contents instead of loading
20118 w3/url.
20119 (pgg-insert-url-with-w3): Don't load url here.
20120
20121 2005-08-07 Jesper Harder <harder@phys.au.dk>
20122
20123 * message.el (message-kill-to-signature): Don't insert newline at
20124 bol.
20125 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20126
20127 2005-08-06 Romain Francoise <romain@orebokech.com>
20128
20129 * message.el (message-user-fqdn): Fix typo in docstring.
20130
20131 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20132
20133 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20134
20135 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20136
20137 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20138
20139 * mm-bodies.el (mm-encode-body): Use coding system rather than
20140 charset to encode text.
20141
20142 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20143 number of charsets if utf-8 is available (XEmacs).
20144
20145 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20146
20147 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20148 taken from `gnus-button-mid-or-mail-regexp'.
20149 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20150 (gnus-button-alist): Improve regexp for domain part of the MIDs
20151 for news:localpart@domain buttons.
20152 (gnus-button-ctan-directory-regexp): Update.
20153
20154 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20155
20156 * sieve-manage.el (sieve-manage-interactive-login):
20157 Use make-local-variable rather than make-variable-buffer-local.
20158 (sieve-manage-open): Ditto.
20159 (sieve-manage-authenticate): Ditto.
20160
20161 * mml.el (mml-generate-mime-1): Make the content type default to
20162 text/plain if the filename is not specified.
20163
20164 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20165
20166 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20167 instead of insert-buffer.
20168
20169 * message.el (message-yank-original): Ditto; set the mark at the
20170 end of the yanked message.
20171
20172 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20173
20174 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20175 lines to scroll rather than to stop it.
20176
20177 * mml.el (mml-generate-default-type): Add doc string.
20178 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20179 default to application/octet-stream when determining the content
20180 type if it is not specified for the part or the mml contents; add
20181 a comment about mml-generate-default-type.
20182
20183 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20184
20185 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20186 make it default to application/octet-stream when determining the
20187 content type if it is not specified for the external contents.
20188
20189 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20190
20191 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20192 segmented parameter but also other parameters might be there.
20193
20194 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20195
20196 * mm-decode.el (mm-display-external): Delete temp file, directory
20197 and buffer immediately if the external process is exited.
20198
20199 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20200
20201 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20202 fewer lines than that of scroll-margin.
20203 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20204
20205 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20206
20207 * gnus-art.el (gnus-article-next-page): Revert.
20208 (gnus-article-beginning-of-window): New macro.
20209 (gnus-article-next-page-1): Use it.
20210 (gnus-article-prev-page): Ditto.
20211 (gnus-article-edit-part): Use insert-buffer-substring instead of
20212 insert-buffer.
20213 (gnus-article-edit-exit): Ditto.
20214
20215 * gnus-util.el (gnus-beginning-of-window): Remove.
20216 (gnus-end-of-window): Remove.
20217
20218 2005-07-25 Simon Josefsson <jas@extundo.com>
20219
20220 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20221 to have the url package without w3. Reported by Daiki Ueno
20222 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20223
20224 2005-07-20 Didier Verna <didier@xemacs.org>
20225
20226 * gnus-diary.el: Remove the description comment (nndiary is now
20227 properly documented in the Gnus manual).
20228 Fix the spelling of "Back End".
20229 * nndiary.el: Ditto.
20230 Fix the copyright notice.
20231
20232 2005-07-18 Romain Francoise <romain@orebokech.com>
20233
20234 * gnus-sum.el (gnus-summary-to-prefix)
20235 (gnus-summary-newsgroup-prefix): New variables.
20236 (gnus-summary-from-or-to-or-newsgroups): Use them.
20237
20238 2005-07-17 Romain Francoise <romain@orebokech.com>
20239
20240 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20241 space as it's generally not especially interesting to the user.
20242
20243 2005-07-16 Romain Francoise <romain@orebokech.com>
20244
20245 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20246 nil to avoid prompting and file modification if one of the
20247 messages at the top of the nnfolder file contains a copyright
20248 notice.
20249 Update copyright notice.
20250
20251 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20252 instead of `current-time-string' as the latter creates a time
20253 string that is not RFC 2822 compliant (it lacks the zone).
20254 Update copyright notice.
20255
20256 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20259 for text/rtf. Display default in prompt. Pass default for M-n.
20260
20261 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20262
20263 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20264
20265 * gnus-msg.el (gnus-button-mailto):
20266 Remove save-selected-window-window hackery because it relies on
20267 save-selected-window internals.
20268
20269 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20270
20271 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20272 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20273 (gnus-article-prev-page): Ditto.
20274
20275 * gnus-util.el (gnus-beginning-of-window): New function.
20276 (gnus-end-of-window): New function.
20277
20278 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20279
20280 * gnus-score.el (gnus-score-edit-all-score):
20281 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20282 gnus-message.
20283
20284 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20285
20286 * gnus-msg.el (gnus-button-mailto):
20287 Remove save-selected-window-window hackery because it relies on
20288 save-selected-window internals.
20289
20290 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20291
20292 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20293 add-minor-mode.
20294 (gnus-binary-mode): Ditto.
20295
20296 * gnus-topic.el (gnus-topic-mode): Ditto.
20297
20298 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20299
20300 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20301 (gnus-article-prev-page): Take scroll-margin into consideration.
20302
20303 2005-07-04 Lute Kamstra <lute@gnu.org>
20304
20305 Update FSF's address in GPL notices.
20306
20307 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20308
20309 * gnus.el (gnus-exit):
20310 * gnus-group.el (gnus-group-icons):
20311 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20312
20313 * gnus-nocem.el (gnus-nocem):
20314 * message.el (message-various, message-buffers, message-sending)
20315 (message-interface, message-forwarding, message-insertion)
20316 (message-headers, message-news, message-mail):
20317 * pgg-gpg.el (pgg-gpg):
20318 * pgg-parse.el (pgg-parse):
20319 * pgg-pgp.el (pgg-pgp):
20320 * pgg-pgp5.el (pgg-pgp5):
20321 * pop3.el (pop3): Finish `defgroup' description with period.
20322
20323 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20324
20325 * gnus-art.el (article-display-face): Improve the efficiency.
20326 (article-display-x-face): Ditto; remove gray x-face stuff.
20327
20328 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20329
20330 * gnus-art.el (article-display-face): Correct the position in
20331 which Faces are inserted.
20332
20333 2005-06-29 Didier Verna <didier@xemacs.org>
20334
20335 * gnus-art.el (article-display-face): Display faces in correct
20336 order.
20337
20338 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20339
20340 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20341 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20342 (gnus-nocem-check-article): Fetch the Type header.
20343 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20344 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20345 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20346 make sure gnus-nocem-hashtb is initialized.
20347 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20348 (gnus-nocem-unwanted-article-p): Ditto.
20349
20350 * pgg.el (pgg-verify): Return the verification result.
20351
20352 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20353
20354 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20355 is ascii.
20356
20357 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20358
20359 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20360 `show-nonbreak-escape'.
20361
20362 2005-06-23 Lute Kamstra <lute@gnu.org>
20363
20364 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20365
20366 * dig.el (dig-mode):
20367 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20368
20369 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20370
20371 * nnimap.el (nnimap-split-download-body): Fix spellings.
20372
20373 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20374
20375 * gnus-art.el (gnus-article-encrypt-body):
20376 * gnus-cus.el (gnus-score-customize):
20377 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20378 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20379
20380 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20381
20382 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20383 header by looking for magic "MII" at the beginning.
20384
20385 2005-06-16 Miles Bader <miles@gnu.org>
20386
20387 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20388 (assistant-field-face): New backward-compatibility alias for renamed
20389 face.
20390 (assistant-render-text): Use renamed assistant-field face.
20391
20392 * spam.el (spam): Remove "-face" suffix from face name.
20393 (spam-face): New backward-compatibility alias for renamed face.
20394 (spam-face, spam-initialize): Use renamed spam face.
20395
20396 * message.el (message-header-to, message-header-cc)
20397 (message-header-subject, message-header-newsgroups)
20398 (message-header-other, message-header-name)
20399 (message-header-xheader, message-separator, message-cited-text)
20400 (message-mml): Remove "-face" suffix from face names.
20401 (message-header-to-face, message-header-cc-face)
20402 (message-header-subject-face, message-header-newsgroups-face)
20403 (message-header-other-face, message-header-name-face)
20404 (message-header-xheader-face, message-separator-face)
20405 (message-cited-text-face, message-mml-face):
20406 New backward-compatibility aliases for renamed faces.
20407 (message-font-lock-keywords): Use renamed message faces.
20408
20409 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20410 (sieve-test-commands, sieve-tagged-arguments):
20411 Remove "-face" suffix from face names.
20412 (sieve-control-commands-face, sieve-action-commands-face)
20413 (sieve-test-commands-face, sieve-tagged-arguments-face):
20414 New backward-compatibility aliases for renamed faces.
20415 (sieve-control-commands-face, sieve-action-commands-face)
20416 (sieve-test-commands-face, sieve-tagged-arguments-face):
20417 Use renamed sieve faces.
20418
20419 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20420 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20421 (gnus-group-news-3-empty, gnus-group-news-4)
20422 (gnus-group-news-4-empty, gnus-group-news-5)
20423 (gnus-group-news-5-empty, gnus-group-news-6)
20424 (gnus-group-news-6-empty, gnus-group-news-low)
20425 (gnus-group-news-low-empty, gnus-group-mail-1)
20426 (gnus-group-mail-1-empty, gnus-group-mail-2)
20427 (gnus-group-mail-2-empty, gnus-group-mail-3)
20428 (gnus-group-mail-3-empty, gnus-group-mail-low)
20429 (gnus-group-mail-low-empty, gnus-summary-selected)
20430 (gnus-summary-cancelled, gnus-summary-high-ticked)
20431 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20432 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20433 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20434 (gnus-summary-low-undownloaded)
20435 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20436 (gnus-summary-low-unread, gnus-summary-normal-unread)
20437 (gnus-summary-high-read, gnus-summary-low-read)
20438 (gnus-summary-normal-read, gnus-splash):
20439 Remove "-face" suffix from face names.
20440 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20441 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20442 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20443 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20444 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20445 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20446 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20447 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20448 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20449 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20450 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20451 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20452 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20453 (gnus-summary-normal-ticked-face)
20454 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20455 (gnus-summary-normal-ancient-face)
20456 (gnus-summary-high-undownloaded-face)
20457 (gnus-summary-low-undownloaded-face)
20458 (gnus-summary-normal-undownloaded-face)
20459 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20460 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20461 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20462 (gnus-splash-face):
20463 New backward-compatibility aliases for renamed faces.
20464 (gnus-group-startup-message): Use renamed gnus faces.
20465
20466 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20467 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20468 (gnus-server-agent): Remove "-face" suffix from face names.
20469 (gnus-server-agent-face, gnus-server-opened-face)
20470 (gnus-server-closed-face, gnus-server-denied-face)
20471 (gnus-server-offline-face):
20472 New backward-compatibility aliases for renamed faces.
20473 (gnus-server-agent-face, gnus-server-opened-face)
20474 (gnus-server-closed-face, gnus-server-denied-face)
20475 (gnus-server-offline-face): Use renamed gnus faces.
20476
20477 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20478 Remove "-face" suffix from face names.
20479 (gnus-picon-xbm-face, gnus-picon-face):
20480 New backward-compatibility aliases for renamed faces.
20481
20482 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20483 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20484 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20485 (gnus-cite-11): Remove "-face" suffix from face names.
20486 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20487 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20488 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20489 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20490 New backward-compatibility aliases for renamed faces.
20491 (gnus-cite-attribution-face, gnus-cite-face-list)
20492 (gnus-article-boring-faces): Use renamed gnus faces.
20493
20494 * gnus-art.el (gnus-signature, gnus-header-from)
20495 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20496 (gnus-header-content): Remove "-face" suffix from face names.
20497 (gnus-signature-face, gnus-header-from-face)
20498 (gnus-header-subject-face, gnus-header-newsgroups-face)
20499 (gnus-header-name-face, gnus-header-content-face):
20500 New backward-compatibility aliases for renamed faces.
20501 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20502
20503 * gnus-sum.el (gnus-summary-selected-face)
20504 (gnus-summary-highlight): Use renamed gnus faces.
20505 * gnus-group.el (gnus-group-highlight): Likewise.
20506
20507 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20508
20509 * gnus-sieve.el (gnus-sieve-article-add-rule):
20510 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20511 * spam-stat.el (spam-stat-buffer-change-to-spam)
20512 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20513
20514 * message.el (message-is-yours-p):
20515 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20516
20517 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20518
20519 * mm-view.el (mm-inline-text): Withdraw the last change.
20520
20521 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20522
20523 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20524 executing enriched-decode.
20525
20526 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20527
20528 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20529 charset of tar files.
20530
20531 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20532
20533 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20534
20535 2005-06-04 Lute Kamstra <lute@gnu.org>
20536
20537 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20538 information is never recorded.
20539
20540 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20541
20542 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20543
20544 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20545
20546 * pop3.el (pop3-apop): Run md5 in the binary mode.
20547
20548 * starttls.el (starttls-set-process-query-on-exit-flag):
20549 Use eval-and-compile.
20550
20551 2005-05-31 Simon Josefsson <jas@extundo.com>
20552
20553 * smime.el (smime-replace-in-string): Define.
20554 (smime-cert-by-ldap-1): Use it.
20555
20556 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20557
20558 * gnus-art.el (article-display-x-face): Replace
20559 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20560
20561 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20562 set-process-query-on-exit-flag or process-kill-without-query.
20563
20564 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20565 loop instead of replace-regexp.
20566
20567 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20568 instead of process-kill-without-query if it is available.
20569
20570 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20571 instead of find-file-hooks if it is available.
20572
20573 * mml1991.el: Bind pgg-default-user-id when compiling.
20574
20575 * mml2015.el: Bind pgg-default-user-id when compiling.
20576
20577 * nndraft.el (nndraft-request-associate-buffer):
20578 Use write-contents-functions instead of write-contents-hooks if it is
20579 available.
20580
20581 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20582 instead of find-file-hooks if it is available.
20583
20584 * nntp.el (nntp-open-connection): Replace
20585 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20586 (nntp-open-ssl-stream): Ditto.
20587 (nntp-open-tls-stream): Ditto.
20588
20589 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20590 set-process-query-on-exit-flag or process-kill-without-query.
20591 (starttls-open-stream-gnutls): Use it instead of
20592 process-kill-without-query.
20593 (starttls-open-stream): Ditto.
20594
20595 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20596
20597 * smime.el (smime-cert-by-ldap-1): Don't use
20598 replace-regexp-in-string.
20599
20600 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20601
20602 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20603
20604 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20605 in PEM format. Adjust to the XEmacs compatibility.
20606
20607 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20608
20609 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20610 by `string-to-number'.
20611 * gnus-agent.el (gnus-agent-regenerate-group)
20612 (gnus-agent-fetch-articles): Ditto.
20613 * gnus-art.el (gnus-button-fetch-group): Ditto.
20614 * gnus-cache.el (gnus-cache-generate-active)
20615 (gnus-cache-articles-in-group): Ditto.
20616 * gnus-group.el (gnus-group-set-current-level)
20617 (gnus-group-insert-group-line): Ditto.
20618 * gnus-score.el (gnus-score-set-expunge-below)
20619 (gnus-score-set-mark-below, gnus-summary-score-effect)
20620 (gnus-summary-score-entry): Ditto.
20621 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20622 (gnus-soup-pack): Ditto.
20623 * gnus-spec.el (gnus-xmas-format): Ditto.
20624 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20625 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20626 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20627 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20628 * nndb.el (nndb-get-remote-expire-response): Ditto.
20629 * nndiary.el (nndiary-parse-schedule-value)
20630 (nndiary-string-to-number, nndiary-request-replace-article)
20631 (nndiary-request-article): Ditto.
20632 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20633 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20634 * nneething.el (nneething-make-head): Ditto.
20635 * nnfolder.el (nnfolder-request-article)
20636 (nnfolder-retrieve-headers): Ditto.
20637 * nnheader.el (nnheader-file-to-number): Ditto.
20638 * nnkiboze.el (nnkiboze-request-article): Ditto.
20639 * nnmail.el (nnmail-process-unix-mail-format)
20640 (nnmail-process-babyl-mail-format): Ditto.
20641 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20642 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20643 (nnmh-request-create-group, nnmh-request-list-1)
20644 (nnmh-request-group, nnmh-request-article): Ditto.
20645 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20646 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20647 * nnsoup.el (nnsoup-make-active): Ditto.
20648 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20649 * nntp.el (nntp-find-group-and-number)
20650 (nntp-retrieve-headers-with-xover): Ditto.
20651 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20652 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20653 (pgg-format-key-identifier): Ditto.
20654 * pop3.el (pop3-last, pop3-stat): Ditto.
20655 * qp.el (quoted-printable-decode-region): Ditto.
20656
20657 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20658 of concat.
20659
20660 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20661
20662 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20663
20664 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20665
20666 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20667
20668 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20669
20670 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20671
20672 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20673
20674 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20675 (gnus-carpal-mode): Ditto.
20676
20677 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20678 (gnus-browse-mode): Ditto.
20679
20680 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20681
20682 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20683
20684 2005-05-29 Richard M. Stallman <rms@gnu.org>
20685
20686 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20687
20688 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20689
20690 * gnus-util.el (gnus-run-mode-hooks): New function.
20691
20692 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20693
20694 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20695
20696 * gnus-agent.el (gnus-agent-make-mode-line-string):
20697 Use mode-line-highlight as mouse-face.
20698
20699 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20700
20701 * canlock.el (canlock): Change the parent group to news.
20702
20703 * deuglify.el (gnus-outlook-deuglify): Add :group.
20704
20705 * dig.el (dig): Add :group.
20706
20707 * dns-mode.el (dns-mode): Add :group.
20708
20709 * encrypt.el (encrypt): Add :group.
20710
20711 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20712 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20713 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20714 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20715 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20716
20717 * gnus-diary.el (gnus-diary): Add :group.
20718
20719 * gnus.el (gnus-group-news-1-face): Add :group.
20720 (gnus-group-news-1-empty-face): Ditto.
20721 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20722 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20723 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20724 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20725 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20726 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20727 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20728 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20729 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20730 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20731 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20732 (gnus-summary-high-ticked-face): Ditto.
20733 (gnus-summary-low-ticked-face): Ditto.
20734 (gnus-summary-normal-ticked-face): Ditto.
20735 (gnus-summary-high-ancient-face): Ditto.
20736 (gnus-summary-low-ancient-face): Ditto.
20737 (gnus-summary-normal-ancient-face): Ditto.
20738 (gnus-summary-high-undownloaded-face): Ditto.
20739 (gnus-summary-low-undownloaded-face): Ditto.
20740 (gnus-summary-normal-undownloaded-face): Ditto.
20741 (gnus-summary-high-unread-face): Ditto.
20742 (gnus-summary-low-unread-face): Ditto.
20743 (gnus-summary-normal-unread-face): Ditto.
20744 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20745 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20746
20747 * hashcash.el (hashcash): New custom group.
20748 (hashcash-default-payment): Add :group.
20749 (hashcash-payment-alist): Ditto.
20750 (hashcash-default-accept-payment): Ditto.
20751 (hashcash-accept-resources): Ditto.
20752 (hashcash-path): Ditto.
20753 (hashcash-extra-generate-parameters): Ditto.
20754 (hashcash-double-spend-database): Ditto.
20755 (hashcash-in-news): Ditto.
20756
20757 * message.el (message-minibuffer-local-map): Add :group.
20758
20759 * netrc.el (netrc): Add :group.
20760
20761 * sieve-manage.el (sieve-manage-log): Add :group.
20762 (sieve-manage-default-user): Diito.
20763 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20764 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20765 (sieve-manage-authenticators): Ditto.
20766 (sieve-manage-authenticator-alist): Ditto.
20767 (sieve-manage-default-port): Ditto.
20768
20769 * sieve-mode.el (sieve-control-commands-face): Add :group.
20770 (sieve-action-commands-face): Ditto.
20771 (sieve-test-commands-face): Ditto.
20772 (sieve-tagged-arguments-face): Ditto.
20773
20774 * smime.el (smime): Add :group.
20775
20776 * spam-report.el (spam-report): Add :group.
20777
20778 * spam.el (spam, spam-face): Add :group.
20779
20780 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20781
20782 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20783 return \n.\n.\n at the end of articles. Protect against that.
20784 (nntp-with-open-group): Allow debugging.
20785
20786 * nnheader.el (mail-header-set-extra): Make into a function
20787 because I just could't understand how to quote the list properly.
20788
20789 * dns.el (query-dns-cached): New function.
20790
20791 2005-05-26 Lute Kamstra <lute@gnu.org>
20792
20793 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20794
20795 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20796
20797 * gnus-art.el: Don't autoload mail-extract-address-components.
20798
20799 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20800 eval-and-compile to evaluate it.
20801
20802 * hashcash.el: Don't autoload executable-find.
20803
20804 * nndb.el: Don't declare the nndb back end two or more times; don't
20805 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20806
20807 * nntp.el: Autoload format-spec instead of format; use
20808 eval-and-compile to evaluate autoload forms.
20809
20810 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20811
20812 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20813
20814 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20815
20816 * gnus.el (gnus-version-number): Bump version.
20817
20818 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20819
20820 * gnus.el: No Gnus v0.3 is released.
20821
20822 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20823
20824 * gnus-art.el (gnus-article-edit-part): Disable undo.
20825
20826 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20827
20828 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20829 gnus-article-date-lapsed-new-header is t if date timer is active;
20830 skip headers in which the original date value is empty.
20831 (gnus-article-save-original-date): Redefine it as a macro.
20832 (gnus-display-mime): Use it.
20833
20834 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20835
20836 * gnus-art.el (article-date-ut): Support converting date in
20837 forwarded parts as well.
20838 (gnus-article-save-original-date): New function.
20839 (gnus-display-mime): Use it.
20840
20841 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20842
20843 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20844 enclosure element of <item>.
20845
20846 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20847
20848 * message.el (message-kill-buffer-query): Rename from
20849 `message-kill-buffer-query-if-modified'. Add :version.
20850
20851 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20852
20853 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20854 window layout.
20855
20856 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20857
20858 * mml.el: Autoload dnd when compiling.
20859
20860 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20861
20862 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20863 x-dnd-*.
20864
20865 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20866
20867 * qp.el (quoted-printable-encode-region): Save excursion.
20868
20869 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20870
20871 * message.el (message-kill-buffer-query-if-modified): Add new variable
20872 so the user can kill a modified message buffer quickly.
20873 (message-kill-buffer): Use it.
20874
20875 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20876
20877 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20878 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20879
20880 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20881
20882 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20883 contained in text because xml.el decodes entities) with LFs.
20884
20885 2005-04-11 Lute Kamstra <lute@gnu.org>
20886
20887 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20888 differently.
20889
20890 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * mm-util.el (mm-detect-coding-region): Typo.
20893
20894 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20895
20896 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20897
20898 2005-04-06 Deepak Goel <deego@gnufans.org>
20899
20900 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20901 user-function allow user modifications of the scores.
20902 (spam-stat-score-buffer-user): New function, to allow
20903 user-computed modifications to the score.
20904 (spam-stat-score-buffer-user-functions): List of additional
20905 scoring functions.
20906 (spam-stat-error-holder): Global temporary error holder.
20907 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20908 variable.
20909
20910 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20911
20912 * gnus-registry.el (gnus-registry-clean-empty-function)
20913 (gnus-registry-trim, gnus-registry-fetch-groups)
20914 (gnus-registry-delete-group): Groups that match
20915 `gnus-registry-ignored-groups' are removed from the registry
20916 entries, not just ignored for splitting. This helps clean up the
20917 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20918 to get all the groups a message ID is in.
20919
20920 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20921 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20922 (spam-stat-score-buffer-user-functions): Add :number custom type.
20923
20924 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20925
20926 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20927 argument in XEmacs.
20928
20929 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20930 (nnrss-request-group): Decode group name first.
20931 (nnrss-request-article): Make a text/plain article if mml-to-mime
20932 failed.
20933 (nnrss-get-encoding): Return a compatible encoding according to
20934 nnrss-compatible-encoding-alist.
20935 (nnrss-find-el): Use consp instead of listp.
20936 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20937
20938 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20939
20940 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20941 which Emacs 20 doesn't support.
20942 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20943
20944 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20945
20946 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20947 silence the byte compiler inside the defun.
20948
20949 * gnus-demon.el (parse-time-string): Add autoload.
20950
20951 * gnus-delay.el (parse-time-string): Add autoload.
20952
20953 * gnus-art.el (parse-time-string): Add autoload.
20954
20955 * nnultimate.el (parse-time): Require for `parse-time-string'.
20956
20957 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20958
20959 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20960
20961 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20962
20963 * smime.el (smime-ldap-host-list): Add :version.
20964
20965 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20966
20967 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20968 pass it to `gnus-browse-read-group'.
20969 (gnus-browse-read-group): Add NUMBER argument and pass it to
20970 `gnus-group-read-ephemeral-group'.
20971
20972 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20973 argument and pass it to `gnus-group-read-group'.
20974
20975 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20976
20977 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20978 mm-xemacs-find-mime-charset-1 if we have the mule feature
20979 available at runtime.
20980
20981 2005-03-25 Werner Lemberg <wl@gnu.org>
20982
20983 * nnmaildir.el: Replace `illegal' with `invalid'.
20984
20985 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20986
20987 * gnus-start.el (gnus-display-time-event-handler):
20988 Check display-time-timer at runtime rather than only at load time
20989 in case display-time-mode is turned off in the mean time.
20990
20991 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20992
20993 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20994 used.
20995
20996 * nneething.el (nneething-map-file-directory): Derive from
20997 `gnus-directory'.
20998
20999 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21000 the To/Cc button.
21001
21002 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21003
21004 * nnmaildir.el (nnmaildir-request-accept-article):
21005 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21006
21007 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21008
21009 * gnus-async.el: Require timer-funcs at compile time when in
21010 XEmacs for `run-with-idle-timer'.
21011
21012 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21013
21014 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21015 autoloaded function.
21016
21017 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21018
21019 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21020
21021 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21022
21023 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21024
21025 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21026
21027 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21028 Add gnus-expert-user to default.
21029
21030 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21031
21032 * nnimap.el (nnimap-open-server): Ditto.
21033
21034 * imap.el (imap-authenticate): Fix typo.
21035
21036 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21037
21038 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21039 buffer (since IMAP server might return FETCH response out of
21040 order, and the nntp buffer must be sorted).
21041
21042 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21043
21044 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21045 comparison on string.
21046
21047 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21048 (gnus-agent-score): Rename category keywords to match gnus-cus.
21049 (gnus-agent-summary-fetch-series): Modify to protect against
21050 gnus-agent-summary-fetch-group clearing processable flags.
21051 (gnus-agent-synchronize-group-flags): Update live group buffer as
21052 synchronization may occur due to the user toggle the plugged
21053 status.
21054 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21055 successfully downloaded.
21056 (gnus-agent-expire-group-1): Avoid using markers when the overview
21057 is in ascending order; greatly improves performance.
21058 (gnus-agent-regenerate-group):
21059 Use gnus-agent-synchronize-group-flags to reset read status in both
21060 gnus and server.
21061 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21062
21063 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21064
21065 * message.el: Don't autoload former message-utils variables.
21066 (message-strip-subject-trailing-was): Change doc string.
21067
21068 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21069 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21070 (nnweb-google-search): Add "hl=en" here.
21071 (nnweb-google-parse-1, nnweb-google-create-mapping):
21072 Don't hardcode URL.
21073
21074 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21075
21076 * message.el (message-get-reply-headers, message-followup):
21077 Mention related variables `message-use-followup-to' and
21078 `message-use-mail-followup-to', in the information buffer.
21079
21080 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21081 of broken groups(-beta).google.com.
21082
21083 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21084
21085 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21086 parameter to invoked gnus-request-move-article; remove the
21087 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21088 all at once instead of once per article.
21089 (gnus-summary-remove-process-mark): Accept a list of articles as
21090 well as a single article for processing.
21091
21092 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21093 parameter.
21094
21095 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21096
21097 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21098
21099 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21100 parameter.
21101
21102 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21103 parameter.
21104
21105 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21106 parameter and remove the gnus-sum-hint-move-is-internal variable.
21107
21108 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21109 parameter.
21110
21111 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21112 parameter.
21113
21114 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21115 parameter.
21116
21117 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21118
21119 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21120 parameter.
21121
21122 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21123 parameter.
21124
21125 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21128 a more conservative way.
21129
21130 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21131
21132 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21133 buffer, so it moves the window's cursor.
21134
21135 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21136
21137 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21138 `mm-dissect-multipart' and receive the from field as an (optional)
21139 argument from `mm-dissect-multipart'.
21140 (mm-dissect-multipart): Receive the from field as an argument and
21141 pass it on when we call `mm-dissect-buffer' on MIME parts.
21142 Fixes verification/decryption of signed/encrypted MIME parts.
21143
21144 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21145
21146 * gnus-sum.el (gnus-summary-move-article):
21147 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21148 whatever it calls (right now, only nnimap-request-move article
21149 respects it).
21150
21151 * nnimap.el (nnimap-request-move-article):
21152 When gnus-sum-hint-move-is-internal is set, don't do the extra
21153 nnimap-request-article.
21154
21155 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21156
21157 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21158
21159 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21160 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21161
21162 * gnus-sum.el (gnus-summary-caesar-message):
21163 Apply `gnus-treat-article' after rotation.
21164
21165 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21166 doc string.
21167
21168 2005-02-22 Simon Josefsson <jas@extundo.com>
21169
21170 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21171 `password-cache-expiry' instead). Reported by Arne Jørgensen
21172 <arne@arnested.dk>.
21173 (encrypt): Add password-cache and password-cache-expiry as group
21174 members.
21175
21176 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21177
21178 * smime.el (smime-ldap-host-list): Doc fix.
21179 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21180 cache) password.
21181 (smime-sign-region): Use it.
21182 (smime-decrypt-region): Use it.
21183 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21184 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21185 fails.
21186 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21187 certificate from DER to PEM format rather than calling openssl.
21188
21189 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21190
21191 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21192 for signing/encryption.
21193
21194 * mml.el (mml-parse-1): Use them.
21195
21196 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21197
21198 * nnrss.el (nnrss-verbose): Remove.
21199 (nnrss-request-group): Use `nnheader-message' instead.
21200
21201 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21202
21203 * nnrss.el (nnrss-verbose): New variable.
21204 (nnrss-request-group): Make it say nnrss is requesting a group.
21205
21206 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21207
21208 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21209 Handle news URL with given port correctly.
21210
21211 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21212
21213 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21214 containing special characters.
21215
21216 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21217
21218 * mml.el (mime-to-mml): Ditto.
21219
21220 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21221 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21222 (rfc2047-decode-region): Quote decoded words containing special
21223 characters when rfc2047-quote-decoded-words-containing-tspecials
21224 is non-nil.
21225
21226 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21227
21228 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21229
21230 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21231
21232 2005-02-15 Simon Josefsson <jas@extundo.com>
21233
21234 * nnimap.el (nnimap-debug): Doc fix.
21235
21236 * imap.el (imap-debug): Doc fix.
21237
21238 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21239
21240 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21241
21242 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21243
21244 * gnus.el (spam-contents): Improve docs for spam-contents
21245 parameter in its variable incarnation.
21246
21247 2005-02-14 Simon Josefsson <jas@extundo.com>
21248
21249 * smime-ldap.el: Use require instead of load-library for ldap.
21250 (smime-ldap-search): Indent.
21251 (smime-ldap-search-internal): Shorten line.
21252
21253 * smime.el (smime-cert-by-dns): Add doc-string.
21254 (smime-cert-by-ldap-1): Indent.
21255
21256 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21257 mml-smime-get-dns-ldap.
21258 (mml-smime-encrypt-query): Use new function. Default to ldap.
21259
21260 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21261
21262 * smime.el: Require smime-ldap.
21263 (smime-ldap-host-list): New variable.
21264 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21265
21266 * mml-smime.el (mml-smime-encrypt-query): New function.
21267 (mml-smime-encrypt-query): Use it.
21268
21269 * smime-ldap.el: New file.
21270
21271 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21272
21273 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21274
21275 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21276
21277 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21278 argument in doc string. Make query for type more clear.
21279
21280 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21281
21282 * gnus.el (gnus-group-startup-message): Search for gnus images in
21283 etc/images/gnus.
21284 * mm-util.el (mm-image-load-path): Likewise.
21285 * smiley.el (smiley-data-directory): Search for smilies in
21286 etc/images/smilies.
21287
21288 2005-02-09 Kim F. Storm <storm@cua.dk>
21289
21290 Change Emacs release version from 21.4 to 22.1 throughout.
21291 Change Emacs development version from 21.3.50 to 22.0.50.
21292
21293 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21294
21295 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21296
21297 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21298 non-Mule XEmacs as well.
21299 (mm-decompress-buffer): Signal an error intentionally if it does
21300 not decompress compressed data because auto-compression-mode is
21301 disabled.
21302
21303 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21304
21305 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21306 an ID in the registry even if it has no groups.
21307
21308 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21309
21310 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21311 merge it into mm-decompress-buffer.
21312 (gnus-mime-copy-part): Use the MIME part charset, the value which
21313 a user specified or gnus-newsgroup-charset for decoding, like
21314 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21315 save-buffer what was used. Suggested by Kevin Ryde
21316 <user42@zip.com.au>.
21317 (gnus-mime-inline-part): Allow the name parameter as well as the
21318 filename parameter; force decompressing of compressed data; always
21319 display contents being not decoded as unibyte.
21320
21321 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21322 as well as the filename parameter.
21323
21324 * mm-util.el (mm-decompress-buffer):
21325 Merge gnus-mime-jka-compr-maybe-uncompress.
21326 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21327 of compressed data.
21328
21329 2005-02-08 Simon Josefsson <jas@extundo.com>
21330
21331 * imap.el (imap-log): Doc fix.
21332
21333 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21334
21335 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21336 the coding cookies; decompress compressed parts.
21337
21338 * mml.el (mml-generate-mime-1): Add the charset parameter according
21339 to the value which a user specified manually or the coding cookie.
21340
21341 * mm-util.el (mm-string-to-multibyte): New function.
21342 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21343 (mm-coding-system-to-mime-charset): New function.
21344 (mm-decompress-buffer): New function.
21345 (mm-find-buffer-file-coding-system): New function.
21346
21347 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21348 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21349 parts.
21350
21351 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21352
21353 * mm-view.el (mm-display-inline-fontify): Decode a part according
21354 to the charset parameter.
21355
21356 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21357
21358 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21359 prefix arg is neither nil nor a number, as info specifies.
21360
21361 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21362
21363 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21364 timestamps.
21365
21366 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21367
21368 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21369 groups error checking and notify user.
21370
21371 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21372
21373 * message.el (message-send-mail-function): Check existence of
21374 sendmail-program first before using default value
21375 `message-send-mail-with-sendmail'. Otherwise use more generic
21376 `smtpmail-send-it'.
21377
21378 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21379
21380 * nntp.el (nntp-request-update-info): Always return nil.
21381
21382 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21385
21386 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21387
21388 * message.el (message-beginning-of-line): Change the behavior when
21389 invoked between BOL and : so that it first moves backward.
21390
21391 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21392
21393 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21394 article buffer when editing of the article is discarded.
21395 (gnus-article-prepare): Revert.
21396
21397 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21398
21399 * gnus-art.el (gnus-article-prepare):
21400 Remove message-strip-forbidden-properties from the local hook.
21401
21402 2005-01-27 Simon Josefsson <jas@extundo.com>
21403
21404 * password.el (password-cache-add): Only start one timer per key.
21405 Reported by Derek Atkins <warlord@MIT.EDU>.
21406
21407 2005-01-26 Steve Youngs <steve@sxemacs.org>
21408
21409 * run-at-time.el: Remove. It is no longer needed as
21410 timer-funcs.el in the xemacs-base package has a working version of
21411 `run-at-time'.
21412
21413 * password.el: Require timer-funcs instead of run-at-time in
21414 XEmacs.
21415 Remove `password-run-at-time' macro.
21416 (password-cache-add): Use `run-at-time' instead of
21417 `password-run-at-time'.
21418
21419 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21420 for `run-with-idle-timer'.
21421
21422 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21423 for `run-at-time'.
21424
21425 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21426 for `with-timeout'.
21427
21428 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21429
21430 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21431 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21432
21433 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21434
21435 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21436 sensitively.
21437
21438 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21439
21440 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21441
21442 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21443
21444 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21445 which will be inserted according to the multibyteness of a buffer
21446 rather than the type of contents. Suggested by ARISAWA Akihiro
21447 <ari@mbf.ocn.ne.jp>.
21448
21449 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21450 of string which old xml.el may return rather than a string.
21451
21452 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21453
21454 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21455
21456 2005-01-16 Simon Josefsson <jas@extundo.com>
21457
21458 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21459 idn/idna.el isn't available.
21460 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21461 <michael@waxrat.com>.
21462
21463 * hashcash.el: Remove non-FSF copyright header.
21464
21465 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21466 (hashcash-generate-payment): Use it.
21467 (hashcash-generate-payment-async): Use it.
21468
21469 2005-01-15 Simon Josefsson <jas@extundo.com>
21470
21471 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21472 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21473
21474 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21475 gnus-summary-idna-message.
21476 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21477 (gnus-summary-idna-message): New function.
21478
21479 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21480
21481 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21482 gnus-novice-user.
21483
21484 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21485
21486 * nnrss.el (nnrss-request-delete-group): Delete entries in
21487 nnrss-group-alist as well.
21488 (nnrss-save-server-data): Insert newline.
21489
21490 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21491
21492 * gnus.el (gnus-user-agent): Use list of symbols instead of
21493 symbols. Display full version number for (S)XEmacs.
21494 Optionally display (S)XEmacs codename.
21495
21496 * gnus-util.el (gnus-emacs-version): Update for new
21497 `gnus-user-agent'.
21498
21499 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21500 Gnus version.
21501
21502 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21503
21504 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21505 which is unreadable in some setups.
21506
21507 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21508
21509 * gnus-spec.el (gnus-update-format-specifications): Flush the
21510 group format spec cache if it doesn't support decoded group names.
21511
21512 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21513
21514 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21515 Allow to apply decay on score files matching a regexp.
21516
21517 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21518
21519 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21520 compatibility in %g and %c.
21521
21522 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21523
21524 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21525 name for only %g and %c.
21526 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21527 of gnus-tmp-group to decoded group name.
21528 (gnus-group-make-rss-group): Exclude `/'s from group names.
21529
21530 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21531
21532 * nnrss.el (nnrss-get-encoding): Fix regexp.
21533
21534 2004-12-27 Simon Josefsson <jas@extundo.com>
21535
21536 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21537 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21538 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21539
21540 2004-12-17 Kim F. Storm <storm@cua.dk>
21541
21542 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21543
21544 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21545
21546 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21547
21548 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21549
21550 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21551
21552 * nnrss.el: Require rfc2047 and mml.
21553 (nnrss-file-coding-system): New variable.
21554 (nnrss-format-string): Redefine it as an inline function.
21555 (nnrss-decode-group-name): New function.
21556 (nnrss-string-as-multibyte): Remove.
21557 (nnrss-retrieve-headers): Decode group name; don't use
21558 nnrss-format-string.
21559 (nnrss-request-group): Decode group name.
21560 (nnrss-request-article): Decode group name; allow a Message-ID as
21561 well as an article number; don't use nnrss-format-string; encode a
21562 Message-ID string which may contain non-ASCII characters; use
21563 mml-to-mime to compose a MIME article.
21564 (nnrss-request-expire-articles): Decode group name.
21565 (nnrss-request-delete-group): Decode group name.
21566 (nnrss-fetch): Clarify error message.
21567 (nnrss-read-server-data): Use insert-file-contents instead of load;
21568 bind file-name-coding-system; use multibyte buffer.
21569 (nnrss-save-server-data): Bind coding-system-for-write to the
21570 value of nnrss-file-coding-system; bind file-name-coding-system;
21571 add coding cookie.
21572 (nnrss-read-group-data): Use insert-file-contents instead of load;
21573 bind file-name-coding-system; use multibyte buffer.
21574 (nnrss-save-group-data): Bind coding-system-for-write to the
21575 value of nnrss-file-coding-system; bind file-name-coding-system.
21576 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21577 make it work with non-ASCII text.
21578 (nnrss-find-el): Make it work with old xml.el as well.
21579
21580 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21581
21582 * nnrss.el (nnrss-get-encoding): New function.
21583 (nnrss-fetch): Use unibyte buffer initially; bind
21584 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21585 decode contents according to the encoding attribute.
21586 (nnrss-save-group-data): Add coding cookie.
21587 (nnrss-mime-encode-string): New function.
21588 (nnrss-check-group): Use it to encode subject and author.
21589
21590 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21591
21592 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21593 imaginary variable.
21594
21595 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21596
21597 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21598 correctly even if there are wide characters.
21599
21600 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21601
21602 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21603 downcased symbol names; make a new cache instead of reusing
21604 bbdb-hashtable.
21605
21606 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21607
21608 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21609 concatenating segments rather than before concatenating them.
21610 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21611
21612 * message.el (message-get-reply-headers): Bind `extra'.
21613
21614 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21615
21616 * message.el (message-extra-wide-headers): New variable.
21617 (message-get-reply-headers): Use it.
21618
21619 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21620
21621 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21622 (gnus-agent-group-pathname): Ditto.
21623
21624 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21625
21626 * gnus-group.el (gnus-group-make-group): Decode group name.
21627 (gnus-group-make-rss-group): Register the group data after opening
21628 the nnrss group.
21629
21630 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21631
21632 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21633 by expiry now get marked as read.
21634
21635 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21636
21637 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21638
21639 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21640
21641 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21642 unify Latin characters in XEmacs.
21643 (mm-find-mime-charset-region): Use it.
21644
21645 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21646
21647 * gnus-util.el (gnus-delete-directory): New function.
21648
21649 * gnus-agent.el (gnus-agent-delete-group): Use it.
21650
21651 * gnus-cache.el (gnus-cache-delete-group): Use it.
21652
21653 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21654
21655 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21656 names.
21657
21658 2004-12-16 Simon Josefsson <jas@extundo.com>
21659
21660 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21661
21662 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21663
21664 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21665
21666 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21667 (gnus-group-set-current-level): Decode group name.
21668
21669 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21670
21671 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21672 failed.
21673
21674 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21675
21676 * gnus-group.el (gnus-group-delete-group): Decode group name.
21677 (gnus-group-make-rss-group): Encode group name.
21678 (gnus-group-catchup-current): Decode group name.
21679 (gnus-group-kill-group): Decode group name.
21680
21681 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21682
21683 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21684
21685 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21686
21687 * gnus-group.el (gnus-group-make-rss-group):
21688 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21689
21690 * gnus-start.el (gnus-setup-news): Honor user's setting to
21691 gnus-message-archive-method. Suggested by Lute Kamstra
21692 <lute@gnu.org>.
21693
21694 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21695
21696 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21697 global counterparts of the buffer-local variables.
21698
21699 2004-11-16 Romain Francoise <romain@orebokech.com>
21700
21701 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21702 counterparts of the buffer-local variables.
21703
21704 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21705
21706 * message.el (message-forbidden-properties): Fix typo in doc
21707 string.
21708
21709 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21710
21711 * gnus-util.el (gnus-replace-in-string): Add doc string.
21712
21713 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21714 to avoid problems when splitting mails with many recipients.
21715
21716 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21717
21718 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21719 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21720
21721 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21722
21723 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21724 if there is no hashtable in memory or file modification time is
21725 newer than cached timestamp.
21726
21727 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21728
21729 * gnus-sum.el (gnus-summary-limit-to-recipient):
21730 Implement not-matching option.
21731
21732 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21733
21734 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21735 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21736 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21737 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21738 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21739 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21740
21741 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21742
21743 * message.el (message-forward-make-body-mml): Remove headers
21744 according to message-forward-ignored-headers if a message is decoded.
21745
21746 2004-12-02 Romain Francoise <romain@orebokech.com>
21747
21748 * message.el (message-forward-make-body-plain): Always remove
21749 headers according to message-forward-ignored-headers.
21750
21751 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21752
21753 * spam.el (spam-summary-prepare-exit): Remove the
21754 gnus-summary-limit pop for now, it has problems with ham marks for
21755 me.
21756
21757 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21758
21759 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21760 correctly.
21761
21762 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21763
21764 * format-spec.el (format-spec): Message the char.
21765
21766 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21767
21768 * gnus-art.el (gnus-split-methods): Reformat comments.
21769
21770 * spam.el (spam-summary-prepare-exit): Remove article limits
21771 before exiting the summary buffer.
21772
21773 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21774
21775 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21776 order to silence the byte compiler.
21777
21778 * spam.el: Fix the way to silence the byte compiler, which
21779 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21780 bbdb-search-simple, spam-BBDB-register-routine,
21781 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21782 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21783 spam-stat-buffer-is-spam, spam-stat-load,
21784 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21785 spam-stat-save and spam-stat-split-fancy.
21786
21787 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21788
21789 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21790 which may confuse users.
21791 (canlock-password-for-verify): Ditto.
21792
21793 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21794
21795 * gnus-art.el (gnus-emphasis-alist): Ditto.
21796
21797 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21798
21799 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21800
21801 * gnus-start.el (gnus-save-killed-list): Ditto.
21802
21803 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21804 (gnus-sum-thread-tree-root): Ditto.
21805 (gnus-sum-thread-tree-false-root): Ditto.
21806 (gnus-sum-thread-tree-single-indent): Ditto.
21807
21808 * message.el (message-courtesy-message): Ditto.
21809 (message-archive-note): Ditto.
21810 (message-subscribed-address-file): Ditto.
21811 (message-user-fqdn): Ditto.
21812
21813 * spam-report.el (spam-report-gmane-regex): Ditto.
21814
21815 * spam.el (spam-blackhole-good-server-regex): Ditto.
21816
21817 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21818
21819 * mml.el (mml-preview): Widen the message buffer before copying
21820 the contents to the preview buffer; sort headers before previewing.
21821
21822 * message.el (message-hidden-headers): Fix the way to avoid a bug
21823 in the `repeat' widget in Emacs 21.3 or earlier.
21824
21825 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21826
21827 * message.el (message-hidden-headers): Default to "^References:".
21828 Improve customization type. Suggested by Reiner Steib
21829 <Reiner.Steib@gmx.de>.
21830
21831 2004-11-25 Romain Francoise <romain@orebokech.com>
21832
21833 * message.el (message-strip-forbidden-properties): Remove check for
21834 obsolete `message-hidden' text property, hidden headers are not
21835 accessible in the buffer anymore.
21836
21837 2004-11-22 Romain Francoise <romain@orebokech.com>
21838
21839 * message.el (message-header-format-alist): Add `From' in list
21840 so that it can be sorted.
21841 (message-fix-before-sending): Widen and sort headers before
21842 sending.
21843 (message-hide-headers): Use narrowing to hide headers by moving
21844 them to the top of the buffer and narrowing to the region
21845 underneath.
21846
21847 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21848
21849 * message.el (message-strip-forbidden-properties):
21850 Bind buffer-read-only (etc) to nil.
21851
21852 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21853
21854 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21855 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21856
21857 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21858
21859 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21860
21861 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21862
21863 * dns.el (query-dns): Use sit-for to time instead of
21864 accept-process-output, since that doesn't seem to work on udp
21865 sockets.
21866
21867 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21868
21869 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21870
21871 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21872
21873 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21874 doc string. Improve doc string.
21875
21876 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21877
21878 * nntp.el (nntp-request-update-info): Return nil if
21879 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21880 may not call gnus-activate-group which uselessly issues the GROUP
21881 commands for all nntp groups and wastes time. Reported by Romain
21882 Francoise <romain@orebokech.com>.
21883
21884 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21885
21886 2004-11-15 Simon Josefsson <jas@extundo.com>
21887
21888 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21889 headers separately.
21890 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21891 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21892
21893 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21894
21895 * gnus-start.el (gnus-convert-old-newsrc):
21896 Assign legacy-gnus-agent to 5.10.7.
21897
21898 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21899
21900 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21901 start of the lines.
21902
21903 2004-11-14 Magnus Henoch <mange@freemail.hu>
21904
21905 * hashcash.el (hashcash-default-payment): Change default to 20.
21906 (hashcash-default-accept-payment): Change default to 20.
21907 (hashcash-process-alist): New variable.
21908 (hashcash-generate-payment-async): Add.
21909 (hashcash-already-paid-p): Add.
21910 (hashcash-insert-payment): Don't generate payments twice.
21911 (hashcash-insert-payment-async): Add.
21912 (hashcash-insert-payment-async-2): Add.
21913 (hashcash-cancel-async): Add.
21914 (hashcash-wait-async): Add.
21915 (hashcash-processes-running-p): Add.
21916 (hashcash-wait-or-cancel): Add.
21917 (mail-add-payment): New optional argument. Conditionally start
21918 asynchronous calculation.
21919 (mail-add-payment-async): Add.
21920
21921 * message.el (message-send-mail): Wait for asynchronous hashcash
21922 results. Don't clobber existing X-Hashcash headers.
21923 (message-setup-1): Call mail-add-payment-async when
21924 message-generate-hashcash is non-nil.
21925
21926 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21927
21928 * message.el (message-use-alternative-email-as-from): Examine the
21929 From header as well; use message-make-from in order to include a
21930 user's full name.
21931
21932 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21933
21934 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21935 default; improve customization type.
21936 (gnus-emphasis-custom-with-format): New macro.
21937 (gnus-emphasis-custom-value-to-external): New function.
21938 (gnus-emphasis-custom-value-to-internal): New function.
21939
21940 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21941
21942 * dns.el (query-dns): Resolve reverse addresses.
21943
21944 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21945
21946 * gnus-group.el (gnus-group-get-new-news): Use it.
21947
21948 * gnus-start.el (gnus-check-reasonable-setup): New function.
21949
21950 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21951
21952 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21953 "Args out of range" error. Reported by Arnaud Giersch
21954 <arnaud.giersch@free.fr>.
21955
21956 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21957
21958 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21959
21960 2004-11-04 Richard M. Stallman <rms@gnu.org>
21961
21962 * spam.el (spam group): Add :version.
21963
21964 * pgg-def.el (pgg group): Add :version.
21965
21966 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21967
21968 * gnus-art.el (gnus-article-edit-article): Don't associate the
21969 article buffer with a draft file. This is a temporary measure
21970 against the 2004-08-22 change to gnus-article-edit-mode.
21971
21972 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21973
21974 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21975 (html2text-format-tags): Remove unused variable `attr'.
21976
21977 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21978
21979 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21980
21981 * spam-stat.el (spam-stat): Add :version.
21982
21983 * sieve.el (sieve): Add :version.
21984
21985 * sha1.el (sha1): Add :version.
21986 (sha1-use-external): Remove redundant version.
21987
21988 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21989 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21990 (nnmail-split-fancy-match-partial-words)
21991 (nnmail-split-lowercase-expanded): Add :version.
21992
21993 * nndiary.el (nndiary): Add :version.
21994
21995 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21996
21997 * mml-sec.el (mml-default-sign-method)
21998 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21999 Add :version.
22000
22001 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22002
22003 * mm-url.el (mm-url-use-external, mm-url-program)
22004 (mm-url-arguments): Add :version.
22005
22006 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22007 (mm-attachment-file-modes, mm-decrypt-option)
22008 (mm-w3m-safe-url-regexp): Add :version.
22009
22010 * message.el (message-cite-prefix-regexp)
22011 (message-sendmail-envelope-from, message-minibuffer-local-map)
22012 (message-user-fqdn, message-completion-alist): Add :version.
22013
22014 * gnus-win.el (gnus-configure-windows-hook)
22015 (gnus-use-frames-on-any-display): Add :version.
22016
22017 * gnus-art.el (gnus-article-address-banner-alist)
22018 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22019 (gnus-treat-from-picon, gnus-treat-mail-picon)
22020 (gnus-treat-x-pgp-sig): Add :version.
22021
22022 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22023 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22024 (gnus-summary-article-delete-hook)
22025 (gnus-summary-display-while-building): Add :version.
22026
22027 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22028 (gnus-get-top-new-news-hook): Add :version.
22029
22030 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22031 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22032
22033 * gnus-registry.el (gnus-registry): Add :version.
22034
22035 * gnus-spec.el (gnus-use-correct-string-widths)
22036 (gnus-make-format-preserve-properties): Add :version.
22037
22038 * gnus.el (gnus-group-charter-alist)
22039 (gnus-group-fetch-control-use-browse-url)
22040 (gnus-install-group-spam-parameters): Add :version.
22041
22042 * gnus-diary.el (gnus-diary): Add :version.
22043
22044 * gnus-delay.el (gnus-delay): Add :version.
22045
22046 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22047 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22048 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22049 Add :version.
22050
22051 * gnus-agent.el (gnus-agent-max-fetch-size)
22052 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22053 (gnus-agent-prompt-send-queue): Add :version.
22054
22055 * deuglify.el (gnus-outlook-deuglify): Add :version.
22056
22057 * html2text.el: Beautify code. Improve doc strings.
22058 Some checkdoc cleanup.
22059 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22060
22061 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22062
22063 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22064
22065 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22066
22067 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22068 when package is loaded.
22069
22070 * spam.el (spam-summary-score-preferred-header): Add global preference
22071 for people who want to override the default SpamAssassin over
22072 Bogofilter preference (when both are set).
22073 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22074 (spam-user-format-function-S):
22075 Check spam-summary-score-preferred-header.
22076 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22077 (spam-user-format-function-S): Format the score correctly.
22078
22079 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22080
22081 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22082 signature file. Suggested by Manoj Srivastava
22083 <srivasta@golden-gryphon.com>.
22084
22085 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22086 iso-2022-jp even in the Japanese language environment.
22087 Suggested by Jason Rumney <jasonr@gnu.org>.
22088
22089 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22090
22091 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22092 use the same characters as the dummy marks; make it free from
22093 getting affected by the language environment.
22094 (gnus-summary-read-group-1): Update mark positions only when the
22095 format spec is updated.
22096
22097 * gnus-spec.el (gnus-update-format-specifications): Return a list
22098 of updated types.
22099
22100 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22101
22102 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22103 of boundp to check if display-warning is available.
22104
22105 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22106
22107 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22108
22109 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22110
22111 * nnspool.el (nnspool-spool-directory): Use news-path if the
22112 news-directory variable is not bound.
22113
22114 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22115 function instead of display-warning if it is not available.
22116
22117 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22118
22119 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22120 v5-10: Use `point-at-bol'.
22121
22122 2004-10-26 Simon Josefsson <jas@extundo.com>
22123
22124 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22125 <chenggao@gmail.com>.
22126
22127 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22128
22129 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22130 instead.
22131
22132 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22133
22134 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22135 to remove a server from the nnimap-server-buffer-alist.
22136 (nnimap-open-connection, nnimap-close-server): Use it.
22137
22138 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22139
22140 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22141
22142 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22143 running the major-mode function.
22144
22145 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22146
22147 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22148 dummy marks in the right way.
22149
22150 2004-10-18 David Edmondson <dme@dme.org>
22151
22152 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22153 excessively.
22154
22155 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22156
22157 * gnus-util.el (gnus-split-references): Accept a nil references
22158 string and go on blissfully.
22159
22160 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22161 cases where the references string is non-nil but has no references.
22162
22163 * encrypt.el: Add autoload tags.
22164
22165 * spam.el (spam-resolve-registrations-routine): Remove article
22166 from unregistration list too. Reported by David Hanak
22167 <dhanak@isis.vanderbilt.edu>
22168
22169 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22170
22171 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22172 nil. Change custom type.
22173
22174 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22175
22176 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22177
22178 * gnus-sum.el (gnus-summary-move-article): Use it.
22179
22180 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22181
22182 * encrypt.el: Add autoload cookies.
22183
22184 * spam.el (spam-backend-article-list-property)
22185 (spam-backend-get-article-todo-list)
22186 (spam-backend-put-article-todo-list)
22187 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22188 Resolve registrations separately.
22189 (spam-register-routine): Format comments.
22190 (spam-unregister-routine, spam-register-routine): Always call with
22191 specific-articles, no default list.
22192 (spam-summary-prepare-exit): Use the spam-classifications function.
22193
22194 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22195 gnus-encrypt.el.
22196
22197 * encrypt.el: Copied from gnus-encrypt.el.
22198
22199 * gnus-encrypt.el: Commented that it's obsolete.
22200
22201 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22202
22203 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22204 (gnus-score-save): Use it.
22205
22206 * message.el (message-bury): Use `window-dedicated-p'.
22207
22208 2004-10-15 Simon Josefsson <jas@extundo.com>
22209
22210 * pop3.el (top-level): Don't require nnheader.
22211 (pop3-read-timeout): Add.
22212 (pop3-accept-process-output): Add.
22213 (pop3-read-response, pop3-retr): Use it.
22214
22215 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22216
22217 * spam.el (spam-register-routine): Move comment.
22218 (spam-verify-bogofilter): Use 'unknown for the initial
22219 spam-bogofilter-valid state, not 'never.
22220
22221 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22222 for netrc-machine.
22223
22224 * nnimap.el (nnimap-open-connection):
22225 Use netrc-machine-user-or-password.
22226
22227 2004-10-17 Richard M. Stallman <rms@gnu.org>
22228
22229 * gnus-registry.el (gnus-registry-unload-hook):
22230 Set as a variable with add-hook.
22231
22232 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22233 of news-path.
22234
22235 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22236
22237 * spam.el: Delete duplicate `provide'.
22238 (spam-unload-hook): Set as a variable with add-hook.
22239
22240 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22241
22242 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22243 in the doc string.
22244
22245 * message.el (message-ignored-news-headers)
22246 (message-ignored-supersedes-headers)
22247 (message-ignored-resent-headers)
22248 (message-forward-ignored-headers): Improve custom type.
22249
22250 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22251
22252 * message.el (message-tokenize-header): Fix 2004-09-06 change
22253 which used point-min in the wrong place.
22254
22255 2004-10-12 Simon Josefsson <jas@extundo.com>
22256
22257 * tls.el (tls-certtool-program): New variable.
22258 (tls-certificate-information): New function, based on
22259 ssl-certificate-information.
22260
22261 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22262
22263 * compface.el: Move the version of ELisp-based uncompface program
22264 to the contrib directory because of the copyright problem.
22265
22266 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22267
22268 * message.el (message-kill-buffer): Raise the current frame.
22269
22270 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22271
22272 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22273
22274 * gnus.el (message-y-or-n-p): Autoload.
22275
22276 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22277 (pop3-password-required, pop3-authentication-scheme)
22278 (pop3-leave-mail-on-server): Make customizable.
22279 (pop3): New custom group.
22280 (pop3-retr): Remove `sleep-for' statements.
22281 Suggested by Dave Love <fx@gnu.org>.
22282
22283 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22284 Windows/DOS.
22285
22286 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22287 (imap-parse-body): Fix incorrect use of `assert'.
22288 Suggested by Dave Love <fx@gnu.org>.
22289
22290 * mml.el (mml-minibuffer-read-disposition): Require match.
22291 Suggested by Dave Love <fx@gnu.org>.
22292
22293 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22294
22295 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22296 doc string.
22297
22298 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22299
22300 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22301
22302 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22303
22304 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22305 instead of calling `mm-insert-inline', to decode text/* parts
22306 before displaying them.
22307
22308 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22309
22310 * mm-uu.el (mm-uu-text-plain-type): New variable.
22311 (mm-uu-pgp-signed-extract-1): Use it.
22312 (mm-uu-pgp-encrypted-extract-1): Use it.
22313 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22314 bind mm-uu-text-plain-type with that value.
22315 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22316 mm-uu-dissect.
22317
22318 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22319
22320 * gnus-group.el (gnus-update-group-mark-positions):
22321 * gnus-sum.el (gnus-update-summary-mark-positions):
22322 * message.el (message-check-news-body-syntax):
22323 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22324 of string-as-multibyte.
22325
22326 2004-10-05 Juri Linkov <juri@jurta.org>
22327
22328 * gnus-group.el (gnus-update-group-mark-positions):
22329 * gnus-sum.el (gnus-update-summary-mark-positions):
22330 * message.el (message-check-news-body-syntax):
22331 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22332 8-bit unibyte values to a multibyte string for search functions.
22333
22334 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22335
22336 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22337 (mm-uu-dissect-text-parts): New function.
22338
22339 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22340 dissect text parts.
22341
22342 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22343 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22344
22345 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22346
22347 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22348 Use gnus-current-topics instead of gnus-current-topic.
22349
22350 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22351
22352 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22353
22354 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22355
22356 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22357 where appropriate.
22358
22359 * nnml.el (nnml-generate-active-info): do.
22360
22361 * nndiary.el (nndiary-generate-active-info): do.
22362
22363 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22364 (gnus-topic-move): do.
22365
22366 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22367 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22368
22369 * gnus-srvr.el (gnus-server-prepare)
22370 (gnus-server-open-all-servers): do.
22371
22372 * gnus-msg.el (gnus-summary-cancel-article)
22373 (gnus-summary-resend-message)
22374 (gnus-summary-mail-crosspost-complaint): do.
22375
22376 * gnus-move.el (gnus-change-server): do.
22377
22378 * gnus-group.el (gnus-group-unmark-all-groups)
22379 (gnus-group-set-current-level): do.
22380
22381 2004-10-04 Simon Josefsson <jas@extundo.com>
22382
22383 * message.el (message-generate-hashcash): Doc fix.
22384
22385 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22386
22387 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22388 avoid infinite recursion via gnus-get-function.
22389
22390 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22391
22392 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22393
22394 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22395
22396 * nnmail.el (nnmail-split-history): do.
22397
22398 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22399 (nnml-request-delete-group): do.
22400
22401 * nnslashdot.el (nnslashdot-read-groups): do.
22402
22403 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22404 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22405
22406 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22407 (nnspool-sift-nov-with-sed): Use last.
22408 (nnspool-retrieve-headers-with-nov): Use mapc.
22409 (nnspool-request-newgroups): Use dolist.
22410 (nnspool-request-group): Use last.
22411
22412 * nntp.el (nntp-read-server-type): Use dolist.
22413
22414 * nnvirtual.el (nnvirtual-create-mapping)
22415 (nnvirtual-update-read-and-marked): Use dolist.
22416 (nnvirtual-convert-headers): Simplify.
22417
22418 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22419
22420 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22421 Add support for sync'ing tick marks.
22422
22423 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22424
22425 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22426 there's no visible header.
22427
22428 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22429
22430 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22431 When necessary, pass full group name to gnus-request-set-marks.
22432
22433 2004-10-01 Simon Josefsson <jas@extundo.com>
22434
22435 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22436 acroread.
22437
22438 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22439
22440 * spam-report.el (spam-report-gmane): Fix interactive.
22441
22442 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22443
22444 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22445 when writing file.
22446 (gnus-agent-synchronize-flags): Don't default to being
22447 interactive.
22448
22449 2004-09-30 Simon Josefsson <jas@extundo.com>
22450
22451 * message.el (message-generate-hashcash): Add.
22452 (message-send-mail): Use it, call mail-add-payment.
22453
22454 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22455
22456 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22457
22458 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22459
22460 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22461 gnus-request-update-info with explicit code to sync the in-memory
22462 info read flags with the marks being sync'd to the backend.
22463
22464 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22465
22466 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22467
22468 * spam.el (spam-verify-bogofilter): Add new function.
22469 (spam-check-bogofilter)
22470 (spam-bogofilter-register-with-bogofilter): Use it.
22471 (spam-verify-bogofilter): Add small fixes.
22472
22473 2004-09-28 Simon Josefsson <jas@extundo.com>
22474
22475 * hashcash.el (hashcash-generate-payment): Revert.
22476
22477 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22478
22479 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22480 Use gnus-extract-references instead of gnus-split-references.
22481
22482 * gnus-util.el (gnus-extract-references): Add new function, analogous
22483 to gnus-split-references but extracts only the message-ID without
22484 anything extra.
22485
22486 * hashcash.el (hashcash-generate-payment)
22487 (hashcash-check-payment): Do the right thing if hashcash-path is
22488 nil (because the hashcash program could not be found).
22489
22490 * spam.el (spam-use-hashcash): Remove comment.
22491
22492 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22493
22494 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22495 (gnus-cache-enter-article, gnus-cache-remove-article)
22496 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22497
22498 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22499
22500 * gnus-art.el (article-hide-boring-headers)
22501 (article-translate-strings, article-display-face)
22502 (gnus-article-mime-match-handle-first)
22503 (gnus-article-highlight-headers)
22504 (gnus-article-add-buttons-to-head): do.
22505
22506 2004-09-27 Simon Josefsson <jas@extundo.com>
22507
22508 * hashcash.el: New version, from
22509 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22510 ../contrib/.
22511
22512 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22513
22514 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22515
22516 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22517
22518 * gnus-dup.el (gnus-dup-open): Use mapc.
22519 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22520
22521 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22522 Reported by Stefan Wiens <s.wi@gmx.net>.
22523
22524 * gnus.el (gnus-shutdown): Use dolist.
22525
22526 * gnus-undo.el (gnus-undo): Use mapc.
22527
22528 * nnrss.el (nnrss-generate-active): do.
22529
22530 * message.el (message-cite-original-without-signature)
22531 (message-cite-original): Use mapc.
22532 (message-do-actions, message-make-forward-subject): Use dolist.
22533
22534 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22535
22536 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22537 deletion to remove entire duplicate line. Fixes merged article
22538 number bug.
22539
22540 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22541
22542 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22543 servers that are offline. Avoids having gnus-agent-toggle-plugged
22544 first ask if you want to open a server and then, even when you
22545 responded with no, asking if you want to synchronize the server's
22546 flags.
22547 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22548 multi-line expressions.
22549 (gnus-agent-synchronize-group-flags): New internal function.
22550 Updates marks in memory (in the info structure) AND in the
22551 backend.
22552
22553 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22554
22555 * nnagent.el (nnagent-request-set-mark):
22556 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22557 method, to ensure that synchronization updates marks in the
22558 backend and in the info (in memory) structure.
22559
22560 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22561
22562 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22563 convention fully; don't miss the root article of a thread; make
22564 the X-Draft-From header with correct article numbers.
22565
22566 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22567
22568 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22569 unless plugged. Disable the agent so that an open failure causes
22570 an error.
22571
22572 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22573 Revert 2004-09-21 change. The backend must be opened while
22574 synchronizing flags even when the backend stores the flags
22575 locally.
22576
22577 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22578
22579 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22580 in `header' match. Reported by Svend Tollak Munkejord.
22581
22582 * message.el (message-cite-original): Fix use of
22583 `message-cite-articles-with-x-no-archive'.
22584
22585 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22586
22587 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22588 (gnus-window-to-buffer): Ditto.
22589
22590 * mml.el (mml-preview-buffer): New variable.
22591 (mml-preview): Manage window layout with gnus-buffer-configuration.
22592
22593 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22594 X-Draft-From header even if those articles aren't quoted.
22595
22596 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22597
22598 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22599 (gnus-request-set-mark, gnus-request-update-mark): Use new
22600 g-s-t-u-l-m to decide to use backend even when unplugged.
22601
22602 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22603
22604 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22605 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22606
22607 2004-09-20 Simon Josefsson <jas@extundo.com>
22608
22609 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22610 "utf-16-le".
22611
22612 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22613
22614 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22615
22616 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22617
22618 * uudecode.el (uudecode-use-external): Add :version.
22619
22620 * smime.el (smime-CA-file, smime-encrypt-cipher)
22621 (smime-dns-server): Add :version.
22622
22623 * smiley.el (gnus-smiley-file-types): Add :version.
22624
22625 * sha1.el (sha1-use-external): Add :version.
22626
22627 * pgg-def.el (pgg-query-keyserver): Add :version.
22628
22629 * nnmail.el (nnmail-fancy-expiry-targets)
22630 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22631 Add :version.
22632
22633 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22634 (nnimap-retrieve-groups-asynchronous): Add :version.
22635 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22636
22637 * mml.el (mml-content-disposition-parameters)
22638 (mml-insert-mime-headers-always): Add :version.
22639
22640 * mm-util.el (mm-coding-system-priorities): Add :version.
22641
22642 * mm-decode.el (mm-inline-text-html-with-images)
22643 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22644 (mm-verify-option): Add :version.
22645 (mm-text-html-renderer): Change :version.
22646
22647 * message.el (message-fcc-externalize-attachments)
22648 (message-required-headers, message-draft-headers)
22649 (message-subject-trailing-was-query)
22650 (message-subject-trailing-was-ask-regexp)
22651 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22652 (message-mark-insert-end, message-archive-header)
22653 (message-archive-note, message-cross-post-default)
22654 (message-cross-post-note, message-followup-to-note)
22655 (message-cross-post-note-function, message-use-mail-followup-to)
22656 (message-subscribed-address-functions)
22657 (message-subscribed-address-file, message-subscribed-addresses)
22658 (message-subscribed-regexps, message-allow-no-recipients)
22659 (message-yank-cited-prefix, message-signature-insert-empty-line)
22660 (message-hidden-headers, message-hierarchical-addresses)
22661 (message-mail-user-agent, message-use-idna)
22662 (message-valid-fqdn-regexp)
22663 (message-strip-special-text-properties, message-header-synonyms)
22664 (message-beginning-of-line, message-tab-body-function): Add :version.
22665 (message-insert-canlock, message-wide-reply-confirm-recipients):
22666 Change :version.
22667
22668 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22669 and :version.
22670 (mail-source-delete-old-incoming-confirm)
22671 (mail-source-movemail-program): Add :version.
22672
22673 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22674 (gnus-agent-cache, gnus-agent): Change :version.
22675
22676 * gnus-util.el (gnus-use-byte-compile): Change :version.
22677
22678 * gnus-sum.el (gnus-summary-make-false-root-always)
22679 (gnus-summary-default-high-score)
22680 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22681 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22682 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22683 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22684 (gnus-sum-thread-tree-single-indent)
22685 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22686 (gnus-sum-thread-tree-leaf-with-other)
22687 (gnus-sum-thread-tree-single-leaf): Add :version.
22688 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22689 (gnus-article-loose-mime): Change :version.
22690
22691 * gnus-start.el (gnus-backup-startup-file)
22692 (gnus-save-startup-file-via-temp-buffer): Add :version.
22693
22694 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22695 (gnus-server-offline-face): Add :version.
22696
22697 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22698
22699 * gnus-msg.el (gnus-gcc-externalize-attachments)
22700 (gnus-debug-files, gnus-debug-exclude-variables)
22701 (gnus-discouraged-post-methods): Change :version.
22702 (gnus-confirm-mail-reply-to-news)
22703 (gnus-confirm-treat-mail-like-news): Add :version.
22704
22705 * gnus-int.el (gnus-server-unopen-status): Add :version.
22706
22707 * gnus-group.el (gnus-group-jump-to-group-prompt)
22708 (gnus-large-ephemeral-newsgroup)
22709 (gnus-fetch-old-ephemeral-headers): Add :version.
22710
22711 * gnus-fun.el (gnus-x-face-directory)
22712 (gnus-convert-pbm-to-x-face-command)
22713 (gnus-convert-image-to-x-face-command)
22714 (gnus-convert-image-to-face-command): Add :version.
22715
22716 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22717
22718 * gnus-cite.el (gnus-cite-blank-line-after-header)
22719 (gnus-article-boring-faces): Add :version.
22720
22721 * gnus-art.el (gnus-buttonized-mime-types)
22722 (gnus-inhibit-mime-unbuttonizing)
22723 (gnus-treat-display-face)
22724 (gnus-treat-body-boundary): Change :version.
22725 (gnus-body-boundary-delimiter, gnus-picon-databases)
22726 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22727 (gnus-treat-date-english, gnus-treat-fold-headers)
22728 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22729 (gnus-treat-mail-picon, gnus-treat-wash-html)
22730 (gnus-article-encrypt-protocol)
22731 (gnus-use-idna, gnus-article-over-scroll)
22732 (gnus-mime-display-multipart-alternative-as-mixed)
22733 (gnus-mime-display-multipart-related-as-mixed)
22734 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22735 (gnus-ctan-url, gnus-button-ctan-handler)
22736 (gnus-button-handle-ctan-bogus-regexp)
22737 (gnus-button-ctan-directory-regexp)
22738 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22739 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22740 (gnus-button-man-level, gnus-button-emacs-level)
22741 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22742
22743 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22744 (gnus-agent-go-online): Change :version.
22745 (gnus-agent-expire-unagentized-dirs)
22746 (gnus-agent-auto-agentize-methods): Add :version.
22747
22748 * flow-fill.el (fill-flowed-display-column)
22749 (fill-flowed-encode-column): Add :version.
22750
22751 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22752 (gnus-outlook-deuglify-unwrap-max)
22753 (gnus-outlook-deuglify-cite-marks)
22754 (gnus-outlook-deuglify-unwrap-stop-chars)
22755 (gnus-outlook-deuglify-no-wrap-chars)
22756 (gnus-outlook-deuglify-attrib-cut-regexp)
22757 (gnus-outlook-deuglify-attrib-verb-regexp)
22758 (gnus-outlook-deuglify-attrib-end-regexp)
22759 (gnus-outlook-display-hook): Add :version.
22760
22761 * binhex.el (binhex-use-external): Add :version.
22762
22763 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22764
22765 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22766 and `invisible'.
22767
22768 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22769
22770 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22771 in gnus-registry-trim.
22772
22773 2004-09-13 Simon Josefsson <jas@extundo.com>
22774
22775 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22776
22777 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22778
22779 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22780 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22781 <yamaoka@jpl.org>.
22782 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22783 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22784 <yamaoka@jpl.org>.
22785
22786 * sieve.el (sieve-manage-mode): Ditto.
22787
22788 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22789
22790 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22791
22792 2004-09-11 Simon Josefsson <jas@extundo.com>
22793
22794 * dns-mode.el: Add.
22795
22796 * mm-view.el (mm-display-dns-inline): Add.
22797
22798 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22799 (mm-automatic-display): Ditto.
22800
22801 * mailcap.el (mailcap-mime-data): Add text/dns.
22802 (mailcap-mime-extensions): Map .soa to text/dns.
22803
22804 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22805
22806 * gnus-art.el (article-decode-mime-words, article-babel)
22807 (gnus-article-highlight-signature, gnus-article-add-buttons)
22808 (gnus-signature-toggle): Remove unnecessary bindings of
22809 `inhibit-read-only' inherited from v5.10 merge.
22810
22811 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22812
22813 * nntp.el (nntp): New customization group.
22814 (nntp-authinfo-file): Add customization group.
22815
22816 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22817
22818 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22819
22820 * gnus.el (to-address, to-list, subscribed)
22821 (large-newsgroup-initial): Ditto.
22822
22823 * flow-fill.el (fill-flowed-display-column)
22824 (fill-flowed-encode-column): Ditto.
22825
22826 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22827
22828 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22829 Use point-min rather than 1.
22830 (message-send-mail): Use buffer-size rather than point-max.
22831
22832 * gnus-sum.el (gnus-summary-search-article-forward):
22833 Signal a specific `search-failed' rather than a generic `error'.
22834
22835 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22836 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22837 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22838
22839 2004-09-10 Simon Josefsson <jas@extundo.com>
22840
22841 * nndb.el (require): Remove tcp and duplicate cl.
22842
22843 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22844
22845 * gnus-agent.el (directory-files-and-attributes): Move forward.
22846
22847 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22848
22849 * gnus-agent.el (directory-files-and-attributes):
22850 Optionally defined to support XEmacs.
22851
22852 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22853
22854 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22855 to avoid run-time CL dependencies.
22856 (gnus-agent-unfetch-articles): New function.
22857 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22858 article numbers even when local .overview file is missing.
22859 (gnus-agent-read-article-number): New function. Only accepts
22860 27-bit article numbers.
22861 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22862 Use gnus-agent-read-article-number.
22863 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22864 from backend while recognizing that article numbers in .overview
22865 must be valid.
22866 (gnus-agent-update-files-total-fetched-for):
22867 Use directory-files-and-attributes to improve performance.
22868 * gnus-int.el (gnus-request-move-article):
22869 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22870 improve performance.
22871
22872 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22873 some users confused by references to .newsrc when they only have a
22874 .newsrc.eld file.
22875 (gnus-convert-mark-converter-prompt)
22876 (gnus-convert-converter-needs-prompt): Fix use of property list.
22877 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22878 New function. Used internally to only display 'gnus converting
22879 files' message when actually necessary.
22880
22881 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22882 methods now autoloaded.
22883
22884 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22885
22886 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22887 identifiers.
22888
22889 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22890
22891 * gnus-picon.el: Fix indentation and closing parenthesis.
22892
22893 2004-09-01 Simon Josefsson <jas@extundo.com>
22894
22895 * message.el (message-canlock-generate): Require sha1, not
22896 sha1-el. (Can we get rid of this require altogether? It is ugly
22897 to require within a function. Sadly, if sha1.el isn't loaded, the
22898 let binding in m-c-g will hide the defcustom definition, which is
22899 bad.)
22900
22901 * canlock.el: Require sha1, not sha1-el.
22902
22903 * message.el: Don't autoload sha1 (there is a autoload cookie in
22904 sha1.el).
22905
22906 * sha1-el.el: Rename to sha1.el.
22907
22908 2004-08-30 Juanma Barranquero <lektu@terra.es>
22909
22910 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22911
22912 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22915
22916 2004-08-30 Kim F. Storm <storm@cua.dk>
22917
22918 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22919
22920 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22921 Add :group 'nnimap.
22922
22923 2004-08-30 Andreas Schwab <schwab@suse.de>
22924
22925 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22926 ?* and ?\;.
22927
22928 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22929 and ?\' to symbol instead of whitespace.
22930
22931 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22932
22933 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22934
22935 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22936 instead of re-search-forward.
22937
22938 * gnus-uu.el (gnus-uu-save-article): Ditto.
22939 (gnus-uu-post-encode-uuencode): Ditto.
22940
22941 * html2text.el (html2text-clean-list-items): Ditto.
22942 (html2text-clean-dtdd): Ditto.
22943 (html2text-format-tags): Ditto.
22944
22945 * message.el (message-send-mail-with-sendmail): Fix regexp.
22946 (message-fill-field-general): Use search-forward instead of
22947 re-search-forward.
22948 (unbold-region): Ditto.
22949
22950 * nnrss.el (nnrss-request-article): Ditto.
22951
22952 * nnslashdot.el (nnslashdot-request-article): Ditto.
22953
22954 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22955
22956 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22957 "Unrecognized menu descriptor" error in XEmacs.
22958
22959 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22960
22961 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22962 parent article of a sparse article in the thread hashtb.
22963
22964 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22965
22966 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22967 (nnmail-expand-newtext): Lowercase expanded entries if
22968 nnmail-split-lowercase-expanded is non-nil.
22969
22970 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22971
22972 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22973
22974 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22975 of gnus-tmp-news-method into string under XEmacs. It will be
22976 passed to gnus-correct-length which takes only a string argument.
22977
22978 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22979
22980 * gnus-util.el (gnus-bind-print-variables): New macro.
22981 (gnus-prin1): Use it.
22982 (gnus-prin1-to-string): Use it.
22983 (gnus-pp): New function.
22984 (gnus-pp-to-string): New function.
22985
22986 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22987 Replace pp-to-string with gnus-pp-to-string.
22988 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22989 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22990 * gnus-msg.el (gnus-debug): Ditto.
22991 * gnus-score.el (gnus-score-save): Ditto.
22992 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22993 gnus-pp-to-string.
22994 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22995 with gnus-pp.
22996 * score-mode.el (gnus-score-pretty-print): Ditto.
22997 * webmail.el (webmail-debug): Ditto.
22998
22999 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23000
23001 * gnus-art.el (article-display-face, article-display-x-face):
23002 Use buffer-read-only.
23003
23004 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23005
23006 * gnus-art.el (article-hide-list-identifiers):
23007 Bind inhibit-read-only as t.
23008
23009 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23010
23011 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23012
23013 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23014
23015 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23016 (gnus-narrow-to-page): Don't assume point-min == 1.
23017 (gnus-article-edit-mode): Derive from message-mode.
23018
23019 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23020 point-min == 1.
23021
23022 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23023 Disable incorrect use of `assert'.
23024
23025 * message.el (message-mode): Set comment-start-skip.
23026
23027 2004-08-22 Sam Steingold <sds@gnu.org>
23028
23029 * pop3.el (pop3-leave-mail-on-server): New user variable.
23030 (pop3-movemail): Delete mail only when it is nil.
23031
23032 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23033
23034 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23035
23036 * mml.el (mml-preview): Use `pop-to-buffer'.
23037
23038 * message.el (message-goto-mail-followup-to): Insert after "To".
23039 (message-carefully-insert-headers): Add comment.
23040
23041 * gnus.el: Remove unused variable `gnus-article-check-size'.
23042
23043 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23044
23045 * gnus-art.el (gnus-button-alist):
23046 Improve `gnus-button-handle-library' entry.
23047
23048 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23049
23050 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23051 Use downcase, since XEmacs capitalizes error messages differently.
23052
23053 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23054
23055 * nntp.el: Add (require 'gnus) due to reference to
23056 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23057
23058 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23059
23060 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23061 Bind `mm-fill-flowed'.
23062
23063 * mm-decode.el (mm-dissect-singlepart): Check it.
23064
23065 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23066
23067 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23068 'imap' for netrc parsing.
23069
23070 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23071
23072 * mailcap.el (mailcap-mime-data): Mark as risky.
23073
23074 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23075
23076 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23077 may be included in the encoded word.
23078 (rfc2047-encode): Don't append a space if the encoded word
23079 includes close parenthesis.
23080
23081 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23082
23083 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23084 of text within parentheses.
23085
23086 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23087
23088 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23089 (gnus-encrypt-write-file-contents): Make the password key the file
23090 name PLUS the cipher, not just the cipher. Also remove failed
23091 passwords from the cache.
23092
23093 2004-08-06 Simon Josefsson <jas@extundo.com>
23094
23095 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23096 Doc fix.
23097
23098 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23099
23100 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23101 LWSP.
23102
23103 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23104
23105 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23106 Try to append in-reply-to: data to the references: header.
23107
23108 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23109 (netrc-parse): Use gnus-encrypt.el functions.
23110
23111 * gnus-encrypt.el: Add new file for encryption support; currently
23112 does only a few GPG ciphers and an internal XOR cipher.
23113
23114 * password.el: Add comments on using password-read-and-add.
23115 (password-read-and-add): Add function to read and add the
23116 password to the cache at once.
23117
23118 2004-07-28 Simon Josefsson <jas@extundo.com>
23119
23120 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23121 parameter (but don't use it, for now).
23122
23123 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23124 instead of hard coding to nil.
23125
23126 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23127
23128 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23129 as mm-inline-image-xemacs does.
23130
23131 2004-07-26 Simon Josefsson <jas@extundo.com>
23132
23133 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23134 Revert part of 2004-07-17 change below.
23135
23136 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23137
23138 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23139 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23140
23141 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23142
23143 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23144 quotes that actually start with ">" at the beginning of the
23145 lines.
23146
23147 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23148
23149 * rfc2047.el (rfc2047-encode-region): Fix last change.
23150 (rfc2047-encode-parameter): Remove useless concat.
23151
23152 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23153
23154 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23155 encode special characters; fix some kind of misconfigured headers;
23156 signal a real error if debug-on-quit or debug-on-error is non-nil.
23157 (rfc2047-encode-max-chars): New variable.
23158 (rfc2047-encode-1): Use it.
23159 (rfc2047-encode-parameter): New function.
23160
23161 * mml.el (mml-insert-parameter): Remove an excessive space.
23162
23163 2004-07-17 Simon Josefsson <jas@extundo.com>
23164
23165 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23166 Kai Grossjohann <kai@emptydomain.de>.
23167 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23168 (gnus-group-make-menu-bar): Ditto.
23169
23170 * gnus-util.el (gnus-group-server): Add.
23171
23172 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23173
23174 * message.el (message-clone-locals): Clone sendmail and smtp
23175 variables.
23176
23177 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23178
23179 * rfc2047.el (rfc2047-encode-region): Fix last change.
23180
23181 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23182
23183 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23184 characters as non-special.
23185
23186 2004-07-09 Simon Josefsson <jas@extundo.com>
23187
23188 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23189 Users will lose all flag changes made while unplugged with
23190 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23191 good default. See numerous reports on ding mailing list.
23192
23193 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23194
23195 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23196 add generate-head-function and generate-article-function to the
23197 rfc822-forward entry.
23198 (nndoc-rfc822-forward-generate-article): New function.
23199 (nndoc-rfc822-forward-generate-head): New function.
23200
23201 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23202
23203 2004-07-06 Dan Christensen <jdc@uwo.ca>
23204
23205 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23206 respect display group parameter and gnus-summary-expunge-below.
23207 (gnus-articles-to-read): Remove unused reference to display group
23208 parameter.
23209
23210 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23211
23212 * nnheader.el (nnheader-uniquify-message-id): New experimental
23213 variable.
23214 (nnheader-nov-read-message-id): Use it.
23215
23216 * spam-report.el (spam-report-gmane): Add interactive.
23217
23218 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23219
23220 * mm-encode.el (mm-content-transfer-encoding-defaults):
23221 Use qp-or-base64 for the application/* types.
23222
23223 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23224
23225 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23226
23227 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23228
23229 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23230 trim value.
23231
23232 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23233
23234 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23235 New macro and function.
23236 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23237
23238 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23239
23240 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23241 after-load-alist.
23242
23243 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23244
23245 * gnus-group.el (gnus-group-get-new-news-this-group):
23246 Don't update info that isn't there.
23247
23248 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23249
23250 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23251 entry.
23252
23253 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23254
23255 * mm-view.el (mm-inline-render-with-function): Use multibyte
23256 buffer; decode html source by charset.
23257
23258 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23259
23260 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23261 Mule-UCS is loaded under XEmacs.
23262 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23263
23264 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23265
23266 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23267
23268 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23269
23270 * mm-util.el (mm-coding-system-p): Return a coding-system.
23271 (mm-mime-mule-charset-alist): Use shift_jis instead of
23272 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23273 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23274 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23275 instead of japanese-shift-jis and iso-latin-1 respectively in
23276 order to share the default value with both Emacs and XEmacs-mule.
23277 (mm-mule-charset-to-mime-charset):
23278 Make mm-coding-system-priorities effective.
23279 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23280 while predicating of candidates upon the priorities.
23281
23282 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23283
23284 * gnus-sum.el (gnus-summary-make-menu-bar):
23285 Add gnus-uu-invert-processable.
23286
23287 * gnus.el: Autoload gnus-uu-invert-processable.
23288
23289 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23290
23291 * mm-util.el (mm-with-multibyte-buffer): New macro.
23292
23293 * rfc2047.el (rfc2047-encode-string): Use it.
23294 (rfc2047-encode-region): Move point to the end of the region after
23295 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23296
23297 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23298
23299 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23300 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23301
23302 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23303
23304 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23305 (gnus-cite-parse): Ignore quoted envelope From_.
23306 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23307
23308 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23309
23310 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23311 invalid addresses.
23312
23313 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23314
23315 * spam.el: Change section markers, revise TODO list.
23316 (spam-backends): Make new master list of all installed backends.
23317 (spam-summary-exit-behavior): Add new variable to determine how
23318 messages moves are done at summary exit.
23319 (spam-move-spam-nonspam-groups-only)
23320 (spam-process-ham-in-nonham-groups)
23321 (spam-process-ham-in-spam-groups): Remove variables, the
23322 spam-summary-exit-behavior variable should be used to manage this
23323 behavior.
23324 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23325 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23326 and spam-old-spam-articles.
23327 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23328 Add empty variables, placeholders for the backends they represent.
23329 (spam-set-difference): Move, unchanged.
23330 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23331 unless the user has a processor variable.
23332 (spam-classifications, spam-classification-valid-p)
23333 (spam-backend-properties, spam-backend-property-valid-p)
23334 (spam-backend-function-type-valid-p)
23335 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23336 (spam-report-articles-gmane, spam-report-articles-resend):
23337 Remove functions, they are not needed.
23338 (spam-install-backend-super, spam-backend-list)
23339 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23340 (spam-backend-function, spam-backend-ham-registration-function)
23341 (spam-backend-spam-registration-function)
23342 (spam-backend-ham-unregistration-function)
23343 (spam-backend-spam-unregistration-function)
23344 (spam-backend-statistical-p, spam-backend-mover-p)
23345 (spam-install-backend-alias, spam-install-checkonly-backend)
23346 (spam-install-mover-backend, spam-install-nocheck-backend)
23347 (spam-install-backend, spam-install-statistical-backend)
23348 (spam-install-statistical-checkonly-backend): Add backend installation
23349 support.
23350 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23351 (spam-group-processor-p): Use the new backend code and respect the
23352 summary exit behavior.
23353 (spam-mark-spam-as-expired-and-move-routine): Remove.
23354 (spam-summary-prepare): Change to use the new spam-old-articles
23355 variable.
23356 (spam-copy-or-move-routine, spam-copy-spam-routine)
23357 (spam-move-spam-routine, spam-copy-ham-routine)
23358 (spam-move-ham-routine): Add code to copy/move ham or spam.
23359 (spam-fetch-field-fast): Improve doc and code, plus allow the
23360 'number request.
23361 (spam-list-of-checks, spam-list-of-statistical-checks):
23362 Remove variables.
23363 (spam-split, spam-find-spam): Use the new backend code.
23364 (spam-registration-functions): Remove variable.
23365 (spam-unregister-routine): Add convenience wrapper.
23366 (spam-log-undo-registration, spam-register-routine)
23367 (spam-log-processing-to-registry)
23368 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23369 where possible.
23370 (spam-check-gmane-xref, spam-check-regex-headers)
23371 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23372 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23373 (spam-check-bogofilter-headers, spam-check-spamoracle)
23374 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23375 (spam-check-crm114-headers): Use the spam-split-group that
23376 spam-split prepares, no need to determine it every time.
23377
23378 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23379 to the nnheader-parse-naked-head call.
23380
23381 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23382
23383 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23384 the nnheader-nov-read-message-id call.
23385
23386 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23387
23388 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23389 gnus-activate-group twice. Suggested by Markus Peter
23390 <warp@spin.de>.
23391
23392 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23393
23394 * gnus-art.el (gnus-article-time-format): Exchange the order of
23395 day and month in the default value; fix customization type.
23396 (article-date-ut): Use add-text-properties.
23397 (article-make-date-line): Use message-make-date instead of
23398 current-time-string.
23399
23400 * message.el (message-fetch-field): Don't use set-text-properties.
23401 (message-make-date): Simplify.
23402
23403 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23404
23405 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23406 (rfc2047-encode-region): Treat text within parentheses as special;
23407 show the original text when error has occurred.
23408
23409 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23410 already-computed method to gnus-activate-group.
23411
23412 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23413 same select-methods identical Lisp objects.
23414
23415 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23416 object when modifying the info.
23417
23418 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23419
23420 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23421 gnus-opened-servers since it has never been opened with the new
23422 configuration yet.
23423
23424 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23425
23426 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23427 arg to nnheader-generate-fake-message-id.
23428
23429 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23430
23431 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23432 number and build a fake message ID localized to a group and
23433 article number (so it's repeatable from that point on).
23434 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23435 ID format.
23436
23437 * gnus-sum.el (gnus-get-newsgroup-headers):
23438 Call nnheader-generate-fake-message-id with the article number.
23439
23440 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23441
23442 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23443 end-of-buffer.
23444
23445 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23446
23447 * message.el (message-ignored-supersedes-headers): Add Approved.
23448
23449 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23450
23451 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23452 goto-char.
23453 (rfc2047-encode): Fold the line before encoding.
23454
23455 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23456
23457 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23458 folding -- not all headers can be folded, and this should be done
23459 by the message composition mode. Probably. I think.
23460
23461 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23462
23463 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23464 fast.
23465
23466 * gnus-ems.el (gnus-remove-image): Don't use
23467 message-text-with-property; remove only the image found first.
23468
23469 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23470
23471 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23472
23473 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23474
23475 * message.el (message-text-with-property): Make it fast and accept
23476 optional arguments.
23477 (message-strip-forbidden-properties): Use it.
23478 (message-fix-before-sending): Follow the m-t-w-p change.
23479
23480 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23481
23482 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23483
23484 * gnus-art.el (article-hide-headers): Don't change the buffer
23485 mistakenly when performing mml-preview even if
23486 gnus-single-article-buffer is nil.
23487
23488 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23489
23490 * message.el (message-expand-name-databases): New user option.
23491 (message-expand-name): Use it.
23492
23493 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23494
23495 * spam.el (spam-report-articles-resend)
23496 (spam-report-resend-register-routine): Allow ham reporting.
23497 (spam-report-resend-register-ham-routine): Add wrapper.
23498 (spam-registration-functions): Add ham resending functions.
23499 (spam-list-of-processors): Add ham resend processor.
23500
23501 * gnus.el (ham-resend-to): Add new group parameter.
23502 (spam-process): Add ham resend option.
23503
23504 * spam-report.el (spam-report-resend): Allow reporting ham.
23505 (spam-report-resend-ham): Add wrapper.
23506
23507 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23508
23509 * message.el (message-cite-articles-with-x-no-archive):
23510 New variable.
23511 (message-cite-original): Use it.
23512
23513 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23514
23515 * message.el (message-cite-original): Respect X-No-Archive.
23516
23517 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23518
23519 * gnus-art.el (article-hide-headers): Refer to the values for
23520 gnus-ignored-headers and gnus-visible-headers in the summary
23521 buffer since a user may have set them as group parameters.
23522
23523 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23524
23525 * assistant.el (assistant-node-name): Add convenience function.
23526 (assistant-render-text, assistant-render-node): Add error handling,
23527 plus handle multiple next nodes.
23528 (assistant-find-next-node): Comment out for now.
23529 (assistant-find-next-nodes): Add function, returns list of next
23530 nodes.
23531
23532 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23533
23534 * mail-source.el (mail-source-directory): Fix doc-string.
23535
23536 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23537
23538 * assistant.el (assistant-render-text, assistant-eval): Add :set
23539 widget type, which is different because it takes and returns a
23540 list. Much hilarity ensues.
23541
23542 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23543
23544 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23545
23546 * gnus-group.el (gnus-group-get-new-news-this-group):
23547 Add doc-string.
23548
23549 * gnus-start.el (gnus-activate-group): Add doc-string.
23550
23551 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23552
23553 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23554
23555 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23556
23557 * assistant.el (assistant-render-text): Try to add a :set
23558 widget, more to come.
23559
23560 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23561 strings.
23562 (spam-report-articles-resend)
23563 (spam-register-routine): Do registration iff any articles warrant
23564 it.
23565 (spam-summary-prepare-exit): Change log message for nil group
23566 destinations.
23567
23568 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23569
23570 * spam.el (spam-report-resend-register-routine):
23571 Allow spam-report-resend-to to be a group parameter or a global value.
23572
23573 2004-05-26 Simon Josefsson <jas@extundo.com>
23574
23575 * starttls.el: Merge with my GnuTLS based starttls.el.
23576 (starttls-gnutls-program, starttls-use-gnutls)
23577 (starttls-extra-arguments, starttls-process-connection-type)
23578 (starttls-connect, starttls-failure, starttls-success):
23579 New variables.
23580 (starttls-program, starttls-extra-args): Doc fix.
23581 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23582 New functions.
23583 (starttls-negotiate, starttls-open-stream):
23584 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23585 function if it is set.
23586
23587 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23588
23589 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23590 structured fields.
23591
23592 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23593
23594 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23595
23596 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23597
23598 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23599 Add variable.
23600 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23601 assigning the spam-mark to new messages.
23602
23603 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23604
23605 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23606
23607 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23608
23609 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23610 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23611 default.
23612
23613 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23614
23615 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23616 correct data.
23617
23618 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23619
23620 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23621 (spam-group-processor-p): Fix function.
23622 (spam-group-processor-multiple-p)
23623 (spam-group-spam-processor-report-gmane-p)
23624 (spam-group-spam-processor-report-resend-p)
23625 (spam-group-spam-processor-bogofilter-p)
23626 (spam-group-spam-processor-blacklist-p)
23627 (spam-group-spam-processor-ifile-p)
23628 (spam-group-ham-processor-ifile-p)
23629 (spam-group-spam-processor-spamoracle-p)
23630 (spam-group-spam-processor-crm114-p)
23631 (spam-group-ham-processor-bogofilter-p)
23632 (spam-group-spam-processor-stat-p)
23633 (spam-group-ham-processor-stat-p)
23634 (spam-group-ham-processor-whitelist-p)
23635 (spam-group-ham-processor-BBDB-p)
23636 (spam-group-ham-processor-spamoracle-p)
23637 (spam-group-ham-processor-copy-p): Remove functions with some
23638 prejudice against unneeded code.
23639 (spam-report-articles-resend)
23640 (spam-report-resend-register-routine): Allow the group/topic
23641 spam-resend-to value to override spam-report-resend-to.
23642 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23643 properly now.
23644
23645 * gnus.el (spam-resend-to): Add group/topic parameter.
23646 (spam-process): Move the OBSOLETE processors to the end of the
23647 choices.
23648
23649 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23650
23651 * spam-report.el (spam-report-resend-to, spam-report-resend):
23652 Start with resend-to set to nil, and then ask the user if necessary.
23653 (spam-report-resend): spam-report-resend takes a list of articles, not
23654 separate article numbers.
23655
23656 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23657
23658 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23659 addition to emacs-w3m.
23660
23661 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23662
23663 * assistant.el (assistant-authinfo-data): New function.
23664 (assistant-eval): Eval for entire assistant.
23665
23666 * netrc.el (netrc-services-file): New variable.
23667 (netrc-parse-services): New function.
23668 (netrc-find-service-name): New function.
23669 (netrc-find-service-number): New function.
23670 (netrc-port-equal): New function.
23671 (netrc-machine): Use it.
23672
23673 * nnimap.el (nnimap-open-connection): Use netrc.
23674
23675 * gnus-util.el (gnus-netrc-get): Remove aliases.
23676
23677 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23678
23679 * assistant.el (wid-edit): Fix compilation.
23680
23681 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23682
23683 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23684
23685 * gnus-util.el (gnus-set-file-modes): New function. (small
23686 patch).
23687
23688 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23689
23690 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23691
23692 * assistant.el (assistant-render-node): Fix up rendering and
23693 read-only text.
23694 (assistant-render-node): Reset.
23695 (assistant-make-read-only): Not sticky.
23696
23697 2004-05-20 Danny Siu <dsiu@adobe.com>
23698
23699 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23700 centered even when gnus-auto-center-summary is t.
23701
23702 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23703
23704 * dns.el (dns-get-txt-answer): New function.
23705 (dns-read-txt): Ditto.
23706 (query-dns): Use it.
23707
23708 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23709
23710 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23711 active for foreign groups even if the group level is higher than
23712 the specified value.
23713
23714 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23715
23716 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23717 non-active groups.
23718
23719 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23720
23721 2004-05-20 Magnus Henoch <mange@freemail.hu>
23722
23723 * dns.el (dns-read-type): Add support for SVR. (small patch)
23724
23725 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23726
23727 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23728 (spam-crm114-header, spam-crm114-spam-switch)
23729 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23730 (spam-crm114-positive-spam-header)
23731 (spam-crm114-database-directory, spam-list-of-processors)
23732 (spam-group-spam-processor-crm114-p)
23733 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23734 (spam-generic-score, spam-list-of-checks)
23735 (spam-list-of-statistical-checks, spam-registration-functions)
23736 (spam-check-crm114-headers, spam-crm114-score)
23737 (spam-check-crm114, spam-crm114-register-with-crm114)
23738 (spam-crm114-register-spam-routine)
23739 (spam-crm114-unregister-spam-routine)
23740 (spam-crm114-register-ham-routine)
23741 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23742
23743 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23744
23745 * gnus.el: Add spam-use-crm114.
23746
23747 * spam.el (spam-list-of-processors, spam-registration-functions):
23748 Add spam-use-resend.
23749 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23750 (spam-report-articles-gmane): Add doc fix.
23751 (spam-report-articles-resend, spam-report-resend-register-routine):
23752 Add wrappers around spam-report-resend-to.
23753
23754 * spam-report.el (spam-report-resend-to, spam-report-resend):
23755 Add support for resending spam.
23756 (spam-report-gmane): Fix line length >80.
23757
23758 * gnus.el (spam-process): Add spam-use-resend.
23759
23760 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23761
23762 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23763 number of processed spam messages.
23764 (spam-ham-copy-or-move-routine): Return the number of processed
23765 ham messages.
23766 (spam-summary-prepare-exit): Use the above values to decide
23767 whether status messages shouled be displayed.
23768
23769 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23770
23771 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23772 `rfc2047-encoding-function-alist' in order to avoid conflicting
23773 with the old version.
23774 (rfc2047-encode-region): Concatenate words containing non-ASCII
23775 characters in structured fields; don't encode space-delimited
23776 ASCII words even in unstructured fields; don't break words at
23777 char-category boundaries.
23778 (rfc2047-encode-1): New function.
23779 (rfc2047-encode): Use it; encode text so that it occupies the
23780 maximum width within 76-column; work correctly on Q encoding for
23781 iso-2022-* charsets.
23782 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23783 sure not to break a line just after the header name.
23784 (rfc2047-b-encode-region): Remove.
23785 (rfc2047-b-encode-string): New function.
23786 (rfc2047-q-encode-region): Remove.
23787 (rfc2047-q-encode-string): New function.
23788
23789 * mm-util.el (mm-replace-in-string): New function.
23790
23791 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23792
23793 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23794 Really get it right.
23795 (gnus-inews-make-draft): Really.
23796
23797 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23798
23799 * nnmh.el (nnmh-request-list-1): Don't check the link count
23800 before descending. (small patch)
23801
23802 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23803
23804 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23805 stuff.
23806
23807 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23808 Match on real group name.
23809
23810 * gnus-art.el (gnus-signature-limit): Doc fix.
23811
23812 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23813
23814 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23815
23816 * gnus-draft.el (gnus-draft-send):
23817 Bind rfc2047-encode-encoded-words.
23818
23819 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23820 (rfc2047-encodable-p): Say that =? needs encoding.
23821 (rfc2047-encode-encoded-words): New variable.
23822
23823 * gnus-group.el (gnus-group-select-group): Doc fix.
23824
23825 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23826
23827 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23828 to nil.
23829
23830 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23831
23832 * nnheader.el (nnheader-get-lines-and-char): New function.
23833
23834 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23835
23836 * gnus-msg.el (gnus-summary-followup-with-original):
23837 Document yanking of region when active.
23838
23839 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23840
23841 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23842 groups if the group level is higher than the specified value.
23843
23844 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23845
23846 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23847 (gnus-group-jump-to-group): Add prefix argument using
23848 `gnus-group-jump-to-group-prompt'. Query before jumping to
23849 non-active group.
23850
23851 * compface.el (uncompface): Be verbose when changing
23852 `uncompface-use-external'.
23853
23854 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23855 handle manual section.
23856
23857 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23858
23859 * gnus-art.el (gnus-button-alist): Revert previous change.
23860
23861 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23862
23863 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23864
23865 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23866
23867 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23868 whether backend can accept message.
23869
23870 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23871
23872 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23873
23874 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23875 Avoid creating directory when nntp-marks-is-evil is true.
23876 Reported by Reiner Steib.
23877
23878 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23879
23880 * gnus-picon.el (gnus-picon-insert-glyph):
23881 Add optional `nostring' argument.
23882
23883 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23884
23885 * gnus-picon.el (gnus-picon-style): New variable.
23886 (gnus-picon-transform-address): Support `gnus-picon-style'.
23887
23888 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23889
23890 * message.el (message-fill-field): Return point.
23891 (message-generate-headers): Go to end of field.
23892
23893 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23894 stuff for non-living groups.
23895
23896 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23897
23898 * gnus-art.el (gnus-article-followup-with-original)
23899 (gnus-article-reply-with-original): gnus-mark-active-p ->
23900 gnus-region-active-p.
23901
23902 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23903
23904 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23905 only when there is spam or ham to be processed.
23906
23907 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23908
23909 * mail-source.el (mail-source-delete-crash-box): Refactor.
23910 (mail-source-fetch): Use it.
23911 (mail-source-fetch-file): Ditto.
23912 (mail-source-fetch-directory): Run PostScript in loop.
23913 (mail-source-fetch-pop): Delete.
23914 (mail-source-fetch-maildir): Ditto.
23915 (mail-source-fetch-imap): Ditto.
23916
23917 * imap.el (imap-authenticators): Comment out sasl.
23918
23919 * message.el (message-skip-to-next-address): New function.
23920 (message-fill-header-address): Refactor.
23921 (message-fill-address): Use it.
23922 (message-delete-address): Use it.
23923 (message-fill-header-general): Refactor.
23924 (message-fill-field-address): Rename.
23925 (message-narrow-to-field): Find the start of the header.
23926 (message-header-format-alist): Don't pre-fill.
23927 (message-fill-header): Remove.
23928 (message-insert-header): New function.
23929 (message-shorten-references): Use it.
23930
23931 * rfc2047.el (rfc2047-field-value): Strip props.
23932
23933 * mail-parse.el (mail-header-make-address): New alias.
23934
23935 * ietf-drums.el (ietf-drums-make-address): New function.
23936
23937 * imap.el: Add compiler directives.
23938
23939 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23940
23941 * gnus-art.el (article-decode-idna-rhs): Don't use
23942 message-idna-inside-rhs-p.
23943
23944 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23945
23946 * message.el (message-idna-inside-rhs-p): Remove.
23947 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23948
23949 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23950 false positives.
23951
23952 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23953
23954 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23955
23956 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23957
23958 * nneething.el (nneething-file-name): Don't create spurious
23959 files.
23960
23961 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23962 (gnus-inews-do-gcc): Remove sleep.
23963
23964 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23965 part under point.
23966
23967 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23968 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23969
23970 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23971
23972 * spam.el (spam-summary-prepare-exit): Fix (length).
23973
23974 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23975
23976 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23977 as expired without moving it" message when there are spam
23978 messages left.
23979
23980 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23981
23982 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23983 header is not nil.
23984
23985 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23986
23987 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23988 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23989 (nntp-marks-changed-p): New arg SERVER.
23990 (nntp-request-update-info): Adjust caller.
23991
23992 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23993
23994 * nntp.el (nntp-save-marks): Pass missing arg.
23995
23996 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23997
23998 * nntp.el: Support marks.
23999 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24000 (nntp-marks-modtime, nntp-marks-directory): New variables.
24001 (nntp-request-set-mark, nntp-request-update-info)
24002 (nntp-possibly-create-directory, nntp-marks-changed-p)
24003 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24004 New functions.
24005
24006 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24007
24008 * gnus-score.el (gnus-score-insert-help):
24009 Use gnus-select-lowest-window.
24010
24011 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24012 appt-select-lowest-window and rename to gnus-select-lowest-window.
24013
24014 * gnus.el: do.
24015
24016 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24017
24018 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24019 encodings of MIME-encoded words, in order to improve
24020 interoperability with several broken MUAs.
24021
24022 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24023
24024 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24025 tags, only when charsets are not specified in headers.
24026 (mm-inline-text-html-render-with-w3m): Ditto.
24027
24028 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24029
24030 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24031 instead of MIME-decoded from fields when checking
24032 `gnus-article-address-banner-alist'.
24033
24034 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24035
24036 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24037 description rather than subject.
24038
24039 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24040
24041 * gnus.el (gnus-version-number): Bump.
24042
24043 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24044
24045 * gnus.el: No Gnus v0.2 is released.
24046
24047 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24048
24049 * gnus-agent.el (gnus-agent-read-agentview):
24050 Inline gnus-uncompress-range.
24051
24052 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24053
24054 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24055 `exec-installed-p'.
24056
24057 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24058
24059 * gnus.el (spam-process, spam-autodetect-methods):
24060 Add bsfilter and bsfilter-headers.
24061
24062 * spam.el (spam-bsfilter): New customize group.
24063 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24064 (spam-bsfilter-header, spam-bsfilter-probability-header)
24065 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24066 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24067 (spam-bsfilter-database-directory): New options.
24068 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24069 (spam-list-of-statistical-checks, spam-registration-functions):
24070 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24071 (spam-bsfilter-score): New command.
24072 (spam-check-bsfilter-headers, spam-check-bsfilter)
24073 (spam-bsfilter-register-with-bsfilter)
24074 (spam-bsfilter-register-spam-routine)
24075 (spam-bsfilter-unregister-spam-routine)
24076 (spam-bsfilter-register-ham-routine)
24077 (spam-bsfilter-unregister-ham-routine): New functions.
24078 (spam-generic-score): Support bsfilter; Accept an optional argument
24079 to recalcurate spam score even if scoring header has already been
24080 added.
24081 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24082 optional argument to recalcurate spam score even if scoring header
24083 has already been added.
24084
24085 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24086
24087 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24088 strings! Reported by David D. Smith <davidsmith@acm.org>.
24089 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24090 link is missing.
24091
24092 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24093
24094 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24095 (html2text-get-attr): Rewrite.
24096
24097 * message.el (message-setup-1): Remove redundant put-text-property
24098 on mail-header-separator.
24099
24100 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24101
24102 * gnus-registry.el (gnus-registry-cache-whitespace)
24103 (gnus-registry-action, gnus-registry-spool-action)
24104 (gnus-registry-split-fancy-with-parent): Change message levels
24105 from 5 to 3 or 7, as needed.
24106
24107 * spam.el (spam-summary-prepare-exit)
24108 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24109 (spam-split, spam-find-spam, spam-log-undo-registration)
24110 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24111 level from 5 to 6.
24112
24113 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24114
24115 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24116 2004-03-04 change).
24117
24118 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24119
24120 * sieve-manage.el (sieve-manage-open):
24121 * nnweb.el (nnweb-insert-html):
24122 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24123 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24124 * nnspool.el (nnspool-request-group):
24125 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24126 * nnml.el (nnml-request-update-info):
24127 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24128 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24129 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24130 (nnimap-request-set-mark):
24131 * nnfolder.el (nnfolder-request-update-info):
24132 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24133 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24134 * gnus-uu.el (gnus-uu-find-articles-matching):
24135 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24136 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24137 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24138 * gnus-nocem.el (gnus-nocem-scan-groups):
24139 * gnus-int.el (gnus-start-news-server):
24140 * gnus-group.el (gnus-group-make-kiboze-group)
24141 (gnus-group-browse-foreign-server):
24142 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24143 Use mapc when appropriate.
24144
24145 2004-04-22 Dan Christensen <jdc@uwo.ca>
24146 Adam Sjøgren <asjo@koldfront.dk>
24147 Wes Hardaker <wes@hardakers.net>
24148 Michael Shields <shields@msrl.com>
24149
24150 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24151 may need for spam sorting and scoring.
24152 (spam-user-format-function-S): Add user format function suitable for
24153 general use.
24154 (spam-article-sort-by-spam-status): Add sorting function for summary
24155 sorting.
24156 (spam-extra-header-to-number): Add function to get a score from a
24157 header.
24158 (spam-summary-score): Add function to get a numeric score from the
24159 headers.
24160 (spam-generic-score): Fix function doc, was in wrong place.
24161 (spam-initialize): Take symbols when it's run, and install the
24162 extra headers that spam-necessary-extra-headers thinks we need.
24163
24164 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24165
24166 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24167 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24168
24169 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24170
24171 * gnus-sum.el (gnus-set-global-variables)
24172 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24173 (gnus-article-get-xrefs, gnus-summary-best-group)
24174 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24175 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24176 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24177 Use with-current-buffer.
24178
24179 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24180
24181 * spam.el (spam-summary-prepare-exit): Simplify logic.
24182 (spam-fetch-article-header): Read the article header if it's not
24183 available.
24184 (spam-list-articles): Simplify logic.
24185 (spam-filelist-register-routine): Fix bug with unregister-list.
24186
24187 * gnus-registry.el: Fix comments at beginning.
24188
24189 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24190
24191 * message.el (message-cater-to-broken-inn): Remove.
24192 (message-shorten-references): Make sure the total folded length of
24193 References is shorter than 998 characters to cater to a bug in INN
24194 2.3. Also, don't pretend that references aren't folded -- this
24195 hasn't worked for a while.
24196
24197 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24198
24199 * gnus-agent.el (gnus-agentize):
24200 gnus-agent-send-mail-real-function no longer set to current value
24201 of message-send-mail-function but rather a lambda that calls
24202 message-send-mail-function. The change makes the agent real-time
24203 responsive to user changes to message-send-mail-function.
24204
24205 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24206
24207 * legacy-gnus-agent.el
24208 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24209 help from Florian Weimer <fw@deneb.enyo.de>
24210
24211 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24212
24213 * nnmail.el (nnmail-cache-insert): Revert last change.
24214
24215 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24216
24217 * nnmail.el (nnmail-cache-insert): Always check whether
24218 nnmail-cache-ignore-groups matches a group name.
24219
24220 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24221
24222 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24223 (spam-find-spam, spam-log-processing-to-registry)
24224 (spam-log-registered-p, spam-log-unregistration-needed-p)
24225 (spam-log-undo-registration): Use gnus-message instead of
24226 gnus-error, none of these errors are fatal.
24227
24228 * gnus-registry.el (gnus-registry-clean-empty-function)
24229 (gnus-registry-clean-empty): Remove only empty entries without
24230 extra data.
24231
24232 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24233
24234 * spam-stat.el (spam-stat-buffer-change-to-spam)
24235 (spam-stat-buffer-change-to-non-spam): Change (error) to
24236 (gnus-message 8) invocation.
24237
24238 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24239
24240 * nntp.el (nntp-via-netcat-command): New variable.
24241 (nntp-via-netcat-switches): New variable.
24242 (nntp-open-via-rlogin-and-netcat): New function.
24243 (nntp-open-connection-function): Doc fix.
24244 (nntp-telnet-command): Doc fix.
24245 (nntp-end-of-line): Doc fix.
24246 (nntp-via-rlogin-command): Doc fix.
24247 (nntp-via-user-name): Doc fix.
24248 (nntp-via-address): Doc fix.
24249
24250 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24251
24252 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24253 error in Emacs 21.1.
24254
24255 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24256
24257 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24258
24259 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24260
24261 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24262 (gnus-agent-with-refreshed-group): New macro.
24263 (gnus-agent-rename-group): New function.
24264 (gnus-agent-delete-group): New function.
24265 (gnus-agent-save-group-info): Use gnus-command-method when
24266 `method' parameter is nil. Don't write nil entries into the
24267 active file.
24268 (gnus-agent-get-group-info): New function.
24269 (gnus-agent-fetch-articles):
24270 Use gnus-agent-update-files-total-fetched-for to increment disk space
24271 used.
24272 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24273 Use gnus-agent-update-view-total-fetched-for to increment disk space
24274 used.
24275 (gnus-agent-get-local): Add optional parameters to avoid calling
24276 gnus-group-real-name and gnus-find-method-for-group.
24277 (gnus-agent-set-local): Delete stored entry if either min, or max,
24278 are nil.
24279 (gnus-agent-fetch-session): Reworded error/quit messages.
24280 On quit, use gnus-agent-regenerate-group to record existence of any
24281 articles fetched to disk before the quit occurred.
24282 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24283 gnus-agent-update-view-total-fetched-for, and
24284 gnus-agent-update-files-total-fetched-for to decrement disk space
24285 used.
24286 (gnus-agent-retrieve-headers):
24287 Use gnus-agent-update-view-total-fetched-for to increment disk space
24288 used.
24289 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24290 with gnus-agent-update-files-total-fetched-for to decrement disk
24291 space and fresh group buffer.
24292 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24293 (gnus-agent-need-update-total-fetched-for): New variable.
24294 (gnus-agent-update-files-total-fetched-for): New function.
24295 (gnus-agent-update-view-total-fetched-for): New function.
24296 (gnus-agent-total-fetched-for): New function.
24297
24298 * gnus-cache.el (gnus-cache-save-buffers):
24299 Use gnus-cache-update-overview-total-fetched-for to change disk space
24300 used by this group.
24301 (gnus-cache-possibly-enter-article):
24302 Use gnus-cache-update-file-total-fetched-for to increment disk space
24303 used by this group.
24304 (gnus-cache-possibly-remove-article):
24305 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24306 used by this group.
24307 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24308 (gnus-cache-rename-group): New function.
24309 (gnus-cache-delete-group): New function.
24310 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24311 (gnus-cache-need-update-total-fetched-for): New variable.
24312 (gnus-cache-with-refreshed-group): New macro.
24313 (gnus-cache-update-file-total-fetched-for): New function.
24314 (gnus-cache-update-overview-total-fetched-for): New function.
24315 (gnus-cache-rename-group-total-fetched-for): New function.
24316 (gnus-cache-delete-group-total-fetched-for): New function.
24317 (gnus-cache-total-fetched-for): New function.
24318
24319 * gnus-group.el: Require gnus-sum and autoload functions to
24320 resolve warnings when gnus-group.el compiled alone.
24321 (gnus-group-line-format): Document new %F.
24322 (size of Fetched data) group line format; identifies disk space
24323 used by agent and cache.
24324 (gnus-group-line-format-alist): Define new F format.
24325 (gnus-total-fetched-for): New function.
24326 (gnus-group-delete-group): No longer update
24327 gnus-cache-active-altered as gnus-request-delete-group now keeps
24328 the cache in sync.
24329 (gnus-group-list-active): Let the agent store a server's active
24330 list if currently plugged.
24331
24332 * gnus-int.el (gnus-request-delete-group):
24333 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24334 local disk in sync with the server.
24335 (gnus-request-rename-group):
24336 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24337 local disk in sync with the server.
24338
24339 * gnus-start.el (gnus-get-unread-articles):
24340 Cosmetic simplification to logic.
24341
24342 * gnus-util.el (gnus-rename-file): New function.
24343
24344 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24345
24346 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24347
24348 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24349
24350 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24351 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24352
24353 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24354
24355 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24356 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24357
24358 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24359
24360 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24361
24362 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24363
24364 * spam.el (spam-set-difference): Add function to replace
24365 gnus-set-difference in spam.el.
24366 (spam-summary-prepare-exit): Use spam-set-difference.
24367
24368 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24369
24370 * gnus-registry.el (gnus-registry-cache-file): Update to use
24371 gnus-dribble-directory OR gnus-home-directory OR ~.
24372 (gnus-registry-split-fancy-with-parent): Fix doc.
24373
24374 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24375
24376 * message.el (message-exchange-point-and-mark):
24377 Use message-mark-active-p. Suggested by Jesper Harder
24378 <harder@ifa.au.dk>.
24379
24380 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24381
24382 * message.el (message-exchange-point-and-mark): Don't activate
24383 region if it was inactive. Suggested by Hiroshi Fujishima
24384 <pooh@nature.tsukuba.ac.jp>.
24385
24386 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24387
24388 * gnus-art.el (article-display-face): Display Faces in the same
24389 order as X-Faces.
24390
24391 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24392
24393 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24394
24395 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24396
24397 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24398 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24399 (gnus-article-mime-hierarchy): Remove.
24400 (gnus-article-mime-hierarchy-next): Remove.
24401 (gnus-article-mode): Revert 2004-03-19 change.
24402 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24403 (gnus-insert-mime-button): Revert 2004-03-19 change.
24404 (gnus-mime-accumulate-hierarchy): Remove.
24405 (gnus-mime-enter-multipart): Remove.
24406 (gnus-mime-leave-multipart): Remove.
24407 (gnus-mime-display-part): Revert 2004-03-19 change.
24408 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24409
24410 * mml.el (mml-preview): Revert 2004-03-19 change.
24411
24412 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24413
24414 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24415
24416 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24417
24418 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24419 t while entering a file name using the mm-with-multibyte macro.
24420 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24421
24422 * mm-util.el (mm-with-multibyte): New macro.
24423
24424 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24425
24426 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24427 New user option.
24428 (gnus-mime-multipart-functions): Doc and customization fix.
24429 (gnus-article-mime-hierarchy): New variable.
24430 (gnus-article-mime-hierarchy-next): New variable.
24431 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24432 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24433 gnus-article-mime-hierarchy-next to nil.
24434 (gnus-insert-mime-button): Show hierarchy numbers.
24435 (gnus-mime-accumulate-hierarchy): New function.
24436 (gnus-mime-enter-multipart): New function.
24437 (gnus-mime-leave-multipart): New function.
24438 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24439 (gnus-mime-display-alternative): Show hierarchy numbers.
24440
24441 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24442 gnus-article-mime-hierarchy-next to nil.
24443
24444 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24445
24446 * dns.el: Don't require gnus-xmas.
24447
24448 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24449
24450 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24451 inline PGP.
24452 (mml-menu): Disable mml-quote-region if mark is inactive.
24453
24454 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24455
24456 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24457 when the group's active is not available.
24458
24459 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24460
24461 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24462 error.
24463
24464 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24465
24466 * imap.el (imap-store-password): New variable.
24467 (imap-interactive-login): Use it.
24468 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24469
24470 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24471
24472 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24473 window-start and hscroll to summary window.
24474
24475 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24476
24477 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24478 conversion message to newsrc-dribble when an actual conversion is
24479 performed.
24480
24481 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24482
24483 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24484
24485 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24486
24487 * mm-decode.el (mm-complicated-handles): New function reviving
24488 former definition of mm-multiple-handles.
24489
24490 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24491 (gnus-mime-delete-part): Use it.
24492
24493 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24494
24495 * gnus-agent.el (gnus-agent-read-local):
24496 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24497 avoid the implicit assumption that they will always be equal.
24498 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24499 coding-system-for-write, as the with-temp-file macro first prints
24500 to a buffer then saves the buffer.
24501
24502 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24503
24504 * gnus-art.el (gnus-article-edit-part): New function.
24505 (gnus-mime-save-part-and-strip): Use it; do query instead of
24506 signaling an error; don't use mm-multiple-handles.
24507 (gnus-mime-delete-part): Ditto.
24508
24509 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24510
24511 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24512 old file versions.
24513 (gnus-group-prepare-hook): Remove function that converted list
24514 form of gnus-agent-expire-days to group properties.
24515
24516 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24517 (gnus-request-accept-article): Re-indented.
24518
24519 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24520 converters to handle old agent file formats. Add logic for a
24521 "backup before upgrading warning".
24522 (gnus-convert-mark-converter-prompt): Developers can mark
24523 functions as needing (default), or not needing,
24524 gnus-convert-old-newsrc's "backup before upgrading warning".
24525 (gnus-convert-converter-needs-prompt): Tests whether the user
24526 should be protected from potentially irreversable changes by the
24527 function.
24528
24529 * legacy-gnus-agent.el: New. Provides converters that are only
24530 loaded when gnus-convert-old-newsrc needs to call them.
24531
24532 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24533
24534 * mail-source.el (mail-source-touch-pop): Doc fix.
24535
24536 * message.el (message-smtpmail-send-it): Doc fix.
24537
24538 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24539
24540 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24541
24542 * nnmail.el (nnmail-split-fancy): do.
24543
24544 * gnus-kill.el (gnus-kill, gnus-execute): do.
24545
24546 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24547
24548 * gnus-sum.el (gnus-widget-reversible-match)
24549 (gnus-widget-reversible-to-internal)
24550 (gnus-widget-reversible-to-external): New functions.
24551 (gnus-widget-reversible): New widget.
24552 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24553
24554 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24555
24556 * gnus-sum.el (gnus-thread-sort-functions)
24557 (gnus-article-sort-functions): Document `(not F)' items.
24558
24559 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24560
24561 * spam.el (spam-use-gmane-xref): Add new backend.
24562 (spam-gmane-xref-spam-group): Add variable to control the name of the
24563 Gmane spam group.
24564 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24565 (spam-regex-headers-spam, spam-regex-headers-ham)
24566 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24567 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24568 backends and checks.
24569 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24570
24571 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24572 an autodetect method.
24573
24574 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24575
24576 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24577 articles are being added to a group.
24578 (gnus-request-replace-article): Inform the agent that articles
24579 need to be uncached as the cached contents are no longer valid.
24580
24581 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24582
24583 * binhex.el: Don't autoload executable-find.
24584
24585 * canlock.el: Don't autoload mail-fetch-field.
24586
24587 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24588
24589 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24590 rmail-dont-reply-to and rmail-output.
24591
24592 * gnus-score.el: Don't autoload ffap-string-at-point.
24593
24594 * gnus-setup.el: Don't autoload sc-cite-original.
24595
24596 * imap.el: Don't autoload base64-decode-string,
24597 base64-encode-string and md5.
24598
24599 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24600 and rmail-msg-restore-non-pruned-header.
24601
24602 * mm-decode.el: Don't autoload executable-find.
24603
24604 * mm-url.el: Don't autoload executable-find.
24605
24606 * mm-view.el: Don't autoload diff-mode.
24607
24608 * nndb.el: Don't autoload news-reply-mode, news-setup,
24609 cancel-timer and telnet.
24610
24611 * password.el: Don't autoload run-at-time for Emacs.
24612
24613 * sha1-el.el: Don't autoload executable-find.
24614
24615 * sieve-mode.el: Don't autoload c-mode.
24616
24617 * uudecode.el: Don't autoload executable-find.
24618
24619 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24620
24621 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24622 (gnus-agent-possibly-alter-active): Avoid null in numeric
24623 comparison.
24624 (gnus-agent-set-local): Refuse to save null in local object table.
24625 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24626 list of articles that will be marked as unread.
24627
24628 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24629
24630 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24631
24632 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24633
24634 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24635 language tags.
24636
24637 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24638
24639 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24640 Don't bind "obarray".
24641
24642 * gnus-sum.el (gnus-thread-sort-functions):
24643 Add `gnus-thread-sort-by-most-recent-number' and
24644 `gnus-thread-sort-by-most-recent-date'.
24645 Reported by Kai Grossjohann <kai@emptydomain.de>.
24646
24647 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24648
24649 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24650
24651 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24652
24653 * gnus-cus.el (gnus-agent-customize-category):
24654 Remove ignore-errors macro reference that required cl to be loaded at
24655 run-time.
24656
24657 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24658 single-interval range of the form (min . max). Previously the
24659 range had to look like ((min . max)). Likewise, return
24660 (min . max) rather than ((min . max)).
24661 (gnus-range-map): Use gnus-range-normalize to accept
24662 single-interval range.
24663
24664 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24665 the cache, but not the agent, now appear with their usual face.
24666
24667 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24668
24669 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24670 w3m-safe-url-regexp variable buffer-local.
24671
24672 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24673
24674 2004-02-27 Simon Josefsson <jas@extundo.com>
24675
24676 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24677 gnus-group-real-prefix.
24678 (gnus-summary-move-article): Use it, instead of
24679 gnus-group-real-prefix.
24680
24681 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24682
24683 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24684 w3m-safe-url-regexp variable buffer-local and set it as the value
24685 of mm-w3m-safe-url-regexp.
24686
24687 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24688
24689 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24690 parsing gnus-posting-styles when the message is not for replying.
24691
24692 * nnrss.el (nnrss-opml-export):
24693 Use mm-set-buffer-file-coding-system instead of
24694 set-buffer-file-coding-system.
24695
24696 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24697
24698 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24699 of checkdoc.el).
24700 * nnrss.el: do.
24701 * gnus-mlspl.el: do.
24702 * gnus-ml.el: do.
24703 * gnus-srvr.el: do.
24704
24705 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24706
24707 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24708
24709 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24710 Corrections to custom-manual links.
24711
24712 * gnus-art.el (gnus-article): Ditto.
24713
24714 * mm-decode.el (mime-display, mime-security): Ditto.
24715
24716 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24717
24718 * flow-fill.el: Typo.
24719
24720 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24721
24722 * spam-wash.el: New file.
24723
24724 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24725
24726 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24727
24728 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24729
24730 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24731 to be run with new-articles as LIST1, not LIST2.
24732 (spam-registration-functions): Add spam-use-ham-copy as a nil
24733 registration backend.
24734
24735 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24736
24737 * spam-stat.el (spam-stat-washing-hook): New option.
24738 (spam-stat-buffer-words): Use it.
24739 (spam-stat-process-directory, spam-stat-test-directory):
24740 Use insert-file-contents-literally.
24741 (spam-stat-coding-system): New variable.
24742 (spam-stat-load, spam-stat-save): Use it.
24743
24744 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24745
24746 * spam-report.el (spam-report-plug-agent):
24747 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24748
24749 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24750
24751 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24752 Allow / in mailto URLs.
24753
24754 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24755
24756 * spam-report.el (spam-report-process-queue): Fix interactive use.
24757 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24758 (spam-report-unplug-agent): Doc fixes.
24759 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24760 (spam-report-agentize, spam-report-deagentize):
24761 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24762
24763 * message.el (message-setup-fill-variables): Add mml tags to
24764 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24765 <ajk@iu.edu>.
24766 (message-mode): Don't modify paragraph-separate there.
24767
24768 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24769
24770 * compface.el (uncompface-use-external): Default to undecided.
24771 (uncompface-use-external-threshold): New variable.
24772 (uncompface-float-time): New macro.
24773 (uncompface): Determine whether to use the external decoder if
24774 uncompface-use-external is undecided.
24775
24776 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24777
24778 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24779 after images.
24780
24781 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24782
24783 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24784
24785 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24786
24787 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24788
24789 * gnus-sum.el (gnus-summary-limit-to-age)
24790 (gnus-summary-limit-children): do.
24791
24792 * gnus-int.el (gnus-request-scan): do.
24793
24794 * gnus-group.el (gnus-group-suspend): do.
24795
24796 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24797
24798 * gnus-cite.el (gnus-cite-parse-attributions): do.
24799
24800 * gnus-agent.el (gnus-summary-set-agent-mark)
24801 (gnus-agent-regenerate-group): do.
24802
24803 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24804
24805 * binhex.el (binhex-decode-region-internal): do.
24806
24807 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24808
24809 * gnus-fun.el (gnus-face-properties-alist): New user option.
24810 (gnus-display-x-face-in-from): Use it.
24811
24812 * gnus-art.el (article-display-face): Ditto.
24813
24814 * compface.el (uncompface-use-external): Default to nil.
24815
24816 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24817
24818 * nntp.el (nntp-erase-buffer): New function.
24819 (nntp-retrieve-data, nntp-send-command)
24820 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24821 (nntp-possibly-change-group): Use it.
24822
24823 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24824 Use with-current-buffer.
24825
24826 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24827
24828 * compface.el: Merge the ELisp-based uncompface program.
24829 (compface): New customization group.
24830 (uncompface-use-external): New user option.
24831 (uncompface): Call uncompface-internal if uncompface-use-external
24832 is nil.
24833 (uncompface-internal): New function. Note that there are also
24834 some other functions and variables added for this function.
24835
24836 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24837
24838 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24839 if necessary.
24840
24841 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24842
24843 * spam-report.el (spam-report-unplug-agent)
24844 (spam-report-plug-agent, spam-report-deagentize)
24845 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24846 Add support for the Agent in spam-report: when unplugged, report to a
24847 file; when plugged, submit all the requests.
24848
24849 * spam.el (spam-register-routine): Fix message about
24850 registration.
24851
24852 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24853
24854 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24855 dependencies.
24856 (rfc2047-encode): Use it.
24857
24858 * gnus-art.el (gnus-button-marker-list): Move before first
24859 reference.
24860
24861 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24862 (imap-parse-body): Fix format string mismatch.
24863
24864 * gnus-score.el (gnus-summary-increase-score): do.
24865
24866 * nnrss.el (nnrss-close): New function.
24867
24868 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24869
24870 * nnrss.el (nnrss-make-filename): New function.
24871 (nnrss-request-delete-group, nnrss-read-server-data)
24872 (nnrss-save-server-data, nnrss-read-group-data)
24873 (nnrss-save-group-data): Use it.
24874 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24875 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24876 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24877
24878 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24879
24880 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24881
24882 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24883
24884 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24885 files.
24886
24887 * message.el (message-generate-headers-first): Don't quote nil
24888 and t in docstrings.
24889
24890 * imap.el (imap-id): do.
24891
24892 * gnus-agent.el (gnus-agent-consider-all-articles)
24893 (gnus-agent-queue-mail): do.
24894
24895 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24896
24897 * spam-report.el (spam-report-process-queue): New function.
24898 Process requests from `spam-report-requests-file'.
24899 (spam-report-process-queue): Doc fix.
24900
24901 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24902
24903 * spam.el (spam-register-routine)
24904 (spam-log-processing-to-registry, spam-log-registered-p)
24905 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24906 Change "check" to "spam-check" for semi-clarity.
24907
24908 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24909
24910 * pop3.el: Require nnheader.
24911
24912 * mml-smime.el: Require cl. Autoload message-fetch-field.
24913
24914 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24915
24916 * gnus-picon.el: Require cl.
24917
24918 * gnus-fun.el: Require gnus-ems and gnus-util.
24919
24920 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24921
24922 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24923
24924 * gnus-art.el (gnus-article-edit-mode): Define before first
24925 reference.
24926
24927 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24928
24929 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24930 (gnus-uu-post-encoded): Use point-at-bol.
24931
24932 * gnus-topic.el (gnus-group-active-topic-p): do.
24933
24934 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24935
24936 * gnus-group.el (gnus-group-kill-region): do.
24937
24938 * gnus-art.el (article-date-ut): do.
24939
24940 * message.el (message-fetch-field): Remove redundant
24941 case-fold-search binding.
24942 (message-narrow-to-field): Simplify.
24943
24944 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24945
24946 * spam.el (spam-directory): Derive from `gnus-directory'.
24947
24948 * spam-report.el (spam-report-url-to-file)
24949 (spam-report-requests-file): New function and variable for offline
24950 reporting.
24951 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24952 and user defined function.
24953 (spam-report-url-ping-mm-url): Remove doubled slash.
24954
24955 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24956
24957 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24958
24959 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24960
24961 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24962 Fix format string mismatch.
24963
24964 * sieve.el (sieve-deactivate-all): do.
24965
24966 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24967
24968 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24969
24970 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24971
24972 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24973
24974 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24975
24976 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24977 the list of checks.
24978
24979 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24980
24981 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24982 padding.
24983
24984 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24985
24986 * mm-view.el (mm-fill-flowed): New variable.
24987 (mm-inline-text): Use it.
24988
24989 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24990
24991 * spam.el (spam-spamassassin-register-ham-routine)
24992 (spam-spamassassin-register-spam-routine): Fix function names.
24993
24994 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24995
24996 * gnus.el (gnus-tmp-grouplens): Remove.
24997 (gnus-summary-line-format): Remove grouplens.
24998
24999 * gnus-group.el (gnus-group-line-format): Ditto.
25000
25001 * gnus-spec.el (gnus-format-specs): Ditto.
25002 (gnus-update-format-specifications): Flush the group format spec
25003 cache if there's the grouplens stuff.
25004 (gnus-parse-simple-format): Replace %l with the empty string.
25005
25006 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25007
25008 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25009 omission.
25010
25011 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25012
25013 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25014 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25015
25016 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25017
25018 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25019 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25020 New macros and functions.
25021 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25022 Handle > NLINK_MAX messages.
25023 * nnmaildir.el (nnmaildir-request-set-mark):
25024 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25025
25026 2004-01-25 Alex Schroeder <alex@gnu.org>
25027
25028 * spam-stat.el (spam-stat-process-directory-age): New option.
25029 (spam-stat-process-directory): Use it.
25030
25031 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25032
25033 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25034 (spam-stat-save): Accept prefix argument.
25035
25036 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25037
25038 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25039 links" error.
25040
25041 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25042
25043 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25044 compatibility with old .newsrc.eld files.
25045
25046 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25047
25048 * gnus-start.el (gnus-1): do.
25049
25050 * gnus-group.el (gnus-group-line-format-alist): do.
25051
25052 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25053
25054 * gnus-gl.el: Remove.
25055
25056 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25057
25058 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25059 marks consisting of a single range {for example, (3 . 5)} rather
25060 than a list of a single range { ((3 . 5)) }.
25061
25062 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25063
25064 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25065 Use with-current-buffer.
25066 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25067 avoid consing a string.
25068
25069 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25070 Remove obsolete entries for big5 and gb2312.
25071
25072 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25073
25074 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25075 uncompressed list.
25076
25077 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25078
25079 * spam-stat.el (spam-stat-strip-xref): New function.
25080 (spam-stat-process-directory): Use it.
25081
25082 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25083 here -- it's done in message-fetch-field.
25084
25085 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25086
25087 * gnus-agent.el (gnus-agent-queue-mail)
25088 (gnus-agent-prompt-send-queue): New variables.
25089 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25090 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25091 "nndraft:queue" along to gnus-draft-send.
25092 Use gnus-agent-prompt-send-queue.
25093 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25094 is "nndraft:queue". Suggested by Gaute Strokkenes
25095 <gs234@srcf.ucam.org>
25096
25097 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25098 (agent-enable-undownloaded-faces): Add.
25099 (gnus-agent-cat-groups): Use eval-and-compile, not
25100 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25101 method of gnus-agent-cat-groups even when the buffer has been
25102 evalled.
25103 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25104 delete gnus-agent-save-active-1.
25105 (gnus-agent-save-groups): Delete. Identical to
25106 gnus-agent-save-active.
25107 (gnus-agent-write-active): No longer adjust agent's copy of active
25108 file as agent's adjustments are now stored in their own
25109 file. Remove optional parameter.
25110 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25111 servers. Add use of min/max range limits from server's local
25112 file.
25113 (gnus-agent-save-alist): Remove unused optional argument.
25114 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25115 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25116 (gnus-agent-set-local): A per-server file that keeps min/max range
25117 limits for articles known to the agent. Provides a fast mechanism
25118 for altering many active ranges.
25119 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25120 active file (local makes it unnecessary).
25121 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25122
25123 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25124 (agent-enable-undownloaded-faces): Add.
25125
25126 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25127 disable it when sending to "nndraft:queue".
25128 (gnus-group-send-queue): Add safety check to avoid sending queue
25129 when unplugged.
25130
25131 * gnus-group.el (gnus-group-catchup): Use new
25132 gnus-sequence-of-unread-articles, not
25133 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25134 numbers of articles. Use gnus-range-map to avoid having to
25135 uncompress the unread list.
25136 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25137 Fix invalid ange-ftp reference.
25138
25139 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25140 (gnus-sorted-range-intersection): Intersection of two ranges
25141 without requiring that they first be uncompressed.
25142
25143 * gnus-start.el (gnus-activate-group): Unless blocked by the
25144 caller, possibly expand the active range to include both cached
25145 and agentized articles.
25146 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25147 multiple version-dependent converters.
25148 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25149 gnus-agent-save-active.
25150 (gnus-save-newsrc-file): Save dirty agent range limits.
25151
25152 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25153 gnus-agent-possibly-alter-active.
25154 (gnus-adjust-marked-articles): Faster handling of simple lists.
25155
25156 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25157
25158 * spam-stat.el (spam-stat-test-directory): New optional argument
25159 displays a list of files detected. Suggested by Andrew Cohen
25160 <cohen@andy.bu.edu>.
25161 (spam-stat-buffer-words-with-scores): Don't narrow and change
25162 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25163
25164 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25165
25166 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25167 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25168 (spam-spamassassin-arguments)
25169 (spam-spamassassin-spam-flag-header)
25170 (spam-spamassassin-positive-spam-flag-header)
25171 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25172 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25173 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25174 (spam-list-of-processors, spam-list-of-checks)
25175 (spam-list-of-statistical-checks, spam-registration-functions)
25176 (spam-check-spamassassin-headers, spam-check-spamassassin)
25177 (spam-spamassassin-score)
25178 (spam-spamassassin-register-with-sa-learn)
25179 (spam-spamassassin-register-spam-routine)
25180 (spam-spamassassin-register-ham-routine)
25181 (spam-assassin-register-spam-routine)
25182 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25183 (spam-bogofilter-score): Fix to show article before scoring.
25184
25185 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25186
25187 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25188 default scoring function.
25189 (spam-generic-score): Call spam-spamassassin-score if
25190 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25191 spam-bogofilter-score otherwise.
25192
25193 * gnus.el (spam-process, spam-autodetect-methods):
25194 Add spamassassin and spamassassin-headers.
25195
25196 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25197
25198 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25199 Suppress unnecessary messages.
25200
25201 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25202
25203 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25204 make-hash-table.
25205
25206 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25207
25208 * canlock.el (base64-encode-string): Don't autoload it.
25209
25210 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25211
25212 * run-at-time.el: Remove useless (require 'itimer),
25213 eval-and-compile and (featurep 'xemacs).
25214
25215 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25216
25217 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25218 GROUP is a virtual group.
25219
25220 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25221
25222 * gnus.el: Autoload `message-y-or-n-p'.
25223
25224 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25225
25226 * pgg-parse.el: Remove unnecessary (require 'custom).
25227
25228 * pgg-def.el: do.
25229
25230 * nnmail.el: do.
25231
25232 * gnus-undo.el: do.
25233
25234 * gnus-picon.el: do.
25235
25236 * gnus-util.el: do.
25237
25238 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25239
25240 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25241
25242 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25243
25244 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25245 handle, as well as a list.
25246
25247 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25248 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25249 (mm-w3m-cid-retrieve): Simplify.
25250
25251 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25252
25253 * message.el (message-kill-to-signature): Allow prefix arg to
25254 specify number of lines to keep before signature.
25255
25256 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25257
25258 * message.el (message-kill-to-signature): Change docstring.
25259
25260 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25261
25262 * canlock.el: Always require sha1-el.
25263 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25264
25265 * message.el: Autoload sha1 only when compiling.
25266
25267 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25268
25269 * message.el (message-canlock-generate): Require sha1-el.
25270
25271 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25272
25273 * message.el (message-expand-name): Silence the byte compiler.
25274
25275 2004-01-13 Simon Josefsson <jas@extundo.com>
25276
25277 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25278 Invoke gnus-score-mode.
25279 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25280
25281 * gnus-range.el (gnus-compress-sequence): Doc fix.
25282 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25283
25284 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25285
25286 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25287
25288 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25289
25290 * spam.el (spam-get-article-as-string): Update to use
25291 gnus-request-article-this-buffer, much simpler.
25292 (spam-get-article-as-buffer): Remove.
25293
25294 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25295
25296 * message.el (message-expand-name): Use EUDC if the user uses that.
25297
25298 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25299
25300 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25301 character for the encoding to avoid consing a string.
25302
25303 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25304 unnecessarily.
25305
25306 * mm-util.el (mm-replace-chars-in-string): Remove.
25307
25308 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25309 of mm-replace-chars-in-string.
25310
25311 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25312
25313 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25314
25315 * mm-util.el (mm-subst-char-in-string): Support inplace.
25316
25317 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25318 a new string in every iteration. Use shy groups.
25319
25320 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25321
25322 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25323 * gnus-soup.el (gnus-soup-group-brew):
25324 * gnus-msg.el (gnus-put-message):
25325 * gnus-move.el (gnus-group-move-group-to-server):
25326 * gnus-kill.el (gnus-batch-score):
25327 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25328 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25329 (gnus-group-update-group, gnus-group-read-group)
25330 (gnus-group-make-group, gnus-group-make-help-group)
25331 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25332 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25333 (gnus-group-sort-by-unread, gnus-group-catchup)
25334 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25335 (gnus-group-yank-group, gnus-group-set-info)
25336 (gnus-group-list-groups):
25337 * gnus.el (gnus-generate-new-group-name):
25338 * gnus-delay.el (gnus-delay-send-queue):
25339 * nnvirtual.el (nnvirtual-catchup-group):
25340 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25341 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25342 (gnus-group-prepare-topics, gnus-topic-check-topology):
25343 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25344 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25345 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25346 (gnus-group-make-articles-read):
25347 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25348 (gnus-group-change-level, gnus-kill-newsgroup)
25349 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25350 (gnus-get-unread-articles, gnus-make-articles-unread)
25351 (gnus-make-ascending-articles-unread): Use accessor
25352 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25353 to get group information for improved readability.
25354
25355 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25356
25357 * gnus-art.el (article-decode-mime-words, article-babel)
25358 (gnus-article-highlight-signature, gnus-article-add-buttons)
25359 (gnus-signature-toggle): Use gnus-with-article-buffer.
25360
25361 * gnus-art.el (gnus-article-highlight-headers)
25362 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25363
25364 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25365 (gnus-article-set-globals, gnus-request-article-this-buffer)
25366 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25367 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25368 (gnus-mime-display-alternative): Use with-current-buffer.
25369
25370 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25371
25372 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25373 also under 80 char limit, and call gnus-error if needed.
25374 (spam-fetch-article-header): Fix - it was a
25375 buffer-local variable (gnus-newsgroup-data).
25376 (spam-find-spam): Use spam-generate-fake-headers, forget about
25377 spam-insert-fake-headers.
25378 (spam-insert-fake-headers): Remove.
25379
25380 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25381
25382 * deuglify.el (gnus-article-outlook-unwrap-lines)
25383 (gnus-outlook-rearrange-article)
25384 (gnus-outlook-repair-attribution-outlook)
25385 (gnus-outlook-repair-attribution-block)
25386 (gnus-outlook-repair-attribution-other): Remove redundant
25387 save-excursion.
25388
25389 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25390
25391 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25392 (spam-fetch-field-subject-fast)
25393 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25394 (spam-fetch-article-header): Add functions to deal with Gnus
25395 internals for fast retrieval of article header data.
25396 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25397
25398 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25399
25400 * pop3.el (pop3-md5): Remove.
25401 (pop3-apop): Replace pop3-md5 with md5.
25402
25403 * mm-bodies.el: base64 is always built-in.
25404
25405 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25406 Use with-current-buffer.
25407
25408 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25409
25410 * canlock.el (canlock-insert-header): Remove excessive grouping in
25411 regexp.
25412
25413 * gnus-sum.el (gnus-summary-read-document): Ditto.
25414
25415 * gnus-uu.el (gnus-uu-part-number): Ditto.
25416
25417 * html2text.el (html2text-remove-tags): Ditto.
25418 (html2text-format-tags): Ditto.
25419 (html2text-format-single-elements): Ditto.
25420
25421 * mml.el (mml-parse-1): Ditto.
25422
25423 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25424
25425 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25426
25427 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25428
25429 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25430
25431 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25432
25433 2003-11-15 Simon Josefsson <jas@extundo.com>
25434
25435 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25436 (pgg-gpg-lookup-key): Use regexp match instead of
25437 split-string (split-string is different between emacs 21.2 and
25438 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25439
25440 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25441
25442 * gnus-art.el (gnus-mime-view-all-parts)
25443 (gnus-article-part-wrapper, gnus-article-view-part):
25444 Use with-current-buffer.
25445
25446 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25447
25448 * spam.el (spam-disable-spam-split-during-ham-respool)
25449 (spam-spamoracle-database, spam-cache-lookups)
25450 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25451 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25452 (spam-group-ham-marks, spam-group-spam-marks)
25453 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25454 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25455 also add spam-use-blackholes to the statistical checks.
25456 (spam-fetch-field-fast): Add interface to fetching fields, may
25457 become a macro.
25458 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25459 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25460 (spam-insert-fake-headers): Fake an article when needed.
25461 (spam-find-spam): Fake article when possible.
25462 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25463 (spam-check-bogofilter-headers): Use message-fetch-field instead
25464 of nnmail-fetch-field.
25465
25466 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25467
25468 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25469
25470 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25471
25472 * spam.el (spam-split): Do not require spam-use-CHECK to be
25473 enabled if that check is passed to spam-split explicitly; also
25474 fix so 'spam doesn't get converted to spam-split-group when
25475 spam-split-symbolic-return is t.
25476 (spam-find-spam): Find registrations of the article and use those
25477 instead of re-running spam-split to find the spam/ham
25478 classification of the article.
25479 (spam-log-processing-to-registry, spam-log-registered-p)
25480 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25481 Use gnus-error instead of gnus-message.
25482 (spam-log-registration-type): Add function to determine the
25483 classification of a message based on registry entries; will
25484 return nil if both 'spam and 'ham are found.
25485 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25486 a reasonably fast local cache without the loading errors.
25487 (spam-cache-lookups): Set to t by default.
25488 (spam-find-spam): Don't try to guess spam-cache-lookups.
25489 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25490 spam-caches entry.
25491 (spam-filelist-build-cache, spam-filelist-check-cache):
25492 Fix caching of whitelist/blacklist entries.
25493 (spam-check-whitelist, spam-check-blacklist):
25494 Invoke spam-from-listed-p with a type, not a cache variable.
25495 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25496
25497 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25498
25499 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25500
25501 * nnmail.el (nnmail-split-fancy): do.
25502
25503 * mml.el (mml-parse): do.
25504
25505 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25506 (gnus-score-adaptive): do.
25507
25508 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25509
25510 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25511 (gnus-mime-button-map): Don't set keymap parent.
25512 (gnus-button-ctan-directory-regexp): Use shy grouping.
25513 (gnus-prev-page-map): Don't set keymap parent.
25514 (gnus-prev-page-map): Remove duplicated one.
25515 (gnus-next-page-map): Don't set keymap parent.
25516 (gnus-mime-security-button-map): Ditto.
25517
25518 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25519 version number.
25520
25521 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25522
25523 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25524
25525 * canlock.el (canlock-sha1-function): Remove.
25526 (canlock-sha1-function-for-verify): Remove.
25527 (canlock-openssl-program): Remove.
25528 (canlock-openssl-args): Remove.
25529 (canlock-ignore-errors): Remove.
25530 (canlock-sha1-with-openssl): Remove.
25531 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25532 (canlock-verify): Don't use canlock-ignore-errors.
25533
25534 * sha1-el.el (sha1-string-external): Make it can return a string
25535 in binary form.
25536 (sha1-region-external): Ditto.
25537 (sha1-string-internal): Ditto.
25538 (sha1-region-internal): Ditto.
25539 (sha1-region): Ditto.
25540 (sha1-string): Ditto.
25541 (sha1): Ditto.
25542
25543 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25544
25545 * spam.el (spam-report-articles-gmane): New command.
25546
25547 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25548
25549 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25550
25551 * run-at-time.el (run-at-time-saved): Remove.
25552 (run-at-time): Doc fix.
25553
25554 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25555
25556 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25557 (gnus-summary-limit-map): Add it.
25558 (gnus-summary-make-menu-bar): do.
25559
25560 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25561
25562 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25563 Make attempt at some caching support (done for BBDB only now).
25564 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25565 addresses to be checked.
25566 (spam-clear-cache-BBDB): Add function, to be invoked by
25567 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25568 (spam-check-BBDB): Check and use the caches, if
25569 spam-cache-lookups is on, remove superfluous (provide).
25570
25571 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25572
25573 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25574
25575 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25576
25577 * run-at-time.el (run-at-time-saved): Move to after the definition
25578 of `run-at-time'.
25579
25580 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25581
25582 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25583 mm-w3m-local-map-property.
25584
25585 * mm-view.el (mm-w3m-mode-map): Remove.
25586 (mm-w3m-local-map-property): Remove.
25587 (mm-inline-text-html-render-with-w3m): Don't use
25588 mm-w3m-local-map-property.
25589
25590 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25591
25592 * run-at-time.el: New file.
25593
25594 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25595 of gnus-set-text-properties.
25596
25597 * gnus-uu.el (gnus-uu-save-article): Ditto.
25598
25599 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25600
25601 * gnus-cite.el (gnus-cite-parse): Ditto.
25602
25603 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25604 of gnus-.
25605
25606 * gnus.el: Change calls to nnheader-run-at-time and
25607 password-run-at-time throughout to use run-at-time directly.
25608
25609 * password.el: Remove definition of run-at-time.
25610
25611 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25612
25613 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25614 in prompt.
25615
25616 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25617
25618 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25619 XEmacs version.
25620
25621 * dns.el (dns-make-network-process): Use `open-network-stream'
25622 instead of `gnus-xmas-open-network-stream'.
25623
25624 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25625
25626 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25627
25628 * gnus-art.el (gnus-mime-display-alternative)
25629 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25630 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25631 Don't use gnus-local-map-property.
25632
25633 * gnus-util.el (gnus-local-map-property): Remove.
25634
25635 * mm-view.el (mm-view-pkcs7-decrypt):
25636 Replace gnus-completing-read-maybe-default with completing-read.
25637
25638 * gnus-util.el (gnus-completing-read): do.
25639 (gnus-completing-read-maybe-default): Remove.
25640
25641 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25642
25643 * password.el: Only autoload `run-at-time' if not XEmacs.
25644 Only autoload the itimer functions if XEmacs.
25645
25646 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25647
25648 * gnus-art.el (gnus-read-string): Remove.
25649 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25650 read-string.
25651
25652 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25653
25654 * netrc.el: Autoload password-read.
25655 (netrc): Add configuration group.
25656 (netrc-encoding-method, netrc-openssl-path):
25657 Add variables for encoding and decoding of files with symmetric
25658 ciphers.
25659 (netrc-encode): Add assistant function to encode a file with
25660 netrc-encoding-method.
25661 (netrc-parse): Add interactive parameter, added optional
25662 decoding if netrc-encoding-method is non-nil but otherwise
25663 behavior is standard.
25664 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25665 Do s/encode/encrypt/ everywhere.
25666
25667 * spam.el: Remove executable-find autoload.
25668
25669 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25670
25671 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25672
25673 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25674
25675 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25676
25677 * gnus-art.el (gnus-treat-ansi-sequences)
25678 (article-treat-ansi-sequences): New variable and function.
25679 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25680
25681 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25682 Use it.
25683
25684 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25685
25686 * mm-util.el (mm-quote-arg): Remove.
25687
25688 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25689 shell-quote-argument.
25690
25691 * gnus-uu.el (gnus-uu-command): do.
25692
25693 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25694
25695 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25696 with make-char.
25697
25698 * mm-util.el (mm-make-char): Remove.
25699
25700 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25701 add-minor-mode.
25702
25703 * gnus-undo.el (gnus-undo-mode): do.
25704
25705 * gnus-topic.el (gnus-topic-mode): do.
25706
25707 * gnus-sum.el (gnus-dead-summary-mode): do.
25708
25709 * gnus-start.el (gnus-slave-mode): do.
25710
25711 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25712
25713 * gnus-ml.el (gnus-mailing-list-mode): do.
25714
25715 * gnus-gl.el (gnus-grouplens-mode): do.
25716
25717 * gnus-draft.el (gnus-draft-mode): do.
25718
25719 * gnus-dired.el (gnus-dired-mode): do.
25720
25721 * gnus-ems.el (gnus-add-minor-mode): Remove.
25722
25723 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25724 Replace gnus-char-width with char-width.
25725
25726 * gnus-ems.el (gnus-char-width): Remove.
25727
25728 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25729 Replace gnus-char-width with char-width.
25730
25731 * gnus-ems.el (gnus-char-width): Remove.
25732
25733 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25734 definition.
25735 Remove Emacs 20 hash table compatibility code.
25736
25737 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25738 20 compatibility code.
25739
25740 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25741
25742 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25743
25744 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25745 Replace with point-at-{eol,bol}.
25746
25747 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25748
25749 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25750
25751 * flow-fill.el (fill-flowed-point-at-bol)
25752 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25753
25754 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25755 Replace with point-at-{eol,bol} throughout all files.
25756
25757 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25758
25759 * ntlm.el (ntlm-string-as-unibyte): New macro.
25760 (ntlm-build-auth-response): Use it.
25761
25762 Remove Emacs 20 stuff:
25763 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25764 of delq and copy-sequence.
25765 * gnus-art.el (popup-menu): Remove the compiler macro.
25766 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25767 Emacs 20.
25768
25769 2004-01-05 Simon Josefsson <jas@extundo.com>
25770
25771 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25772 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25773 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25774 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25775 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25776 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25777 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25778 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25779 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25780 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25781 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25782 string-xor into ntlm-string-xor.
25783 Suggested by Jesper Harder <harder@myrealbox.com>.
25784
25785 * ntlm.el: Don't include poem.
25786
25787 * md4.el (print-int32, print-string-hexa): Remove.
25788 Suggested by Jesper Harder <harder@myrealbox.com>.
25789
25790 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25791
25792 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25793 probably breaks emacs with DL patch, but do we care? Is anyone
25794 still using the DL stuff?)
25795
25796 * sieve-manage.el: Use the password package.
25797 (sieve-manage-read-passwd): Remove.
25798 (sieve-manage-interactive-login): Use password. Re-add
25799 condition-case around loop.
25800
25801 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25802 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25803 Use the password package.
25804
25805 2003-02-19 Simon Josefsson <jas@extundo.com>
25806
25807 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25808 token.
25809
25810 2002-08-07 Simon Josefsson <jas@extundo.com>
25811
25812 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25813 (sieve-manage-authenticators)
25814 (sieve-manage-authenticator-alist): Add some SASL mechs.
25815 (sieve-sasl-auth): New function.
25816 (sieve-manage-cram-md5-auth)
25817 (sieve-manage-plain-auth): Rewrite using SASL library.
25818 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25819 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25820 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25821 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25822
25823 2004-01-05 Simon Josefsson <jas@extundo.com>
25824
25825 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25826 New files.
25827
25828 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25829
25830 * gnus-group.el (gnus-no-groups-message): Update.
25831
25832 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25833
25834 2003-11-09 Simon Josefsson <jas@extundo.com>
25835
25836 * imap.el: Support for ID IMAP extension (RFC 2971).
25837 (imap-local-variables): Add imap-id.
25838 (imap-id): New variable.
25839 (imap-id): New function.
25840 (imap-parse-response): Parse untagged ID response.
25841 * nnimap.el (nnimap-id): New variable.
25842 (nnimap-open-connection): Use it.
25843
25844 2003-12-28 Simon Josefsson <jas@extundo.com>
25845
25846 * gnus-score.el (gnus-score-edit-all-score): New.
25847 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25848
25849 2004-01-04 Simon Josefsson <jas@extundo.com>
25850
25851 * password.el: Add.
25852
25853 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25854
25855 * dns.el (dns-query-types): Fix typo.
25856 (dns-query-types): New function.
25857 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25858 PTR and SOA replies, see RFC 1035.
25859
25860 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25861
25862 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25863
25864 * Move to Changelog.2.
25865
25866 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25867
25868 * gnus.el (gnus-version-number): Bump version.
25869
25870 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25871
25872 * gnus.el: No Gnus v0.1 is released.
25873
25874 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25875
25876 * gnus.el: No Gnus v0.0 is released.
25877
25878 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25879
25880 * gnus.el (gnus-version-number): Bump.
25881 (gnus-version): No.
25882
25883 See ChangeLog.2 for earlier changes.
25884
25885 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25886
25887 This file is part of GNU Emacs.
25888
25889 GNU Emacs is free software: you can redistribute it and/or modify
25890 it under the terms of the GNU General Public License as published by
25891 the Free Software Foundation, either version 3 of the License, or
25892 (at your option) any later version.
25893
25894 GNU Emacs is distributed in the hope that it will be useful,
25895 but WITHOUT ANY WARRANTY; without even the implied warranty of
25896 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25897 GNU General Public License for more details.
25898
25899 You should have received a copy of the GNU General Public License
25900 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25901
25902 ;; Local Variables:
25903 ;; coding: utf-8
25904 ;; fill-column: 79
25905 ;; add-log-time-zone-rule: t
25906 ;; End: