]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24
[gnu-emacs] / lisp / gnus / ChangeLog
1 2014-11-16 Adam Sjøgren <asjo@koldfront.dk>
2
3 * mml2015.el (mml2015-display-key-image): New variable.
4
5 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
8 discarding changes in ephemeral groups.
9
10 * ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
11 things the user isn't interested in.
12
13 2014-11-13 Julien Danjou <jd@abydos>
14
15 * gnus-notifications.el (gnus-notifications-notify): Provide both
16 app-icon and image-path.
17
18 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
19
20 * gnus/mm-url.el (mm-url-encode-multipart-form-data):
21 Restore to handle "multipart/form-data" by eww.
22
23 2014-11-07 Tassilo Horn <tsdh@gnu.org>
24
25 * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
26 Landscheidt.
27
28 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
29
30 Simplify use of current-time and friends.
31 * gnus-delay.el (gnus-delay-article):
32 * gnus-sum.el (gnus-summary-read-document):
33 * gnus-util.el (gnus-seconds-today, gnus-seconds-month):
34 * message.el (message-make-expires-date):
35 Omit unnecessary call to current-time.
36 * gnus-util.el (gnus-float-time): Simplify to an alias because
37 time-to-seconds now behaves like float-time with respect to nil arg.
38 (gnus-seconds-year): Don't call current-time twice to get the current
39 time stamp, as this can lead to inconsistent results.
40
41 2014-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
42
43 * gnus.el (gnus-mode-line-buffer-identification):
44 Don't add image data for a non-graphic display (bug#18813).
45
46 2014-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
47
48 * gnus.el (gnus-mode-line-buffer-identification): Don't shadow
49 load-path, it blocks autoloading of find-image (bug#18813).
50
51 2014-10-24 enami tsugutomo <tsugutomo.enami@jp.sony.com>
52
53 * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
54 to keep connection open (bug#18728).
55
56 2014-10-20 Glenn Morris <rgm@gnu.org>
57
58 * Merge in all changes up to 24.4 release.
59
60 2014-10-15 Jorge A. Alfaro-Murillo <jorge.alfaro-murillo@yale.edu> (tiny change)
61
62 * message.el (message-insert-signature): Use `newline' instead of
63 inserting explicit "\n".
64
65 2014-10-15 Sylvain Chouleur <sylvain.chouleur@gmail.com>
66
67 * gnus-icalendar.el: Support vcal format timezones.
68 (gnus-icalendar-event--decode-datefield): Use icalendar functions to
69 compute dates with associated timezone.
70 (gnus-icalendar-event-from-ical): Compute all timezones.
71
72 2014-10-14 Teodor Zlatanov <tzz@lifelogs.com>
73
74 * gnus-start.el (gnus-save-newsrc-file-check-timestamp): New option to
75 check the newsrc.eld file's timestamp before saving it.
76 (gnus-save-newsrc-file): Use it, with a prompt when the newsrc.eld
77 timestamp has changed to be newer.
78
79 2014-10-06 Jan Tatarik <jan.tatarik@gmail.com>
80
81 * gnus-icalendar.el (gnus-icalendar-identities):
82 Include message-alternative-emails.
83
84 2014-10-04 Alan Schmitt <alan.schmitt@polytechnique.org> (tiny change)
85
86 * nnimap.el (nnimap-process-expiry-targets): Reverse the list of
87 expired messages only when it was built in reverse order.
88
89 2014-10-04 Peter Münster <pmlists@free.fr> (tiny change)
90
91 * gnus-delay.el (gnus-delay-send-queue): Remove `gnus-delay-header'
92 last so it can be used in `message-send-hook'.
93
94 2014-10-02 Daiki Ueno <ueno@gnu.org>
95
96 * mml.el (mml-parse-1): Error out if unknown mode is specified in
97 <#secure> tag (bug#18513).
98
99 2014-09-29 Daiki Ueno <ueno@gnu.org>
100
101 * mml.el (mml-parse-1): Error out if unknown mode is specified in
102 <#secure> tag (bug#18513).
103
104 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
105
106 * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
107 of ":delete".
108
109 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-art.el (gnus-article-browse-html-save-cid-content)
112 (gnus-article-browse-html-parts):
113 Revert last change that breaks links other than cid contents.
114
115 2014-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
116
117 * gnus-art.el (gnus-article-browse-html-save-cid-content)
118 (gnus-article-browse-html-parts): Make cid file names relative.
119
120 2014-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
121
122 * mm-view.el (mm-display-inline-fontify): Make the working buffer
123 temporarily displayed when running a mode function (at least org-mode
124 requires it).
125
126 2014-08-14 Alan Schmitt <alan.schmitt@polytechnique.org>
127
128 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
129 the gnus-summary-article-expire-hook should be told where the function
130 is going. In particular, the Gnus registry might want to know.
131
132 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'.
135
136 2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
137
138 * gnus-sum.el (gnus-summary-expire-articles): Revert.
139
140 2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
141
142 * gnus-sum.el (gnus-summary-expire-articles): Functions registered to
143 the gnus-summary-article-expire-hook should be told where the function
144 is going. In particular, the Gnus registry might want to know.
145
146 2014-07-31 Tassilo Horn <tsdh@gnu.org>
147
148 * gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
149 groups and t.
150
151 2014-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
152
153 * gnus-utils.el (gnus-recursive-directory-files):
154 Unify hard or symbolic links (bug#18063).
155
156 2013-07-17 Albert Krewinkel <albert@zeitkraut.de>
157
158 * gnus-msg.el (gnus-configure-posting-style):
159 Allow string replacements in values when matching against a header.
160
161 2014-07-07 Katsumi Yamaoka <yamaoka@jpl.org>
162
163 * gnus-start.el (gnus-dribble-read-file): Don't stop the auto-saving of
164 the dribble buffer even when it is shrunk a lot.
165 <http://thread.gmane.org/gmane.emacs.gnus.user/16923>
166
167 2014-06-26 Glenn Morris <rgm@gnu.org>
168
169 * mm-util.el (help-function-arglist): Remove outdated declaration.
170
171 2014-06-24 Andreas Schwab <schwab@linux-m68k.org>
172
173 * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
174 attribute values. (Bug#17834)
175
176 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
177
178 * gnus-sum.el (gnus-summary-edit-article-done):
179 Prefer point-marker to copy-marker of point.
180
181 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
182
183 * gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
184 (gnus-article-read-summary-keys):
185 Don't bug out when there is no article in the summary buffer.
186 (gnus-mime-buttonize-attachments-in-header):
187 Improve criterion that finds parts to display.
188
189 * gnus-art.el (gnus-mm-display-part):
190 * mm-decode.el (mm-shr):
191 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
192 (mm-insert-inline): Revert last changes.
193
194 2014-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
195
196 * gnus-art.el (gnus-mm-display-part):
197 * mm-decode.el (mm-shr):
198 * mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
199 (mm-insert-inline): Set insertion type of end-marker, not only
200 start-marker, of undisplayer so as to stay after inserted text.
201
202 2014-06-02 Andreas Schwab <schwab@linux-m68k.org>
203
204 * html2text.el (html2text-get-attr): Fix typo when splitting value from
205 attribute. (Bug#17613)
206
207 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
210 * gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.
211
212 2014-05-15 Katsumi Yamaoka <yamaoka@jpl.org>
213
214 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
215 Don't delete next part button; keep spacing between buttons.
216
217 2014-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
218
219 * gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
220 Work for the last MIME part in an article.
221 (gnus-mime-display-single): Suppress excessive newlines between parts.
222
223 * mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
224 by leading or trailing newline.
225
226 2014-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
227
228 * gnus-art.el (gnus-mm-display-part): Don't put article out of sight
229 while prompting a user for a file name, etc.
230 (gnus-mime-display-single): Display part with a common appearance no
231 matter whether MIME button is omitted or not; don't add duplicate entry
232 to gnus-article-mime-handle-alist.
233 (gnus-mime-buttonize-attachments-in-header): Use copied buttons.
234
235 2014-05-08 Adam Sjøgren <asjo@koldfront.dk>
236
237 * mml2015.el (mml2015-display-key-image): New variable.
238
239 2014-05-08 Glenn Morris <rgm@gnu.org>
240
241 * gnus-fun.el (gnus-grab-cam-face):
242 Do not use predictable temp-file name. (http://bugs.debian.org/747100)
243 This is CVE-2014-3421.
244
245 2014-05-04 Glenn Morris <rgm@gnu.org>
246
247 * gnus-registry.el (gnus-registry-install-p): Doc fix.
248
249 2014-05-02 Katsumi Yamaoka <yamaoka@jpl.org>
250
251 * gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
252 the displaying state of a part.
253 (gnus-mm-display-part): Don't insert a newline in the beginning of
254 a part like gnus-mime-inline-part doesn't; work for XEmacs.
255
256 * mm-decode.el (mm-display-part): Don't insert a newline in the top.
257 (mm-shr): Make undisplayer unbreakable.
258
259 * mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs):
260 Don't insert excessive newline.
261 (mm-inline-text-html-render-with-w3m, mm-inline-text)
262 (mm-insert-inline): Make undisplayer unbreakable.
263
264 2014-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
265
266 * gnus-art.el (gnus-mm-display-part):
267 Highlight header attachment buttons.
268
269 2014-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
270
271 * gnus-art.el (gnus-mm-display-part): Don't move point while toggling
272 a part; redisplay a button (enbugged in 2014-03-23).
273
274 2014-04-27 Teodor Zlatanov <tzz@lifelogs.com>
275
276 * auth-source.el (auth-source-search, auth-source-search-backends):
277 Treat :max 0 as an indicator that a boolean return is wanted, as
278 documented. Reported by Joe Bloggs.
279
280 2014-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
281
282 * gnus-icalendar.el: Require gnus-art.
283
284 2014-04-20 Jan Tatarik <jan.tatarik@gmail.com>
285
286 * gnus-icalendar.el (gnus-icalendar-event->org-entry)
287 (gnus-icalendar--update-org-event): put event timestamp in
288 the org entry body instead of the drawer.
289 (gnus-icalendar-event--get-attendee-names): list of participants should
290 contain even attendees without common name attribute.
291 (gnus-icalendar--update-org-event): don't generate duplicates of empty
292 property tags in org drawers.
293
294 2014-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
295
296 * gmm-utils.el (gmm-format-time-string): New function.
297
298 * message.el (message-insert-formatted-citation-line): Use the original
299 author's time zone to express a date string.
300
301 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
304 (gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
305 (gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
306 Silence compiler warnings.
307 (gnus-server-insert-server-line): Don't use dyn-bind var as argument.
308
309 2014-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
310
311 * mml.el: Require url when compiling.
312
313 * gnus-cloud.el (gnus-cloud-parse-version-1):
314 Use plist-get rather than CL's getf.
315 (gnus-activate-group, gnus-subscribe-group): Declare.
316
317 * gnus-sum.el (gnus-mime-buttonize-attachments-in-header): Declare.
318
319 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * gnus-sum.el (gnus-summary-toggle-header): Display header attachment
322 buttons when toggling the header off.
323
324 2014-03-23 Daiki Ueno <ueno@gnu.org>
325
326 * mml2015.el (mml2015-use): Don't check the availability of GnuPG
327 commands here; instead, only check if epg-config.el is available.
328
329 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
330
331 * mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
332 messages with embedded images.
333 (mml-generate-mime): Don't bug out if you don't have libxml.
334
335 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
336
337 * message.el (message-make-html-message-with-image-files): New command.
338
339 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
340
341 * mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
342
343 2014-03-23 David Engster <deng@randomsample.de>
344
345 * auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
346 to stay compatible with older Emacsen, so replace `cl-loop' with
347 `loop'.
348
349 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gnus-art.el (gnus-article-prepare, gnus-article-prepare-display):
352 Display header attachment buttons by gnus-article-prepare-display
353 rather than gnus-article-prepare so as to view in mml-preview as well.
354
355 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
356
357 * gnus-art.el (gnus-article-goto-part): Find a button in the body first.
358 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.
359
360 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
361
362 * gnus-art.el (gnus-mime-buttonize-attachments-in-header):
363 Display buttons that are hidden in unselected alternative part as well.
364 (gnus-mime-display-alternative): Redraw attachment buttons in header.
365
366 * gmm-utils.el (gmm-labels): Add edebug spec.
367
368 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
369
370 * gnus-srvr.el (gnus-server-toggle-cloud-server): New command and
371 keystroke.
372 (gnus-server-toggle-cloud-server): Only allow clouding applicable
373 types.
374
375 2014-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
376
377 * gnus.el (gnus-copy-overlay, gnus-overlays-at): New functions.
378
379 * gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
380 New user option.
381 (gnus-mime-buttonize-attachments-in-header): New function.
382 (gnus-article-prepare): Use it.
383 (gnus-mime-inline-part): Suppress extra newline.
384 (gnus-mm-display-part): Save excursion;
385 remove useless deleting and adding of buttons.
386 (gnus-insert-mime-button): Allow insertion in the middle of a line.
387
388 * gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
389 Add gnus-mime-buttonize-attachments-in-header.
390
391 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
392
393 * nnimap.el (nnimap-request-articles): New command to download several
394 articles at once.
395
396 * gnus.el (gnus-variable-list): Save Cloud variables.
397
398 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
399
400 * gnus-cloud.el: New file to provide the Emacs Cloud.
401
402 * gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
403 `url-retrieve-synchronously', apparently.
404
405 * gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
406 XEmacs.
407
408 * nnrss.el (libxml-parse-html-region): Silence compilation error.
409
410 2014-03-23 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
411
412 * gnus-mlspl.el (gnus-group-split-fancy): Use `gnus-parameters' in
413 `gnus-group-split-fancy'.
414
415 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
416
417 * message.el (message-remove-header): Doc fix.
418 (message-forward-included-headers): New variable.
419 (message-remove-ignored-headers): Use it.
420
421 2014-03-23 Dave Abrahams <dave@boostpro.com>
422
423 * gnus-sum.el (gnus-summary-open-group-with-article): New command.
424
425 2014-03-23 Rasmus Pank Roulund <emacs@pank.eu>
426
427 * gnus-fun.el (gnus-x-face-omit-files): Regexp to omit matched results
428 from random face commands.
429 (gnus-face-directory): Like `gnus-x-face-directory` for png files and
430 Face.
431 (gnus-face-omit-files): Like `gnus-x-face-omit-files` for Face.
432 (gnus--random-face-with-type): Generic function returning a face-type
433 as a string.
434 (gnus--insert-random-face-with-type): Generic function inserting a face
435 in a message buffer header.
436 (gnus-random-x-face): Rewritten to use `gnus--random-face-with-type`.
437 (gnus-insert-random-x-face-header): Rewritten to use
438 `gnus--insert-random-face-with-type`.
439 (gnus-random-face): Return random (png) Face as string.
440 (nus-insert-random-face-header): Insert random (png) Face in a message
441 buffer.
442
443 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
444
445 * mm-url.el: Remove all usage of w3.
446
447 * nnrss.el: Ditto.
448
449 * mm-decode.el: Ditto.
450
451 * mm-view.el: Ditto.
452
453 * gnus-setup.el: Remove outdated file.
454
455 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
456
457 * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
458 groups work again.
459
460 2014-03-07 George McNinch <gmcninch@gmail.com> (tiny change)
461
462 * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
463 999 correctly (i.e. "1,342").
464
465 2014-03-07 Lars Ingebrigtsen <larsi@gnus.org>
466
467 * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
468 out if the directory doesn't exist.
469
470 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
471
472 * gnus-group.el (gnus-group-make-group): Clarify prompt.
473
474 2014-02-22 Daniel Colascione <dancol@dancol.org>
475
476 * auth-source.el (auth-source-secrets-listify-pattern): New function.
477 (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
478 instead, build list of patterns.
479
480 2014-02-13 Teodor Zlatanov <tzz@lifelogs.com>
481
482 * auth-source.el (auth-sources): Add pointer to what the .gpg extension
483 in `auth-sources' means and link to EPA docs.
484
485 2014-02-12 Lars Ingebrigtsen <larsi@gnus.org>
486
487 * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
488 (bug#12375).
489
490 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
491
492 * message.el (message-tab): Mention what happens on normal tabs
493 (bug#11297).
494
495 2014-02-08 Glenn Morris <rgm@gnu.org>
496
497 * auth-source.el (auth-sources): Doc fix. (Bug#16642)
498
499 2014-02-07 Lars Ingebrigtsen <larsi@gnus.org>
500
501 * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
502 with an empty string.
503
504 2014-02-06 Lars Ingebrigtsen <larsi@gnus.org>
505
506 * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
507 buffer-local in some buffers, so bind it explicitly in the buffer we're
508 trying to cancel the article in (bug#10808).
509
510 2014-02-05 Lars Ingebrigtsen <larsi@gnus.org>
511
512 * gnus-int.el (gnus-request-accept-article): Doc fix.
513
514 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
515
516 * nnir.el (nnir-request-update-mark): Don't try to update the source
517 group if we can't find it (bug#16611).
518
519 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
520
521 * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
522
523 2014-01-31 Dave Abrahams <dave@boostpro.com>
524
525 * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
526 in the summary buffer (bug#13769).
527
528 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
529
530 * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
531 name if we're using a single article buffer. Otherwise, it may point
532 to a killed buffer (bug#13756).
533
534 2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
535
536 * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
537 the match data, just save and restore it explictly (bug#12375).
538
539 * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
540 that's needed.
541
542 * spam.el (spam-initialize): Allow calling repeatedly, but only run the
543 the code once (bug#9069).
544
545 2014-01-18 Steinar Bang <sb@dod.no>
546
547 * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
548 reading.
549
550 2014-01-09 Ken Olum <kdo@cosmos.phy.tufts.edu>
551
552 * message.el (message-bury): Call bury-buffer with no argument
553 in the message-return-action case too.
554
555 2014-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
556
557 * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
558 (nnimap-split-fancy, nnimap-split-methods): Declare.
559
560 * mm-util.el (help-function-arglist): Declare.
561
562 2013-12-28 Glenn Morris <rgm@gnu.org>
563
564 * gnus-sieve.el (gnus-sieve-select-method):
565 * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
566 (gravatar-rating, gravatar-size):
567 * message.el (message-minibuffer-local-map):
568 * sieve-manage.el (sieve-manage-authenticators)
569 (sieve-manage-authenticator-alist): Specify custom types.
570
571 * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
572 * gnus-sum.el (gnus-subthread-sort-functions): Add version.
573 * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
574
575 * auth-source.el (auth-sources):
576 * nnmairix.el (nnmairix-propagate-marks-upon-close):
577 Fix custom types.
578
579 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
580
581 * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
582 we get proper traces there, too.
583
584 2013-12-26 Sean Connor <sconnor005@allyinics.org> (tiny change)
585
586 * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
587 value of the parameters if the current article has a Reply-To or From
588 field.
589
590 2013-12-26 Lars Ingebrigtsen <larsi@gnus.org>
591
592 * gnus.el (gnus-group-buffer): Remove duplicate definition.
593
594 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
595
596 * gnus-sum.el (gnus-summary-exit): Stop animations.
597
598 2013-12-19 Juri Linkov <juri@jurta.org>
599
600 * gnus.el (gnus-suppress-keymap):
601 * gnus-art.el (gnus-article-mode-map):
602 * gnus-group.el (gnus-group-mode-map):
603 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
604 Remove [backspace] key binding because it shadows DEL (bug#16035).
605
606 * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
607
608 2013-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
609
610 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
611 Make sure work directory exists.
612 (gnus-uu-digest-mail-forward): Store temporary files in work directory
613 rather than tmp directory.
614 (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
615 not necessarily always run, with it.
616
617 2013-12-18 Jan Tatarik <jan.tatarik@gmail.com>
618
619 * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
620 value of gnus-icalendar-additional-identities work without restart.
621
622 2013-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
623
624 * mm-util.el (mm-make-temp-file):
625 Alias to make-temp-file for modern Emacsen.
626
627 2013-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
628
629 * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
630 nnir-article-number and nnir-article-group.
631
632 2013-12-03 Vitalie Spinu <spinuvit@gmail.com>
633
634 * message.el (message-send-mail-with-sendmail):
635 Don't kill error buffer if sending fails.
636
637 2013-11-28 Jan Tatarik <jan.tatarik@gmail.com>
638
639 * gnus-icalendar.el (gnus-icalendar-event-from-ical)
640 (gnus-icalendar-event->org-entry)
641 (gnus-icalendar--update-org-event)
642 (gnus-icalendar-event->gnus-calendar): Distinguish between
643 required/optional/non-participant attendee status. Fix bug causing
644 the first required event participant to be omitted.
645
646 2013-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
647
648 * gnus-art.el (article-de-quoted-unreadable)
649 (article-de-base64-unreadable, gnus-mime-copy-part)
650 * gnus-html.el (gnus-article-html)
651 * mm-view.el (mm-inline-text-html-render-with-w3)
652 (mm-inline-text-html-render-with-w3m-standalone)
653 * rfc2231.el (rfc2231-decode-encoded-string):
654 Allow overriding charset by mm-charset-override-alist.
655
656 * gnus-art.el (gnus-article-browse-html-parts):
657 Replace LWSPs with `&nbsp;'s in header.
658
659 Work for broken Chinese articles.
660
661 * gnus-art.el (gnus-article-browse-html-save-cid-content):
662 Exclude broken handles that gnus-summary-enter-digest-group may create.
663 (gnus-article-browse-html-parts):
664 Allow overriding charset by mm-charset-override-alist.
665
666 2013-11-21 Jan Tatarik <jan.tatarik@gmail.com>
667
668 * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
669 (gnus-icalendar-identities): Support additional-identities.
670
671 * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
672 Fix org-timestamp for events ending at midnight.
673
674 2013-11-21 Ivan Shmakov <ivan@siamics.net>
675
676 * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
677 Support debbugs .log files.
678
679 2013-11-20 Dave Goldberg <david.goldberg6@verizon.net>
680
681 * message.el (message-beginning-of-line):
682 Use beginning-of-visual-line when visual-line-mode is turned on.
683
684 2013-11-15 Jan Tatarik <jan.tatarik@gmail.com>
685
686 * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
687 (gnus-icalendar-event-from-ical)
688 (gnus-icalendar-event->org-entry)
689 (gnus-icalendar--update-org-event): Required/optional participation,
690 list of attendees synced to org.
691
692 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
693
694 * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
695 (gnus-icalendar-event:inline-org-buttons): Allow for appointment
696 cancellations to be synced to org if the original appt has an org
697 outline.
698
699 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com>
700
701 * gnus-icalendar.el (gnus-icalendar--format-summary-line)
702 (gnus-icalendar-event->org-entry)
703 (gnus-icalendar--update-org-event)
704 (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
705
706 2013-11-12 Jan Tatarik <jan.tatarik@gmail.com>
707
708 * gnus-icalendar.el (gnus-icalendar-event-from-ical):
709 Fix timezone handling in gnus-icalendar export to org.
710
711 2013-11-05 Katsumi Yamaoka <yamaoka@jpl.org>
712
713 * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
714
715 2013-10-30 Glenn Morris <rgm@gnu.org>
716
717 * gnus-group.el (gnus-group-browse-foreign-server):
718 * gnus-int.el (gnus-start-news-server):
719 Silence compiler obsolescence warning.
720
721 2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
722
723 * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
724 `nnoo-current-server' first, then for the actual `nnimap-address' to
725 allow netrc entries for the nnoo server to coexist with netrc entries
726 for the `nnimap-address'.
727
728 2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
729
730 * mm-decode.el (mm-dissect-buffer): Revert last change.
731 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
732 The problem that motivated those changes was attributed to a broken
733 mail sender, and has been fixed.
734
735 2013-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
736
737 * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
738 token is missing in the Content-Type header.
739
740 * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
741
742 2013-09-18 Glenn Morris <rgm@gnu.org>
743
744 * gnus-util.el (image-size): Declare.
745
746 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
747
748 * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
749 (gnus-icalendar-event-from-ical)
750 (gnus-icalendar-event--build-reply-event-body)
751 (gnus-icalendar-event-reply-from-buffer)
752 (gnus-icalendar-find-org-event-file)
753 (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
754 (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
755
756 * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
757
758 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
761 Use save-current-buffer.
762 (gnus-tree-mode-map): Initialize in the declaration.
763 (gnus-pick-mouse-pick-region): Remove unused var `fun'.
764 (scroll-in-place): Defvar it.
765 (gnus-tmp-*): Defvar them.
766 (gnus-get-tree-buffer): Use derived-mode-p.
767 (gnus--let-eval): New macro.
768 (gnus-tree-highlight-node): Use it to avoid dynamic binding of
769 non-prefixed variables.
770 (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
771
772 * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
773 vars since it doesn't seem to be available.
774 (gnus-set-global-variables, gnus-summary-read-group-1)
775 (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
776 (gnus-summary-display-article, gnus-summary-select-article)
777 (gnus-summary-next-article, gnus-offer-save-summaries)
778 (gnus-summary-generic-mark): Use derived-mode-p.
779 (gnus-summary-read-group-1, gnus-summary-exit)
780 (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
781 Adjust calls to gnus-tree-close and gnus-tree-open.
782
783 * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
784
785 * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
786 (gnus-agent-mode): Use derived-mode-p.
787 (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
788 gnus-command-method and *-command-method to nil, but bind
789 gnus-command-method to *-command-method instead!
790 (gnus-agent-fetch-articles): Remove unused var `id'.
791 (gnus-agent-fetch-headers): Remove unused arg `force'.
792 (gnus-agent-braid-nov): Remove unused arg `group'. Adjust callers.
793 (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
794 (gnus-agent-short-article, gnus-agent-long-article)
795 (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
796 first use.
797 (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
798 `score-param'.
799 (gnus-tmp-name, gnus-tmp-groups): Defvar them.
800 (gnus-get-predicate): Push in front of the cache, rather than end.
801 (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
802 (gnus-agent-expire-group-1): Use push. Don't abuse dyn-binding.
803 (gnus-agent-expire-unagentized-dirs): Don't rebind
804 gnus-agent-expire-current-dirs since the defvar silences the warning.
805 (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
806 (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
807 (gnus-agent-regenerate): Simplify interactive spec and doc.
808
809 2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
810
811 * gnus-int.el (gnus-open-server): Silence compiler.
812
813 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
814
815 * message.el (message-display-completion-list): Abolish.
816 (message-completion-in-region): Use display-completion-list.
817
818 2013-09-17 Glenn Morris <rgm@gnu.org>
819
820 * gnus-util.el (gnus-message-with-timestamp-1):
821 Use `messages-buffer' function if available. Ignore read-only.
822
823 2013-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
824
825 * message.el (message-expand-group, message-completion-in-region):
826 Correct the order of start and end of a region.
827
828 2013-09-13 Glenn Morris <rgm@gnu.org>
829
830 * mml2015.el (gnus-create-image): Autoload it.
831
832 * gnus-spec.el (gnus-xmas-format): Fix weird error call.
833
834 * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
835 (image-size): Declare.
836
837 2013-09-12 Glenn Morris <rgm@gnu.org>
838
839 * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
840 Avoid using `find', which i) might not be defined at runtime;
841 ii) does not work, since its default test is eql, not equal.
842 (gnus-mime-action-alist): Declare.
843
844 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * score-mode.el (gnus-score-mode-map): Move initialization
847 into declaration.
848 (gnus-score-mode): Use define-derived-mode.
849 * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
850 * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
851 into declaration.
852 (gnus-kill-file-mode): Use define-derived-mode.
853 (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
854 Use derived-mode-p.
855 * gnus-group.el (gnus-group-mode): Use define-derived-mode.
856 (gnus-group-setup-buffer, gnus-group-name-at-point)
857 (gnus-group-make-web-group, gnus-group-enter-directory)
858 (gnus-group-suspend): Use derived-mode-p.
859 * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
860 * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
861 * gnus-art.el (gnus-article-mode): Use define-derived-mode.
862 (gnus-article-setup-buffer, gnus-article-prepare)
863 (gnus-article-prepare-display, gnus-sticky-article)
864 (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
865 (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
866 (gnus-article-read-summary-keys): Use derived-mode-p.
867
868 2013-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
869
870 * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
871
872 2013-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
873
874 * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
875 shift_jis from the default value set for Japanese users.
876
877 2013-08-13 Glenn Morris <rgm@gnu.org>
878
879 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
880
881 * gnus.el (gnus-valid-select-methods): Fix type.
882
883 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
884
885 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
886
887 * mm-decode.el (mm-display-external): Run a timer for the temp files
888 deletion after a viewer exits; add a deletion timer for the needsterm
889 case, too.
890
891 * mm-decode.el (mm-display-external): Try to delete temporary files by
892 using a 1-min. timer.
893
894 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
895
896 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
897 New internal variables.
898 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
899 (mm-display-external): Use it to delete temporary files instead of
900 using timers.
901
902 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
903
904 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
905 with cond for backwards compatability.
906
907 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
908
909 * mm-decode.el (mm-display-external): Bind process-connection-type to
910 nil; don't delete a temp file immediately even if a viewer finishes,
911 since it may be a shell script, like xdg-open, that launches a real
912 viewer program belatedly.
913
914 2013-08-05 Dave Abrahams <dave@boostpro.com>
915
916 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
917 that we can create nndoc groups that excerpt other groups.
918
919 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
920
921 * gnus-delay.el (gnus-delay-article): Fix typo.
922
923 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
924 articles.
925
926 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
927 we can get spell-checking etc.
928
929 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
930
931 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
932 a single one used for encoding the whole text in a header.
933
934 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
935
936 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
937 before sending.
938
939 * mm-decode.el (mm-command-output): New face.
940 (mm-display-external): Use it.
941
942 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
943
944 * nnmbox.el (nnmbox-request-article): Don't change point.
945
946 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
947
948 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
949 Include `handle' parameter.
950
951 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
952
953 * gnus-icalendar.el: New file.
954
955 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
956
957 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
958
959 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
960 dummy roots, too.
961
962 2013-08-01 David Edmondson <dme@dme.org>
963
964 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
965 out on ttys.
966
967 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
968
969 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
970 not empty.
971
972 * nnrss.el (nnrss-discover-feed): Indent.
973
974 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
975
976 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
977
978 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
980 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
981 dirty to ensure nnimap data being saved.
982
983 2013-07-30 Tassilo Horn <tsdh@gnu.org>
984
985 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
986 menu entry.
987
988 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
989 the current thread's total score instead of the current article's
990 score.
991
992 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
993 (gnus-sort-threads-recursively): Delete defcustom.
994 (gnus-sort-threads-recursive): Adapt accordingly.
995
996 2013-07-30 Tassilo Horn <tsdh@gnu.org>
997
998 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
999 (gnus-sort-threads-recursive): Use it.
1000 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
1001 again. Now that determines how to sort subthreads.
1002
1003 2013-07-26 Tassilo Horn <tsdh@gnu.org>
1004
1005 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
1006 (gnus-sort-threads): Use it.
1007
1008 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
1009
1010 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
1011 punctuation characters follow parentheses (bug#14950).
1012
1013 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1014
1015 * gnus.el (gnus-continuum-version):
1016 * gnus-msg.el (gnus-extended-version): Simplify.
1017
1018 * gnus.el (gnus-continuum-version-1): Remove.
1019 * gnus-msg.el (gnus-bug): Revert.
1020
1021 Calculate gnus-version correctly on Cygwin.
1022
1023 * gnus.el (gnus-continuum-version): Do main calculations in integers.
1024 (gnus-continuum-version-1): New function, return a string.
1025
1026 * gnus-msg.el (gnus-extended-version, gnus-bug):
1027 Use gnus-continuum-version-1 instead of gnus-continuum-version.
1028
1029 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
1030
1031 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
1032 (bug#13384).
1033
1034 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1035
1036 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
1037 that were only relevant in a development version a long time ago.
1038
1039 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1040
1041 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
1042 that the old Emacs 24s bundle.
1043
1044 2013-07-10 David Engster <deng@randomsample.de>
1045
1046 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
1047 if `gnus-newsrc-file-version' does not match `gnus-version'.
1048 This fixes a bug in Emacs trunk where the 'unexist' marks were always
1049 removed at startup because "Gnus v5.13" was considered smaller than "Ma
1050 Gnus v0.03".
1051
1052 2013-07-10 Tassilo Horn <tsdh@gnu.org>
1053
1054 * gnus.el (gnus-summary-line-format):
1055 Reference `gnus-user-date-format-alist' for the &user-date; format, not
1056 `gnus-summary-user-date-format-alist'.
1057
1058 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1059
1060 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
1061 delete files (bug#13481).
1062
1063 2013-07-08 Tassilo Horn <tsdh@gnu.org>
1064
1065 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
1066
1067 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
1068
1069 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
1070 display images.
1071
1072 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
1073
1074 * message.el (message-cancel-news): According to
1075 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
1076 preferred over "cmsg cancel" in the Subject.
1077
1078 * nnir.el (nnir-engines): Note that the group specs are regexps
1079 (bug#13238).
1080
1081 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
1082 gotten read-only text properties, ensure that those aren't heeded when
1083 copying stuff over (bug#13434).
1084
1085 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
1086 (bug#13762).
1087
1088 2013-07-05 David Kastrup <dak@gnu.org>
1089
1090 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
1091 authinfo file again (important for blank passwords). This had been
1092 broken with 2013-06-15 change.
1093
1094 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1095
1096 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1097 Revert 2013-01-14 change.
1098
1099 2013-07-02 David Engster <deng@randomsample.de>
1100
1101 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
1102 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
1103 to see whether the group was synced before.
1104
1105 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
1106
1107 * nnimap.el (nnimap-request-move-article): Decode the group name when
1108 doing internal moves to avoid charset issues.
1109
1110 2013-07-02 Julien Danjou <julien@danjou.info>
1111
1112 * nnimap.el (nnimap-request-list):
1113 Revert change that made listing synchronous.
1114 (nnimap-get-responses): Restore.
1115
1116 2013-07-02 Dave Abrahams <dave@boostpro.com>
1117
1118 * nnimap.el (nnimap-change-group): Document result value.
1119
1120 * nnimap.el (nnimap-find-article-by-message-id):
1121 Account for the fact that nnimap-change-group can return t.
1122
1123 2013-07-02 Julien Danjou <julien@danjou.info>
1124
1125 * nnimap.el (nnimap-request-head):
1126 Resture to-buffer parameter, used by `nnimap-request-move-article'.
1127
1128 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1129
1130 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1131 supported by nnimap actually. Reverts previous change.
1132
1133 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1134 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1135 to-buffer argument that is already supported.
1136
1137 2013-07-02 Julien Danjou <julien@danjou.info>
1138
1139 * nnimap.el (nnimap-get-responses): Remove, unused.
1140
1141 2013-07-02 Julien Danjou <julien@danjou.info>
1142
1143 * nnimap.el (nnimap-request-articles-find-limit): Rename from
1144 `nnimap-request-move-articles-find-limit' since we do not use it
1145 only for move operations.
1146 (nnimap-request-accept-article):
1147 Use `nnimap-request-articles-find-limit' to limit search by message-id.
1148
1149 2013-07-02 Julien Danjou <julien@danjou.info>
1150
1151 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1152
1153 * nnimap.el (nnimap-log-buffer):
1154 Check that `window-point-insertion-type' is boundp, since it's not
1155 available in XEmacs.
1156
1157 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
1158
1159 * nnimap.el (nnimap-log-buffer):
1160 Add this, setting `window-point-insertion-type' in the buffer to t.
1161 (nnimap-log-command): Use nnimap-log-buffer.
1162
1163 2013-07-02 Julien Danjou <julien@danjou.info>
1164
1165 * nnimap.el (nnimap-find-article-by-message-id):
1166 Add an optional limit argument to be able to limit the search.
1167 (nnimap-request-move-article):
1168 Use `nnimap-request-move-articles-find-limit'.
1169 (nnimap-request-move-articles-find-limit):
1170 Add this to limit the search by Message-Id after a message move.
1171 (nnimap): Add defgroup.
1172
1173 2013-07-02 Julien Danjou <julien@danjou.info>
1174
1175 * nnimap.el (nnimap-find-article-by-message-id):
1176 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
1177 (nnimap-possibly-change-group): Add read-only argument.
1178 (nnimap-request-list): Use nnimap-possibly-change-group rather than
1179 issuing EXAMINE manually.
1180 (nnimap-find-article-by-message-id):
1181 Use `nnimap-possibly-change-group' with read-only argument.
1182 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
1183 We cannot possibly change because we need to be sure that it's either
1184 read-write or read-only.
1185
1186 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
1188 * gnus-sum.el (gnus-summary-insert-old-articles):
1189 Don't include unexisting messages.
1190
1191 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * gnus-start.el (gnus-clean-old-newsrc):
1194 Remove totally bogus `unexists' entries.
1195 (gnus-clean-old-newsrc): Fix last checkin.
1196
1197 * nnimap.el (nnimap-update-info):
1198 None of the articles below the active low-water mark exist.
1199
1200 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1201
1202 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
1203
1204 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
1205
1206 * nnimap.el (nnimap-request-scan):
1207 Allow `nnimap-inbox' to be a list of inboxes.
1208
1209 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1210
1211 * gnus-group.el (gnus-group-expire-articles-1):
1212 Don't try to expire messages that don't exist.
1213
1214 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
1215
1216 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1217
1218 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
1219
1220 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1221
1222 * gnus-start.el (gnus-clean-old-newsrc):
1223 Delete `unexist' from pre-Ma Gnus 0.3.
1224
1225 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1226
1227 * gnus-sum.el (gnus-summary-local-variables):
1228 Make `gnus-newsgroup-unexist' into a local variable.
1229
1230 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1231
1232 * gnus-sum.el (gnus-adjust-marked-articles):
1233 Add to `gnus-newsgroup-unexist'.
1234
1235 * gnus.el (gnus-article-mark-lists):
1236 Add `unexist' to the list of marks.
1237 (gnus-article-special-mark-lists):
1238 Put the `unexist' in the special marks list instead.
1239
1240 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1241 articles in the list of articles to be selected.
1242
1243 * nnimap.el (nnimap-retrieve-group-data-early):
1244 Query for unexisting articles.
1245 (nnimap-update-info): Keep track of unexisting articles.
1246 (nnimap-update-qresync-info): Ditto.
1247
1248 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
1249
1250 * gnus-start.el (gnus-clean-old-newsrc): New function.
1251 (gnus-read-newsrc-file): Use it.
1252
1253 2013-07-02 Daiki Ueno <ueno@gnu.org>
1254
1255 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
1256 of 'create-image' for XEmacs compatibility; check errors when decoding
1257 image. Reported by Uwe Brauer.
1258
1259 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1260
1261 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
1262 gnus-button-push revised at 2011-01-19.
1263
1264 2013-06-19 Glenn Morris <rgm@gnu.org>
1265
1266 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
1267
1268 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
1269
1270 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
1271
1272 2013-06-18 Glenn Morris <rgm@gnu.org>
1273
1274 * eww.el, shr.el, shr-color.el: Move to ../net.
1275
1276 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * shr.el (shr-tag-table): Insert the images after the table, so that
1279 they're not covered by the table colourisation, which often looked
1280 awkward.
1281 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
1282 <dd>.
1283
1284 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * eww.el (eww-detect-charset): Improve regexp; move backward.
1287
1288 2013-06-18 Glenn Morris <rgm@gnu.org>
1289
1290 * mm-decode.el (widget-convert-button): Autoload.
1291
1292 * sieve-manage.el (mm-enable-multibyte): Autoload.
1293
1294 * shr.el (libxml-parse-html-region): Declare.
1295 (shr-render-buffer): Explicit error if no libxml2 support.
1296
1297 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
1298
1299 * auth-source.el (auth-source-current-line): New function.
1300 (auth-source-netrc-parse-entries): When a data token is "machine",
1301 assume we're in the wrong place and abort parsing the current line.
1302
1303 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1304
1305 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
1306 (eww-convert-widgets): Don't bug out if the first widget starts at the
1307 beginning of the buffer.
1308 (eww-convert-widgets): Fix last patch.
1309 (eww-tag-input): Support <input type=image>.
1310
1311 * shr.el (shr-insert-table): Respect border-collapse: collapse.
1312 (shr-tag-base): Protect against base specs that are degenerate.
1313 (shr-ensure-paragraph): Don't delete empty lines that have text
1314 properties, because these may be input fields.
1315
1316 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
1317 we can navigate to them.
1318
1319 * shr.el (shr-colorize-region): Put the colours over the entire region.
1320 (shr-inhibit-decoration): New variable.
1321 (shr-add-font): Use it to inhibit text property decorations while doing
1322 preliminary table renderings. This speeds up typical Wikipedia page
1323 renderings by 15%.
1324 (shr-tag-span): Don't respect the <title>, because that overwrites the
1325 help-echo from links inside the spans.
1326 (shr-next-link): Use `help-echo' for navigation, so that we can
1327 navigate to form elements, too.
1328
1329 * eww.el (eww-button): New face.
1330 (eww-convert-widgets): Use it to make submit buttons more button-like.
1331
1332 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
1333 that Gnus commands work.
1334
1335 * shr.el (shr-render-td): Support horizontal alignment.
1336
1337 * eww.el (eww-put-color): Remove.
1338 (eww-colorize-region): Use `add-face-text-property'.
1339
1340 * shr.el (shr-add-font): Append face data, so that we get the correct
1341 precedence: The innermost value (which is applied first) wins.
1342 (shr-make-overlay): Obsolete function.
1343
1344 * mm-decode.el (mm-convert-shr-links): New function to convert
1345 new-style shr URL links into widgets.
1346 (mm-shr): Use it.
1347
1348 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
1349 widget commands, since we're no longer using widgets for links.
1350
1351 * shr.el (shr-next-link): New command.
1352 (shr-previous-link): New command.
1353 (shr-urlify): Don't use `widget-convert', because that's slow.
1354 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
1355 because collecting the overlays and reapplying them when generating
1356 tables is slow.
1357 (shr-insert-table): Ditto.
1358
1359 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
1362 * shr.el (browse-url): Require `url'.
1363 * eww.el (url): Require format-spec.
1364
1365 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1366
1367 * eww.el (eww-display-html): Default to using the entire window width.
1368 (eww-browse-url): Don't add a User-Agent header (twice), because that
1369 makes Bing refuse connection.
1370
1371 * shr.el (shr-make-table): Cache the table rendering at the table
1372 level, and not the <td> level. This is a bit faster.
1373
1374 * eww.el (eww-render): Go to the correct ID when given URLs ending with
1375 #id.
1376
1377 * shr.el (shr-tag-li): Don't require a new paragraph, since other
1378 browsers don't.
1379 (shr-expand-url): Respect #anchor links.
1380 (shr-parse-base): Chop off the anchor before using.
1381 (shr-descend): Respect display: none.
1382 (shr-descend): Allow marking elements that have certain IDs.
1383
1384 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1385
1386 * shr.el (shr-expand-url): Don't bug out on zero-length links.
1387
1388 * eww.el (eww-tag-textarea): Support <textarea>.
1389
1390 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1391
1392 * shr.el (shr-dom-to-xml): Fix function call.
1393
1394 * eww.el (eww): New group.
1395 (eww-header-line-format): New custom variable.
1396 (eww-current-title): New variable.
1397 (eww-display-html): Update header and handle title tag.
1398 (eww-update-header-line-format): New function.
1399 (eww-tag-title): New function.
1400
1401 * shr.el (shr-dom-to-xml): New function.
1402 (shr-tag-svg): Add support for the SVG tag.
1403 (shr-bullet): New custom variable.
1404 (shr-tag-li): Support custom bullet in unordered lists.
1405
1406 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
1408 * shr.el (shr-expand-url): Respect // URLs.
1409
1410 * eww.el (eww-tag-body): Override the shr body rendering so that we can
1411 put a background colour onto the entire buffer.
1412 (eww-render): When being redirected, use the redirect URL as the new
1413 base URL.
1414
1415 * shr.el (shr-parse-base): Fix parsing error.
1416
1417 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1418
1419 * shr.el (shr-parse-base): New function.
1420 (shr-expand-url): Use it to expand relative URLs reliably.
1421
1422 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
1423
1424 * auth-source.el (auth-source-search-collection): Fix docstring.
1425 (auth-source-netrc-parse): Refactor and improve netrc parser to support
1426 single-quoted strings and multiline entries.
1427 (auth-source-netrc-parse-next-interesting)
1428 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1429 New functions to support parser.
1430
1431 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1432
1433 * eww.el (eww-submit): Get submit button logic right when hitting RET
1434 on non-submit buttons.
1435
1436 * shr.el: Remove shr-preliminary-table-render, since that can't really
1437 be used for anything in practice.
1438
1439 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
1440
1441 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1442 (sieve-manage-quit).
1443
1444 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
1445
1446 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1447 control the maximum size of photo ID image.
1448 (mml2015-epg-key-image-to-string): Respect it.
1449
1450 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1451
1452 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1453 instead of the final one so that we can more easily distinguish them.
1454
1455 * eww.el (eww-submit): Compute the submission URL correctly.
1456
1457 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1460 Use plist-get rather than CL's getf.
1461 (sieve-manage-parse-capability): Avoid CL's remove-if.
1462
1463 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
1465 * shr.el (shr-expand-url): Expansion should chop off the bits after the
1466 last slash.
1467
1468 * eww.el (eww-tag-select): Use the first value as the default value.
1469
1470 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1471
1472 * eww.el (eww): Prepend urls with http:// if scheme is missing.
1473 (eww-mode): Use `define-derived-mode'.
1474 (eww-parse-headers): Parse headers from beginning of buffer so that
1475 file:// links work.
1476
1477 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1478
1479 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1480
1481 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1482
1483 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1484 to handle them at all.
1485
1486 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
1488 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1489 work, too.
1490 (eww-tag-select): Implement <select>.
1491
1492 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1493
1494 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1495 stream managing functions by using open-protocol-stream to do most of
1496 the work. Has the nice benefit of enabling STARTTLS.
1497 Wait for capabilities after STARTTLS: following RFC5804, the server
1498 sends new capabilities after successfully establishing a TLS connection
1499 with the client. The client should update the cached list of
1500 capabilities, but we just ignore the answer for now.
1501 (sieve-manage-network-p, sieve-manage-network-open)
1502 (sieve-manage-starttls-p, sieve-manage-starttls-open)
1503 (sieve-manage-forward, sieve-manage-streams)
1504 (sieve-manage-stream-alist): Remove unneeded functions neither in the
1505 API, nor called by any other function.
1506 Enable Multibyte for SieveManage buffers: The parser won't properly
1507 handle umlauts and line endings unless multibyte is turned on in the
1508 process buffer.
1509
1510 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1511
1512 * eww.el (eww-tag-input): Support password fields.
1513 (eww-submit): Support POST.
1514
1515 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1516
1517 * eww.el (eww-tag-form): Protect against degenerate forms.
1518
1519 * shr.el (shr-expand-url): Expand URLs that start with a slash
1520 correctly.
1521
1522 * eww.el (eww-submit): Get submit button logic right.
1523
1524 * shr.el (shr-final-table-render): New variable to signal when we're
1525 doing the final table rendering so that we can collect more data at
1526 that point.
1527
1528 * eww.el (eww-submit): Make form submission work.
1529 (eww-tag-input): Implement submit buttons.
1530 (eww-click-radio): Implement radio and checkboxes.
1531 (eww-submit): Handle hidden elements.
1532
1533 * shr.el (shr-descend): Allow other packages to override (or provide)
1534 rendering of elements.
1535 (shr-expand-url): Strip query strings from URLs before expanding them.
1536
1537 * eww.el: Don't require cl-lib.
1538 (eww-tag-form): Start form support.
1539
1540 * eww.el: Start writing a new, tiny web browser.
1541 (eww-previous-url): New command.
1542 (eww-quit): New command.
1543
1544 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
1545
1546 * sieve.el: Put point at beginning of buffer when viewing a script.
1547 (sieve-open-server): Respect the PORT parameter. Show the correct port
1548 number in sieve-buffer's header. Fixed code to also work with a string
1549 as port specifier. Properly close the connection on pressing 'q'. Make
1550 sieve-manage-quit close the connection and process buffer. Also, remove
1551 duplicate keybinding for 'q'.
1552
1553 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
1554
1555 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1556 make it easier to read.
1557 (mm-pkcs7-enveloped-magic): Ditto.
1558
1559 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
1560
1561 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1562 before `image-type-available-p' to avoid loading the image libraries
1563 needlessly.
1564
1565 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1566
1567 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1568 assume Date header begins with "Date", that may be customized into
1569 something like "X-Sent" using gnus-article-time-format.
1570 (article-transform-date): Allow multi-line Date header.
1571
1572 2013-06-02 David Engster <deng@randomsample.de>
1573
1574 * registry.el (initialize-instance, registry-lookup)
1575 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1576 (registry-lookup-secondary-value, registry-search, registry-delete)
1577 (registry-insert, registry-reindex, registry-size, registry-prune):
1578 Do not wrap methods in `eval-and-compile'. This breaks due to latest
1579 changes in EIEIO (introduction of eieio-core.el).
1580
1581 2013-05-30 Glenn Morris <rgm@gnu.org>
1582
1583 * nnmail.el (nnmail-fancy-expiry-target):
1584 Also bind mail-dont-reply-to-names.
1585
1586 * spam-stat.el (spam-stat-save):
1587 No need to tweak font-lock in temp buffers.
1588
1589 * shr.el (shr-put-image): Silence compiler.
1590
1591 2013-05-29 Glenn Morris <rgm@gnu.org>
1592
1593 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1594
1595 * gnus-group.el (gnus-sequence-of-unread-articles)
1596 (gnus-summary-add-mark, gnus-mark-article-as-read)
1597 (gnus-group-make-articles-read): Declare.
1598
1599 * gnus-sum.el (gnus-parameter-list-identifier)
1600 (gnus-article-stop-animations, gnus-stop-downloads)
1601 (gnus-article-only-boring-p, article-goto-body)
1602 (gnus-flush-original-article-buffer, article-narrow-to-head)
1603 (gnus-article-hidden-text-p, gnus-delete-wash-type)
1604 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1605
1606 * gnus.el: No need to eval-and-compile autoloads.
1607
1608 * gravatar.el (help-function-arglist): Autoload.
1609
1610 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1611
1612 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1613
1614 * spam.el: No need to load spam-report when compiling.
1615 No need to eval-and-compile autoloads.
1616 (spam-report-resend-to): Declare.
1617 (spam-report-resend-register-routine): Require 'spam-report.
1618
1619 2013-05-24 Julien Danjou <julien@danjou.info>
1620
1621 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1622 setup.
1623
1624 2013-05-23 Glenn Morris <rgm@gnu.org>
1625
1626 * gnus-util.el (rmail-swap-buffers-maybe)
1627 (rmail-maybe-set-message-counters, rmail-count-new-messages)
1628 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1629 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1630
1631 * mm-decode.el: No need to load term when compiling.
1632 (term-mode, term-char-mode): Declare.
1633
1634 * mm-util.el: No need to load jka-compr when compiling.
1635 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1636
1637 * nnmaildir.el: Require is automatically eval-and-compile.
1638 (nnmail): Require at run-time too.
1639
1640 * registry.el (registry-size): Move definition before use.
1641
1642 2013-05-22 Daiki Ueno <ueno@gnu.org>
1643
1644 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1645 signed data to conform the standard. (Bug#14232)
1646
1647 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
1648
1649 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1650 double angle quotation mark.
1651
1652 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1653
1654 * message.el (message-insert-formatted-citation-line): Handle finding
1655 first/lastname when more than 2 names appear.
1656
1657 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
1658
1659 * shr.el (shr-tag-span): New function.
1660
1661 2013-05-18 Glenn Morris <rgm@gnu.org>
1662
1663 * message.el (message-mode): Use message-mode-abbrev-table,
1664 with text-mode-abbrev-table as parent. (Bug#14413)
1665
1666 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1667
1668 * message.el (message-expand-group): Decode group names.
1669
1670 2013-05-16 Julien Danjou <julien@danjou.info>
1671
1672 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1673 app-icon.
1674
1675 2013-05-15 Glenn Morris <rgm@gnu.org>
1676
1677 * shr-color.el (shr-color-visible-luminance-min)
1678 (shr-color-visible-distance-min): Use shr-color group.
1679
1680 2013-05-11 Glenn Morris <rgm@gnu.org>
1681
1682 * gnus-vm.el: Make it loadable without VM.
1683 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1684 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1685
1686 2013-05-09 Glenn Morris <rgm@gnu.org>
1687
1688 * mml1991.el: Make it loadable. (Bug#13456)
1689
1690 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1691 * gnus-async.el (gnus-async-post-fetch-function):
1692 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1693 * gnus-html.el (gnus-html-image-cache-ttl):
1694 * gnus-notifications.el (gnus-notifications-timeout):
1695 * gnus-picon.el (gnus-picon-properties):
1696 * gnus-util.el (gnus-completion-styles):
1697 * gnus.el (gnus-other-frame-resume-function):
1698 * message.el (message-user-organization-file)
1699 (message-cite-reply-position):
1700 * nnir.el (nnir-summary-line-format)
1701 (nnir-retrieve-headers-override-function):
1702 * shr-color.el (shr-color-visible-luminance-min):
1703 * shr.el (shr-blocked-images):
1704 * spam-report.el (spam-report-resend-to):
1705 * spam.el (spam-summary-exit-behavior): Fix custom types.
1706
1707 * gnus-salt.el (gnus-selected-tree-face): Fix default.
1708
1709 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1710
1711 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1712 because of let-binding help-xref-following. (Bug#14356)
1713
1714 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
1715
1716 * message.el (message-bury, message-send-and-exit):
1717 Revert 2013-05-04 change.
1718
1719 2013-05-06 Glenn Morris <rgm@gnu.org>
1720
1721 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
1722
1723 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1724
1725 * message.el (message-bury): Make `buffer' optional.
1726 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1727 (bug#14085).
1728
1729 2013-05-04 Andrew Cohen <cohen@bu.edu>
1730
1731 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1732 entering into the registry.
1733
1734 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1737 (Bug#14304)
1738
1739 2013-04-27 Glenn Morris <rgm@gnu.org>
1740
1741 * gnus.el (gnus-list-debbugs):
1742 Use require rather than autoload. (Bug#14262)
1743
1744 2013-04-27 Julien Danjou <julien@danjou.info>
1745
1746 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1747 port to "sieve" now that it has an official IANA port assigned.
1748
1749 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
1750
1751 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1752 Don't set the MAILHOST environment variable permanently (Bug#14271).
1753
1754 2013-04-26 Glenn Morris <rgm@gnu.org>
1755
1756 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
1757
1758 2013-04-25 Andrew Cohen <cohen@bu.edu>
1759
1760 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1761 string values of 'gcc-self. Thanks to Saroj Thirumalai.
1762
1763 2013-04-24 Andrew Cohen <cohen@bu.edu>
1764
1765 * nnir.el (nnir-close-group): Make sure we are in the right group.
1766
1767 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1768 dependency table from all newly retrieved headers.
1769
1770 2013-04-16 David Edmondson <dme@dme.org>
1771
1772 Support <img src="data:...">.
1773
1774 * shr.el (shr-image-from-data): New function.
1775 (shr-tag-img): Use it.
1776
1777 2013-04-14 Andrew Cohen <cohen@bu.edu>
1778
1779 * nnir.el (nnir-request-set-mark): Make sure we are in the right
1780 group.
1781
1782 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1783
1784 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1785 corresponding to any existing group (Bug#14166).
1786
1787 2013-04-10 Andrew Cohen <cohen@bu.edu>
1788
1789 * nnir.el (number-sequence): No longer used.
1790 (nnir-request-set-mark): New function.
1791 (nnir-request-update-info): Improve marks updating.
1792 (nnir-request-scan): Don't duplicate marks updating.
1793 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1794 Use 'assq rather than 'assoc. Quote anonymous function.
1795 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1796 Use 'gnus-group-prefixed-p.
1797 (gnus-summary-create-nnir-group): Make sure server for method is open.
1798
1799 2013-04-04 Andrew Cohen <cohen@bu.edu>
1800
1801 * nnir.el (gnus-nnir-group-p): New function.
1802 (nnir-possibly-change-group): Use it.
1803
1804 * gnus-msg.el (gnus-setup-message): Use it.
1805
1806 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808 * mml.el (mml-minibuffer-read-description): Use `default' insted of
1809 `initial-input' for the argument name.
1810 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1811
1812 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
1813
1814 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1815 (used by MH-E).
1816
1817 2013-04-01 Andrew Cohen <cohen@bu.edu>
1818
1819 * nnir.el (nnir-request-update-mark): Improve mark updating in original
1820 group.
1821
1822 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1823 fix compilation.
1824
1825 2013-03-31 Andrew Cohen <cohen@bu.edu>
1826
1827 * nnir.el (nnir-method-default-engines): And another typo.
1828
1829 2013-03-30 Andrew Cohen <cohen@bu.edu>
1830
1831 * nnir.el (nnir-method-default-engines): Fix typo.
1832
1833 2013-03-29 Andrew Cohen <cohen@bu.edu>
1834
1835 * nnir.el: Define 'number-sequence for xemacs.
1836 (gnus-summary-create-nnir-group): New function to create an nnir group
1837 from an nnir summary buffer based on the current query.
1838 (nnir-request-create-group): Update to allow nnir group creation based
1839 on the current query.
1840
1841 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
1842
1843 * nndraft.el (nndraft-request-expire-articles):
1844 Make expiry target always `delete'.
1845
1846 2013-03-27 Andrew Cohen <cohen@bu.edu>
1847
1848 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1849 buffer use the posting-style and gcc of the original article group.
1850 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1851
1852 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
1853 after other deffoos.
1854
1855 2013-03-26 Andrew Cohen <cohen@bu.edu>
1856
1857 * nnir.el: Major rewrite. Cleaner separation between searches and group
1858 management. Marks are now shown in nnir summary buffers.
1859 Rudimentary support for real (i.e. not ephemeral) nnir groups.
1860 (gnus-summary-make-nnir-group): New function for initiating searches
1861 from a summary buffer.
1862
1863 2013-03-18 Sam Steingold <sds@gnu.org>
1864
1865 * message.el (message-bury): Minor cleanup.
1866
1867 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1868
1869 * nndir.el (nndir-request-list): Remove 2nd argument passed to
1870 nnml-request-list. (Bug#13873)
1871 (nndir-request-newsgroups): Remove, unused.
1872
1873 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1874
1875 2013-03-03 Ted Phelps <phelps@gnusto.com>
1876
1877 * shr.el: Make all the overlays set the `evaporate' property so that
1878 they're removed properly.
1879
1880 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1881
1882 * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1883 shell-quote-argument.
1884
1885 2013-02-22 David Engster <deng@randomsample.de>
1886
1887 * gnus-registry.el (gnus-registry-save): Provide class name when
1888 calling `eieio-persistent-read' to avoid "unsafe call" warning.
1889 Use `condition-case' to stay compatible with older EIEIO versions which
1890 only accept one argument.
1891
1892 2013-02-17 Daiki Ueno <ueno@gnu.org>
1893
1894 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1895 (epg-user-id-validity): Autoload.
1896 (mml2015-epg-check-user-id): New function.
1897 (mml2015-epg-check-sub-key): New function split from
1898 mml2015-epg-find-usable-key.
1899 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1900 optional name-is-key-id, to handle the case when user-id is unusable.
1901 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1902
1903 2013-02-17 Glenn Morris <rgm@gnu.org>
1904
1905 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1906
1907 2013-02-16 Glenn Morris <rgm@gnu.org>
1908
1909 * shr.el (shr-put-image): Only animate images that specify a delay.
1910 This is consistent with the old image-animated-p behavior.
1911
1912 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1915 for XEmacs.
1916
1917 2013-02-13 Juri Linkov <juri@jurta.org>
1918
1919 * gnus-art.el (gnus-article-mode-map):
1920 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1921 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1922
1923 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1924
1925 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1926 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1927
1928 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1929
1930 * auth-source.el (auth-source-format-prompt): Don't get confused by
1931 any "\" in replacement text. (Bug#13637)
1932
1933 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1934
1935 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1936 (gnus-backend-trace): Honor gnus-backend-trace.
1937
1938 * mml.el (mml-insert-part): Insert closing tag.
1939
1940 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1941
1942 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1943
1944 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1945 able to find the article, which can happen in debbugs groups,
1946 apparently.
1947
1948 2013-01-16 Glenn Morris <rgm@gnu.org>
1949
1950 * smiley.el (smiley-style): Make the file loadable in batch mode.
1951
1952 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1955 imap process running.
1956
1957 2013-01-14 Julien Danjou <julien@danjou.info>
1958
1959 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1960 Compare addresses against addresses, not against the full From field.
1961
1962 2013-01-13 Richard Stallman <rms@gnu.org>
1963
1964 * message.el (message-forward-make-body-mime): New args BEG, END
1965 specify what part of FORWARD-BUFFER to use. Do the work directly
1966 instead of calling `mml-insert-buffer'.
1967
1968 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1969
1970 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1971 cross-reference(s).
1972
1973 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1974 cross-reference(s).
1975
1976 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1977
1978 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1979 and point-max-marker.
1980 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1981
1982 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1983
1984 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1985 to mml2015-encrypt-to-self.
1986 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1987
1988 2013-01-09 Daiki Ueno <ueno@gnu.org>
1989
1990 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1991 mml-smime-epg-find-usable-secret-key.
1992
1993 2013-01-08 Glenn Morris <rgm@gnu.org>
1994
1995 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1996
1997 2013-01-07 Daiki Ueno <ueno@gnu.org>
1998
1999 * mml-smime.el: Support signing by sender.
2000 Requested by Uwe Brauer.
2001 (mml-smime-sign-with-sender): New user option analogous
2002 to mml2015-sign-with-sender.
2003 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
2004 (mml-smime-epg-find-usable-secret-key): New helper function copied from
2005 mml2015.el.
2006
2007 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2008
2009 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
2010 isn't running, because Gnus will probably not know how to handle the
2011 Gcc header (bug#11941).
2012
2013 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
2014 articles.
2015
2016 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2017
2018 * nnfolder.el (nnfolder-recursive-directory-files): New function.
2019 (nnfolder-generate-active-file): Make this function work with recursive
2020 folder names.
2021
2022 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2023
2024 * nntp.el (nntp-open-connection): Use HELP as the capability command
2025 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
2026 unknown commands. And CAPABILITY is an unknown command (bug#12763).
2027
2028 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
2029
2030 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
2031 place holder since this gives `Invalid face reference: nil' messages.
2032 Use the `default' face instead. It has the same effect here, even
2033 though it is not no-op.
2034
2035 * gnus-util.el
2036 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
2037
2038 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
2039
2040 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
2041 non-string posting styles (bug#13285).
2042
2043 2012-12-27 Glenn Morris <rgm@gnu.org>
2044
2045 * plstore.el (plstore-passphrase-callback-function):
2046 Use plstore-get-file.
2047
2048 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
2049
2050 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
2051 stderr.
2052
2053 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
2054 group is nil.
2055
2056 * shr.el (shr-tag-em): Render as italic, not bold.
2057
2058 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2059
2060 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
2061
2062 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2063
2064 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
2065 temporary file to get PGP key image. Pass no-show-photos when
2066 extracting image to avoid having it pop up twice.
2067
2068 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
2069
2070 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
2071 eligible for treatment.
2072
2073 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
2074 lines. This makes summary commands with hidden threads work more
2075 reliably.
2076
2077 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
2078 button to mark the hidden citations (bug#9395).
2079
2080 2012-12-26 Daiki Ueno <ueno@gnu.org>
2081
2082 * mml2015.el (mml2015-epg-signature-to-string): New function.
2083 (mml2015-epg-verify-result-to-string): New function.
2084 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
2085 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
2086 instead of epg-verify-result-to-string.
2087 (epg-signature-key-id, epg-signature-to-string): Autoload.
2088 (epg-verify-result-to-string): Remove autoload.
2089
2090 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
2091
2092 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
2093 ID image from GPG public key.
2094 (mml2015-epg-key-image-to-string): New function.
2095
2096 2012-12-25 Leo Liu <sdl.web@gmail.com>
2097
2098 * plstore.el (plstore-passphrase-callback-function): Fix error when
2099 error when plstore-cache-passphrase-for-symmetric-encryption is set
2100 (bug#13264).
2101
2102 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2103
2104 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
2105 buffer to the article buffer here, because that clobbers multiple
2106 article buffers.
2107
2108 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
2109 buffer always points to the right summary buffer.
2110
2111 2012-12-25 John Wiegley <jwiegley@gmail.com>
2112
2113 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
2114 the password (bug#12097).
2115
2116 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2117
2118 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
2119 (bug#13263).
2120
2121 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
2122 buffer exists before using it (bug#12475).
2123
2124 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
2125 offline groups (bug#11937).
2126
2127 * message.el (message-yank-original): When using customize to set the
2128 value of `message-cite-style', the variable it set to a symbol that's
2129 the name of the variable, which must then be dereferenced (bug#12616).
2130
2131 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
2132
2133 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
2134 the `face' property with a list whose car is the face specified in the
2135 format string and whose cdr is (nil).
2136 * lisp/gnus-util.el
2137 (gnus-put-text-property-excluding-characters-with-faces):
2138 Change accordingly.
2139 (gnus-get-text-property-excluding-characters-with-faces): New function.
2140 * lisp/gnus-sum.el (gnus-summary-highlight-line):
2141 * lisp/gnus-salt.el (gnus-tree-highlight-node):
2142 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
2143
2144 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2145
2146 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
2147 login methods.
2148 (nnimap-login): Respect the `nnimap-authenticator' variable.
2149
2150 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
2151 mark state when moving articles. Otherwise unticked articles will get
2152 their ticks back after moving.
2153
2154 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2155
2156 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
2157
2158 * message.el (message-ignored-news-headers): Always remove
2159 X-Message-SMTP-Method to avoid information leakage if the user
2160 mistakenly inserts the header into news messages.
2161
2162 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
2163
2164 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
2165 right than four characters, this command would move point to
2166 `point-max'. Don't do that.
2167
2168 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
2169 to nil to allow re-selecting groups that gain articles.
2170 (gnus-bug-group-download-format-alist): Update the URL.
2171
2172 2012-12-23 Andreas Schwab <schwab@suse.de>
2173
2174 * shr.el (shr-tag-em): Render em as italic, not bold.
2175
2176 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
2177
2178 * gnus-int.el (gnus-backend-trace): Factor out into its own function
2179 for reuse.
2180 (gnus-open-server): Use it to add more tracing.
2181 (gnus-finish-retrieve-group-infos): Add backend tracing.
2182 (gnus-backend-trace): Also note the elapsed seconds.
2183
2184 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
2185
2186 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
2187 Set epa-file-encrypt-to from variable to avoid querying.
2188
2189 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
2190
2191 * sieve-mode.el (sieve-font-lock-keywords):
2192 Keywords should be word delimited. (Bug#13173)
2193
2194 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
2197 instead of <pre> to align message header.
2198
2199 2012-12-12 Sam Steingold <sds@gnu.org>
2200
2201 * gnus.el (gnus-other-frame-resume-function): Add user option.
2202 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
2203
2204 2012-12-06 Sam Steingold <sds@gnu.org>
2205
2206 * gnus-start.el (gnus-before-resume-hook): Add.
2207 (gnus-1): Run it when Gnus is alive.
2208
2209 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
2212 * gnus-art.el (article-unsplit-urls)
2213 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2214 * gnus-registry.el (gnus-registry-get-article-marks)
2215 * message.el (message-goto-body): Use it.
2216 (message-called-interactively-p): Remove.
2217
2218 * spam-stat.el (spam-stat-called-interactively-p): New macro.
2219 (spam-stat-score-buffer): Use it.
2220
2221 * spam.el: Silence the warnings against BBDB functions when compiling.
2222
2223 * gnus-score.el (gnus-score-decode-text-parts):
2224 Use append+mapcar instead of the cl function mapcan.
2225
2226 * gmm-utils.el (gmm-flet): Remove.
2227
2228 * gnus-sync.el (gnus-sync-lesync-call):
2229 Avoid overriding json-alist-p.
2230
2231 * message.el (message-read-from-minibuffer):
2232 Avoid overriding mail-abbrev-in-expansion-header-p.
2233
2234 2012-12-05 Sam Steingold <sds@gnu.org>
2235
2236 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
2237 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
2238 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
2239
2240 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2241
2242 * gmm-utils.el (gmm-called-interactively-p): Revert.
2243 This seems to cause Emacs to get stuck!
2244 * gnus-art.el (article-unsplit-urls)
2245 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2246 * gnus-registry.el (gnus-registry-get-article-marks)
2247 * message.el (message-goto-body)
2248 (message-called-interactively-p): Revert.
2249
2250 * gmm-utils.el (gmm-called-interactively-p): New function.
2251 * gnus-art.el (article-unsplit-urls)
2252 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2253 * gnus-registry.el (gnus-registry-get-article-marks)
2254 * message.el (message-goto-body): Use it.
2255 (message-called-interactively-p): Remove.
2256
2257 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
2258 * gnus-sync.el (gnus-sync-lesync-call)
2259 * message.el (message-read-from-minibuffer): Use it.
2260
2261 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2262
2263 * gmm-utils.el (gmm-flet): Remove.
2264 * gnus-sync.el (gnus-sync-lesync-call)
2265 * message.el (message-read-from-minibuffer): Don't use it.
2266
2267 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2268
2269 * gmm-utils.el (gmm-labels): Use cl-labels if available.
2270
2271 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2272
2273 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
2274
2275 * gnus-sync.el (gnus-sync-lesync-call)
2276 * message.el (message-read-from-minibuffer): Use gmm-flet.
2277
2278 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
2279
2280 * gnus-util.el (gnus-macroexpand-all): Remove.
2281
2282 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
2283
2284 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
2285 to TAB, not [tab].
2286 (gnus-summary-article-map): Likewise.
2287
2288 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
2289 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
2290
2291 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2292
2293 * message.el (message-get-reply-headers):
2294 Make sure the reply goes to the author if it is a wide reply.
2295
2296 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
2297
2298 * gnus-score.el (gnus-score-body):
2299 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
2300 scoring by body.
2301
2302 2012-11-16 Glenn Morris <rgm@gnu.org>
2303
2304 * gnus-diary.el (nndiary-request-create-group-functions)
2305 (nndiary-request-update-info-functions)
2306 (gnus-subscribe-newsgroup-functions)
2307 (nndiary-request-accept-article-functions):
2308 Use new names for hooks rather than obsolete aliases.
2309
2310 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
2313 in meta tag with the one the part specifies in its header.
2314
2315 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2316
2317 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
2318 by default.
2319
2320 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2321
2322 New UIDL implementation.
2323
2324 * mail-source.el (mail-sources, mail-source-keyword-map):
2325 Add :leave as a pop3 keyword.
2326 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
2327
2328 * pop3.el (pop3-leave-mail-on-server): Allow number.
2329 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
2330 (pop3-movemail): Add UIDL support.
2331 (pop3-send-streaming-command): Take a list of mail numbers instead of
2332 the number of mails.
2333 (pop3-write-to-file): Add X-UIDL header.
2334 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
2335 (pop3-uidl-add-xheader): New functions.
2336
2337 * message.el (message-ignored-resent-headers):
2338 Add X-Content-Length and X-UIDL headers.
2339
2340 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2341
2342 * nndiary.el (nndiary-request-create-group-functions)
2343 (nndiary-request-update-info-functions)
2344 (nndiary-request-accept-article-functions):
2345 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
2346 "-hooks" suffix.
2347
2348 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
2349
2350 * starttls.el (starttls-extra-arguments): Doc fix.
2351
2352 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2353
2354 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
2355 it.
2356
2357 2012-10-06 Glenn Morris <rgm@gnu.org>
2358
2359 * gnus-notifications.el (gnus-notifications):
2360 Add missing group :version tag.
2361 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
2362 (gnus-gcc-post-body-encode-hook):
2363 * gnus-sync.el (gnus-sync-lesync-name)
2364 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
2365
2366 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2367
2368 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
2369 a user about whether to delete temp files if once a user answered as n.
2370
2371 2012-09-17 Richard Stallman <rms@gnu.org>
2372
2373 * message.el (message-in-body-p): Don't set mark or modify buffer.
2374
2375 * mml.el (mml-attach-file): Doc fix.
2376 (mml-attach-external, mml-attach-buffer, mml-attach-file):
2377 Set mail-encode-mml when in Mail mode.
2378 Simplify code to set HEAD and move back to HEAD.
2379 (mml-insert-multipart, mml-insert-part):
2380 Set mail-encode-mml when in Mail mode.
2381
2382 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus-util.el (gnus-timer--function): New function.
2385
2386 * gnus-art.el (gnus-article-stop-animations): Use it.
2387
2388 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2389
2390 Fix glitches caused by addition of psec to timers.
2391 * gnus-art.el (gnus-article-stop-animations): Use timer--function
2392 rather than raw access to timer vector.
2393
2394 2012-09-11 Julien Danjou <julien@danjou.info>
2395
2396 * gnus-notifications.el (gnus-notifications): Check for nil values in
2397 ignored addresses check.
2398
2399 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2402
2403 2012-09-07 Chong Yidong <cyd@gnu.org>
2404
2405 * gnus-util.el
2406 (gnus-put-text-property-excluding-characters-with-faces): Restore.
2407
2408 * gnus-salt.el (gnus-tree-highlight-node):
2409 * gnus-sum.el (gnus-summary-highlight-line):
2410 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2411
2412 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2413
2414 * gnus-util.el: Fix compilation error on XEmacs 21.4.
2415
2416 2012-09-06 Juri Linkov <juri@jurta.org>
2417
2418 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2419 scheme for buffer names to be more consistent with other group and
2420 article buffer names in Gnus.
2421
2422 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
2423
2424 * gnus-util.el
2425 (gnus-put-text-property-excluding-characters-with-faces): Remove.
2426
2427 * gnus-compat.el: Define compat function `add-face' from Wolfgang
2428 Jenkner.
2429
2430 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2431
2432 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2433
2434 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2435
2436 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2439 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2440
2441 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2442 string-prefix-p in Emacs >=23.2.
2443
2444 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2445 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2446 instead of string-match-p.
2447 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2448
2449 2012-09-06 Kenichi Handa <handa@gnu.org>
2450
2451 * qp.el (quoted-printable-decode-region): Fix previous change; handle
2452 lowercase a..f.
2453
2454 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2455
2456 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2457
2458 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
2459
2460 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2461 TIME is set.
2462
2463 2012-09-05 Juri Linkov <juri@jurta.org>
2464
2465 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2466 than one group at a time (bug#11961).
2467
2468 2012-09-05 Julien Danjou <julien@danjou.info>
2469
2470 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2471 this hide the real reason with a message giving absolutely no hint.
2472
2473 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
2474
2475 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2476 to the backend (bug#11804).
2477
2478 * message.el (message-insert-newsgroups): Don't insert newsgroup
2479 duplicates (bug#12275).
2480
2481 2012-09-05 John Wiegley <johnw@newartisans.com>
2482
2483 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2484 sieve rules.
2485
2486 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
2487
2488 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2489 function.
2490
2491 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2492
2493 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2494
2495 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
2496
2497 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2498 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2499 This should make nnmaildir more usable with offlineimap.
2500
2501 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
2502
2503 * gnus-notifications.el (gnus-notifications-notify): Use it.
2504
2505 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2506 warnings on XEmacs.
2507
2508 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2509
2510 Better seeds for (random).
2511 * gnus-sync.el (gnus-sync-lesync-setup):
2512 * message.el (message-canlock-generate, message-unique-id):
2513 Change (random t) to (random), now that the latter is more random.
2514
2515 2012-08-31 Dave Abrahams <dave@boostpro.com>
2516
2517 * auth-source.el (auth-sources): Fix macos keychain access.
2518
2519 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2520 allow the backend `request-head' function to determine the group
2521 name on its own.
2522 (gnus-request-expire-articles): Filter out negative article numbers
2523 during expiry (Bug#11980).
2524
2525 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2526 O(N^2) to O(N). This makes warping into huge groups tolerable.
2527
2528 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2529 you've found the article when you haven't.
2530
2531 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2534
2535 2012-08-30 Julien Danjou <julien@danjou.info>
2536
2537 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2538 `gnus-notifications-timeout'.
2539 (gnus-notifications-timeout): Add.
2540 (gnus-notifications-action): New function.
2541 (gnus-notifications-notify): Add :action using
2542 `gnus-notifications-action'.
2543 (gnus-notifications-id-to-msg): New variable.
2544 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2545 notifications id to messages.
2546
2547 2012-08-30 Kenichi Handa <handa@gnu.org>
2548
2549 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2550 once.
2551
2552 2012-08-29 Julien Danjou <julien@danjou.info>
2553
2554 * gnus-notifications.el: New file.
2555 (gnus-notifications-notify): New function.
2556 (gnus-notifications): Use `gnus-notifications-notify'.
2557
2558 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2561 transfer encoding first; bind gnus-newsgroup-charset to the charset
2562 that the article specifies (Bug#12209).
2563
2564 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2567 (gnus-group-customize-done): Encode values posting-style holds.
2568
2569 * gnus-msg.el (gnus-summary-resend-message)
2570 (gnus-configure-posting-styles): Decode values posting-style group
2571 parameter holds.
2572
2573 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2576 `name' and `address' in Resent-From header.
2577
2578 2012-08-14 Chong Yidong <cyd@gnu.org>
2579
2580 * gnus-art.el (article-display-face): Handle failure in
2581 gnus-create-image (Bug#11802).
2582
2583 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2586 Use defsetf.
2587
2588 2012-08-10 Daiki Ueno <ueno@unixuser.org>
2589
2590 * auth-source.el (auth-source-plstore-search)
2591 (auth-source-secrets-search): Ignore :require and :type in search spec.
2592
2593 2012-08-06 Julien Danjou <julien@danjou.info>
2594
2595 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2596 Remove autoload, already handled by gnus.el.
2597
2598 2012-08-05 Julien Danjou <julien@danjou.info>
2599
2600 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2601 Add autoload.
2602
2603 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
2604
2605 * gnus.el (gnus-valid-select-methods): Fix custom type.
2606
2607 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
2608
2609 * auth-source.el (auth-sources, auth-source-backend-parse)
2610 (auth-source-macos-keychain-search)
2611 (auth-source-macos-keychain-search-items)
2612 (auth-source-macos-keychain-result-append)
2613 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2614 auth-source.el through the /usr/bin/security utility.
2615 (auth-sources): Fix syntax error.
2616 (auth-source-macos-keychain-result-append): Fix variable name.
2617 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2618
2619 2012-07-27 Julien Danjou <julien@danjou.info>
2620
2621 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2622 Emacs < 24.1
2623
2624 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
2625
2626 * message.el (message-kill-address): Don't kill last newline.
2627 (message-skip-to-next-address): Don't move to the next header.
2628 (message-fill-field-address): Work properly.
2629
2630 2012-07-25 Julien Danjou <julien@danjou.info>
2631
2632 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2633
2634 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
2635
2636 * nnimap.el (nnimap-get-responses): Don't remove, still used.
2637
2638 2012-07-24 Julien Danjou <julien@danjou.info>
2639
2640 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2641
2642 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2643 (nntp-async-timer-handler): Remove, unused.
2644
2645 * nnimap.el (nnimap-get-responses): Remove, unused.
2646
2647 * nnheader.el (mail-header-set-extra): Remove, unused.
2648
2649 * mm-view.el (mm-view-sound-file): Remove, unused.
2650
2651 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2652 (mm-url-encode-multipart-form-data): Remove, unused.
2653
2654 * message.el (message-remove-signature, message-make-host-name)
2655 (message-fill-address): Remove, unused.
2656
2657 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2658 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2659 unused.
2660
2661 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2662
2663 * gnus-util.el (gnus-extract-address-component-name)
2664 (gnus-extract-address-component-email, gnus-sortable-date)
2665 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2666 (gnus-process-live-p): Remove, unused.
2667
2668 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2669
2670 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2671 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2672 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2673 function.
2674
2675 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2676
2677 * gnus-score.el (gnus-summary-score-crossposting)
2678 (gnus-score-regexp-bad-p): Remove, unused.
2679
2680 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2681
2682 * gnus-range.el (gnus-sublist-p): Remove, unused.
2683
2684 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2685 unused.
2686
2687 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2688
2689 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2690 (gnus-request-associate-buffer): Remove, unused.
2691
2692 * gnus-group.el (gnus-group-set-method-info)
2693 (gnus-group-set-params-info): Remove, unused.
2694
2695 * gnus-fun.el (gnus-shell-command-to-string)
2696 (gnus-shell-command-on-region): Remove, unused.
2697
2698 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2699
2700 * gnus-art.el (gnus-article-text-type-exists-p)
2701 (article-translate-characters, gnus-article-hide-text-of-type)
2702 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2703 Remove, unused.
2704
2705 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2706
2707 * nnir.el ("nnir"): Revert last change, that's premature to merge from
2708 Gnus master.
2709
2710 2012-07-22 Andrew Cohen <cohen@bu.edu>
2711
2712 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2713
2714 2012-07-21 Julien Danjou <julien@danjou.info>
2715
2716 * message.el (message-dont-reply-to-names): Replace deprecated
2717 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2718 (message-get-reply-headers): Ditto.
2719
2720 2012-07-18 Julien Danjou <julien@danjou.info>
2721
2722 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2723 `sieve-upload-and-kill'.
2724
2725 * sieve.el (sieve-bury-buffer): Remove function.
2726 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2727 (sieve-upload-and-kill): New function, mapped to C-c C-c.
2728
2729 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
2730
2731 * shr.el (shr-expand-url): Handle URL starting with `//'.
2732
2733 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2734 2012-07-13 Chong Yidong <cyd@gnu.org>
2735
2736 * smime.el (smime-certificate-info): Set buffer-read-only directly,
2737 instead of calling toggle-read-only with a (bogus) argument.
2738
2739 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
2740
2741 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2742 of initial input when reading the author to restrict the summary to.
2743
2744 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2747 buffer exists, which it doesn't if we haven't started Gnus.
2748
2749 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
2750
2751 * mm-decode.el (mm-shr):
2752 Allow overriding charset by mm-charset-override-alist.
2753
2754 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * gnus-art.el (gnus-article-view-part):
2757 Toggle subparts of multipart/alternative part.
2758
2759 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2760
2761 * gnus-sync.el: Simply require json.
2762
2763 * registry.el: Simply require eieio and eieio-base.
2764
2765 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
2766
2767 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2768
2769 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * shr.el (shr-render-buffer): New command.
2772 (shr-visit-file): Use it.
2773
2774 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2775
2776 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2777 Set no-byte-compile and no-update-autoloads.
2778
2779 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2782
2783 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784
2785 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2786 being bound to a lambda form.
2787
2788 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2789
2790 * gnus-picon.el (gnus-picon-properties): New defcustom.
2791 (gnus-picon-create-glyph): Use it.
2792
2793 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2794
2795 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2796 locales.
2797
2798 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2799 on a handle.
2800
2801 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2802 address as the default.
2803
2804 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2805 It makes no sense to query the user about internal files.
2806
2807 * gnus-spec.el: Remove all the byte-compilation stuff, since
2808 benchmarking shows that it doesn't help when entering large summary
2809 buffers.
2810
2811 * gnus-util.el (gnus-byte-code): Remove.
2812
2813 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2814 grouplens stuff.
2815
2816 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2819 (bug#11514).
2820
2821 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
2822
2823 * message.el (message-buffers): Return all buffers derived from Message
2824 to make `gnus-dired-attach' work with mu4e.
2825
2826 2012-06-26 Daiki Ueno <ueno@unixuser.org>
2827
2828 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2829 (mm-dissect-singlepart): Don't guess the MIME type of
2830 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2831 set.
2832 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2833 toplevel MIME type is multipart/encrypted.
2834
2835 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
2836
2837 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2838 In particular, add an optional argument and a docstring.
2839
2840 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2841
2842 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2843 current before calling `gnus-groups-to-gnus-format'.
2844 Note that this was already the case for `gnus-active-to-gnus-format'.
2845
2846 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2847
2848 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2849
2850 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * mm-decode.el (mm-dissect-buffer): Doc fix.
2853
2854 * gnus-sum.el (gnus-handle-ephemeral-exit):
2855 Avoid creating the group buffer if it doesn't exist.
2856
2857 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2858 is given, mark the group as ephemeral with the current window conf.
2859
2860 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2861 buffer exists, which it doesn't if we haven't started Gnus.
2862 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2863
2864 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2865
2866 * mml.el (mml-generate-mime):
2867 Allow specifying what the top-level part type is.
2868
2869 * gnus-sum.el (gnus-auto-center-summary):
2870 `scroll-margin' isn't defined on XEmacs.
2871
2872 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2873
2874 * gnus-sum.el (gnus-auto-center-summary):
2875 Set default to respect `scroll-margin'.
2876
2877 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2878
2879 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2880 citation prefix within a block of cited text should be considered
2881 part of that block *only* if it is a blank line.
2882
2883 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2884
2885 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2886 before kinsoku-bol characters nor within kinsoku-eol characters.
2887
2888 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2891 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2892 Silence compiler.
2893 (gnus-sync-read): Use mapc instead of mapcar.
2894
2895 * mm-archive.el: Require mm-decode for some macros.
2896 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2897 Silence the byte compiler.
2898 (mm-archive-decoders): New function that returns the value of
2899 the mm-archive-decoders variable.
2900
2901 * mm-decode.el:
2902 Don't require mm-archive; autoload mm-archive functions instead.
2903 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2904
2905 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2906
2907 2012-06-26 Peter Münster <pmrb@free.fr>
2908
2909 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2910 (gnus-demon-cancel): Ditto.
2911 (gnus-demon-run-callback): When function cannot be called due to low
2912 idleness, call it when idleness reaches the expected value, instead
2913 of waiting another timer period.
2914 (gnus-demon-init): Add `time' to arguments of call-back.
2915
2916 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * gnus.el: Register gnus-registry functions.
2919
2920 * gnus-registry.el (gnus-try-warping-via-registry):
2921 Move here and indent.
2922
2923 * gnus-int.el (gnus-warp-to-article):
2924 Check whether the registry is enabled before warping.
2925
2926 2012-06-26 Dave Abrahams <dave@boostpro.com>
2927
2928 * gnus-sum.el (gnus-summary-insert-subject): Record information
2929 in the registry about each article retrieved.
2930
2931 * gnus-int.el (gnus-select-group-with-message-id): New function.
2932 (gnus-try-warping-via-registry): Ditto.
2933 (gnus-warp-to-article): Fall back on the registry.
2934
2935 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2936
2937 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2938
2939 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2940
2941 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2942 gnus-gcc-self-resent-messages may be a group parameter.
2943 (gnus-summary-resend-message):
2944 Don't encode encoded words in header when Gcc'ing resent message.
2945
2946 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2947
2948 * shr.el (shr-insert): Treat non-breaking space just like normal
2949 space. This seems to produce more pleasing results.
2950 (shr-insert):
2951 Only insert a blank line if we're starting from an image.
2952 (shr-tag-br):
2953 Allow <br> to end lines or to make a single blank line.
2954 (shr-ensure-paragraph): Consider lines with white space to be blank.
2955
2956 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2957
2958 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2959 and gnus-gcc-post-body-encode-hook.
2960
2961 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2962
2963 * mm-decode.el (mm-dissect-singlepart):
2964 Guess what the type of application/octet-stream parts really is.
2965
2966 * gnus-sum.el (gnus-propagate-marks): Remove.
2967
2968 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2969
2970 * nntp.el (nntp-coding-system-for-read): Remove.
2971 (nntp-coding-system-for-write): Ditto.
2972 (nntp-open-connection): Just use `binary' directly.
2973
2974 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2975
2976 * registry.el (registry-usage-test, registry-persistence-test):
2977 Move to tests/gnustest-registry.el.
2978 (registry-make-testable-db, registry-match-test)
2979 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2980
2981 * gnus-registry.el (gnus-registry-misc-test)
2982 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2983
2984 * tests/gnustest-registry.el:
2985 New file with the registry and gnus-registry ERT tests.
2986
2987 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2988
2989 * gnus-msg.el (gnus-summary-resend-message):
2990 Make gnus-summary-resend-message-insert-gcc be last item in
2991 message-header-setup-hook.
2992
2993 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2994
2995 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2996 (nnfolder-marks, nnfolder-marks-file-suffix)
2997 (nnfolder-marks-modtime): Remove.
2998 (nnfolder-open-server): Don't use marks.
2999 (nnfolder-request-delete-group): Ditto.
3000 (nnfolder-request-rename-group): Ditto.
3001 (nnfolder-request-set-mark, nnfolder-request-marks)
3002 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
3003 (nnfolder-save-marks, nnfolder-open-marks): Remove.
3004
3005 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
3006 (nnml-marks-modtime): Remove.
3007 (nnml-request-delete-group): Don't use marks.
3008 (nnml-request-rename-group): Ditto.
3009 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
3010 (nnml-save-marks, nnml-open-marks): Remove.
3011
3012 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3013 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
3014 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
3015 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
3016 (nntp-server-to-method-cache): Remove.
3017
3018 * shr.el (shr-rescale-image): Fix wrong merge.
3019
3020 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3021
3022 * shr.el (shr-remove-trailing-whitespace):
3023 Really delete the padding on too-wide lines.
3024
3025 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3026
3027 * mm-archive.el (mm-archive-dissect-and-inline): New function.
3028 (mm-archive-dissect-and-inline): Fix up the undisplayer.
3029
3030 * mm-decode.el (mm-display-external): Output the text from
3031 the command in the buffer after the command finished.
3032 This makes text-based commands behave better.
3033
3034 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3035
3036 * message.el (smtpmail-smtp-user): Silence compiler warning.
3037
3038 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3039
3040 * message.el (message-multi-smtp-send-mail): Also allow specifying
3041 the SMTP user name.
3042
3043 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3044
3045 * gnus-sum.el (gnus-summary-article-map): Fix typo.
3046
3047 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3048
3049 * message.el (message-multi-smtp-send-mail): New function.
3050 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
3051 header to implement multi-SMTP functionality.
3052
3053 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
3054 (gnus-agentize): Don't set it.
3055 (gnus-agent-send-mail): Don't use it.
3056
3057 * gnus-sum.el (gnus-summary-widget-backward):
3058 New function and keystroke.
3059
3060 * shr.el (shr-put-image): Remove underlines from sliced images.
3061 (shr-zoom-image): Compute the region to be replaced more correctly.
3062
3063 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3064
3065 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
3066 (gnus-summary-resend-message-insert-gcc): New function.
3067 (gnus-summary-resend-message): Modify message-header-setup-hook and
3068 message-sent-hook to make it work for Gcc.
3069 (gnus-inews-do-gcc): Update the number of unread articles of groups
3070 that messages are Gcc'd to.
3071
3072 * message.el (message-resend): Run message-sent-hook to do Gcc.
3073
3074 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3075
3076 * gnus-registry.el (gnus-registry-fixup-registry):
3077 Move the message to a higher level to silence compilation.
3078
3079 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
3080 parameter to allow controlling the scaling.
3081
3082 * shr.el (shr-zoom-image): New command and keystroke.
3083 (shr-put-image): Take a `size' flag to say how to scale the image.
3084
3085 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
3086 Use recursive deletion.
3087 (mm-dissect-archive): Add support for zip files.
3088
3089 * gnus-util.el (gnus-recursive-directory-files): New function.
3090
3091 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
3092 (mm-archive-decoders): Add tgz support.
3093
3094 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
3095 Otherwise inserting text into the Gnus buffer can look odd.
3096
3097 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
3098
3099 * mm-archive.el (mm-archive-decoders): Add support for tar.
3100
3101 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
3102
3103 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
3104
3105 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
3106
3107 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
3108
3109 * mm-archive.el: New file.
3110
3111 * mm-decode.el (mm-dissect-singlepart):
3112 Use it to decode ms-tnef files.
3113
3114 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
3115
3116 * message.el (message-goto-*): Make all the `message-goto-*' commands
3117 push the mark before moving point. This makes it easier to go back
3118 to where you came from after editing whatever you jumped to.
3119
3120 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3121
3122 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
3123 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
3124 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
3125
3126 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3127
3128 * spam.el: Move BBDB autoloads.
3129 (spam-exists-in-BBDB-p):
3130 New function to do the BBDB search directly in BBDB 2 and 3.
3131 (spam-check-BBDB): Use it.
3132 (spam-enter-ham-BBDB): Use it.
3133
3134 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
3135
3136 * gnus-group.el (gnus-group-get-new-news):
3137 New parameter `one-level' for scanning exactly one level.
3138
3139 * gnus-start.el (gnus-get-unread-articles): Ditto.
3140
3141 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3142
3143 * gnus-sync.el: More commentary about setup.
3144
3145 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3148
3149 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3150
3151 * gnus-sync.el: Improve docs about CouchDB admins.
3152
3153 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3154
3155 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3156 not needed. Provide xmlplistread list function to produce XML plist
3157 output for non-Gnus LeSync clients.
3158
3159 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
3160
3161 * gnus-sync.el: Add LeSync synchronization backend and logic to read
3162 and save against it. Group subscriptions, read marks, other marks,
3163 subscription levels, topic names, and topic offsets (the group's
3164 position within the topic) are saved. This is an experimental
3165 backend and may change significantly. Load json.el from
3166 the gnus-fallback-lib if it's not available otherwise.
3167 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3168
3169 2012-06-26 David Engster <dengste@eml.cc>
3170
3171 * tests/gnustest-nntp.el: New file for simple NNTP testing.
3172
3173 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3174
3175 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
3176
3177 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
3178
3179 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
3180 is an integer to avoid later problems.
3181
3182 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
3185 locales.
3186
3187 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
3188
3189 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
3190 articles when fetch-old is non-nil (bug#11370).
3191
3192 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3193
3194 * gnus-group.el (gnus-group-get-new-news):
3195 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
3196
3197 2012-06-10 Dave Abrahams <dave@boostpro.com>
3198
3199 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
3200 groups (bug#11641).
3201
3202 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3203
3204 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
3205 (bug#11514).
3206
3207 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * nntp.el: Stop the `letf' madness.
3210 (nntp--report-1): New var.
3211 (nntp-report): Merge nntp-report-1 into it.
3212 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
3213 the nntp-report function.
3214
3215 * auth-source.el: Fix comment-style to follow the convention.
3216
3217 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
3218
3219 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
3220 a string so that Gcc works (bug#11514).
3221
3222 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
3225 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
3226
3227 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * gnus-win.el (gnus-configure-frame): Don't signal an error when
3230 jumping to *Server* from a dedicated *Group* window.
3231 (gnus-configure-frame): CSE.
3232
3233 * gnus-registry.el: Minor style cleanup.
3234 (gnus-registry--set/remove-mark): New function, extracted from
3235 gnus-registry-install-shortcuts.
3236 (gnus-registry-install-shortcuts): Use it.
3237
3238 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * nnspool.el (news-path): Use eval-and-compile.
3241
3242 2012-05-24 Glenn Morris <rgm@gnu.org>
3243
3244 * nnspool.el (news-directory, news-path, news-inews-program):
3245 Move here from paths.el. Don't see a need for these to be autoloaded.
3246
3247 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
3248 Merge in doc from paths.el version. Don't see any need for this to be
3249 autoloaded, or for the warning about users not setting it.
3250
3251 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3252
3253 Fix minor Y10k bug.
3254 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
3255
3256 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
3259 message once it's actually open.
3260
3261 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * auth-source.el (auth-source--aput-1, auth-source--aput)
3264 (auth-source--aget): New functions and macros.
3265 Use them instead of aput/aget.
3266
3267 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3268
3269 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
3270
3271 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3272
3273 * plstore.el (plstore-called-interactively-p): New compat macro copied
3274 from message.el.
3275 (plstore-mode): Use it.
3276
3277 2012-04-26 Daiki Ueno <ueno@unixuser.org>
3278
3279 * plstore.el: Revive the editing feature.
3280 (plstore-mode): New mode to edit plstore file.
3281 (plstore-mode-toggle-display, plstore-mode-original)
3282 (plstore-mode-decoded): New command.
3283 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3284 (plstore--insert-buffer, plstore--make): New function.
3285 (plstore-open, plstore-save): Simplify by using them.
3286
3287 2012-04-16 Glenn Morris <rgm@gnu.org>
3288
3289 * nndraft.el (nndraft-request-list): Fix declaration.
3290
3291 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
3294 don't have a current group.
3295
3296 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
3297 have a group name.
3298
3299 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
3300 a multibyte buffer (bug#7410).
3301 (article-wash-html): Parse the original article buffer to get the
3302 unencoded data (bug#7410).
3303
3304 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
3305 .newsrc.el files.
3306
3307 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
3310 would have gotten if we posted to the group, and use that to compare
3311 against the message we want to cancel (bug#10808).
3312
3313 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3314
3315 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
3316 "#" to avoid having them interpreted as comments.
3317
3318 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3319
3320 * shr.el (shr-insert): Update the text state properly to avoid
3321 inserting spurious paragraph starts.
3322
3323 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
3326 requested (bug#10961).
3327
3328 * shr.el (shr-table-widths): Divide the extra width more fairly over
3329 the TDs (bug#10973).
3330 (shr-render-td): Don't delete too much padding.
3331 (shr-natural-width): Compute the natural width more correctly.
3332 (shr-insert): Allow the natural width to be computed for tables again.
3333 (shr-tag-table-1): Rework how the natural widths are computed by
3334 rendering the table a third time.
3335 (shr-natural-width): Remove.
3336 (shr-buffer-width): New function.
3337 (shr-expand-newlines): Use it.
3338
3339 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
3340 using a `gnus-use-full-window' setup (bug#11013).
3341
3342 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
3345 24.1 release.
3346
3347 2012-03-10 David Edmondson <dme@dme.org>
3348
3349 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
3350 'Forwarded Message' header and the start of the message.
3351
3352 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3353
3354 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
3355 isn't running (bug#10897).
3356
3357 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3358
3359 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
3360
3361 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
3362
3363 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
3364
3365 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
3366
3367 * mm-decode.el (mm-shr): Remove "soft hyphens".
3368
3369 * nnimap.el (nnimap-request-list): Return the group names encoded as
3370 utf8. Otherwise non-European group names don't work.
3371 (nnimap-request-newgroups): Ditto.
3372
3373 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
3374 the default in `read-string' (bug#10757).
3375
3376 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3377 topics (bug#10843).
3378
3379 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3380 buffer. Suggested by Herbert Valerio Riedel.
3381 (nnimap-request-move-article): Delete the message from the correct IMAP
3382 server.
3383
3384 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
3385
3386 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3387 Reported by Peter Münster.
3388
3389 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
3390
3391 * shr.el (shr-image-fetched): Make sure we really kill the right
3392 buffer.
3393
3394 2012-02-16 Leo Liu <sdl.web@gmail.com>
3395
3396 * gnus-start.el (gnus-1): Avoid duplicate entries.
3397
3398 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
3399
3400 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3401 too-wide lines.
3402
3403 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 * shr.el (shr-rescale-image): Undo previous change; see
3406 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3407
3408 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
3409
3410 * nnimap.el (nnimap-record-commands): New variable.
3411 (nnimap-log-command): Use it.
3412 (nnimap-make-process-buffer): Add a space to the process buffer.
3413 (nnimap-transform-headers): Don't bug out on header lines containing
3414 stuff that look like IMAP length encodings.
3415
3416 * shr.el (shr-rescale-image): Allow viewing large images.
3417
3418 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
3419
3420 * nnml.el (nnml-request-compact-group): Delete the marks file after
3421 compaction (bug#10800).
3422
3423 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3424 group exit.
3425
3426 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3427 QRESYNC/FETCH output.
3428
3429 2012-02-11 Glenn Morris <rgm@gnu.org>
3430
3431 * sieve-manage.el (sieve-manage-default-stream):
3432 * shr.el (shr):
3433 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3434 (nnir-retrieve-headers-override-function)
3435 (nnir-imap-default-search-key, nnir-notmuch-program)
3436 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3437 (nnir-method-default-engines):
3438 * message.el (message-cite-reply-position):
3439 * gssapi.el (gssapi-program):
3440 * gravatar.el (gravatar):
3441 * gnus-sum.el (gnus-refer-thread-use-nnir):
3442 * gnus-registry.el (gnus-registry-unfollowed-addresses)
3443 (gnus-registry-max-pruned-entries):
3444 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3445 * gnus-int.el (gnus-after-set-mark-hook)
3446 (gnus-before-update-mark-hook):
3447 * gnus-async.el (gnus-async-post-fetch-function):
3448 * auth-source.el (auth-source-cache-expiry):
3449 Add missing :version tags to new defcustoms and defgroups.
3450
3451 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3452
3453 * message.el (message-default-send-mail-function): Made into own
3454 function for reuse by emacsbug.el.
3455
3456 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
3457
3458 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3459 `gnus-sloppily-equal-method-parameters' to avoid a warning.
3460
3461 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3462
3463 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3464 running.
3465
3466 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3467
3468 * gnus.el (gnus-server-extend-method): Don't add an -address component
3469 if the method already has one (bug#9676).
3470
3471 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3472
3473 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3474 of an initial-input for consistency (bug#10757).
3475
3476 * shr.el: Inhibit getting and sending cookies when fetching pictures.
3477
3478 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3479
3480 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3481
3482 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3483 lines that are narrower than the window width. Otherwise background
3484 "blocks" will look less readable.
3485
3486 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3487
3488 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3489
3490 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
3491
3492 * nnimap.el (nnimap-transform-headers): Remove unused variable.
3493 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3494 have newlines within the strings, and where the UID comes after the
3495 BODYSTRUCTURE element (bug#10537).
3496
3497 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3498 (bug#10732).
3499
3500 * shr.el (shr-insert-document): Add doc string.
3501 (shr-visit-file): Ditto.
3502 (shr-remove-trailing-whitespace): New function.
3503 (shr-insert-document): Use it to clean up trailing whitespace as the
3504 final step (bug#10714).
3505
3506 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3507
3508 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3509 buffer if `gnus-kill-summary-on-exit' is nil.
3510
3511 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * gnus-sum.el (gnus-summary-show-thread):
3514 next-single-char-property-change may return nil in XEmacs.
3515
3516 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
3517
3518 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3519 when just reading a single group from "without" Gnus.
3520
3521 2012-02-06 Chong Yidong <cyd@gnu.org>
3522
3523 * gnus-sum.el (gnus-summary-show-thread):
3524 next-single-char-property-change never returns nil (Bug#8657).
3525
3526 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
3527
3528 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3529 without reconnecting.
3530 (nnimap-possibly-change-group): Ditto.
3531 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3532 connection has died before being called.
3533
3534 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
3535
3536 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3537 an initial sync unless we're really doing one.
3538
3539 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3540 address parameter if one already exists (bug#9676).
3541
3542 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3543 not the prefix, as documented (bug#10689).
3544
3545 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3546
3547 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3548 the "server".
3549
3550 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3551 the real error message with the useless "previously known to be down".
3552 Which isn't even correct.
3553
3554 * nntp.el (nntp-open-connection): Report the error message if the nntp
3555 server can't be reached.
3556
3557 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3558 groups we do a total scan for.
3559 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3560 doing that.
3561
3562 2012-01-31 Jim Meyering <jim@meyering.net>
3563
3564 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3565 Correct a comment (insert "not") and hide nominally-doubled "to".
3566
3567 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
3568
3569 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3570 section in the manual.
3571
3572 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
3573
3574 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3575 words.
3576 (rfc2047-encode-string): Ditto.
3577 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
3578 understand folded filename="..." parameters, for instance.
3579
3580 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3581 the message for greater debuggability.
3582
3583 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
3584
3585 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3586 instead of setting it locally, since the latter doesn't seem to have
3587 any effect (most of the time).
3588
3589 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
3590
3591 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3592 function call.
3593
3594 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
3595
3596 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3597 seconds, and make the repeat clause with HH:MM specs work as
3598 documented.
3599
3600 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
3601
3602 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3603 so that previous errors don't prohibit getting new news.
3604
3605 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3606
3607 * nntp.el (nntp-retrieve-group-data-early): Ditto.
3608
3609 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3610
3611 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3612 bound globally in old Emacsen and XEmacsen.
3613
3614 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
3615
3616 * gnus.el (gnus-group-find-parameter): Check for liveness of the
3617 buffer, not of the string which is its name.
3618
3619 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3620
3621 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3622 non-server-marks groups.
3623 (gnus-group-make-articles-read): Ditto.
3624
3625 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3626 methods (bug#9676).
3627
3628 * gnus.el (gnus-method-ephemeral-p): New function.
3629
3630 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
3631
3632 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3633 left-to-right.
3634
3635 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
3636
3637 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3638 warning.
3639
3640 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
3641
3642 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3643 macroexpand the nnir things, since they haven't been defined yet, and
3644 nnir requires gnus-sum.
3645
3646 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3647
3648 * mm-decode.el (mm-interactively-view-part): Fix prompt.
3649
3650 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
3651
3652 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3653 logical server name in addition to the actual machine address.
3654
3655 * auth-source.el (auth-source-user-and-password): Add convenience
3656 wrapper to search by just host and optionally user.
3657
3658 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3659
3660 * shr.el (shr-visit-file): Move point to the beginning of the buffer
3661 after rendering.
3662
3663 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3664
3665 * gnus-sum.el (gnus-summary-read-group): Document more parameters
3666 (bug#9693).
3667 (gnus-summary-setup-buffer): Document return value (bug#9697).
3668
3669 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3670 since ido doesn't work on symbols (bug#9632).
3671
3672 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3673 when getting a single value as when getting all the values. This means
3674 that atoms like `gcc-self' work cumulatively, like variable settings,
3675 instead of getting the value from the last matching clause.
3676 (gnus-group-find-parameter): Protect against the group buffer not
3677 existing (bug#9585).
3678
3679 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * gnus-start.el (gnus-activate-group): Document more parameters
3682 (bug#9694).
3683
3684 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3685 (bug#9692).
3686
3687 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3688 article was fetched, so that it can be expired later (bug#9958).
3689 (gnus-agent-summary-fetch-series): Add doc string.
3690 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3691 (bug#9517).
3692
3693 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3694 retrieval is happening.
3695
3696 * gnus.el (gnus-parameters): Doc fix.
3697
3698 2012-01-06 Dave Abrahams <dave@boostpro.com>
3699
3700 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3701 show the thread after expansion.
3702
3703 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3704
3705 * gnus-art.el (article-narrow-to-head): If the head is completely
3706 empty, narrow to the empty region (bug#9764).
3707
3708 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3709 read, and then mark them as unread only when the unread mark is used.
3710 This makes `C-- T k' actually work, even though it's confusing.
3711
3712 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3713 alive before we try to find its window.
3714
3715 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
3716
3717 * mm-decode.el (mm-display-external): Use a longer timeout for the
3718 deletion to allow slow programs to display the file.
3719
3720 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3721
3722 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3723 prompt to be less confusing.
3724
3725 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3726 argument to `message-reply'. This broke `special-display-*' frame
3727 pop-uping (bug#10238).
3728
3729 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3730
3731 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3732 systems, since these allegedly don't work there.
3733
3734 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
3735
3736 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3737 live buffer.
3738
3739 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * nnir.el (nnir-retrieve-headers): Protect against the article not
3742 existing on the server (bug#10335).
3743
3744 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3745
3746 * gnus-agent.el (gnus-agent-load-local):
3747 Recompute gnus-agent-article-local on changing method.
3748
3749 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus.el (gnus-parameters): Note precedence.
3752
3753 2012-01-04 Leo Liu <sdl.web@gmail.com>
3754
3755 * nndraft.el (nndraft-update-unread-articles): Don't move point around
3756 in the group buffer.
3757
3758 2012-01-04 Julien Danjou <julien@danjou.info>
3759
3760 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3761 change.
3762
3763 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3764
3765 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3766 too.
3767
3768 * nntp.el (nntp-retrieve-group-data-early): Use it.
3769
3770 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3771
3772 * nntp.el (nntp-retrieval-in-progress): New variable.
3773 (nntp-make-process-buffer): Make it buffer-local.
3774
3775 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3776 2010.
3777 (gnus-demon-init): Use it to compute the time if time is on the form
3778 "04:23".
3779
3780 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3781
3782 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3783 status in the correct buffer.
3784
3785 2012-01-03 Leo Liu <sdl.web@gmail.com>
3786
3787 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3788 when opening topics (bug#10407).
3789
3790 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
3791
3792 * mm-view.el (mm-display-inline-fontify): Add comment.
3793
3794 2011-12-15 Juri Linkov <juri@jurta.org>
3795
3796 * mm-decode.el (mm-inline-media-tests): Add missing
3797 `mm-handle-media-subtype'.
3798
3799 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
3800
3801 * message.el (message-valid-fqdn-regexp): Update with newly approved
3802 top-level domain names ".tel" and ".asia".
3803
3804 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
3805
3806 * gnus-sum.el (gnus-summary-show-article): Don't load shr
3807 unconditionally.
3808
3809 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
3810
3811 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3812 pop-to-buffer-same-window for old Emacsen.
3813
3814 2011-12-04 Chong Yidong <cyd@gnu.org>
3815
3816 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3817 change (Bug#10200).
3818
3819 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * compface.el (uncompface):
3822 * gnus-art.el (gnus-article-x-face-command): Update the header format
3823 of icon data for the most recent icontopbm program.
3824
3825 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-msg.el (gnus-inews-do-gcc):
3828 * message.el (message-send-mail):
3829 * mml.el (mml-generate-mime): Share the value of the buffer-local
3830 `message-options' variable between a draft buffer and temprary working
3831 buffers.
3832
3833 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3836
3837 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3838
3839 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3840 for Cygwin.
3841
3842 2011-11-24 Glenn Morris <rgm@gnu.org>
3843
3844 * starttls.el: Fix case of "GnuTLS".
3845
3846 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3847
3848 * gnus-group.el (gnus-group-highlight): Fix typo.
3849
3850 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
3851
3852 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3853 value of `delete-file', that returns nil for a local file but returns t
3854 for a remote file using ssh.
3855
3856 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3859 avoid later breakage.
3860
3861 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3862
3863 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3864 article buffers' name.
3865
3866 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3867
3868 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3869 by Paul Eggert's spellfixes two days ago.
3870
3871 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3874 buffer-local instead of binding them to avoid warnings. Also demote
3875 errors (bug#10063).
3876 (font-lock-mode-hook): Shut up byte compiler.
3877
3878 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3879
3880 * mm-util.el (mm-charset-after): Fix typo.
3881
3882 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * gnus-sum.el (gnus-summary-make-menu-bar):
3885 * gnus-uu.el (gnus-uu-decode-postscript)
3886 (gnus-uu-decode-postscript-and-save):
3887 * mailcap.el (mailcap-print-command):
3888 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3889 Fix typos.
3890
3891 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * gnus-art.el (gnus-article-part-wrapper):
3894 * shr-color.el (shr-color-visible-distance-min)
3895 (shr-color-relative-to-absolute, set-minimum-interval)
3896 (shr-color-visible): Fix typos.
3897
3898 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3901 slightly clearer.
3902
3903 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3904
3905 * message.el (message-send-and-exit): Document `arg'.
3906
3907 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3910
3911 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3912
3913 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3914 we don't use `bound-and-true-p'.
3915
3916 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3917
3918 * gnus-util.el (gnus-bound-and-true-p): Remove.
3919 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3920 * nnir.el: Use it.
3921 * nnmairix.el: Use it.
3922
3923 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3924
3925 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3926 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3927 for reasons unknown.
3928 * nnir.el: Use it.
3929 * nnmairix.el: Use it.
3930
3931 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3932 * nnir.el: Ditto.
3933 * nnmairix.el: Ditto.
3934
3935 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3936
3937 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * message.el (message-completion-function): Make sure
3940 message-tab-body-function is not attempted if one of
3941 message-completion-alist fails to find a completion (bug#9158).
3942
3943 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3944
3945 * mml.el (mml-quote-region): Quote <#secure> tag.
3946 (mml-generate-mime-1): Unquote <#secure> tag.
3947
3948 2011-10-20 Chong Yidong <cyd@gnu.org>
3949
3950 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3951 calling a minor mode from Lisp with nil arg enables it, so we have to
3952 make the wording a bit ambiguous here).
3953
3954 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3955
3956 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3957 * nnir.el (nnir-mode): Use it.
3958 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3959 Use it.
3960
3961 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3962 * nnmairix.el (gnus-registry-enabled): Ditto.
3963
3964 2011-10-17 Dave Abrahams <dave@boostpro.com>
3965
3966 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3967 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3968 only while we need to find out if it should be t or nil.
3969 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3970 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3971 the registry is installed. Set it to nil when it's unloaded.
3972 (gnus-registry-install-p): Provide user guidance for the initial value
3973 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3974 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3975 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3976 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3977 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3978 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3979 `gnus-registry-install'.
3980
3981 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3982
3983 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3984 previous change.
3985 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3986 primary key is marked as disabled.
3987
3988 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3989
3990 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3991 primary key is marked as disabled.
3992
3993 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3994
3995 * html2text.el (html2text-clean-anchor): Check for quotes around
3996 `href' value.
3997
3998 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3999
4000 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
4001 searching. Drop `bbdb-cache'.
4002
4003 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4004
4005 * message.el (message-signed-or-encrypted-p): Exclude header when
4006 checking if there is signed or encrypted body in text/plain message.
4007
4008 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
4009
4010 * html2text.el (html2text-get-attr): Correctly handle attribute values
4011 containing "=".
4012
4013 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
4014
4015 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
4016 handle bindings.
4017
4018 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4019
4020 * gnus-win.el (gnus-configure-windows): Protect against reading
4021 ephemeral groups outside of Gnus.
4022
4023 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4024
4025 * shr.el (shr-tag-img): Don't get images displayed in tables.
4026
4027 2011-10-03 Glenn Morris <rgm@gnu.org>
4028
4029 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
4030 the "maintainer" version of debbugs.gnu.org reports.
4031
4032 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
4034 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
4035 make asynchronous adjacent image insertion work better.
4036
4037 2011-09-27 Daiki Ueno <ueno@unixuser.org>
4038
4039 * plstore.el (plstore-select-keys, plstore-encrypt-to):
4040 Clarify documentation.
4041
4042 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
4044 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
4045 `gnus-asynchronous' isn't shadowed.
4046
4047 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
4050 (nnimap-insert-partial-structure): The charset parameter isn't
4051 case-sensitive.
4052
4053 * nnheader.el (nnheader-message-maybe): New function.
4054
4055 * shr.el (shr-tag-table): Render totally broken tables better.
4056
4057 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
4058 computing the boundary.
4059
4060 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * pop3.el (pop3-number-of-responses): Remove.
4063 (pop3-wait-for-messages): Rewrite to take linear time instead of
4064 exponential time.
4065
4066 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067
4068 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
4069 re-fetch images.
4070
4071 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
4072 re-fetch images when hitting `g' in Gnus.
4073
4074 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4075
4076 * mml.el (mml-inhibit-compute-boundary): New internal variable.
4077 (mml-compute-boundary): Don't check collision if it is non-nil.
4078 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
4079 before checking collision.
4080
4081 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4082
4083 * message.el (message-indent-citation): Really make sure there's a
4084 newline at the end.
4085
4086 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
4087 Fix suggested by John Wiegley.
4088
4089 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
4090
4091 * gnus-art.el (gnus-treat-hide-citation): Add doc.
4092
4093 * message.el (message-default-send-rename-function): Break out into its
4094 own function.
4095
4096 * ecomplete.el (ecomplete-display-matches): Revert patch since it
4097 doesn't work under XEmacs.
4098
4099 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
4100 of "imaps" to word around Windows problems.
4101 (nnimap-open-connection-1): Use it.
4102
4103 * message.el (message-indent-citation): Revert last change which made
4104 `F' not work.
4105
4106 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
4107
4108 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
4109 terminal as well.
4110
4111 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
4112
4113 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
4114 because it displays images using overlays that aren't easy to copy to
4115 the article buffer.
4116
4117 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
4118
4119 * message.el (message-indent-citation): Fix empty line removal at the
4120 end of the citation.
4121
4122 2011-09-20 Julien Danjou <julien@danjou.info>
4123
4124 * auth-source.el (auth-source-netrc-create): Use default value for
4125 password if specified. Evaluate default.
4126 (auth-source-plstore-create): Ditto.
4127 (auth-source-plstore-create, auth-source-netrc-create): Fix default
4128 value evaluation.
4129 (auth-source-netrc-create): Typo fix.
4130 (auth-source-plstore-create): Ditto.
4131
4132 * auth-source.el (auth-source-format-cache-entry): New function.
4133
4134 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4137
4138 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4139
4140 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
4141
4142 2011-09-19 Julien Danjou <julien@danjou.info>
4143
4144 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
4145 which work with things that are not ASCII.
4146
4147 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4148
4149 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
4150
4151 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4152
4153 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
4154 message level.
4155
4156 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4157
4158 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
4159
4160 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4161
4162 * gnus.el (gnus-interactive-exit): Update defcustom spec.
4163
4164 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4165
4166 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
4167 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
4168
4169 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
4170
4171 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
4172 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
4173 articles.
4174
4175 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
4178 (message-mail-other-window, message-mail-other-frame)
4179 (message-news-other-window, message-news-other-frame):
4180 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
4181 instead of setting buffer display variables.
4182
4183 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4184
4185 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
4186
4187 * gnus-sum.el (gnus-fetch-headers): Bump message level.
4188
4189 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4190
4191 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
4192 duplicates" to a higher level.
4193
4194 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
4195 most egregious messages.
4196
4197 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
4200
4201 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
4202
4203 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
4204 up the file (bug#9351).
4205
4206 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
4209 it does with all other backends, but decode the names immediately after
4210 getting them.
4211
4212 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
4213 decoding nnimap groups.
4214
4215 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
4216 newsrc file. It doesn't seem like an important optimization any more.
4217
4218 2011-09-10 Dave Abrahams <dave@boostpro.com>
4219
4220 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
4221 overflows.
4222
4223 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
4225 * gnus.el (gnus-article-mark-lists): Remove `recent'.
4226 (gnus-interactive-exit): Extend to `quiet'.
4227
4228 * gnus-sum.el (gnus-offer-save-summaries): Use it.
4229
4230 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
4231 string.
4232
4233 * plstore.el (plstore--get-buffer): Silence compiler warnings by
4234 renaming function arguments from `this'.
4235
4236 * gnus-sum.el (gnus-newsgroup-recent): Remove.
4237
4238 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
4239 has been renamed.
4240 (gnus-lrm-string-p): Include RLM and PDF, too.
4241
4242 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
4243 (bug#9225).
4244
4245 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4246
4247 Add autoload cookies for functions used by sendmail.el.
4248 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
4249
4250 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
4251
4252 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4253
4254 * gnus-art.el (article-date-ut): Work properly even when there are
4255 things like Date header in the body; work for forwarded parts.
4256
4257 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
4258
4259 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
4260 original-article-buffer.
4261
4262 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
4263
4264 * nnir.el (nnir-compose-result): Fix matching of server type.
4265 (nnir-run-swish++): Ditto.
4266 (nnir-run-namazu): Ditto.
4267 (nnir-run-notmuch): Ditto.
4268
4269 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
4272 (bug#9405).
4273
4274 * gnus-score.el (gnus-summary-increase-score): Doc clarification
4275 (bug#9421).
4276
4277 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
4278 (bug#9425).
4279
4280 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
4281 thing (bug#9426).
4282
4283 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284
4285 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
4286 the error message.
4287
4288 2011-09-02 Eli Zaretskii <eliz@gnu.org>
4289
4290 * message.el (message-setup-1): Return t (Bug#9392).
4291
4292 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
4293
4294 * gnus-sum.el: When adding article headers to a summary buffer also
4295 update gnus-newsgroup-articles (bug#9386).
4296
4297 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
4298
4299 * auth-source.el: Autoload help-mode.
4300
4301 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4302
4303 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
4304 names.
4305
4306 2011-08-27 Daiki Ueno <ueno@unixuser.org>
4307
4308 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
4309 mm-replace-in-string for compatibility issues.
4310 * mml2015.el (mml2015-epg-verify): Ditto.
4311
4312 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
4315
4316 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
4317
4318 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
4321 continue on and do the clean-up phase (bug#9188).
4322
4323 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
4324 just ignore groups that can't be opened instead of erroring out
4325 (bug#9225).
4326
4327 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
4328 nil since some many people are fuddy-duddies.
4329
4330 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
4331 images.
4332
4333 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
4334 instead.
4335
4336 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
4337
4338 * gnus-util.el (gnus-process-live-p): Copy over compat function.
4339
4340 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
4341 processing.
4342
4343 * nntp.el (nntp-kill-buffer): Kill the process before killing the
4344 buffer to avoid warnings.
4345
4346 2011-08-20 Simon Josefsson <simon@josefsson.org>
4347
4348 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
4349 specified to reduce precision.
4350
4351 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4352
4353 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
4354 bodystructures (bug#9314).
4355
4356 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
4357
4358 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
4359 Make button keymap non-sticky after buttons.
4360
4361 2011-08-18 David Engster <dengste@eml.cc>
4362
4363 * nnmairix.el (nnmairix-request-set-mark)
4364 (nnmairix-goto-original-article): Remove adding of article to registry,
4365 since `gnus-registry-add-group' isn't available anymore.
4366 (nnmairix-determine-original-group-from-registry):
4367 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
4368 available anymore.
4369
4370 2011-08-12 Simon Josefsson <simon@josefsson.org>
4371
4372 * starttls.el (starttls-any-program-available): Define as obsolete
4373 function.
4374
4375 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
4377 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4378 versions which Gnus use when appropriate.
4379
4380 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4381 a pretty destructive command.
4382
4383 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4384
4385 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4386
4387 * message.el (message-fix-before-sending): Make a different warning
4388 about NUL characters (bug#9270).
4389
4390 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4391 from custom (bug#9260).
4392
4393 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4394 things work in Emacs 22 and XEmacs, too.
4395
4396 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4397 default From.
4398
4399 * gnus-spec.el (gnus-lrm-string-p): New macro.
4400 (gnus-lrm-string): New constant.
4401 (gnus-summary-line-format-spec): LRM-ify the from.
4402 (gnus-tilde-max-form): LRM-ify string chopping.
4403
4404 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4405
4406 * message.el (message-is-yours-p): Allow disabling canlock checking
4407 (bug#9295).
4408 (message-shoot-gnksa-feet): Add `canlock-verify'.
4409 (message-auto-save-directory): Use ~/ as the auto-save directory if the
4410 message directory isn't writable (bug#9304).
4411
4412 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4413 non-world-readable.
4414
4415 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4418 articles.
4419
4420 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
4421
4422 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4423 copy-list.
4424
4425 2011-08-12 Sam Steingold <sds@gnu.org>
4426
4427 * gnus-score.el (gnus-score-find-alist): Keep the score files already
4428 in the reverse order to avoid modifying the cache with `nreverse'.
4429 (gnus-all-score-files): Do not modify the value returned by
4430 `gnus-score-find-alist' because it lives in a cache variable.
4431 (gnus-current-home-score-file): No need to `nreverse' the return value
4432 of `gnus-score-find-alist', it is already in the correct order.
4433
4434 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
4435
4436 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4437 type MESSAGE and subtype RFC822 is slightly different from those of
4438 type TEXT.
4439
4440 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
4441
4442 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4443 This allows article-referral to work from an nnir group.
4444
4445 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
4446
4447 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4448
4449 2011-08-04 Daiki Ueno <ueno@unixuser.org>
4450
4451 * mml1991.el (mml1991-epg-find-usable-key)
4452 (mml1991-epg-find-usable-secret-key): New function.
4453 (mml1991-epg-sign): Check if signing key is usable.
4454 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4455
4456 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
4457
4458 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4459 server-variables only. This should fix a bug introduced with commit
4460 e1889675b7f4adf057833c5513c9374134c4e053.
4461 (nnir-run-query): 'nnir-search-engine should not be set from the global
4462 environment.
4463
4464 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
4465
4466 * nnir.el (nnir-search-thread): Position point on referring article
4467 line.
4468 (nnir-warp-to-article): Clean up summary buffers.
4469
4470 * nnimap.el (nnimap-request-thread): Whitespace fix.
4471
4472 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
4473
4474 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4475
4476 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4477
4478 * starttls.el (starttls-available-p): Rename from
4479 `starttls-any-program-available' and changed return convention.
4480
4481 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
4482
4483 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4484 `unix-sync' unless it's defined.
4485
4486 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
4487
4488 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4489 `aref' for XEmacs compatibiltiy.
4490
4491 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4492
4493 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4494
4495 2011-07-31 Dave Abrahams <dave@boostpro.com>
4496
4497 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4498 closures, quote the form properly (bug#9194).
4499
4500 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4501
4502 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4503 (gnus-summary-insert-new-articles): Protect against servers that are
4504 down.
4505
4506 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
4507
4508 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4509 in mm handle if none is specified.
4510
4511 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
4512
4513 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4514
4515 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
4516
4517 * nnir.el (nnir-search-thread): New function to make an nnir group
4518 based on a thread query.
4519
4520 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4521 of nnir in thread referral.
4522 (gnus-summary-refer-thread): Use it.
4523
4524 * nnimap.el (nnimap-request-thread): Use it.
4525
4526 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4527
4528 * shr.el (shr-tag-comment): Ignore HTML comments.
4529
4530 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
4531
4532 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4533 argument.
4534 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4535 Use `nnir-address' to handle server info rather than passing an arg.
4536
4537 * nnimap.el (nnimap-make-thread-query): New utility function to format
4538 an imap thread search query.
4539 (nnimap-request-thread): Use it.
4540
4541 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4542 right select-method if we are not going back to the group buffer.
4543
4544 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4545
4546 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4547 enter invalid buffer configurations into the quit form (bug#9107).
4548 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4549 unplugged/plugged.
4550
4551 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4552 keep track of which ones are unread (bug#9061).
4553
4554 * gnus.el (gnus-refer-article-method): Allow entering any sexp
4555 (bug#9055).
4556
4557 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4558 (bug#9041).
4559
4560 * gnus-html.el (mm-util): Require (bug#9073).
4561
4562 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4563 (gnus-summary-refer-thread): Use it to remove duplicates in the
4564 un-threaded view (bug#9053).
4565 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4566
4567 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
4568
4569 * nnir.el (nnir-read-server-parm): Use default value from global
4570 variable. Without this the default search engine parameters aren't
4571 used at all.
4572
4573 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * message.el (message-unique-id): Don't use the undocumented return
4576 value from (random t) (bug#9118).
4577
4578 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
4580 * message.el (message-auto-save-directory): If the ~/Mail directory
4581 doesn't exist, use ~ as the auto-save directory (bug#4432).
4582
4583 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4584 hasn't already been started.
4585
4586 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4589
4590 * message.el (message-reply): Work around mysterious bug where
4591 `message-mode' seems to overwrite the locally bound `subject' variable.
4592
4593 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
4594
4595 * nnimap.el (nnimap-request-thread): Ensure search is performed in
4596 correct group.
4597
4598 * gnus-int.el (gnus-request-thread): Add group argument.
4599
4600 * gnus-sum.el (gnus-summary-refer-thread): Use it.
4601
4602 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4603
4604 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4605 renamed to `debbugs-gnu-*'.
4606
4607 2011-07-08 Daiki Ueno <ueno@unixuser.org>
4608
4609 * plstore.el: Revert the editing feature since it is not urgent.
4610 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4611 (plstore-mode-decoded): Remove.
4612
4613 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4614
4615 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
4616 isn't very interesting any more, and it leaks potentially secret data.
4617 (gnus-debug): Remove.
4618
4619 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4620 use of :custom-show.
4621
4622 2011-07-07 Daiki Ueno <ueno@unixuser.org>
4623
4624 * plstore.el: Add documentation.
4625 (plstore-mode): New mode to edit plstore file.
4626 (plstore-mode-toggle-display, plstore-mode-original)
4627 (plstore-mode-decoded): New command.
4628 (plstore--encode, plstore--decode, plstore--write-contents-functions)
4629 (plstore--insert-buffer, plstore--make): New function.
4630 (plstore-open, plstore-save): Simplify by using them.
4631
4632 2011-07-06 Glenn Morris <rgm@gnu.org>
4633
4634 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4635
4636 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4637
4638 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4639 no longer is much used.
4640 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4641 Articles".
4642
4643 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
4644
4645 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4646 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4647 `notmuch' backend.
4648
4649 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4650
4651 * mm-decode.el (mm-text-html-renderer): Doc fix.
4652
4653 * gnus-msg.el (gnus-bug): Fix the MML tag.
4654
4655 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4656
4657 2011-07-05 Daiki Ueno <ueno@unixuser.org>
4658
4659 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4660 secondary methods if started with `gnus-no-server'.
4661
4662 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4663
4664 * message.el (message-return-action): Fix typo in docstring.
4665
4666 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4667
4668 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4669 bug reports at once.
4670
4671 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4672
4673 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * nndraft.el: Require gnus-group.
4676 (nndraft-request-list): Declare.
4677
4678 * nndraft.el (nndraft-update-unread-articles): Don't show group having
4679 no unread article unless it matches gnus-permanently-visible-groups.
4680
4681 * nndraft.el (nndraft-update-unread-articles): New function.
4682 (nndraft-request-associate-buffer): Use it to update the number of
4683 unread articles for the nndraft groups in the group buffer when saving
4684 or killing a draft message.
4685
4686 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4689 systems to binary before writing and reading the mbox files.
4690
4691 * gnus.el (gnus-summary-line-format): Link to the info node for %U
4692 instead of trying to list them all (bug#8978).
4693
4694 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4695
4696 * pop3.el (pop3-open-server): Use :end-of-capability.
4697
4698 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4701 the id is always a number.
4702
4703 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4704 debbugs mode, if possible.
4705
4706 2011-07-02 Daiki Ueno <ueno@unixuser.org>
4707
4708 * auth-source.el (auth-source-token-passphrase-callback-function):
4709 Reindent.
4710 (epg-context-operation): Remove unnecessary autoload.
4711
4712 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4713
4714 * gnus.el (gnus-list-debbugs): New command.
4715
4716 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4717 mboxstat instead of the maintbox, since the stat seems to be fuller.
4718
4719 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4720 summary buffers.
4721
4722 * message.el (message-get-reply-headers): Delete all duplicates,
4723 instead of the first.
4724 (message-get-reply-headers): Ensure that we have progress while
4725 deleting duplicates.
4726
4727 * gnus-msg.el (gnus-configure-posting-styles): Get the local
4728 gnus-posting-style value from the summary buffer to make it easier to
4729 make that a per-buffer conf.
4730
4731 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
4732
4733 * nnir.el (nnir-run-imap): Allow halting a search when an article is
4734 found by setting `shortcut' in 'query.
4735 (nnir-request-article): Use `shortcut' setting when requesting article
4736 by Message-ID.
4737
4738 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
4739
4740 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4741 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4742 Bring the pseudo-headers back too.
4743
4744 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4745
4746 * auth-source.el (auth-source-token-passphrase-callback-function):
4747 Simplify and remove EPA dependency.
4748
4749 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
4750
4751 * nnir.el (nnir-request-article): Fix error message text.
4752
4753 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4754
4755 * auth-source.el (plstore-delete): Autoload.
4756 (auth-source-plstore-search): Support delete operation.
4757 * plstore.el (plstore-delete): New function.
4758
4759 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4760
4761 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4762 mark actually existing articles as unread rather than the ones that
4763 active asserts.
4764
4765 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4766
4767 * nntp.el (nntp-record-command):
4768 * gnus-util.el (gnus-message-with-timestamp-1):
4769 Use format-time-string rather than decoding time stamps by hand.
4770 This is simpler and insulates the code from potential changes to
4771 current-time format.
4772
4773 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4774
4775 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4776
4777 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4778
4779 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4780 (plstore-save): Support public key encryption.
4781 (plstore--init-from-buffer): New function.
4782 (plstore-open): Use it; fix error when opening a non-existent file.
4783 (plstore-revert): Use plstore--init-from-buffer.
4784
4785 2011-07-01 Daiki Ueno <ueno@unixuser.org>
4786
4787 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4788
4789 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * mml2015.el (mml2015-use): Replace string-match-p with string-match
4792 for old Emacsen.
4793
4794 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4795
4796 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4797 is not fully working.
4798
4799 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4802 quit window configuration.
4803
4804 * auth-source.el (epg-context-set-passphrase-callback):
4805 Remove duplicate autoload.
4806
4807 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4808
4809 * nnir.el (nnir-request-article): Allow requesting articles by
4810 Message-ID with nnimap.
4811
4812 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4813 current server.
4814
4815 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4816
4817 * auth-source.el: Autoload EPA/EPG functions.
4818 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4819 changed when EPA/EPG is not available.
4820 (auth-source-backend): Rename "arg" member to "data".
4821 (auth-source-backend-parse, auth-source-plstore-search)
4822 (auth-source-plstore-create): Use it.
4823
4824 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
4825
4826 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4827 `gnus-refer-article-methods'.
4828
4829 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
4830
4831 * auth-source.el: Require EPA and EPG.
4832 (auth-source-passphrase-alist): New variable.
4833 (auth-source-passphrase-callback-function)
4834 (auth-source-token-passphrase-callback-function): Callbacks for the
4835 netrc field encryption (GPG tokens).
4836 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4837 Symmetric encryption and decryption of the netrc GPG tokens.
4838 (auth-source-netrc-normalize): Use them, simplifying the closure.
4839
4840 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4841
4842 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4843 non-nil, and `nnimap-split-methods' is nil, use the former.
4844
4845 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4846
4847 * plstore.el (plstore-revert): New function.
4848 (plstore-open): Use it; hide the buffer from user.
4849
4850 2011-06-30 Daiki Ueno <ueno@unixuser.org>
4851
4852 * auth-source.el (auth-source-backend): New member "arg".
4853 (auth-source-backend-parse): Handle new backend 'plstore.
4854 * plstore.el: New file.
4855
4856 2011-06-30 Glenn Morris <rgm@gnu.org>
4857
4858 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4859
4860 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4861
4862 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4863
4864 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4865 expiring articles to.
4866
4867 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4868 variations as ASCII (bug#5458).
4869
4870 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
4871
4872 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4873
4874 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * message.el (message-point-in-header-p): Tweak the function to default
4877 to saying that we're not in the headers if there is no separator at
4878 all. This makes it possible to use the Message version of `M-q' in
4879 buffers with no headers (bug#7987).
4880 (message-point-in-header-p): Fix last checkin to work with an empty
4881 mail-header-separator, too.
4882
4883 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4884 again, save the choice via customize.
4885
4886 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4887
4888 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4889
4890 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4891 ended the connection, bail out before waiting infinitely on a new
4892 connection.
4893
4894 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4895
4896 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4897 reports.
4898
4899 * gnus.el (gnus-bug-package): Use "gnus."
4900 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4901
4902 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4903
4904 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4905 animations going on at article exit time.
4906
4907 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4908 since removing it breaks people upgrading.
4909
4910 * shr.el (shr-put-image): Use the new interface for animating images.
4911 (shr-put-image): Animate for 60 seconds.
4912
4913 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4914 error with `find-file-hooks' on Emacs 22.
4915 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4916 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4917 on all architectures.
4918
4919 * spam.el (spam-stat): Require in a normal fashion without binding
4920 `spam-stat-install-hooks' to avoid compilation warnings.
4921
4922 * spam-stat.el (spam-stat-install-hooks): Remove.
4923 (spam-stat-install-hooks): Don't run automatically.
4924
4925 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4926
4927 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4928 and keystroke.
4929
4930 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * auth-source.el (auth-source-netrc-cache): Move forward.
4933
4934 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4935
4936 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4937 we already know.
4938 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4939 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4940
4941 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4942
4943 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4944 %S format, since that looks odd.
4945 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4946 file, especially when saving.
4947
4948 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4949
4950 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4951 article found.
4952
4953 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4954
4955 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4956 `auth-source-save-secrets' with a more sensitive alist that can be
4957 configured per file. Experimental, so defaults to 'never.
4958 (auth-source-netrc-create): Use it. Still experimental code.
4959 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4960 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4961
4962 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4963
4964 * auth-source.el (auth-source-save-secrets): New variable to control if
4965 secret tokens should be saved encrypted.
4966 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4967 to `auth-source-netrc-normalize'.
4968 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4969 on the EPA variables being defined.
4970 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4971 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4972 the lexical-let closure.
4973 (auth-source-netrc-create): Create "gpg:" tokens according to
4974 `auth-source-save-secrets'.
4975
4976 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * gnus-group.el (gnus-group-update-group): Add new argument
4979 `info-unchanged' that stops updating dribble buffer.
4980
4981 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4982 deletes lines matching to it in dribble buffer.
4983
4984 * gnus-agent.el (gnus-agent-fetch-group-1):
4985 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4986 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4987 * gnus-start.el (gnus-group-change-level):
4988 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4989
4990 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4991 if newsgroup info is not changed.
4992
4993 * gnus-group.el (gnus-group-get-new-news-this-group):
4994 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4995 Don't update dribble buffer.
4996
4997 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4998
4999 * gnus-registry.el (gnus-registry-remove-ignored): New function to
5000 remove entries with groups we ignore.
5001
5002 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5003
5004 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
5005 the underline comes at the bottom.
5006
5007 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
5008
5009 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
5010 `gnus-registry-user-format-function-M' and declare the latter obsolete.
5011 (gnus-registry-article-marks-to-names): Rename from
5012 `gnus-registry-user-format-function-M2'.
5013
5014 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
5015
5016 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
5017 ephemeral group.
5018
5019 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5020
5021 * shr.el (shr-browse-image): Copy the URL if called interactively.
5022
5023 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5024
5025 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
5026 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
5027 done, then unselected articles may be marked as read.
5028
5029 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
5030 since not doing this seems to lead to a race condition in pop3-logon.
5031
5032 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
5033 so that the call chain it correct when we call "upwards".
5034
5035 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
5036 in read-only groups.
5037
5038 * gnus-group.el (gnus-group-mark-article-read): Ditto.
5039
5040 * message.el (message-cite-reply-position): Doc string fix.
5041
5042 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
5043 avoid regexp overflow.
5044 (nnimap-transform-split-mail): Ditto.
5045
5046 * pop3.el (pop3-retr): Error out if the server closes the connection.
5047
5048 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
5051 mm-with-unibyte-current-buffer. The buffer should not contain any
5052 multibyte chars anyway at this stage.
5053
5054 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
5057 at the end of lines.
5058
5059 2011-05-29 Julien Danjou <julien@danjou.info>
5060
5061 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
5062
5063 2011-05-27 Glenn Morris <rgm@gnu.org>
5064
5065 * gnus-group.el (gnus-bug-group-download-format-alist):
5066 Use the "maintainer" version of debian reports as well.
5067
5068 2011-05-26 Glenn Morris <rgm@gnu.org>
5069
5070 * gnus-group.el (gnus-bug-group-download-format-alist):
5071 Use the "maintainer" version of debbugs.gnu.org reports.
5072
5073 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5074
5075 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
5076
5077 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
5078
5079 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
5080 the thread moves us backwards and so we loop forever.
5081
5082 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
5083
5084 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
5085 whitespace in base64 data lines.
5086
5087 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
5088
5089 * gnus-registry.el (gnus-registry-user-format-function-M):
5090 Use `mapconcat'.
5091 (gnus-registry-user-format-function-M2): Use to see the full text of
5092 the marks. Make "," the mark text separator.
5093
5094 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
5095 authentication with auth-source.
5096
5097 2011-05-17 Glenn Morris <rgm@gnu.org>
5098
5099 * gnus-group.el (gnus-import-other-newsrc-file):
5100 Use insert-file-contents.
5101
5102 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
5103
5104 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
5105 1000 iterations.
5106
5107 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5108
5109 * nntp.el (nntp-open-connection): Check if process-type is available.
5110
5111 2011-05-16 Julien Danjou <julien@danjou.info>
5112
5113 * shr.el (shr-tag-del): Add support for del tag.
5114
5115 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5116
5117 * gnus-html.el (gnus-html-put-image): Register a displayer.
5118
5119 * shr.el (shr-image-displayer): Don't remove text props from alt text.
5120
5121 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
5122
5123 * registry.el (prune-factor): New initialization parameter defaulting
5124 to 0.1.
5125 (registry-prune-hard): Use it.
5126
5127 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
5128 0.1 expicitly.
5129
5130 2011-05-13 Glenn Morris <rgm@gnu.org>
5131
5132 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
5133 is bound, since this function requires sendmail.
5134
5135 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
5136
5137 * registry.el (registry-usage-test): Disable pruning test.
5138
5139 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
5140
5141 * registry.el (registry-prune-hard-candidates)
5142 (registry-prune-soft-candidates): Helper methods for registry pruning.
5143 (registry-prune): Use them. Make the sort function optional.
5144
5145 2011-05-10 Jim Meyering <meyering@redhat.com>
5146
5147 * shr.el (shr-colorize-region): Fix typo "on on -> on".
5148
5149 2011-05-10 Julien Danjou <julien@danjou.info>
5150
5151 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
5152 symbol and not a list.
5153
5154 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5155
5156 * gnus-art.el (gnus-article-mode): Move binding of
5157 shr-put-image-function here from gnus-article-prepare-display.
5158
5159 * shr.el (shr-put-image-function): New variable.
5160 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
5161 (shr-put-image): Return scaled image.
5162
5163 * gnus-art.el (gnus-shr-put-image): New function.
5164 (gnus-article-prepare-display): Bind shr-put-image-function to it.
5165
5166 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
5167 original ones, as deletable.
5168
5169 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * nntp.el (nntp-open-connection): Set TCP keepalive option.
5172
5173 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
5174
5175 * registry.el (registry-full): Add convenience method. Fix logic.
5176 (registry-insert): Use it. Fix logic here too.
5177
5178 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
5179 `registry-prune' if `registry-full' returns t.
5180 (gnus-registry-handle-action)
5181 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
5182 (gnus-registry-usage-test): Use it.
5183
5184 2011-05-07 Julien Danjou <julien@danjou.info>
5185
5186 * shr.el (shr-link): Make shr-link inherit from link by default.
5187
5188 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
5189
5190 * shr.el (shr-urlify, shr-link): Fix shr-link face.
5191
5192 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
5193
5194 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
5195 error out because the face is not a list.
5196
5197 2011-05-05 Glenn Morris <rgm@gnu.org>
5198
5199 * gnus-start.el (gnus-propagate-marks): Declare.
5200
5201 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5202
5203 * registry.el (registry-reindex): Fix percentage message.
5204
5205 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
5206
5207 * shr.el: Add shr-link face for links.
5208 (shr-urlify): Use it.
5209
5210 * registry.el (registry-insert): Make error message more helpful.
5211
5212 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * gnus-html.el (gnus-html-schedule-image-fetching):
5215 Use url-queue-retrieve, if it exists.
5216
5217 * shr.el (shr-tag-img): Ditto.
5218
5219 * gnus.el: Autoload more gnus-agent functions.
5220
5221 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
5222 agent if we haven't already (bug#8502).
5223
5224 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
5225 into the Agent, too.
5226
5227 * gnus-agent.el (gnus-agent-store-article): New function.
5228
5229 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
5230 and moved from that file for reuse.
5231
5232 * pop3.el (pop3-open-server): Error messages are "-ERR".
5233
5234 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5235
5236 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
5237 (open-tls-stream): Remove superfluous tls/starttls autoloads.
5238
5239 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5240
5241 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
5242 buffer has moved to a different frame.
5243
5244 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5245
5246 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
5247 to get the conversion from unibyte to multibyte buffers to work on
5248 Emacs 22.
5249
5250 * nntp.el (nntp-request-article): Slight clean-up.
5251
5252 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5253
5254 * shr.el (shr-strike-through): New face.
5255 (shr-tag-s): Use it to provide <s> support.
5256 (shr-tag-s): Remove duplicate definition.
5257
5258 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
5259
5260 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
5261 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
5262
5263 2011-04-23 Glenn Morris <rgm@gnu.org>
5264
5265 * gnus-sum.el (gnus-extra-headers): Bump :version.
5266
5267 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5268
5269 * shr.el (shr-tag-sup): New function.
5270 (shr-tag-sub): Ditto.
5271
5272 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
5273
5274 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
5275 for the case where `gnus-registry-ignored-groups' is a list of lists,
5276 and don't call `gnus-parameter-registry-ignore' otherwise.
5277
5278 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5279
5280 * nnimap.el (nnimap-user): New backend variable.
5281 (nnimap-open-connection-1): Use it.
5282 (nnimap-credentials): Accept user parameter so it's explicit what user
5283 name is desired.
5284
5285 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
5286 default.
5287
5288 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
5289 not gnus-registry.el.
5290
5291 * gnus-registry.el: Mention in comments how to modify
5292 `gnus-extra-headers' for proper recipient tracking and that it may
5293 already have To and Cc recently, which it does as of this commit.
5294 (gnus-registry-ignored-groups): Remove defcustom.
5295 Explain why in comments.
5296 (gnus-registry-action): Fix data-header reference to use the extra
5297 headers. Explain in package commentary how to add To and Cc headers to
5298 the gnus-extra-headers.
5299 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
5300 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
5301 parameter list or a string list in `gnus-registry-ignored-groups'.
5302 Fix logic error.
5303
5304 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * shr.el (shr-expand-url): Protect against null urls.
5307
5308 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5309
5310 * shr.el (shr-base): New binding.
5311 (shr-tag-base): Keep track of <base>.
5312 (shr-expand-url): New function used throughout.
5313
5314 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
5315
5316 * gnus-registry.el
5317 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
5318 (gnus-registry-ignored-groups): New variable.
5319 (gnus-registry-ignore-group-p): Use it.
5320 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
5321 set the destination group to nil (same as delete) if it's ignored.
5322
5323 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5324
5325 * gnus-registry.el (gnus-registry-action)
5326 (gnus-registry-fetch-header-fast):
5327 Don't use mail-header that looks an internal function of mailheader.el.
5328
5329 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus-registry.el: Eliminate cl functions.
5332 (gnus-registry-sort-addresses): New function that replaces mapcan.
5333 (gnus-registry-action, gnus-registry-spool-action)
5334 (gnus-registry-split-fancy-with-parent)
5335 (gnus-registry-fetch-recipients-fast): Use it.
5336 (gnus-registry-import-eld): Replace delete* with dolist + delq.
5337
5338 * registry.el (initialize-instance, registry-lookup)
5339 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
5340 (registry-lookup-secondary-value, registry-search, registry-delete)
5341 (registry-insert, registry-reindex, registry-size, registry-prune):
5342 Use eval-and-compile.
5343
5344 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
5345
5346 * registry.el (registry-reindex): New method to recreate the secondary
5347 registry indices.
5348
5349 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
5350 tracked field changes.
5351 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
5352 (gnus-registry-action, gnus-registry-spool-action)
5353 (gnus-registry-handle-action)
5354 (gnus-registry--split-fancy-with-parent-internal)
5355 (gnus-registry-split-fancy-with-parent)
5356 (gnus-registry-register-message-ids): Add recipient tracking on spool,
5357 move, and delete actions, and for fancy splitting with parent.
5358 (gnus-registry-extract-addresses)
5359 (gnus-registry-fetch-recipients-fast)
5360 (gnus-registry-fetch-header-fast): Convenience functions.
5361 (gnus-registry-misc-test): ERT test of
5362 `gnus-registry-extract-addresses'.
5363
5364 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
5365
5366 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5367 Track by subject first, then sender.
5368
5369 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
5372
5373 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
5374 Lisp.
5375
5376 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5377 (gnus-draft-send): Use it to avoid popping
5378 up frames from gnus-group-send-queue.
5379
5380 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
5381
5382 * gnus-registry.el: Updated gnus-registry docs.
5383
5384 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
5385
5386 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5387 Fix logic bug.
5388 (gnus-registry-post-process-groups): Fix logging of no results and
5389 quote sender and subject.
5390
5391 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5394 (gnus-read-active-for-groups): Don't try to finish getting stuff where
5395 we had no early-data returned.
5396 (gnus-get-unread-articles): Add a sanity check so that we don't issue
5397 two async commands to the same server at the same time.
5398
5399 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
5400
5401 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5402
5403 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5404
5405 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5406 "warning" level.
5407
5408 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5409 (mm-url-insert-file-contents): Don't set the package names.
5410
5411 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
5412
5413 * gnus-registry.el (gnus-registry-action): Remove properties and
5414 simplify subject in `gnus-registry-handle-action'.
5415 (gnus-registry-spool-action): Get subject and sender from message if
5416 they are not passed in.
5417 (gnus-registry-handle-action): Remove properties and simplify subject
5418 consistently.
5419
5420 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * registry.el: Require CL before using defmacro*.
5423
5424 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * gnus-art.el (article-treat-date): Assume that
5427 gnus-article-date-headers may be a group parameter.
5428
5429 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
5430
5431 * gnus-registry.el (gnus-registry-handle-action): More debugging.
5432
5433 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5434 interactively so the newsrc file can contain foreign groups too.
5435 Useful for debugging but not much for users.
5436
5437 2011-04-07 David Engster <dengste@eml.cc>
5438
5439 * registry.el (registry-usage-test): Only do
5440 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5441 lexical binding.
5442
5443 2011-04-06 David Engster <dengste@eml.cc>
5444
5445 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5446 argument NOERROR for `require', since XEmacs 21.4 does not support it.
5447
5448 2011-04-06 David Engster <dengste@eml.cc>
5449
5450 * registry.el (initialize-instance): Change :after to :AFTER to be
5451 compatible with old EIEIO version in XEmacs.
5452
5453 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5454
5455 * gnus-registry.el (gnus-registry-post-process-groups)
5456 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5457 and provide better messaging.
5458
5459 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
5460
5461 * gnus-registry.el: Don't use ERT if it's not available. Load it
5462 unconditionally anyway, discarding errors.
5463 (gnus-registry-delete-entries): New convenience function.
5464 (gnus-registry-import-eld): Import from old .eld registry.
5465
5466 * registry.el: Don't use ERT if it's not available. Load it
5467 unconditionally anyway, discarding errors.
5468
5469 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5470 version from the Claudio Bley GnuTLS patch (extra optional parameters
5471 and host name).
5472
5473 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
5474
5475 * gnus-registry.el (gnus-registry-fixup-registry): New function to
5476 fixup the parameters that can be customized by the user between
5477 save/read cycles.
5478 (gnus-registry-read): Use it.
5479 (gnus-registry-make-db): Use it.
5480 (gnus-registry-spool-action, gnus-registry-handle-action):
5481 Fix messaging.
5482 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5483 Map references to actual group names with sender and subject tracking.
5484 (gnus-registry-post-process-groups): Use `cond' for better messaging.
5485 (gnus-registry-usage-test): Add subject lookup test.
5486
5487 * registry.el (registry-db, initialize-instance): Set up constructor
5488 instead of :initform arguments for the sake of older Emacsen.
5489 (registry-lookup-breaks-before-lexbind): New method to demonstrate
5490 pre-lexbind merge bug.
5491 (registry-usage-test): Use it.
5492 (initialize-instance, registry-db): Move the non-function initforms
5493 back to the class definition.
5494
5495 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
5496
5497 * registry.el: New library to manage gnus-registry-style data.
5498
5499 * gnus-registry.el: Use it (major rewrite).
5500
5501 * nnregistry.el: Use it.
5502
5503 * spam.el: Use it.
5504
5505 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5506
5507 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5508 marks on non-selected articles.
5509
5510 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5513
5514 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5515 parameter to open-protocol-stream.
5516
5517 2011-04-01 Julien Danjou <julien@danjou.info>
5518
5519 * mm-view.el (mm-display-inline-fontify): Do not fontify with
5520 fundamental-mode.
5521
5522 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5523
5524 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5525 servers.
5526
5527 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5528
5529 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5530 made marks not propagate, again.
5531
5532 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * proto-stream.el (open-protocol-stream): Bring back `network' type.
5535 Make this the default type.
5536 (proto-stream-open-plain): Rename from proto-stream-open-default.
5537 (open-protocol-stream, proto-stream-open-starttls)
5538 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5539 with `plain'.
5540
5541 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5542 value.
5543
5544 * nntp.el (nntp-open-connection-function): Document the fact that some
5545 values are not functions but are instead handled specially.
5546 Recognize nntp-open-plain-stream value.
5547 (nntp-open-connection): Recognize that value.
5548
5549 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5550
5551 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5552 stuff.
5553
5554 * gnus-score.el (gnus-score-string): Fix calling convention of
5555 `gnus-simplify-buffer-fuzzy' after last patches.
5556
5557 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5558 server for articles we didn't get any headers for. This is a sanity
5559 check.
5560
5561 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
5562
5563 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5564 new CAPABILITY, use it.
5565
5566 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5567
5568 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5569 downloading anything.
5570
5571 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5572
5573 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
5574
5575 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5576 colors.
5577 (gnus-splash-svg-color-symbols): New function.
5578
5579 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5580
5581 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5582 instead of using the global gnus-simplify-subject-fuzzy-regexp.
5583 (gnus-simplify-subject-fuzzy): Use the local
5584 gnus-simplify-subject-fuzzy-regex instead of the global one.
5585 This makes using this variable in group parameters work.
5586
5587 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5588
5589 * gnus-registry.el (gnus-registry-unfollowed-groups):
5590 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5591 archive:sent-YYYY-MM-DD groups).
5592 (gnus-registry-split-fancy-with-parent): Bail out early in sender
5593 tracking if there are more than `gnus-registry-max-track-groups'
5594 matches.
5595
5596 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * message.el (message--yank-original-internal): New function to do the
5599 insertion cleanly inside eval in `message-yank-original'.
5600 (message-yank-original): Use it.
5601
5602 2011-03-29 Julien Danjou <julien@danjou.info>
5603
5604 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5605 local variables disabled rather than `normal-mode'.
5606
5607 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * proto-stream.el: Changes preparatory to merging open-protocol-stream
5610 with open-network-stream.
5611 (proto-stream-always-use-starttls): Option removed.
5612 (open-protocol-stream): Return a process object by default. Provide a
5613 new parameter :return-list specifying a list-type return value, which
5614 now has the form (PROP . PLIST) instead of a fixed-length list. Change
5615 :type `network' to `try-starttls', and `network-only' to `default'.
5616 Make `default' the default, for compatibility with open-network-stream.
5617 Handle the no-parameter case exactly as open-network-stream, with no
5618 additional stream processing. Search plists using plist-get.
5619 Explicitly add :end-of-commend parameter if it is missing.
5620 (proto-stream-open-default): Rename from
5621 proto-stream-open-network-only. Return 'default as the type.
5622 (proto-stream-open-starttls): Rename from proto-stream-open-network.
5623 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
5624 failed. Always return a list with a (possibly dead) process as the
5625 first element, for compatibility with open-network-stream.
5626 (proto-stream-open-tls): Use plist-get. Always return a list.
5627 (proto-stream-open-shell): Return `default' as connection type.
5628 (proto-stream-capability-open): Use plist-get.
5629 (proto-stream-eoc): Function deleted.
5630
5631 * nnimap.el (nnimap-stream, nnimap-open-connection)
5632 (nnimap-open-connection-1): Handle renaming of :type parameter for
5633 open-protocol-stream.
5634 (nnimap-open-connection-1): Pass a :return-list parameter
5635 open-protocol-stream to obtain a list return value. Parse this list
5636 using plist-get.
5637
5638 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5639 for open-protocol-stream. Accept open-protocol-stream return value
5640 that is a subprocess object instead of a list. Handle the case of a
5641 dead returned process.
5642
5643 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
5644
5645 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5646
5647 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5648
5649 2011-03-21 Julien Danjou <julien@danjou.info>
5650
5651 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5652 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
5653 query.
5654 (mm-inline-text): Render normal text with fontification whenever
5655 possible.
5656
5657 * gnus-sum.el (gnus-summary-save-parts-1):
5658 * gnus-art.el (gnus-article-browse-html-save-cid-content)
5659 (gnus-article-browse-html-parts, gnus-mime-delete-part)
5660 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5661 Use `mm-handle-filename'.
5662
5663 * mm-util.el (mm-handle-filename): New function, return the filename of
5664 an handle.
5665
5666 2011-03-18 Julien Danjou <julien@danjou.info>
5667
5668 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5669 (gnus-buffer-live-p): Check that buffer is not nil.
5670
5671 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * gnus-art.el: Require mouse, which the build bot seems to say is
5674 needed.
5675
5676 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5677 XEmacs, since it doesn't have url-retrieve-synchronously.
5678
5679 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
5680
5681 * gnus-group.el (gnus-group-list-ticked): New function.
5682 (gnus-group-make-menu-bar): Provide a menu entry for it.
5683 (gnus-group-list-map): Provide a binding for it.
5684
5685 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5686
5687 * shr.el (shr-visit-file): New command.
5688
5689 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5690
5691 2011-03-17 Bjørn Mork <bjorn@mork.no>
5692
5693 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5694 servers.
5695
5696 2011-03-16 Julien Danjou <julien@danjou.info>
5697
5698 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5699 inline.
5700
5701 * gnus-art.el (article-hide-list-identifiers):
5702 Use gnus-group-get-list-identifiers.
5703
5704 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5705 (gnus-summary-remove-list-identifiers):
5706 Use gnus-group-get-list-identifiers to get regexp.
5707 (gnus-select-newsgroup, gnus-summary-insert-subject)
5708 (gnus-summary-insert-articles):
5709 Call gnus-summary-remove-list-identifiers unconditionally.
5710
5711 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5712
5713 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5714 we're selecting a group with unread articles.
5715
5716 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5717
5718 * gssapi.el: New file separated out from imap.el to provide a general
5719 Kerberos 5 connection facility for Emacs.
5720
5721 * message.el (message-elide-ellipsis): Document the format spec
5722 ellipsis.
5723
5724 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * message.el (message-elide-region): Allow the ellipsis to say how many
5727 lines were removed.
5728
5729 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5730
5731 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5732 window configurations containing buffers that are now dead.
5733
5734 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5735 parsing to avoid integer overflows.
5736 (nnimap-parse-flags): Simplify the last change.
5737 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5738 too large for 32-bit Emacsen.
5739
5740 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * auth-source.el (auth-source-netrc-create):
5743 * message.el (message-yank-original): Fix use of `case'.
5744
5745 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
5746
5747 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5748 XEmacs, which was one character too wide.
5749
5750 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
5751
5752 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5753 default number of articles to display.
5754 (gnus-articles-to-read): Use pretty names for prompt.
5755
5756 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * gnus-int.el (gnus-open-server): Ditto.
5759
5760 * gnus-start.el (gnus-activate-group): Give a backtrace if
5761 debug-on-quit is set and the user hits `C-g'.
5762 (gnus-read-active-file): Ditto.
5763
5764 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5765
5766 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
5767
5768 * message.el (message-yank-original): Use cond instead of CL case.
5769
5770 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * auth-source.el (auth-source-netrc-create): Use usual format for the
5773 default in prompts.
5774
5775 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5776
5777 * auth-source.el (auth-source-netrc-create): Show the default in the
5778 prompt when prompting for token creation.
5779
5780 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
5781
5782 * auth-source.el (auth-source-format-prompt): Always convert the value
5783 to a string to avoid evaluating non-string arguments.
5784 (auth-source-netrc-create): Offer default properly, not as initial
5785 content in `read-string'.
5786 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5787 of line to determine if we've been run before. If so, don't run again,
5788 but print a trivial message to indicate the cache was hit instead.
5789
5790 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
5791
5792 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5793 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
5794 The user will have to run `gnus-sync-read' manually and wait for Cloudy
5795 Gnus.
5796
5797 2011-03-11 Julien Danjou <julien@danjou.info>
5798
5799 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5800 modified file".
5801
5802 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
5803
5804 * auth-source.el (auth-source-read-char-choice): New function to read a
5805 character choice using `dropdown-list', `read-char-choice', or
5806 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
5807 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
5808 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
5809 (auth-source-netrc-saver): Use it.
5810 (auth-source-pick-first-password): New convenience function.
5811
5812 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
5813
5814 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5815 parameter in the credentials.
5816 (nnimap-open-connection-1): Use it after a successful login.
5817 (nnimap-credentials): Add IMAP-specific user and password prompt.
5818
5819 * auth-source.el (auth-source-search): Add :require parameter, taking a
5820 list. Document it and the :save-function return token. Pass :require
5821 down. Change the CREATED message from a warning to a debug statement.
5822 (auth-source-search-backends): Pass :require down.
5823 (auth-source-netrc-search): Pass :require down.
5824 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5825 Change save prompt to indicate all modifications saved here are
5826 deletions.
5827 (auth-source-netrc-create): Take user login name as default in user
5828 prompt. Move all the save functionality to a lexically bound function
5829 under the :save-function token in the returned list. Set up clearer
5830 default prompts for user, host, port, and secret.
5831 (auth-source-netrc-saver): New function, intended to be wrapped for
5832 :save-function.
5833
5834 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5835
5836 * Version 23.3 released.
5837
5838 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
5840 * shr.el (shr-table-horizontal-line): Change the defaults for the table
5841 lines to be spaces instead.
5842
5843 2011-03-07 Julien Danjou <julien@danjou.info>
5844
5845 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5846 (sieve-sasl-auth): Check that auth-source-search did return something,
5847 or just return an empty string.
5848
5849 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5850
5851 * gnus.el (gnus-interactive): Use read-directory-name.
5852
5853 * gnus-uu.el (gnus-uu-decode-uu-and-save)
5854 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5855 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5856 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5857 Likewise.
5858
5859 * gnus-group.el (gnus-group-make-directory-group): Likewise.
5860
5861 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5864 onto the list of killed groups, too. This makes killed nnimap groups,
5865 for instance, more reliably not reappear.
5866
5867 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5868 the parent.
5869
5870 * gnus-sum.el (gnus-update-read-articles): Fix typo.
5871
5872 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5873 really have server-side marks.
5874
5875 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5876 since most backends do not usefully have server-side marks.
5877 (gnus-update-read-articles): Propagate marks to all backends that
5878 really have server-side marks.
5879
5880 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5881
5882 * message.el (message-cite-reply-position, message-cite-style):
5883 New variables.
5884 (message-yank-original): Use the new citation styles.
5885
5886 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5887
5888 * message.el (message-options): Revert the change that's a workaround
5889 for XEmacs buffer-local issue; don't mark it buffer-local when running
5890 under XEmacs.
5891
5892 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5893
5894 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5895 numbers too big to be `read'.
5896
5897 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5898
5899 * message.el (message-options): Make buffer-local two ways to attempt
5900 to fix a XEmacs bug.
5901
5902 2011-03-02 Julien Danjou <julien@danjou.info>
5903
5904 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5905
5906 2011-03-01 Julien Danjou <julien@danjou.info>
5907
5908 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5909 group.
5910 (article-hide-list-identifiers): Use list-identifier group parameter.
5911
5912 2011-02-28 Julien Danjou <julien@danjou.info>
5913
5914 * sieve.el (sieve-buffer-script-name): New local variable to store
5915 sieve script name.
5916 (sieve-edit-script): Store sieve script name.
5917 (sieve-upload): Use sieve script name when uploading.
5918 (sieve-upload): Use substitute-command-keys.
5919 (sieve-edit-script): Use substitute-command-keys.
5920 (sieve-refresh-scriptlist): Use substitute-command-keys.
5921 (sieve-manage-mode-map): Define keymap properly.
5922 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5923 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5924 Remove commented code about cvs.
5925 (sieve-manage-quit): New function.
5926 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5927
5928 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
5930 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5931
5932 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5933
5934 * auth-source.el (auth-source-search): Cache empty result sets.
5935
5936 * auth-source.el (auth-source-save-behavior): New variable to replace
5937 `auth-source-never-create'.
5938 (auth-source-netrc-create): Use it.
5939 (auth-source-never-save): Remove.
5940
5941 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5942
5943 * nnimap.el (nnimap-stream): Doc fix.
5944 (nnimap-open-connection-1): Reverse the order of the ports to that the
5945 prompted-for port is first.
5946
5947 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5948 retrieval by the no-group selection.
5949
5950 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5951 numerical parameters.
5952
5953 2011-02-25 Julien Danjou <julien@danjou.info>
5954
5955 * gnus-gravatar.el: Use gnus-with-article-buffer.
5956
5957 * gnus-art.el (gnus-with-article-buffer): Check that the
5958 gnus-article-buffer is alive.
5959
5960 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5961
5962 * auth-source.el (auth-source-creation-prompts): New variable to manage
5963 creation-time prompts.
5964 (auth-source-search): Document it.
5965 (auth-source-format-prompt): Add utility function.
5966 (auth-source-netrc-create): Don't default the user name to
5967 user-login-name. Use `auth-source-creation-prompts' and some default
5968 prompts for user, host, port, and password (the default generic prompt
5969 remains ugly).
5970 (auth-source-never-save): Add customizable option to never save info.
5971 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5972 mode excursion.
5973
5974 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5975
5976 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5977 argument that XEmacs doesn't support.
5978
5979 2011-02-23 Julien Danjou <julien@danjou.info>
5980
5981 * gnus-art.el (article-make-date-line): Ignore errors if time is
5982 invalid and not convertible.
5983 (article-make-date-line): Only add lapsed time if time is not nil.
5984
5985 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5986
5987 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5988 `read-char-choice' for backwards compatibility.
5989 (auth-source-netrc-element-or-first): New function to DTRT for
5990 parameter extraction.
5991 (auth-source-netrc-create): Use it and fix multiple parameter print
5992 bug. Use the default passed from above (given-default) or the
5993 built-in (user-login-name for :user).
5994
5995 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5996
5997 * gnus-start.el (gnus-dribble-read-file):
5998 Set buffer-save-without-query, since we always want to save the dribble
5999 file, probably.
6000
6001 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
6002 nnimap.
6003
6004 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
6005 -summary- since it's a user-visible variable.
6006
6007 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
6008 first time you use the new Gnus.
6009
6010 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
6011
6012 * auth-source.el: Don't load netrc.el.
6013 (auth-sources): Search ~/.netrc as well by default.
6014 (auth-source-debug): Add 'trivia option for extra output.
6015 (auth-source-do-trivia): Use it.
6016 (auth-source-search): Simplify logic to use
6017 `auth-source-search-backends'. Use `auth-source-do-trivia' where
6018 appropriate. Don't keep a running count at this level. Layer :create
6019 and :delete options appropriately on the first and second passes.
6020 Don't track the backend with the search results.
6021 (auth-source-search-backends): New function to search a list of
6022 backends for a processed spec.
6023 (auth-source-netrc-parse): Cache all netrc files, making
6024 auth-source-netrc-cache an alist keyed by the file name and using the
6025 file mtime as the caching criterion. Keep the obfuscated data secret
6026 with a lexical bind.
6027 (auth-source-netrc-search): Don't calculate the length of the results
6028 unnecessarily.
6029 (auth-source-search-backends): Fix bug.
6030 (auth-source-netrc-create): Rework prompts.
6031
6032 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
6033
6034 * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
6035 Lower case names of search constraints.
6036 (nnir-run-query): Cache and reuse search constraints for all imap
6037 servers.
6038
6039 2011-02-22 Sam Steingold <sds@gnu.org>
6040
6041 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
6042
6043 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
6044
6045 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
6046 after exit.
6047 (gnus-setup-message): Define missing variable from last checkin.
6048
6049 * gnus-sum.el (gnus-summary-show-article): When called with t as the
6050 value, show the raw article.
6051
6052 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6053
6054 * nnimap.el (nnimap-open-connection-1): Revert last change, since
6055 auth-source now accepts numbers.
6056
6057 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
6058 spec, too.
6059 (auth-source-ensure-strings): New function.
6060
6061 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
6062 (gnus-article-setup-buffer): Always restart the date timer so that user
6063 changes to the frequency is respected.
6064
6065 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
6066 port numbers, so make sure it gets that if nnimap-server-port is
6067 explicit.
6068
6069 2011-02-21 Simon Josefsson <simon@josefsson.org>
6070
6071 * nnimap.el (nnimap-inbox): Doc fix.
6072
6073 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
6074
6075 * shr-color.el (shr-color->hexadecimal): Use renamed function names
6076 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
6077 color-lab-to-srgb.
6078
6079 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6080
6081 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
6082 given method as in the group name if we're using an extended method.
6083 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
6084 command, if we're using that, instead of waiting for the beginning.
6085
6086 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
6087 we're sure to get unique server names, and we don't output two async
6088 commands in the same buffer. This fixes an NNTP hang for some users.
6089
6090 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
6091
6092 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
6093 summary buffer before reading going to the next buffer. This avoids
6094 putting the point in the group buffer if you `C-g' the command.
6095
6096 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
6097 cache (for now) to make ~/.authinfo.gpg files usable.
6098
6099 * nnfolder.el (copyright-update): Define for the compiler.
6100
6101 * auth-source.el (auth-source-search): Fix unbound variable.
6102
6103 2011-02-19 Glenn Morris <rgm@gnu.org>
6104
6105 * gnus.el (gnus-meta): Doc fix.
6106
6107 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
6108
6109 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
6110 in case it's not yet loaded.
6111
6112 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
6113
6114 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
6115 line we're waiting for.
6116
6117 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
6118
6119 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
6120 face with line-width greater than zero will cause RET in gnus summary
6121 buffer to scroll down article page-wise because auto vscroll happens,
6122 it should be temporally disabled when doing a scroll-up.
6123
6124 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
6125
6126 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
6127 outputs from the server.
6128
6129 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6130
6131 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
6132 later so that bbdb can hook in easier.
6133
6134 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
6135
6136 * auth-source.el (auth-source-search): Don't try to create credentials
6137 if the caller doesn't want that.
6138 (auth-source-search): If we don't find a match, don't bug out on
6139 non-bound variables.
6140 (auth-source-search): Only ask a single backend to create the
6141 credentials.
6142
6143 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
6144 logging.
6145 (nnimap-credentials): Protect against auth-source-search returning nil.
6146 (nnimap-request-list): Protect against not being able to open the
6147 server.
6148
6149 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
6150
6151 * auth-source.el (auth-source-search): Do a two-phase search, one with
6152 no :create to get the responses from all backends.
6153
6154 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
6155 when getting credentials.
6156
6157 * gnus-util.el (gnus-delete-duplicates): New function.
6158
6159 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6160
6161 * nnimap.el (nnimap-credentials): Instead of picking the first port as
6162 a creation default, pass the whole port list down. It will be
6163 completed.
6164
6165 * auth-source.el (auth-source-search): Update docs to talk about
6166 multiple creation choices.
6167 (auth-source-netrc-create): Accept a list as a value (from the search
6168 parameters) and do completion on that list. Keep a separate netrc line
6169 with the password obscured for showing the user.
6170
6171 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
6172 first choice to `auth-source-search' so it will be used for entry
6173 creation instead of the server's Gnus-specific name.
6174 (nnimap-credentials): Rely on the auth-source library to select which
6175 port is actually wanted in the new netrc entry, so don't override
6176 `auth-source-creation-defaults'.
6177
6178 * auth-source.el (auth-source-netrc-parse): Use :port instead of
6179 :protocol and accept a missing user, host, or port as a wildcard match.
6180 (auth-source-debug): Default to off.
6181
6182 (auth-source-netrc-search, auth-source-netrc-create)
6183 (auth-source-secrets-search, auth-source-secrets-create)
6184 (auth-source-user-or-password, auth-source-backend, auth-sources)
6185 (auth-source-backend-parse-parameters, auth-source-search): Use :port
6186 instead of :protocol.
6187
6188 * nnimap.el (nnimap-credentials): Pass a port default to
6189 `auth-source-search' in case an entry needs to be created.
6190 (nnimap-open-connection-1): Use :port instead of :protocol.
6191
6192 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6193
6194 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
6195 instead of delete-dups that is not available in XEmacs 21.4.
6196
6197 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
6198
6199 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
6200 nil means that nnimap doesn't get updated.
6201
6202 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
6203
6204 * auth-source.el (auth-source-netrc-create): Return a synthetic search
6205 result when the user doesn't want to write to the file.
6206 (auth-source-netrc-search): Expect a synthetic result and proceed
6207 accordingly.
6208 (auth-source-cache-expiry): New variable to override
6209 `password-cache-expiry'.
6210 (auth-source-remember): Use it.
6211
6212 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
6213 parameter. Create entry if necessary by using :create t.
6214 (nnimap-open-connection-1): Don't pass `inhibit-create'.
6215
6216 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
6217
6218 * auth-source.el (auth-source-debug): Enable by default and don't
6219 mention the obsolete `auth-source-hide-passwords'.
6220 (auth-source-do-warn): New function to debug unconditionally.
6221 (auth-source-do-debug): Use it.
6222 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
6223 and for Secrets API entries when the secrets.el library is not
6224 available.
6225
6226 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6227
6228 * gnus-sum.el (gnus-propagate-marks): Default to nil.
6229 (gnus-summary-exit): Kill the correct article buffer on exit from a
6230 `C-d' group.
6231
6232 * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
6233 gnus-propagate-marks.
6234
6235 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
6236 before killing the buffers so that a non-full window conf gets handled
6237 correctly.
6238 (gnus-summary-exit): Ditto.
6239 (gnus-summary-read-group-1): Ditto.
6240
6241 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
6242 async code again so that we can debug it properly.
6243
6244 * message.el (message-reply): Take an optional switch-buffer parameter
6245 so that Gnus window confs are respected better.
6246
6247 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6248
6249 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
6250 `plist-get' to accept non-list parameters (XEmacs issue).
6251 Fix docstring.
6252 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
6253 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
6254 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
6255 Login collection is "Login" and not "login".
6256
6257 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6258
6259 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
6260 multiple headers.
6261
6262 * nnimap.el (nnimap-inhibit-logging): New variable.
6263 (nnimap-log-command): Don't log login commands.
6264
6265 * auth-source.el (auth-source-netrc-search): The asserts seem to want
6266 to have more parameters.
6267
6268 * nnimap.el (nnimap-send-command): Mark the command time for each
6269 command, so that we don't get NOOPs stepping on our toes.
6270
6271 * gnus-art.el (article-date-ut): Get the date from the Date header on
6272 `t'.
6273
6274 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6275
6276 * auth-source.el (auth-source-search): Use copy-sequence instead of
6277 the cl.el copy-list.
6278
6279 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
6280
6281 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
6282 Improve prompt.
6283
6284 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6285
6286 * gnus-art.el (gnus-article-mode-line-format): Remove the article
6287 washing status from the default format. It isn't very informative.
6288
6289 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
6290
6291 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
6292 Fix Gcc processing on imap.
6293
6294 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * message.el (message-bury): Don't pop up a new window when selected
6297 window is dedicated.
6298
6299 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
6300
6301 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
6302
6303 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
6304
6305 * sieve-manage.el: Autoload `auth-source-search'.
6306 (sieve-sasl-auth): Use it.
6307
6308 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
6309
6310 * nnimap.el: Autoload `auth-source-forget+'.
6311 (nnimap-open-connection-1): Use it if the connection fails.
6312
6313 * auth-source.el: Require `password-cache'.
6314 (auth-source-hide-passwords, auth-source-cache): Remove and mark
6315 obsolete.
6316 (auth-source-magic): Marker for `password-cache' keys.
6317 (auth-source-do-cache): Update docstring.
6318 (auth-source-search): Use and check cache.
6319 (auth-source-forget-all-cached, auth-source-remember)
6320 (auth-source-recall, auth-source-forget, auth-source-forget+)
6321 (auth-source-specmatchp): Caching support functions.
6322 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
6323 Remove and obsolete.
6324 (auth-source-user-or-password): Remove caching to further discourage
6325 using it. Always hide passwords.
6326
6327 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
6328
6329 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
6330 code for now, since it doesn't work for all users.
6331
6332 2011-02-09 Julien Danjou <julien@danjou.info>
6333
6334 * message.el (message-options): Make message-options really buffer
6335 local.
6336
6337 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
6338
6339 * mail-source.el: Autoload `auth-source-search'.
6340 (mail-source-keyword-map): Note order matters.
6341 (mail-source-set-1): Get all the mail-source source values and
6342 defaults and search auth-source on those if needed. This can all
6343 probably be simplified.
6344
6345 * nnimap.el: Autoload `auth-source-search'.
6346 (nnimap-credentials): Use it.
6347 (nnimap-open-connection-1): Ask for the virtual server and physical
6348 address in one shot.
6349
6350 * nntp.el: Autoload `auth-source-search'.
6351 (nntp-send-authinfo): Use it. Note TODO.
6352
6353 2011-02-08 Julien Danjou <julien@danjou.info>
6354
6355 * shr.el (shr-tag-body): Add support for text attribute in body
6356 markups.
6357
6358 * message.el (message-options): Make message-options a local variable.
6359
6360 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
6361
6362 * auth-source.el (auth-source-secrets-search)
6363 (auth-source-user-or-password): Use `append' instead of `nconc'.
6364 (auth-source-user-or-password): Build return list better and protect
6365 against nil :secret.
6366
6367 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
6368
6369 * nnimap.el (nnimap-update-info): Refactor slightly.
6370 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
6371 (nnimap-update-info): Clean up slightly.
6372 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
6373 characters.
6374 (nnimap-process-quirk): Rename function to avoid collision.
6375 (nnimap-update-info): Fix macrology bug-out.
6376 (nnimap-update-info): Simplify split history test.
6377
6378 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
6379
6380 * auth-source.el (top): Require 'eieio unconditionally.
6381 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6382 (auth-source-secrets-search): Limit search when `max' is greater than
6383 number of results.
6384
6385 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6386
6387 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6388 part not returning any data.
6389
6390 * proto-stream.el (open-protocol-stream): Document the return value.
6391
6392 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6393
6394 * auth-source.el (auth-source-secrets-search): Add examples.
6395
6396 2011-02-06 Julien Danjou <julien@danjou.info>
6397
6398 * message.el (message-setup-1): Handle message-generate-headers-first
6399 set to t.
6400
6401 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
6402
6403 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6404 API with a string "secrets:collection-name" and with 'default.
6405 (auth-source-backend-parse): Parse "secrets:collection-name" and
6406 'default. Recurse on parses instead of repeating code. Use the
6407 Secrets API is the source is not nil and 'ignore otherwise. Emit a
6408 message when ignoring a source.
6409 (auth-source-search): List ignored search keys at the top level.
6410 (auth-source-netrc-create): Use `case' instead of `cond'.
6411 (auth-source-secrets-search): Created with TODOs.
6412 (auth-source-secrets-create): Created with TODOs.
6413 (auth-source-retrieve, auth-source-create, auth-source-delete)
6414 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6415 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6416 (auth-source-user-or-password-sftp)
6417 (auth-source-user-or-password-smtp): Remove.
6418 (auth-source-user-or-password): Deprecated and modified to be a wrapper
6419 around `auth-source-search'. Not tested thoroughly.
6420
6421 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
6422
6423 * auth-source.el: Bring in assoc and eioeio libraries.
6424 (secrets-enabled): New variable to track the status of the Secrets API.
6425 (auth-source-backend): New EIOEIO class to represent a backend.
6426 (auth-source-creation-defaults): New variable to set prompt defaults
6427 during token creation (see the `auth-source-search' docstring for
6428 details).
6429 (auth-sources): Simplify to allow a simple string as a netrc backend
6430 spec.
6431 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6432 (auth-source-backend-parse-parameters): Fill in the backend parameters.
6433 (auth-source-search): Main auth-source API entry point.
6434 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6435 (auth-source-search-collection): Helper function for searching.
6436 (auth-source-netrc-parse, auth-source-netrc-normalize)
6437 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6438 Supports search, create, and delete.
6439 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6440 backend stubs.
6441 (auth-source-user-or-password): Call `auth-source-search' but it's not
6442 ready yet.
6443
6444 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
6445
6446 * message.el (message-setup-1): Remove the read-only stuff, since it
6447 doesn't work under XEmacs, for some reason.
6448
6449 * gnus-sum.el (gnus-user-date): Rename back from
6450 gnus-summary-user-date since user code refers to it.
6451
6452 * shr.el (shr-render-td): Store the actual background color used.
6453
6454 * message.el (message-setup-1): Don't bind the constant
6455 -forbidden-properties.
6456 (message-setup-1): Revert previous change, since it needs to bind the
6457 props to insert them.
6458 (message-resend): Allow removing the read-only separator line.
6459
6460 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6461
6462 * nnimap.el (nnimap-request-accept-article): Give an error message if
6463 the APPEND wasn't successful.
6464
6465 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
6466
6467 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6468 that have no groups.
6469
6470 2011-02-03 Julien Danjou <julien@danjou.info>
6471
6472 * gnus-draft.el: Remove progn around gnus-draft-setup.
6473
6474 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6475
6476 * gnus-start.el (gnus-read-active-for-groups): This function is never
6477 called with a nil `infos', so clean that up.
6478 (gnus-get-unread-articles): Request active files from primary/secondary
6479 methods that have no groups (yet).
6480
6481 2011-02-03 Julien Danjou <julien@danjou.info>
6482
6483 * message.el (message-setup-1): Always generate References first.
6484 (message-mail): Return the return value of message-setup, not always t.
6485 (message-setup-1): Insert mail-header-separator with read-only and
6486 intangible properties set.
6487
6488 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6489 user-date in docstring.
6490
6491 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6492
6493 * gnus.el (gnus-summary-line-format): Mention &user-date format in
6494 docstring.
6495
6496 * gnus.el (gnus-user-date-format-alist): Change default value.
6497 Use defcustom, with type and group. Move from gnus-util.el.
6498 Rename to gnus-summary-user-date-format-alist.
6499
6500 2011-02-03 Glenn Morris <rgm@gnu.org>
6501
6502 * nnimap.el (gnus-fetch-headers): Declare.
6503
6504 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6505
6506 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
6507
6508 * message.el (message-forward-make-body-digest-plain)
6509 (message-followup, message-reply): Clean up things noted by Stefan.
6510
6511 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6512 gnus-article-update-date-headers is nil.
6513 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6514 it didn't really work with defcustom.
6515 (article-update-date-lapsed): Make sure the window start doesn't move,
6516 either.
6517
6518 2011-02-01 Julien Danjou <julien@danjou.info>
6519
6520 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6521 format.
6522
6523 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6524 standard in Emacs nowadays.
6525
6526 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * message.el (message-expand-name): Don't trust the return value of
6529 bbdb-complete-name.
6530 (message-check-news-header-syntax): Remove unused var `start'.
6531 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6532 (message-inhibit-body-encoding): Move to before first use.
6533 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6534 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6535 (Organization, Message-ID, Date, mh-previous-window-config):
6536 Defvar the vars using dynamic scoping.
6537
6538 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
6539
6540 * shr.el (shr-render-td): Only do colors at the final rendering.
6541 Should be slightly faster.
6542 (shr-insert-table): Fix up TD background colors when doing the
6543 vertical padding.
6544
6545 * gnus-art.el (article-date-ut): Protect against articles with no Date
6546 header.
6547 (article-update-date-lapsed): Don't use current-column to find the
6548 horizontal position. It's fragile in the presence of \003 characters.
6549
6550 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6551
6552 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6553
6554 * gnus-art.el (article-transform-date): Rewrite to still work when
6555 there are several rfc2822 parts.
6556 (article-transform-date): Fix infinite recursion.
6557 (article-date-ut): Replace infinitely many Date headers with a single
6558 one when called interactively.
6559
6560 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6561 secure manner.
6562
6563 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6564 move around by not using save-window-excursion. It seems to work...
6565
6566 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * gnus-art.el (article-make-date-line): Work for user-defined format.
6569
6570 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
6571
6572 * nntp.el (nntp-retrieve-group-data-early)
6573 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6574 fetching functions.
6575
6576 * gnus-start.el (gnus-read-active-for-groups): Read the active files
6577 thoroughly for all backends that have no known groups. This should
6578 allow new nnml methods to retrieve mail.
6579
6580 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6581 that Gnus doesn't know exists again.
6582
6583 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6584 (gnus-treat-date-ut): Ditto.
6585 (gnus-article-update-date-header): Rename.
6586 (gnus-treat-date-local): Remove.
6587 (gnus-treat-date-english): Remove.
6588 (gnus-treat-date-lapsed): Remove.
6589 (gnus-treat-date-combined-lapsed): Remove.
6590 (gnus-treat-date-original): Remove.
6591 (gnus-treat-date-iso8601): Remove.
6592 (gnus-treat-date-user-defined): Remove.
6593 (gnus-article-date-headers): New variable to control all the date
6594 header options.
6595 (article-date-ut): Rewrite to allow using the new way to format date
6596 headers(s).
6597
6598 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
6599
6600 * nnmail.el (nnmail-article-group): Check for a direct fancy split
6601 method.
6602 (nnmail-article-group): A better test for fanciness.
6603
6604 * nnimap.el (nnimap-request-head): Protect against not finding the
6605 article by Message-ID.
6606
6607 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
6608
6609 * gnus-art.el (article-update-date-lapsed): Try a better way to really
6610 keep point at the "same place".
6611
6612 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6613
6614 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6615 data if the group is inactive.
6616
6617 2011-01-28 Julien Danjou <julien@danjou.info>
6618
6619 * gnus-win.el: Remove dead function gnus-window-configuration-element.
6620 (gnus-all-windows-visible-p): Remove old compatibility code.
6621 (gnus-window-top-edge): Add docstring.
6622
6623 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6624
6625 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
6626
6627 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6628 older request-update-info.
6629
6630 * gnus-art.el (article-make-date-line): Limit the length a bit more.
6631
6632 2011-01-28 Daiki Ueno <ueno@unixuser.org>
6633
6634 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6635 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6636
6637 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6638
6639 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6640 groups. This makes the nndraft:queue group pop up if it's not already
6641 there.
6642
6643 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6644 messages" logic, which was reversed.
6645
6646 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6647 the "same place" even if point is on the line being replaced.
6648 (article-update-date-lapsed): Allow updating both the combined lapsed
6649 and the lapsed headers.
6650 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6651 (article-make-date-line): Limit the number of segments dynamically to
6652 avoid too-long lines.
6653
6654 2011-01-27 Julien Danjou <julien@danjou.info>
6655
6656 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6657 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6658
6659 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
6660
6661 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6662 Use plist-get instead of the cl function getf.
6663
6664 2011-01-27 Glenn Morris <rgm@gnu.org>
6665
6666 * gnus-util.el (float-time): Get rid of compiler warning, again.
6667
6668 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
6669
6670 * shr.el (shr-put-color): Special-case background colors: Do put them
6671 at the blank parts at the front of the lines.
6672
6673 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6674 exit hook to nix out all data on readedness on group exit.
6675
6676 * gnus-util.el (float-time): If float-time is bound, always use it on
6677 all Emacsen. It's unclear why the subrp check was there.
6678 (time-date): Require to make some autoload issues on XEmacs go away.
6679
6680 * shr.el (shr-put-color): Don't do the box padding in tables, since
6681 they're already padded.
6682
6683 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
6684
6685 * gnus-art.el (gnus-article-next-page): When the last line of the
6686 article is displayed, scroll down once more instead of going to the
6687 next article at once.
6688 (article-lapsed-string): Refactor out and allow specifying how many
6689 segments you want.
6690 (gnus-article-setup-buffer): Start updating the lapsed header directly.
6691 (gnus-article-update-lapsed-header): New variable.
6692
6693 * shr.el: Revert change that made headings use different-sized faces.
6694 The Emacs display engine isn't advanced enough that, for instance,
6695 tables can comfortably use differently-sized faces.
6696
6697 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6698
6699 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6700 used.
6701 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6702 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6703 we're using an encrypted connection.
6704
6705 * proto-stream.el: Alter the interface functions to also return the
6706 actual stream type used: network or TLS.
6707
6708 2011-01-25 Julien Danjou <julien@danjou.info>
6709
6710 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6711 (mm-display-javascript-inline): New function.
6712
6713 * mm-decode.el (mm-inline-media-tests): Add application/javascript
6714 viewing function.
6715
6716 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6717
6718 * shr.el (shr-expand-newlines): Fix variable name.
6719
6720 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
6721
6722 * shr.el (shr-expand-newlines): Make nested boxes work.
6723
6724 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6725
6726 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6727 backgrounds.
6728 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6729 in a more sensible manner.
6730
6731 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
6732
6733 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6734 if EPG is loaded.
6735
6736 2011-01-24 Julien Danjou <julien@danjou.info>
6737
6738 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6739 tags.
6740
6741 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
6742
6743 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6744 commands.
6745
6746 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6747 in the article buffer.
6748 (gnus-gravatar-insert): Use blank space from the current buffer to
6749 avoid breaking text properties. This makes X-Sent updating work again.
6750
6751 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6752
6753 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
6754
6755 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6756 fix the bug in url-http.el instead.
6757
6758 * shr.el (shr-image-fetched): Ditto.
6759
6760 * shr.el (shr-image-fetched): Avoid having point move in the article
6761 buffer.
6762
6763 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6764 buffer after being called. It's apparently being killed by url.el, and
6765 killing it made point move to end-of-buffer in a random buffer.
6766
6767 * shr.el (shr-image-fetched): Ditto.
6768
6769 2011-01-23 Julien Danjou <julien@danjou.info>
6770
6771 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6772
6773 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6774 text/x-org.
6775
6776 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6777
6778 * gnus-sum.el (gnus-summary-move-article): Protect against backends
6779 (i.e., nnimap) returning nil as the article number.
6780
6781 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6782
6783 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6784 "DelSp" parameter in RFC3676.
6785
6786 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6787
6788 * message.el (message-check-recipients): Display the encoded version of
6789 the bogus address if they differ.
6790
6791 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6792 after sending.
6793
6794 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6795
6796 * gnus-group.el (gnus-group-refresh-group): New convenience function.
6797
6798 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6799 group buffer after sending the queue.
6800
6801 * gnus-agent.el (gnus-agent-send-mail): Ditto.
6802
6803 2011-01-22 Julien Danjou <julien@danjou.info>
6804
6805 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6806
6807 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
6808
6809 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6810 nested related parts.
6811
6812 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6813 unexpired articles. This fixes the regression that led expiry marks to
6814 disappear from nnfolder groups.
6815
6816 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6819 Don't confuse the "ret" of "retrograde" with RET.
6820
6821 2011-01-21 Julien Danjou <julien@danjou.info>
6822
6823 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6824 than mm-insert-inline.
6825
6826 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
6827
6828 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6829 Widen article buffer.
6830
6831 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6834 the temp buffer.
6835 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6836
6837 2011-01-20 Julien Danjou <julien@danjou.info>
6838
6839 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6840
6841 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6842 than mm-insert-inline to insert inline part: this respect
6843 mm-inline-media-tests displayers.
6844
6845 * mm-view.el (mm-display-shell-script-inline): New function.
6846
6847 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6848
6849 * mm-uu.el (mm-uu-type-alist): Add org block.
6850 (mm-uu-org-src-code-block-extract): New function.
6851
6852 * mm-view.el (mm-display-org-inline): New function.
6853
6854 * mm-decode.el (mm-automatic-display): Add text/org.
6855
6856 * mailcap.el (mailcap-mime-extensions): Add .org.
6857
6858 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * gnus-art.el (gnus-article-highlight): Remove argument passed to
6861 gnus-article-add-buttons.
6862
6863 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
6864
6865 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6866 From header with a date and "nobody" as the sender.
6867
6868 2011-01-19 Julien Danjou <julien@danjou.info>
6869
6870 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6871 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6872 if you have the same regexp several times.
6873 (gnus-button-push): Fix matching when regexp is symbol.
6874
6875 2011-01-15 Glenn Morris <rgm@gnu.org>
6876
6877 * message.el (message-mail): A compose-mail function should
6878 accept headers as strings.
6879
6880 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6881
6882 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6883 Add :vert-only tags.
6884 (message-mail): New arg RETURN-ACTION.
6885 (message-return-action): New var.
6886 (message-bury): Use it.
6887 (message-mode): Make it buffer-local.
6888 (message-send-and-exit): Always call message-bury.
6889
6890 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6891 message-mail.
6892
6893 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
6895 * nnimap.el (nnimap-convert-partial-article): Protect against
6896 zero-length body parts.
6897
6898 * mm-decode.el (mm-preferred-alternative-precedence):
6899 Discourage showing empty parts.
6900
6901 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6902 and stuff if the backend didn't return the article number. This fixes
6903 an Exchange-related nnimap bug.
6904
6905 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6906 group window, because it does the wrong thing when a separate frame
6907 displays the group buffer.
6908
6909 * proto-stream.el (open-protocol-stream): Protect against the low-level
6910 transport functions returning nil.
6911
6912 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6913
6914 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6915 (mml2015-epg-find-usable-secret-key): New function.
6916 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6917 mml2015-epg-find-usable-key (Bug#7797).
6918 (mml2015-epg-encrypt): Ditto.
6919
6920 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6921
6922 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6923
6924 2011-01-03 Glenn Morris <rgm@gnu.org>
6925
6926 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6927
6928 * sieve.el (sieve-open-server): Give a more explicit error if
6929 sieve-manage-open returns nil. (Bug#7720)
6930
6931 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6932
6933 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6934
6935 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6936
6937 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6938 This avoids sending passwords in plain text over non-encrypted
6939 channels.
6940
6941 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6942
6943 * nnimap.el (nnimap-login): Refactored out into own function, and
6944 implement CRAM-MD5.
6945 (nnimap-wait-for-line): Refactored out.
6946
6947 * mm-view.el (mml-smime): Require.
6948
6949 2010-12-20 David Engster <deng@eml.cc>
6950
6951 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6952 use EPG to decrypt S/MIME messages instead of openssl.
6953
6954 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6955
6956 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6957
6958 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6959 status is the group clearly is unreachable.
6960
6961 * auth-source.el (auth-source-create): Add the optional second
6962 parameter to `local-variable-p' to be compatible with XEmacs.
6963
6964 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6965
6966 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6967 work when using a compressed nnml folder.
6968
6969 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6970
6971 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6972 backends after sanitising on entry, because this never makes sense:
6973 If the articles have gone missing, then the data no longer exists on
6974 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6975 overwrite anything anyway.
6976
6977 * shr.el (shr-insert-document): Bind shr-width dynamically to
6978 window-width if it's nil.
6979
6980 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6981
6982 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6983 with the meaning of using the full emacs window width for rendering.
6984
6985 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6986
6987 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6988 case when sender is not given.
6989
6990 2010-12-23 Julien Danjou <julien@danjou.info>
6991
6992 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6993 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6994 the addresses, otherwise we might misplaced the gravatar.
6995
6996 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6997
6998 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6999 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
7000 obsolete in Emacs.
7001
7002 2010-12-20 Julien Danjou <julien@danjou.info>
7003
7004 * gnus-util.el (gnus-rescale-image): Revert last change.
7005
7006 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7007
7008 * gnus-group.el (gnus-group-delete-articles): New command.
7009
7010 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7011
7012 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
7013
7014 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
7016 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
7017 here, since it's up to the backends to do CRLF removal if their
7018 protocol has it.
7019
7020 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
7021
7022 2010-12-17 Julien Danjou <julien@danjou.info>
7023
7024 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
7025 they are from file. Can also scale up.
7026
7027 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
7028
7029 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
7030 Restore gnus-use-agent.
7031 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
7032
7033 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
7034
7035 2010-12-17 Julien Danjou <julien@danjou.info>
7036
7037 * gravatar.el (gravatar-retrieve-synchronously): New function.
7038 (gravatar-get-data): Make more robust.
7039
7040 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7041
7042 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
7043 to really consider the last line.
7044
7045 2010-12-16 Daiki Ueno <ueno@unixuser.org>
7046
7047 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
7048 list of recipient keys, or use symmetric encryption if not a list.
7049 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
7050 EPA override, replacing the call to `netrc-store-data'.
7051
7052 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
7053
7054 * gnus-srvr.el: Avoid passing nil regexp argument to
7055 delete-matching-lines.
7056
7057 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7058
7059 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
7060 fetching stops when Gnus exits.
7061
7062 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
7063 function.
7064 (nnfolder-request-expire-articles): Save all the buffers after doing
7065 expiry.
7066
7067 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
7068 the last article", since that led to serious performance regressions
7069 when expiring nnml groups.
7070
7071 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
7072
7073 * nnir.el: Improve customizations.
7074
7075 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7076
7077 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
7078
7079 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
7080 group has been killed.
7081 (gnus-group-yank-group): Ditto.
7082
7083 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
7084
7085 * nnimap.el (nnimap-request-update-group-status): New function.
7086
7087 * gnus-int.el (gnus-request-update-group-status): New interface
7088 function.
7089
7090 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
7091 copying read-ness to the backends.
7092
7093 * nnimap.el (nnimap-quirk): New function.
7094 (nnimap-retrieve-group-data-early): Use it.
7095 (nnimap-quirks): New alist.
7096
7097 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7098
7099 * shr.el (shr-insert): Set shr-start after deleting trailing space;
7100 don't delete it within indentation.
7101
7102 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7103
7104 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
7105 previous line.
7106
7107 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7108
7109 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
7110 QRESYNC command by deleting a superfluous space which broke Cyrus
7111 servers. This change will break other servers that are buggy the other
7112 way around.
7113
7114 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7115
7116 * spam.el: Reindent and fix long lines.
7117 (spam-copy-or-move-routine): Exclude invalid move destinations.
7118
7119 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
7120
7121 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
7122 installed the registry.
7123
7124 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7125
7126 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
7127 groupname doesn't contain "gmane".
7128
7129 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7130
7131 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
7132 (gnus-1): Don't create the nndrafts group twice.
7133 (gnus-setup-news): There's no need to read the active file here, since
7134 that's done again later on a per-backend basis.
7135 (gnus-start-draft-setup): Make sure that the new group is started out
7136 empty.
7137
7138 * gnus-agent.el (gnus-agentize): Don't create the queue group
7139 automatically on startup. It'll be created later, if needed.
7140
7141 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
7142 of automatically subscribed groups.
7143 (gnus-auto-subscribed-categories): New variable.
7144 (gnus-matches-options-n): Use it.
7145 (gnus-default-subscribed-newsgroups): Remove unused variable.
7146 (gnus-start-draft-setup): Message a bit less.
7147
7148 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
7149
7150 * nnir.el (nnir-run-imap): Return article list in order of increasing
7151 UID.
7152
7153 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7154
7155 * gnus-sum.el (gnus-summary-enter-digest-group):
7156 Mention gnus-auto-select-on-ephemeral-exit.
7157
7158 * proto-stream.el (proto-stream-open-network-only): Fix the calling
7159 convention of the network-only option.
7160
7161 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7162
7163 * proto-stream.el (proto-stream-open-network-only): New function to
7164 have a way to specify non-STARTTLS upgrade connections.
7165
7166 2010-12-10 Julien Danjou <julien@danjou.info>
7167
7168 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
7169 email address is nil.
7170
7171 * message.el (message-bogus-recipient-p): Set address to "" if nil.
7172
7173 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
7174
7175 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
7176 deletion.
7177 (nnir-run-imap): Only need to parse list once.
7178
7179 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7180
7181 * shr.el (shr-tag-script): Ignore <script>.
7182 (shr-tag-label): Add <label> support.
7183
7184 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
7185
7186 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
7187
7188 * shr.el (shr-image-displayer): Work for images lined side by side.
7189
7190 2010-12-08 Robert Pluim <rpluim@gmail.com>
7191
7192 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
7193 parameter, since XEmacs doesn't accept t as a parameter.
7194
7195 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
7196
7197 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
7198 ids.
7199 (nnir-run-gmane): Simplify groupspec formatting.
7200 (nnir-request-expire-articles): New function.
7201
7202 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7203
7204 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
7205 overflow, possibly.
7206
7207 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
7208 (shr-render-td): Handle td style="" better.
7209 (shr-tag-table): Use the color from the style sheet.
7210 (shr-render-td): Make sure we copy over all the overlays, too.
7211
7212 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
7213
7214 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
7215 (nnir-request-article): Improve article retrieval.
7216
7217 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * mm-util.el (mm-extra-numeric-entities): New variable.
7220
7221 * mm-url.el (mm-url-decode-entities):
7222 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
7223
7224 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * message.el: Use completion-at-point.
7227 (message-completion-function): New fun, extracted from message-tab.
7228 (message-mode): Use it for completion-at-point-functions.
7229 (message-tab): Use it and completion-at-point.
7230
7231 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7232
7233 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
7234 character if a non-breakable character follows.
7235
7236 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7237
7238 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
7239 any stream.
7240
7241 * shr.el (shr-tag-font): Colorize the region.
7242 (shr-tag-body): Ditto.
7243 (shr-tag-font): Actually let the styles be inherited instead of
7244 overwriting them.
7245 (shr-tag-font): Get the background color right.
7246 (shr-tag-style): Ignore all <style> tags for the moment.
7247
7248 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
7249 a Message-ID to avoid having nnimap depend on gnus-sum.
7250
7251 * shr.el (shr-descend): Only colorize something if we have a node that
7252 sets colors.
7253
7254 2010-12-06 Julien Danjou <julien@danjou.info>
7255
7256 * shr.el (shr-render-td): Render td content with shr-descend, so style
7257 will be applied to <td> too.
7258 (shr-colorize-region): Colorize region even if we only have a background.
7259 (shr-tag-body): Fix color and background color inheritance.
7260 Do not recolorize after shr-generic.
7261 (shr-tag-font): Let shr-generic colorize via inheritance.
7262
7263 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
7264
7265 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
7266
7267 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
7268
7269 * nnir.el (nnir-request-move-article): Remove obsolete code.
7270
7271 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
7274
7275 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
7277 * gnus-sum.el (gnus-summary-respool-article): The completion function
7278 expects a list instead of an alist.
7279
7280 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
7281 string as the parameter.
7282
7283 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
7284
7285 * shr.el (shr-stylesheet): New dynamic variable for cascading the
7286 styles.
7287 (shr-colorize-region): New function.
7288 (shr-insert-background-overlay): Remove.
7289 (shr-render-td): Background setting should be taken care of on a higher
7290 level.
7291 (shr-tag-body): Use post-hoc colorizations.
7292 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
7293 (shr-put-color-1): Don't overwrite old colors.
7294 (shr-colorize-region): When the background color isn't explicit, use
7295 a fixed background.
7296
7297 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
7298 nnmail variables.
7299
7300 2010-12-05 Bjørn Mork <bjorn@mork.no>
7301
7302 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
7303 unless necessary.
7304
7305 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
7306
7307 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
7308 server.
7309
7310 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7311
7312 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
7313 so that TAB works.
7314
7315 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
7316 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
7317
7318 * shr.el (shr-urlify): Show the URL before the title to avoid
7319 misleading URLs.
7320
7321 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
7322
7323 * shr.el (shr-urlify): Display the title in <a> tags.
7324
7325 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
7326
7327 * nnir.el (nnir-categorize): Replace mapcar with mapc.
7328
7329 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
7330
7331 * nnir.el: Rearrange code to allow macros to be autoloaded by
7332 gnus-sum.el.
7333 (nnir-retrieve-headers-override-function): Make this variable
7334 customizable.
7335 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
7336
7337 * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
7338 from nnir.el.
7339
7340 2010-12-03 Julien Danjou <julien@danjou.info>
7341
7342 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
7343
7344 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7345
7346 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
7347 allow optional argument `environment'.
7348
7349 2010-12-03 Glenn Morris <rgm@gnu.org>
7350
7351 * mm-extern.el (message-goto-body): Update declaration.
7352
7353 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7354
7355 * gnus-util.el (gnus-macroexpand-all): New function.
7356
7357 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
7358 instead of macroexpand-all that is unavailable in XEmacs.
7359
7360 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
7361
7362 * nnir.el (nnir-summary-line-format): New variable.
7363 (nnir-mode): Use it.
7364 (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
7365 (nnir-article-ids): Reimplement as defsubst.
7366 (nnir-retrieve-headers): Don't mangle the subject header.
7367 (nnir-run-imap): Use 100 as RSV score.
7368 (nnir-run-find-grep): Fix for full server searching.
7369 (nnir-run-gmane): Better restriction to gmane groups.
7370
7371 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
7372 summary buffers.
7373
7374 2010-12-02 Julien Danjou <julien@danjou.info>
7375
7376 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7377
7378 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7379
7380 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7381 support.
7382
7383 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
7384
7385 * nnir.el: Update to handle the registry better.
7386 (autoload): Silence byte-compiler.
7387 (nnir-open-server): Add a hook for nnir groups.
7388 (nnir-request-move-article): Don't mangle the header. Better to use
7389 formatting variables (which will be added in the future).
7390 (nnir-registry-action): Update the registry using the original article
7391 group name.
7392 (nnir-mode): Install nnir-specific hooks for updating the registry.
7393
7394 * gnus-sum.el
7395 (gnus-article-original-subject, gnus-newsgroup-original-name):
7396 Remove obsolete variables.
7397 (gnus-summary-move-article): Remove use of obsolete variables.
7398 (gnus-summary-local-variables): Make move and delete hooks local to
7399 summary buffers.
7400
7401 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
7403 * rtree.el: New file.
7404
7405 2010-12-01 Julien Danjou <julien@danjou.info>
7406
7407 * message.el (message-user-organization): Do not use
7408 gnus-local-organization.
7409
7410 * gnus.el: Remove gnus-local-organization.
7411
7412 * gnus-msg.el: Remove nastygram thing.
7413
7414 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
7415
7416 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7417 funcall.
7418
7419 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
7420
7421 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7422 names.
7423
7424 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7425 characters.
7426
7427 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7428 to t of inhibit-read-only since it is inside gnus-with-article-headers.
7429 Suggested by Štěpán Němec <stepnem@gmail.com>.
7430 (gnus-gravatar-transform-address): Use mail-extract-address-components
7431 that supports non-ASCII names rather than mail-header-parse-addresses.
7432
7433 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7434
7435 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7436 handled by the network handler.
7437
7438 2010-11-30 Julien Danjou <julien@danjou.info>
7439
7440 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7441 (nnimap-open-connection-1): Fix PREAUTH.
7442
7443 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7444
7445 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
7446
7447 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7448 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7449 (shr-insert): Use them.
7450 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7451
7452 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7453
7454 * nnir.el (nnir-request-move-article): Bail out if original group
7455 doesn't support article moves.
7456 (nnir-get-active): Improve active list retrieval.
7457
7458 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7459
7460 * shr.el (shr-find-fill-point): Don't break before apostrophes.
7461
7462 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
7463
7464 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7465 seem to accept strings-with-numbers as port numbers.
7466
7467 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
7468
7469 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7470 change the registry.
7471
7472 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
7473
7474 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7475 delete-dups that is not available in XEmacs 21.4.
7476
7477 * mm-util.el (mm-delete-duplicates): Add comment.
7478
7479 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
7480
7481 * nnir.el (nnir-ignored-newsgroups): New variable.
7482 (nnir-get-active): Use it.
7483
7484 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7485
7486 * proto-stream.el (proto-stream-open-network): Add some comments.
7487
7488 * nntp.el (nntp-open-connection): Provide a :success condition.
7489
7490 * nnimap.el (nnimap-open-connection-1): Ditto.
7491
7492 * proto-stream.el (proto-stream-open-network): See what the response to
7493 the STARTTLS command is.
7494
7495 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7496 backwards compatibility).
7497 (nnimap-open-connection-1): Really respect nnimap-server-port.
7498
7499 * proto-stream.el (proto-stream-open-network): When doing opportunistic
7500 TLS upgrades we don't really care about the identity of the peer.
7501 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7502 that what we've checked for.
7503 (proto-stream-always-use-starttls): Only default to t if
7504 open-gnutls-stream exists.
7505 (proto-stream-open-network): If STARTTLS failed, then just open a
7506 normal connection.
7507 (proto-stream-open-network): Wait until the greeting before doing
7508 STARTTLS.
7509
7510 * nntp.el (nntp-open-connection): Report what the connection error is.
7511
7512 * proto-stream.el (open-protocol-stream): Rename from
7513 open-proto-stream.
7514
7515 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7516
7517 * nnimap.el (nnimap-stream): Change default to `undecided'.
7518 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7519 first, and then network.
7520 (nnimap-open-connection-1): Respect nnimap-server-port.
7521 (nnimap-open-connection): Be more backwards-compatible.
7522
7523 * proto-stream.el (proto-stream-always-use-starttls): New variable.
7524 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7525 (proto-stream-open-starttls): Folded back into the main function.
7526 (proto-stream-open-network): Fix typo in the GnuTLS path.
7527 (proto-stream-command): Refactor out.
7528
7529 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7530
7531 * proto-stream.el (proto-stream-open-starttls): Actually implement the
7532 starttls.el STARTTLS.
7533
7534 * color.el (color-lab->srgb): Fix function call name.
7535
7536 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7537 if we're using tls.el.
7538 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7539 built in, then don't try to establish a STARTTLS connection.
7540
7541 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7542 servers.
7543
7544 * proto-stream.el (open-proto-stream): Use network, not stream.
7545 (open-proto-stream): Add a way to specify what the end of a command is.
7546
7547 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7548 connections types.
7549 (nntp-open-network-stream): Remove.
7550 (nntp-open-ssl-stream): Remove.
7551 (nntp-open-tls-stream): Remove.
7552 (nntp-ssl-program): Remove.
7553
7554 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7555
7556 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
7557
7558 * nnir.el: Fix typos.
7559 (nnir-retrieve-headers-override-function): Rename variable to reflect
7560 new semantics.
7561 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7562 macros.
7563 (nnir-request-article, nnir-request-move-article): Use them.
7564 (nnir-categorize): New function.
7565 (nnir-run-query): Use it.
7566 (nnir-retrieve-headers): Rewrite to batch header retrieval.
7567 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7568 sorted.
7569 (nnir-group-full-name): Use gnus-group-full-name instead.
7570 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7571 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7572
7573 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7574
7575 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7576
7577 * proto-stream.el: New library to provide protocol-specific
7578 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7579 protocols.
7580 (open-proto-stream): Complete the documentation.
7581 (proto-stream-open-network): Fix some typos.
7582
7583 * nnimap.el (nnimap-open-connection): Use it.
7584
7585 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
7586
7587 * pop3.el (pop3-open-server): Read server greeting before starting TLS
7588 negotiation.
7589
7590 2010-11-26 Julien Danjou <julien@danjou.info>
7591
7592 * color.el: Rename various rgb functions to srgb.
7593
7594 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7595
7596 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7597 names.
7598
7599 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
7600
7601 * shr.el (shr-insert): Revert last change.
7602 (shr-find-fill-point): Never leave point being at bol;
7603 relax the kinsoku limitation when rendering tables.
7604
7605 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7606
7607 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7608 results from -accept-article.
7609
7610 * shr-color.el: Require cl when compiling.
7611
7612 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7613 checkin.
7614
7615 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7616
7617 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7618
7619 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7620 'add and 'delete to set backend marks.
7621
7622 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7623
7624 * nnheader.el (nnheader-update-marks-actions): Refactor out.
7625
7626 * nntp.el (nntp-request-set-mark): Use it.
7627
7628 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7629
7630 * nnml.el (nnml-request-set-mark): Ditto.
7631
7632 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7633 introduces regressions in article selection.
7634 (nnimap-find-uid-response): New function.
7635 (nnimap-request-accept-article): Use the UID returned, if any.
7636 (nnimap-request-move-article): Use the UID returned, if any.
7637 (nnimap-get-groups): Reimplement to work with folded lines.
7638 (nnimap-find-uid-response): The UID is the last element in the list.
7639 (nnimap-request-set-mark): Extend syntax with 'set.
7640
7641 * nnml.el (nnml-request-set-mark): Ditto.
7642
7643 * nnfolder.el (nnfolder-request-set-mark): Ditto.
7644
7645 * nntp.el (nntp-request-set-mark): Ditto.
7646
7647 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7648
7649 * message.el (message-called-interactively-p): A temporary macro.
7650 (message-goto-body): Use it temporarily.
7651
7652 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7653
7654 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7655 (nnimap-last-response-string): Unfold quoted lines, if they exist.
7656 (nnimap-last-response-string): Fix last unfolding fix.
7657
7658 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * shr.el (shr-insert): Fix the way to fold lines.
7661
7662 2010-11-25 Julien Danjou <julien@danjou.info>
7663
7664 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7665
7666 * color.el: Rename from color-lab.el
7667 (color-rgb->hex): Add.
7668 (color-complement): Add.
7669 (color-complement-hex): Add.
7670
7671 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7672
7673 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7674
7675 * shr-color.el (shr-color-visible): Don't bug out if the color names
7676 don't exist.
7677
7678 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7679
7680 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7681 assuming that article displaying or another mml-preview may be
7682 interrupted for an error or for the like.
7683
7684 * shr.el (shr-get-background): Fix argument name.
7685
7686 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7687
7688 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7689
7690 * gnus-sum.el (gnus-summary-include-articles): New function.
7691
7692 * message.el (message-goto-body): called-interactively-p needs a
7693 parameter, so use `any'.
7694
7695 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7696 clear marks before moving, since they're synced from the Gnus side
7697 first.
7698
7699 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7700 (gnus-summary-move-article): Copy over all marks before moving, so that
7701 IMAP doesn't think a new article has arrived.
7702
7703 2010-11-24 Julien Danjou <julien@danjou.info>
7704
7705 * shr.el (shr-insert-background-overlay): Fix typo.
7706 (shr-render-td): Copy the background before rendering.
7707
7708 * shr-color.el (shr-color-visible): Fix docstring.
7709
7710 * shr.el (shr-tag-table): Add bgcolor support.
7711 (shr-render-td): Add bgcolor support.
7712 (shr-get-background): Add.
7713 (shr-insert-foreground-overlay): Use shr-get-background.
7714
7715 * message.el (message-goto-body): Use called-interactively-p.
7716 (message-in-body-p): message-goto-body returns point.
7717
7718 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7719
7720 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
7721 Fixes something or other in Emacs 23, and is backwards compatible.
7722
7723 * message.el (message-goto-body): Remove the <#secure special-casing,
7724 which is too special.
7725
7726 * shr.el (shr-parse-style): Drop !important from styles.
7727
7728 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
7729
7730 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7731 this function to return incorrect results when calling it with an
7732 explicit article argument different from
7733 (gnus-summary-article-number).
7734
7735 2010-11-24 Julien Danjou <julien@danjou.info>
7736
7737 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7738 (shr-tag-body): Add background support.
7739 (shr-descend): Add background support.
7740 (shr-tag-title): Add.
7741
7742 * shr-color.el (shr-color-visible): Really return original background
7743 if fixed.
7744
7745 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7746
7747 * shr.el (shr-color-check): Protect against non-existent color names.
7748
7749 2010-11-24 Julien Danjou <julien@danjou.info>
7750
7751 * color-lab.el: Require 'cl when compiling.
7752
7753 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7754
7755 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7756 matched part.
7757
7758 * color-lab.el: Fix all expt calls to use float type.
7759
7760 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7761
7762 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7763 expression to shr-color-check as is.
7764
7765 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7766
7767 * color-lab.el: Add coding cookie.
7768 (float-pi): Use eval-and-compile.
7769
7770 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7771
7772 * shr.el (shr-insert-color-overlay): Split stuff like
7773 "#444444 !important" to find the real color.
7774 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7775 parse <font color="red"> entries.
7776
7777 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
7778
7779 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
7780 point when parsing headers.
7781
7782 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
7783 is positioned properly when parsing headers.
7784
7785 2010-11-23 Julien Danjou <julien@danjou.info>
7786
7787 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7788
7789 * shr-color.el (shr-color->hexadecimal): Add support for color names.
7790
7791 * shr.el (shr-parse-style): Replace \n with space in style parsing.
7792
7793 * shr-color.el (shr-color-hsl-to-rgb-fractions):
7794 Use shr-color-hue-to-rgb.
7795 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7796
7797 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7798
7799 * shr.el (shr-color->hexadecimal): Autoload.
7800 (shr-descend): Add color to all tags.
7801
7802 2010-11-22 Julien Danjou <julien@danjou.info>
7803
7804 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7805 shr-color->hexadecimal.
7806
7807 * shr-color.el (shr-color->hexadecimal): Add converting functions for
7808 RGB() or HSL() color representation.
7809
7810 * shr.el (shr-tag-font): Add.
7811 (shr-tag-color-check): New function to get better colors.
7812 (shr-tag-insert-color-overlay): Factorize code between tag-font and
7813 tag-span.
7814
7815 * shr-color.el: New file.
7816
7817 * color-lab.el: New file.
7818
7819 * gnus-art.el (gnus-url-mailto): Do not downcase args.
7820
7821 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
7822
7823 * nnir.el: Fix typo in comments.
7824 (nnir-run-imap): Simplify code. No need to reverse artlist.
7825 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7826
7827 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7828
7829 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7830
7831 * nnimap.el (nnimap-get-capabilities): Refactor out.
7832 (nnimap-open-connection): Re-request capabilities after STARTTLS.
7833
7834 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
7835
7836 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7837 appearing when `mm-uu-hide-markers' is nil.
7838
7839 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7840
7841 * nnimap.el (nnimap-unselect-group): Make into its own function.
7842 (nnimap-request-rename-group): Unselect group before renaming.
7843 This had gotten lost somewhere.
7844 (nnimap-request-accept-article): Keep track of examined groups, and
7845 unselect the group before APPENDing to read-only groups.
7846 (nnimap-request-move-article): Clear flags before moving so that they
7847 can be re-set later.
7848
7849 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
7850
7851 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7852 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7853
7854 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
7855
7856 * gnus-art.el (gnus-mime-display-single):
7857 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7858 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7859 parameter.
7860
7861 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7862
7863 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7864 (shr-table-vertical-line): New variable.
7865 (shr-insert-table): Use it.
7866
7867 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
7868
7869 * gnus-html.el (gnus-html-wash-images): Don't display images if
7870 gnus-inhibit-images is non-nil; register displayer for cid images.
7871 (gnus-html-display-image): Work for cid image.
7872 (gnus-html-insert-image): Allow arguments.
7873 (gnus-html-put-image): Inhibit read-only.
7874 (gnus-html-prefetch-images): Don't prefetch images if
7875 gnus-inhibit-images is non-nil.
7876
7877 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7878
7879 * shr.el (shr-put-image): Break lines when inserting big pictures.
7880
7881 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7882
7883 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7884 sender, thanks Katsumi Yamaoka.
7885
7886 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7887
7888 * nnir.el (nnir-run-imap): Reverse the article list for each group
7889 rather than the whole list.
7890
7891 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7892
7893 * shr.el (shr-image-displayer): Protect function against non-existent
7894 image source.
7895
7896 * gnus-art.el (gnus-inhibit-images): New user option.
7897 (gnus-mime-display-single): Don't display image if it is non-nil.
7898
7899 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7900 gnus-inhibit-images.
7901
7902 * shr.el (shr-image-displayer): New function.
7903 (shr-tag-img): Use it.
7904
7905 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7906
7907 * mml2015.el (mml2015-epg-sign): Use From header.
7908
7909 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7910
7911 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7912
7913 * gnus-util.el (gnus-find-text-property-region): Return markers.
7914
7915 * shr.el (shr-tag-img): Put a displayer in the text property.
7916
7917 * gnus-util.el (gnus-find-text-property-region): New utility function.
7918
7919 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7920 (gnus-html-show-images): Remove.
7921
7922 * gnus-art.el (gnus-article-show-images): New, more general function.
7923
7924 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7925 image url text properties.
7926
7927 * shr.el: Ditto.
7928
7929 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7930 gnus-agent-auto-agentize-methods is set. Which it isn't.
7931
7932 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7933
7934 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7935 work for two or more articles.
7936
7937 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7938
7939 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7940 divide an image that's in an html article to two or more when washing
7941 non-ASCII characters in alt text of it.
7942
7943 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7944
7945 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7946 smime-decrypt-region using function argument.
7947 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7948
7949 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7950
7951 * smime.el (smime-decrypt-region): Catch it.
7952
7953 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * smime.el (smime-mode-map): Move initialization into declaration.
7956 (gnus-run-mode-hooks): Don't autoload.
7957 (smime-mode): Use define-derived-mode.
7958
7959 2010-11-11 Glenn Morris <rgm@gnu.org>
7960
7961 * smime.el (from): Restrict declaration to XEmacs.
7962
7963 * nnir.el (gnus-group-topic-name): Autoload.
7964
7965 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * shr.el (shr-insert): Don't break long line if it is because of
7968 kinsoku-bol characters in the line end.
7969
7970 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7971
7972 * nnir.el (nnir-request-move-article): Fix to provide original group
7973 and subject.
7974 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7975 been retrieved.
7976
7977 * gnus-sum.el (gnus-summary-move-article): Use original group and
7978 subject for virtual articles such as those in an nnir summary buffer.
7979
7980 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7983 least 21.5).
7984
7985 * smime.el (from): Declare it again for XEmacs.
7986
7987 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7988
7989 * message.el (message-resend): Don't disable encoding unless it's
7990 already encoded.
7991
7992 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7993 low-numbered articles.
7994
7995 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * rfc2047.el (rfc2047-syntax-table): Simplify.
7998
7999 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
8000 set-char-table-range for XEmacs.
8001
8002 2010-11-10 Glenn Morris <rgm@gnu.org>
8003
8004 * smime.el (from): Remove unused declaration.
8005
8006 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
8007 (gnus-float-time): On Emacs, always an alias.
8008
8009 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
8010 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
8011
8012 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8013
8014 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
8015
8016 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8017
8018 * shr.el (browse-url-mailto): Autoload.
8019
8020 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
8021
8022 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
8023 regexp doesn't need quoting.
8024
8025 2010-11-09 Sven Joachim <svenjoac@gmx.de>
8026
8027 * message.el (message-subject-trailing-was-ask-regexp)
8028 (message-subject-trailing-was-regexp): Match was: in addition to was.
8029
8030 2010-11-09 Glenn Morris <rgm@gnu.org>
8031
8032 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
8033 (nnbabyl-check-mbox): Use point-at-bol.
8034
8035 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8036
8037 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
8038
8039 * message.el (message-mailto): New function.
8040 (message-mailto): Should accept other parameters.
8041 (message-mailto): Remove since it duplicates browse-url-mailto
8042 functionality.
8043
8044 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8045
8046 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
8047 methods.
8048 (gnus-read-active-file): Ditto.
8049
8050 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
8051 ": " from the prompt.
8052 (gnus-group-make-group): Ditto.
8053
8054 2010-11-07 Glenn Morris <rgm@gnu.org>
8055
8056 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
8057 (gnus-bookmark-kill-line): Use point-at-eol.
8058
8059 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8060
8061 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
8062 asterisks in From header.
8063
8064 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8065
8066 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
8067 string to avoid making the From headers syntactically invalid.
8068
8069 * message.el (message-send-mail): Don't insert courtesy messages if the
8070 message already has List-Post and List-ID messages.
8071
8072 2010-11-06 Glenn Morris <rgm@gnu.org>
8073
8074 * gnus-art.el (gnus-treat-article): Give dynamic local variables
8075 `condition', `type', `length' a prefix.
8076 (gnus-treat-predicate): Update for above name changes.
8077
8078 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
8079
8080 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
8081 binding. Handled by `gnus-summary-refer-thread' instead.
8082 (nnir-warp-to-article): New backend function.
8083
8084 * nnimap.el (nnimap-request-thread): Force dependency updating.
8085
8086 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
8087 (gnus-summary-refer-thread): Rework to improve thread-referral.
8088
8089 * gnus-int.el (gnus-warp-to-article): New function.
8090
8091 * gnus-sum.el (gnus-summary-article-map): Bind it.
8092
8093 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
8094
8095 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
8096 gnus-summary-refer-thread.
8097
8098 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
8099 headers.
8100 (gnus-summary-limit-include-thread): Prevent articles in thread from
8101 being cut in gnus-cut-threads.
8102 (gnus-summary-refer-thread): Limit retrieved headers to those in
8103 thread.
8104
8105 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8106
8107 * message.el (message-send-mail): Use the value of
8108 message-courtesy-message from the message buffer.
8109
8110 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
8111
8112 * shr.el (shr-browse-url): Implement mailto: URLs.
8113
8114 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
8115 "raw".
8116
8117 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
8118 if it's already selected.
8119
8120 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
8121
8122 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
8125 to measure the length and truncate alt text.
8126
8127 2010-11-03 Glenn Morris <rgm@gnu.org>
8128
8129 * nndiary.el (nndiary-generate-nov-databases-1)
8130 (nndiary-generate-active-info): Rename dynamic variable `files' to
8131 something less generic.
8132
8133 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
8134
8135 * nnir.el (nnir-request-move-article): Call the underlying backend to
8136 move articles from nnir.
8137
8138 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
8140 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
8141
8142 2010-11-02 Julien Danjou <julien@danjou.info>
8143
8144 * nnir.el: Remove wais support.
8145
8146 2010-11-02 Glenn Morris <rgm@gnu.org>
8147
8148 * gnus-html.el: Reorder requirements to quieten compiler.
8149
8150 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8151
8152 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
8153 properly for XEmacs as well.
8154 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
8155 (gnus-article-natural-long-line-p): Use window-width rather than
8156 frame-width.
8157
8158 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
8159
8160 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
8161 (nnir-read-parms): Don't modify query.
8162 (nnir-run-query): Add ability to search topic on current line.
8163 (nnir-get-active): Clean up.
8164
8165 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8166
8167 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
8168 degenerate articles.
8169
8170 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
8171 (gnus-print-buffer): Just print the buffer as is, without any copying
8172 to a buffer and then re-highlighting.
8173
8174 * nnimap.el (nnimap-request-group): Store the new updated info.
8175 (nnimap-request-group): Select the group when we don't know whether it
8176 exists or not.
8177
8178 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
8179 groups.
8180
8181 * gnus-group.el (gnus-group-find-new-groups): Display all the new
8182 groups.
8183
8184 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
8185 groups.
8186
8187 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
8188 long-lines case by only filling the long lines.
8189
8190 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
8191 (bug#7311).
8192
8193 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8194
8195 * shr.el: No need to declare `declare-function' since shr.el is for
8196 only Emacsen that provide `libxml-parse-html-region'.
8197
8198 2010-11-01 Glenn Morris <rgm@gnu.org>
8199
8200 * mm-util.el (gnus-completing-read): Autoload.
8201 (mm-read-coding-system): Simplify Emacs definition.
8202
8203 * nnmail.el (gnus-activate-group):
8204 * nnimap.el (gnutls-negotiate):
8205 * nntp.el (netrc-parse): Fix declarations.
8206
8207 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8208
8209 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
8210 string-match-p in Emacs >=23.
8211
8212 * gnus-msg.el (gnus-configure-posting-styles):
8213 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
8214
8215 2010-11-01 Glenn Morris <rgm@gnu.org>
8216
8217 * nnir.el (declare-function): Add compat stub.
8218 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
8219 (nnir-run-gmane): Require 'mm-url.
8220
8221 * mm-util.el (mm-string-to-multibyte): Simplify.
8222
8223 * shr.el (declare-function): Add compat stub.
8224 (url-cache-create-filename): Declare.
8225 (mm-disable-multibyte, widget-convert-button): Autoload.
8226
8227 * smime.el (ldap-search): Declare.
8228 (smime-cert-by-ldap-1): Require ldap on Emacs.
8229
8230 * nnimap.el: Require nnmail, and gnus-sum when compiling.
8231 (nnimap-keepalive): Use gnus-float-time.
8232
8233 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
8234 (mail-source-delete-crash-box): Use gnus-float-time.
8235
8236 * gnus-dired.el (gnus-completing-read): Autoload.
8237
8238 * mm-view.el (gnus-rescale-image): Autoload.
8239
8240 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
8241
8242 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
8243
8244 * sieve-manage.el: Require 'cl when compiling.
8245
8246 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
8247 (gnus-iswitchb-completing-read): Require iswitchb.
8248 (gnus-select-frame-set-input-focus): Silence compiler.
8249
8250 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8251
8252 * message.el (message-subject-trailing-was-query): Change default to t,
8253 since I think that's what most people want.
8254
8255 * nnimap.el (nnimap-request-accept-article): Erase buffer before
8256 appending for easier debugging.
8257 (nnimap-wait-for-connection): Take a regexp.
8258 (nnimap-request-accept-article): Wait for the continuation line before
8259 sending anything unless we're streaming.
8260
8261 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
8262 leave the header washing to take place.
8263
8264 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
8265
8266 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
8267 regular expression match and replace in posting styles.
8268
8269 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
8270
8271 * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
8272 an entire server.
8273 (nnir-get-active): New function.
8274 (nnir-run-imap): Use it.
8275 (nnir-run-gmane): Who knew, gmane search returns an article score!
8276
8277 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
8278 server on the current line with nnir.
8279
8280 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8281
8282 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
8283 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
8284 left edge.
8285 (gnus-article-foldable-buffer): Skip past the prefix when determining
8286 raggedness.
8287
8288 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
8289 the raw article, and change `C-u g' to show the article without doing
8290 treatments.
8291
8292 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
8293 on to `gnus-treat-article'.
8294 (gnus-inhibit-article-treatments): New variable.
8295
8296 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
8297
8298 * gnus-art.el (gnus-treatment-function-alist): Have
8299 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
8300 (gnus-treat-fill-long-lines): Change default to fill all text/plain
8301 sections.
8302
8303 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
8304 parameter.
8305 (gnus-article-fill-cited-long-lines): New function.
8306 (gnus-article-fill-cited-article): Allow filling only long sections.
8307
8308 * shr.el (shr-find-fill-point): Don't break lines between punctuation
8309 and non-punctuation (like after the apostrophe in "'We").
8310
8311 * gnus-sum.el (gnus-summary-select-article): Make sure
8312 gnus-original-article-buffer is alive.
8313
8314 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
8315 reflect the order they are in the digest.
8316
8317 * gnus.el (gnus-group-startup-message): Move point to the start of the
8318 buffer.
8319
8320 * nnimap.el (nnimap-capability): New function.
8321 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
8322 is set.
8323
8324 2010-10-31 David Engster <dengste@eml.cc>
8325
8326 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
8327 conform with changes to gnus-completing-read.
8328
8329 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8330
8331 * shr.el (shr-tag-img): Output "*" instead of "[img]".
8332
8333 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8334
8335 * nnir.el: Move defvar, defcustom around to keep file organized
8336 and keep byte-compiler quiet.
8337 (nnir-read-parms): Accept search-engine as arg.
8338 (nnir-run-query): Pass search-engine as arg.
8339 (nnir-search-engine): Remove.
8340
8341 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8342
8343 * shr.el (shr-generic): The text nodes should be text, not :text.
8344
8345 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
8346 later in the file.
8347
8348 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
8349
8350 * nnir.el: General clean up. Allow searching with multiple engines.
8351 Allow separate extra-parameters for each engine.
8352 Batch queries when possible.
8353 (nnir-imap-default-search-key, nnir-method-default-engines):
8354 Add customize interface.
8355 (nnir-run-gmane): New engine.
8356 (nnir-engines): Use it. Qualify all prompts with engine name.
8357 (nnir-search-engine): Remove global variable.
8358 (nnir-run-hyrex): Restore for now.
8359 (nnir-extra-parms, nnir-search-history): New variables.
8360 (gnus-group-make-nnir-group): Use them.
8361 (nnir-group-server): Remove in favor of gnus-group-server.
8362 (nnir-request-group): Avoid searching twice.
8363 (nnir-sort-groups-by-server): New function.
8364
8365 2010-10-30 Julien Danjou <julien@danjou.info>
8366
8367 * gnus-group.el: Remove gnus-group-fetch-control.
8368
8369 * gnus-start.el (gnus-find-new-newsgroups):
8370 Remove gnus-check-first-time-used.
8371
8372 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
8373
8374 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8375
8376 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8377 set on groups that don't have \* permanentflags.
8378
8379 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8380
8381 * shr.el (shr-tag-span): Drop colorization of regions since we don't
8382 control the background color.
8383 (shr-tag-img): Ignore very small web bug type images.
8384 (shr-put-image): Add help-echo alt texts to the images.
8385 (shr-tag-video): Show the video poster image.
8386
8387 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
8389 * shr.el (shr-table-depth): New variable.
8390 (shr-tag-table-1): Only insert the images after the top-level table.
8391
8392 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8393
8394 * gnus-util.el (gnus-list-memq-of-list): New function.
8395
8396 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8397 selected.
8398 (nnimap-unsplittable-articles): New slot.
8399 (nnimap-new-articles): Use it.
8400
8401 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
8402
8403 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8404 move to the previous line on `M-g'.
8405
8406 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8407
8408 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8409 *-request-group, which seems unnecessary.
8410
8411 * nnimap.el (nnimap-quote-specials): Function copied over from
8412 imap.el.
8413 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8414 they support that. Suggested by Tom Regner.
8415
8416 2010-10-29 Julien Danjou <julien@danjou.info>
8417
8418 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8419 defalias.
8420 (gnus-summary-delete-marked-with): Remove obsolete defalias.
8421
8422 * gnus.el: Remove `gnus-nntp-service' variable.
8423 (gnus-secondary-servers): Make obsolete.
8424 (gnus-nntp-server): Make obsolete.
8425
8426 * gnus-start.el (gnus-1): Remove x-splash calls.
8427
8428 * gnus-ems.el (gnus-x-splash): Remove.
8429
8430 * gnus.el (gnus-group-startup-message): Simplify/update code.
8431
8432 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8433 capability before doing anything.
8434 (gnus-group-insert-group-line): Remove useless
8435 gnus-group-remove-excess-properties.
8436
8437 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8438
8439 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8440
8441 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8442
8443 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8444 config after reselecting.
8445
8446 2010-10-28 Julien Danjou <julien@danjou.info>
8447
8448 * shr.el (shr-put-image): Use point even if only inserting text.
8449 (shr-put-image): Save excursion when inserting alt text on non-graphic
8450 display, so the behavior is the same when we are on a graphic display.
8451
8452 * nnir.el (nnir-run-swish-e): Remove hyrex support.
8453
8454 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8455
8456 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8457 (gnus-mime-copy-part): Check coding system, not charset.
8458 (gnus-mime-view-part-externally): Never remove part.
8459 (gnus-mime-view-part-internally): Don't remove part here.
8460 (gnus-article-part-wrapper): Make sure MIME tag is visible.
8461 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8462 multipart/alternative.
8463
8464 * mm-decode.el (mm-display-part): Take optional arg `force'.
8465
8466 2010-10-26 Julien Danjou <julien@danjou.info>
8467
8468 * gnus-group.el (gnus-group-default-list-level): Add this function to
8469 compute the default list level.
8470 (gnus-group-default-list-level): Add possibility to use a function.
8471
8472 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8473
8474 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8475
8476 * gnus-group.el (gnus-group-completing-read)
8477 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8478 gnus-replace-in-string.
8479
8480 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * shr.el (shr-tag-div): Add.
8483
8484 2010-10-25 Julien Danjou <julien@danjou.info>
8485
8486 * gnus-util.el: Remove `gnus-with-local-quit'.
8487
8488 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8489
8490 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8491
8492 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8493 the original article buffer.
8494
8495 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8496
8497 * nnimap.el (nnimap-request-head): New function.
8498 (nnimap-request-move-article): Try to be slightly faster by not
8499 requesting the entire message when moving.
8500 (nnimap-transform-headers): Don't bug out on bodiless articles.
8501 (nnimap-send-command): Have no outstanding messages if the IMAP server
8502 doesn't support streaming.
8503 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8504
8505 2010-10-24 Julien Danjou <julien@danjou.info>
8506
8507 * message.el (message-default-headers): Fix type.
8508
8509 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8510
8511 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8512 prefetching images.
8513
8514 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8515 backend for unknown groups. This is mainly useful for nnimap groups.
8516
8517 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8518 group isn't covered by the agent.
8519
8520 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
8521
8522 * nnir.el (nnir-method-default-engines): New variable.
8523 (nnir-run-query): Use it.
8524 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8525 (gnus-summary-nnir-goto-thread): Change group if needed.
8526
8527 * gnus-group.el (gnus-group-group-map): Add key binding for
8528 gnus-group-make-nnir-group.
8529
8530 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8531
8532 * shr.el (shr-tag-object): Add.
8533
8534 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8535 original article buffer live.
8536 (gnus-summary-select-article-buffer):
8537 Mention gnus-widen-article-buffer.
8538
8539 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8540
8541 * shr.el (shr-tag-strong): Add.
8542
8543 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8544
8545 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8546 group names. They mess up the group buffer badly.
8547
8548 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8549
8550 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8551 instead of the summary one.
8552
8553 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
8554
8555 * mml.el (mml-preview): Work properly when editing article.
8556
8557 * gnus-start.el (gnus-read-active-file-1): Don't add method to
8558 gnus-have-read-active-file if it's already been in.
8559
8560 2010-10-22 Tom Tromey <tromey@redhat.com>
8561
8562 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8563 gnus-group-completing-read.
8564
8565 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566
8567 * message.el (message-mode-map): Don't bind M-; to comment region, to
8568 allow the global comment-dwim to work.
8569
8570 2010-10-21 Julien Danjou <julien@danjou.info>
8571
8572 * message.el (message-setup-1): Allow message-default-headers to be a
8573 function.
8574
8575 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * shr.el (shr-tag-table): Simplify.
8578
8579 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8580
8581 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8582 to avoid trying to snarf invalid stuff.
8583
8584 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8585
8586 * gnus.el (gnus-message-archive-group): Quote value.
8587 (gnus-message-archive-group): Mark as changed.
8588
8589 * shr.el (shr-add-font): Don't put the font properties on the newline
8590 or the indentation.
8591
8592 * message.el (message-fix-before-sending): Change options when sending
8593 non-printable characters.
8594
8595 * gnus.el (gnus-message-archive-method): Change the default to
8596 monthly outgoing groups.
8597
8598 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8599 that have gotten new numbers.
8600
8601 * nnimap.el (nnimap-request-replace-article): New function.
8602
8603 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8604
8605 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8606 (nnrss-request-article): Don't use special html washing code.
8607
8608 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8609
8610 * shr.el (shr-tag-table): Remove useless nconc.
8611
8612 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8613
8614 * gnus-art.el (article-wash-html): Simplify and remove the charset
8615 stuff. Use the normal html rendering code instead of the special html
8616 washing code.
8617
8618 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8619 `gnus-w3m' symbols.
8620 (mm-text-html-washer-alist): Remove.
8621
8622 * mm-decode.el (mm-inline-text-html-renderer): Remove.
8623 (mm-inline-media-tests): Remove use.
8624 (mm-text-html-renderer): Change default to the `shr' symbol.
8625
8626 * mm-view.el (mm-inline-text-html): Remove use.
8627
8628 * gnus-art.el (gnus-blocked-images): New function. Allow the
8629 `gnus-blocked-images' to be a function.
8630 (gnus-article-wash-function): Remove.
8631
8632 2010-10-20 Julien Danjou <julien@danjou.info>
8633
8634 * spam.el (spam-list-of-processors): Mark as obsolete.
8635
8636 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8637 (nnimap-insert-partial-structure): Fix boundary detection.
8638
8639 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
8640
8641 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8642 run file-truename on remote files. This can be expensive and even
8643 prevent one from editing drafts if some unrelated buffer has a stale
8644 connection.
8645
8646 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8649 kinsoku-eol regardless of shr-kinsoku-shorten.
8650 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8651 (shr-tag-table): Support caption, thead, and tfoot.
8652
8653 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8656 lines.
8657 (shr-save-contents): New command and keystroke.
8658
8659 * nndoc.el (nndoc-type-alist): Add git support.
8660 (nndoc-git-type-p): New function.
8661 (nndoc-transform-git-article): Ditto.
8662 (nndoc-transform-git-headers): Ditto.
8663 (nndoc-transform-git-headers): Generate Subject headers.
8664
8665 * shr.el (shr-parse-style): New function.
8666 (shr-tag-span): Ditto.
8667
8668 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8669 to `G G' to avoid collisions.
8670
8671 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * shr.el: Load kinsoku if necessary.
8674 (shr-kinsoku-shorten): New internal variable.
8675 (shr-find-fill-point): Make kinsoku shorten text line if
8676 shr-kinsoku-shorten is bound to non-nil.
8677 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8678 shr-indentation too when testing if table is wider than frame width.
8679 (shr-insert-table): Use `string-width' instead of `length' to measure
8680 text width.
8681 (shr-insert-table-ruler): Make sure indentation is done at bol.
8682
8683 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8686 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8687 undecoded network data.
8688
8689 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8690
8691 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8692 name in the mode line spec so that the mode line menu works
8693 (bug#2431).
8694
8695 * message.el (message-get-reply-headers): If we're fed `to-address',
8696 then always use that.
8697
8698 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8699 aren't so wide as to need to switch off the edit menu.
8700
8701 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8702 binding. Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8703
8704 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8705 `M-g'.
8706 (nnimap-update-info): Update flags/read marks even if \* isn't part of
8707 the permanent marks.
8708
8709 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
8710
8711 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8712 Splitting according to references/in-reply-to obeys the ignore-groups
8713 variable, while splitting by sender and subject do not.
8714
8715 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8716
8717 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8718 alist, so that we can look for non-Unicode chars.
8719 (article-translate-strings): Allow both character and string maps.
8720
8721 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * shr.el (shr-insert): Don't insert space behind a wide character
8724 categorized as kinsoku-bol, or between characters both categorized as
8725 nospace.
8726
8727 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
8728
8729 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
8730 headers to gnus-newsgroup-headers.
8731
8732 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8733
8734 * shr.el (shr-tag-img): Don't align images -- since we're not
8735 rescaling, this often leads to ugly displays.
8736
8737 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
8738
8739 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8740 duplicates.
8741
8742 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
8743
8744 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8745 call.
8746
8747 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8748
8749 * gnus.el: Autoload gnus-html-show-images.
8750
8751 * nnimap.el: Use nnheader-message throughout.
8752
8753 * shr.el (shr-tag-img): Ignore images with no data.
8754
8755 2010-10-15 Julien Danjou <julien@danjou.info>
8756
8757 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8758 a possibility to disable format=flow encoding when using hard newlines.
8759
8760 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * shr.el (shr-insert): Remove space inserted before or after a
8763 breakable character or at the beginning or the end of a line.
8764 (shr-find-fill-point): Do kinsoku; find the second best point or give
8765 it up if there's no breakable point.
8766
8767 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8768
8769 * nnimap.el (nnimap-open-connection): Message when opening connection
8770 for debugging purposes.
8771
8772 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8773 on every setup buffer call to allow this to change from article to
8774 article.
8775
8776 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8777 buffers where we have a wide table.
8778
8779 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
8780
8781 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8782 uses *-request-thread.
8783
8784 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8785
8786 * nnimap.el (nnimap-open-connection): Remove %s from openssl
8787 incantation, which is no longer valid.
8788
8789 2010-10-14 Julien Danjou <julien@danjou.info>
8790
8791 * shr.el: Fix defcustom type (char -> character).
8792
8793 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8794
8795 * nnimap.el (nnimap-open-connection): tls-program should be a list of
8796 programs.
8797
8798 2010-10-14 Julien Danjou <julien@danjou.info>
8799
8800 * shr.el (shr-tag-a): Use url-link as widget type.
8801
8802 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8803 `gnus-group-get-icon'.
8804
8805 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8806
8807 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8808 This should make server editing work better.
8809
8810 * shr.el (shr-find-fill-point): Don't inloop on indented text.
8811
8812 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8813 (nnimap-parse-flags): Fix regexp.
8814
8815 * shr.el (shr-find-fill-point): Use a filling algorithm that should
8816 probably work for CJVK text, too.
8817
8818 * nnimap.el (nnimap-extend-tls-programs): Remove.
8819 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8820
8821 2010-10-13 Julien Danjou <julien@danjou.info>
8822
8823 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8824 responses.
8825
8826 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8827
8828 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8829
8830 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8831 anything in Emacs.
8832
8833 * shr.el (shr-current-column): Remove buggy and unnecessary function.
8834
8835 2010-10-13 Julien Danjou <julien@danjou.info>
8836
8837 * shr.el (shr-width): Make shr-width a defcustom with default to
8838 fill-column.
8839 (shr-tag-img): Use shr-width rather than fill-column.
8840
8841 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8842
8843 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8844
8845 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8846 position when (X-)Faces exist.
8847 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8848 avatars when called interactively.
8849
8850 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8851
8852 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8853 gnus-article-x-face-too-ugly is bound.
8854
8855 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8856
8857 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8858
8859 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8860 mailbox that doesn't exist.
8861
8862 2010-10-12 Julien Danjou <julien@danjou.info>
8863
8864 * shr.el (shr-tag-img): Encode URL properly when retrieving.
8865 (shr-get-image-data): Encode URL properly when fetching from cache.
8866 (shr-tag-img): Use aligned-to spaces to align correctly images.
8867
8868 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8869 before inserting the Gravatar.
8870
8871 * shr.el (shr-tag-img): Add align attribute support for <img>.
8872
8873 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8874
8875 * gnus-gravatar.el (gnus-art): Require.
8876
8877 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8878 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8879 Remove long obsoleted functions.
8880
8881 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8884
8885 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8886 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8887 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8888 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8889 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8890 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8891 Fix comment for declare-function.
8892
8893 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8894
8895 * nnimap.el (nnimap-request-rename-group): Select group read-only
8896 before renaming it.
8897
8898 * shr.el (shr-insert): Fix up the white space only regexp.
8899
8900 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8901 bodies. Protect against this. Reported by Michael Welsh Duggan.
8902
8903 * shr.el (shr-current-column): New function.
8904 (shr-find-fill-point): New function.
8905
8906 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8907
8908 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8909 numbers.
8910
8911 2010-10-11 Julien Danjou <julien@danjou.info>
8912
8913 * shr.el (shr-hr-line): Add.
8914 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8915 display hr lines.
8916 (shr-max-columns): Do not change state to nil if we just inserting
8917 spaces.
8918
8919 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8920
8921 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8922 select the last group.
8923
8924 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8925
8926 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8927
8928 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8929
8930 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8931 for Gnus.
8932 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8933 (nnimap-update-qresync-info): Mark \Seen articles as read.
8934
8935 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8936 non-variable, too.
8937
8938 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8939 available.
8940 (nnimap-update-info): Rely more on the current active than the param
8941 active to avoid marking articles as read too much.
8942
8943 * auth-source.el (auth-source-create): Use (user-login-name) for the
8944 user name default.
8945
8946 * nnimap.el (nnimap-update-info): If the server doesn't return any
8947 useful info, just use the previous info.
8948 (nnimap-update-info): Prefer old info over start-article.
8949 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8950
8951 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8952
8953 * nnir.el (autoload): Clean up autoloads.
8954 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8955 Use key rather than value.
8956 (nnir-imap-search-other): New variable.
8957 (nnir-read-parm): Use it.
8958 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8959 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8960
8961 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8964 the process, too.
8965
8966 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8967
8968 * spam.el (gnus-summary-mode-map): Bind to "$".
8969 Suggested by Russ Allbery.
8970
8971 * shr.el: Rework the way things are indented by <li> slightly.
8972
8973 * gnus.el (gnus-group-set-parameter): Fix typo.
8974
8975 * nnimap.el: Start implementing QRESYNC support.
8976
8977 2010-10-09 Julien Danjou <julien@danjou.info>
8978
8979 * nnir.el (nnir-engines): Fix too many arguments.
8980
8981 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8982
8983 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8984 group is the "last", so that the backends like nnfolder actually save
8985 their folders.
8986
8987 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8988 try to use that for the TLS stream.
8989 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8990 UIDVALIDITY and find out which groups are read-only and not.
8991 (nnimap-get-flags): Use the same marks parsing code as the rest of
8992 nnimap.
8993
8994 2010-10-09 Julien Danjou <julien@danjou.info>
8995
8996 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8997
8998 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8999 retrieving gravatars.
9000
9001 * shr.el (shr-table-corner): Add.
9002 (shr-table-line): Add.
9003 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
9004
9005 2010-10-08 Julien Danjou <julien@danjou.info>
9006
9007 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
9008
9009 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
9010
9011 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9012
9013 * gnus-sum.el (gnus-mark-article-as-unread)
9014 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
9015 (gnus-summary-set-bookmark): Use it.
9016
9017 * gnus-msg.el (gnus-setup-message): Use it.
9018
9019 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9020
9021 * gnus.el (gnus-group-remove-parameter): Use it.
9022
9023 * gnus-group.el (gnus-group-make-web-group): Use it.
9024
9025 * gnus-demon.el (gnus-demon-remove-handler): Use it.
9026
9027 * nnregistry.el: Update docs to mention manual.
9028
9029 * gnus-registry.el: Update docs to mention nnregistry.el.
9030 (gnus-registry-initialize): Don't install nnregistry refer method
9031 automatically.
9032 (gnus-registry-install-nnregistry): Remove it.
9033
9034 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9035
9036 * shr.el (shr-insert): Don't insert double spaces.
9037
9038 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9039
9040 * gnus-gravatar.el (gnus-treat-from-gravatar)
9041 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
9042 called interactively.
9043
9044 * gnus-art.el (gnus-mime-view-part-externally)
9045 (gnus-mime-view-part-internally): Make predicate function passed to
9046 gnus-mime-view-part-as-type assume argument is a mime type, not a list
9047 of a mime type.
9048
9049 * shr.el (shr-table-widths): Don't use cl function `reduce'.
9050
9051 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9052
9053 * shr.el (require): Require cl when compiling.
9054 (shr-tag-hr): New function.
9055
9056 * nnimap.el (nnimap-update-info): Remove double setting of high.
9057 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
9058 This makes nnimap work properly on Courier again.
9059
9060 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
9061 the variable for backwards compatibility.
9062
9063 * mm-decode.el (mm-save-part): If given a non-directory result, expand
9064 the file name before using to avoid setting mm-default-directory to
9065 nil.
9066
9067 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
9068 bidning gnus-agent variables.
9069
9070 * shr.el (shr-render-td): Use a cache for the table rendering function
9071 to avoid getting an exponential rendering behavior in nested tables.
9072 (shr-insert): Rework the line-breaking algorithm.
9073 (shr-insert): Don't leave trailing spaces.
9074 (shr-insert-table): Also insert empty TDs.
9075 (shr-tag-blockquote): Ensure paragraphs after </ul>.
9076
9077 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * gnus-sum.el (gnus-number): Rename from `number'.
9080 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
9081 (gnus-summary-limit-children): Update uses correspondingly.
9082
9083 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9084
9085 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
9086 (gnus-gravatar-transform-address): Don't show avatars of people of
9087 which mail addresses match gnus-gravatar-too-ugly.
9088
9089 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
9090
9091 * shr.el (shr-table-widths): Expand TD elements to fill available
9092 space.
9093
9094 2010-10-07 Julien Danjou <julien@danjou.info>
9095
9096 * nnimap.el (nnimap-request-rename-group): Add this method.
9097
9098 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
9101 name from XEmacs' function-arglist.
9102
9103 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
9104 gravatar under XEmacs.
9105
9106 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
9107
9108 * auth-source.el: Update docs with TODO items.
9109
9110 * gnus-sync.el: Update docs to explain state and plans.
9111
9112 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
9113 Hooks for mark updates.
9114 (gnus-request-set-mark, gnus-request-update-mark): Use them.
9115
9116 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
9117 hooks with arguments, which is needed for mark update hooks.
9118
9119 2010-10-06 Julien Danjou <julien@danjou.info>
9120
9121 * gnus.el (gnus-expand-group-parameter): Only return and act on what
9122 was matched.
9123
9124 * sieve-manage.el: Update example in `Commentary'.
9125
9126 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
9127
9128 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
9129 not 2000.
9130 (sieve-manage-authenticate): Re-add function.
9131
9132 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9133
9134 * shr.el (shr-insert): Get 'space transition right.
9135 (shr-render-td): Only delete space at the end of the TD.
9136
9137 * nnimap.el (nnimap-open-connection): Prepare to support
9138 open-gnutls-stream.
9139
9140 * shr.el: Rearrange function order to be more logical.
9141
9142 2010-10-06 Julien Danjou <julien@danjou.info>
9143
9144 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
9145 (nnrss-discover-feed): Remove 404 URL in docstring.
9146
9147 * nnir.el: Fix Swish-E URL.
9148 Fix Namazu URL.
9149
9150 * message.el (message-change-subject): Remove 404 URL in a comment.
9151
9152 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
9155 called interactively.
9156
9157 * gnus-util.el (gnus-remove-if): Allow hash table.
9158 (gnus-remove-if-not): New function.
9159
9160 * gnus-art.el (gnus-mime-view-part-as-type):
9161 * gnus-score.el (gnus-summary-score-effect):
9162 * gnus-sum.el (gnus-read-move-group-name):
9163 Replace remove-if-not with gnus-remove-if-not.
9164
9165 * gnus-group.el (gnus-group-completing-read):
9166 Regard collection as a hash table if it is not a list.
9167
9168 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9169
9170 * shr.el (shr-render-td): Allow blank/missing <TD>s.
9171
9172 * shr.el: Document the table-rendering algorithm.
9173
9174 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
9175 invalid URLs.
9176
9177 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
9178 line-broken.
9179 (shr-tag-img): Ignore image fetching errors.
9180 (shr-overlays-in-region): Compute overlay positions correctly.
9181
9182 * mm-decode.el (mm-shr): Require shr.
9183
9184 * gnus-art.el (gnus-blocked-images): Move variable here.
9185
9186 * shr.el (shr-insert-table): Bind free variable.
9187
9188 * mm-decode.el (mm-shr): Bind shr-content-function.
9189
9190 * shr.el (shr-content-function): New variable.
9191
9192 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
9193 added for symmetry.
9194
9195 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
9196
9197 * gnus-group.el (gnus-group-make-group): Doc fix.
9198
9199 * nnimap.el (nnimap-request-newgroups): Return success.
9200
9201 * shr.el (shr-find-elements): New function.
9202 (shr-tag-table): Put all the images after the table.
9203 (shr-tag-table): Really inhibit images inside the table.
9204 (shr-collect-overlays): Copy over overlays from the TD elements to the
9205 main document.
9206
9207 * mm-decode.el (mm-shr): Bind shr-blocked-images to
9208 gnus-blocked-images.
9209
9210 2010-10-05 Julien Danjou <julien@danjou.info>
9211
9212 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
9213
9214 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
9215 (gnus-html-maximum-image-size): Add this function.
9216 (gnus-html-put-image): Use gnus-html-maximum-image-size.
9217
9218 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
9219 server-value of the capability is nil.
9220
9221 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9222
9223 * shr.el (shr-tag-em): Add <EM> tag.
9224
9225 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
9226
9227 * sieve-manage.el (sieve-manage-default-stream): Make default stream
9228 customizable.
9229
9230 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
9231 handing broken links to browse-url.
9232
9233 2010-10-05 Julien Danjou <julien@danjou.info>
9234
9235 * gnus-util.el (gnus-emacs-completing-read)
9236 (gnus-iswitchb-completing-read): Use autoload rather than require.
9237
9238 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
9239
9240 * gnus-util.el (gnus-completing-read-function): Exclude
9241 gnus-icompleting-read and gnus-ido-completing-read from candidates for
9242 XEmacs since iswitchb.el is very old and ido.el is unavailable in
9243 XEmacs.
9244
9245 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
9246 not to use `delete-dups' that is unavailable in XEmacs 21.4.
9247
9248 * gnus-html.el: Don't require help-fns under XEmacs.
9249 (gnus-html-schedule-image-fetching): Work for XEmacs.
9250
9251 * mm-decode.el (mm-shr): Decode contents by charset.
9252
9253 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9254
9255 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
9256 unknown.
9257
9258 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
9259 (shr-get-image-data): Ensure against the cache file missing.
9260
9261 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
9262 for data.
9263
9264 * spam-report.el (spam-report-url-ping-plain): Don't query about
9265 killing the process.
9266
9267 * shr.el (shr-render-td): Protect against too-wide text.
9268
9269 2010-10-04 Julien Danjou <julien@danjou.info>
9270
9271 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
9272 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
9273
9274 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
9275 retrieved.
9276
9277 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9278
9279 * shr.el (browse-url): Require.
9280 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
9281 lines.
9282 (shr-show-alt-text, shr-browse-image): New commands.
9283 (shr-browse-url, shr-copy-url): New commands.
9284
9285 * gnus-sum.el (gnus-widen-article-window): New variable.
9286 (gnus-summary-select-article-buffer): Use it.
9287
9288 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
9289 without @ signs.
9290
9291 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9292
9293 * nnir.el (nnir-run-imap): Remove spurious space in search string.
9294
9295 2010-10-04 Julien Danjou <julien@danjou.info>
9296
9297 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
9298 for XEmacs.
9299
9300 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9301
9302 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
9303
9304 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
9305 (nnimap-close-server): Implement.
9306
9307 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
9308 (shr-insert): Tweak line breaking.
9309 (shr-insert): Handle <pre> better.
9310 (shr-tag-li): Get <li> indentation right.
9311 (shr-tag-li): Get <li> indentation even righter.
9312 (shr-tag-blockquote): Ensure paragraph start.
9313 (shr-make-table): Tweak table generation.
9314 (shr-make-table): Fix typo.
9315
9316 * shr.el: Implement table rendering.
9317
9318 2010-10-04 Julien Danjou <julien@danjou.info>
9319
9320 * gnus-html.el (gnus-html-put-image): Fix resize image code.
9321
9322 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323
9324 * shr.el (shr-insert): Use string anchors instead of line anchors.
9325
9326 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9327
9328 * shr.el: Add headings.
9329 (shr-ensure-paragraph): Actually work.
9330 (shr-tag-li): Make <ul> prettier.
9331 (shr-insert): Get white space at the beginning/end of elements right.
9332 (shr-tag-p): Collapse subsequent <p>s.
9333 (shr-ensure-paragraph): Don't insert double line feeds after blank
9334 lines.
9335 (shr-insert): \t is also space.
9336 (shr-tag-s): Fix "s" tag name function.
9337 (shr-tag-s): Fix face prop name.
9338
9339 2010-10-03 Julien Danjou <julien@danjou.info>
9340
9341 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
9342
9343 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
9344 gnus-window-inside-pixel-edges.
9345
9346 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
9347 gnus-ems.
9348
9349 * mm-view.el (mm-inline-image-emacs): Support image resizing.
9350
9351 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
9352 function.
9353
9354 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
9355 resize choice.
9356
9357 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9358
9359 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
9360 beginning of the buffer.
9361
9362 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
9363 article buffer again.
9364
9365 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
9366
9367 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
9368 when it's at the start of the buffer.
9369
9370 * shr.el (shr-tag-blockquote): Convert name.
9371 (shr-rescale-image): Use the right image-size variant.
9372
9373 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
9374 buffer isn't shown, then select the current article first instead of
9375 bugging out.
9376 (gnus-summary-select-article-buffer): Show both the article and summary
9377 buffers again.
9378
9379 * shr.el (shr-fontize-cont): Protect against regions with no text.
9380 Rename tag functions to shr-tag-* for enhanced security.
9381 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9382
9383 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
9384
9385 * shr.el (shr-insert):
9386 * pop3.el (pop3-movemail):
9387 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9388 loaded.
9389
9390 2010-10-03 Glenn Morris <rgm@gnu.org>
9391
9392 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9393
9394 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9395
9396 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9397
9398 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9399
9400 * gnus-util.el (gnus-make-local-hook): Simplify.
9401
9402 2010-10-02 Julien Danjou <julien@danjou.info>
9403
9404 * gnus-util.el (gnus-iswitchb-completing-read): New function.
9405 (gnus-ido-completing-read): New function.
9406 (gnus-emacs-completing-read): New function.
9407 (gnus-completing-read): Use gnus-completing-read-function.
9408 Add gnus-completing-read-function.
9409
9410 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9411
9412 * shr.el (shr-insert-document): Autoload.
9413 (shr-img): Be silent.
9414 (shr-insert): Add a newline after every picture before text.
9415 (shr-add-font): Use overlays for combining faces.
9416 (shr-insert): Pass upwards the text start point.
9417
9418 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9419 possible.
9420 (mm-shr): New function.
9421
9422 2010-10-02 Julien Danjou <julien@danjou.info>
9423
9424 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9425 should go backward.
9426
9427 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
9428
9429 * shr.el (shr): Fix typo in provide call.
9430
9431 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9432
9433 * shr.el: New file.
9434
9435 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9436
9437 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9438 completing read.
9439
9440 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9441
9442 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9443 we're being queried about. Suggested by Dan Jacobson.
9444
9445 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9446 Suggested by Jason Eisner.
9447
9448 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9449 table, too. Suggested by Stefan Wiens.
9450 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9451 the table unnecessary. Suggested by Stefan Wiens.
9452
9453 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9454 longer needed, and probably doesn't work either, as pointed out by
9455 Stefan Wiens.
9456 (gnus-summary-exit): Remove call to the clearing function.
9457 (gnus-summary-exit-no-update): Ditto.
9458
9459 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9460 instead of gnus-eval-in-buffer-window to avoid popping up frames.
9461 Reported by Stefan Monnier.
9462 (gnus-summary-save-in-rmail): Ditto.
9463
9464 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9465 article buffer, instead of both the article buffer and the summary
9466 buffer. Sort of suggested by Dan Jacobson.
9467
9468 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9469
9470 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9471 Suggested by Dan Jacobson.
9472
9473 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9474 documentation clearer.
9475
9476 * message.el (message-shorten-references): Comment on the number "21".
9477 Suggested by Stefan Monnier.
9478
9479 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9480 Suggested by Dan Jacobson.
9481
9482 * gnus.el (gnus-large-newsgroup):
9483 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
9484
9485 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9486 externalize attachments. Bug reported by Steve Wen.
9487
9488 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9489 really message anything to the user.
9490
9491 * nnmail.el (nnmail-article-group): Allow using the fancy split method
9492 directly.
9493
9494 * nnimap.el (nnimap-request-group): Low higher than high to signal no
9495 messages in empty groups.
9496
9497 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9498
9499 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9500 non-UIDNEXT group.
9501
9502 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9503
9504 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9505 not the value from the collection.
9506
9507 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9508 values. This sometimes happens on some groups that have no info.
9509 (nnimap-request-newgroups): New function.
9510
9511 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
9512
9513 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9514 check into `gnus-registry-initialize'.
9515 (gnus-registry-initialize): Ditto.
9516 Fix and extend header docs.
9517
9518 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9519
9520 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9521 regexp backtrace overflows.
9522
9523 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9524 for starttls that tls.el implements; i.e. openssl.
9525
9526 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9527
9528 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9529 (gravatar-create-image): New function that's an alias to
9530 gnus-xmas-create-image, gnus-create-image, or create-image.
9531 (gravatar-data->image): Use it.
9532
9533 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
9534
9535 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9536 install the nnregistry refer method.
9537 (gnus-registry-install-hooks): Use it.
9538 (gnus-registry-unfollowed-groups): Add nnmairix to the default
9539 unfollowed groups.
9540
9541 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
9542
9543 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9544 expanding threads.
9545
9546 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9547
9548 * nnir.el: Use the server names without suffixes (bug#7009).
9549
9550 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9551 unencrypted to STARTTLS, if possible.
9552
9553 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9554
9555 * message.el (message-ignored-supersedes-headers): Strip Injection-*
9556 headers before superseding.
9557
9558 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9559
9560 * nnrss.el (nnrss-use-local): Add documentation.
9561
9562 * nnimap.el (nnimap-extend-tls-programs): New function.
9563 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9564 (nnimap-wait-for-connection): Accept the greeting from the stupid
9565 output from openssl s_client -starttls, too.
9566
9567 * nnimap.el (nnimap-find-article-by-message-id): Really return the
9568 article number.
9569 (nnimap-split-fancy): New variable.
9570 (nnimap-split-incoming-mail): Use it.
9571
9572 * nntp.el (nntp-server-list-active-group): Document.
9573
9574 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9575 SELECT to get the message-id.
9576
9577 * mail-source.el (mail-sources): Remove webmail support.
9578 (defvar): Ditto.
9579 (mail-source-fetcher-alist): Ditto.
9580 (mail-source-fetch-webmail): Remove.
9581
9582 * webmail.el: Remove -- doesn't seem relevant any more.
9583
9584 * gnus.el: Fix up make-obsolete-variable declarations throughout.
9585
9586 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9587 the \r.
9588
9589 2010-09-30 Julien Danjou <julien@danjou.info>
9590
9591 * gnus-agent.el (gnus-agent-add-group): Fix call to
9592 gnus-completing-read.
9593
9594 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9595
9596 * nndoc.el (nndoc-retrieve-groups): New function.
9597
9598 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9599 `default', use nnmail-split-methods.
9600 (nnimap-request-article): Downcase the NILs so that they are nil.
9601
9602 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9603 symbol.
9604
9605 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9606 code, since if the user has requested network, that's what they ought
9607 to get.
9608 (nnimap-request-set-mark): Erase the buffer before issuing commands.
9609 (nnimap-split-rule): Mark as obsolete.
9610
9611 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9612 New variable.
9613
9614 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9615 correct slot, too.
9616
9617 2010-09-29 Julien Danjou <julien@danjou.info>
9618
9619 * gnus.el (gnus-local-domain): Declare variable obsolete.
9620
9621 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9622 Fix history computing.
9623 (gnus-ido-completing-read): Require ido.
9624
9625 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9626
9627 * gnus-registry.el: Don't prompt on load, which makes it impossible to
9628 build Gnus.
9629
9630 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9631 when interpreting the structures.
9632 (nnimap-request-accept-article): Add \r\n to the lines to make this
9633 work with Cyrus.
9634
9635 * nndraft.el (nndraft-request-expire-articles): Use the group name
9636 instead if "nndraft". Fix found by Nils Ackermann.
9637
9638 2010-09-29 Ludovic Courtès <ludo@gnu.org>
9639
9640 * nnregistry.el: Add.
9641
9642 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * nnmail.el (group, group-art-list, group-art):
9645 Remove unneeded directives.
9646
9647 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
9648
9649 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9650 (mm-mime-charset):
9651 * rfc2047.el (rfc2047-syntax-table):
9652 * utf7.el (utf7-utf-16-coding-system): Comment fix.
9653
9654 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9655 rather than `insert-file-contents' and `eval-region'.
9656
9657 2010-09-29 Julien Danjou <julien@danjou.info>
9658
9659 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9660 replacement of `gnus-gravatar-relief' to mimic
9661 `gnus-faces-properties-alist'.
9662 Add :version property.
9663
9664 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * mail-source.el (mail-source-report-new-mail):
9667 * message.el (message-default-mail-headers):
9668 * mm-decode.el (mm-valid-image-format-p): Comment fix.
9669
9670 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9671
9672 2010-09-28 Julien Danjou <julien@danjou.info>
9673
9674 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9675 mail-address contains the same string as real-name.
9676
9677 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9678 non-blank in header, otherwise it'll get stripped.
9679
9680 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9681 real-name, and then for mail address rather than doing : or , search.
9682
9683 2010-09-27 Julien Danjou <julien@danjou.info>
9684
9685 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9686 right completing-read function.
9687 (gnus-use-ido): New variable
9688 (gnus-completing-read-with-default): Remove.
9689 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9690 (gnus-agent-add-group):
9691 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9692 * mm-view.el (mm-view-pkcs7-decrypt):
9693 * mm-util.el (mm-codepage-setup):
9694 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9695 * mml-smime.el (mml-smime-openssl-sign-query):
9696 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9697 (mml-insert-multipart):
9698 * gnus-msg.el (gnus-summary-yank-message):
9699 * gnus-int.el (gnus-start-news-server):
9700 * mm-decode.el (mm-interactively-view-part):
9701 * gnus-dired.el (gnus-dired-attach):
9702 * gnus.el (gnus-read-method):
9703 * gnus-bookmark.el (gnus-bookmark-jump):
9704 * gnus-art.el (gnus-mime-view-part-as-type)
9705 (gnus-mime-action-on-part, gnus-article-encrypt-body):
9706 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9707 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9708 * nnmairix.el (nnmairix-create-server-and-default-group)
9709 (nnmairix-update-groups, nnmairix-get-server)
9710 (nnmairix-backend-to-server, nnmairix-goto-original-article)
9711 (nnmairix-get-group-from-file-path):
9712 * nnrss.el (nnrss-find-rss-via-syndic8):
9713 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9714 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9715 (gnus-group-browse-foreign-server):
9716 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9717 (gnus-summary-execute-command, gnus-summary-respool-article)
9718 (gnus-read-move-group-name):
9719 * gnus-score.el (gnus-summary-increase-score)
9720 (gnus-summary-score-effect):
9721 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9722
9723 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
9724
9725 * nnimap.el (auth-source-forget-user-or-password)
9726 (auth-source-user-or-password): Autoload.
9727
9728 * message.el (message-from-style, message-interactive)
9729 (message-signature): Remove comment.
9730 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9731 always.
9732 (message-sendmail-envelope-from): Comment fix.
9733 (message-yank-prefix): Default to mail-yank-prefix always.
9734 (message-indentation-spaces):
9735 Default to mail-indentation-spaces always.
9736 (message-signature-file): Default to mail-signature-file always.
9737
9738 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9741 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9742 new articles.
9743
9744 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9745 parts.
9746 (nnimap-request-article): Work with the t setting, too.
9747
9748 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9749 that you don't get flashes of other buffers.
9750 (gnus-summary-show-complete-article): Intern before setting.
9751
9752 2010-09-27 David Engster <dengste@eml.cc>
9753
9754 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9755 well as HEADERS.
9756 (nnmairix-retrieve-headers): Provide new argument for the above.
9757
9758 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9759
9760 * gnus-sum.el (gnus-summary-move-article): Don't alter
9761 gnus-newsgroup-active. This makes `/ N' work after copying to the same
9762 group.
9763
9764 * nnimap.el (nnimap-update-info): Don't destructively alter active.
9765
9766 * message.el (message-cite-prefix-regexp): Revert my last edit.
9767
9768 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9769 variable instead of the Gnus variable.
9770
9771 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9772
9773 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9774
9775 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9776 since some servers don't like it.
9777 (nnimap-open-connection): Forget credentials if the server says the
9778 password was wrong.
9779 (nnimap-parse-line): Protect against invalid data.
9780
9781 * gnus-sum.el (gnus-summary-move-article): Add comment.
9782 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9783 nothing alters it while scanning for new messages.
9784
9785 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9786 which may or may not help.
9787 (nnimap-open-connection): If we're doing a stream connection, and then
9788 discover we're on a STARTTLS-capable server, then open a STARTTLS
9789 connection instead.
9790
9791 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9792
9793 * nnimap.el (utf7): Require.
9794
9795 * message.el (message-cite-prefix-regexp): Remove "}" from citation
9796 prefix.
9797
9798 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9801
9802 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9803
9804 * nnimap.el (nnimap-request-accept-article): Message the error on
9805 error.
9806
9807 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9808
9809 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9810
9811 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9812
9813 * nndoc.el (nndoc-request-list): Return success always.
9814
9815 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9816 `fetch-old' -- we only want to fetch the articles we've requested.
9817 The rest are in the agent, probably.
9818 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9819 disappeared server" to something low. It's not important.
9820
9821 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9822 arrived before the FETCH data.
9823
9824 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9825 target here, because we don't know the Gnus name of the group.
9826
9827 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9828 for the correct group.
9829
9830 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9831
9832 * gnus.el (gnus): Give a final warning after startup.
9833
9834 * gnus-util.el (gnus-action-message-log): New variable.
9835 (gnus-message): Use it.
9836 (gnus-final-warning): New function.
9837
9838 * nnimap.el (nnimap-open-connection): Record the greeting.
9839 (nnimap): Add greeting.
9840
9841 2010-09-26 Julien Danjou <julien@danjou.info>
9842
9843 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9844 arguments.
9845 (gnus-html-wash-images): Fix spec computing to include start/end.
9846
9847 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9848
9849 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9850
9851 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9852 deletion.
9853 (nnimap-retrieve-headers): Don't select the group, because that's
9854 already done by nnimap-possibly-change-group.
9855
9856 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9857 (gnus-picon-transform-address): Use it.
9858
9859 * mail-source.el (mail-source-value): Revert previous patch.
9860
9861 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9862 on failure.
9863 (nnimap-open-connection): Look up both virtual and physical server name
9864 credentials.
9865
9866 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9867
9868 2009-02-08 Dave Love <fx@gnu.org>
9869
9870 * gnus-win.el (gnus-window-to-buffer-helper)
9871 (gnus-all-windows-visible-p): Function needn't be a symbol.
9872
9873 * mail-source.el (mail-source-value): Function needn't be a symbol.
9874
9875 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9876
9877 * message.el (message-cite-prefix-regexp): Remove } from the cite
9878 prefix.
9879
9880 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9881 highlight again, so that the highlight is correct.
9882
9883 * gnus-picon.el (gnus-picon): Remove again.
9884 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9885
9886 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9887 doing the header highlightling, so that the background color of the
9888 picon is correct.
9889
9890 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9891 (gnus-picon): Ditto.
9892 (gnus-picon): Reinstate. The background color for picons is white.
9893 (gnus-picon-insert-glyph): Make the background white.
9894
9895 * nnml.el (nnml-open-nov): Don't return dead buffers.
9896
9897 * auth-source.el (auth-source-create): Query the user for whether to
9898 store the credentials.
9899
9900 * auth-source.el (auth-source-user-or-password): Use the existing auth
9901 sources, if any, for creation.
9902
9903 * gnus.el (gnus-group-fast-parameter): Return the last matching
9904 parameter instead of the first matching parameter.
9905
9906 2010-09-26 Julien Danjou <julien@danjou.info>
9907
9908 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9909
9910 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9911
9912 * mml2015.el (mml2015-use): Remove gpg support.
9913
9914 * mml1991.el (mml1991-function-alist): Remove gpg function.
9915 (mml1991-gpg-sign): Remove.
9916
9917 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9918
9919 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9920 (gnus-browse-unsubscribe-current-group): Document it.
9921 (gnus-browse-unsubscribe-group): Use it.
9922
9923 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9924
9925 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9926 address to the To list for easier response.
9927
9928 * gnus.el (gnus-play-startup-jingle): Remove.
9929 (gnus-splash): Don't play jingle.
9930 (gnus): Silence gnus-load message.
9931
9932 * gnus-art.el (gnus-treat-play-sounds): Remove.
9933
9934 * gnus.el (gnus-play-jingle): Remove audio support.
9935
9936 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9937
9938 * earcon.el: Remove -- no users.
9939
9940 * gnus-audio.el: Remove -- no users of this package.
9941
9942 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9943
9944 * gnus-start.el (gnus-setup-news): Remove nocem support.
9945
9946 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9947
9948 * gnus.el (gnus-use-nocem): Remove.
9949
9950 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9951 Remove.
9952
9953 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9954 uses NoCeM any more.
9955
9956 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9957 (gnus-button-ctan-handler): Ditto.
9958 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9959 (gnus-button-ctan-directory-regexp): Ditto.
9960 (gnus-button-handle-ctan): Ditto.
9961 (gnus-button-tex-level): Ditto.
9962 (gnus-button-alist): Remove CTAN stuff.
9963
9964 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9965
9966 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9967 nnimap-streaming test.
9968
9969 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9970 servers twice.
9971
9972 * nnimap.el (nnimap-open-connection): Add more error reporting when
9973 nnimap fails early.
9974
9975 * nnheader.el (nnheader-get-report-string): New function.
9976 (nnheader-get-report): Use it.
9977
9978 * gnus-int.el (gnus-check-server): Say what the error was when opening
9979 failed.
9980
9981 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9982 using streaming.
9983
9984 2010-09-25 Julien Danjou <julien@danjou.info>
9985
9986 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9987 gnus-window-inside-pixel-edges.
9988
9989 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9990
9991 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9992
9993 * mm-decode.el (mm-save-part): Allow saving to other directories the
9994 normal Emacs way.
9995
9996 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9997 Suggested by Jay Berkenbilt.
9998
9999 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
10000 there isn't a single byte.
10001
10002 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
10003 just do it. It doesn't really seem to matter what the user responds
10004 here, I think, so it's just a confusing question.
10005
10006 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
10007 non-streaming case.
10008
10009 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
10010 (gnus-article-encrypt-body): Use it.
10011
10012 * gnus-sum.el (gnus-summary-show-complete-article): New command and
10013 keystroke.
10014
10015 * nnimap.el (nnimap-find-wanted-parts-1):
10016 Use gnus-fetch-partial-articles.
10017
10018 * gnus-art.el (gnus-fetch-partial-articles): New variable.
10019
10020 * nnimap.el (nnimap-insert-partial-structure): New function.
10021 (nnimap-get-partial-article): New function.
10022 (nnimap-request-article): Use it.
10023 (nnimap-wait-for-response): Return whether the wait was successful.
10024 (nnimap-finish-retrieve-group-infos): Don't do anything if the
10025 retrieval wasn't successful.
10026 (nnimap-retrieve-group-data-early): Allow throttling servers.
10027 (nnimap-streaming): New variable.
10028 (nnimap-fetch-partial-articles): Remove.
10029
10030 * mm-decode.el (mm-with-part): Protect against killed buffers.
10031
10032 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
10033 for prettier summary display.
10034
10035 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
10036
10037 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
10038
10039 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10040
10041 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
10042 apparently third-party libraries depend on it.
10043
10044 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
10045 before starting negotiation.
10046
10047 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
10048 privacy reasons.
10049 (gnus-treat-mail-gravatar): Ditto.
10050
10051 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
10052 buffer when inserting images. Inserting text into the headers, for
10053 instance, can make them invalid.
10054
10055 2010-09-25 Julien Danjou <julien@danjou.info>
10056
10057 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
10058 variables.
10059
10060 * nnheader.el: Remove useless variables news-reply-yank-from and
10061 news-reply-yank-message-id.
10062
10063 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
10064 variables.
10065
10066 * mml1991.el: Remove useless mml1991-verbose.
10067
10068 * gnus.el: Remove useless variable gnus-use-generic-from.
10069 Remove obsolete variable gnus-topic-indentation.
10070
10071 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
10072
10073 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
10074
10075 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
10076
10077 * gnus-group.el: Remove useless gnus-group-icon-cache.
10078 Remove useless gnus-ephemeral-group-server.
10079
10080 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
10081
10082 * mml2015.el: Remove useless mml2015-verbose.
10083
10084 * mml-smime.el: Remove useless mml-smime-verbose.
10085
10086 * gnus.el: Remove useless gnus-local-domain.
10087
10088 * gnus-gravatar.el (gnus-gravatar-transform-address):
10089 Use gnus-gravatar-size.
10090
10091 * gnus-art.el: Remove useless gnus-treat-translate.
10092
10093 2010-09-24 Julien Danjou <julien@danjou.info>
10094
10095 * gnus-sum.el: Add support for Gravatars.
10096
10097 * gnus-art.el: Add support for Gravatars.
10098
10099 * gnus-gravatar.el: Add this file.
10100
10101 * gravatar.el: Add this file.
10102
10103 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10104
10105 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
10106
10107 * gnus-group.el (gnus-group-fetch-faq): Remove.
10108
10109 * gnus.el (gnus-group-faq-directory): Remove.
10110
10111 * gnus-group.el (gnus-group-fetch-charter): Remove.
10112
10113 * gnus.el (gnus-group-charter-alist): Remove.
10114
10115 * gnus-group.el (gnus-group-archive-directory): Remove.
10116 (gnus-group-recent-archive-directory): Ditto.
10117 (gnus-group-make-archive-group): Remove.
10118
10119 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
10120
10121 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
10122 use the same article number for all the cached articles.
10123
10124 * nnimap.el (nnimap-command): Register the last command time so
10125 that we can use it for idling NOOPs.
10126 (nnimap-open-connection): Start the keeplive timer.
10127 (nnimap-make-process-buffer): Store all the process buffers.
10128 (nnimap-keepalive): New function.
10129
10130 * starttls.el (starttls-open-stream): Add autoload cookie.
10131
10132 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
10133
10134 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
10135 handling.
10136
10137 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10138
10139 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
10140 its data structures.
10141
10142 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
10143 instead of the cl.el copy-list.
10144 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
10145 equalp.
10146
10147 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
10150 and tool-bar-local-item-from-menu.
10151
10152 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
10153 mode-line-highlight face for Emacs.
10154
10155 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
10156 loading gnus-sum.elc; fix comment for canlock-verify.
10157 (gnus-article-jump-to-part): Use read-number.
10158 (gnus-insert-mime-button, gnus-insert-mime-security-button):
10159 Remove Emacs pre-21 compatible code for help-echo.
10160 (gnus-article-next-page-1): No need to adjust the number of lines.
10161 (gnus-article-describe-bindings): Always use help-buffer.
10162
10163 * gnus-audio.el (gnus-audio-inline-sound):
10164 * gnus-cus.el (gnus-custom-mode):
10165 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
10166
10167 * gnus-sum.el (gnus-remove-overlays): Doc fix.
10168
10169 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
10170 compatible code.
10171
10172 2010-09-24 Glenn Morris <rgm@gnu.org>
10173
10174 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
10175 visiting the fcc file in rmail-mode.
10176
10177 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10178
10179 * nnir.el: Silence the byte compiler.
10180
10181 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
10182 alias to browse-url-url-encode-chars if any.
10183 (gnus-html-encode-url): Use it.
10184
10185 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10186
10187 * gnus-start.el (gnus-use-backend-marks): New variable.
10188 (gnus-get-unread-articles-in-group): Use it.
10189
10190 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
10191 makeover.
10192
10193 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10194
10195 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
10196
10197 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10198
10199 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
10200 Remove.
10201 (gnus-setup-news-hook):
10202 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
10203
10204 * gnus-int.el (gnus-request-update-info): Protect against backends not
10205 having the function.
10206
10207 * nnimap.el (nnimap-stream): Mention STARTTLS.
10208 (nnimap-open-connection): Add STARTTLS support.
10209
10210 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
10211
10212 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
10213
10214 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10215
10216 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
10217 BODYSTRUCTUREs.
10218 (nnimap-transform-headers): Unfold quoted {42} headers.
10219
10220 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
10221 the info.
10222 (gnus-get-unread-articles): Only call updatep on backends that support
10223 it.
10224
10225 * nnweb.el (nnweb-request-update-info): NOOP.
10226
10227 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
10228
10229 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
10230 since it only deals with marks.
10231
10232 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
10233 gnus-request-marks, and make a new gnus-request-update-info.
10234
10235 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
10236 the active instead of the high number, which is usually too low.
10237
10238 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
10239
10240 * encrypt.el: Remove.
10241
10242 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10243
10244 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
10245 server in symbolic form.
10246
10247 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
10248
10249 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
10252 (nnimap-update-info): Fix up code slightly.
10253
10254 * gnus-int.el (gnus-open-server): Add tracing for performance
10255 debugging.
10256
10257 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
10258 (gnus-group-insert-group-line): Pass the real group name so that it
10259 gets the right data.
10260
10261 * gnus-start.el (gnus-get-unread-articles): Don't have
10262 `gnus-get-unread-articles-in-group' update info, since that can be
10263 really slow and doesn't seem to be needed?
10264
10265 2010-09-22 Julien Danjou <julien@danjou.info>
10266
10267 * gnus-group.el (gnus-group-insert-group-line):
10268 Call gnus-group-highlight-line.
10269 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
10270 default hook list.
10271 (gnus-group-update-eval-form): Add new function.
10272 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
10273 (gnus-group-get-icon): Use gnus-group-update-eval-form.
10274
10275 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10276
10277 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
10278 immediate, then expire all articles.
10279 (nnimap-update-info): Fix off-by-one errors.
10280 (nnimap-flags-to-marks): Would return no marks lists for group with no
10281 flags. Instead return the other data.
10282
10283 2010-09-22 Julien Danjou <julien@danjou.info>
10284
10285 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
10286 Only return an icon.
10287 (gnus-group-insert-group-line): Compute icon to return.
10288
10289 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
10290 (gnus-html-image-fetched): Only cache if
10291 gnus-html-image-automatic-caching is set.
10292 (gnus-html-image-fetched): Check for errors.
10293
10294 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10295
10296 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
10297 once per method on `g'. This ensures that backends like nnfolder don't
10298 open all their folders.
10299
10300 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
10301 (nnimap-request-list): Nix out group in the correct buffer.
10302 (nnimap-parse-flags): Implement by using `read' instead of
10303 hand-parsing.
10304 (nnimap-flags-to-marks): Pass on permanent-flags.
10305 (nnimap-make-process-buffer): Record the server name.
10306 (nnimap-parse-flags): Fix typo.
10307 (nnimap-request-scan): Run split on the server in general, not just a
10308 single group.
10309
10310 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
10311 parameter, and propagate this downwards.
10312
10313 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
10314 since EXAMINE changes it on the server.
10315
10316 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
10317 this command might take a while.
10318
10319 2010-09-22 Julien Danjou <julien@danjou.info>
10320
10321 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
10322 harmful if you have 2 images side-by-side, they can't be properly
10323 update on text deletion. Using text-property is safer here.
10324 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
10325 data.
10326
10327 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10328
10329 * nnimap.el (nnimap-expunge-inbox): Remove.
10330 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
10331 (nnimap-expunge): Flip default to t.
10332
10333 * gnus.el (gnus-method-to-server): Don't push things to the cache
10334 unless it's unique.
10335 (gnus-server-to-method): Ditto.
10336
10337 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10338
10339 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
10340
10341 2010-09-22 Julien Danjou <julien@danjou.info>
10342
10343 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
10344 get the start of data.
10345 (gnus-html-encode-url): Add this function to encode special chars in
10346 URL.
10347 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
10348 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
10349
10350 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
10351 default.
10352 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
10353
10354 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
10355 images alt-text.
10356 (gnus-html-put-image): Put alt-text as help-echo.
10357
10358 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10359
10360 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
10361 * mm-util.el (mm-decompress-buffer):
10362 * nnir.el (nnir-run-find-grep):
10363 * pop3.el (pop3-list): Use 3rd arg of split-string.
10364
10365 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10366
10367 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
10368 outside the active range. Suggested by Dan Christensen.
10369
10370 * gnus-start.el (gnus-get-unread-articles): Get the extended method
10371 slightly later to avoid double-getting it.
10372
10373 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
10374 previous patch.
10375
10376 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10377
10378 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
10379
10380 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10381
10382 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10383
10384 * gnus-int.el (gnus-open-server): Give a better error message in the
10385 "go offline" case.
10386
10387 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10388 marks for nnimap, which is seldom the right thing to do.
10389
10390 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10391 (gnus-same-method-different-name): New function.
10392
10393 * nnimap.el (parse-time): Require.
10394
10395 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10396 method in the presence of many similar methods.
10397
10398 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10399
10400 * nnimap.el (nnimap-find-expired-articles): Don't refer to
10401 nnml-inhibit-expiry.
10402
10403 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10404 find out whether methods are equal.
10405
10406 * nnimap.el (nnimap-find-expired-articles): New function.
10407 (nnimap-process-expiry-targets): New function.
10408 (nnimap-request-move-article): Request the article before looking at
10409 what the Message-ID is. Fix found by Andrew Cohen.
10410 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10411
10412 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10413 for oldness in addition to being a predicate.
10414
10415 * nnimap.el (nnimap-request-group): When we have zero articles, return
10416 the right data to Gnus.
10417 (nnimap-request-expire-articles): Only delete articles immediately if
10418 the target is 'delete.
10419
10420 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10421 method, this would bug out.
10422
10423 * gnus-group.el (gnus-group-expunge-group): Rename from
10424 gnus-group-nnimap-expunge, and implemented as a normal interface
10425 function.
10426
10427 * gnus-int.el (gnus-request-expunge-group): New function.
10428
10429 * nnimap.el (nnimap-request-create-group): Implement.
10430 (nnimap-request-expunge-group): New function.
10431
10432 2010-09-21 Julien Danjou <julien@danjou.info>
10433
10434 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10435 (gnus-html-cache-expired): Add new function.
10436 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10437 wethever we should display image for fetch it.
10438 Compute alt-text earlier to pass it to the fetching function too.
10439 (gnus-html-schedule-image-fetching): Change function argument to only
10440 get one image at a time, not a list.
10441 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10442 cache.
10443 (gnus-html-get-image-data): New function to retrieve image data from
10444 cache.
10445 (gnus-html-put-image): Change buffer argument to use image data rather
10446 than file, and place image above region rather than inserting a new
10447 one. Do not take alt-text as argument, since it's useless now: we place
10448 the image above alt-text.
10449 (gnus-html-prune-cache): Remove.
10450 (gnus-html-show-images): Start to fetch image when we find one, do not
10451 push into a temporary list.
10452 (gnus-html-prefetch-images): Only fetch image if they have expired.
10453 (gnus-html-browse-image): Fix, use 'gnus-image-url.
10454 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10455
10456 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10459
10460 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10461
10462 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10463 spec inser "*" if the group isn't active instead of 0.
10464
10465 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10466 opening the server.
10467 (nnimap-request-delete-group): Implement group deletion.
10468 (nnimap-transform-headers): Return the size of the entire message in
10469 the Bytes header, not just the size of the first part.
10470 (nnimap-request-move-article): When moving an article from nnimap,
10471 request the article first so the accepting form has an article to
10472 accept. Reported by Dan Christensen.
10473 (nnimap-command): Make sure that the error message doesn't error out.
10474
10475 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
10476
10477 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10478 we haven't requested anything.
10479
10480 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10481
10482 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10483 "". Fix found by Andrew Cohen.
10484
10485 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10486 instead of -encode-string.
10487
10488 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
10489
10490 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10491
10492 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10493 by mm-subst-char-in-string.
10494
10495 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10496
10497 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10498 waiting for the connection string.
10499
10500 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10501 arriving.
10502
10503 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10504 bogus characters. This allows selecting certain Gmail groups.
10505
10506 * nnimap.el (nnimap-find-wanted-parts-1): New function.
10507 (nnimap-fetch-partial-articles): New variable.
10508 (nnimap-open-connection): When looking for credentials, also use the
10509 nnimap-server-port.
10510 (nnimap-request-article): Return the group/article number, so that Gnus
10511 `^' works as expected.
10512 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10513
10514 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10515 comments.
10516 (gnus-methods-sloppily-equal): New function.
10517 (gnus): When using the development version of Gnus, load the gnus-load
10518 file.
10519
10520 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10521 `gnus-open-server' on each method before trying to scan them etc.
10522 This ensures that all the backend parameters are set correctly.
10523
10524 * nnimap.el (nnimap-authenticator): New variable.
10525 (nnimap-open-connection): Allow anonymous login.
10526 (nnimap-transform-headers): The chars header is called Chars not Bytes.
10527 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10528
10529 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10530 patch, found by Knut Anders Hatlen.
10531
10532 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
10533
10534 * gnus-agent.el (gnus-agent-batch-confirmation)
10535 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10536 to gnus-message.
10537 * gnus-art.el (gnus-article-describe-briefly): Likewise.
10538 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10539 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10540 * gnus-int.el (gnus-open-server): Likewise.
10541 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10542 (gnus-score-check-syntax): Likewise.
10543 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10544 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10545 Likewise.
10546 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10547
10548 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10549
10550 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10551 calling conventions so that prefetch doesn't bug out.
10552
10553 2010-09-19 Julien Danjou <julien@danjou.info>
10554
10555 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10556 rather than `subst-char-in-region' in order to be able to replace ASCII
10557 char by UTF-8 ones.
10558
10559 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10560 than curl.
10561 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10562 the right URL and ALT text on images.
10563 (gnus-html-wash-tags): Fix tag case.
10564 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
10565 (gnus-article-html): Add -o display_ins_del=2 option.
10566 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10567
10568 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10569
10570 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10571 the extra mail headers, which sometimes seem to happen for unknown
10572 reasons.
10573
10574 * mail-parse.el (mail-header-encode-parameter): Define as
10575 rfc2045-encode-string instead of as rfc2231-encode-string, since some
10576 (or most, perhaps?) mail readers don't understand the latter, but do
10577 understand the former.
10578
10579 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10580 to nil, so that no methods are automatically agentized. I think this
10581 is probably what most users want.
10582
10583 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10584 from url-retrieve, for instance about invalid URLs.
10585
10586 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10587 groups that have no articles.
10588 (nnimap-request-article): Check that we really got an article when we
10589 requested one.
10590
10591 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10592 doesn't exist.
10593
10594 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10595 nntp buffer so the agent can save it.
10596 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10597 that CRLF doesn't get translated to \n.
10598 (nnimap-open-connection): Don't make 'shell commands only send \n.
10599
10600 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10603 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10604 Update var name.
10605 (nnml-generate-nov-file): Use dolist.
10606 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10607 Use with-current-buffer.
10608
10609 2010-09-18 Julien Danjou <julien@danjou.info>
10610
10611 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10612 parallel.
10613
10614 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10615
10616 * nnimap.el (nnimap-update-info): When doing partial marks update, get
10617 the range update right.
10618 (nnimap-request-group): Don't make `M-g' bug out on group with no
10619 marks.
10620 (nnoo): Require, so that other packages can require nnimap.
10621 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10622 command we're looking for. This helps when the server sends more
10623 responses after we've gotten everything we expected.
10624 (nnimap): Add a `newlinep' field to keep track of end-of-line
10625 conventions.
10626 Don't send CRLF to things that don't want it.
10627 (nnimap-request-accept-article): Ditto.
10628
10629 2010-09-18 Julien Danjou <julien@danjou.info>
10630
10631 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10632 than curl to retrieve images.
10633
10634 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10635
10636 * nnimap.el (nnimap-update-info): Extend the info so that we can set
10637 the marks.
10638 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10639 (nnimap-wait-for-connection): New function.
10640 (nnimap-open-connection): If we have PREAUTH, don't query for login
10641 credentials.
10642 (nnimap-update-info): Fix off-by-one error when concatenating ranges
10643 when doing a partial update.
10644
10645 2010-09-18 Julien Danjou <julien@danjou.info>
10646
10647 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10648 tags.
10649
10650 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10651
10652 * nnimap.el (nnimap-credentials): New function.
10653 (nnimap-open-connection): Use the new function to look for credentials
10654 also on the numeric equivalents of "imap" and "imaps".
10655
10656 * gnus-start.el (gnus-activate-group): Send the info to
10657 gnus-request-group.
10658
10659 * nnimap.el (nnimap-request-group): Have the "check" version of the
10660 function parse flags and update the info, so that a `M-g' get a total
10661 resync of all flags from the group.
10662
10663 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10664 to allow backends to alter the info on group selection. Also alter all
10665 the backend -request-group functions to take the parameter.
10666
10667 * nnimap.el (nnimap-store-info): New function.
10668 (nnimap-update-info): Store the info for later usage.
10669 (nnimap-request-group): Use the stored info for the dont-check case, so
10670 that we don't retrieve all marks when we enter a group.
10671
10672 * nnimap.el: Use deffoo instead of defun for interface functions.
10673
10674 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10675 update the group info. This makes the nndraft groups, for instance, go
10676 back to their old behavior.
10677
10678 * gnus-sum.el (gnus-select-newsgroup): Indent.
10679
10680 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10681 in.
10682 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10683 nothing.
10684
10685 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10686 from methods that are denied.
10687
10688 * gnus-int.el (gnus-method-denied-p): New function.
10689
10690 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10691 store the password instead of netrc.
10692 (nnimap-open-connection): Don't error out when we can't make a
10693 connections.
10694
10695 * auth-source.el (auth-source-create): In the password prompt, say what
10696 we're querying for. Also prompt for user name if that hasn't been
10697 given.
10698
10699 * nnimap.el (nnimap-with-process-buffer): Remove.
10700
10701 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10704 method when we're reading from the agent.
10705
10706 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10707
10708 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10709 that's probably most useful for users.
10710
10711 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10712 "failed" all the time.
10713
10714 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10715 ...)) with (with-current-buffer ...).
10716
10717 * nntp.el (nntp-open-server): Return whether the open was successful or
10718 not.
10719
10720 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10721 select an unread unseen article first.
10722
10723 * nnimap.el (nnimap-open-connection): If the user doesn't have a
10724 /etc/services, supply some sensible port defaults.
10725
10726 2010-09-17 Julien Danjou <julien@danjou.info>
10727
10728 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10729
10730 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
10731
10732 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10733 doesn't have any parameters.
10734
10735 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10736
10737 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10738 only upcased checks.
10739
10740 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10741
10742 * nnimap.el (nnimap-open-shell-stream): New function.
10743 (nnimap-open-connection): Use it.
10744 (nnimap-transform-headers): Get the number of lines in each message.
10745 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10746 number of lines.
10747 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
10748 problem.
10749
10750 * utf7.el (utf7-encode): Autoload.
10751
10752 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10753 to allow the mail splitting to not return a default group. This is
10754 useful for nnimap, which will leave unmatched mail in the inbox.
10755
10756 * nnimap.el: Rewritten.
10757
10758 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10759 nnimap usage.
10760
10761 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10762 if the move is internal, so that nnimap can do fast internal moves.
10763
10764 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10765 data.
10766 (gnus-read-active-for-groups): Support finishing the early retrieval of
10767 data.
10768
10769 * gnus-range.el (gnus-range-nconcat): New function.
10770
10771 * gnus-int.el (gnus-finish-retrieve-group-infos)
10772 (gnus-retrieve-group-data-early): New functions.
10773
10774 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10777 (nnrss-retrieve-groups):
10778 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10779 (pop3-quit): Use with-current-buffer.
10780
10781 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
10782
10783 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10784 instead of nnheader-accept-process-output.
10785
10786 * gnus-html.el (gnus-html-schedule-image-fetching)
10787 (gnus-html-prefetch-images): Replace process-kill-without-query by
10788 gnus-set-process-query-on-exit-flag.
10789
10790 2010-09-16 Romain Francoise <romain@orebokech.com>
10791
10792 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10793
10794 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10795
10796 * gnus-registry.el (gnus-registry-install-shortcuts): The second
10797 parameter to unintern is mandatory-ish in Emacs 24.
10798
10799 * gnus-html.el (gnus-html-schedule-image-fetching)
10800 (gnus-html-prefetch-images): Check for curl before using it.
10801
10802 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10803 depend on curl, which isn't essential.
10804
10805 * imap.el: Revert back to version
10806 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10807 seem problematic.
10808
10809 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10810
10811 * gnus-registry.el (gnus-registry-install-shortcuts):
10812 Explicitly pass `obarray' to `unintern' to avoid a warning.
10813
10814 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10815
10816 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10817 change.
10818
10819 * nnrss.el (nnrss-request-list): Remove this function and related
10820 functions, including the moreover stuff.
10821
10822 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10823
10824 * nnrss.el (nnrss-retrieve-groups): New function.
10825
10826 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
10827
10828 * .dir-locals.el: Add no-byte-compile cookie.
10829
10830 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
10831
10832 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10833 for back end that doesn't support request-scan.
10834
10835 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10836
10837 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10838 then do request scans from the backends.
10839
10840 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10841 avoid running a hook per line, since this takes a lot of time,
10842 profiling shows.
10843 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10844 directly if gnus-visual-p is true.
10845
10846 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10849 groups; replace mapcar with dolist which is a bit faster; pass groups
10850 info to gnus-read-active-file-1.
10851 (gnus-read-active-file-1): Scan only specified groups if the new
10852 optional arg `infos' is given.
10853
10854 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10855
10856 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10857
10858 * pop3.el (pop3-movemail): Remove.
10859 (pop3-streaming-movemail): Rename to pop3-movemail.
10860
10861 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10862 don't restrict end-tag searches to the end of the line.
10863
10864 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10865
10866 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10867 articles of every unchecked group to t, which means unknown since the
10868 server has never been opened.
10869
10870 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10871
10872 * gnus-html.el (gnus-html-show-alt-text): New command.
10873 (gnus-html-browse-image): Ditto.
10874 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10875 to browse the image directly.
10876 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10877 better.
10878
10879 * gnus-async.el (gnus-async-article-callback):
10880 Call `gnus-html-prefetch-images' unconditionally.
10881
10882 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10883 before feeding URLs to curl.
10884
10885 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10886
10887 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10888 internal images as deletable by `W D D'.
10889
10890 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10891 (gnus-async-article-callback): Fix typo.
10892
10893 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10894
10895 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10896 current line to work around bugs in the output from w3m.
10897
10898 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10899 for groups that want that.
10900
10901 * nntp.el (nntp-wait-for-string): Supply a timeout for
10902 accept-process-output to ensure progress.
10903
10904 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10905 level to get unread articles from, then use that for foreign groups,
10906 too.
10907
10908 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10909 confuses the rest of the function.
10910
10911 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10912 for the methods that support -retrieve-groups, too.
10913
10914 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10915
10916 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10917
10918 * pop3.el: Require cl when compiling.
10919 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10920
10921 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10922
10923 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10924 that aren't going to be activated.
10925 (gnus-get-unread-articles): Fix up the last commit.
10926
10927 * gnus-html.el (gnus-article-html): Allow calling without specifying
10928 the handle. In that case, dissect the buffer first.
10929
10930 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10931
10932 * nnimap.el (nnimap-open-connection): Revert the change that would look
10933 into authinfo for imaps instead of imap.
10934
10935 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10936 say that you don't want to call gnus-request-group with don-check, but
10937 do check the response. This is for virtual groups only.
10938 (gnus-get-unread-articles): Count the archive groups as secondary, so
10939 that they're activated the same way as before.
10940
10941 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10942 case-insensitively.
10943 (nnimap-debug): Remove.
10944
10945 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10946 mail from a file, and the file doesn't exist.
10947
10948 * pop3.el (pop3-streaming-movemail): Return t for success.
10949
10950 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10951 .authinfo if we're using ssl connection.
10952
10953 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10954 already have if we're in a main Gnus `g' run.
10955
10956 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10957
10958 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10959
10960 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10961
10962 * nnmh.el (nnmh-request-list-1): Bind `file'.
10963
10964 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10965 alias to set-process-query-on-exit-flag or process-kill-without-query.
10966 (pop3-open-server): Use it.
10967
10968 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10969
10970 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10971 box to the Incoming file. Fixes mistake in previous checkin.
10972
10973 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10974 request loop (for debugging purposes) removed.
10975
10976 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10977 culprit is more visible.
10978 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10979 (nnml-add-incremental-nov): New functions to do "incremental" nov
10980 updates, where we just append to the end of the existing nov files
10981 without reading/writing them in full.
10982
10983 * mail-source.el (mail-source-delete-crash-box): Really only check the
10984 incoming files once in a while.
10985
10986 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10987
10988 * mail-source.el (mail-source-delete-crash-box): Only check the
10989 incoming files for deletion once per day to save a lot of file
10990 accesses.
10991
10992 * pop3.el (pop3-logon): Fix up unbound variable typo.
10993
10994 * mail-source.el (pop3-streaming-movemail): Autoload.
10995
10996 * pop3.el (pop3-streaming-movemail):
10997 Respect pop3-leave-mail-on-server.
10998
10999 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
11000 retrieval.
11001
11002 * pop3.el (pop3-process-filter): Remove unused function.
11003 (pop3-streaming-movemail, pop3-send-streaming-command)
11004 (pop3-wait-for-messages, pop3-write-to-file)
11005 (pop3-number-of-responses): New functions for streaming pop3
11006 retrieval.
11007
11008 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
11009 come from no known methods.
11010 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
11011 list.
11012
11013 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
11014 message sizes.
11015 (pop3-movemail): Use erase-buffer instead of looping and deleting
11016 regions, which seems rather odd.
11017
11018 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
11019 file once per `g' run.
11020
11021 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
11022 directories. This makes the draft queue directory work.
11023
11024 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
11025 data from the backends, so that we only request the list of groups from
11026 each method once. This should speed things up considerably.
11027
11028 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
11029 detect that it's not implemented.
11030
11031 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
11032 we actually do recurse down into the tree, but don't stat all leaf
11033 nodes.
11034
11035 * gnus-html.el (gnus-html-show-images): If there are no images to show,
11036 then say so instead of bugging out.
11037
11038 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
11039 files exist before trying to read them.
11040
11041 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
11042 around <pre_int>.
11043
11044 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
11045
11046 * nnmh.el (nnmh-request-list-1): Optimize for speed.
11047
11048 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11049
11050 * mm-util.el (mm-image-load-path): Just return the image directories,
11051 not all directories in the path in addition to the image directories.
11052 (mm-image-load-path): Maintain a cache of the image directories so that
11053 the `g' command in Gnus doesn't have to stat dozens of directories each
11054 time.
11055
11056 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
11057 (gnus-html-wash-tags): Add a new `i' command to insert images.
11058 (gnus-html-insert-image): New command and keystroke.
11059 (gnus-html-redisplay-with-images): New command and keystroke.
11060 (gnus-html-show-images): Rename command.
11061 (gnus-html-wash-tags): Remove more white space before <pre_int> image
11062 spacers.
11063 (gnus-html-wash-tags): Decode entities at the end, so that entities
11064 inside the tags don't mess up the rest of the "parsing".
11065
11066 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
11067 so that nnimap methods aren't agentized by default. There's apparently
11068 many problems related to agent/imap behavior.
11069
11070 * gnus-art.el (gnus-article-copy-string): New command and key binding.
11071
11072 * gnus-html.el: Doc fix.
11073
11074 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11075
11076 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
11077 glyph-width and glyph-height instead of display-graphic-p and
11078 image-size; make avoidance of displaying small images work for XEmacs.
11079
11080 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
11081 for XEmacs.
11082
11083 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
11084 of symbol that holds plist data.
11085 (gnus-process-plist): Remove plist of process after getting it.
11086
11087 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11088
11089 * message.el (message-generate-hashcash): Change default to
11090 'opportunistic if hashcash is installed.
11091
11092 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
11093 (gnus-html-put-image): Only call image-size once, since it's somewhat
11094 time-consuming on remote X servers.
11095
11096 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
11099 decoded contents.
11100 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
11101
11102 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11103
11104 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
11105 group line format, since it isn't very interesting.
11106
11107 * gnus-agent.el (gnus-agent-short-article),
11108 (gnus-agent-long-article): Increase values for these two variables,
11109 since most people are likely to have more network connection and
11110 storage than before.
11111
11112 * gnus.el (gnus-refer-article-method): Change default to 'current.
11113 When referring an article, the common behavior is to refer it from the
11114 current select method, not the native select method. The chances of
11115 the native select method having the message in question is rather slim
11116 these days.
11117
11118 * gnus-sum.el (gnus-auto-select-subject): Change default to
11119 `unseen-or-unread'. I think it's likely that most people want to
11120 select an unseen article over a previously seen, but unread one.
11121
11122 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
11123 means that in the article buffer none of the minor mode elements will
11124 be shown, usually, and this is not desirable in most cases.
11125
11126 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
11127 that commands like `d' (and the like) go to the next line in the
11128 buffer, instead of the next unread article. I think this is the
11129 behavior that is most natural for most users.
11130 (gnus-single-article-buffer): Change default to nil, so that people can
11131 have as many article buffers open as they have summary buffer. I think
11132 this is the most natural way for the groups to behave.
11133
11134 * message.el (message-generate-new-buffers): Change default to
11135 `unsent', so that all new message buffers start their names with the
11136 string "*unsent", and it's easier to find the buffers if you move from
11137 them.
11138
11139 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11140
11141 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
11142 small. They're probably tracking images.
11143 (gnus-html-wash-tags): Remove all <pre_int> place holders.
11144 (gnus-html-rescale-image): Yet another try at getting the image sizing
11145 right.
11146
11147 * nntp.el (nntp-request-set-mark): Refuse to do marks if
11148 nntp-marks-file-name is nil.
11149
11150 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11151
11152 * gnus-html.el (gnus-html-wash-tags)
11153 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
11154 Better logging.
11155
11156 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11157
11158 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
11159
11160 * gnus-html.el (gnus-html-wash-tags): Check the value of
11161 gnus-blocked-images in the summary buffer.
11162
11163 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11164
11165 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
11166
11167 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11168
11169 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
11170 like "a", it seems like.
11171 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
11172 since it needs to be picked from the correct buffer.
11173
11174 * nnwfm.el: Remove.
11175
11176 * nnlistserv.el: Remove.
11177
11178 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11179
11180 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
11181 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
11182
11183 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11184
11185 * nnkiboze.el: Remove.
11186
11187 * nndb.el: Remove.
11188
11189 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
11190 alt text.
11191 (gnus-html-rescale-image): Try to get the rescaling logic right for
11192 images that are just wide and not tall.
11193
11194 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
11195 overshadow variable bindings.
11196
11197 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
11198
11199 * gnus-html.el (gnus-html-wash-tags)
11200 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
11201 Add extra logging.
11202
11203 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11204
11205 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
11206 (gnus-max-image-proportion): New variable.
11207 (gnus-html-rescale-image): New function.
11208 (gnus-html-put-image): Rescale images.
11209
11210 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 Fix up some byte-compiler warnings.
11213 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
11214 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
11215 (gnus-article-fill-cited-article, gnus-article-hide-citation)
11216 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
11217 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
11218 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
11219 (gnus-group-update-group): Use save-excursion and with-current-buffer.
11220
11221 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11222
11223 * gnus-html.el (gnus-article-html): Decode contents by charset.
11224
11225 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11226
11227 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
11228 (gnus-html-frame-width, gnus-blocked-images):
11229 * message.el (message-prune-recipient-rules): Add custom version.
11230 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
11231
11232 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
11233 functions.
11234
11235 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
11236 gnus-process-get.
11237
11238 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
11239
11240 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
11241 instead of lsub directly.
11242
11243 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11244
11245 * nnwarchive.el: Remove.
11246
11247 * gnus-soup.el: Remove.
11248
11249 * nnsoup.el: Remove.
11250
11251 * nnultimate.el: Remove.
11252
11253 * gnus-html.el (gnus-blocked-images): New variable.
11254
11255 * message.el (message-prune-recipients): New function.
11256 (message-prune-recipient-rules): New variable.
11257
11258 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
11259 guess whether a long line is natural text or not.
11260
11261 * gnus-html.el (gnus-html-schedule-image-fetching):
11262 Use gnus-process-plist and friends for compatibility.
11263
11264 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * gnus-html.el: Require packages that define macros used in this file.
11267 (gnus-article-mouse-face): Declare to silence byte-compiler.
11268 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
11269 process-get.
11270 (gnus-html-put-image): Use plist-get to avoid getf.
11271 (gnus-html-prefetch-images): Use with-current-buffer.
11272
11273 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * gnus-ems.el: Provide compatibility functions for
11276 gnus-set-process-plist.
11277
11278 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
11279 * gnus.el (gnus-valid-select-methods):
11280 * message.el (message-send-mail-partially-limit):
11281 * mm-decode.el (mm-text-html-renderer):
11282 * mml.el (mml-insert-mime-headers-always):
11283 * smiley.el (smiley-regexp-alist): Bump custom version.
11284
11285 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11286
11287 * gnus-html.el: Require mm-url.
11288 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
11289 with the url to `url'.
11290 (gnus-html-wash-tags): Support cid: URLs/images.
11291
11292 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11293
11294 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
11295 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
11296 bindings, as they aren't useful at all. `w' is moved to `W w'.
11297
11298 * gnus-move.el: Remove file, since it doesn't really work.
11299
11300 * gnus-html.el (gnus-article-html): Tell w3m that the input is
11301 UTF-8. This seems to fix problems with some German web feeds.
11302
11303 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
11304 at the top so that the proper colors are applied.
11305
11306 * gnus-art.el (gnus-article-view-part): Doc fix.
11307
11308 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
11309 XEmacs-compatible.
11310 (gnus-html-put-image): Don't do images on non-graphic displays.
11311
11312 * nnslashdot.el: Remove this unused backend.
11313
11314 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
11315 actions.
11316 (gnus-undo-register-1): Revert last change.
11317
11318 * gnus-group.el (gnus-group-completing-read): Protect against not
11319 having completion-styles bound.
11320
11321 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
11322 make broken recipients happier.
11323
11324 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
11325
11326 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
11327 point parameter.
11328
11329 * gnus-group.el (gnus-group-completing-read): Add 'substring to
11330 completion-styles for group selection.
11331
11332 2009-02-04 Andreas Schwab <schwab@suse.de>
11333
11334 * gnus-score.el (gnus-score-string): Fix regex for matching extra
11335 headers and regexp-quote the match if necessary.
11336
11337 2009-03-24 Miles Bader <miles@gnu.org>
11338
11339 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
11340 the blinking smiley.
11341
11342 2009-03-24 Simon Josefsson <simon@josefsson.org>
11343
11344 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11345 blink smiley.
11346
11347 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11348
11349 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11350 where the dribbel file lives exists.
11351
11352 * message.el (message-send-mail-partially-limit): Change the default to
11353 nil, since most people don't want this.
11354
11355 * mm-url.el (mm-url-decode-entities): Also decode entities like
11356 &#x3212.
11357
11358 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
11359
11360 * gnus-sum.el (gnus-summary-idna-message):
11361 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11362 Hyperlink urls in docstrings with URL `...'.
11363
11364 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
11365
11366 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11367 functions.
11368
11369 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11370
11371 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11372 say what the mouseover text should be.
11373
11374 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11375 version of the mm-w3m-safe-url-regexp variable to only download images
11376 in the groups where we want that to happen.
11377
11378 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11379
11380 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11381 easier debugging.
11382 (gnus-article-beginning-of-window): Add kludge to allow spacing past
11383 big pictures in the article buffer.
11384
11385 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11386 gnus-article-html.
11387 (mm-text-html-renderer): gnus-article-html needs curl in addition to
11388 w3m.
11389
11390 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11391
11392 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
11393
11394 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11395 which doesn't exist.
11396
11397 * message.el (message-inhibit-ecomplete): New variable to allow some
11398 function to inhibit ecomplete address storage.
11399 (message-resend): Disable ecomplete message storage when resending
11400 messages.
11401
11402 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11403
11404 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
11405
11406 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11407 Save excursion while copying, moving, and deleting articles in order to
11408 prevent the cursor from jumping to unforeseen place.
11409
11410 2010-08-17 Glenn Morris <rgm@gnu.org>
11411
11412 * gnus-sync.el: Require gnus components whose functions are used.
11413
11414 * gnus-art.el (bookmark-make-record-function):
11415 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11416 Declare for compiler.
11417
11418 * mm-url.el (mml-compute-boundary): Autoload.
11419
11420 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11421
11422 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11423
11424 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
11425
11426 Typo fix "hoo4a" -> "hook".
11427
11428 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11429
11430 2010-08-14 Glenn Morris <rgm@gnu.org>
11431
11432 * gnus-sync.el (gnus-sync): Fix defgroup version.
11433
11434 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
11435
11436 Doc fixes and keep unknown groups (ammended for nunion bug fix).
11437
11438 * gnus-sync.el: Fix docs.
11439 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11440 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11441
11442 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11443
11444 Optimizations for gnus-sync.el.
11445
11446 * gnus-sync.el: Add docs about gnus-sync-backend
11447 possibilities.
11448 (gnus-sync-save): Remove unnecessary message.
11449 (gnus-sync-read): Optimize and show what groups were skipped.
11450
11451 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11452
11453 Minor bug fixes for gnus-sync.el.
11454
11455 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11456 Don't read the sync on get-new-news.
11457
11458 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11459 quiet.
11460
11461 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11462 (fix typo).
11463
11464 2010-07-30 Lawrence Mitchell <wence@gmx.li>
11465
11466 Make saving and restoring of hidden threads work with overlays.
11467 Patch applied by Ted Zlatanov.
11468
11469 * gnus-sum.el (gnus-hidden-threads-configuration)
11470 (gnus-restore-hidden-threads-configuration): Update to deal with text
11471 properties, rather than searching for a magic character.
11472
11473 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
11474
11475 New gnus-sync.el library for synchronization of marks.
11476
11477 * gnus-sync.el: New library for synchronization of marks.
11478
11479 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11480 renamed from `gnus-registry-grep-in-list'.
11481
11482 * gnus-registry.el (gnus-registry-follow-group-p):
11483 Use `gnus-grep-in-list'.
11484
11485 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11486
11487 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11490 determining charset of text fails.
11491
11492 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * nnmail.el (nnmail-get-new-mail-1): Revert.
11495
11496 * nnml.el (nnml-active-number): Make sure names of newly created groups
11497 in nnml-group-alist are encoded.
11498
11499 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11502 containing non-ASCII characters in active file for nnml back end.
11503
11504 2010-07-24 David Engster <dengste@eml.cc>
11505
11506 * mml-smime.el (mml-smime-epg-verify): Also accept the older
11507 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11508
11509 2010-07-21 Daiki Ueno <ueno@unixuser.org>
11510
11511 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11512 tag (Bug#6654).
11513
11514 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
11515
11516 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11517 the article buffer, not the summary buffer.
11518
11519 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
11520
11521 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11522 Emacs 23 as well.
11523
11524 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11525
11526 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11527 Patch applied by Karl Fogel.
11528
11529 * gnus-sum.el (gnus-summary-bookmark-make-record):
11530 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11531
11532 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11533
11534 Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11535 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
11536 C-w still not working correctly from Article buffers; Thierry's
11537 patch to fix that will be applied after this.
11538
11539 * gnus-art.el (bookmark-make-record-function): New local variable.
11540
11541 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11542 article buffer.
11543 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11544
11545 2010-07-13 Karl Fogel <kfogel@red-bean.com>
11546
11547 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11548 on changes in bookmark.el.
11549
11550 2010-06-22 Mark A. Hershberger <mah@everybody.org>
11551
11552 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11553 the *other* type of HTML form submission.
11554
11555 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
11556
11557 * auth-source.el (auth-source-pick): If choice does not contain a
11558 questioned keyword, set the check to t.
11559
11560 2010-06-12 Romain Francoise <romain@orebokech.com>
11561
11562 * gnus-util.el (gnus-date-get-time): Move up before first use.
11563
11564 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11567 (gnus-article-edit-part): Bind it to make last part that is substituted
11568 or deleted visible.
11569 (gnus-mime-display-single): Buttonize part of which id equals to
11570 gnus-mime-buttonized-part-id.
11571
11572 2010-06-10 Dan Christensen <jdc@uwo.ca>
11573
11574 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11575 (gnus-dd-mmm): Use gnus-date-get-time.
11576 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11577 simplify logic.
11578 (gnus-summary-limit-to-age): Use gnus-date-get-time.
11579 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11580
11581 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
11582
11583 * auth-source.el (top): Autoload `secrets-list-collections',
11584 `secrets-create-item', `secrets-delete-item'.
11585 (auth-sources): Fix tag string.
11586 (auth-get-source, auth-source-retrieve, auth-source-create)
11587 (auth-source-delete): New defuns.
11588 (auth-source-pick): Rewrite in order to avoid 2 passes.
11589 (auth-source-forget-user-or-password): New parameter USERNAME.
11590 (auth-source-user-or-password): New parameters CREATE-MISSING and
11591 DELETE-EXISTING. Retrieve password interactively, if needed.
11592
11593 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
11594
11595 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11596 deleting unused directories when gnus-expert-user is t.
11597
11598 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
11599
11600 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11601 for each temp file when gnus-article-browse-delete-temp is ask.
11602
11603 2010-05-20 Kevin Ryde <user42@zip.com.au>
11604
11605 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
11606
11607 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11610 article unless decoding article to be saved.
11611
11612 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11615 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11616 generated within the mm-with-unibyte-current-buffer macro.
11617
11618 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
11619
11620 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11621 to nil when we're in a mml-preview buffer and no group is selected.
11622
11623 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
11624
11625 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11626 when catching the `C-g'. Reported by "Leo".
11627
11628 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11629
11630 * message.el (message-forward-make-body-plain)
11631 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11632 multibyte-string-p.
11633
11634 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11635
11636 * message.el (message-forward-make-body-mml): Assume original message
11637 is multibyte string; error on unibyte.
11638 (message-forward-make-body-plain): Ditto; don't add excessive newline
11639 in body end.
11640
11641 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
11642
11643 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11644 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
11645
11646 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
11647
11648 * mm-extern.el (mm-extern-url): Don't use
11649 mm-with-unibyte-current-buffer.
11650 (mm-extern-cache-contents): Use with-current-buffer instead of
11651 save-excursion + set-buffer.
11652
11653 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11654
11655 * mm-util.el (mm-emacs-mule): Remove.
11656
11657 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
11658
11659 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11660 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11661 change.
11662
11663 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11664
11665 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11666 bind the default value of enable-multibyte-characters to nil.
11667
11668 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11669
11670 * message.el (message-forward-make-body-plain)
11671 (message-forward-make-body-mml):
11672 Don't use mm-with-unibyte-current-buffer.
11673
11674 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
11675
11676 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11677 (Bug#5592).
11678
11679 2010-05-07 Julien Danjou <julien@danjou.info>
11680
11681 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11682 it to mm-pipe-part.
11683
11684 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11685 it is given.
11686
11687 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11688
11689 * nnweb.el (nnweb-gmane-search):
11690 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11691 XEmacs.
11692
11693 * gnus-art.el (gnus-article-browse-html-parts):
11694 * gnus-group.el (gnus-read-ephemeral-gmane-group)
11695 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11696 make-temp-file.
11697
11698 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11699 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11700 compiling.
11701
11702 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11703 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11704 XEmacs when compiling.
11705
11706 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11707 gnus-pick-mode-off-hook for XEmacs when compiling.
11708 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11709 gnus-binary-mode-off-hook for XEmacs when compiling.
11710
11711 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11712 Return nil if char-charset is not available.
11713
11714 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11715 macro.
11716
11717 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11718 instead of encode-coding-string.
11719
11720 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11721 'xemacs) instead of mm-emacs-mule to switch function definitions.
11722 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11723
11724 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
11725
11726 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11727
11728 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
11729
11730 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11731 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11732
11733 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * mm-util.el (mm-decompress-buffer): Use `delete-file';
11736 alias `jka-compr-delete-temp-file' no longer exists.
11737
11738 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 Use define-minor-mode in Gnus where applicable.
11741 * mml.el (mml-mode): Use define-minor-mode.
11742 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11743 (gnus-undo-mode): Use define-minor-mode.
11744 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11745 (gnus-dead-summary-mode): Use define-minor-mode.
11746 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11747 Initialize in declaration.
11748 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11749 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11750 (gnus-mailing-list-mode): Use define-minor-mode.
11751 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11752 (gnus-draft-mode): Use define-minor-mode.
11753 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11754 (gnus-dired-mode): Use define-minor-mode.
11755
11756 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
11757
11758 * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11759 handles on recursive mml-to-mime translation and check them for
11760 boundary delimiter collisions. Reported by Greg Troxel.
11761
11762 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11765
11766 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11767
11768 * mm-util.el (mm-find-buffer-file-coding-system):
11769 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11770
11771 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
11772
11773 * message.el (message-generate-headers): Record insertion of optional
11774 headers as well. Otherwise the check to prevent repeated insertion of
11775 optional headers is a no-op.
11776
11777 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
11778
11779 * smime.el: Don't mention CVS.
11780
11781 * nnrss.el (nnrss-fetch): Don't mention CVS.
11782
11783 * nnir.el: Don't mention CVS.
11784
11785 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * gnus-sum.el (gnus-summary-bookmark-make-record):
11788 Add `location' field.
11789
11790 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11791
11792 * gnus-sum.el: Add bookmark declarations to silence the compiler.
11793 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11794 Use with-current-buffer to silence the byte-compiler.
11795 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11796 bother to require `gnus'.
11797 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
11798
11799 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11800
11801 * gnus-sum.el (gnus-summary-bookmark-make-record)
11802 (gnus-summary-bookmark-jump): New functions.
11803 (gnus-summary-mode): Setup bookmark support.
11804
11805 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
11806
11807 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11808 if set.
11809
11810 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
11811
11812 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11813 gnus-article-browse-html-save-cid-image; make it work recursively for
11814 forwarded messages as well.
11815 (gnus-article-browse-html-parts): Work when prefix arg is given.
11816 (gnus-article-browse-html-article): Doc fix.
11817
11818 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
11819
11820 * message.el (message-default-mail-headers)
11821 (message-default-headers): Carry the value mail-default-headers over
11822 into message-default-mail-headers, rather than message-default-headers.
11823
11824 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
11825
11826 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11827 charset.
11828
11829 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11830 charset into the <meta> tag when the article is encoded to utf-8.
11831
11832 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
11833
11834 * gnus-art.el (gnus-article-browse-delete-temp-files):
11835 Delete directories as well.
11836 (gnus-article-browse-html-parts): Work for images that do not specify
11837 file names; delete temp directory when quitting; insert header at the
11838 right place; use file: scheme for image files.
11839
11840 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
11841
11842 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11843 (gnus-article-browse-html-parts): Use it to make temporary cid image
11844 files in addition to html file so that browser may display them.
11845
11846 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
11847
11848 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11849
11850 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11851
11852 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11853
11854 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
11855
11856 * auth-source.el (auth-sources): Change default to be simpler.
11857 Explain about Secret Service API sources. Improve Customize options.
11858 (auth-source-pick): Change to accept any number of search parameters.
11859 Implement fallbacks iteratively, not recursively. Add scoring on the
11860 second pass and sort by score. Call Secret Service API when needed.
11861 (auth-source-user-or-password): Use it. Call Secret Service API
11862 directly when needed to get the user name and the password.
11863
11864 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
11865
11866 * message.el (message-interactive): Doc fix.
11867 (message-qmail-inject-args): Reflow.
11868 (message-kill-to-signature): Fix typo in docstring.
11869
11870 * smiley.el (smiley-buffer): Fix typo in docstring.
11871
11872 2010-03-24 Glenn Morris <rgm@gnu.org>
11873
11874 * mail-source.el (gnus-message): Declare.
11875 (mail-source-delete-old-incoming): Require gnus-util.
11876
11877 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11878
11879 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11880
11881 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11882
11883 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11884 password-cache's default if it is not bound.
11885 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11886 password-cache-expiry's default if it is not bound.
11887
11888 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11889 available in Emacs 21.
11890
11891 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11892
11893 * auth-source.el (auth-sources): Fix up definition so extra parameters
11894 are always inline.
11895
11896 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11897
11898 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11899 wasn't updated after mismatch. Clear cached mailbox info correctly
11900 when uidvalidity changes.
11901 (nnimap-group-prefixed-name): New function to avoid some code
11902 duplication.
11903 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11904 (nnimap-request-group): Use it.
11905 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11906 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11907 with many imap folders. This is done by caching the group status from
11908 the imap server persistently in a group parameter `imap-status'. (This
11909 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11910 but not persistently, so every Gnus startup was still very slow.)
11911
11912 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11913
11914 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11915 secrets.el dependency.
11916 (auth-sources): Add optional user name. Add secrets.el configuration
11917 choice (unused right now).
11918
11919 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11920
11921 * gnus-sum.el (gnus-summary-make-menu-bar):
11922 Let `gnus-registry-install-shortcuts' fill in the functions.
11923
11924 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11925 warnings.
11926 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11927 (gnus-registry-install-shortcuts): Populate and use it in a
11928 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11929
11930 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11931
11932 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11933 In-place substitutions for the group name encoding/decoding.
11934 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11935 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11936 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11937 (nnimap-update-unseen, nnimap-request-list)
11938 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11939 (nnimap-request-set-mark, nnimap-split-to-groups)
11940 (nnimap-split-articles, nnimap-request-newgroups)
11941 (nnimap-request-create-group, nnimap-request-accept-article)
11942 (nnimap-request-delete-group, nnimap-request-rename-group)
11943 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11944 `encoded-mbx' for consistency.
11945 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11946 variable `imap-current-mailbox'.
11947
11948 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11949 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11950
11951 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11952
11953 * pop3.el (pop3-display-message-size-flag): Display message size byte
11954 counts during POP3 download.
11955 (pop3-movemail): Use it.
11956 (pop3-list): Implement listing of available messages.
11957
11958 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11959
11960 * nnir.el (nnir-get-article-nov-override-function): New function to
11961 override the normal NOV retrieval.
11962 (nnir-retrieve-headers): Use it.
11963
11964 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11965
11966 * auth-source.el (netrc-machine-user-or-password): Autoload.
11967
11968 2010-03-19 Glenn Morris <rgm@gnu.org>
11969
11970 Stop message.el from loading about 40 libraries it doesn't always need.
11971 The general approach is to autoload rather than require, and to
11972 require in the specific functions rather than the file. (Bug#5642)
11973
11974 * gmm-utils.el: Don't require wid-edit.
11975 (widget-create-child-value, widget-convert, widget-default-get):
11976 Autoload.
11977
11978 * gnus-util.el: Don't require time-date, netrc.
11979 (message-fetch-field, gnus-group-name-decode): Declare rather than
11980 autoloading.
11981 (gnus-fetch-field): Require message.
11982 (gnus-decode-newsgroups): Require gnus-group.
11983
11984 * ietf-drums.el: Don't require time-date.
11985
11986 * message.el: Don't require hashcash, canlock, ecomplete.
11987 Do require mail-utils. Require nnheader only when compiling.
11988 (smtpmail-default-smtp-server): Remove declaration.
11989 (message-send-mail-function): Check smtpmail-default-smtp-server
11990 is bound rather than requiring smtpmail.
11991 (message-auto-save-directory, message-insert-signature):
11992 Use expand-file-name rather than nnheader-concat.
11993 (nnheader-insert-file-contents): Autoload.
11994 (hashcash-wait-async): Declare.
11995 (message-send-mail): Only call gnus-setup-posting-charset if
11996 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11997 (message-send-mail-with-sendmail): Require sendmail.
11998 (canlock-password, canlock-password-for-verify): Declare.
11999 (message-canlock-password): Require canlock.
12000 (nnheader-get-report): Autoload.
12001 (gnus-setup-posting-charset): Declare.
12002 (message-send-news): Require gnus-msg.
12003 (message-make-references, message-make-in-reply-to): Use mail-header-id
12004 rather than the alias mail-header-message-id.
12005 (ecomplete-add-item, ecomplete-save): Declare.
12006 (message-put-addresses-in-ecomplete): Require ecomplete.
12007 (ecomplete-display-matches): Autoload.
12008
12009 * mm-decode.el: Don't require mailcap, gnus-util.
12010 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
12011 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
12012 Autoload.
12013 (mailcap-mime-extensions): Declare.
12014
12015 * mm-encode.el: Don't require mailcap.
12016 (mailcap-extension-to-mime): Autoload.
12017
12018 * mml-sec.el: Don't require password-cache.
12019
12020 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
12021 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
12022 (mml-minibuffer-read-type): Require mailcap.
12023 (mml-preview): Require gnus-msg.
12024
12025 * mml1991.el: Require password-cache.
12026 (password-cache-expiry): Remove declaration.
12027
12028 * mml2015.el: Require password-cache.
12029 (password-cache-expiry): Remove declaration.
12030
12031 * nneething.el (mailcap): Require mailcap.
12032
12033 * nnheader.el (declare-function): Add compatibility stub.
12034 (message-remove-header): Declare rather than autoload.
12035 (nnheader-replace-header): Require message.
12036
12037 * nnimap.el (declare-function): Add compatibility stub.
12038 (netrc-parse, netrc-machine-user-or-password): Declare.
12039 (nnimap-open-connection): Require netrc.
12040
12041 * nntp.el (declare-function): Add compatibility stub.
12042 (netrc-parse, netrc-machine, netrc-get): Declare.
12043 (nntp-send-authinfo): Require netrc.
12044
12045 * rfc2047.el: Don't require qp.
12046 (quoted-printable-encode-region, quoted-printable-decode-string):
12047 Autoload.
12048
12049 * sieve-mode.el: Don't require easymenu.
12050 (easy-menu-add-item): Autoload it.
12051
12052 * spam-stat.el (time-to-number-of-days): Autoload it.
12053
12054 2010-03-17 Kevin Ryde <user42@zip.com.au>
12055
12056 * mml.el (mml-read-tag): Unquote values with `read' to reverse
12057 prin1 in mml-insert-tag (just stripping the quotes gave wrong
12058 value if any backslash escapes).
12059
12060 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12061
12062 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
12063 if it is available. (bug#5647)
12064
12065 2010-02-26 Glenn Morris <rgm@gnu.org>
12066
12067 * message.el (message-send-mail-function): Change the default, so that
12068 it inherits from a customized send-mail-function. (Bug#5643)
12069
12070 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12071
12072 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
12073 shell-command-to-string signals an error (bug#5299).
12074
12075 2010-02-24 Glenn Morris <rgm@gnu.org>
12076
12077 * message.el (message-smtpmail-send-it)
12078 (message-send-mail-with-mailclient): Doc fixes.
12079
12080 2010-02-16 Glenn Morris <rgm@gnu.org>
12081
12082 * message.el (message-default-mail-headers): Change the default value
12083 to ease the transition from mail-mode to message-mode. (Bug#5555)
12084
12085 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
12086
12087 * message.el (message-mail): Just pass yank-action on to message-setup.
12088 (message-setup): Handle (FUN . ARGS) form of yank-action.
12089 (message-with-reply-buffer, message-widen-reply)
12090 (message-yank-original): Handle non-buffer values of
12091 message-reply-buffer (Bug#4080).
12092 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
12093
12094 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
12095
12096 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
12097 Fix typo in docstring.
12098
12099 2010-01-08 Jason Rumney <jasonr@gnu.org>
12100
12101 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
12102 response.
12103
12104 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12105
12106 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
12107
12108 * message.el (message-check-news-header-syntax): Protect against a
12109 string that `rfc822-addresses' returns when parsing fails.
12110
12111 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12112
12113 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
12114 (gnus-previous-char-property-change): New functions.
12115
12116 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
12117
12118 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
12119
12120 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
12121 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
12122
12123 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
12124
12125 * message.el (message-exchange-point-and-mark): Rework last change to
12126 avoid using optional arg of exchange-point-and-mark, for backward
12127 compatibility.
12128
12129 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
12130
12131 * message.el (message-exchange-point-and-mark):
12132 Call exchange-point-and-mark with an argument rather than setting
12133 mark-active by hand (Bug#5175).
12134
12135 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12136
12137 * nntp.el (nntp-service-to-port): Work for service expressed with
12138 numeric string; replace [:digit:] with [0-9] for XEmacs.
12139
12140 2009-12-17 Glenn Morris <rgm@gnu.org>
12141
12142 * gnus-group.el (gnus-bug-group-download-format-alist):
12143 Change emacs entry to debbugs.gnu.org. Bump :version.
12144
12145 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
12146
12147 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
12148
12149 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12150
12151 * message.el (message-info): Explain why we use `Info-goto-node'.
12152
12153 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 * message.el (message-completion-in-region): New compatibility function.
12156 (message-expand-group): Use it.
12157
12158 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
12161 with no unread article should be listed if the 2nd arg `predicate' is
12162 given.
12163
12164 2009-11-29 Juri Linkov <juri@jurta.org>
12165
12166 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
12167 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
12168 on `gnus-recenter'. (Bug#4698, Bug#4981)
12169
12170 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * message.el (message-from-style, message-interactive)
12173 (message-signature): Always set default values from the corresponding
12174 mail-* variables.
12175 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12176 (message-yank-prefix, message-indentation-spaces)
12177 (message-signature-file, message-default-headers): Use boundp rather
12178 than (featurep 'xemacs) to check if the corresponding mail-* variables
12179 exist.
12180
12181 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
12182
12183 * message.el (message-send-mail-with-sendmail): Revert last change.
12184
12185 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
12186
12187 * message.el (message-from-style, message-interactive)
12188 (message-cite-prefix-regexp, message-sendmail-envelope-from)
12189 (message-yank-prefix, message-indentation-spaces, message-signature)
12190 (message-signature-file, message-default-headers): For GNU Emacs, set
12191 default values from the corresponding mail-* variables.
12192 (message-send-mail-with-sendmail): Use envelope-from only if
12193 mail-specify-envelope-from is non-nil.
12194
12195 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
12196
12197 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
12198 containing tspecial characters if they have been already quoted.
12199
12200 2009-10-24 Glenn Morris <rgm@gnu.org>
12201
12202 * gnus-art.el (help-xref-stack-item): Define for compiler.
12203
12204 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12205
12206 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
12207
12208 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
12211 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
12212
12213 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
12214
12215 * gnus.el (gnus-overlay-get): New alias to overlay-get.
12216 (gnus-overlays-in): New alias to overlays-in.
12217
12218 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
12219 gnus-overlay-get, and gnus-delete-overlay.
12220 (gnus-summary-show-thread): Make it work as well for systems in which
12221 next-single-char-property-change is not available.
12222 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
12223
12224 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
12225
12226 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
12227
12228 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
12229
12230 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12231 and XEmacs that don't have `remove-overlays'.
12232
12233 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12234
12235 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12236 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12237 selective display. Use overlays instead.
12238
12239 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12242
12243 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
12244
12245 * spam-stat.el (spam-stat-load): Fix typo in message.
12246
12247 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
12248
12249 * gnus-art.el (gnus-article-encrypt-body):
12250 * message.el (message-check-recipients):
12251 * mm-util.el (mm-codepage-setup):
12252 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12253 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12254
12255 2009-09-22 Daiki Ueno <ueno@unixuser.org>
12256
12257 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12258 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12259 keys from the menu if mm-{sign,encrypt}-option is 'guided.
12260 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12261 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12262
12263 2009-09-18 Glenn Morris <rgm@gnu.org>
12264
12265 * gnus-diary.el (gnus-diary-check-message):
12266 * message.el (message-insert-formatted-citation-line):
12267 * nnbabyl.el (top-level):
12268 * nndiary.el (nndiary-schedule):
12269 Fix typos in condition-case handlers.
12270
12271 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
12272
12273 * gnus-art.el (gnus-article-edit-part): Work for the buffer
12274 configuration that provides the sole article window in a frame;
12275 position point correctly after deleting a part.
12276
12277 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
12278
12279 * spam.el (spam-unregister-on-reregister): Add boolean variable.
12280 (spam-resolve-registrations-routine): Use it to unregister articles
12281 that change status.
12282
12283 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12284
12285 * nnrss.el (nnrss-request-article): Remove binding of
12286 default-enable-multibyte-characters that has gotten needless by
12287 the 2007-07-13 change in rfc2047-encode-message-header.
12288
12289 * mml.el (mml-insert-multipart): Error on the message header.
12290 (mml-insert-part): Error on the message header; position point at
12291 the end of a MIME tag.
12292
12293 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12296 (gnus-float-time): Alias to float-time if it exists.
12297
12298 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12299 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12300 float-time is available; suppress compile warning for time-to-seconds.
12301
12302 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12303
12304 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12305 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12306 Add the optional argument `encoding' that overrides the default.
12307
12308 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12309 mm-encode-buffer.
12310
12311 2009-09-04 Glenn Morris <rgm@gnu.org>
12312
12313 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12314 mm-disable-multibyte, rather than default-enable-multibyte-characters.
12315 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12316 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12317 * mm-util.el (mm-with-unibyte-current-buffer)
12318 (mm-find-buffer-file-coding-system):
12319 * yenc.el (yenc-decode-region): Use default-value rather than
12320 default-enable-multibyte-characters.
12321
12322 2009-09-03 Glenn Morris <rgm@gnu.org>
12323
12324 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12325 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12326 than default-enable-multibyte-characters.
12327
12328 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
12329
12330 * gnus-art.el (gnus-article-read-summary-keys):
12331 Fix gnus-buffer-configuration's value temporarily used.
12332
12333 2009-09-02 Glenn Morris <rgm@gnu.org>
12334
12335 * gnus-util.el (gnus-float-time): New function.
12336 * gnus-delay.el (gnus-delay-article):
12337 * gnus-sum.el (gnus-thread-latest-date):
12338 * gnus-util.el (gnus-user-date): Use gnus-float-time.
12339 * nnspool.el (nnspool-request-newgroups):
12340 Use gnus-float-time rather than time-to-seconds.
12341 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12342
12343 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12344 (gnus-header-subject-face, gnus-header-newsgroups-face)
12345 (gnus-header-name-face, gnus-header-content-face):
12346 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12347 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12348 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12349 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12350 (gnus-cite-face-11):
12351 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12352 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12353 (gnus-server-closed-face, gnus-server-denied-face)
12354 (gnus-server-offline-face):
12355 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12356 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12357 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12358 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12359 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12360 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12361 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12362 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12363 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12364 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12365 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12366 (gnus-summary-selected-face, gnus-summary-cancelled-face)
12367 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12368 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12369 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12370 (gnus-summary-high-undownloaded-face)
12371 (gnus-summary-low-undownloaded-face)
12372 (gnus-summary-normal-undownloaded-face)
12373 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12374 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12375 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12376 (gnus-splash-face):
12377 * message.el (message-header-to-face, message-header-cc-face)
12378 (message-header-subject-face, message-header-newsgroups-face)
12379 (message-header-other-face, message-header-name-face)
12380 (message-header-xheader-face, message-separator-face)
12381 (message-cited-text-face, message-mml-face):
12382 * sieve-mode.el (sieve-control-commands-face)
12383 (sieve-action-commands-face, sieve-test-commands-face)
12384 (sieve-tagged-arguments-face):
12385 * spam.el (spam-face):
12386 Mark face aliases with "-face" in the name as obsolete.
12387
12388 2009-09-01 Glenn Morris <rgm@gnu.org>
12389
12390 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12391 than goto-line.
12392
12393 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
12394
12395 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12396 Don't move point if the command is invoked inside the message header.
12397
12398 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12401 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12402 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12403 * nnir.el (nnir-swish-e-index-file):
12404 * gnus-sum.el (gnus-summary-delete-marked-as-read)
12405 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12406 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12407 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12408 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12409 (gnus-treat-display-xface): Add Emacs version of obsolescence.
12410
12411 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
12412
12413 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12414 Don't save excursion.
12415
12416 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * nnheader.el (nnheader-find-file-noselect):
12419 * mm-util.el (mm-insert-file-contents):
12420 Use (default-value 'major-mode) instead of default-major-mode.
12421
12422 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12425
12426 2009-08-25 Glenn Morris <rgm@gnu.org>
12427
12428 * nnir.el (top-level): Don't require cl at run-time.
12429 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12430 Replace cl-function substitute with gnus-replace-in-string.
12431 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12432 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12433 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12434 simplified expansions.
12435
12436 2009-08-22 Glenn Morris <rgm@gnu.org>
12437
12438 * gnus-art.el (gnus-button-patch): Use forward-line rather than
12439 goto-line.
12440
12441 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12444
12445 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12446 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12447 (gnus-mm-display-part, gnus-mime-display-single)
12448 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12449 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12450
12451 * gnus-sum.el
12452 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12453 (gnus-summary-move-article): Add expirable mark to articles copied or
12454 moved to group that has auto-expire turned on if the option is non-nil.
12455
12456 2009-07-24 Glenn Morris <rgm@gnu.org>
12457
12458 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12459 Fix typo. (Bug#3903)
12460
12461 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
12462
12463 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12464 gnus-article-read-summary-keys rather than gnus-summary-edit-article
12465 that should not be used for draft articles.
12466 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12467 that has no concern in minor mode keys.
12468 (gnus-article-summary-command, gnus-article-summary-command-nosave):
12469 Abolish.
12470
12471 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
12472
12473 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12474 article without making inquiry to a user for unknown encoding.
12475
12476 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12477 (nnmaildir--scan): Assume i-node and device number that file-attributes
12478 returns might be cons-cell.
12479
12480 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
12481
12482 * auth-source.el: Remove docs now in auth.texi. Don't use
12483 `gnus-message' for logging. Add new variables `auth-source-debug' and
12484 `auth-source-hide-passwords' and use them.
12485
12486 2009-07-15 Glenn Morris <rgm@gnu.org>
12487
12488 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12489
12490 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12491
12492 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12493 excessive whitespace from the default values of title and description.
12494
12495 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
12496
12497 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12498 mail-fetch-field to fetch Content-Description header in order to
12499 exclude newlines.
12500
12501 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
12502
12503 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12504 to deleted part.
12505
12506 2009-05-30 David Engster <dengste@eml.cc>
12507
12508 * nnmairix.el: Remove old documentation in the commentary block.
12509 (nnmairix-request-group): Do not update active file for nnml back ends.
12510 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12511 end so that overview files are ignored.
12512 (nnmairix-update-groups): Make updating the groups more robust by using
12513 marks.
12514 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12515 with dollar characters in message-id.
12516
12517 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
12518
12519 * spam.el: Use dns-query instead of query-dns. Was renamed on
12520 2008-12-25 in dns.el.
12521
12522 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12525 could happen if the text is only composed of spaces and/or tabs.
12526
12527 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
12528
12529 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12530 when sending a queued message to avoid extra mml tags.
12531
12532 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12533
12534 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12535
12536 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12537
12538 * gnus-dired.el: Remove autoload for gnus-setup-message.
12539 (gnus-dired-attach): Fake this-command value to prevent Gnus from
12540 displaying Gnus logo; always use compose-mail.
12541
12542 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12543
12544 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12545
12546 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
12547
12548 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12549 (gnus-nocem-issuers): List currently active issuers; fix custom type.
12550 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12551 available.
12552 (gnus-nocem-epg-verify): New function.
12553
12554 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
12555
12556 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12557
12558 2009-02-15 Glenn Morris <rgm@gnu.org>
12559
12560 * gnus-util.el (rmail-insert-rmail-file-header)
12561 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12562 autoloads.
12563 (rmail-default-rmail-file): Remove unnecessary declaration.
12564 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12565
12566 2009-02-14 Glenn Morris <rgm@gnu.org>
12567
12568 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12569 variable (only used in gnus-util, which declares it anyway).
12570 (rmail-output-to-rmail-file): Remove autoload of deleted function,
12571 which was only needed by gnus-art (changed to not use it any more).
12572 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12573 only used in gnus-util, which autoloads it itself.
12574 (rmail-update-summary): Fix autoload.
12575
12576 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12577 rather than rmail-output-to-rmail-file.
12578
12579 2009-02-07 Glenn Morris <rgm@gnu.org>
12580
12581 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12582 autoload of function that no longer exists.
12583 (rmail-toggle-header): Declare.
12584 (message-forward-rmail-make-body): Handle mbox Rmail.
12585
12586 2009-01-31 Glenn Morris <rgm@gnu.org>
12587
12588 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12589 2009-01-09 change.
12590
12591 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
12592
12593 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12594 (auth-source-forget-all-cached): New convenience function.
12595 (auth-source-user-or-password): Accept list of modes or a single mode.
12596
12597 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12598 auth-source modes.
12599
12600 * nnimap.el (nnimap-open-connection): Use list of
12601 auth-source modes.
12602
12603 * nntp.el (nntp-send-authinfo): Use list of
12604 auth-source modes.
12605
12606 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12607
12608 * auth-source.el: Update docs to reflect epa-file-enable is to be used
12609 now.
12610
12611 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12612
12613 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12614 coding system in XEmacs; add a workaround for XEmacs.
12615
12616 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12617
12618 * mm-util.el (mm-coding-system-priorities): Protect against nil value
12619 of current-language-environment.
12620
12621 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
12622
12623 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12624 available at runtime.
12625
12626 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12627
12628 * gnus-art.el (article-date-ut): Fix end point of narrowing.
12629
12630 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
12631
12632 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12633 the greatest positive fixnum value doesn't work under an XEmacs with
12634 bignum support; use the most-positive-fixnum constant instead,
12635 available since Emacs 21.1 with cl and XEmacs 21.1.
12636
12637 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12638
12639 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12640 XEmacs gets not to work.
12641
12642 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12643
12644 * mm-util.el (mm-coding-system-priorities): Allow the value like
12645 "Japanese (UTF-8)" of current-language-environment.
12646
12647 2009-01-09 Glenn Morris <rgm@gnu.org>
12648
12649 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12650 with last-command-event.
12651
12652 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12653
12654 * message.el (message-fix-before-sending): Amend comment.
12655
12656 2009-01-07 David Engster <dengste@eml.cc>
12657
12658 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12659 simplified server definitions by converting it via
12660 gnus-server-to-method.
12661
12662 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12663
12664 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12665 parameter's operands.
12666
12667 2009-01-06 David Engster <dengste@eml.cc>
12668
12669 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12670 primary select method (for gnus-group-mark-article-as-read).
12671
12672 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
12673
12674 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12675 `(gnus)Face', not `(gnus)X-Face'.
12676
12677 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12678
12679 * mm-util.el (mm-ucs-to-char): New function.
12680
12681 * mm-url.el (mm-url-decode-entities): Use it.
12682
12683 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
12684
12685 * message.el (message-fix-before-sending): Add `eight-bit' to
12686 illegible-text check.
12687
12688 2009-01-03 Michael Olson <mwolson@gnu.org>
12689
12690 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12691 `headers' is nil. This can occur if the IMAP server does not have
12692 permissions to read messages from a folder, but can write new messages
12693 to the folder.
12694 (nnimap-request-article-part): Do not insert `data' if it is nil.
12695
12696 2009-01-01 Dave Love <fx@gnu.org>
12697
12698 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12699
12700 * nnimap.el: Fix author email.
12701 (nnimap-split-rule): Add FIXME comment.
12702 (nnimap-debug): Fix doc string.
12703
12704 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
12705
12706 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12707 overlay-arrow-position and overlay-arrow-string buffer-local; no need
12708 to check if those variables exist (first appeared in Emacs 18.50).
12709
12710 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
12711
12712 * mm-util.el (mm-line-number-at-pos): New function.
12713
12714 * spam-report.el (spam-report-process-queue): Use it.
12715
12716 2008-12-24 David Engster <dengste@eml.cc>
12717
12718 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12719 parameters that haven't existed as variables as buffer-local variables.
12720
12721 2008-12-23 Dave Love <fx@gnu.org>
12722
12723 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12724 cadar.
12725
12726 * sieve-manage.el (sieve-manage-starttls-p): Rename from
12727 imap-starttls-p.
12728 (sieve-manage-starttls-open): Rename from imap-starttls-open.
12729
12730 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
12731
12732 * spam-report.el (spam-report-gmane-max-requests): New constant.
12733 (spam-report-gmane-wait): New variable.
12734 (spam-report-gmane-ham, spam-report-gmane-spam)
12735 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12736 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12737 the server.
12738
12739 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12740 Add explanations.
12741
12742 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12743 nnheader-accept-process-output and nnheader-read-timeout if available.
12744 (pop3-movemail): Use it.
12745
12746 * message.el (message-check-news-body-syntax): Fix signature check if
12747 there's an attachment.
12748
12749 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12750
12751 * mm-util.el: Add comments to the mm- emulating functions.
12752
12753 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
12754
12755 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12756 Reported by Stephen Berman <stephen.berman@gmx.net>.
12757
12758 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
12759
12760 * mm-util.el (mm-substring-no-properties): New function.
12761 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12762 (mm-special-display-p): Enable those lambda forms to be byte compiled.
12763 (mm-string-to-multibyte): Doc fix.
12764
12765 * mml.el (mml-attach-file): Use mm-substring-no-properties.
12766
12767 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12768
12769 * mml.el (mml-attach-file): Strip text properties from file name.
12770 (Bug#1574)
12771
12772 2008-12-16 Glenn Morris <rgm@gnu.org>
12773
12774 * mm-util.el (mm-charset-override-alist): Declare for compiler.
12775
12776 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12777
12778 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12779 knows since the charset specified might be a bogus alias that
12780 mm-charset-synonym-alist provides.
12781
12782 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12783
12784 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12785 "ISO_8859-1".
12786
12787 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12788
12789 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
12790
12791 * mm-util.el (mm-charset-eval-alist):
12792 Define it before mm-charset-to-coding-system.
12793 (mm-charset-to-coding-system): Add optional argument `silent';
12794 define it before mm-charset-override-alist.
12795 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12796 default value if it can be used in Emacs currently running;
12797 silence mm-charset-to-coding-system.
12798
12799 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12800
12801 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12802 `allow-override' which says whether to use `mm-charset-override-alist'.
12803 (rfc2047-decode-encoded-words): Use it.
12804
12805 * mm-util.el (mm-charset-override-alist): Fix custom type;
12806 add `(gb2312 . gbk)' to choices.
12807
12808 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12809
12810 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12811 fast.
12812
12813 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12814
12815 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
12816
12817 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12818 on links.
12819
12820 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12821
12822 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
12823
12824 * message.el (message-idna-to-ascii-rhs-1): Protect against local
12825 users' addresses that don't have domain parts.
12826 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12827 rather than message-narrow-to-head since there will be the message
12828 header separator.
12829
12830 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12833 since the result is inserted in a unibyte buffer anyway.
12834 (nnimap-demule-use-string-to-multibyte): Remove.
12835 (nnimap-demule): Alias it to mm-string-to-multibyte.
12836
12837 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12838
12839 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12840 variable for debugging bug#464 and bug#1174.
12841 (nnimap-demule): Use it.
12842
12843 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12844
12845 * gnus-score.el (gnus-score-find-trace): Handle default score in total
12846 score calculation correctly.
12847
12848 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * message.el (message-send-mail): Just set the buffer to unibyte
12851 rather than use mm-with-unibyte-current-buffer which does a lot more.
12852 (message-send-mail-partially): Don't bother with
12853 mm-with-unibyte-current-buffer since it's already been made unibyte by
12854 message-send-mail.
12855
12856 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
12857
12858 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12859
12860 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
12861
12862 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12863
12864 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
12865
12866 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12867 require itself and to remove `with-no-warnings'.
12868
12869 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
12870
12871 * starttls.el (starttls-any-program-available): Get the name of the
12872 available TLS layer program.
12873 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12874 well as the host name in the "opening" message.
12875
12876 * auth-source.el (auth-source-cache, auth-source-do-cache)
12877 (auth-source-user-or-password): Cache passwords and logins by default,
12878 allow override with `auth-source-do-cache'.
12879 (auth-source-forget-user-or-password): Allow users to remove cache
12880 entries if needed.
12881
12882 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12883
12884 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12885 condition-case to only the forward-sexp call.
12886
12887 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12888
12889 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12890 quotes contained. Make it more robust regardless by an extra
12891 condition-case wrapper.
12892
12893 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12894
12895 * nnml.el (nnml-request-expire-articles): Check if the function set to
12896 `nnmail-expiry-target' returns the symbol `delete'.
12897
12898 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12899
12900 * nnmail.el (nnmail-expiry-target): Fix custom type.
12901
12902 2008-10-02 Glenn Morris <rgm@gnu.org>
12903
12904 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12905 Silence compiler warning.
12906
12907 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12908
12909 * mml.el (mml-menu): Don't assume mml2015 is bound.
12910
12911 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12912
12913 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12914 exists.
12915
12916 2008-09-27 Glenn Morris <rgm@gnu.org>
12917
12918 * gnus-util.el (mail-header-remove-comments): Autoload it.
12919
12920 2008-09-27 Andreas Schwab <schwab@suse.de>
12921
12922 * gnus-util.el (gnus-split-references): Strip comments.
12923 (gnus-parent-id): Likewise.
12924
12925 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12926
12927 * message.el (message-confirm-send): Fix version.
12928
12929 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12930
12931 * message.el (message-idna-to-ascii-rhs-1): Use
12932 mail-extract-address-components rather than mail-header-parse-addresses
12933 that is an alias by default to ietf-drums-parse-addresses that does not
12934 support non-ASCII names in headers' contents.
12935
12936 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12937
12938 * message.el (message-confirm-send): Fix variable documentation to
12939 avoid the "y/n" wording.
12940
12941 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12942
12943 * message.el (message-set-auto-save-file-name): Save to a different
12944 filename so multiple messages (especially drafts) can be recovered.
12945
12946 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12947
12948 * message.el (message-confirm-send): Add appropriate version.
12949
12950 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12951
12952 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12953 defvar.
12954
12955 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12956
12957 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12958 (mm-pkcs7-enveloped-magic): Ditto.
12959
12960 2008-09-17 Simon Josefsson <simon@josefsson.org>
12961
12962 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12963 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12964
12965 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12966
12967 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12968 default, it's better.
12969
12970 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12971
12972 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12973 summary line gnus-number property and ignore them (with a warning
12974 message).
12975
12976 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12977
12978 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12979 macro caddr in the interactive form since it won't be expanded.
12980
12981 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12984 `charset'; fix name of function called recursively.
12985 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12986
12987 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12988
12989 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12990 (gnus-mime-set-charset-parameters): New function.
12991 (gnus-mime-view-part-as-charset): Use it to correctly display part
12992 specifying wrong charset.
12993
12994 2008-09-08 David Engster <dengste@eml.cc>
12995
12996 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12997 in completing-read for back end server.
12998
12999 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
13000
13001 * message.el (message-confirm-send): New variable to confirm sending a
13002 message.
13003 (message-send): Use it.
13004
13005 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
13006
13007 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
13008
13009 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
13010
13011 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
13012
13013 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
13014
13015 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
13016 prevent tracking too many groups.
13017 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
13018 Use it.
13019
13020 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
13021
13022 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
13023 moving point to the bottom of the window in order to avoid recentering.
13024
13025 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
13026
13027 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
13028 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
13029 (gnus-article-beginning-of-window): Fix calculation.
13030
13031 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
13032
13033 * gnus-msg.el (gnus-summary-supersede-article)
13034 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
13035 value of gnus-newsgroup-charset to decode non-MIME encoded text in
13036 message header.
13037
13038 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
13039
13040 * message.el:
13041 * gnus-start.el:
13042 * gnus-registry.el: Remove VMS support.
13043
13044 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
13045
13046 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
13047 macro.
13048 (rfc2104-hash): Use it.
13049
13050 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
13051
13052 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13053 (gnus-summary-sort-by-most-recent-date): New commands.
13054 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13055 and menu entries.
13056
13057 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13058
13059 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13060 don't redisplay article for raw contents; remove plural articles stuff.
13061
13062 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13063 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13064 on gnus-summary-save-article; display results properly.
13065
13066 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13067
13068 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13069
13070 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
13071
13072 * gnus-art.el (gnus-summary-save-in-pipe):
13073 Consider gnus-save-all-headers.
13074
13075 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
13076
13077 * gnus-util.el (ns-focus-frame): Remove declaration.
13078 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
13079 like x.
13080
13081 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
13082
13083 * rfc2104.el (rfc2104-zero): Delete defconst.
13084 (rfc2104-hex-alist): Likewise.
13085 (rfc2104-hex-to-int): Delete func.
13086 (rfc2104-hexstring-to-bitstring): Likewise.
13087 (rfc2104-nybbles): New defconst.
13088 (rfc2104-hash): Rewrite for speed.
13089
13090 2008-07-16 Glenn Morris <rgm@gnu.org>
13091
13092 * gnus-util.el (ns-focus-frame): Declare for compiler.
13093
13094 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
13095
13096 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13097 set as a group parameter.
13098 (gnus-summary-save-in-pipe): Work when it is called independently.
13099 (gnus-summary-pipe-to-muttprint): Don't modify
13100 gnus-summary-pipe-output-default-command.
13101
13102 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
13103
13104 * message.el (message-send-mail-with-sendmail):
13105 Display the error message.
13106
13107 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13108
13109 * gnus-art.el (gnus-default-article-saver):
13110 Add gnus-summary-save-in-pipe to choices.
13111 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13112 gnus-summary-pipe-output-default-command as the default command.
13113 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13114 instead of gnus-last-shell-command.
13115
13116 * gnus-sum.el (gnus-summary-pipe-output-default-command):
13117 New user option.
13118 (gnus-summary-muttprint-program): Mention the value will be changed.
13119 (gnus-summary-save-article): Force showing of all headers.
13120 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13121
13122 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
13123
13124 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13125
13126 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
13127
13128 * nnimap.el (nnimap-id):
13129 * sieve-manage.el (sieve-manage-open): Doc fixes.
13130
13131 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
13132
13133 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13134 if available.
13135
13136 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13137
13138 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13139
13140 * nnkiboze.el (nnkiboze-generate-group):
13141 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13142
13143 * nnmairix.el: Require CL.
13144
13145 2008-06-15 David Engster <dengste@eml.cc>
13146
13147 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13148
13149 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
13150
13151 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13152 New macros that expand to an `aset'/`aref' call under Emacs, and to a
13153 runtime choice under XEmacs.
13154
13155 * gnus-sum.el (gnus-summary-set-display-table):
13156 Use `gnus-put-display-table', `gnus-get-display-table',
13157 `gnus-set-display-table' for the display table, instead of `aset'.
13158
13159 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13160
13161 * nnmairix.el: Add autoloads.
13162
13163 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
13164
13165 * nnmairix.el (nnmairix-delete-recreate-group)
13166 (nnmairix-update-and-clear-marks): Fix error messages.
13167
13168 2008-06-14 David Engster <dengste@eml.cc>
13169
13170 * nnmairix.el: Upgrade to version 0.6.
13171 (nnmairix-group-toggle-propmarks-this-group)
13172 (nnmairix-group-toggle-readmarks-this-group)
13173 (nnmairix-group-delete-recreate-this-group)
13174 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13175 (nnmairix-remove-tick-mark-original-article): New commands.
13176 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13177 (nnmairix-propagate-marks-to-nnmairix-groups)
13178 (nnmairix-only-use-registry, nnmairix-allowfast-default)
13179 (nnmairix-marks-cache, nnmairix-version-output): New variables.
13180 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13181 functions needed for marks propagation and manipulation of read marks.
13182 (nnmairix-update-groups): New function.
13183 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13184 (nnmairix-determine-original-group-from-registry)
13185 (nnmairix-determine-original-group-from-path)
13186 (nnmairix-get-group-from-file-path, nnmairix-map-range)
13187 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13188 New helper functions.
13189 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13190 keystrokes for new commands.
13191 (nnmairix-delete-and-create-on-change): Doc string cleanup.
13192 (nnmairix-request-group): Check allow-fast group parameter.
13193 (nnmairix-request-create-group): Set allow-fast group parameter if
13194 nnmairix-allowfast-default is set.
13195 (nnmairix-close-group): Propagate marks upon closing if needed.
13196 (nnmairix-group-toggle-threads-this-group): Use new.
13197 nnmairix-group-toggle-parameter helper function.
13198 (nnmairix-search): Better check for empty search result.
13199 (nnmairix-goto-original-article): Use new helper functions for
13200 determining original article.
13201 (nnmairix-show-original-article): Make sure message-id is in brackets.
13202 (nnmairix-call-mairix-binary): Change variable name.
13203 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13204 helper function.
13205 (nnmairix-widget-toggle-activate): Fix doc string.
13206
13207 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
13208
13209 * nnir.el: Require edmacro when compiling with XEmacs.
13210 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13211 available in Emacs 21.
13212
13213 2008-06-11 Glenn Morris <rgm@gnu.org>
13214
13215 * gnus-util.el (x-focus-frame):
13216 * gnus.el (image-size):
13217 * mm-decode.el (image-size): Declare.
13218
13219 * gnus-picon.el (declare-function): Add compat definition.
13220 (image-size): Declare.
13221
13222 * gnus-group.el (tool-bar-map):
13223 * gnus-sum.el (tool-bar-map): Define for compiler.
13224
13225 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13226
13227 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13228
13229 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13230 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13231 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13232 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13233 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13234 * sieve-manage.el, spam-report.el, spam.el:
13235 Remove unnecessary eval-and-compile of autoloads.
13236
13237 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
13238
13239 * auth-source.el: Precise Tramp doc.
13240
13241 2008-06-07 Glenn Morris <rgm@gnu.org>
13242
13243 * nnmairix.el: Remove unnecessary eval-when-compile.
13244
13245 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
13246
13247 * nnir.el: New file.
13248
13249 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * gnus-util.el (gnus-read-shell-command): New function.
13252 * mm-decode.el (mm-pipe-part):
13253 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13254
13255 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13256
13257 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13258
13259 2008-06-03 Glenn Morris <rgm@gnu.org>
13260
13261 * pop3.el (nnheader-accept-process-output): Autoload it.
13262
13263 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13264
13265 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13266 are not 2-digit hexadecimal characters that follow `%'s.
13267
13268 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
13269
13270 * message.el (message-bogus-recipient-p): Fix type in doc string.
13271 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13272 (message-bogus-addresses): Rename from message-bogus-address-regexp.
13273 Improve custom options.
13274 (message-bogus-recipient-p): Adjust accordingly.
13275
13276 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
13277
13278 * nnmairix.el: Require edmacro when compiling with XEmacs.
13279
13280 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
13281
13282 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13283 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13284
13285 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
13286
13287 * auth-source.el: Add more docs.
13288
13289 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13290
13291 * nnheader.el (nnheader-read-timeout): Change the default timeout from
13292 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
13293 retrieval faster in some cases, but might make CPU usage larger.
13294 If this has any bad side effects, we might revert this change.
13295
13296 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13297 seems to make mail retrieval much, much faster.
13298 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13299 unconditionally.
13300
13301 * gnus-draft.el (gnus-group-send-queue):
13302 Bind message-send-mail-partially-limit to nil to avoid being prompted.
13303
13304 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
13305
13306 * mml.el (mml-attach-buffer): Prompt for `disposition'.
13307
13308 * message.el (message-bogus-address-regexp): Fix and improve custom
13309 type.
13310 (message-setup-hook): Add message-check-recipients as custom option.
13311
13312 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
13313
13314 * message.el (message-cite-function): Remove bogus autoload which crept
13315 in during merge from v5-10.
13316
13317 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
13318
13319 * nnimap.el (nnimap-open-connection): Fix login/password bug.
13320
13321 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13322
13323 * auth-source.el: Preliminary Tramp docs.
13324 (auth-sources): Change the default auth-sources to use
13325 EPA .gpg files.
13326
13327 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
13328
13329 * nntp.el: Autoload `auth-source-user-or-password'.
13330 (nntp-send-authinfo): Use it.
13331
13332 * nnimap.el: Autoload `auth-source-user-or-password'.
13333 (nnimap-open-connection): Use it.
13334
13335 * auth-source.el: Add docs on using with url-auth. Import gnus-util
13336 for the gnus-message function.
13337 (auth-source-user-or-password): Use it.
13338
13339 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13342 rfc2104-hexstring-to-byte-list. Return a unibyte string.
13343 (rfc2104-hash): Use it.
13344
13345 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
13346
13347 * gnus-art.el (gnus-article-toggle-truncate-lines):
13348 Don't use `iff' in docstring.
13349
13350 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
13351
13352 * gnus-registry.el: Adjusted copyright dates and added a keyword.
13353
13354 * gnus-util.el (gnus-extract-address-component-name)
13355 (gnus-extract-address-component-email): Convenience functions around
13356 `gnus-extract-address-components'.
13357
13358 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13359 Use `gnus-extract-address-component-email' to fix bug of comparing full
13360 sender name to `user-mail-address'.
13361
13362 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
13363
13364 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13365 catch/throw to optimize.
13366 (gnus-registry-find-keywords): Just use member to find a keyword.
13367
13368 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13371 is current before calling gnus-server-prepare.
13372 (gnus-server-setup-buffer, gnus-server-update-server)
13373 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13374
13375 2008-05-04 Juri Linkov <juri@jurta.org>
13376
13377 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13378 (mailcap-file-default-commands): Use mailcap-replace-in-string
13379 instead of replace-regexp-in-string, and mailcap-delete-duplicates
13380 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
13381
13382 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
13383
13384 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13385
13386 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13387
13388 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13389 hooks.
13390 (gnus-update-read-articles): Speed up non-marks-using users.
13391 (gnus-use-marks): Define gnus-use-marks.
13392 (gnus-propagate-marks): Rename variable to something more sensible.
13393
13394 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
13395
13396 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13397 (gmm-image-load-path-for-library): Fix typos in docstrings.
13398 (gmm-message): Reflow docstring.
13399
13400 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
13401
13402 * mail-source.el (mail-source-set-1, mail-source-bind):
13403 Move auth-source code out of the macro to clean it up and fix bugs.
13404
13405 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
13406
13407 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13408 by sender if it's equal to user-mail-address, it's likely to be
13409 useless.
13410
13411 * mail-source.el (mail-source-bind): Don't use user or password if they
13412 are not bound. Unintern them if they are nil. Don't use server unless
13413 it's bound, and default it to empty string otherwise.
13414
13415 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
13416
13417 * mail-source.el: Load auth-source.el.
13418 (mail-source-bind): Add comments. Call auth-source-user-or-password to
13419 get user name or password, if auth-sources is set up.
13420
13421 * gnus-registry.el (gnus-registry-split-strategy): New variable for
13422 strategy of splitting with parent.
13423 (gnus-registry-split-fancy-with-parent)
13424 (gnus-registry-post-process-groups): Use it and fix prior
13425 bug (returning a list as the split result).
13426
13427 * auth-source.el (auth-sources): Remove server parameter.
13428 (auth-source-pick, auth-source-user-or-password)
13429 (auth-source-user-or-password-imap)
13430 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13431 (auth-source-user-or-password-sftp)
13432 (auth-source-user-or-password-smtp): Remove server parameter.
13433
13434 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
13435
13436 * smime.el (smime-sign-region, smime-encrypt-region)
13437 (smime-decrypt-region):
13438 Remove redundant calls to `generate-new-buffer-name'.
13439
13440 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
13441
13442 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13443 Don't use QP for message/rfc822.
13444 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13445
13446 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * sieve-manage.el (sieve-string-bytes): Remove.
13449 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13450 correct byte-length only if the process's coding-system is the same as
13451 the one used internally by Emacs to represent strings.
13452
13453 2008-04-22 Juri Linkov <juri@jurta.org>
13454
13455 * mailcap.el (mailcap-file-default-commands): New function.
13456
13457 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13458
13459 * message.el (message-signature-separator, message-cite-function):
13460 Change custom version.
13461
13462 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
13463
13464 * mm-decode.el (mm-display-external): Make temp file read-only.
13465
13466 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13467
13468 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13469 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
13470 `C-c C-f d'.
13471
13472 2008-04-12 Adrian Aichner <adrian@xemacs.org>
13473
13474 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13475
13476 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
13477
13478 * auth-source.el: Add docs.
13479 (auth-sources): Modify format to support server.
13480 (auth-source-pick, auth-source-user-or-password)
13481 (auth-source-user-or-password-imap)
13482 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13483 (auth-source-user-or-password-sftp)
13484 (auth-source-user-or-password-smtp): Add server parameter.
13485
13486 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
13487
13488 * gnus-registry.el: Initialize the registry when gnus-registry-install
13489 is t.
13490
13491 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
13492
13493 * compface.el (uncompface): Make buffer unibyte.
13494
13495 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * mail-source.el (mail-source-value):
13498 Prefer fboundp to functionp so it works with macros as well.
13499
13500 2008-04-05 Glenn Morris <rgm@gnu.org>
13501
13502 * gnus-ems.el (mm-disable-multibyte): Autoload it.
13503
13504 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13507 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13508
13509 * nnheader.el (nnheader-init-server-buffer): Change buffer's
13510 multibyteness after rather than before erasing it.
13511
13512 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13513 mm-with-multibyte.
13514 (gnus-request-article-this-buffer): Make sure the proper decoding is
13515 used if gnus-original-article-buffer happens to be unibyte.
13516
13517 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13518 default-enable-multibyte-characters.
13519
13520 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13521 default-enable-multibyte-characters.
13522
13523 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13524
13525 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13526
13527 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13530 Fix last change in case the element is not even a symbol.
13531
13532 2008-04-02 Simon Josefsson <simon@josefsson.org>
13533
13534 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13535 imap-enable-exchange-bug-workaround.
13536 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13537
13538 2008-04-01 Simon Josefsson <simon@josefsson.org>
13539
13540 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13541 a 100 byte status-checks into a 2-3MB transfer for each group.
13542 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13543 to enable bug workaround or not.
13544 (nnimap-find-minmax-uid): Only enable workaround conditionally.
13545
13546 2008-03-31 Glenn Morris <rgm@gnu.org>
13547
13548 * message.el (mml2015-use): Declare for compiler.
13549 (message-info): Require mml2015 when appropriate.
13550
13551 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13554 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13555 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13556 (nntp-service-to-port): New function.
13557 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13558 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13559 (nntp-open-netcat-stream): New function.
13560 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13561
13562 2008-03-29 Sven Joachim <svenjoac@gmx.de>
13563
13564 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13565
13566 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13569
13570 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
13571
13572 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13573
13574 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13575
13576 * message.el (message-signature-separator): Change default.
13577 Improve custom type.
13578 (message-cite-function): Change default to
13579 message-cite-original-without-signature.
13580
13581 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13582 toggle.
13583
13584 * message.el (message-check-news-body-syntax): Fix signature check.
13585 (message-setup-1): Mark buffer as unmodified _after_ running
13586 message-setup-hook and handling message-alternative-emails.
13587 (message-shorten-references): Be more strict when building list of
13588 valid references to comply with GNKSA.
13589
13590 * gnus-group.el (gnus-read-ephemeral-bug-group)
13591 (gnus-read-ephemeral-debian-bug-group)
13592 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13593
13594 * message.el (message-info): Don't use booleanp which isn't supported
13595 in Emacs 21 and XEmacs.
13596
13597 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
13598
13599 * gnus-group.el (gnus-gmane-group-download-format): Rename from
13600 gnus-group-gmane-group-download-format.
13601 (gnus-group-read-ephemeral-gmane-group): Rename from
13602 gnus-group-read-ephemeral-gmane-group.
13603 (gnus-read-ephemeral-gmane-group-url): Rename from
13604 gnus-group-read-ephemeral-gmane-group-url.
13605 (gnus-bug-group-download-format-alist): New variable.
13606 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13607 (gnus-read-ephemeral-emacs-bug-group): New commands.
13608
13609 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13610
13611 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13612 (gnus-visible-headers): Improve custom type.
13613
13614 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
13615
13616 * mml.el (mml-menu): Add workarounds for XEmacs.
13617
13618 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13619 X-Boundary header.
13620
13621 * message.el (message-simplify-recipients): Fix previous commit.
13622
13623 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * mm-util.el (mm-set-buffer-multibyte): New function.
13626 * mm-decode.el (mm-copy-to-buffer): Use it.
13627
13628 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13629 Prefer fboundp to functionp so it works with macros as well.
13630
13631 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
13632
13633 * message.el (message-alter-recipients-discard-bogus-full-name):
13634 New function.
13635 (message-alter-recipients-function): New variable.
13636 (message-get-reply-headers): Use it.
13637 (message-replace-header): New helper function.
13638 (message-recipients-without-full-name): New variable.
13639 (message-simplify-recipients): New command.
13640
13641 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13642
13643 * message.el (message-info): Handle EasyPG manual.
13644
13645 * mml.el (mml-menu): Add entry for EasyPG.
13646
13647 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
13648
13649 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13650 parameter.
13651
13652 * message.el (message-disassociate-draft): Specify drafts group name
13653 fully.
13654
13655 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
13656
13657 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13658 Eliminate unnecessary duplicates from the match list.
13659
13660 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13661
13662 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13663 args of `how-many' of which the XEmacs version doesn't take; declare
13664 Info-index-next as function.
13665
13666 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13667
13668 * gnus-score.el (gnus-score-headers): Fix handling of
13669 gnus-inhibit-slow-scoring.
13670
13671 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13672 string.
13673 (gnus-button-url-regexp): Improve handling of parenthesis.
13674 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13675 (gnus-button-handle-info-keystrokes): Handle index entries.
13676
13677 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
13678
13679 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13680 Incoming* files.
13681
13682 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
13683
13684 * auth-source.el (auth-sources): Rename from auth-source-choices.
13685 (auth-source-pick): Use it.
13686
13687 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
13688
13689 * auth-source.el (auth-source-protocols)
13690 (auth-source-protocols-customize, auth-source-choices): Add and
13691 modified variable customizations and defaults.
13692 (auth-source-pick, auth-source-user-or-password)
13693 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13694 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13695 (auth-source-user-or-password-sftp)
13696 (auth-source-user-or-password-smtp): Use new variables and provide an
13697 interface to netrc.el.
13698
13699 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
13700
13701 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13702 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13703 Make sure the nntp port to specify is a string.
13704
13705 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * nntp.el: Use with-current-buffer.
13708 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13709 dubious mm-with-unibyte-current-buffer.
13710 (nntp-with-open-group-function): New function extracted from
13711 nntp-with-open-group macro.
13712 (nntp-with-open-group): Use the function, so it's easier to debug.
13713 Add indentation and debugging info.
13714 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13715 Recommend the use of the netcat alternatives.
13716
13717 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13718 Avoid mm-string-as-multibyte as well.
13719
13720 * nnweb.el (nnweb-insert-html):
13721 Remove use of nnheader-string-as-multibyte.
13722
13723 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13724 (nnheader-string-as-multibyte): Remove.
13725
13726 * mm-view.el: Use inhibit-read-only.
13727 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13728 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13729 or unibyte-string.
13730
13731 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13732 (mm-uu-yenc-extract): Use with-current-buffer.
13733
13734 * gnus-soup.el (gnus-soup-send-packet): Don't use
13735 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13736
13737 * nnmh.el: Use with-current-buffer.
13738 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13739 mm-string-as-multibyte on the output of mm-encode-coding-string.
13740
13741 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13742 (nnimap-request-move-article): Use with-current-buffer.
13743
13744 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13745 inserting the handle-buffer's text, so the implicit multibyte->unibyte
13746 conversion uses string-make-unibyte rather than string-as-unibyte.
13747
13748 * gnus-msg.el: Use with-current-buffer.
13749
13750 * message.el (message-ignored-resent-headers): Add "Delivered-To".
13751
13752 2008-03-10 Daiki Ueno <ueno@unixuser.org>
13753
13754 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13755 string for caching if it is 'PIN.
13756
13757 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
13758
13759 * mail-source.el (mail-source-delete-old-incoming-confirm):
13760 Change default to nil.
13761 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13762
13763 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
13764
13765 * gnus-art.el (gnus-narrow-to-page): Position point properly.
13766 (gnus-article-goto-prev-page): Work for articles having ^L's.
13767
13768 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13769
13770 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13771
13772 2008-03-07 Karl Fogel <kfogel@red-bean.com>
13773
13774 * gnus-bookmark.el: Adjust for renames in bookmark.el.
13775 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13776 (gnus-bookmark-jump): Adjust some variable names.
13777
13778 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
13779
13780 * auth-source.el: New package.
13781 (auth-source-choices): Add customization entry point variable.
13782
13783 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13784 bug.
13785
13786 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
13787
13788 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13789 (gnus-registry-initialize, gnus-registry-install-p): Use it.
13790 (gnus-registry-install-shortcuts): Rename from
13791 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
13792 the `gnus-registry-mark-map' keymap dynamically from
13793 `gnus-registry-marks'. The generated functions update the summary line
13794 when a registry mark is added or deleted, and will call
13795 `gnus-registry-install-p' (see the comments in the code).
13796 (gnus-registry-user-format-function-M): Use concat intelligently.
13797
13798 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13799 the registry mark functions.
13800
13801 2008-03-05 Glenn Morris <rgm@gnu.org>
13802
13803 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13804 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13805 gnus-art.
13806 (top-level): No need to load own source when compiling.
13807
13808 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13809
13810 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13811 Suggested by <chris.anderton@zetnet.co.uk>.
13812
13813 2008-03-04 Glenn Morris <rgm@gnu.org>
13814
13815 * gnus-sum.el (top-level): No need to require gnus when compiling,
13816 since unconditionally required near start of file.
13817 (gnus-summary-display-while-building): Move definition before use.
13818
13819 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
13820
13821 * gnus-registry.el (gnus-registry-user-format-function-M):
13822 Add formatting function.
13823
13824 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
13825
13826 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13827 with plists.
13828 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13829 Use new format.
13830
13831 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
13832
13833 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13834 `where-is-internal' that returns a range of key sequences.
13835
13836 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13839
13840 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13841 (gnus-summary-jump-to-group): Consider windows on other displayed
13842 frames as well. Similar changes might be needed elsewhere, but that's
13843 the one I've bumped into during my use.
13844
13845 * nndoc.el (nndoc-oe-dbx-type-p):
13846 * gnus-msg.el (gnus-debug):
13847 * gnus-group.el (gnus-update-group-mark-positions):
13848 Use mm-string-to-multibyte.
13849
13850 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
13851
13852 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13853 doesn't handle NotDashEscaped.
13854
13855 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
13856 (mml-dnd-attach-options): Fix typo in custom choice.
13857
13858 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13859 Change nndoc-article-type to mbox.
13860 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13861
13862 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
13863 to nil, instead of html2text.
13864
13865 * imap.el (imap-debug): Add `imap-ping-server'.
13866
13867 * gnus-bookmark.el: Add FIXMEs.
13868
13869 * message.el (message-form-letter-separator)
13870 (message-send-form-letter-delay): New variables.
13871 (message-send-form-letter): Use them. New command to send form
13872 letters. Requested by Uwe Siart.
13873 (message-send-mail-function): Doc fix. Add "Other" custom option.
13874
13875 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13876
13877 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13878 empty author.
13879
13880 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13881
13882 * gnus-registry.el (gnus-registry-marks): Add variable for
13883 customization of marks and their appearance.
13884 (gnus-registry-read-mark): Use it.
13885 (gnus-registry-do-marks): Add utility function to loop through
13886 `gnus-registry-marks'.
13887 (gnus-registry-install-shortcuts-and-menus): Add function to install
13888 shortcuts and menus.
13889 (gnus-registry-initialize): Use it.
13890 (gnus-registry-default-mark): Clarify documentation.
13891
13892 2008-02-29 Glenn Morris <rgm@gnu.org>
13893
13894 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13895 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13896 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13897 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13898 Change defcustom :version from 23.0 to 23.1.
13899
13900 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13901
13902 * gnus-registry.el (gnus-registry-follow-group-p)
13903 (gnus-registry-post-process-groups): Add functions to aid registry
13904 splitting and improve logging. Clarify behavior in function
13905 documentation.
13906 (gnus-registry-split-fancy-with-parent): Use them.
13907
13908 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * gnus-art.el: Use with-current-buffer.
13911
13912 2008-02-27 David Engster <dengste@eml.cc>
13913
13914 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13915 Express real group name in the response.
13916
13917 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13918
13919 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13920 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13921 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13922 autoload gnus-registry-fetch-group when compiling.
13923 (nnmairix-request-group-with-article-number-correction):
13924 Remove unreferenced argument passed to nnmairix-call-backend.
13925
13926 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13927
13928 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13929 (mm-uu-extract): Improve face for low color ttys.
13930 Reported by Sascha Wilde.
13931
13932 2008-02-27 Glenn Morris <rgm@gnu.org>
13933
13934 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13935 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13936 variables to defconsts. Convert comments to doc-strings.
13937 (nnmairix-last-server, nnmairix-current-server): Convert from free
13938 variables to defvars. Convert comments to doc-strings.
13939 (gnus-registry-fetch-group): Autoload.
13940 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13941 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13942 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13943 caddr.
13944 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13945 nnmairix-request-group-with-article-number-correction call.
13946 (nnmairix-fast, nnmairix-group): New, less general names, for free
13947 variables passed from nnmairix-request-group to
13948 nnmairix-request-group-with-article-number-correction. Declare.
13949 (nnmairix-request-group-with-article-number-correction):
13950 Use nnmairix-fast, nnmairix-group rather than fast, group.
13951
13952 2008-02-26 David Engster <dengste@eml.cc>
13953
13954 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13955 version 0.5.
13956
13957 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13958
13959 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13960 instead of making an extra function call. Don't add the current group
13961 to articles only when they have the group. Use
13962 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13963 Reported by David <de_bb@arcor.de>.
13964
13965 2008-02-24 Miles Bader <miles@gnu.org>
13966
13967 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13968 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13969 (mm-find-mime-charset-region):
13970 * mm-bodies.el (mm-encode-body):
13971 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13972
13973 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13974
13975 * mail-source.el (mail-source-delete-incoming): Change default.
13976 Supplement doc string.
13977
13978 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13979
13980 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13981
13982 * nnmail.el (nnmail-message-id-cache-file): Derive from
13983 `gnus-home-directory'.
13984
13985 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13986
13987 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13988 Document negative prefix.
13989
13990 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13991
13992 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13993
13994 * message.el (message-unsent-separator): Add the Exim bounce
13995 separator.
13996
13997 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13998
13999 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14000 list.
14001 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14002 recipient/signer list.
14003
14004 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
14005
14006 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14007 fbound (Emacs 23 unicode), signal an error.
14008
14009 2008-02-08 Glenn Morris <rgm@gnu.org>
14010
14011 * gnus-art.el (pgg-display-output-buffer): Declare as function.
14012
14013 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
14014
14015 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14016 ports to the calls to `netrc-machine-user-or-password' in addition to
14017 "imap" and "imaps".
14018
14019 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
14020
14021 * gnus.el (gnus-group-startup-message): Add `find-image' call before
14022 image-load-path is let-bound. Reported by Harald Hanche-Olsen
14023 <hanche@math.ntnu.no>.
14024
14025 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14026
14027 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14028
14029 2008-02-01 Zhang Wei <id.brep@gmail.com>
14030
14031 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14032
14033 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14034
14035 2008-02-01 Miles Bader <miles@gnu.org>
14036
14037 * mml.el (mml-parse-1): Remove apparently vestigial use of
14038 `mm-hack-charsets'.
14039 * mm-bodies.el (mm-encode-body): Likewise.
14040
14041 2008-02-01 Kenichi Handa <handa@m17n.org>
14042
14043 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14044 rfc2104-hexstring-to-bitstring and changed to return a byte list.
14045 (rfc2104-hash): Convert the result of concat to unibyte string.
14046
14047 2008-02-01 Dave Love <fx@gnu.org>
14048
14049 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14050 coding-system-for-read.
14051 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14052
14053 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14054 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
14055 (mm-find-mime-charset-region): Remove hack-charsets stuff.
14056
14057 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
14058
14059 * mail-source.el (mail-sources): Add `group' choice.
14060
14061 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14062 parameter `in-group' to control into which group the articles go.
14063 Add treatment of `group' mail-source.
14064
14065 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
14066
14067 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14068 * message.el (message-beginning-of-line): Use featurep instead of bound
14069 tests in order to resolve conditionals at compile time.
14070
14071 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
14072
14073 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14074
14075 * mm-decode.el (mm-dissect-buffer): Decode description.
14076
14077 * mml.el (mml-to-mime): Encode message header first.
14078
14079 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
14080
14081 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14082 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14083
14084 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
14085
14086 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14087
14088 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14091 prefix keys.
14092 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14093 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14094 gnus-xmas.el.
14095
14096 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
14097
14098 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14099 Add new variables for article mark management.
14100 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14101 list of extra data entries which, when present, will indicate that the
14102 article ID should not be trimmed from the registry.
14103 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14104 functions.
14105 (gnus-registry-read-mark): New function to read a mark name from the
14106 user.
14107 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14108 (gnus-registry-set-article-mark-internal): New functions to add and
14109 remove marks.
14110 (gnus-registry-get-article-marks): New function to show the marks for
14111 an article, or retrieve them for further use.
14112
14113 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
14114
14115 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14116 keys when no argument is given.
14117
14118 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
14119
14120 * gnus-sum.el (gnus-article-sort-by-random)
14121 (gnus-thread-sort-by-random): Fix doc strings.
14122 Reported by jidanni@jidanni.org.
14123
14124 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
14125
14126 * gnus-art.el (gnus-article-describe-bindings): New function.
14127 (gnus-article-read-summary-keys): Use it.
14128 (gnus-article-mode-map): Bind `C-h b' to it.
14129
14130 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
14131
14132 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14133 XEmacs.
14134 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14135 Protect against non-character events.
14136
14137 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
14138
14139 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14140 New command.
14141 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14142 instead of END. Change name of the temp file.
14143 (gnus-group-gmane-group-download-format): Add doc string. Make it
14144 customizable.
14145
14146 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
14147
14148 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14149 bind `S W' to gnus-article-wide-reply-with-original; set default
14150 binding to gnus-article-read-summary-send-keys.
14151 (gnus-article-read-summary-keys): Fix the order of keys; display
14152 continuation keys correctly in the echo area; describe bindings
14153 correctly when keys end with `C-h'.
14154 (gnus-article-read-summary-send-keys): New function.
14155 (gnus-article-describe-key, gnus-article-describe-key-briefly):
14156 Work for gnus-article-read-summary-send-keys; display continuation keys
14157 correctly in the echo area.
14158 (gnus-article-reply-with-original): Ignore prefix argument.
14159 (gnus-article-wide-reply-with-original): New function.
14160
14161 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
14162
14163 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14164 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14165
14166 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14169 (gnus-group-read-ephemeral-gmane-group): New command.
14170
14171 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
14172
14173 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14174
14175 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14176
14177 * message.el (message-send-mail-function): Increase custom version.
14178
14179 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14180 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
14181
14182 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
14183
14184 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14185 html parts correctly; support forwarded messages.
14186 (gnus-article-browse-html-article): Remove work buffers.
14187
14188 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14189 compiling.
14190 (netrc-bound-and-true-p): New macro.
14191 (netrc-parse): Use it instead of bound-and-true-p that is not available
14192 in XEmacs 21.4.
14193
14194 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14195
14196 * gnus-registry.el (gnus-registry-mark-article)
14197 (gnus-registry-article-marks): Add functionality to mark articles
14198 through the Gnus registry.
14199
14200 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14201 (netrc-parse): Use encrypt-file-alist to determine if
14202 encrypt-find-model or encrypt-insert-file-contents should be used.
14203
14204 2007-12-19 Glenn Morris <rgm@gnu.org>
14205
14206 * mml.el (message-options-set, message-narrow-to-head)
14207 (message-in-body-p, message-mail-p, message-encode-message-body):
14208 Autoload.
14209 (message-remove-header, message-narrow-to-headers-or-head)
14210 (message-subscribed-p, message-make-mail-followup-to)
14211 (message-position-on-field, message-news-p)
14212 (message-options-set-recipient, message-generate-headers)
14213 (message-sort-headers): Declare as functions.
14214
14215 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
14216
14217 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14218 convention in doc string.
14219
14220 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14221
14222 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14223 title to html parts.
14224 (gnus-article-browse-html-article): Pass message header to it.
14225
14226 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14227
14228 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
14229
14230 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14231 or password compatible with XEmacs.
14232
14233 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
14234
14235 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14236 format document.
14237 (gnus-mime-delete-part): Don't write description line if empty.
14238 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14239
14240 2007-12-14 Johan Bockgård <bojohan@gnu.org>
14241
14242 * gnus-sum.el (gnus-summary-mark-unread-as-read)
14243 (gnus-summary-mark-read-and-unread-as-read)
14244 (gnus-summary-mark-current-read-and-unread-as-read)
14245 (gnus-summary-mark-unread-as-ticked): Doc fix.
14246 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14247
14248 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14249
14250 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14251 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14252
14253 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
14254
14255 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14256 yes-or-no-p.
14257
14258 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
14259
14260 * mm-decode.el (mm-add-meta-html-tag): New function.
14261 (mm-save-part-to-file, mm-pipe-part): Use it.
14262
14263 * gnus-art.el (gnus-article-browse-delete-temp-files):
14264 Use gnus-y-or-n-p instead of y-or-n-p.
14265 (gnus-article-browse-html-parts): Work with message/external-body; use
14266 mm-add-meta-html-tag.
14267
14268 2007-12-11 Glenn Morris <rgm@gnu.org>
14269
14270 * gnus-cache.el: Require gnus-sum not just when compiling.
14271
14272 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14273
14274 * gnus-int.el (gnus-server-opened, gnus-status-message):
14275 Move definitions before use.
14276
14277 * mm-decode.el: Require gnus-util.
14278 (mm-remove-part): Only call delete-annotation on XEmacs.
14279
14280 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14281
14282 * nnmail.el: Require gnus-int.
14283
14284 * spam.el: Move `require's before `eval-when-compile's.
14285
14286 * gnus-ems.el (gnus-alive-p):
14287 * gnus-fun.el (message-goto-eoh):
14288 * gnus-util.el (gnus-group-name-decode):
14289 * mail-source.el (gnus-compress-sequence):
14290 * message.el (Info-goto-node, format-spec):
14291 * mm-bodies.el (message-options-get):
14292 * mm-decode.el (mm-view-pkcs7):
14293 * mm-util.el (gmm-write-region):
14294 * mml-smime.el (mml-compute-boundary)
14295 (gnus-completing-read-with-default):
14296 * mml.el (widget-button-press, gnus-make-hashtable):
14297 * mml1991.el (mm-decode-content-transfer-encoding)
14298 (mm-encode-content-transfer-encoding)
14299 (message-options-get, message-options-set):
14300 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14301 * nnfolder.el (gnus-request-group):
14302 * nnheader.el (ietf-drums-unfold-fws):
14303 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14304 * smime.el (gnus-run-mode-hooks):
14305 * spam-stat.el (gnus-message): Autoload.
14306
14307 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14308 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14309 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14310 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14311 Add declare-function compatibility definition.
14312
14313 * gnus-cache.el (nnvirtual-find-group-art):
14314 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14315 (gnus-add-image, gnus-add-wash-type):
14316 * gnus-group.el (nnkiboze-score-file):
14317 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14318 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14319 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14320 (message-tokenize-header, gnus-get-buffer-create)
14321 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14322 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14323 * gnus.el (gnus-group-decoded-name):
14324 * mail-source.el (imap-capability):
14325 * mm-bodies.el (message-options-set):
14326 * mm-decode.el (gnus-configure-windows):
14327 * mm-extern.el (message-goto-body):
14328 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14329 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14330 (epg-sub-key-validity, message-options-set):
14331 * mml.el (widget-event-point, gnus-configure-windows):
14332 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14333 * mml2015.el (epg-check-configuration, epg-configuration)
14334 (message-options-set):
14335 * nndb.el (nndb-request-article):
14336 * nnfolder.el (gnus-request-create-group):
14337 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14338 * nnmaildir.el (gnus-group-mark-article-read):
14339 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14340 * rfc1843.el (message-fetch-field):
14341 * spam.el (gnus-extract-address-components):
14342 Declare as functions.
14343
14344 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
14345
14346 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14347
14348 2007-12-09 Glenn Morris <rgm@gnu.org>
14349
14350 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14351
14352 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14353 * message.el, mm-view.el, sieve-manage.el, smime.el:
14354 Add declare-function compatibility definition.
14355
14356 * gnus-art.el (w3-region, w3m-region, Info-menu):
14357 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14358 * gnus-sum.el (gnus-get-predicate):
14359 * gnus-util.el (mm-append-to-file, w32-focus-frame):
14360 * message.el (mail-abbrev-in-expansion-header-p):
14361 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14362 (w3m-detect-meta-charset, w3m-region):
14363 * sieve-manage.el (password-read, password-cache-add)
14364 (password-cache-remove):
14365 * smime.el (password-read-and-add): Declare as functions.
14366
14367 2007-12-08 David Kastrup <dak@gnu.org>
14368
14369 * gnus-sum.el (gnus-summary-simplify-subject-query):
14370 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14371 `message'.
14372
14373 2007-12-07 Glenn Morris <rgm@gnu.org>
14374
14375 * gnus-art.el (article-make-date-line): Revert previous change.
14376
14377 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14378
14379 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14380
14381 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
14382
14383 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14384 Call gnus-add-to-range ranges only once with a prepared article-list.
14385
14386 2007-12-06 Paul Jarc <prj@po.cwru.edu>
14387
14388 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14389 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14390 group names with backslashes.
14391 Reported by Tassilo Horn <tassilo@member.fsf.org>.
14392
14393 2007-12-06 Deepak Goel <deego3@gmail.com>
14394
14395 * gnus-art.el (article-make-date-line):
14396 * gnus-start.el (gnus-load):
14397 * pop3.el (pop3-read-response): Fix buggy call to `error'.
14398
14399 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14400
14401 * gnus-art.el (gnus-use-idna):
14402 * gnus-start.el (gnus-site-init-file):
14403 * message.el (message-use-idna):
14404 * mm-uu.el (mm-uu-hide-markers):
14405 * smiley.el (smiley-style): Revert changes that suppress warnings.
14406
14407 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14408
14409 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14410 specify charset to html source.
14411 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14412
14413 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
14414
14415 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14416 idna-program in order to suppress byte compile warning issued by XEmacs
14417 that came to byte compile the default value section of defcustom forms
14418 recently.
14419
14420 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14421 value of installation-directory.
14422
14423 * message.el (message-use-idna): Don't directly refer to the value of
14424 idna-program.
14425
14426 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14427
14428 * smiley.el (smiley-style): Don't directly call face-attribute.
14429
14430 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
14431
14432 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14433
14434 * gnus-dired.el: Reduce Gnus dependencies.
14435 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14436 Don't require. Use autoloads instead.
14437 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14438 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14439 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14440 (gnus-dired-mode): Adjust doc string.
14441 (gnus-dired-mail-mode): New variable.
14442 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14443 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14444 (gnus-dired-mail-buffers): New function. Return mail or message
14445 composition buffers.
14446 (gnus-dired-attach): Use it.
14447 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14448 NO-DECODE.
14449 (gnus-dired-print): Use `gnus-print-buffer' depending on
14450 `gnus-dired-mail-mode'.
14451
14452 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
14453
14454 * rfc2047.el (rfc2047-encoded-word-regexp)
14455 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14456 explaining what regexp patterns are for.
14457
14458 2007-12-04 Glenn Morris <rgm@gnu.org>
14459
14460 * password.el: Move to ../password-cache.el.
14461
14462 * mml1991.el (password-read, password-cache-add, password-cache-remove):
14463 * mml2015.el (password-read, password-cache-add, password-cache-remove):
14464 * mml-smime.el (password-read, password-cache-add)
14465 (password-cache-remove):
14466 No need to autoload, since mml-sec requires password.
14467
14468 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14469 * message.el (gnus-extract-address-components):
14470 * mml-smime.el (gnus-extract-address-components): Define for compiler.
14471
14472 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14473 password.
14474
14475 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14476
14477 * mailcap.el: Reduce dependencies.
14478 (mail-header-parse-content-type): Autoload.
14479 (mailcap-delete-duplicates): New alias.
14480 (mailcap-mime-info): Add optional argument NO-DECODE.
14481 (mailcap-mime-types): Use mailcap-delete-duplicates.
14482
14483 * message.el (message-ignored-supersedes-headers): Add "X-ID".
14484
14485 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14486
14487 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14488 function.
14489
14490 * gnus-uu.el (gnus-uu-decode-yenc): New command.
14491 (gnus-uu-yenc-article): New function.
14492
14493 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14494
14495 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14496
14497 2007-12-02 Glenn Morris <rgm@gnu.org>
14498
14499 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14500 Move to ../net.
14501
14502 * binhex.el, uudecode.el: Move to ../mail.
14503
14504 * encrypt.el: Remove file.
14505
14506 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
14507
14508 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14509 matches on patches.
14510
14511 * gnus-art.el (gnus-article-browse-html-article):
14512 Mention `mm-text-html-renderer' in the doc string.
14513
14514 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14515 string. Add comments.
14516
14517 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14518 if rhs is ASCII.
14519
14520 2007-12-01 Glenn Morris <rgm@gnu.org>
14521
14522 * dig.el, dns.el: Move to ../net.
14523 * format-spec.el, hex-util.el, sha1.el: Move to ../.
14524
14525 * mail-source.el (top-level): Require format-spec before
14526 eval-when-compile.
14527
14528 2007-11-30 Glenn Morris <rgm@gnu.org>
14529
14530 * encrypt.el: Require password, rather than autoloading password-read.
14531
14532 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
14533
14534 * gnus.el (gnus-method-to-server): Add an optional parameter so the
14535 caller can indicate whether the cache should be disregarded for this
14536 call. This way the result of the call is reproducible at all times and
14537 can be considered a canonical server name for the supplied method.
14538 (gnus-agent-method-p): Canonicalize server names by pushing their
14539 method through `gnus-method-to-server' using the no-cache argument.
14540
14541 * gnus-srvr.el (gnus-server-insert-server-line):
14542 Call `gnus-method-to-server' with `no-cache' argument.
14543
14544 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14545 gnus-agent-possibly-synchronize-flags as this should be called when the
14546 server is actually being opened.
14547 (gnus-agent-possibly-synchronize-flags)
14548 (gnus-agent-possibly-synchronize-flags-server): Move check for the
14549 flags file of an agentized server to the latter function.
14550
14551 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14552 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14553 after a connection has been established successfully.
14554
14555 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * gnus-art.el (article-display-face): Force to display face if called
14558 interactively; check if gnus-article-x-face-too-ugly matches author.
14559 (article-display-x-face): Display face even if From header is missing
14560 as article-display-face does.
14561
14562 2007-11-28 Richard Stallman <rms@gnu.org>
14563
14564 * md4.el: Move to ../.
14565 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14566
14567 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
14568
14569 * mail-source.el (mail-sources): Default to fetch from file for
14570 compatibility with default of nnmail-spool-file.
14571
14572 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
14573
14574 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14575 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14576 to look for encoded word that should be encoded again.
14577 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14578 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14579 encoding pattern.
14580 (rfc2047-decode-region): Switch strict regexp and loose one according
14581 to rfc2047-allow-irregular-q-encoded-words.
14582
14583 2007-11-26 Simon Josefsson <simon@josefsson.org>
14584
14585 * imap.el: Move to ../net directory.
14586
14587 2007-11-25 Romain Francoise <romain@orebokech.com>
14588
14589 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14590
14591 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14592
14593 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14594 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14595
14596 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14597 `nnmail-spool-file'.
14598
14599 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14600 `nnmail-spool-file'.
14601
14602 * gnus-move.el (gnus-change-server): Ditto.
14603
14604 * gnus-kill.el (gnus-batch-score): Ditto.
14605
14606 * gnus-cache.el (gnus-jog-cache): Ditto.
14607
14608 * gnus-msg.el (gnus-summary-reply):
14609 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14610
14611 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
14612
14613 * gnus-cache.el (gnus-cache-generate-nov-databases):
14614 Use nnml-generate-nov-databases-directory instead of
14615 nnml-generate-nov-databases-1.
14616
14617 2007-11-24 Glenn Morris <rgm@gnu.org>
14618
14619 * message.el (message-tool-bar-retro): Update for rename
14620 mail_send.xpm->mail-send.xpm.
14621
14622 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14625 `smime-ldap-search' for Emacs 22 and up.
14626
14627 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
14628
14629 * hashcash.el: Move to ../mail directory.
14630
14631 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
14632
14633 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14634 `smime-ldap-search' for Emacs 22 and up.
14635
14636 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14639
14640 * message.el (message-send-mail-function): Fix error convention.
14641 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14642 (message-widen-reply, message-send-mail, message-talkative-question)
14643 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14644 (message-clone-locals, message-send-news): Use with-current-buffer.
14645 (message-insert-or-toggle-importance): Remove unused var `valid'.
14646 (message-make-references): Remove unused var `new-references'.
14647 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14648
14649 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
14650
14651 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14652 (spam-split-symbolic-return-positive): Reflow docstring.
14653 (spam-backends, spam-summary-exit-behavior)
14654 (spam-mark-ham-unread-before-move-from-spam-group)
14655 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14656 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14657 (spam-clear-cache, spam-backend-check, spam-install-backend)
14658 (spam-install-statistical-backend, spam-list-of-processors)
14659 (spam-group-processor-p, spam-split, spam-bogofilter-score)
14660 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14661 (spam-check-crm114, spam-initialize, spam-unload-hook):
14662 Fix typos in docstrings.
14663
14664 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14665
14666 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14667 been checked if they have never been read and those group levels are
14668 higher than the one that a user specified.
14669
14670 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14671
14672 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14673 foreign groups unless a group level is specified by a user.
14674 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14675
14676 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
14677
14678 * message.el (message-send-mail-function): Require sendmail.
14679
14680 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
14681
14682 * message.el (message-send-mail-function): Check for smtpmail too.
14683
14684 * utf7.el (utf7-encode, utf7-decode): Use coding system
14685 `utf-7'/`utf-7-imap' from utf-7.el' if available.
14686
14687 * message.el (message-send-mail-function): New function.
14688 (message-send-mail-function): Set default using
14689 message-send-mail-function. Adjust doc string.
14690 (message-send-mail-with-mailclient): New function.
14691
14692 2007-11-17 Richard Stallman <rms@gnu.org>
14693
14694 * assistant.el: Remove file.
14695
14696 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
14697
14698 * smime.el (from):
14699 * rfc2047.el (message-posting-charset):
14700 * qp.el (mm-use-ultra-safe-encoding):
14701 * pop3.el (parse-time-months):
14702 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14703 * nnml.el (files):
14704 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14705 (jka-compr-compression-info-list, ange-ftp-path-format)
14706 (efs-path-regexp):
14707 * nndiary.el (files):
14708 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14709 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14710 (epg-digest-algorithm-alist, inhibit-redisplay)
14711 (password-cache-expiry):
14712 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14713 (pgg-output-buffer, password-cache-expiry):
14714 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14715 (efs-path-regexp):
14716 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14717 (inhibit-redisplay):
14718 * mm-uu.el (file-name, start-point, end-point, entry)
14719 (gnus-newsgroup-name, gnus-newsgroup-charset):
14720 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14721 (latin-unity-ucs-list):
14722 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14723 (mm-uu-binhex-decode-function):
14724 * message.el (gnus-message-group-art, gnus-list-identifiers)
14725 (rmail-enable-mime-composing, gnus-local-organization)
14726 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14727 (gnus-read-active-file, facemenu-add-face-function)
14728 (facemenu-remove-face-function, gnus-article-decoded-p)
14729 (tool-bar-mode):
14730 * mail-source.el (display-time-mail-function):
14731 * gnus-util.el (nnmail-pathname-coding-system)
14732 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14733 (gnus-original-article-buffer, gnus-user-agent)
14734 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14735 (xemacs-codename, sxemacs-codename, emacs-program-version):
14736 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14737 * gnus-start.el (gnus-agent-covered-methods)
14738 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14739 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14740 (gnus-newsgroup-headers, gnus-group-list-mode)
14741 (gnus-group-mark-positions, gnus-newsgroup-data)
14742 (gnus-newsgroup-unreads, nnoo-state-alist)
14743 (gnus-current-select-method, mail-sources)
14744 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14745 (nnmail-spool-file, gnus-cache-active-hashtb):
14746 * gnus-mh.el (mh-lib-progs):
14747 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14748 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14749 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14750 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14751 (gnus-group-buffer):
14752 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14753 (font-lock-set-defaults):
14754 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14755 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14756 (gnus-summary-post-menu, total-parts, type, condition, length):
14757 * gnus-agent.el (gnus-agent-read-agentview):
14758 * flow-fill.el (show-trailing-whitespace):
14759 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14760 eval-and-compile wrappers for byte compiler pacifiers.
14761
14762 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14763 (mm-display-inline-fontify): Check for featurep 'xemacs not
14764 extent-list.
14765
14766 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14767 itimer-list.
14768 (mm-create-image-xemacs): Only do something for XEmacs.
14769 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14770
14771 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14772
14773 * gnus-registry.el (gnus-adaptive-word-syntax-table):
14774 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14775
14776 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
14777
14778 * nnimap.el (nnimap-split-download-body):
14779 * gnus-demon.el (gnus-demon):
14780 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14781
14782 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14783
14784 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14785 New macros.
14786 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14787 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14788 copy data from unibyte buffer to multibyte current buffer.
14789 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14790 to copy data from unibyte current buffer to multibyte buffer.
14791 (nntp-make-process-buffer): Make process buffer unibyte.
14792
14793 * pop3.el (pop3-open-server): Fix typo in Lisp code.
14794
14795 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
14796
14797 * pop3.el (pop3-open-server): Accept and process data more robustly at
14798 connection start to avoid spurious "POP SSL connection failed" errors.
14799
14800 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14803 read group names.
14804
14805 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
14806
14807 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14808
14809 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
14810
14811 * nnmail.el (nnmail-parse-active): Make group names unibyte.
14812 (nnmail-save-active): Use a unibyte buffer when saving active file,
14813 which may contain non-ASCII group names.
14814
14815 * nnml.el (nnml-request-group): Decode group names in messages.
14816
14817 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
14818
14819 * message.el (message-citation-line-function)
14820 (message-insert-formatted-citation-line): Fix spelling of
14821 `message-insert-formated-citation-line'.
14822
14823 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
14824
14825 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14826
14827 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14828
14829 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14830 nnmail-pathname-coding-system.
14831
14832 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14833 that a user enters; decode group names in messages.
14834
14835 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14836
14837 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14838
14839 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14840
14841 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14842
14843 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14844 risky local variable.
14845
14846 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14847
14848 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
14849
14850 * encrypt.el: Improve documentation to fix function name typo.
14851 Reported by Daiki Ueno <ueno@unixuser.org>.
14852
14853 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14854
14855 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14856 even if the point is not in the last page of an article.
14857 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14858 back to the previous page.
14859
14860 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
14861
14862 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14863
14864 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14865
14866 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14867
14868 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * message.el (message-check-news-body-syntax):
14871 Avoid mm-string-as-multibyte.
14872 (message-hide-headers): Don't assume (point-min)==1.
14873
14874 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14875
14876 * message.el (message-remove-blank-cited-lines): Fix if remove is
14877 given.
14878 (message-bogus-address-regexp): New variable.
14879 (message-bogus-recipient-p): New function.
14880 (message-check-recipients): New command.
14881 (message-syntax-checks): Add `bogus-recipient'.
14882 (message-fix-before-sending): Add `bogus-recipient'.
14883
14884 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14885 (gnus-treat-body-boundary): Don't test window-system.
14886
14887 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14888
14889 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14890
14891 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14892
14893 * gnus.el: Bump version to Gnus v5.13.
14894
14895 2007-10-28 Miles Bader <miles@gnu.org>
14896
14897 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14898 at compile-time too.
14899
14900 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14901
14902 * gnus-msg.el (gnus-message-setup-hook):
14903 Add `message-remove-blank-cited-lines' to options.
14904
14905 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14906
14907 * message.el (message-remove-blank-cited-lines): New function.
14908 Suggested by Karl Plästerer.
14909
14910 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14911
14912 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14913 mapc.
14914
14915 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14916 (top-level): Use mapc to set functions to be traced for debugging.
14917
14918 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14919 called for effect with while loop.
14920
14921 * message.el (message-talkative-question): Replace mapcar called for
14922 effect with mapc.
14923
14924 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14925 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14926 called for effect with dolist.
14927
14928 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14929
14930 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14931 gnus-extra-headers and nnmail-extra-headers.
14932
14933 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14934 called for effect with dolist.
14935 (top-level): Use mapc to set functions to be traced for debugging.
14936
14937 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14938 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14939 dolist.
14940
14941 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14942 Replace mapcar called for effect with mapc.
14943 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14944 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14945 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14946 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14947
14948 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14949 remove-if that's a cl function.
14950
14951 * webmail.el (webmail-debug): Replace mapcar called for effect with
14952 dolist.
14953
14954 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14955
14956 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14957 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14958 with while loop.
14959
14960 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14961 functions from article-* functions.
14962 (gnus-multi-decode-header): Replace mapcar called for effect with
14963 dolist.
14964
14965 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14966 (gnus-bookmark-show-details): Replace mapcar called for effect with
14967 while loop.
14968
14969 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14970 called for effect with while loop.
14971
14972 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14973 with dolist.
14974
14975 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14976 Replace mapcar called for effect with dolist.
14977
14978 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14979
14980 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14981 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14982 Replace mapcar called for effect with dolist.
14983 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14984 mapc.
14985
14986 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14987 Replace mapcar called for effect with dolist.
14988 (gnus-topic-list): Replace mapcar called for effect with mapc.
14989
14990 * gnus.el: Use mapc instead of mapcar to add autoloads.
14991
14992 2007-10-23 Richard Stallman <rms@gnu.org>
14993
14994 * gnus-group.el (gnus-group-highlight): Mark as risky.
14995
14996 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14997
14998 * gnus.el (gnus-server-to-method): Return method found first in
14999 gnus-newsrc-alist.
15000
15001 * gnus-art.el (gnus-article-highlight-signature)
15002 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15003 button overlay without the front stickiness.
15004
15005 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
15006
15007 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15008 overview buffer needed a catch to receive its throw.
15009 (gnus-agent-flush-cache): Declare as interactive to make this function
15010 easier to use.
15011
15012 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
15013
15014 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15015 `next-line'.
15016
15017 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
15018
15019 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15020 exclude address matching message-dont-reply-to-names.
15021
15022 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15023
15024 * gnus-util.el (gnus-string<): New function.
15025
15026 * gnus-sum.el (gnus-article-sort-by-author)
15027 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15028
15029 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
15030
15031 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15032 the frame-focus tag is set in gnus-buffer-configuration.
15033
15034 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15035
15036 * gnus-art.el (gnus-article-add-button): Make a button overlay without
15037 the front stickiness.
15038
15039 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15040
15041 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15042 url pattern; remove duplicate one.
15043 (gnus-article-extend-url-button): New function.
15044 (gnus-article-add-buttons): Use it.
15045 (gnus-button-push): Use concatenated url that it makes.
15046
15047 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
15048
15049 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15050 (sieve-manage-open): Use `mapc' instead of `mapcar'.
15051
15052 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15053
15054 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15055 Don't hardcode point-min==1.
15056
15057 2007-09-30 David Kastrup <dak@gnu.org>
15058
15059 * gnus-art.el (gnus-article-reply-with-original)
15060 (gnus-article-followup-with-original): When `transient-mark-mode' is
15061 off, refrain from active-region behavior for followups.
15062
15063 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
15064
15065 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15066 Fix comment about "iso8859-1".
15067
15068 2007-10-08 Daiki Ueno <ueno@unixuser.org>
15069
15070 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15071 ones returned from the verify-function.
15072
15073 * mm-uu.el (mm-uu-pgp-signed-extract-1):
15074 Call mml2015-extract-cleartext-signature if extraction failed.
15075
15076 2007-10-07 Daiki Ueno <ueno@unixuser.org>
15077
15078 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15079 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15080 failed.
15081
15082 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15083
15084 * Relicense "GPLv2 or later" files to "GPLv3 or later".
15085
15086 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
15087
15088 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15089 to mark a thread as expirable. Add variable `hide' to handle hiding of
15090 thread for both the null and zero (kill/expire thread) universal prefix
15091 cases.
15092 (gnus-summary-expire-thread): Add new function to expire a thread,
15093 using gnus-summary-kill-thread.
15094 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15095 shortcuts for gnus-summary-expire-thread.
15096 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15097 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
15098
15099 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
15100
15101 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15102 extras value, so an extras entry can be deleted.
15103 (gnus-registry-delete-extra-entry): Use it.
15104 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15105 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15106 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15107 storage through the gnus-registry, and provide an appropriate API for
15108 it.
15109
15110 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15111
15112 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15113 Suggested by Leo <sdl.web@gmail.com>.
15114
15115 * gnus.el: Do.
15116
15117 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15118
15119 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15120 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
15121
15122 * gnus-agent.el (gnus-agent-fetch-headers): Do.
15123
15124 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15125 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15126
15127 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15128
15129 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15130 newline.
15131 (nnmbox-request-accept-article): Don't change article in source buffer;
15132 narrow to header to use message-fetch-field rather than
15133 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15134 (nnmbox-request-replace-article): Quote lines that'll be misidentified
15135 as delimiters; make sure article ends with newline.
15136 (nnmbox-delete-mail): Correct last position of article to be deleted;
15137 ignore X-Gnus-Newsgroup header in article body.
15138 (nnmbox-save-mail): Quote lines looking like delimiters at the right
15139 positions; make sure article ends with newline.
15140
15141 * message.el (message-display-abbrev): Don't infloop when a user
15142 inserts SPC in the beginning of header.
15143
15144 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
15145
15146 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15147 list of groups not followed by default. Fix type to be regexp.
15148 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15149
15150 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
15151
15152 * hmac-def.el (define-hmac-function): Switch from old-style to
15153 new-style backquotes.
15154
15155 * md4.el (md4-make-step): Likewise.
15156
15157 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15158
15159 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15160 raw-text coding system when saving .newsrc file, which may contain
15161 non-ASCII group names.
15162
15163 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15164
15165 * gnus-cus.el (gnus-score-extra): New widget.
15166 (gnus-score-extra-convert): New function.
15167 (gnus-score-customize): Use it for Extra.
15168
15169 2007-08-31 Daiki Ueno <ueno@unixuser.org>
15170
15171 * mml2015.el (mml2015-extract-cleartext-signature): New function.
15172 (mml2015-mailcrypt-clear-verify): Use it.
15173 (mml2015-gpg-clear-verify): Use it.
15174 (mml2015-pgg-clear-verify): Use it.
15175 (mml2015-epg-clear-verify): Replace the current part with the output
15176 from GnuPG; don't extract the plaintext by itself.
15177
15178 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15179 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15180 mml2015-clear-verify-function; don't touch the armor headers or
15181 dash-escaped text here.
15182
15183 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15184
15185 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15186 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15187 parts, or application/octet-stream as a last resort.
15188 (gnus-mime-view-part-as-type): Don't toggle display.
15189 (gnus-mime-view-part-as-charset): Don't turn off display before
15190 querying charset.
15191
15192 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15193 stuff to undisplayer function in Emacs.
15194 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15195
15196 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15197 text/calendar parts.
15198
15199 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15200
15201 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15202 decoding text/calendar parts.
15203
15204 * message.el (message-forward-make-body-mime): Always mark body as
15205 having no illegible text; remove signed-or-encrypted argument.
15206 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15207
15208 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15209 (mml-generate-mime-1): Don't encode body if it is specified to be in
15210 raw form; don't make buffer be unibyte when inserting multibyte string.
15211
15212 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * sha1.el: Fix up comment style.
15215 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15216 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15217
15218 * hex-util.el: Fix up comment style.
15219 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15220
15221 * gnus-salt.el: Use with-current-buffer.
15222 (gnus-pick-setup-message): Fix long-standing typo.
15223
15224 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
15225
15226 * imap.el (imap-logout-timeout): New variable.
15227 (imap-logout, imap-logout-wait): New functions.
15228 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15229
15230 * nnimap.el (nnimap-logout-timeout): New server variable.
15231 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15232 nnimap-logout-timeout.
15233
15234 * gnus-art.el (gnus-article-summary-command-nosave)
15235 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15236
15237 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
15238
15239 * gnus.el (gnus-maximum-newsgroup): New variable.
15240
15241 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15242 according to gnus-maximum-newsgroup.
15243
15244 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15245 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15246 Limit the range of articles according to gnus-maximum-newsgroup.
15247
15248 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
15249
15250 * gnus-art.el (gnus-sticky-article): Fix problems described in
15251 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
15252 Don't perform gnus-configure-windows here; reuse existing sticky
15253 article buffer.
15254
15255 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15256 it doesn't exist in gnus-article-mode.
15257
15258 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
15259
15260 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15261 (gnus-agent-decoded-group-name): New function.
15262 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15263 (gnus-agent-expire-group-1): Use it; decode group name in messages.
15264
15265 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
15266
15267 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15268 Add binding for gnus-sticky-article.
15269 (gnus-summary-exit): Don't kill sticky article buffers.
15270
15271 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15272 article buffer.
15273 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15274 (gnus-kill-sticky-article-buffers): New commands.
15275
15276 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
15277
15278 * nntp.el (nntp-xref-number-is-evil): New server variable.
15279 (nntp-find-group-and-number): If it is non-nil, don't trust article
15280 numbers in the Xref header.
15281
15282 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15283
15284 * gnus-agent.el (gnus-agent-read-group): New function.
15285 (gnus-agent-flush-group, gnus-agent-expire-group)
15286 (gnus-agent-regenerate-group): Use it.
15287 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15288 nnmail-pathname-coding-system.
15289
15290 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
15291
15292 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15293
15294 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15295 that are unread as unread, and also as selected so that information of
15296 marks having been changed by a user may be updated when exiting group.
15297
15298 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15299
15300 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15301
15302 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
15303
15304 * gnus-art.el (gnus-mime-display-single): Pass part number that is
15305 calculated ignoring signature parts to gnus-treat-article.
15306
15307 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15308
15309 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15310 a point here in order to keep the window start.
15311 (gnus-insert-mime-security-button): Make a button overlay without the
15312 front stickiness.
15313 (gnus-mime-display-security): Goto the end of a button.
15314
15315 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15316
15317 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15318
15319 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15320 group-name-at-point.
15321 (gnus-group-completing-read): New function that offers decoded
15322 non-ASCII group names for completion.
15323 (gnus-fetch-group, gnus-group-read-ephemeral-group)
15324 (gnus-group-jump-to-group, gnus-group-make-group-simple)
15325 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15326 (gnus-group-fetch-control): Use it.
15327 (gnus-fetch-group): Use group-name-at-point for the initial value
15328 rather than the default value; use gnus-alive-p.
15329
15330 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15331 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15332 (gnus-summary-post-news): Use gnus-group-completing-read.
15333
15334 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15335 (gnus-read-move-group-name): Decode group name for completion.
15336
15337 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
15338
15339 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15340 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15341 Yamaoka slightly modified the code).
15342
15343 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
15344
15345 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15346 (nnmail-split-incoming): Bind it.
15347
15348 * nnml.el (nnml-group-name-charset): New function.
15349 (nnml-decoded-group-name): Use it; don't decode group name if
15350 nnmail-group-names-not-encoded-p is non-nil.
15351 (nnml-encoded-group-name): New function.
15352 (nnml-group-pathname): Inline nnml-decoded-group-name.
15353 (nnml-request-expire-articles): Decode group name in message.
15354 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15355 nnmail-pathname-coding-system.
15356 (nnml-save-mail, nnml-active-number): Work with decoded group names and
15357 not decoded ones according to nnmail-group-names-not-encoded-p.
15358 (nnml-generate-active-info): Use nnml-encoded-group-name.
15359
15360 2007-08-08 Glenn Morris <rgm@gnu.org>
15361
15362 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15363 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15364 doc-strings and comments.
15365
15366 2007-07-25 Glenn Morris <rgm@gnu.org>
15367
15368 * Relicense all FSF files to GPLv3 or later.
15369
15370 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
15371
15372 * gnus-sum.el (gnus-summary-move-article):
15373 Make gnus-summary-respool-article work.
15374
15375 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
15376
15377 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15378 string.
15379
15380 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
15381
15382 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
15383 that should be ignored when comparing distant RSS articles with local
15384 ones.
15385 (nnrss-make-hash-index): New function. Create a hash index according
15386 to the ignored fields.
15387 (nnrss-check-group): Use it.
15388
15389 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
15390
15391 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15392
15393 * gnus-art.el (article-decode-group-name): Decode Xref header too.
15394
15395 * gnus-group.el (gnus-group-make-group): Encode group name here unless
15396 the new optional argument ENCODED is non-nil.
15397 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15398 coding system for encoding group name.
15399 (gnus-group-make-rss-group): Pass un-encoded group name to
15400 gnus-group-make-group.
15401 (gnus-group-set-info): Tell gnus-group-make-group that group name is
15402 encoded.
15403
15404 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15405 Encode group name to which articles are moved or copied.
15406 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15407 coding system for encoding Newsgroup, Followup-To and Xref headers.
15408
15409 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15410 marks; use nnheader-file-coding-system to write a file.
15411 (nnagent-retrieve-headers): Bind file-name-coding-system to
15412 nnmail-pathname-coding-system.
15413
15414 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15415
15416 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15417 (nnml-request-article, nnml-request-create-group)
15418 (nnml-request-rename-group, nnml-find-id)
15419 (nnml-possibly-change-directory, nnml-possibly-create-directory)
15420 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15421 (nnml-save-marks): Use nnml-group-pathname instead of
15422 nnmail-group-pathname.
15423
15424 (nnml-request-create-group, nnml-request-expire-articles)
15425 (nnml-request-move-article, nnml-request-delete-group)
15426 (nnml-deletable-article-p, nnml-possibly-create-directory)
15427 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15428 (nnml-open-marks): Bind file-name-coding-system to
15429 nnmail-pathname-coding-system.
15430
15431 (nnml-request-article): Pass server argument to nnml-find-group-number.
15432 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15433 Pass server argument to nnml-possibly-create-directory.
15434 (nnml-request-accept-article): Pass server argument to
15435 nnml-active-number and nnml-save-mail.
15436 (nnml-find-group-number): Pass server argument to nnml-find-id.
15437 (nnml-request-update-info): Pass server argument to
15438 nnml-marks-changed-p.
15439
15440 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15441 (nnml-save-mail, nnml-active-number): Add server argument.
15442
15443 (nnml-request-delete-group): Warn if group is missing.
15444 (nnml-get-nov-buffer): Decode group name.
15445 (nnml-generate-active-info): Encode group name.
15446 (nnml-open-marks): Decode group name in messages.
15447
15448 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15449
15450 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15451 if it is not specified.
15452 (gnus-article-pipe-part, gnus-article-save-part)
15453 (gnus-article-interactively-view-part, gnus-article-copy-part)
15454 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15455 (gnus-article-inline-part, gnus-article-save-part-and-strip)
15456 (gnus-article-replace-part, gnus-article-delete-part)
15457 (gnus-article-view-part-as-type): Pass raw prefix argument to
15458 gnus-article-part-wrapper.
15459
15460 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
15461
15462 * gnus-agent.el (gnus-agent-save-active):
15463 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15464
15465 * gnus-cache.el (gnus-cache-save-buffers)
15466 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15467 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15468 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15469 (gnus-cache-braid-nov, gnus-cache-braid-heads)
15470 (gnus-cache-generate-active, gnus-cache-rename-group)
15471 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15472 (gnus-cache-update-overview-total-fetched-for):
15473 Bind file-name-coding-system to nnmail-pathname-coding-system.
15474 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15475 New variables.
15476 (gnus-cache-decoded-group-name): New function.
15477 (gnus-cache-file-name): Use it.
15478 (gnus-cache-generate-active): Use non-decoded group name for active.
15479
15480 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15481 right place.
15482 (gnus-write-active-file): Don't break non-ASCII group names.
15483
15484 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15485 nnmail-pathname-coding-system.
15486
15487 * gnus-uu.el (gnus-uu-decode-save): Typo.
15488
15489 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
15490
15491 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15492
15493 2007-07-14 David Kastrup <dak@gnu.org>
15494
15495 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15496 finishing actions if we did not edit the article.
15497
15498 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15499
15500 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15501 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15502 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15503 (gnus-agent-flush-group, gnus-agent-flush-cache)
15504 (gnus-agent-fetch-headers, gnus-agent-load-alist)
15505 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15506 (gnus-agent-retrieve-headers, gnus-agent-request-article)
15507 (gnus-agent-regenerate-group)
15508 (gnus-agent-update-files-total-fetched-for)
15509 (gnus-agent-update-view-total-fetched-for):
15510 Bind file-name-coding-system to nnmail-pathname-coding-system.
15511 (gnus-agent-group-pathname): Don't encode file names by
15512 nnmail-pathname-coding-system.
15513 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15514 coding-system-for-write instead of buffer-file-coding-system to
15515 gnus-agent-file-coding-system.
15516
15517 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15518 Decode group name.
15519
15520 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15521
15522 * gnus-start.el (gnus-update-active-hashtb-from-killed)
15523 (gnus-read-newsrc-el-file): Make group names unibyte.
15524
15525 * nnmail.el (nnmail-group-pathname): Don't encode file names by
15526 nnmail-pathname-coding-system.
15527
15528 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15529 (nnrss-request-delete-group): Bind file-name-coding-system to
15530 nnmail-pathname-coding-system.
15531 (nnrss-read-server-data, nnrss-read-group-data):
15532 Bind file-name-coding-system correctly.
15533 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15534
15535 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15536 (nntp-server-to-method-cache): New variable.
15537 (nntp-group-pathname): New function that decodes non-ASCII group names.
15538 (nntp-possibly-create-directory, nntp-marks-changed-p)
15539 (nntp-save-marks, nntp-open-marks): Use it.
15540 (nntp-possibly-create-directory, nntp-open-marks):
15541 Bind file-name-coding-system to nnmail-pathname-coding-system.
15542 (nntp-open-marks): Decode group names when bootstrapping marks.
15543
15544 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15545 Newsgroups and Followup-To headers.
15546
15547 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15548
15549 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15550 (gnus-server-closed-face, gnus-server-denied-face)
15551 (gnus-server-offline-face): Remove variable.
15552 (gnus-server-font-lock-keywords): Use faces that are not aliases.
15553
15554 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15555 of modifying message-stack directly for XEmacs.
15556
15557 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15558 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15559 if the coding-system argument is nil for XEmacs.
15560
15561 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15562 mm-charset-override-alist.
15563
15564 * rfc2047.el: Don't require base64; require rfc2045 for the function
15565 rfc2045-encode-string.
15566 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15567 to quote the parameter value.
15568
15569 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
15570
15571 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15572 form in gnus-group-name-charset-method-alist.
15573
15574 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15575 overrides the default layout edit-form.
15576
15577 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15578
15579 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15580
15581 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
15582
15583 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15584 as unfetched articles.
15585
15586 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
15587
15588 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15589
15590 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
15591
15592 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15593 original back end that keeps marks in the local system.
15594
15595 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
15596
15597 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15598 arg of pop-to-buffer for XEmacs.
15599 (gnus-article-read-summary-keys): Ditto; don't restore window
15600 configuration if summary command ends up with neither article buffer
15601 nor summary buffer; describe bindings if summary keys end with C-h.
15602
15603 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
15604
15605 * message.el (message-fix-before-sending): Skip raw message part to be
15606 forwarded while checking illegible text.
15607 (message-forward-make-body-mime, message-forward-make-body):
15608 Mark signed or encrypted raw message as having no illegible text.
15609
15610 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15611
15612 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15613 (gnus-message-with-timestamp-1): New macro.
15614 (gnus-message-with-timestamp): New function.
15615 (gnus-message): Use them.
15616
15617 * nnheader.el (nnheader-message): Use them.
15618
15619 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
15620
15621 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15622 .newsrc.eld file.
15623
15624 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15625
15626 * gnus-agent.el (gnus-agent-fetch-headers)
15627 (gnus-agent-retrieve-headers):
15628 Bind gnus-decode-encoded-address-function to identity.
15629
15630 * nntp.el (nntp-send-xover-command): Recognize an xover command is
15631 available also when the server returns simply a dot.
15632
15633 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15634
15635 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
15636
15637 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15638
15639 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15640
15641 * gnus-ems.el (gnus-x-splash): Make it work.
15642
15643 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15644 from being used.
15645
15646 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
15647
15648 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15649 the front stickiness.
15650 (gnus-article-summary-command-nosave): Correct the order of the
15651 arguments passed to pop-to-buffer.
15652 (gnus-article-read-summary-keys): Ditto; make it work properly when the
15653 summary command ends up with the article buffer.
15654
15655 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15656 the same faces.
15657
15658 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
15659
15660 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15661
15662 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
15663
15664 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15665 * gnus-sum.el (gnus-summary-highlight):
15666 * mail-source.el (mail-source-delete-old-incoming-confirm):
15667 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15668
15669 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
15670
15671 * gnus-art.el (gnus-mime-view-part-externally)
15672 (gnus-mime-view-part-internally): Fix predicate function passed to
15673 completing-read.
15674
15675 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15676
15677 * gnus.el (gnus-update-message-archive-method): Add :version.
15678
15679 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
15680
15681 * gnus.el (gnus-update-message-archive-method): New variable.
15682
15683 * gnus-start.el (gnus-setup-news): Update saved "archive" method
15684 according to gnus-message-archive-method if
15685 gnus-update-message-archive-method is non-nil.
15686
15687 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * gnus-sum.el (gnus-summary-limit-to-address): New function.
15690 Suggested by Loic Dachary <loic@dachary.org>.
15691 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15692
15693 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
15694
15695 * message.el (message-pop-to-buffer): Add switch-function argument.
15696 (message-mail): Pass switch-function argument to it.
15697
15698 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
15699
15700 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15701 Improve doc string.
15702
15703 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15704
15705 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15706 (gnus-header-content):
15707 * gnus-cite.el (gnus-cite-10):
15708 * gnus-srvr.el (gnus-server-closed):
15709 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15710 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15711 (gnus-group-mail-3-empty, gnus-group-mail-low)
15712 (gnus-group-mail-low-empty, gnus-splash):
15713 * message.el (message-header-to, message-header-cc)
15714 (message-header-subject, message-header-other, message-header-name)
15715 (message-header-xheader, message-separator, message-cited-text)
15716 (message-mml): Lighten colors of faces used for dark background.
15717
15718 2007-05-24 Simon Josefsson <simon@josefsson.org>
15719
15720 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15721 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
15722
15723 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15724
15725 * message.el (message-narrow-to-headers-or-head):
15726 Ignore mail-header-separator in the body.
15727
15728 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
15729
15730 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15731 same as window size.
15732
15733 2007-05-22 Kevin Ryde <user42@zip.com.au>
15734
15735 * message.el (message-font-lock-keywords): Use message-header-xheader
15736 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
15737 ahead of the anything pattern, to get it recognized.
15738
15739 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
15740
15741 * gnus-sum.el (gnus-articles-to-read)
15742 (gnus-summary-insert-old-articles): Don't truncate group name for
15743 `read-string'.
15744
15745 * gnus-util.el (gnus-limit-string): Delete this function.
15746
15747 * gnus-sum.el (gnus-simplify-subject-fully):
15748 Use `truncate-string-to-width' instead.
15749
15750 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
15751
15752 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15753 Tell if, on summary exit, the next group has to be selected.
15754 (gnus-summary-exit): Use it.
15755
15756 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
15757
15758 * gnus-art.el (gnus-article-mode): Fix comment about displaying
15759 non-break space.
15760
15761 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
15762
15763 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15764 Check if group is not a directory.
15765 (nnfolder-request-expire-articles): Don't delete articles if the target
15766 group is not available.
15767
15768 * nnml.el (nnml-request-create-group): Properly check if group is not a
15769 file.
15770 (nnml-request-expire-articles): Don't delete articles if the target
15771 group is not available.
15772
15773 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15774 Don't quote characters that are within parentheses.
15775
15776 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
15777
15778 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15779 (gnus-handle-ephemeral-exit): Select article according to it.
15780
15781 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15782
15783 * message.el (message-insert-formated-citation-line): Remove newline.
15784 (message-citation-line-format): Add final \n here so that the user can
15785 avoid a blank line.
15786
15787 2007-05-03 Dan Christensen <jdc@uwo.ca>
15788
15789 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15790 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15791 Update lanl/arXiv support.
15792
15793 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15794
15795 * gnus.el: Bump version number.
15796
15797 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15798
15799 * gnus.el (gnus-version-number): Bump version.
15800
15801 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15802
15803 * gnus.el: No Gnus v0.6 is released.
15804
15805 2007-04-27 Didier Verna <didier@xemacs.org>
15806
15807 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15808 * gmm-utils.el (gmm-regexp-concat): ... here.
15809 * message.el: Don't require 'gnus-util.
15810 (message-dont-reply-to-names): Handle name change above.
15811 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15812
15813 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15814
15815 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15816 since the initial value varies according to the system.
15817
15818 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15819
15820 * mm-util.el (mm-charset-synonym-alist): Defcustom.
15821
15822 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
15823
15824 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15825
15826 2007-04-24 Didier Verna <didier@xemacs.org>
15827
15828 Improve the type of gnus-ignored-from-addresses.
15829 * gnus-util.el (gnus-orify-regexp): New function.
15830 * message.el (gnus-util): Require it.
15831 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15832 * gnus-sum.el (gnus-ignored-from-addresses): New function.
15833 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15834
15835 2007-04-24 Didier Verna <didier@xemacs.org>
15836
15837 * gnus-sum.el:
15838 * gnus-utils.el: Fix some trailing whitespaces.
15839
15840 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
15841
15842 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15843 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15844 article's Message-ID; refer parent article in summary buffer.
15845
15846 * message.el (message-bounce): Call mime-to-mml.
15847
15848 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15849
15850 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15851
15852 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15853
15854 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15855 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15856 displayed of multipart/alternative part if it is invoked from summary
15857 buffer.
15858
15859 * mm-view.el (mm-inline-text-html-render-with-w3m)
15860 (mm-inline-text-html-render-with-w3m-standalone)
15861 (mm-inline-render-with-function): Use mail-parse-charset by default.
15862
15863 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
15864
15865 * parse-time.el (parse-time-string-chars): Check if CHAR
15866 is less than the length of parse-time-syntax.
15867
15868 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
15869
15870 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15871 from gnus-newsgroup-processable.
15872
15873 2007-04-16 Didier Verna <didier@xemacs.org>
15874
15875 * gnus-msg.el (gnus-configure-posting-styles):
15876 Handle message-signature-directory properly with :file syntax.
15877 Reported by "Leo".
15878
15879 2007-04-11 Didier Verna <didier@xemacs.org>
15880
15881 New user option: message-signature-directory.
15882 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15883 * message.el (message-insert-signature): Ditto.
15884 * message.el (message-signature-file): Doc update.
15885 * message.el (message-signature-directory): New.
15886
15887 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15888
15889 * gnus-msg.el (gnus-inews-yank-articles):
15890 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15891
15892 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15893
15894 * message.el (message-yank-original): Make sure cited text ends with
15895 newline; don't exchange point and mark.
15896
15897 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15898
15899 * tls.el (open-tls-stream): Properly handle case where there
15900 is no associated buffer.
15901
15902 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15903
15904 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15905 message-yank-original, make sure (< mark TEXT point).
15906
15907 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15908
15909 * message.el (message-fill-column): New variable.
15910 (message-mode): Use it. Add comment on a possible new hook.
15911
15912 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15913 (nnmail-get-new-mail): Reformat.
15914
15915 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15916
15917 * gmm-utils.el: Fix Commentary.
15918 (gmm-tool-bar-from-list): Fix typo in doc string.
15919
15920 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15921
15922 * message.el (message-yank-original): Don't switch point and mark
15923 unnecessarily to put point and mark as documented.
15924
15925 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15926
15927 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15928 from the message heads.
15929
15930 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15931
15932 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15933 article buffer does not have a window. This may not be the best
15934 solution but is certainly better than setting the start of the null,
15935 that is the current, window.
15936
15937 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15938
15939 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15940 (gnus-draft-setup): Run it.
15941
15942 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15943 gnus-score-fast-scoring. Allow regexp.
15944 (gnus-score-headers): Use it.
15945
15946 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15947 XEmacs.
15948
15949 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15950 string.
15951 (gnus-button-alist): Also catch `<f1> k ...'.
15952 (gnus-treat-display-x-face): Fix doc string.
15953
15954 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15955
15956 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15957 evaluation of gnus-extended-version to ensure correct generation of the
15958 User-Agent header when message-generate-headers-first is used.
15959
15960 2007-03-24 Simon Josefsson <simon@josefsson.org>
15961
15962 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15963 hashcash-path is nil. Don't call callback with incorrect number of
15964 parameters if val is 0.
15965
15966 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15967
15968 * message.el (message-required-news-headers):
15969 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15970
15971 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15972
15973 * message.el (message-generate-new-buffers): Change the meaning of the
15974 nil value; add `standard' to the choices; treat t as `unique'; improve
15975 doc string.
15976 (gnus-select-frame-set-input-focus): Autoload.
15977 (message-buffer-name): Search for the existing message buffer if
15978 message-generate-new-buffers is nil or `standard'; treat the value t of
15979 message-generate-new-buffers as `unique'.
15980 (message-pop-to-buffer): Raise the frame already displaying the message
15981 buffer; clear the echo area after querying.
15982 (message-setup): Pass the `continue' argument to compose-mail.
15983 (message-mail): Prefer `switch-function' if it is given; search for the
15984 existing message buffer if the `continue' argument is non-nil; pass
15985 continue and switch-function arguments to compose-mail by way of
15986 message-setup.
15987 (message-mail-other-window): Adjust argument of message-setup.
15988 (message-mail-other-frame): Ditto.
15989
15990 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15991
15992 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15993 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15994 to turn font-lock on when turning gnus-message-citation-mode on.
15995
15996 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15997
15998 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15999 (mml-smime-function-alist): New variable; add epg as the backend.
16000 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16001 mml-smime- functions instead.
16002 * mm-view.el: Require smime.
16003
16004 2007-03-05 Didier Verna <didier@xemacs.org>
16005
16006 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16007 instead of just inheritance for posting styles.
16008 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16009
16010 2007-02-24 John Paul Wallington <jpw@pobox.com>
16011
16012 * tls.el (tls-certtool-program): Fix custom type.
16013
16014 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16015
16016 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16017 and point-at-eol instead of line-(beginning|end)-position.
16018
16019 * assistant.el (assistant-parse-buffer): Ditto.
16020
16021 2007-02-28 Daiki Ueno <ueno@unixuser.org>
16022
16023 * mml2015.el (mml2015-epg-find-usable-key): New function.
16024 (mml2015-epg-sign): Use it.
16025 (mml2015-epg-encrypt): Use it.
16026
16027 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16028
16029 * message.el (message-make-in-reply-to): Quote name containing
16030 non-ASCII characters. It will make the RFC2047 encoder cause an error
16031 if there are special characters. Reported by NAKAJI Hiroyuki
16032 <nakaji@jp.freebsd.org>.
16033
16034 2007-02-27 Didier Verna <didier@xemacs.org>
16035
16036 Include the group parameters as well as the topic ones in the
16037 inheritance filter process.
16038 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16039 argument GROUP-PARAMS-LIST.
16040 * gnus-topic.el (gnus-group-topic-parameters): Use it.
16041
16042 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
16043
16044 * nntp.el (nntp-never-echoes-commands)
16045 (nntp-open-connection-functions-never-echo-commands): New variables.
16046 (nntp-send-command): Use them.
16047
16048 2007-02-20 Daiki Ueno <ueno@unixuser.org>
16049
16050 * mml2015.el (mml2015-epg-verify): Simplify.
16051
16052 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16053
16054 * mml.el (mml-content-disposition-alist): New user option.
16055 (mml-content-disposition): New function.
16056 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16057 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16058
16059 2007-02-19 Daiki Ueno <ueno@unixuser.org>
16060
16061 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16062 verification.
16063
16064 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16065
16066 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16067 articles posted in the last 24 hours.
16068
16069 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
16070
16071 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16072
16073 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
16074
16075 * nntp.el (nntp-send-command): Don't wait for echoes when
16076 nntp-open-ssl-stream is used.
16077
16078 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16079
16080 * gnus-cite.el (gnus-test-font-lock-add-keywords)
16081 (gnus-message-add-citation-keywords)
16082 (gnus-message-remove-citation-keywords): Remove.
16083 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16084 directly, make the variables in font-lock-defaults buffer-local, add
16085 gnus-message-citation-keywords to them and then update the value of
16086 font-lock-keywords.
16087
16088 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
16089
16090 * message.el (message-cite-original-1): Don't call
16091 gnus-article-highlight-citation.
16092
16093 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16094 citations; fix line count.
16095
16096 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16097
16098 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16099 (gnus-message-add-citation-keywords)
16100 (gnus-message-remove-citation-keywords): Use it; fix the emulating
16101 versions of font-lock-add-keywords and font-lock-remove-keywords to
16102 work with XEmacs correctly.
16103
16104 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16105
16106 * gnus-cite.el (gnus-cite-face-list): Set the values of
16107 gnus-message-max-citation-depth and gnus-message-citation-keywords.
16108 (gnus-message-max-citation-depth): Use defvar rather than defconst.
16109 (gnus-message-cite-prefix-regexp): New variable.
16110 (gnus-message-search-citation-line): Use it; protect against long
16111 citation prefix; fill match data with nil rather than 0 for XEmacs; set
16112 the 0th match data for Emacs.
16113 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16114 (gnus-message-add-citation-keywords): Append keywords rather than
16115 prepending; emulate font-lock-add-keywords if it is not available.
16116 (gnus-message-remove-citation-keywords):
16117 Emulate font-lock-remove-keywords if it is not available.
16118
16119 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16120
16121 * message.el (message-cite-prefix-regexp): Set the value of
16122 gnus-message-cite-prefix-regexp.
16123
16124 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16125
16126 * nnweb.el (nnweb-google-parse-1): Update parser.
16127
16128 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
16129
16130 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16131
16132 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16133
16134 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16135 regexp.
16136
16137 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * uudecode.el (uudecode-string-to-multibyte): New function emulating
16140 string-to-multibyte.
16141 (uudecode-decode-region-internal): Use it.
16142
16143 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16144
16145 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16146 Fix custom choice.
16147
16148 * gnus-art.el (gnus-signature-limit): Fix custom choice.
16149
16150 2007-01-22 Daiki Ueno <ueno@unixuser.org>
16151
16152 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16153
16154 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16155 `write-region' to respect `mm-inhibit-file-name-handlers'.
16156
16157 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
16158
16159 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16160 Use gnus-home-directory instead of "~/" or "$HOME".
16161
16162 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
16163
16164 * encrypt.el (encrypt-insert-file-contents): Add better prompt
16165 to mention filename.
16166 Add comments at beginning regarding usage.
16167 (encrypt-write-file-contents): Change interactive so a string is
16168 acceptable. If the file has no associated model, show an error instead
16169 of a nonsense prompt.
16170
16171 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16172
16173 * spam.el (spam-bsfilter-ham-switch): Fix typo.
16174 Thanks to Yoshihiko Yamada for kind notification of this typo.
16175
16176 2007-01-12 Kenichi Handa <handa@m17n.org>
16177
16178 * uudecode.el (uudecode-decode-region-internal): Make it work in a
16179 multibyte buffer.
16180
16181 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
16182
16183 * gnus-score.el (gnus-score-fast-scoring): New variable.
16184 (gnus-score-headers): Use it.
16185
16186 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16187
16188 * message.el (message-cite-original-1):
16189 Call gnus-article-highlight-citation if requested.
16190 (message-make-from): Allow name and address as optional arguments.
16191
16192 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16193
16194 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16195 bugs to doc string.
16196 (gnus-button-alist): Add mid\\|message-id.
16197 (gnus-button-fetch-group): Extend for use in
16198 `browse-url-browser-function'.
16199 (gnus-button-url-regexp): Try to catch paired parentheses like in
16200 Wikipedia URLs.
16201
16202 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16203 Suggested by Simon Krahnke <overlord@gmx.li>.
16204
16205 2007-01-13 Romain Francoise <romain@orebokech.com>
16206
16207 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16208 Update copyright.
16209
16210 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
16211
16212 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16213
16214 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
16215
16216 * gnus-registry.el (gnus-registry-unfollowed-groups)
16217 (gnus-registry-split-fancy-with-parent): Fix documentation.
16218
16219 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16220
16221 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16222 from nnweb groups.
16223
16224 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
16225
16226 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16227 Xref urls. Erase buffer before requesting head.
16228
16229 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16230
16231 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
16232
16233 * gnus-soup.el (gnus-soup): New custom group. Make user variables
16234 customizable.
16235
16236 2007-01-05 Daiki Ueno <ueno@unixuser.org>
16237
16238 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16239 no signing key is found.
16240 (mml2015-epg-encrypt): Ask user whether to skip or abort if
16241 no encrypting and/or signing key is found.
16242
16243 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16244
16245 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16246
16247 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16248
16249 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16250 headers read from disk with the ones newly found in the current search.
16251 This should no longer cause problems, because the article numbers in
16252 Gmane's `nov.php' output are ignored since the previous change.
16253
16254 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16255
16256 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16257
16258 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
16259
16260 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16261
16262 2007-01-01 Romain Francoise <romain@orebokech.com>
16263
16264 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16265
16266 2006-12-31 Steve Youngs <steve@sxemacs.org>
16267
16268 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16269 `define-minor-mode' macro definition expanded properly.
16270 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16271 exclude it there.
16272
16273 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16274 of 2006-12-30. The default is nil on (S)XEmacs already because of the
16275 `fboundp' test.
16276 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16277 This is OK to autoload in (S)XEmacs now.
16278
16279 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16280
16281 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16282 keystroke.
16283 (gnus-summary-limit-to-singletons): Fix typo.
16284
16285 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16286 else fails.
16287
16288 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16289
16290 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16291 docstring.
16292
16293 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16294 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16295 (gnus-summary-insert-dormant-articles): Fix typo in message.
16296
16297 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
16298
16299 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16300 nil for XEmacs.
16301 (gnus-message-citation-mode): Don't autoload in XEmacs.
16302
16303 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16304
16305 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
16306
16307 * nnimap.el (nnimap-expunge-search-string):
16308 Mention nnimap-search-uids-not-since-is-evil in docstring.
16309
16310 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
16311
16312 * spam.el: Revert to make-obsolete-variable because
16313 define-obsolete-variable-alias is not supported in Emacs 21.
16314
16315 * spam.el (spam-ifile-path, spam-ifile-database-path)
16316 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16317 make-obsolete-variable.
16318 (spam-bsfilter-path, spam-bsfilter-program)
16319 (spam-spamassassin-path, spam-spamassassin-program)
16320 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16321 Don't use "path" inappropriately.
16322 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16323 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16324 variable names.
16325
16326 2006-12-28 Daiki Ueno <ueno@unixuser.org>
16327
16328 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16329 summary buffer.
16330
16331 * password.el (password-cache-remove): Use clear-string to burn
16332 password, if available.
16333
16334 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16335
16336 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16337
16338 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16339
16340 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16341 (gnus-message-highlight-citation): Move defcustom here from
16342 gnus-cite.el.
16343 (gnus-message-citation-mode): Autoload.
16344
16345 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
16346 checks to make it compile with XEmacs.
16347 (gnus-message-citation-mode): New minor mode.
16348 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16349 (gnus-message-highlight-citation): New variables.
16350 (gnus-message-search-citation-line)
16351 (gnus-message-add-citation-keywords)
16352 (gnus-message-remove-citation-keywords)
16353 (turn-on-gnus-message-citation-mode)
16354 (turn-off-gnus-message-citation-mode): New functions.
16355
16356 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
16357
16358 * gnus-cite.el: Enable highlighting of different citation levels in
16359 message-mode.
16360
16361 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
16362
16363 * message.el (message-make-fqdn): Fix comment.
16364 (message-bogus-system-names): Add ".local".
16365
16366 * spam.el (spam-ifile-path, spam-ifile-program)
16367 (spam-ifile-database-path, spam-ifile-database)
16368 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16369 Don't use "path" inappropriately.
16370 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16371 strings.
16372 (spam-check-ifile, spam-ifile-register-with-ifile)
16373 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16374 Use new variable names.
16375
16376 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16377 (gnus-treat-display-smileys): Simplify using
16378 gnus-image-type-available-p.
16379
16380 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16381 available.
16382
16383 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16384
16385 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16386 one after turning on the buffer's multibyteness instead of decoding
16387 them directly in the unibyte buffer that causes unexpected conversion
16388 in Emacs 23 (unicode).
16389
16390 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16391
16392 * message.el (message-generate-hashcash): Fix custom type.
16393
16394 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16395
16396 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16397
16398 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
16399
16400 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16401 disconnect icons. Add help text.
16402
16403 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
16404
16405 * spam.el (spam-extra-header-to-number): CRM114 spam score is
16406 negated to be consistent with the others we handle.
16407
16408 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16409
16410 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16411 version of gnus-summary-buffer to something, so that we can use two
16412 article buffers at the same time.
16413
16414 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
16415
16416 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16417 trigger all the extra headers.
16418 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16419 sorting.
16420
16421 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16422
16423 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16424 solid groups.
16425
16426 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
16427
16428 * legacy-gnus-agent.el: Add Copyright notice.
16429
16430 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
16431
16432 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16433
16434 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16435
16436 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16437
16438 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16439 to make it work reliably in CVS Emacs.
16440 (gnus-summary-limit-strange-charsets-predicate)
16441 (gnus-summary-limit-to-predicate): New functions.
16442
16443 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
16444
16445 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16446 specifying array size.
16447 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16448 array if it is too small.
16449 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16450 (gnus-sort-threads-loop): New function.
16451
16452 2006-12-06 Chris Moore <dooglus@gmail.com>
16453
16454 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16455 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16456
16457 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
16458
16459 * mm-url.el (mm-url-predefined-programs): Call curl with correct
16460 options.
16461
16462 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16463
16464 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16465 DOS-ing the recipient.
16466
16467 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16468 the headers when creating the mapping to avoid mismappings.
16469 (nnweb-gmane-create-mapping): Always nix out old mapping.
16470
16471 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16472
16473 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16474 and mm-verify-option to never.
16475
16476 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
16477
16478 * message.el (message-signed-or-encrypted-p): New function.
16479 (message-forward-make-body): Use it.
16480
16481 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16482 Replace encode-coding-string with mm-encode-coding-string.
16483
16484 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
16485
16486 * nneething.el (nneething-decode-file-name):
16487 Replace decode-coding-string with mm-decode-coding-string.
16488
16489 * gnus-int.el (gnus-open-server): Say failed server's name.
16490
16491 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
16492
16493 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16494 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16495
16496 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16497 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16498 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16499 (gnus-group-make-directory-group, gnus-group-transpose-groups):
16500 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16501 (gnus-subscribe-newsgroup, gnus-1):
16502 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16503 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16504 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16505 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16506
16507 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16508
16509 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16510 keystroke.
16511 (gnus-summary-limit-to-bodies): Implement headersp.
16512
16513 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16514
16515 * dns.el (query-dns): Protect against "Process dns deleted" strings.
16516
16517 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
16518
16519 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16520
16521 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16522
16523 * message.el (message-generate-hashcash): Expand range of values to
16524 include `opportunistic'.
16525 (message-send-mail): Use it.
16526
16527 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16528
16529 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16530 and comment it.
16531
16532 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16533
16534 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
16535
16536 * gnus-util.el (gnus-extract-address-components): Improve comment.
16537
16538 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16539
16540 * gnus-util.el (gnus-extract-address-components): Work with address in
16541 which the name portion contains @.
16542
16543 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16544
16545 * gnus.el (gnus-start): Move custom group up.
16546 (gnus-select-method): Don't autoload, but make it available for
16547 `customize-variable'.
16548 (gnus-getenv-nntpserver): Don't autoload.
16549
16550 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
16551
16552 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16553
16554 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16555
16556 * message.el (message-sendmail-extra-arguments): New variable.
16557 (message-send-mail-with-sendmail): Use it.
16558
16559 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
16560
16561 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16562 mm-with-unibyte-current-buffer to make string unibyte.
16563
16564 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16565 mm-string-as-multibyte.
16566
16567 2006-11-14 Daiki Ueno <ueno@unixuser.org>
16568
16569 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16570 Reported by Werner Koch <wk@gnupg.org>.
16571
16572 2006-11-14 Daiki Ueno <ueno@p360>
16573
16574 * mml2015.el: Autoload epa-select-keys when compiling.
16575
16576 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16577
16578 * mml2015.el (mml2015-epg-sign): Save the signing keys in
16579 message-options.
16580 (mml2015-epg-encrypt): Save the recipient keys in message-options.
16581
16582 2006-11-13 Daiki Ueno <ueno@unixuser.org>
16583
16584 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16585 EasyPG (< 0.0.6).
16586 (mml2015-always-trust): New user option.
16587 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16588 prompt.
16589
16590 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16591
16592 * nntp.el (nntp-authinfo-force): New variable.
16593 (nntp-send-authinfo): Use it.
16594
16595 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
16596
16597 * message.el (message-strip-subject-encoded-words): Allow _not_ to
16598 decode encoded words. Improve prompt. Add comment about forwarding.
16599 (message-replacement-char): Move up.
16600
16601 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16602
16603 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16604 instead of gnus-intersection because arguments of gnus-sorted-nunion
16605 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
16606
16607 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
16608
16609 * message.el (message-strip-subject-encoded-words): Reformat prompt.
16610 (message-simplify-subject-functions):
16611 Enable message-strip-subject-encoded-words by default.
16612
16613 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
16614
16615 * message.el (message-strip-subject-encoded-words): New function.
16616 (message-simplify-subject-functions): New variable.
16617 (message-simplify-subject): Use it. Fix typo in doc string.
16618 Support message-strip-subject-encoded-words.
16619
16620 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
16621
16622 * gnus-diary.el (gnus-diary-delay-format-function):
16623 * nndiary.el (nndiary-reminders):
16624 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16625
16626 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16627
16628 * gnus-art.el (article-hide-boring-headers): Fetch date from
16629 gnus-original-article-buffer to avoid problems with localized date
16630 strings.
16631
16632 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
16633
16634 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16635
16636 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
16637
16638 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16639 New variables.
16640 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16641 (mm-charset-synonym-alist): Move some entries to
16642 mm-codepage-iso-8859-list.
16643 (mm-charset-synonym-alist, mm-charset-override-alist):
16644 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16645
16646 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16647
16648 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16649
16650 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
16651
16652 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16653 with Emacs 21 and XEmacs.
16654
16655 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
16656
16657 * spam.el (spam-parse-address): New function for better parsing,
16658 catching errors, etc.
16659 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16660
16661 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16662
16663 * mm-view.el: Add interactive arg to html2text autoload.
16664
16665 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
16666
16667 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16668
16669 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
16670
16671 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16672 New variables.
16673 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16674 (mm-charset-synonym-alist): Move some entries to
16675 mm-codepage-iso-8859-list.
16676
16677 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16678
16679 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
16680
16681 * message.el (message-citation-line-format)
16682 (message-insert-formated-citation-line): Fix implementation of %E, %N
16683 and %n according to the doc string.
16684
16685 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
16686
16687 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16688 Use car-safe to avoid bad parses.
16689
16690 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
16691
16692 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16693 names.
16694
16695 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16696
16697 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16698
16699 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16700 header.
16701
16702 * message.el (message-draft-headers): Add Date.
16703 (message-headers-to-generate): Fix typo in docstring.
16704
16705 * nndraft.el (nndraft-required-headers): New variable.
16706 (nndraft-generate-headers): Use it.
16707
16708 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16709
16710 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16711
16712 * gnus-registry.el (gnus-registry-wash-for-keywords)
16713 (gnus-registry-find-keywords): New functions to allow easy searching of
16714 articles that are in the registry.
16715
16716 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
16717
16718 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16719 Use ietf-drums-parse-address instead of gnus-extract-address-components.
16720 Reported by Damien Elmes <damien@repose.cx>.
16721
16722 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
16723
16724 * gnus.el (gnus-mime): Remove unused custom group.
16725
16726 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16727
16728 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16729 "blank line" when searching for end of armor headers.
16730
16731 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
16732
16733 * gmm-utils.el (gmm-write-region): Fix variable name.
16734
16735 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16736
16737 * gmm-utils.el (gmm-write-region): New function based on compatibility
16738 code from `mm-make-temp-file'.
16739
16740 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16741
16742 * nnmaildir.el (nnmaildir--update-nov)
16743 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16744 Use `gmm-write-region'.
16745
16746 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
16747
16748 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16749 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16750
16751 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16752
16753 * message.el (message-replacement-char): New variable.
16754 (message-fix-before-sending): Use it.
16755 (message-simplify-subject): New function to remove duplicate code.
16756 (message-reply, message-followup): Use it.
16757
16758 * gnus-sum.el (gnus-summary-make-menu-bar):
16759 Clarify gnus-summary-limit-to-articles.
16760
16761 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
16762
16763 * gnus-util.el (gnus-with-local-quit): New macro.
16764
16765 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16766
16767 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
16768
16769 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16770 ignore non-string data.
16771
16772 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16773
16774 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16775 non-string data (needs to be done in the registry too).
16776
16777 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16778
16779 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16780 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16781 (gnus-registry-split-fancy-with-parent)
16782 (gnus-registry-fetch-simplified-message-subject-fast)
16783 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16784 Remove text properties on ingress into the registry and when it's saved.
16785 (gnus-registry-clean-empty-function): Fix bug with cleaning the
16786 registry from entries with no groups.
16787
16788 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16789
16790 * gnus-util.el (gnus-string-remove-all-properties): Add utility
16791 function to remove string properties.
16792
16793 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
16794
16795 * gmm-utils.el (gmm): Adjust custom version.
16796
16797 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16798 Adjust custom version.
16799
16800 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16801
16802 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
16803
16804 * gnus-art.el (gnus-insert-prev-page-button)
16805 (gnus-insert-next-page-button): Simplify. Reformat.
16806
16807 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16808
16809 * gnus-art.el (gnus-insert-prev-page-button)
16810 (gnus-insert-next-page-button): Apply gnus-article-button-face.
16811
16812 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16815
16816 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
16817
16818 * gnus-art.el (gnus-insert-mime-button)
16819 (gnus-insert-mime-security-button):
16820 Apply gnus-article-button-face to MIME and security buttons.
16821
16822 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
16823
16824 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16825 readable.
16826
16827 2006-09-20 Steve Youngs <steve@sxemacs.org>
16828
16829 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16830 `browse-url-of-file' instead of `browse-url'.
16831
16832 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16833
16834 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16835 regexp. Articles containing quotation were cut prematurely.
16836
16837 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
16838
16839 * message.el (message-cite-original-1): Use nobody by default for the
16840 value of From header.
16841 (message-reply): Ditto.
16842
16843 2006-09-11 Daiki Ueno <ueno@unixuser.org>
16844
16845 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16846 to the gnus-info. This fixes a bug of inline-PGP message verification.
16847 Reported by Michael Piotrowski <mxp@dynalabs.de>.
16848
16849 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
16850
16851 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16852 mails in the doc string. Add some URLs in comment.
16853 (pop3-movemail): Warn about pop3-leave-mail-on-server.
16854
16855 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16858 backslashes handling and the way to find boundaries of quoted strings.
16859
16860 2006-09-07 Daiki Ueno <ueno@unixuser.org>
16861
16862 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16863 mml1991-encrypt-to-self is set and mml1991-signers is not set.
16864 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16865 mml2015-encrypt-to-self is set and mml2015-signers is not set.
16866
16867 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
16868
16869 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
16870 doc string.
16871 (gnus-button-regexp, gnus-button-last): Remove unused variables.
16872
16873 2006-09-06 Simon Josefsson <jas@extundo.com>
16874
16875 * mml2015.el (mml2015-use): Doc fix, mention epg.
16876
16877 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16878
16879 * mml2015.el (mml2015-use): Default to epg, if available.
16880
16881 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16882
16883 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16884 message-sender.
16885 (mml1991-epg-encrypt): Ditto.
16886 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16887 message-sender.
16888 (mml2015-epg-encrypt): Ditto.
16889
16890 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16891
16892 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16893 several common directories.
16894
16895 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16896
16897 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16898 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16899
16900 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16901
16902 * gnus-art.el (article-decode-encoded-words): Make it fast.
16903
16904 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16905
16906 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16907
16908 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16909 in quoted string into `\'.
16910
16911 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16912
16913 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16914 Use standard-syntax-table.
16915
16916 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16917
16918 * gnus-art.el (gnus-decode-address-function): New variable.
16919 (article-decode-encoded-words): Use it to decode headers which are
16920 assumed to contain addresses.
16921 (gnus-mime-delete-part): Remove useless `or'.
16922
16923 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16924 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16925 (gnus-nov-parse-line): Use it to decode From header.
16926 (gnus-get-newsgroup-headers): Ditto.
16927 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16928
16929 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16930 (mail-decode-encoded-address-string): New alias.
16931
16932 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16933 New function.
16934 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16935 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16936 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16937 (rfc2047-decode-string): Ditto.
16938 (rfc2047-decode-address-region): New function.
16939 (rfc2047-decode-address-string): New function.
16940
16941 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16942
16943 * message.el (message-caesar-buffer-body): Allow rotating headers.
16944
16945 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16946
16947 * message.el (message-insert-formated-citation-line): Fix %f.
16948 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16949
16950 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16951
16952 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16953 (gnus-bookmark-mouse-available-p): New macro.
16954 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16955 (gnus-bookmark-bmenu-show-infos): Use it.
16956 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16957 (gnus-bookmark-bmenu-hide-infos): Ditto.
16958 (gnus-bookmark-remove-properties): New function.
16959 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16960 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16961 (gnus-bookmark-write-file): Bind coding-system-for-write.
16962 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16963 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16964 group before selecting it.
16965 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16966 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16967 quit-window if it is not available; use gnus-mouse-2 and bind it to
16968 gnus-bookmark-bmenu-select-by-mouse.
16969 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16970 (gnus-bookmark-bmenu-select-by-mouse): New function.
16971
16972 2006-08-13 Romain Francoise <romain@orebokech.com>
16973
16974 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16975 space.
16976
16977 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16978
16979 * compface.el (uncompface): Use binary rather than raw-text-unix.
16980
16981 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16982
16983 * compface.el (uncompface): Make sure the eol conversion doesn't take
16984 place when communicating with the external programs.
16985 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16986
16987 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16988
16989 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16990
16991 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16992
16993 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16994 Make it more robust by parsing author and date independently.
16995
16996 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16997
16998 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16999
17000 2006-07-28 Daiki Ueno <ueno@unixuser.org>
17001
17002 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17003 first matching secret key.
17004 (mml2015-epg-encrypt): Ditto.
17005
17006 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17007 first matching secret key.
17008 (mml1991-epg-encrypt): Ditto.
17009
17010 * mml2015.el (mml2015-encrypt-to-self): New user option.
17011 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17012 mml2015-epg-encrypt-to-self is set.
17013
17014 * mml1991.el (mml1991-encrypt-to-self): New variable.
17015 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17016 mml1991-epg-encrypt-to-self is set.
17017
17018 * mml2015.el (mml2015-signers): New user option.
17019 (mml2015-epg-sign): Reflect the value of mml2015-signers.
17020 (mml2015-epg-encrypt): Allow to select signing keys.
17021
17022 * mml1991.el (mml1991-signers): New variable.
17023 (mml1991-epg-sign): Reflect the value of mml1991-signers.
17024 (mml1991-epg-encrypt): Allow to select signing keys.
17025
17026 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
17027
17028 * nnheader.el (nnheader-insert-head): Make it work even if the file
17029 uses CRLF for the line-break code.
17030
17031 2006-07-25 Daiki Ueno <ueno@unixuser.org>
17032
17033 * mml2015.el: Require mml-sec instead of password.
17034 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17035 (mml2015-cache-passphrase): Inherit the default value from
17036 mml-secure-cache-passphrase.
17037 (mml2015-passphrase-cache-expiry): Inherit the default value from
17038 mml-secure-passphrase-cache-expiry.
17039
17040 * mml1991.el: Require mml-sec instead of password.
17041 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17042 (mml1991-cache-passphrase): Inherit the default value from
17043 mml-secure-cache-passphrase.
17044 (mml1991-passphrase-cache-expiry): Inherit the default value from
17045 mml-secure-passphrase-cache-expiry.
17046
17047 * mml-sec.el: Require password.
17048 (mml-secure-verbose): New user option.
17049 (mml-secure-cache-passphrase): New user option.
17050 (mml-secure-passphrase-cache-expiry): New user option.
17051
17052 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
17053 Andreas Vögele <andreas@altroot.de> (tiny change)
17054
17055 * pgg-def.el (pgg-truncate-key-identifier):
17056 Truncate the key ID to 8 letters from the end.
17057
17058 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17059
17060 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17061 workaround for the url package included with Emacs.
17062
17063 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17064
17065 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
17066
17067 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17068 correctly. This fixes a bug caused by the 2006-05-12 change.
17069
17070 2006-07-18 Karl Fogel <kfogel@red-bean.com>
17071
17072 * nnmail.el (nnmail-article-group): If splitting raises an error, give
17073 some information about the error when saying that the `bogus' mail
17074 group will be used.
17075
17076 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
17077
17078 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17079 string.
17080
17081 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
17082
17083 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17084
17085 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17086
17087 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17088
17089 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17090
17091 * mml1991.el (mml1991-function-alist): Add epg.
17092 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17093 (mml1991-epg-encrypt): New functions.
17094
17095 2006-07-10 Daiki Ueno <ueno@unixuser.org>
17096
17097 * mml2015.el (mml2015-verbose): New variable.
17098 (mml2015-cache-passphrase): Ditto.
17099 (mml2015-passphrase-cache-expiry): Ditto.
17100 (mml2015-function-alist): Add epg.
17101 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17102 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17103 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17104 New functions.
17105
17106 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17107
17108 * message.el (message-cite-original-1): Preserve region when removing
17109 quoted text due to X-No-Archive in order to avoid bogus attribution
17110 when citing multiple messages.
17111
17112 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17113
17114 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17115 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17116
17117 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
17118
17119 * gnus-diary.el (gnus-user-format-function-d)
17120 (gnus-user-format-function-D): Autoload.
17121
17122 * imap.el (Commentary): Fix typo.
17123
17124 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17125 2006-04-22 contribution.
17126
17127 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17128
17129 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17130 It didn't really fix the bogosity I'm seeing with solid web groups.
17131
17132 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17133
17134 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17135 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17136 created using server names. If we use the feature without declaring
17137 it, Gnus does not properly manage server and group state.
17138
17139 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17140 bound.
17141
17142 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17143
17144 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17145 looking up the method using GROUP's prefix before inventing a new one.
17146 It is used on killed/unknown groups in various places where returning
17147 an all-new method isn't expected by the caller.
17148
17149 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17150 and match semantics of gnus-group-real-prefix.
17151
17152 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
17153
17154 * nnmail.el (nnmail-broken-references-mailers): New variable.
17155 (nnmail-ignore-broken-references): New function generalizing
17156 nnmail-fix-eudora-headers.
17157 (nnmail-fix-eudora-headers): Now obsolete.
17158
17159 * gnus-art.el (gnus-button-handle-custom):
17160 Support `customize-apropos*'.
17161
17162 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17163
17164 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17165
17166 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17167 articles.
17168
17169 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17170
17171 * message.el (message-cite-reply-above): New variable.
17172 (message-yank-original): Use it.
17173
17174 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
17175
17176 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17177
17178 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
17179
17180 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17181 as read.
17182
17183 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17184
17185 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
17186
17187 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17188 (gnus-bookmark-default-file): Use gnus-directory.
17189 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17190 Remove "*" in doc string.
17191 (gnus-bookmark-write-file): Simplify.
17192 (gnus-bookmark-maybe-sort-alist): Use `when'.
17193 (gnus-bookmark-get-bookmark): Fix typo in doc string.
17194 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17195 Add FIXME about Emacs 21 and XEmacs compatibility.
17196 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17197 compatibility.
17198 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17199 compatibility.
17200 (gnus-bookmark-menu-heading): Fix version.
17201
17202 2006-06-19 Bastien Guerry <bzg@altern.org>
17203
17204 * gnus-bookmark.el: New file.
17205
17206 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
17207
17208 * message.el (message-syntax-checks): Doc fix.
17209
17210 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17211
17212 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17213 unsubscribed groups as if they were killed ones. It causes duplicate
17214 entries in gnus-newsrc-alist.
17215
17216 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17217
17218 * message.el (message-syntax-checks): Doc fix.
17219 (message-send-mail): Add check for continuation headers.
17220 (message-check-news-header-syntax): Fix regexp used to check for
17221 continuation headers.
17222
17223 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
17224
17225 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17226
17227 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
17228
17229 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17230
17231 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17232
17233 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17234 default-truncate-lines.
17235
17236 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
17237
17238 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17239 to fill the utf-8 entry.
17240
17241 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17242
17243 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17244
17245 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
17246
17247 * gnus-agent.el (directory-files-and-attributes): Move all the way
17248 forward (the third and final move).
17249 (gnus-agent-read-agentview): Trap reconstruction errors due to
17250 nonexistent directory. Handle by returning nil.
17251
17252 2006-05-30 Didier Verna <didier@xemacs.org>
17253
17254 * message.el (message-dont-reply-to-names): Update the custom type.
17255 * message.el (message-dont-reply-to-names): New defsubst: potentially
17256 convert a list of regexps into a single one.
17257 * message.el (message-get-reply-headers): Use it.
17258 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17259
17260 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
17261
17262 * gnus-agent.el (directory-files-and-attributes): Move forward.
17263
17264 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17265
17266 * gnus-ml.el (gnus-mailing-list-subscribe)
17267 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17268 (gnus-mailing-list-message): Fix doc strings.
17269
17270 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17271
17272 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17273 of doing it manually.
17274
17275 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
17276
17277 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17278 comment.
17279
17280 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
17281
17282 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17283 (gnus-agent-read-agentview): Fix handling of end-of-file error.
17284 (gnus-agent-read-local): All symbols allocated in my-obarray.
17285 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17286 (gnus-agent-regenerate-group): Check numeric names to see if they are
17287 messages or groups.
17288 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17289 better way of do this...)
17290
17291 * gnus-cache.el (gnus-agent-total-fetched-for):
17292 Ignore 'dummy.group' (there should be a better way of do this...)
17293
17294 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
17295
17296 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17297 (gnus-saved-headers): Ditto.
17298 (gnus-default-article-saver): Mention functions may have properties.
17299 (gnus-article-save): Override gnus-save-all-headers and
17300 gnus-saved-headers by :headers property which saver function may have.
17301 (gnus-summary-save-in-file): Add :headers property.
17302 (gnus-summary-write-to-file): Ditto.
17303
17304 * gnus-sum.el (gnus-summary-save-article): Bind
17305 gnus-prompt-before-saving to t when saving many articles in a file;
17306 always show all headers.
17307
17308 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17309
17310 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17311 marks.
17312
17313 * message.el (message-indent-citation): Add optional arguments to allow
17314 using it outside of message buffers.
17315
17316 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17317 (gnus-article-treat-unfold-headers): Use it.
17318 (gnus-article-truncate-lines): New variable.
17319 (gnus-article-mode): Use it.
17320 (gnus-article-toggle-truncate-lines): New function.
17321
17322 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17323 Add gnus-article-toggle-truncate-lines.
17324
17325 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17326 coding system in XEmacs, use binary.
17327
17328 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17329
17330 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17331 after-load-alist.
17332
17333 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17334 this function should save decoded articles.
17335 (gnus-summary-write-to-file): Use property to specify this function
17336 should save decoded articles and specify gnus-summary-save-in-file
17337 should be used to save articles other than the first one when saving
17338 many articles.
17339 (gnus-summary-save-body-in-file): Use property to specify this
17340 function should save decoded articles.
17341 (gnus-summary-write-body-to-file): Use property to specify this
17342 function should save decoded articles and specify
17343 gnus-summary-save-body-in-file should be used to save articles other
17344 than the first one when saving many articles.
17345
17346 * gnus-sum.el (gnus-summary-save-article): Simplify.
17347
17348 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
17349
17350 * gnus-art.el (gnus-default-article-saver):
17351 Add gnus-summary-write-body-to-file.
17352 (gnus-article-save-coding-system): Don't use coding system object
17353 in XEmacs.
17354 (gnus-read-save-file-name): Add optional `dir-var' argument which
17355 specifies directory in which files are saved; work even if optional
17356 `variable' argument is not specified.
17357 (gnus-summary-write-to-file): Read file name.
17358 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17359 (gnus-summary-write-body-to-file): New function.
17360
17361 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17362 (gnus-summary-local-variables): Add it.
17363 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17364 (gnus-summary-save-article): Remove optional `decode' argument;
17365 determine whether to decode articles by the value of
17366 gnus-default-article-saver; when saving many files using
17367 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17368 it first and use gnus-summary-save-in-file or
17369 gnus-summary-save-body-in-file thereafter unless
17370 gnus-prompt-before-saving is always; move point to article which
17371 will be saved.
17372 (gnus-summary-save-article-file): Revert.
17373 (gnus-summary-write-article-file): Revert.
17374 (gnus-summary-save-article-body-file): Revert.
17375 (gnus-summary-write-article-body-file): New function.
17376
17377 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
17378
17379 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17380
17381 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
17382
17383 * gnus-art.el (gnus-default-article-saver): Doc fix.
17384 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17385 from gnus-summary-save-article-coding-system, and default to a
17386 certain coding system.
17387 (gnus-output-to-file): Add coding cookie and encode text according
17388 to gnus-article-save-coding-system; don't use mm-append-to-file.
17389
17390 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17391 gnus-art.el and rename to gnus-article-save-coding-system.
17392 (gnus-summary-save-article): Require gnus-art; don't show all
17393 headers if it decodes articles; don't add coding cookie here;
17394 don't bind mm-text-coding-system-for-write.
17395 (gnus-summary-save-article-file): Save decoded articles.
17396 (gnus-summary-write-article-file): When saving many files, use
17397 gnus-summary-write-to-file first and gnus-summary-save-in-file
17398 thereafter unless gnus-prompt-before-saving is always.
17399 (gnus-summary-save-article-body-file): Save decoded articles.
17400
17401 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17402
17403 * nnrss.el (nnrss-check-group): Bind hash-index.
17404
17405 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
17406
17407 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17408 its hash index. Store this hash in `nnrss-group-data'.
17409 (nnrss-read-group-data): Update accordingly.
17410
17411 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17412
17413 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17414 entry.
17415
17416 * gnus-sum.el (gnus-summary-make-menu-bar):
17417 Add gnus-article-browse-html-article.
17418
17419 2006-05-23 Hynek Schlawack <hynek@ularx.de>
17420
17421 * gnus-sum.el (gnus-summary-mime-map):
17422 Add gnus-article-browse-html-article.
17423
17424 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
17425
17426 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17427 suitable coding systems in customize.
17428
17429 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
17430
17431 * mail-source.el (mail-sources): Fix custom type.
17432
17433 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17434
17435 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17436 (gnus-summary-expire-articles-now): Shorten prompt.
17437
17438 * gmm-utils.el (wid-edit): Require.
17439 (defun-gmm): Rename from `gmm-defun-compat'.
17440 (gmm-image-search-load-path): Use it.
17441 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
17442
17443 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
17444
17445 * gnus-sum.el (gnus-summary-save-article-coding-system):
17446 New variable.
17447 (gnus-summary-save-article): Add optional `decode' argument.
17448 If it is set and gnus-summary-save-article-coding-system is non-nil,
17449 save decoded article.
17450 (gnus-summary-write-article-file): Save decoded article if
17451 gnus-summary-save-article-coding-system is non-nil.
17452
17453 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17454 type.
17455
17456 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17457
17458 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17459
17460 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
17461
17462 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17463 first to test gnus-single-article-buffer which may be buffer-local.
17464
17465 * gnus-sum.el (gnus-summary-setup-buffer):
17466 Make gnus-single-article-buffer buffer-local and nil in ephemeral
17467 group; make gnus-article-buffer, gnus-article-current, and
17468 gnus-original-article-buffer always buffer-local.
17469 (gnus-summary-exit): Kill article buffer belonging to ephemeral
17470 group.
17471 (gnus-handle-ephemeral-exit): Don't move to next summary line.
17472
17473 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
17474
17475 * nnml.el (nnml-request-compact-group): Compressed files might not
17476 have .gz extension.
17477
17478 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17479
17480 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17481 (mm-copy-to-buffer): Use with-current-buffer.
17482 (mm-display-part): Simplify.
17483 (mm-inlinable-p): Add optional arg `type'.
17484
17485 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17488 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17489 Try harder to show the attachment internally or externally using
17490 gnus-mime-view-part-as-type.
17491
17492 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
17493
17494 * message.el (message-from-style, message-signature-separator)
17495 (message-user-organization-file, message-send-mail-function)
17496 (message-citation-line-function, message-yank-prefix)
17497 (message-indent-citation-function, message-signature)
17498 (message-signature-file, message-signature-insert-empty-line):
17499 Remove autoloads.
17500
17501 * gnus-art.el (gnus-buttonized-mime-types):
17502 Remove "multipart/signed". Revert 2006-04-26 change.
17503
17504 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17505
17506 * gnus.el (gnus-version-number): Bump version.
17507
17508 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17509
17510 * gnus.el: No Gnus v0.5 is released.
17511
17512 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17513
17514 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17515 fetching articles by message-id.
17516
17517 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17518
17519 * message.el (hashcash): Require hashcash as normal.
17520
17521 * ecomplete.el (ecomplete-highlight-match-line):
17522 Use point-at-eol.
17523 (ecomplete-highlight-match-line): Use `highlight', because that
17524 face exists in both Emacs and XEmacs.
17525
17526 * message.el (message-display-abbrev): Use point-at-bol.
17527
17528 * mail-source.el: Don't require timer/timer-funcs.
17529
17530 * gnus-async.el: Ditto.
17531
17532 * password.el: Ditto.
17533
17534 * mm-url.el: Ditto.
17535
17536 * mm-util.el: Require timer/timer-funcs.
17537
17538 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17539
17540 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17541 Close.
17542
17543 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
17544
17545 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17546 unibyte after clear-decrypt function runs.
17547
17548 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17549 returns as a unibyte string.
17550
17551 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
17552
17553 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17554 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17555 (mml1991-pgg-encrypt): Ditto.
17556
17557 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
17558
17559 * message.el (message-user-organization-file): Check several
17560 locations of the organization file.
17561
17562 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17563 Add gnus-article-view-part-as-type.
17564
17565 * gnus-art.el (gnus-article-view-part-as-type): New function.
17566
17567 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17568 .mobi and .travel. Remove .nato, .bitnet and .uucp.
17569
17570 * mml.el: Simplify autoload.
17571 (mml-mode): defvar dnd-protocol-alist instead of using
17572 symbol-value.
17573 (mml-default-directory): New variable.
17574 (mml-minibuffer-read-file): Use it.
17575 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17576
17577 * message.el (message-citation-line-format): New variable.
17578 (message-insert-formated-citation-line): New function.
17579 (message-citation-line-function):
17580 Add `message-insert-formated-citation-line' to custom type.
17581
17582 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17583 to doc string.
17584
17585 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17586 depending on mm-verify-option.
17587
17588 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17589
17590 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17591 binding pgg-* variables; reimplement the section which prevents
17592 MIME header from being signed.
17593 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17594 pgg-text-mode; remove a blank line at the top of body.
17595
17596 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17597 lines at the top of body; use gnus-newsgroup-charset if there's no
17598 Charset header.
17599
17600 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
17601
17602 * message.el (message-self-insert-commands): Doc fix.
17603
17604 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17605 (mm-uu-pgp-encrypted-test): Ditto.
17606 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17607 between header and body; return application/pgp-encrypted handle
17608 if decryption failed; decode decrypted body by charset.
17609
17610 * mm-decode.el (mm-automatic-display): Don't make application/pgp
17611 element match to application/pgp-*.
17612
17613 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17614
17615 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17616 HTML.
17617
17618 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17619
17620 * mail-source.el (mail-source-call-script): Message the error
17621 string.
17622
17623 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17624
17625 * gnus-util.el (gnus-byte-compile): Use it.
17626
17627 2006-04-22 xyblor <fake@invalid.email> (tiny change)
17628
17629 * gnus-util.el (kill-empty-logs): New function.
17630
17631 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17632
17633 * message.el (message-mail-alias-type): Doc fix.
17634 (message-mail-alias-type-p): New function.
17635 (message-send): Use it.
17636 (message-mode): Ditto.
17637 (message-strip-forbidden-properties): Ditto.
17638
17639 * ecomplete.el (ecomplete-database-file-coding-system):
17640 New variable.
17641 (ecomplete-save): Use it.
17642 (ecomplete-setup): Use it.
17643
17644 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
17645
17646 * message.el (message-self-insert-commands): New variable.
17647 (message-strip-forbidden-properties): Use it.
17648
17649 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17650
17651 * message.el (message-put-addresses-in-ecomplete): Use a regexp
17652 that doesn't make XEmacs choke.
17653
17654 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
17655
17656 * gnus-util.el (gnus-replace-in-string):
17657 Prefer replace-regexp-in-string over of replace-in-string.
17658
17659 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
17660
17661 * gnus-util.el (gnus-select-frame-set-input-focus):
17662 Use select-frame-set-input-focus if it is available in XEmacs; use
17663 definition defined in Emacs 22 for old Emacsen.
17664
17665 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
17666
17667 * mm-view.el (mm-inline-text): Use equal instead of equalp.
17668
17669 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
17670
17671 * gnus-registry.el (gnus-registry-cache-save): Remove text
17672 properties when saving via the temp buffer.
17673
17674 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17675
17676 * message.el (message-generate-hashcash): Honor custom type.
17677
17678 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17679
17680 * message.el (message-generate-hashcash): Default to non-nil when
17681 hashcash is found.
17682
17683 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17684 (gnus-refer-thread-limit): Increase default to 500.
17685
17686 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17687
17688 * flow-fill.el (fill-flowed): Allow delete-space.
17689
17690 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
17691
17692 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17693 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17694 Remove autoloads.
17695
17696 2006-04-18 Simon Josefsson <jas@extundo.com>
17697
17698 * message.el (message-generate-hashcash): Default to.
17699
17700 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
17701
17702 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17703 concatenating segments rather than before concatenating them.
17704
17705 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17706
17707 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17708
17709 * imap.el (imap-quote-specials): New function.
17710 (imap-login-auth): Quote specials.
17711
17712 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17713
17714 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17715
17716 * message.el (message-forward-make-body-plain):
17717 Allow message-forward-ignored-headers to be a list.
17718 (message-remove-ignored-headers): Factor out into function.
17719 (message-forward-make-body-mml): Use it.
17720 * rfc2231.el (rfc2231-parse-string): Remove dead code.
17721 (rfc2231-parse-string): Allow concatanation of parameters that
17722 aren't contiguous. The test case is
17723 (mail-header-parse-content-type "message/external-body;
17724 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17725 access-type=LOCAL-FILE;
17726 name*1*=plugh%2fhello-sailor%2fbing.pdf")
17727
17728 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17729
17730 * nntp.el (nntp-accept-process-output): Return the value of
17731 `nnheader-accept-process-output'.
17732
17733 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17734
17735 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17736 (gnus-button-alist): Recognize more diff formats.
17737 (gnus-button-patch): Strip directory.
17738
17739 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
17740
17741 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17742 Emacs 22 when setting focus.
17743
17744 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17745
17746 * gnus-art.el (gnus-article-treat-types): Do treatment of
17747 text/x-verbatim parts.
17748 (gnus-button-patch): New command.
17749
17750 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17751 addresses that contain invalid characters.
17752
17753 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17754
17755 * message.el (message-put-addresses-in-ecomplete):
17756 Use gnus-replace-in-string.
17757 (message-is-yours-p): Use the more correct
17758 mail-header-parse-address instead of
17759 mail-extract-address-components.
17760 (message-put-addresses-in-ecomplete): Fix typo.
17761
17762 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17763 keystroke.
17764
17765 * gnus-art.el (gnus-treatment-function-alist): Change order of
17766 newsgroups/generic header folding to avoid double-folding.
17767
17768 * message.el (message-hidden-headers): Add X-Draft-From.
17769
17770 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17771 New command.
17772 (gnus-summary-repeat-search-article-backward): New command.
17773
17774 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17775 groups in the parent topic.
17776
17777 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
17778
17779 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17780 (spam-extra-header-to-number): Return the CRM114 number as a
17781 number instead of a string.
17782
17783 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17784
17785 * gnus-art.el (gnus-face-properties-alist): Move here from
17786 gnus-fun.
17787
17788 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17789
17790 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17791
17792 * message.el (message-strip-forbidden-properties): Only display on
17793 self-insert-command.
17794
17795 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17796 reindent.
17797 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17798
17799 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
17800
17801 * smiley.el (smiley-style): Fix typo.
17802
17803 2006-03-23 Kenichi Handa <handa@m17n.org>
17804
17805 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17806 instead of set-buffer-multibyte.
17807
17808 2006-03-23 Kenichi Handa <handa@m17n.org>
17809
17810 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17811 buffer and then decode the buffer text if necessary.
17812 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17813 first, and after mm-encode-body, change the buffer to unibyte.
17814
17815 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17816
17817 * hashcash.el (hashcash-insert-payment-async-2):
17818 Use message-goto-eoh instead of doing it manually.
17819 (mail-add-payment): Use message-narrow-to-header instead of trying
17820 to do the same itself.
17821
17822 * message.el (message-hidden-headers): Add Face.
17823
17824 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17825 reparenting code.
17826 (gnus-summary-reparent-children): Refactored out code.
17827 (gnus-summary-thread-map): New keystroke.
17828 (gnus-summary-reparent-children): Make into command.
17829
17830 * smiley.el (smiley-style): Default to `medium' if using a large
17831 font.
17832
17833 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17834 does it itself.
17835
17836 * message.el (message-point-in-header-p): Simplify definition.
17837
17838 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17839
17840 * nnagent.el (nnagent-request-set-mark): Silence log file
17841 writing.
17842 (nnagent-request-set-mark): Use write-region instead of
17843 append-to-file.
17844
17845 * gnus-sum.el (gnus-read-header): Fudge article number if using a
17846 strange select method.
17847
17848 * ecomplete.el (ecomplete-display-matches): Get highlightling
17849 right.
17850 (ecomplete-display-matches): Use literals.
17851 (ecomplete-display-matches): Disable message logging.
17852
17853 * message.el (message-display-abbrev): Small optimization.
17854
17855 * ecomplete.el (ecomplete-display-matches): Allow automatic
17856 display.
17857
17858 * message.el (message-strip-forbidden-properties):
17859 Display abbrevs.
17860 (message-display-abbrev): Get automatic display right.
17861
17862 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17863 keystrokes.
17864
17865 2006-04-13 Romain Francoise <romain@orebokech.com>
17866
17867 TODO: Backport to v5-10!
17868
17869 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17870 Move here (and rename) from gnus-registry.el.
17871
17872 * gnus-registry.el: Require gnus-util.
17873 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17874
17875 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17876
17877 * gnus-group.el (gnus-group-catchup-current):
17878 Change if-then-else-if-then-else into cond.
17879 (gnus-group-catchup): Indent.
17880 (group-name-at-point): New function.
17881 (gnus-fetch-group): Provide default from thing at point.
17882
17883 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17884
17885 * message.el (message-display-abbrev): Fix regexp.
17886
17887 * ecomplete.el (ecomplete-highlight-match-line):
17888 Reimplement choosing.
17889 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17890 dead variables.
17891
17892 * message.el (message-newline-and-indent): Remove debugging.
17893 (message-display-abbrev): Use new implementation.
17894
17895 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17896
17897 * gnus-art.el (gnus-article-mode):
17898 Set cursor-in-non-selected-windows to nil.
17899
17900 * smiley.el: Revert previous change.
17901 (smiley-data-directory): defvar it before using it in the
17902 defcustom of `smiley-style'.
17903
17904 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17905
17906 * message.el (message-newline-and-indent): New function.
17907
17908 * ecomplete.el: Implement more bits.
17909
17910 * message.el (message-put-addresses-in-ecomplete): Clean up the
17911 string.
17912
17913 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17914
17915 * gnus-sum.el (gnus-summary-save-parts):
17916 Bind gnus-summary-save-parts-counter and use it to make unique file
17917 names.
17918
17919 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17920
17921 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17922 parameter to say whether to actually parse the individual
17923 addresses.
17924
17925 * message.el (message-put-addresses-in-ecomplete): New function.
17926 (ecomplete): Require.
17927 (message-mail-alias-type): Add ecomplete as an option.
17928
17929 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17930
17931 * flow-fill.el (fill-flowed): Remove trailing space from blank
17932 quoted lines.
17933
17934 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17935
17936 * smiley.el (smiley-style): Move definition later to avoid a
17937 compilation warning.
17938
17939 2006-04-12 Kenichi Handa <handa@m17n.org>
17940
17941 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17942 buffer and then decode the buffer text if necessary.
17943 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17944 first, and after mm-encode-body, change the buffer to unibyte.
17945 Use mm-disable-multibyte instead of set-buffer-multibyte.
17946
17947 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17948
17949 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17950 Content-Type header instead of Content-Disposition header.
17951 (gnus-mime-inline-part): Ditto.
17952 (gnus-mime-view-part-as-charset): Ignore charset that the part
17953 specifies.
17954
17955 * mm-decode.el (mm-display-part): Work with external parts and
17956 usual parts similarly.
17957
17958 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17959 instead of gnus-display-mime.
17960
17961 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17962 instead of with-temp-buffer.
17963
17964 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17965 tag to summarized topics part in order to encode non-ASCII text.
17966
17967 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17968
17969 * smiley.el (smiley-style): New variable.
17970 (smiley-directory): New function.
17971 (smiley-data-directory): Derive from `smiley-style' using
17972 `smiley-directory'.
17973 (smiley-regexp-alist): Add new entries.
17974
17975 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17976 (gnus-article-browse-delete-temp): Add :version.
17977
17978 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17979
17980 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17981 the sieve region.
17982
17983 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17984
17985 * gnus.el (gnus-version-number): Bump version.
17986
17987 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17988
17989 * gnus.el: No Gnus v0.4 is released.
17990
17991 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17992
17993 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17994 layout.
17995
17996 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17997 unknown charset.
17998
17999 * message.el (message-header-synonyms): Add Original-To to the
18000 default.
18001
18002 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18003 optional parameter.
18004
18005 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
18006
18007 * gnus-fun.el (gnus): Require it for gnus-directory.
18008
18009 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18010
18011 * gnus-fun.el (gnus-face-properties-alist): Add :version.
18012
18013 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18014
18015 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18016
18017 2006-04-05 Simon Josefsson <jas@extundo.com>
18018
18019 * password.el (password-reset): New function.
18020
18021 2006-04-05 Daiki Ueno <ueno@unixuser.org>
18022
18023 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18024 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18025
18026 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18027
18028 * nnweb.el (nnweb-google-create-mapping): Update regexp.
18029 Some whitespace was matched into the url, which broke browsing hits
18030 > 100 when mm-url-use-external was nil.
18031
18032 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18033
18034 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18035 Check gnus-extra-headers for 'Newsgroups.
18036
18037 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18038 bound.
18039
18040 2006-04-04 Daiki Ueno <ueno@unixuser.org>
18041
18042 * pgg-gpg.el: Clean up process buffers every time gpg processes
18043 complete.
18044
18045 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
18046
18047 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18048 doc string.
18049
18050 2006-04-03 Daiki Ueno <ueno@unixuser.org>
18051
18052 * pgg-gpg.el (pgg-gpg-process-filter)
18053 (pgg-gpg-wait-for-completion): Check if buffer is alive.
18054
18055 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18056 lines, temporary fix.
18057
18058 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18059
18060 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18061
18062 2006-03-29 Daiki Ueno <ueno@unixuser.org>
18063
18064 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18065 default-enable-multibyte-characters. This reverts the change from
18066 revision 6.17 which is no longer necessary because the passphrase
18067 is sent separately now. GnuPG messages are unreadable under
18068 multibyte locales with default-enable-multibyte-characters set to
18069 nil.
18070
18071 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
18072
18073 * message.el (message-tool-bar-gnome): Move "spell".
18074
18075 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
18076
18077 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18078 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
18079 instead.
18080
18081 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
18082
18083 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18084 Improve newsgroups handling for NNTP overviews which don't include
18085 Newsgroups.
18086
18087 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18088
18089 * message.el (message-resend): Bind message-generate-hashcash to nil.
18090
18091 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18092
18093 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18094 when searching for already-paid recipients.
18095
18096 2006-03-27 Daiki Ueno <ueno@unixuser.org>
18097
18098 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18099 passphrases when it is not needed.
18100 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18101 passphrase stuff from gpg, should only be necessary when you use
18102 gpg with a smartcard.
18103
18104 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18105
18106 * mml.el (mml-insert-mime): Ignore cached contents of
18107 message/external-body part.
18108
18109 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18110 (mm-insert-part): Ditto.
18111
18112 2006-03-23 Simon Josefsson <jas@extundo.com>
18113
18114 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18115 Reiner.
18116 (pgg-gpg-use-agent-p): Use it again.
18117
18118 2006-03-23 Simon Josefsson <jas@extundo.com>
18119
18120 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18121 older emacsen.
18122 (pgg-gpg-use-agent-p): Don't use it.
18123
18124 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
18125
18126 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18127 if we can.
18128
18129 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
18130
18131 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18132 (pgg-gpg-update-agent): New function.
18133 (pgg-gpg-use-agent-p): New function.
18134 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18135 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18136 (pgg-gpg-sign-region): Use it.
18137
18138 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18139
18140 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18141 Reported by Ralf Wachinger <rwachinger@gmx.de>.
18142
18143 2006-03-21 Simon Josefsson <jas@extundo.com>
18144
18145 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18146 <wilde@sha-bang.de>.
18147 (pgg-gpg-use-agent): New variable.
18148 (pgg-gpg-process-region): Use it.
18149 (pgg-gpg-encrypt-region): Likewise.
18150 (pgg-gpg-encrypt-symmetric-region): Likewise.
18151 (pgg-gpg-decrypt-region): Likewise.
18152 (pgg-gpg-sign-region): Likewise.
18153 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18154
18155 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18156
18157 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18158
18159 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18160 Add comment on version.
18161
18162 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
18163
18164 * smiley.el: Add missing test smiley.
18165
18166 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18167
18168 * mm-decode.el (mm-with-part): New macro.
18169 (mm-get-part): Use it; work with message/external-body as well.
18170 (mm-save-part): Treat name and filename equally.
18171
18172 * mm-extern.el (mm-extern-cache-contents): New function.
18173 (mm-inline-external-body): Use it; force the part to be displayed;
18174 move undisplayer added to the cached handle to the parent.
18175
18176 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18177 (gnus-mime-view-part-as-type): Work with message/external-body.
18178
18179 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18180
18181 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
18182
18183 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18184 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
18185 Emacs.]
18186
18187 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
18188
18189 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18190 path rather than symbol. Always return list of directories.
18191 Guarantee that image directory comes first. [Sync with image.el,
18192 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
18193
18194 * message.el (message-make-tool-bar): Adjust to new API of
18195 `gmm-image-load-path-for-library'.
18196
18197 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18198
18199 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18200
18201 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18202
18203 * gnus-art.el (gnus-article-only-boring-p):
18204 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18205 intangible text.
18206 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18207
18208 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
18209
18210 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18211 Use `defun' instead of `gmm-defun-compat'.
18212
18213 2006-03-14 Simon Josefsson <jas@extundo.com>
18214
18215 * message.el (message-unique-id): Don't use message-number-base36
18216 if (user-uid) is a float.
18217 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18218
18219 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
18220
18221 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18222
18223 * gnus-art.el (gnus-mime-display-single): Make sure there is an
18224 empty line between a part and a message part.
18225
18226 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
18227
18228 * smiley.el: Add more test smileys.
18229 (smiley-data-directory, smiley-regexp-alist)
18230 (gnus-smiley-file-types): Fix doc strings.
18231 (smiley-update-cache): Clear smiley-cached-regexp-alist before
18232 adding new elements.
18233 (smiley-mouse-map): Unused code. Make it a comment.
18234
18235 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18236
18237 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18238 scan latest NoCeM messages instead of old ones.
18239 (gnus-nocem-check-article): Fix regexps so as to match to PGP
18240 delimiters that are recently used.
18241 (gnus-nocem-load-cache): Add autoload cookie.
18242
18243 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18244
18245 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18246 level which is larger than gnus-use-nocem is specified.
18247
18248 * gnus-group.el (gnus-group-get-new-news): Ditto.
18249
18250 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
18251
18252 * gnus-util.el (gnus-tool-bar-update): New function.
18253
18254 * gnus-group.el (gnus-group-update-tool-bar): New variable.
18255 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18256
18257 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18258
18259 * gnus-group.el (gnus-group-redraw-when-idle)
18260 (gnus-group-redraw-check): Remove.
18261 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18262
18263 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18264
18265 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18266 if optional last element is specified in splits (FIELD VALUE...).
18267
18268 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
18269
18270 * message.el (message-make-tool-bar): Rename gmm-image-load-path
18271 to gmm-image-load-path-for-library. Call with no-error argument.
18272 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18273
18274 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18275
18276 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18277
18278 * gmm-utils.el (gmm-image-load-path): Remove alias.
18279
18280 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
18281
18282 * gmm-utils.el (gmm-image-load-path): Add alias.
18283
18284 * nnml.el (nnml-generate-nov-databases-directory): Rename from
18285 nnml-generate-nov-databases-1.
18286 (nnml-generate-nov-databases): Use it.
18287 (nnml-generate-nov-databases-directory): Document no-active
18288 argument.
18289
18290 * gmm-utils.el (gmm-image-load-path-for-library): Return single
18291 directory if path is t. Add no-error.
18292
18293 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18294 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18295
18296 * gnus-art.el (gnus-article-browse-delete-temp-files):
18297 Simplify resetting gnus-article-browse-html-temp-list.
18298
18299 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18300 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
18301 Add example to docstring. Rename local variables. Move error
18302 checks to default case in cond and simplify.
18303
18304 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
18305
18306 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18307 handle is multipart when calling it recursively.
18308 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18309
18310 2006-03-03 Daniel Pittman <daniel@rimspace.net>
18311
18312 * nnimap.el (nnimap-request-update-info-internal): Optimize.
18313 Don't `gnus-uncompress-range' to avoid excessive memory usage.
18314
18315 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18316
18317 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18318 is loaded.
18319
18320 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18321 loaded.
18322
18323 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
18324
18325 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18326 to "Emacs 23 (unicode)" in doc string.
18327
18328 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18329 "Emacs 23 (unicode)" in comment.
18330
18331 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18332
18333 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18334
18335 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18336 characters 160 through 255 in Emacs 23.
18337
18338 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18339
18340 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18341 gnus-article-browse-html-temp.
18342 (gnus-article-browse-delete-temp): Make it customizable.
18343 Add `file'. Adjust doc string.
18344 (gnus-article-browse-delete-temp-files): Add argument.
18345 Allow query for each file. Adjust doc string.
18346 (gnus-article-browse-html-parts):
18347 Add `gnus-article-browse-delete-temp-files' to
18348 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18349
18350 2006-03-02 Hynek Schlawack <hynek@ularx.de>
18351
18352 * gnus-art.el (gnus-article-browse-html-temp)
18353 (gnus-article-browse-delete-temp): New variables.
18354 (gnus-article-browse-delete-temp-files): New function.
18355 (gnus-article-browse-html-parts): Use it.
18356
18357 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
18358
18359 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18360
18361 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18362 string.
18363
18364 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18365 gnus-summary-insert-new-articles when unplugged.
18366 Remove gnus-summary-search-article-forward.
18367
18368 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18369 display-visual-class instead of display-color-cells.
18370
18371 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
18372
18373 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18374 message/* containing non-ASCII text properly.
18375
18376 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
18377
18378 * message.el: Require gmm-utils, remove autoloads.
18379 (message-tool-bar): Set default based on
18380 gmm-tool-bar-style.
18381 (message-tool-bar-gnome): Add gmm-customize-mode.
18382
18383 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18384 gmm-tool-bar-style.
18385 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18386
18387 * gnus-group.el (gnus-group-tool-bar): Set default based on
18388 gmm-tool-bar-style.
18389 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18390
18391 * gmm-utils.el (gmm-image-directory): Rename variable from
18392 gmm-image-load-path.
18393 (gmm-image-load-path): Use gmm-image-directory.
18394 (gmm-customize-mode): New function.
18395 (gmm-tool-bar-style): New variable.
18396
18397 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18398 gnus-group-redraw-line-number.
18399 (gnus-group-redraw-check): Simplify.
18400 (gnus-group-tool-bar-update): Remove redraw check.
18401 (gnus-group-make-tool-bar): Add redraw check.
18402
18403 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
18404
18405 * gnus-art.el (gnus-button): Add missing parentheses.
18406
18407 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
18408
18409 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18410
18411 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18412
18413 * gnus-art.el (gnus-button): New face.
18414 (gnus-article-button-face): Use it.
18415
18416 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18417 Add gnus-summary-next-page. Re-order.
18418
18419 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18420 next-node are now included.
18421 (gnus-group-redraw-line-number): New internal variable.
18422 (gnus-group-redraw-check): Helper function for updating the tool
18423 bar.
18424 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18425
18426 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18427
18428 * spam.el (spam-spamassassin-score-regexp): New internal variable.
18429 (spam-extra-header-to-number, spam-check-spamassassin-headers):
18430 Use it to match format of Spamassassin 3.0 and later.
18431 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18432 (spam-check-bogofilter)
18433 (spam-bogofilter-register-with-bogofilter): Fix args of
18434 `gnus-error' calls.
18435
18436 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
18437
18438 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18439 unnecessary interaction when sending queued mails.
18440 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18441
18442 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
18443
18444 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18445 first or last are nil.
18446
18447 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
18448
18449 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18450
18451 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18452
18453 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18454
18455 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
18456
18457 * dns.el (query-dns): Protect more against buggy tcp output.
18458
18459 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18460
18461 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18462 nov.php.
18463
18464 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18465
18466 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18467 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18468 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
18469 output on the server side.
18470 (nnweb-google-create-mapping): Update regexps and add some
18471 progress indication.
18472
18473 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
18474
18475 * gnus-group.el (gnus-group-tool-bar-gnome):
18476 Fix gnus-agent-toggle-plugged. Re-order icons.
18477 (gnus-group-tool-bar-gnome):
18478 Add gnus-group-{prev,next}-unread-group.
18479 (gnus-group-tool-bar-gnome): Re-order icons.
18480
18481 * gnus-sum.el (gnus-summary-tool-bar-gnome):
18482 Move gnus-summary-insert-new-articles.
18483
18484 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18485 Fix comments.
18486
18487 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
18488 also available in Emacs 21.3.
18489
18490 * message.el (message-fix-before-sending): Change "Emacs 22" to
18491 "Emacs 23 (unicode)" in comment.
18492
18493 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18494 "Emacs 23 (unicode)" in comment.
18495
18496 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18497 comment.
18498 (mm-coding-system-p): Add comment about no-MULE XEmacs.
18499
18500 * mm-view.el (mm-fill-flowed): Add :version.
18501
18502 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
18503
18504 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18505 and load-path.
18506
18507 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
18508
18509 * message.el: Autoload gmm-image-load-path.
18510 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18511 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
18512 consitency.
18513
18514 * gmm-utils.el (gmm-image-load-path): Also search in
18515 "../etc/images". Don't set gmm-image-load-path if we don't find
18516 the image.
18517
18518 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
18519
18520 * gmm-utils.el (gmm-image-load-path): Don't make
18521 `gmm-image-load-path' include subdirectories which the second arg
18522 `image' might specify.
18523
18524 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18525 subdirectory to icon file names.
18526
18527 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18528
18529 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
18530
18531 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18532 gmm-image-load-path calls.
18533
18534 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18535
18536 * message.el (message-make-tool-bar): Ditto.
18537
18538 * mml.el (mml-preview): Add comment concerning tool bar icons.
18539
18540 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18541 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18542
18543 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18544 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18545
18546 * message.el (message-tool-bar-gnome): Use new icon names.
18547 (message-make-tool-bar): Use `gmm-image-load-path'.
18548
18549 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18550 New functions from MH-E.
18551 (gmm-image-load-path): New variable from MH-E.
18552 (gmm-image-load-path): New function from MH-E. Add arguments
18553 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
18554 *-image-load-path-called-flag.
18555
18556 2006-02-21 Milan Zamazal <pdm@brailcom.org>
18557
18558 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18559
18560 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
18561
18562 * nnimap.el (nnimap-request-move-article): Change folder back to
18563 source group before deleting.
18564
18565 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
18566
18567 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18568
18569 * gnus-art.el (mm-url-insert-file-contents-external):
18570 Autoload mm-url.
18571
18572 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18573
18574 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
18575
18576 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18577 coding system which mm-charset-to-coding-system returns for a
18578 given charset is valid.
18579
18580 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
18581
18582 * html2text.el (html2text-remove-tag-list):
18583 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18584
18585 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
18586
18587 * gnus-cus.el: Revert 2005-10-17 change.
18588
18589 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18590
18591 * gnus-art.el (article-strip-banner):
18592 Call article-really-strip-banner only when the regexp match is made.
18593
18594 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
18595
18596 * gnus-art.el (article-strip-banner):
18597 Use gnus-extract-address-components instead of
18598 mail-header-parse-addresses to make it work with non-ASCII text;
18599 remove mail-encode-encoded-word-string.
18600
18601 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18602 values which are surrounded with \"...\"; make it never cause a
18603 Lisp error; give up parsing of parameters if it failed in
18604 extracting type.
18605
18606 2006-02-14 Arne Jørgensen <arne@arnested.dk>
18607
18608 * smime.el (smime-cert-by-ldap-1): Fix bug where
18609 `smime-ldap-search' returns results without userCertificates.
18610
18611 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
18612
18613 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18614
18615 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
18616
18617 * spam.el (spam-check-spamassassin-headers): Adapt format for
18618 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
18619 <ari@mbf.ocn.ne.jp>.
18620 (spam-list-of-processors): Add spam-use-gmane.
18621
18622 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18623
18624 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18625 make-temp-file; make it work with XEmacs as well.
18626
18627 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18628 mm-make-temp-file.
18629
18630 * mm-decode.el (mm-display-external): Use the 3rd arg of
18631 mm-make-temp-file.
18632 (mm-create-image-xemacs): Ditto.
18633
18634 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
18635
18636 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18637 with message-narrow-to-headers.
18638 (gnus-draft-setup): Narrow to header to run message-fetch-field.
18639 (gnus-draft-check-draft-articles): New function.
18640 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18641
18642 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
18643
18644 * gnus-art.el (gnus-article-browse-html-parts):
18645 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18646 Don't use suffix argument for mm-make-temp-file for Emacs 21
18647 compatibility. Remove useless `format'.
18648
18649 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18650
18651 * nnweb.el (nnweb-google-wash-article): Update regexps.
18652 (nnweb-group-alist): Use defvoo instead of defvar.
18653
18654 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
18655
18656 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18657 re-loading nn* modules.
18658
18659 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
18660
18661 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18662 for `tool-bar-mode' and don't check it's default-value.
18663
18664 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18665
18666 * message.el (message-make-tool-bar): Ditto.
18667
18668 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18669 `substring'. Shorten tmp-file name.
18670
18671 * gnus.el: Remove bogus comment.
18672
18673 2006-02-10 Hynek Schlawack <hynek@ularx.de>
18674
18675 * gnus-art.el (gnus-article-browse-html-parts): New function.
18676 (gnus-article-browse-html-article): New function for viewing html
18677 articles with a browser.
18678
18679 2006-02-09 Daiki Ueno <ueno@unixuser.org>
18680
18681 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18682 (mml2015-pgg-encrypt): Ditto.
18683
18684 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18685 (mml1991-pgg-encrypt): Ditto.
18686
18687 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18688
18689 * nnfolder.el (nnfolder-insert-newsgroup-line):
18690 Use message-make-date instead of current-time-string.
18691
18692 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18693 to gnus-decoded which mm-uu might set.
18694
18695 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
18696
18697 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18698 don't decode quoted parameters; remove misimported Emacs code.
18699 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18700 (rfc2231-decode-encoded-string): Don't use split-string which
18701 behaves differently according to Emacs version; use
18702 mm-decode-coding-region to convert charset to coding-system.
18703 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18704 (rfc2231-encode-string): Remove misimported Emacs code.
18705
18706 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
18707
18708 * gnus-art.el (article-decode-charset): Don't use ignore-errors
18709 when calling mail-header-parse-content-type.
18710 (article-de-quoted-unreadable): Ditto.
18711 (article-de-base64-unreadable): Ditto.
18712 (article-wash-html): Ditto.
18713
18714 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18715 calling mail-header-parse-content-type and
18716 mail-header-parse-content-disposition.
18717 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18718 mail-header-parse-content-type.
18719
18720 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18721 insert charset and format parameters; encode description after
18722 inserting it to buffer.
18723 (mml-insert-parameter): Fold lines properly even if a parameter is
18724 segmented into two or more lines; change the max column to 76.
18725
18726 * rfc1843.el (rfc1843-decode-article-body): Don't use
18727 ignore-errors when calling mail-header-parse-content-type.
18728
18729 * rfc2231.el (rfc2231-parse-string): Return at least type if
18730 possible; don't cause an error even if it fails in parsing of
18731 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18732 (rfc2231-encode-string): Don't break lines at the beginning, leave
18733 it to mml-insert-parameter.
18734
18735 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18736 calling mail-header-parse-content-type.
18737
18738 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
18739
18740 * spam-report.el (spam-report-gmane-use-article-number):
18741 Improve doc string.
18742 (spam-report-gmane-internal): Check if a suitable header was found
18743 in the article.
18744
18745 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
18746
18747 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18748 (rfc2231-encode-string): Make param*=value always begin with LWSP.
18749
18750 2006-02-05 Romain Francoise <romain@orebokech.com>
18751
18752 Update copyright notices of all files in the gnus directory.
18753
18754 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18755
18756 * nnweb.el (nnweb-request-group): Avoid growing overview files.
18757
18758 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
18759
18760 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18761 segmented lines of parameter value to cope with Thunderbird 1.5
18762 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18763 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18764 (rfc2231-encode-string): Don't make lines exceeding 76 column.
18765
18766 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
18767
18768 * mml.el (mml-generate-mime-1): Correct the order of inline signed
18769 parts.
18770
18771 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18772
18773 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18774 there's only one active file for all servers.
18775 (nnweb-request-scan): Make sure nnweb-articles is initialized on
18776 solid groups. Gnus might have used a FAST request to select the group.
18777 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18778 and nnweb-search redundantly in the active file.
18779 (nnweb-request-list): Don't list bogus groups. There can only be one.
18780 (nnweb-request-create-group): Don't use ARGS.
18781 (nnweb-possibly-change-server, nnweb-request-group): Remove some
18782 initializations. Let nnoo do the work.
18783
18784 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
18785
18786 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18787 Say the part has been decoded.
18788
18789 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18790
18791 2006-01-31 Kevin Ryde <user42@zip.com.au>
18792
18793 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18794 mailcap-viewer-test-cache when there's no 'test clause, since that
18795 will invert the meaning of a "nil" test previously determined by
18796 mailcap-mailcap-entry-passes-test.
18797
18798 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
18799
18800 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18801 compiling.
18802
18803 * gnus-sum.el: Ditto.
18804
18805 * message.el: Don't bind tool-bar-map when compiling.
18806
18807 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
18808
18809 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18810
18811 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
18812
18813 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18814 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18815 current Google Groups.
18816
18817 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
18818
18819 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18820 and tool-bar-mode.
18821
18822 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18823 and tool-bar-mode.
18824
18825 * message.el (message-tool-bar-update): Simplify.
18826 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18827
18828 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18829 gnus-summary-buffer.
18830 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18831 gnus-summary-reply.
18832
18833 * gmm-utils.el (gmm): Add :version.
18834
18835 2006-01-26 Steve Youngs <steve@sxemacs.org>
18836
18837 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18838 Don't autoload.
18839
18840 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18841
18842 * gmm-utils.el (gmm-verbose): Add :group.
18843
18844 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
18845
18846 * message.el: Change some comments WRT tool-bars.
18847
18848 * gnus-sum.el (gnus-summary-tool-bar)
18849 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18850 (gnus-summary-tool-bar-zap-list): New variables.
18851 (gnus-summary-make-tool-bar): Complete rewrite using
18852 `gmm-tool-bar-from-list'.
18853
18854 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18855 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18856 New variables.
18857 (gnus-group-make-tool-bar): Complete rewrite using
18858 `gmm-tool-bar-from-list'.
18859 (gnus-group-tool-bar-update): New function.
18860
18861 * message.el (message-mode-field-menu): Add "Show hidden Headers".
18862
18863 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
18864
18865 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18866 is dissected into a single part of which the type is the same as
18867 the given one; decode charset.
18868
18869 2006-01-21 Kevin Ryde <user42@zip.com.au>
18870
18871 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18872 into alists as symbol not string, since that's what
18873 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18874 look for.
18875
18876 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18877
18878 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18879 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18880
18881 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18882
18883 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18884
18885 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18886 (gnus-mime-security-button-menu): New definition.
18887 (gnus-mime-security-button-map): Use them.
18888 (gnus-mime-security-button-menu): New function.
18889 (gnus-insert-mime-security-button): Addition to help echo.
18890 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18891 (gnus-mime-security-pipe-part): New functions.
18892
18893 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18894 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18895
18896 * mm-decode.el (mm-handle-set-disposition): Remove.
18897 (mm-handle-set-description): Remove.
18898
18899 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18900
18901 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18902 (mm-w3m-standalone-supports-m17n-p): New function.
18903 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18904 w3m usage.
18905
18906 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18907 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18908
18909 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18910
18911 * message.el (message-tool-bar-zap-list):
18912 Use gmm-tool-bar-zap-list as custom type.
18913 (message-tool-bar-update): New function.
18914 (message-tool-bar, message-tool-bar-gnome)
18915 (message-tool-bar-retro): Add message-tool-bar-update.
18916 (message-tool-bar-gnome): Add flyspell-buffer.
18917
18918 * gnus-util.el (gnus-error): Describe `args'.
18919
18920 * gmm-utils.el (gmm-error): Describe `args'.
18921 (gmm-tool-bar-zap-list): New widget.
18922 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18923
18924 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18925
18926 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18927 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18928 the number of recursive calls.
18929
18930 * mm-decode.el (mm-handle-set-disposition): New macro.
18931 (mm-handle-set-description): New macro.
18932
18933 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18934
18935 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18936 encoding.
18937
18938 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18939
18940 * message.el (message-tool-bar-zap-list, message-tool-bar)
18941 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18942 (message-tool-bar-local-item-from-menu): Remove.
18943 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18944 (message-make-tool-bar): New function.
18945 (message-mode): Use `message-make-tool-bar'.
18946
18947 * gmm-utils.el: New file.
18948 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18949 (gmm-lazy): New widget copied from `nnmail.el'.
18950 (gmm-tool-bar-from-list): New function for creating customizable
18951 tool bars.
18952 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18953 output.
18954 (gmm): Add :prefix to defgroup.
18955
18956 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18957
18958 * gmm-utils.el (gmm-widget-p): New function.
18959
18960 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18961
18962 * mml.el (mml-attach-file): Describe `description' in doc string.
18963 (mml-menu): Add Emacs MIME manual and PGG manual.
18964
18965 2006-01-20 Richard M. Stallman <rms@gnu.org>
18966
18967 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18968
18969 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18970
18971 * nntp.el (nntp-end-of-line): Doc fix.
18972
18973 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18974
18975 * imap.el (imap-open): Handle case where buffer is a buffer
18976 object.
18977
18978 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18979
18980 * gnus-delay.el (gnus-delay): Don't autoload.
18981 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18982 to be re-loaded when customizing the `gnus-delay' group.
18983
18984 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18985
18986 * message.el (message-insert-citation-line): Use newlines.
18987
18988 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18989
18990 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18991
18992 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18993
18994 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18995
18996 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18997
18998 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18999
19000 * mm-decode.el (mm-inlined-types): Add application/pgp.
19001 (mm-automatic-display): Ditto.
19002
19003 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19004 part as text.
19005
19006 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19007
19008 * nnrss.el: Update copyright.
19009 (nnrss-opml-import): Query whether to subscribe to each entry.
19010
19011 * gnus-art.el:
19012 * gnus-sum.el:
19013 * mm-uu.el:
19014 * mm-view.el: Update copyright.
19015
19016 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
19017
19018 * message.el (message-info): New function.
19019 (message-mode-menu): Add it.
19020 Update copyright.
19021
19022 * ChangeLog: Fix and update copyright.
19023
19024 2006-01-13 Romain Francoise <romain@orebokech.com>
19025
19026 * message.el (message-forward-subject-name-subject): Prefer the
19027 address to 'nowhere' if the sender has no name.
19028 Fix typo. Update copyright year.
19029
19030 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19031
19032 * gnus-art.el (article-wash-html):
19033 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19034 (gnus-article-wash-html-with-w3m-standalone): New function.
19035
19036 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19037 mm-inline-text-html-render-with-w3m-standalone.
19038 (mm-text-html-washer-alist): Map w3m-standalone to
19039 gnus-article-wash-html-with-w3m-standalone.
19040 (mm-inline-text-html-render-with-w3m-standalone): New function.
19041
19042 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
19043
19044 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19045 Improve LaTeX.
19046
19047 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
19048
19049 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19050 (nnrss-request-article): Render text/plain parts as HTML.
19051
19052 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19053 the buffer.
19054
19055 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
19056
19057 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19058 custom definition of `gnus-posting-styles'.
19059
19060 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19061 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19062
19063 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19064
19065 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19066 Use nntp for bug archive.
19067
19068 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19069
19070 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19071 parts.
19072 (nnrss-normalize-date): New function converts ISO 8601 date into
19073 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19074 (nnrss-check-group): Use it.
19075
19076 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
19077
19078 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19079
19080 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19081 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
19082 (nnrss-insert-w3): Ditto.
19083
19084 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19085
19086 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19087 the articles to be forwarded including the case where neither a
19088 number of articles nor a region is specified.
19089
19090 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19091
19092 * nnrss.el (nnrss-request-article): Fix last change; fill
19093 text/plain parts.
19094
19095 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19096
19097 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19098 in text/plain part.
19099 (nnrss-check-group): Don't add excessive newline to dc:subject.
19100
19101 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
19102
19103 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19104 article.
19105
19106 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
19107
19108 * nnml.el: Don't require gnus-bcklg. Autoload it.
19109 (nnml-use-compressed-files, nnml-save-mail): Support other
19110 comression programs such as bzip2.
19111
19112 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19113
19114 * dns.el (query-dns): Make sure we check the buffer size before
19115 removing tcp headers.
19116
19117 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19118
19119 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19120 remove MIME buttons associated with multipart/alternative parts.
19121 (gnus-mime-display-alternative): Tag buttons using `article-type'
19122 text property.
19123
19124 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19125 associated with multipart/alternative parts.
19126
19127 * gnus-art.el (gnus-signature-separator): Fix custom type.
19128
19129 * mm-decode.el (mm-inlined-types): Fix custom type.
19130 (mm-keep-viewer-alive-types): Ditto.
19131 (mm-automatic-display): Ditto.
19132 (mm-attachment-override-types): Ditto.
19133 (mm-inline-override-types): Ditto.
19134 (mm-automatic-external-display): Ditto.
19135
19136 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
19137
19138 * spam-report.el (spam-report-user-mail-address)
19139 (spam-report-user-agent): New variables.
19140 (spam-report-url-ping-plain): Use spam-report-user-agent.
19141
19142 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
19143
19144 * gnus-art.el (gnus-button-handle-custom): Do not just use
19145 `customize-apropos' for any "M-x customize-*" button but the
19146 function called for. Accept both the function name and its
19147 argument in order to achieve this.
19148 (gnus-button-alist): Remove support for "custom:" URL's.
19149 Pass function name to `gnus-button-handle-custom' in case of "M-x
19150 customize-*" buttons.
19151
19152 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19153
19154 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19155 multipart/alternative and add xref to mm-discouraged-alternatives
19156 in doc string.
19157
19158 * mm-decode.el (mm-discouraged-alternatives): Add xref to
19159 gnus-buttonized-mime-types in doc string.
19160
19161 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
19162
19163 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19164 Suggest image/.* in the doc string.
19165
19166 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
19167
19168 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19169 message-marks (Debian bug#342521).
19170
19171 2005-12-12 Simon Josefsson <jas@extundo.com>
19172
19173 * password.el (password-read-from-cache): Add.
19174 (password-read): Use it.
19175
19176 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
19177
19178 * rfc2047.el (rfc2047-charset-to-coding-system):
19179 Recognize us-ascii as a MIME charset.
19180
19181 * mm-bodies.el (mm-decode-content-transfer-encoding):
19182 Protect against the case where the 2nd arg TYPE is nil.
19183
19184 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19185
19186 * pop3.el (pop3-stream-type): Fix custom version.
19187
19188 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19189
19190 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19191
19192 * mm-decode.el (mm-display-external): Add missing cdr.
19193
19194 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
19195
19196 * mm-decode.el (mm-display-external): Use nametemplate (defined in
19197 RFC1524) if it is in mailcap or add a suffix according to
19198 mailcap-mime-extensions when generating a temp filename; postpone
19199 deleting a temp file for 2 seconds for some wrappers, shell
19200 scripts, and so on, which might exit right after having started a
19201 viewer command as a background job.
19202
19203 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19204
19205 * nntp.el (nntp-marks-directory): Fix custom group.
19206
19207 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19208 steps when < 10.
19209
19210 * gnus-start.el (gnus-no-server-1):
19211 Mention `gnus-level-default-subscribed' in doc string.
19212
19213 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19214
19215 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19216 parens.
19217
19218 2005-11-26 Dave Love <fx@gnu.org>
19219
19220 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19221 (tls-program, tls-success): Provide openssl alternative.
19222
19223 * starttls.el: Doc fixes.
19224 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19225 SERVICE to PORT.
19226
19227 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
19228 port null or service name.
19229 (starttls-negotiate): Autoload.
19230
19231 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19232
19233 * message.el (message-kill-to-signature): Fix interactive spec.
19234
19235 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
19236
19237 * pop3.el (pop3-open-server): Recognize a string as a service name.
19238
19239 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
19240
19241 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19242
19243 2005-11-23 Dave Love <fx@gnu.org>
19244
19245 Add pop3s, pop3/starttls.
19246
19247 * pop3.el (pop3-authentication-scheme): Clarify doc.
19248 (open-tls-stream, starttls-open-stream): Autoload.
19249 (pop3-stream-type): New.
19250 (pop3-open-server): Use it.
19251
19252 * mail-source.el (mail-sources): Fix some :types. Add stream type
19253 for POP.
19254 (mail-source-keyword-map): Add :stream for POP.
19255 (mail-source-fetch-pop): Use pop3-stream-type.
19256
19257 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
19258
19259 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19260 of current-time-string.
19261
19262 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
19263
19264 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19265 date header.
19266
19267 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19268
19269 * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
19270 it can seriously impact performance as it bypasses the agent's
19271 local caches.
19272
19273 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
19274
19275 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19276 must be explicitly online rather than "not explicitly offline" for
19277 its flags to be synchronized.
19278
19279 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19280 that gnus-uu-unmark-thread will function correctly.
19281
19282 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19283 1024K is instead displayed as 1M.
19284
19285 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
19286
19287 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19288
19289 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
19290
19291 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19292
19293 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
19294
19295 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19296 error message to display actual error condition.
19297 (gnus-agent-save-local): Avoid saving symbols that are bound to
19298 nil as they simply result in a warning message in
19299 gnus-agent-read-local.
19300
19301 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19302
19303 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19304 rather than make-variable-buffer-local for file-precious-flag.
19305
19306 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19307
19308 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19309 for duplicates which are removed. The invalid sort check then
19310 triggers a rescan after the sort as sorting may have moved
19311 duplicate entries such that they can be cheaply detected.
19312
19313 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
19314
19315 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19316
19317 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
19318
19319 * gnus-agent.el (gnus-agent-article-alist-save-format):
19320 Change internal variable to a custom variable. Change default value
19321 from compressed(2) to uncompressed(1).
19322 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19323 support for uncompressed agentview files. Taken together, reading
19324 the agentview file should now be 6-7 times faster.
19325
19326 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
19327
19328 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19329 as a buffer-local variable. This avoids creating truncated
19330 dribble files as a result of a hang up, eg.
19331
19332 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
19333
19334 * gnus-start.el (gnus-start-draft-setup):
19335 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19336
19337 * gnus.el (gnus-splash): Change custom group.
19338 (gnus-group-get-parameter, gnus-group-parameter-value):
19339 Describe allow-list argument.
19340
19341 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19342 string.
19343
19344 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
19345
19346 * gnus-art.el (gnus-default-article-saver): Add user-defined
19347 `function' to custom type.
19348
19349 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19350
19351 * imap.el (imap-open): Handle case where buffer is a buffer
19352 object.
19353
19354 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19355
19356 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19357 long lines.
19358 (gnus-cache-delete-group): Wrap doc strings.
19359
19360 * gnus-agent.el (gnus-agent-rename-group)
19361 (gnus-agent-delete-group): Wrap doc strings.
19362
19363 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19364
19365 * gnus-start.el (gnus-1): Add "native" to
19366 gnus-predefined-server-alist.
19367
19368 * gnus.el (gnus-method-to-server): Don't add "native" to the
19369 lists here, because that leads to problems when
19370 gnus-select-method is bound.
19371
19372 2005-11-09 Simon Josefsson <jas@extundo.com>
19373
19374 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19375 use (not sort-by-date) instead.
19376
19377 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19378
19379 * gnus-delay.el (gnus-delay-group): Don't autoload.
19380 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19381 to be re-loaded when customizing the `gnus-delay' group.
19382
19383 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
19384
19385 * message.el: Revert last changes.
19386 (message-insert-citation-line): Use newlines.
19387
19388 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
19389
19390 * message.el (message-courtesy-message)
19391 (message-mark-insert-begin, message-mark-insert-end)
19392 (message-elide-ellipsis, message-cancel-message)
19393 (message-add-header, message-change-subject)
19394 (message-cross-post-followup-to-header)
19395 (message-cross-post-insert-note, message-reduce-to-to-cc)
19396 (message-widen-reply, message-delete-not-region)
19397 (message-kill-to-signature, message-insert-signature)
19398 (message-insert-importance-high, message-insert-importance-low)
19399 (message-insert-or-toggle-importance)
19400 (message-insert-disposition-notification-to)
19401 (message-indent-citation, message-yank-original)
19402 (message-cite-original-without-signature, message-cite-original)
19403 (message-insert-citation-line, message-position-on-field)
19404 (message-fix-before-sending, message-send-mail-partially)
19405 (message-send-mail, message-send-mail-with-sendmail)
19406 (message-send-mail-with-qmail, message-send-news)
19407 (message-check-news-header-syntax, message-generate-headers)
19408 (message-insert-courtesy-copy, message-fill-address)
19409 (message-fill-header, message-shorten-references)
19410 (message-setup-1, message-cancel-news)
19411 (message-forward-make-body-plain, message-forward-make-body-mime)
19412 (message-forward-make-body-mml, message-encode-message-body)
19413 (message-forward-make-body-digest-plain)
19414 (message-forward-make-body-digest-mime)
19415 (message-use-alternative-email-as-from): Insert `hard-newline'
19416 instead of ordinary newlines.
19417
19418 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
19419
19420 * message.el (message-generate-headers): Downcase the argument
19421 given to message-check-element.
19422
19423 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
19424
19425 * nntp.el (nntp-authinfo-rejected): New error condition.
19426 (nntp-wait-for): Use new error condition to signal authentication
19427 error.
19428 (nntp-retrieve-data): Rethrow new error condition to break out of
19429 recursive call to nntp-send-authinfo.
19430
19431 2005-11-08 Romain Francoise <romain@orebokech.com>
19432
19433 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19434 (gnus-summary-exit-map): Bind to `Z p'.
19435 (gnus-summary-make-menu-bar): Add menu item.
19436
19437 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
19438
19439 * gnus-art.el (gnus-article-treat-custom): Add `first'.
19440 (gnus-treat-*): Add `first' in all doc strings.
19441
19442 * gnus-group.el (gnus-group-compact-group): Fix typo.
19443
19444 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
19445
19446 * gnus.el (gnus-parameters-case-fold-search): New variable.
19447 (gnus-parameters-get-parameter): Use it.
19448
19449 * gnus-score.el (gnus-home-score-file): Doc fix.
19450
19451 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
19452
19453 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19454
19455 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
19456
19457 * mm-util.el (mm-special-display-p): New function.
19458
19459 * mml.el (mml-preview): Use it; doc fix.
19460
19461 2005-10-29 Romain Francoise <romain@orebokech.com>
19462
19463 * message.el (message-fix-before-sending): Fix comment.
19464
19465 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19466
19467 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19468
19469 2005-10-29 Jari Aalto <jari.aalto@cante.net>
19470
19471 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19472 Used in gnus-score.el.
19473
19474 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
19475
19476 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19477
19478 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
19479
19480 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19481 whitespace removed in revision 7.8. Use concatenated string to
19482 protect trailing whitespace.
19483
19484 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
19485
19486 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19487 (nnimap-request-expire-articles): Use it to avoid sending 'UID
19488 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19489 Courier IMAP ("some version from 2004"). Mostly based on similar
19490 code in the same function.
19491
19492 2005-10-26 Didier Verna <didier@xemacs.org>
19493
19494 * gnus-group.el (gnus-group-compact-group): Invalidate original
19495 article buffer.
19496 * gnus-srvr.el (gnus-server-compact-server): Ditto.
19497 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19498 NOV database and in article itself.
19499 Invalidate article backlog.
19500
19501 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
19502
19503 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19504
19505 2005-10-26 Simon Josefsson <jas@extundo.com>
19506
19507 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19508 part of 2004-07-25 change.
19509
19510 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
19511
19512 * message.el (message-display-completion-list): New function.
19513 (message-expand-group): Use it; make sure the Completions buffer
19514 is modifiable.
19515
19516 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19517
19518 * imap.el (imap-open): Handle case where buffer is a buffer object.
19519
19520 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19521
19522 * pgg-def.el:
19523 * pgg-gpg.el:
19524 * pgg-parse.el:
19525 * pgg-pgp.el:
19526 * pgg-pgp5.el:
19527 * pgg.el: Move to the parent lisp directory.
19528
19529 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19530
19531 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19532 user-mail-name is an empty string.
19533
19534 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19535
19536 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19537 depending on gnus-score-decay-constant.
19538
19539 * encrypt.el (encrypt-insert-file-contents)
19540 (encrypt-write-file-contents): Don't use `gnus-message'.
19541
19542 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19543 arguments.
19544 (mm-uu-type-alist): Add message-marks and insert-marks.
19545 Pass arguments to mm-uu-verbatim-marks-extract.
19546 (mm-uu-hide-markers): New variable.
19547 (mm-uu-extract): Use face similar to `gnus-cite-3'.
19548
19549 * gnus-fun.el (gnus-convert-image-to-x-face-command)
19550 (gnus-convert-image-to-face-command): Use "convert" by default to
19551 allow other input image formats.
19552 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19553 accordingly.
19554
19555 2005-10-23 Simon Josefsson <jas@extundo.com>
19556
19557 * imap.el (imap-gssapi-program): Align command line parameters
19558 with latest GNU SASL.
19559 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19560
19561 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19562
19563 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19564 HTML.
19565 (nnslashdot-request-article): Ditto.
19566
19567 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19568
19569 * mail-source.el (mail-source-fetch-pop): Require pop3.
19570 (mail-source-check-pop): Ditto.
19571
19572 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
19573
19574 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19575 errors.
19576
19577 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
19578
19579 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19580 (gnus-treat-strip-leading-blank-lines): Improve doc string.
19581
19582 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19583
19584 * mm-bodies.el (mm-decode-string):
19585 Call `mm-charset-to-coding-system' with allow-override argument.
19586
19587 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
19588
19589 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19590 (rfc2047-charset-to-coding-system): New function.
19591 (rfc2047-decode-encoded-words): New function.
19592 (rfc2047-decode-region): Use them.
19593 (rfc2047-decode-cte): Remove.
19594 (rfc2047-parse-and-decode): Remove.
19595 (rfc2047-decode): Remove.
19596
19597 2005-10-15 Kenichi Handa <handa@m17n.org>
19598
19599 * rfc2047.el (rfc2047-decode-cte): New function.
19600 (rfc2047-decode-region): Change the way to decode successive
19601 encoded-words: decode B- or Q-encoding in each encoded-word,
19602 concatenate them, and decode it as charset.
19603
19604 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19605
19606 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
19607 widget-move-and-invoke.
19608 (gnus-custom-mode): Use gnus-custom-map.
19609
19610 2005-10-15 Bill Wohler <wohler@newt.com>
19611
19612 * message.el (message-tool-bar-map): Rename image file from
19613 mail_send to mail/send.
19614
19615 2005-10-16 Masatake YAMATO <jet@gyve.org>
19616
19617 * message.el (message-expand-group): Pass the common
19618 prefix substring of completion to `display-completion-list'.
19619
19620 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
19621
19622 * mml-sec.el (mml-secure-method): New internal variable.
19623 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19624 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19625 New functions using mml-secure-method.
19626
19627 * mml.el (mml-mode-map): Add key bindings for those functions.
19628 (mml-menu): Simplify security menu entries. Suggested by Jesper
19629 Harder <harder@myrealbox.com>.
19630 (mml-attach-file, mml-attach-buffer, mml-attach-external):
19631 Goto end of message if point is the headers of the message.
19632
19633 * message.el (message-in-body-p): New function.
19634
19635 * assistant.el: Autoload gnus-util and netrc.
19636
19637 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19638 Use `mm-charset-override-alist' only when decoding.
19639
19640 * mm-bodies.el (mm-decode-body):
19641 Call `mm-charset-to-coding-system' with allow-override argument.
19642
19643 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19644 `filename' from Content-Disposition if Content-Type doesn't
19645 provide `name'.
19646 (gnus-mime-view-part-as-type): Set default instead of
19647 initial-input.
19648
19649 2005-10-09 Daniel Brockman <daniel@brockman.se>
19650
19651 * format-spec.el (format-spec): Propagate text properties of % spec.
19652
19653 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19654
19655 * gnus-art.el (gnus-treat-predicate): Add `first'.
19656
19657 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
19658
19659 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19660 (mm-charset-override-alist): New variable.
19661 (mm-charset-to-coding-system): Use it.
19662 (mm-codepage-setup): New helper function.
19663 (mm-charset-eval-alist): New variable.
19664 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19665 Warn about unknown charsets.
19666
19667 2005-10-04 David Hansen <david.hansen@gmx.net>
19668
19669 * nnrss.el (nnrss-request-article): Add support for the comments tag.
19670 (nnrss-check-group): Ditto.
19671
19672 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
19673
19674 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19675 Rename x-gnus-verbatim to x-verbatim.
19676 (mm-uu-type-alist): Fix regexp for verbatim-marks.
19677
19678 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19679 x-verbatim.
19680
19681 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19682
19683 * gnus-util.el (gnus-remove-duplicates): Remove.
19684
19685 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19686 instead of gnus-remove-duplicates.
19687
19688 * message.el (message-remove-duplicates): Remove.
19689 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19690 message-remove-duplicates.
19691
19692 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19693 available, else use implementation from `delete-dups'.
19694
19695 * message.el (message-insert-expires): New function.
19696 (message-mode-map): Add key binding.
19697 (message-mode-field-menu): Add menu entry.
19698 (message-mode): Document it.
19699 (message-make-expires-date): Use `message-make-date'.
19700
19701 2005-10-04 Josh Huber <huber@alum.wpi.edu>
19702
19703 * message.el (message-make-expires-date): New function.
19704
19705 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
19706
19707 * time-date.el: Autoload parse-time-string, XEmacs needs it.
19708
19709 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19712 function rather than the diff-mode.el package.
19713 (mm-display-external): Use with-current-buffer.
19714 (mm-viewer-completion-map, mm-viewer-completion-map):
19715 Move initialization inside declaration.
19716
19717 2005-09-29 Simon Josefsson <jas@extundo.com>
19718
19719 * spam.el: Load hashcash when compiling, to avoid warnings.
19720 Don't autoload mail-check-payment.
19721 (spam-check-hashcash): Define unconditionally, since hashcash.el
19722 is part of Gnus now. Ignore errors from payment checking.
19723
19724 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
19725
19726 * message.el (message-bold-region, message-unbold-region):
19727 Rename from `bold-region' and `unbold-region'.
19728
19729 * message.el: Remove useless autoloads.
19730
19731 2005-09-28 Simon Josefsson <jas@extundo.com>
19732
19733 * message.el (message-use-idna): Default to t.
19734 (message-use-idna): Test whether encoding works too. Doc fix.
19735
19736 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
19737
19738 * nntp.el (nntp-warn-about-losing-connection): Remove.
19739
19740 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
19741
19742 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19743 customizable. Change default value.
19744 (mm-uu-diff-groups-regexp): Change default value.
19745 (mm-uu-type-alist): Add doc string.
19746 (mm-uu-configure): Add doc string. Make it interactive.
19747 (mm-uu-tex-groups-regexp): New variable.
19748 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19749 (mm-uu-type-alist): Add LaTeX documents.
19750 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19751 of "text/verbatim".
19752 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19753
19754 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19755 instead of "text/verbatim".
19756
19757 * message.el (message-mark-inserted-region)
19758 (message-mark-insert-file): Use slrn style marks when called with
19759 prefix argument.
19760
19761 2005-09-27 Simon Josefsson <jas@extundo.com>
19762
19763 * message.el (message-idna-to-ascii-rhs-1): Reformat.
19764
19765 2005-09-27 Arne Jørgensen <arne@arnested.dk>
19766
19767 * message.el (message-remove-duplicates): New function.
19768 Implementation borrowed from `gnus-remove-duplicates'.
19769 (message-idna-to-ascii-rhs): Also encode idna addresses in
19770 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19771 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19772 only ask about the same idna domain once per header and also tell
19773 in what header to replace the idna domain.
19774
19775 * gnus-art.el (article-decode-idna-rhs): Also decode idna
19776 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19777 (article-decode-idna-rhs): Fix regexp so that all idna-address in
19778 a header is decoded and not just the last one.
19779
19780 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
19781
19782 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19783 has been decoded.
19784
19785 * mm-decode.el (mm-automatic-display): Add text/verbatim.
19786 (mm-insert-part): Don't modify text if it has been decoded.
19787
19788 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19789 decoded.
19790
19791 * mm-view.el (mm-inline-text): Don't strip text props unless
19792 decoding enriched or richtext parts.
19793
19794 2005-09-25 Romain Francoise <romain@orebokech.com>
19795
19796 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19797 * gnus-start.el (gnus-subscribe-interactively):
19798 * gnus-uu.el (gnus-uu-grab-articles):
19799 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19800 space.
19801
19802 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
19803
19804 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19805 * mm-view.el (mm-view-pkcs7-decrypt):
19806 * gnus-sum.el (gnus-summary-limit-to-extra)
19807 (gnus-summary-respool-article, gnus-read-move-group-name):
19808 * gnus-score.el (gnus-summary-increase-score):
19809 * gnus-util.el (gnus-completing-read-with-default):
19810 * gnus-art.el (gnus-read-save-file-name)
19811 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19812 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19813 * message.el (message-check-news-header-syntax):
19814 Follow convention for reading with the minibuffer.
19815
19816 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
19817
19818 * spam-report.el (spam-report-url-ping-plain):
19819 Use gnus-extended-version as User-Agent.
19820
19821 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19822 default value is nil.
19823
19824 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19825 (mm-uu-verbatim-marks-extract): New function.
19826 (mm-uu-extract): New face.
19827 (mm-uu-copy-to-buffer): Use it.
19828
19829 * spam-report.el (spam-report-gmane-ham): Rename from
19830 `spam-report-gmane-unspam'.
19831 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19832 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
19833
19834 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19835 Autoload.
19836 (spam-report-gmane-unregister-routine):
19837 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19838
19839 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
19840
19841 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19842 (spam-report-gmane-unregister-routine): Add support for gmane
19843 unregistration.
19844
19845 * spam-report.el (spam-report-gmane-unspam)
19846 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19847 (spam-report-gmane): Change to take a single article and do unspam
19848 registration.
19849
19850 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19851
19852 * mm-url.el (mm-url-decode-entities): Fix regexp.
19853
19854 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
19855
19856 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19857 default to nil, to be able to use Gnus at all. If the default
19858 switches to something else, then the function should be fixed not
19859 be exceedingly slow.
19860
19861 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
19862
19863 * gnus-start.el (gnus-activate-group): If the server is nil, don't
19864 fail hard.
19865
19866 * spam-report.el: Add better Keywords line.
19867
19868 * spam.el: Add Maintainer and better Keywords line.
19869
19870 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
19871
19872 * gnus-art.el (gnus-article-replace-part)
19873 (gnus-mime-replace-part): New functions.
19874 (gnus-mime-action-alist, gnus-mime-button-commands)
19875 (gnus-mime-save-part-and-strip): Add file argument.
19876 (gnus-article-part-wrapper): Add interactive argument.
19877
19878 * gnus-sum.el (gnus-summary-mime-map):
19879 Add `gnus-article-replace-part'.
19880
19881 2005-09-19 Didier Verna <didier@xemacs.org>
19882
19883 The nnml compaction feature:
19884 * nnml.el (nnml-request-compact-group): New function.
19885 * nnml.el (nnml-request-compact): New function.
19886 * gnus-int.el (gnus-request-compact-group): New function.
19887 * gnus-int.el (gnus-request-compact): New function.
19888 * gnus-group.el (gnus-group-compact-group): New function.
19889 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19890 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19891 * gnus-srvr.el (gnus-server-compact-server): New function.
19892 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19893 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19894
19895 2005-09-18 Deepak Goel <deego@gnufans.org>
19896
19897 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19898 format spec.
19899
19900 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19901
19902 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19903
19904 2005-09-15 Romain Francoise <romain@orebokech.com>
19905
19906 * message.el (message-fill-paragraph): Clarify docstring.
19907
19908 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19909
19910 * gnus-art.el (gnus-mime-display-part): Protect against broken
19911 MIME messages.
19912
19913 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19914
19915 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19916 before parsing header.
19917
19918 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19919
19920 * html2text.el (html2text-replace-list): Add new entities.
19921
19922 2005-09-11 Romain Francoise <romain@orebokech.com>
19923
19924 * message.el (message-alternative-emails): Improve docstring.
19925 (message-setup-1): Call `message-use-alternative-email-as-from'
19926 after `message-setup-hook' to give it precedence over posting
19927 styles, etc.
19928 (message-use-alternative-email-as-from): Add docstring.
19929 Remove the original From header if present.
19930
19931 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19932 (nnml-save-mail): Use it.
19933
19934 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19935 articles. Add new argument `silent'.
19936 (gnus-uu-mark-all): Report the total number of marked articles.
19937
19938 2005-09-10 Romain Francoise <romain@orebokech.com>
19939
19940 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19941 (gnus-uu-mark-series): Likewise.
19942
19943 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19944
19945 * spam-report.el (spam-report-gmane): Fix generation of spam
19946 report URL.
19947
19948 2005-09-10 Simon Josefsson <jas@extundo.com>
19949
19950 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19951 t, based on discussion on the ding list with Robert Epprecht
19952 <epprecht@solnet.ch>.
19953
19954 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19955
19956 * spam-report.el (spam-report-gmane): Make it work without
19957 X-Report-Spam header. Gmane now only provides Archived-At.
19958 This is only used if `spam-report-gmane-use-article-number' is nil.
19959 (spam-report-gmane-spam-header): Remove. Not used anymore.
19960
19961 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19962 make `gnus-summary-sort-by-recipient' work with threading.
19963
19964 * nnweb.el (nnweb-google-wash-article): Print a message if article
19965 is not available.
19966
19967 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19968
19969 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19970 change. Decode text/* parts content before displaying.
19971
19972 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19973
19974 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19975
19976 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19977
19978 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19979
19980 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19981
19982 * message.el (message-tab-body-function): Fix mismatched custom type.
19983
19984 * gnus.el (gnus-group-change-level-function): Ditto.
19985
19986 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19987
19988 * gnus-art.el (gnus-signature-limit)
19989 (gnus-article-mime-part-function): Ditto.
19990
19991 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19992
19993 * mml.el (mml-mode): Silence the byte compiler.
19994
19995 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19996 using `(sit-for 0)' before moving the point to the specified part;
19997 skip unbuttonized parts.
19998 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19999 return to the summary window if gnus-auto-select-part is non-nil.
20000
20001 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
20002
20003 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20004 New variables.
20005 (mml-dnd-attach-file, mml-mode): Use them.
20006
20007 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20008 Make fetching article by MID work again for Google Groups.
20009 Add FIXME concerning gnus-group-make-web-group.
20010
20011 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20012 Don't depend on Gnus by using mail-extract-address-components if
20013 gnus-extract-address-components is not bound.
20014
20015 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20016
20017 * gnus-art.el (gnus-mime-display-security): Don't display the
20018 signature, but only the signed part.
20019
20020 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
20021
20022 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20023
20024 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20025 list, not listp.
20026
20027 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
20028
20029 * mm-encode.el (mm-encode-content-transfer-encoding):
20030 Likewise when encoding.
20031
20032 * mm-bodies.el (mm-decode-content-transfer-encoding):
20033 De-canonicalize CRLF for all text content types, not just
20034 text/plain.
20035
20036 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
20037
20038 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20039 valid article; point arrow and cursor at the MIME button.
20040
20041 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20042
20043 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20044 Suggested by Dan Christensen <jdc@uwo.ca>.
20045
20046 * mm-decode.el (mm-save-part): Enable change of prompt.
20047
20048 2005-08-29 Jari Aalto <jari.aalto@cante.net>
20049
20050 * gnus-msg.el (gnus-inews-add-send-actions):
20051 Make `message-post-method' lambda parameter ARG `&optional'.
20052
20053 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20054
20055 * gnus-sum.el (gnus-summary-mime-map):
20056 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20057 gnus-article-jump-to-part.
20058
20059 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20060 (gnus-article-edit-part): Use it.
20061 (gnus-article-part-wrapper): Add no-handle argument.
20062 (gnus-article-save-part-and-strip, gnus-article-delete-part):
20063 New functions.
20064
20065 2005-08-29 Romain Francoise <romain@orebokech.com>
20066
20067 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20068 docstring.
20069 (gnus-face-from-file): Likewise.
20070
20071 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
20072
20073 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20074 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20075 non-nil.
20076 (gnus-auto-select-part): New variable.
20077 (gnus-article-jump-to-part): New function.
20078 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20079 (gnus-mime-delete-part): Allow selecting specified part after
20080 deleting or stripping parts.
20081 (gnus-article-jump-to-part): Don't use `read-number'. Use last
20082 part if argument is bogus.
20083
20084 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
20085
20086 * gnus-art.el (w3m-minor-mode-map):
20087 * gnus-spec.el (gnus-newsrc-file-version):
20088 * gnus-util.el (nnmail-active-file-coding-system)
20089 (gnus-original-article-buffer, gnus-user-agent):
20090 * gnus.el (gnus-ham-process-destinations)
20091 (gnus-parameter-ham-marks-alist)
20092 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20093 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20094 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20095 * mm-decode.el (gnus-current-window-configuration):
20096 * mm-extern.el (gnus-article-mime-handles):
20097 * mm-url.el (url-current-object, url-package-name)
20098 (url-package-version):
20099 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20100 (smime-keys, w3m-cid-retrieve-function-alist)
20101 (w3m-current-buffer, w3m-display-inline-images)
20102 (w3m-minor-mode-map):
20103 * mml-smime.el (gnus-extract-address-components):
20104 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20105 (gnus-newsrc-hashtb, message-default-charset)
20106 (message-deletable-headers, message-options)
20107 (message-posting-charset, message-required-mail-headers)
20108 (message-required-news-headers):
20109 * mml1991.el (mc-pgp-always-sign):
20110 * mml2015.el (mc-pgp-always-sign):
20111 * nnheader.el (nnmail-extra-headers):
20112 * rfc1843.el (gnus-decode-encoded-word-function)
20113 (gnus-decode-header-function, gnus-newsgroup-name):
20114 * spam-stat.el (gnus-original-article-buffer): Add defvars.
20115
20116 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
20117
20118 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20119 the end of the date treatments.
20120
20121 2005-08-15 Simon Josefsson <jas@extundo.com>
20122
20123 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20124 it in url-handlers.el and XEmacs in url.el. Reported by Luca
20125 Capello and Romain Francoise.
20126 (pgg-fetch-key-function): Remove, not used?
20127 (pgg-insert-url-with-w3): Require url, to get
20128 url-insert-file-contents regardless of where it is defined.
20129
20130 2005-08-13 Romain Francoise <romain@orebokech.com>
20131
20132 * message.el (message-cite-original-1): New function.
20133 (message-cite-original): Use it.
20134 (message-cite-original-without-signature): Ditto.
20135
20136 2005-08-08 Romain Francoise <romain@orebokech.com>
20137
20138 * message.el (message-yank-empty-prefix): New variable.
20139 (message-indent-citation): Use it.
20140 (message-cite-original-without-signature): Respect X-No-Archive.
20141
20142 2005-08-08 Simon Josefsson <jas@extundo.com>
20143
20144 * pgg.el: Autoload url-insert-file-contents instead of loading
20145 w3/url.
20146 (pgg-insert-url-with-w3): Don't load url here.
20147
20148 2005-08-07 Jesper Harder <harder@phys.au.dk>
20149
20150 * message.el (message-kill-to-signature): Don't insert newline at
20151 bol.
20152 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20153
20154 2005-08-06 Romain Francoise <romain@orebokech.com>
20155
20156 * message.el (message-user-fqdn): Fix typo in docstring.
20157
20158 2005-08-05 Daiki Ueno <ueno@unixuser.org>
20159
20160 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20161
20162 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20163
20164 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
20165
20166 * mm-bodies.el (mm-encode-body): Use coding system rather than
20167 charset to encode text.
20168
20169 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20170 number of charsets if utf-8 is available (XEmacs).
20171
20172 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
20173
20174 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20175 taken from `gnus-button-mid-or-mail-regexp'.
20176 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20177 (gnus-button-alist): Improve regexp for domain part of the MIDs
20178 for news:localpart@domain buttons.
20179 (gnus-button-ctan-directory-regexp): Update.
20180
20181 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
20182
20183 * sieve-manage.el (sieve-manage-interactive-login):
20184 Use make-local-variable rather than make-variable-buffer-local.
20185 (sieve-manage-open): Ditto.
20186 (sieve-manage-authenticate): Ditto.
20187
20188 * mml.el (mml-generate-mime-1): Make the content type default to
20189 text/plain if the filename is not specified.
20190
20191 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
20192
20193 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20194 instead of insert-buffer.
20195
20196 * message.el (message-yank-original): Ditto; set the mark at the
20197 end of the yanked message.
20198
20199 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
20200
20201 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20202 lines to scroll rather than to stop it.
20203
20204 * mml.el (mml-generate-default-type): Add doc string.
20205 (mml-generate-mime-1): Use mm-default-file-encoding or make it
20206 default to application/octet-stream when determining the content
20207 type if it is not specified for the part or the mml contents; add
20208 a comment about mml-generate-default-type.
20209
20210 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
20211
20212 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20213 make it default to application/octet-stream when determining the
20214 content type if it is not specified for the external contents.
20215
20216 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
20217
20218 * rfc2231.el (rfc2231-parse-string): Take care that not only a
20219 segmented parameter but also other parameters might be there.
20220
20221 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
20222
20223 * mm-decode.el (mm-display-external): Delete temp file, directory
20224 and buffer immediately if the external process is exited.
20225
20226 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
20227
20228 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20229 fewer lines than that of scroll-margin.
20230 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20231
20232 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
20233
20234 * gnus-art.el (gnus-article-next-page): Revert.
20235 (gnus-article-beginning-of-window): New macro.
20236 (gnus-article-next-page-1): Use it.
20237 (gnus-article-prev-page): Ditto.
20238 (gnus-article-edit-part): Use insert-buffer-substring instead of
20239 insert-buffer.
20240 (gnus-article-edit-exit): Ditto.
20241
20242 * gnus-util.el (gnus-beginning-of-window): Remove.
20243 (gnus-end-of-window): Remove.
20244
20245 2005-07-25 Simon Josefsson <jas@extundo.com>
20246
20247 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20248 to have the url package without w3. Reported by Daiki Ueno
20249 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20250
20251 2005-07-20 Didier Verna <didier@xemacs.org>
20252
20253 * gnus-diary.el: Remove the description comment (nndiary is now
20254 properly documented in the Gnus manual).
20255 Fix the spelling of "Back End".
20256 * nndiary.el: Ditto.
20257 Fix the copyright notice.
20258
20259 2005-07-18 Romain Francoise <romain@orebokech.com>
20260
20261 * gnus-sum.el (gnus-summary-to-prefix)
20262 (gnus-summary-newsgroup-prefix): New variables.
20263 (gnus-summary-from-or-to-or-newsgroups): Use them.
20264
20265 2005-07-17 Romain Francoise <romain@orebokech.com>
20266
20267 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20268 space as it's generally not especially interesting to the user.
20269
20270 2005-07-16 Romain Francoise <romain@orebokech.com>
20271
20272 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20273 nil to avoid prompting and file modification if one of the
20274 messages at the top of the nnfolder file contains a copyright
20275 notice.
20276 Update copyright notice.
20277
20278 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20279 instead of `current-time-string' as the latter creates a time
20280 string that is not RFC 2822 compliant (it lacks the zone).
20281 Update copyright notice.
20282
20283 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20286 for text/rtf. Display default in prompt. Pass default for M-n.
20287
20288 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20289
20290 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20291
20292 * gnus-msg.el (gnus-button-mailto):
20293 Remove save-selected-window-window hackery because it relies on
20294 save-selected-window internals.
20295
20296 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
20297
20298 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20299 (gnus-article-next-page-1): Use gnus-beginning-of-window.
20300 (gnus-article-prev-page): Ditto.
20301
20302 * gnus-util.el (gnus-beginning-of-window): New function.
20303 (gnus-end-of-window): New function.
20304
20305 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
20306
20307 * gnus-score.el (gnus-score-edit-all-score):
20308 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20309 gnus-message.
20310
20311 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20312
20313 * gnus-msg.el (gnus-button-mailto):
20314 Remove save-selected-window-window hackery because it relies on
20315 save-selected-window internals.
20316
20317 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
20318
20319 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20320 add-minor-mode.
20321 (gnus-binary-mode): Ditto.
20322
20323 * gnus-topic.el (gnus-topic-mode): Ditto.
20324
20325 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
20326
20327 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20328 (gnus-article-prev-page): Take scroll-margin into consideration.
20329
20330 2005-07-04 Lute Kamstra <lute@gnu.org>
20331
20332 Update FSF's address in GPL notices.
20333
20334 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
20335
20336 * gnus.el (gnus-exit):
20337 * gnus-group.el (gnus-group-icons):
20338 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20339
20340 * gnus-nocem.el (gnus-nocem):
20341 * message.el (message-various, message-buffers, message-sending)
20342 (message-interface, message-forwarding, message-insertion)
20343 (message-headers, message-news, message-mail):
20344 * pgg-gpg.el (pgg-gpg):
20345 * pgg-parse.el (pgg-parse):
20346 * pgg-pgp.el (pgg-pgp):
20347 * pgg-pgp5.el (pgg-pgp5):
20348 * pop3.el (pop3): Finish `defgroup' description with period.
20349
20350 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20351
20352 * gnus-art.el (article-display-face): Improve the efficiency.
20353 (article-display-x-face): Ditto; remove gray x-face stuff.
20354
20355 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
20356
20357 * gnus-art.el (article-display-face): Correct the position in
20358 which Faces are inserted.
20359
20360 2005-06-29 Didier Verna <didier@xemacs.org>
20361
20362 * gnus-art.el (article-display-face): Display faces in correct
20363 order.
20364
20365 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
20366
20367 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20368 (gnus-fill-real-hashtb): Use hash table instead of obarray.
20369 (gnus-nocem-check-article): Fetch the Type header.
20370 (gnus-nocem-message-wanted-p): Fix the way to examine types.
20371 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20372 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20373 make sure gnus-nocem-hashtb is initialized.
20374 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20375 (gnus-nocem-unwanted-article-p): Ditto.
20376
20377 * pgg.el (pgg-verify): Return the verification result.
20378
20379 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20380
20381 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20382 is ascii.
20383
20384 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
20385
20386 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20387 `show-nonbreak-escape'.
20388
20389 2005-06-23 Lute Kamstra <lute@gnu.org>
20390
20391 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20392
20393 * dig.el (dig-mode):
20394 * smime.el (smime-mode): Use gnus-run-mode-hooks.
20395
20396 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
20397
20398 * nnimap.el (nnimap-split-download-body): Fix spellings.
20399
20400 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
20401
20402 * gnus-art.el (gnus-article-encrypt-body):
20403 * gnus-cus.el (gnus-score-customize):
20404 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20405 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20406
20407 2005-06-16 Arne Jørgensen <arne@arnested.dk>
20408
20409 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20410 header by looking for magic "MII" at the beginning.
20411
20412 2005-06-16 Miles Bader <miles@gnu.org>
20413
20414 * assistant.el (assistant-field): Remove "-face" suffix from face name.
20415 (assistant-field-face): New backward-compatibility alias for renamed
20416 face.
20417 (assistant-render-text): Use renamed assistant-field face.
20418
20419 * spam.el (spam): Remove "-face" suffix from face name.
20420 (spam-face): New backward-compatibility alias for renamed face.
20421 (spam-face, spam-initialize): Use renamed spam face.
20422
20423 * message.el (message-header-to, message-header-cc)
20424 (message-header-subject, message-header-newsgroups)
20425 (message-header-other, message-header-name)
20426 (message-header-xheader, message-separator, message-cited-text)
20427 (message-mml): Remove "-face" suffix from face names.
20428 (message-header-to-face, message-header-cc-face)
20429 (message-header-subject-face, message-header-newsgroups-face)
20430 (message-header-other-face, message-header-name-face)
20431 (message-header-xheader-face, message-separator-face)
20432 (message-cited-text-face, message-mml-face):
20433 New backward-compatibility aliases for renamed faces.
20434 (message-font-lock-keywords): Use renamed message faces.
20435
20436 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20437 (sieve-test-commands, sieve-tagged-arguments):
20438 Remove "-face" suffix from face names.
20439 (sieve-control-commands-face, sieve-action-commands-face)
20440 (sieve-test-commands-face, sieve-tagged-arguments-face):
20441 New backward-compatibility aliases for renamed faces.
20442 (sieve-control-commands-face, sieve-action-commands-face)
20443 (sieve-test-commands-face, sieve-tagged-arguments-face):
20444 Use renamed sieve faces.
20445
20446 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20447 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20448 (gnus-group-news-3-empty, gnus-group-news-4)
20449 (gnus-group-news-4-empty, gnus-group-news-5)
20450 (gnus-group-news-5-empty, gnus-group-news-6)
20451 (gnus-group-news-6-empty, gnus-group-news-low)
20452 (gnus-group-news-low-empty, gnus-group-mail-1)
20453 (gnus-group-mail-1-empty, gnus-group-mail-2)
20454 (gnus-group-mail-2-empty, gnus-group-mail-3)
20455 (gnus-group-mail-3-empty, gnus-group-mail-low)
20456 (gnus-group-mail-low-empty, gnus-summary-selected)
20457 (gnus-summary-cancelled, gnus-summary-high-ticked)
20458 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20459 (gnus-summary-high-ancient, gnus-summary-low-ancient)
20460 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20461 (gnus-summary-low-undownloaded)
20462 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20463 (gnus-summary-low-unread, gnus-summary-normal-unread)
20464 (gnus-summary-high-read, gnus-summary-low-read)
20465 (gnus-summary-normal-read, gnus-splash):
20466 Remove "-face" suffix from face names.
20467 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20468 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20469 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20470 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20471 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20472 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20473 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20474 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20475 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20476 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20477 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20478 (gnus-summary-selected-face, gnus-summary-cancelled-face)
20479 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20480 (gnus-summary-normal-ticked-face)
20481 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20482 (gnus-summary-normal-ancient-face)
20483 (gnus-summary-high-undownloaded-face)
20484 (gnus-summary-low-undownloaded-face)
20485 (gnus-summary-normal-undownloaded-face)
20486 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20487 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20488 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20489 (gnus-splash-face):
20490 New backward-compatibility aliases for renamed faces.
20491 (gnus-group-startup-message): Use renamed gnus faces.
20492
20493 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20494 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20495 (gnus-server-agent): Remove "-face" suffix from face names.
20496 (gnus-server-agent-face, gnus-server-opened-face)
20497 (gnus-server-closed-face, gnus-server-denied-face)
20498 (gnus-server-offline-face):
20499 New backward-compatibility aliases for renamed faces.
20500 (gnus-server-agent-face, gnus-server-opened-face)
20501 (gnus-server-closed-face, gnus-server-denied-face)
20502 (gnus-server-offline-face): Use renamed gnus faces.
20503
20504 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20505 Remove "-face" suffix from face names.
20506 (gnus-picon-xbm-face, gnus-picon-face):
20507 New backward-compatibility aliases for renamed faces.
20508
20509 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20510 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20511 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20512 (gnus-cite-11): Remove "-face" suffix from face names.
20513 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20514 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20515 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20516 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20517 New backward-compatibility aliases for renamed faces.
20518 (gnus-cite-attribution-face, gnus-cite-face-list)
20519 (gnus-article-boring-faces): Use renamed gnus faces.
20520
20521 * gnus-art.el (gnus-signature, gnus-header-from)
20522 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20523 (gnus-header-content): Remove "-face" suffix from face names.
20524 (gnus-signature-face, gnus-header-from-face)
20525 (gnus-header-subject-face, gnus-header-newsgroups-face)
20526 (gnus-header-name-face, gnus-header-content-face):
20527 New backward-compatibility aliases for renamed faces.
20528 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20529
20530 * gnus-sum.el (gnus-summary-selected-face)
20531 (gnus-summary-highlight): Use renamed gnus faces.
20532 * gnus-group.el (gnus-group-highlight): Likewise.
20533
20534 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20535
20536 * gnus-sieve.el (gnus-sieve-article-add-rule):
20537 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20538 * spam-stat.el (spam-stat-buffer-change-to-spam)
20539 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20540
20541 * message.el (message-is-yours-p):
20542 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20543
20544 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
20545
20546 * mm-view.el (mm-inline-text): Withdraw the last change.
20547
20548 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
20549
20550 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20551 executing enriched-decode.
20552
20553 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
20554
20555 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20556 charset of tar files.
20557
20558 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20559
20560 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20561
20562 2005-06-04 Lute Kamstra <lute@gnu.org>
20563
20564 * nnfolder.el (nnfolder-read-folder): Make sure that undo
20565 information is never recorded.
20566
20567 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20568
20569 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20570
20571 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
20572
20573 * pop3.el (pop3-apop): Run md5 in the binary mode.
20574
20575 * starttls.el (starttls-set-process-query-on-exit-flag):
20576 Use eval-and-compile.
20577
20578 2005-05-31 Simon Josefsson <jas@extundo.com>
20579
20580 * smime.el (smime-replace-in-string): Define.
20581 (smime-cert-by-ldap-1): Use it.
20582
20583 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
20584
20585 * gnus-art.el (article-display-x-face): Replace
20586 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20587
20588 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20589 set-process-query-on-exit-flag or process-kill-without-query.
20590
20591 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20592 loop instead of replace-regexp.
20593
20594 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20595 instead of process-kill-without-query if it is available.
20596
20597 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20598 instead of find-file-hooks if it is available.
20599
20600 * mml1991.el: Bind pgg-default-user-id when compiling.
20601
20602 * mml2015.el: Bind pgg-default-user-id when compiling.
20603
20604 * nndraft.el (nndraft-request-associate-buffer):
20605 Use write-contents-functions instead of write-contents-hooks if it is
20606 available.
20607
20608 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20609 instead of find-file-hooks if it is available.
20610
20611 * nntp.el (nntp-open-connection): Replace
20612 process-kill-without-query by gnus-set-process-query-on-exit-flag.
20613 (nntp-open-ssl-stream): Ditto.
20614 (nntp-open-tls-stream): Ditto.
20615
20616 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20617 set-process-query-on-exit-flag or process-kill-without-query.
20618 (starttls-open-stream-gnutls): Use it instead of
20619 process-kill-without-query.
20620 (starttls-open-stream): Ditto.
20621
20622 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
20623
20624 * smime.el (smime-cert-by-ldap-1): Don't use
20625 replace-regexp-in-string.
20626
20627 2005-05-31 Arne Jørgensen <arne@arnested.dk>
20628
20629 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20630
20631 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20632 in PEM format. Adjust to the XEmacs compatibility.
20633
20634 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
20635
20636 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20637 by `string-to-number'.
20638 * gnus-agent.el (gnus-agent-regenerate-group)
20639 (gnus-agent-fetch-articles): Ditto.
20640 * gnus-art.el (gnus-button-fetch-group): Ditto.
20641 * gnus-cache.el (gnus-cache-generate-active)
20642 (gnus-cache-articles-in-group): Ditto.
20643 * gnus-group.el (gnus-group-set-current-level)
20644 (gnus-group-insert-group-line): Ditto.
20645 * gnus-score.el (gnus-score-set-expunge-below)
20646 (gnus-score-set-mark-below, gnus-summary-score-effect)
20647 (gnus-summary-score-entry): Ditto.
20648 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20649 (gnus-soup-pack): Ditto.
20650 * gnus-spec.el (gnus-xmas-format): Ditto.
20651 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20652 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20653 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20654 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20655 * nndb.el (nndb-get-remote-expire-response): Ditto.
20656 * nndiary.el (nndiary-parse-schedule-value)
20657 (nndiary-string-to-number, nndiary-request-replace-article)
20658 (nndiary-request-article): Ditto.
20659 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20660 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20661 * nneething.el (nneething-make-head): Ditto.
20662 * nnfolder.el (nnfolder-request-article)
20663 (nnfolder-retrieve-headers): Ditto.
20664 * nnheader.el (nnheader-file-to-number): Ditto.
20665 * nnkiboze.el (nnkiboze-request-article): Ditto.
20666 * nnmail.el (nnmail-process-unix-mail-format)
20667 (nnmail-process-babyl-mail-format): Ditto.
20668 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20669 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20670 (nnmh-request-create-group, nnmh-request-list-1)
20671 (nnmh-request-group, nnmh-request-article): Ditto.
20672 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20673 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20674 * nnsoup.el (nnsoup-make-active): Ditto.
20675 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20676 * nntp.el (nntp-find-group-and-number)
20677 (nntp-retrieve-headers-with-xover): Ditto.
20678 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20679 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20680 (pgg-format-key-identifier): Ditto.
20681 * pop3.el (pop3-last, pop3-stat): Ditto.
20682 * qp.el (quoted-printable-decode-region): Ditto.
20683
20684 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20685 of concat.
20686
20687 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20688
20689 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20690
20691 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20692
20693 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20694
20695 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20696
20697 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20698
20699 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20700
20701 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20702 (gnus-carpal-mode): Ditto.
20703
20704 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20705 (gnus-browse-mode): Ditto.
20706
20707 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20708
20709 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20710
20711 2005-05-29 Richard M. Stallman <rms@gnu.org>
20712
20713 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20714
20715 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
20716
20717 * gnus-util.el (gnus-run-mode-hooks): New function.
20718
20719 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20720
20721 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20722
20723 * gnus-agent.el (gnus-agent-make-mode-line-string):
20724 Use mode-line-highlight as mouse-face.
20725
20726 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
20727
20728 * canlock.el (canlock): Change the parent group to news.
20729
20730 * deuglify.el (gnus-outlook-deuglify): Add :group.
20731
20732 * dig.el (dig): Add :group.
20733
20734 * dns-mode.el (dns-mode): Add :group.
20735
20736 * encrypt.el (encrypt): Add :group.
20737
20738 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20739 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20740 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20741 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20742 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20743
20744 * gnus-diary.el (gnus-diary): Add :group.
20745
20746 * gnus.el (gnus-group-news-1-face): Add :group.
20747 (gnus-group-news-1-empty-face): Ditto.
20748 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20749 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20750 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20751 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20752 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20753 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20754 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20755 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20756 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20757 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20758 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20759 (gnus-summary-high-ticked-face): Ditto.
20760 (gnus-summary-low-ticked-face): Ditto.
20761 (gnus-summary-normal-ticked-face): Ditto.
20762 (gnus-summary-high-ancient-face): Ditto.
20763 (gnus-summary-low-ancient-face): Ditto.
20764 (gnus-summary-normal-ancient-face): Ditto.
20765 (gnus-summary-high-undownloaded-face): Ditto.
20766 (gnus-summary-low-undownloaded-face): Ditto.
20767 (gnus-summary-normal-undownloaded-face): Ditto.
20768 (gnus-summary-high-unread-face): Ditto.
20769 (gnus-summary-low-unread-face): Ditto.
20770 (gnus-summary-normal-unread-face): Ditto.
20771 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20772 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20773
20774 * hashcash.el (hashcash): New custom group.
20775 (hashcash-default-payment): Add :group.
20776 (hashcash-payment-alist): Ditto.
20777 (hashcash-default-accept-payment): Ditto.
20778 (hashcash-accept-resources): Ditto.
20779 (hashcash-path): Ditto.
20780 (hashcash-extra-generate-parameters): Ditto.
20781 (hashcash-double-spend-database): Ditto.
20782 (hashcash-in-news): Ditto.
20783
20784 * message.el (message-minibuffer-local-map): Add :group.
20785
20786 * netrc.el (netrc): Add :group.
20787
20788 * sieve-manage.el (sieve-manage-log): Add :group.
20789 (sieve-manage-default-user): Diito.
20790 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20791 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20792 (sieve-manage-authenticators): Ditto.
20793 (sieve-manage-authenticator-alist): Ditto.
20794 (sieve-manage-default-port): Ditto.
20795
20796 * sieve-mode.el (sieve-control-commands-face): Add :group.
20797 (sieve-action-commands-face): Ditto.
20798 (sieve-test-commands-face): Ditto.
20799 (sieve-tagged-arguments-face): Ditto.
20800
20801 * smime.el (smime): Add :group.
20802
20803 * spam-report.el (spam-report): Add :group.
20804
20805 * spam.el (spam, spam-face): Add :group.
20806
20807 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
20808
20809 * nntp.el (nntp-next-result-arrived-p): Some news servers may
20810 return \n.\n.\n at the end of articles. Protect against that.
20811 (nntp-with-open-group): Allow debugging.
20812
20813 * nnheader.el (mail-header-set-extra): Make into a function
20814 because I just could't understand how to quote the list properly.
20815
20816 * dns.el (query-dns-cached): New function.
20817
20818 2005-05-26 Lute Kamstra <lute@gnu.org>
20819
20820 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20821
20822 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
20823
20824 * gnus-art.el: Don't autoload mail-extract-address-components.
20825
20826 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20827 eval-and-compile to evaluate it.
20828
20829 * hashcash.el: Don't autoload executable-find.
20830
20831 * nndb.el: Don't declare the nndb back end two or more times; don't
20832 autoload news-reply-mode, news-setup, cancel-timer and telnet.
20833
20834 * nntp.el: Autoload format-spec instead of format; use
20835 eval-and-compile to evaluate autoload forms.
20836
20837 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
20838
20839 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20840
20841 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20842
20843 * gnus.el (gnus-version-number): Bump version.
20844
20845 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20846
20847 * gnus.el: No Gnus v0.3 is released.
20848
20849 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
20850
20851 * gnus-art.el (gnus-article-edit-part): Disable undo.
20852
20853 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
20854
20855 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20856 gnus-article-date-lapsed-new-header is t if date timer is active;
20857 skip headers in which the original date value is empty.
20858 (gnus-article-save-original-date): Redefine it as a macro.
20859 (gnus-display-mime): Use it.
20860
20861 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
20862
20863 * gnus-art.el (article-date-ut): Support converting date in
20864 forwarded parts as well.
20865 (gnus-article-save-original-date): New function.
20866 (gnus-display-mime): Use it.
20867
20868 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
20869
20870 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20871 enclosure element of <item>.
20872
20873 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
20874
20875 * message.el (message-kill-buffer-query): Rename from
20876 `message-kill-buffer-query-if-modified'. Add :version.
20877
20878 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20879
20880 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20881 window layout.
20882
20883 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20884
20885 * mml.el: Autoload dnd when compiling.
20886
20887 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20888
20889 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20890 x-dnd-*.
20891
20892 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20893
20894 * qp.el (quoted-printable-encode-region): Save excursion.
20895
20896 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20897
20898 * message.el (message-kill-buffer-query-if-modified): Add new variable
20899 so the user can kill a modified message buffer quickly.
20900 (message-kill-buffer): Use it.
20901
20902 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20903
20904 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20905 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20906
20907 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20908
20909 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20910 contained in text because xml.el decodes entities) with LFs.
20911
20912 2005-04-11 Lute Kamstra <lute@gnu.org>
20913
20914 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20915 differently.
20916
20917 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20918
20919 * mm-util.el (mm-detect-coding-region): Typo.
20920
20921 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20922
20923 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20924
20925 2005-04-06 Deepak Goel <deego@gnufans.org>
20926
20927 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20928 user-function allow user modifications of the scores.
20929 (spam-stat-score-buffer-user): New function, to allow
20930 user-computed modifications to the score.
20931 (spam-stat-score-buffer-user-functions): List of additional
20932 scoring functions.
20933 (spam-stat-error-holder): Global temporary error holder.
20934 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20935 variable.
20936
20937 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20938
20939 * gnus-registry.el (gnus-registry-clean-empty-function)
20940 (gnus-registry-trim, gnus-registry-fetch-groups)
20941 (gnus-registry-delete-group): Groups that match
20942 `gnus-registry-ignored-groups' are removed from the registry
20943 entries, not just ignored for splitting. This helps clean up the
20944 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20945 to get all the groups a message ID is in.
20946
20947 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20948 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20949 (spam-stat-score-buffer-user-functions): Add :number custom type.
20950
20951 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20952
20953 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20954 argument in XEmacs.
20955
20956 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20957 (nnrss-request-group): Decode group name first.
20958 (nnrss-request-article): Make a text/plain article if mml-to-mime
20959 failed.
20960 (nnrss-get-encoding): Return a compatible encoding according to
20961 nnrss-compatible-encoding-alist.
20962 (nnrss-find-el): Use consp instead of listp.
20963 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20964
20965 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20966
20967 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20968 which Emacs 20 doesn't support.
20969 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20970
20971 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20972
20973 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20974 silence the byte compiler inside the defun.
20975
20976 * gnus-demon.el (parse-time-string): Add autoload.
20977
20978 * gnus-delay.el (parse-time-string): Add autoload.
20979
20980 * gnus-art.el (parse-time-string): Add autoload.
20981
20982 * nnultimate.el (parse-time): Require for `parse-time-string'.
20983
20984 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20985
20986 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20987
20988 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20989
20990 * smime.el (smime-ldap-host-list): Add :version.
20991
20992 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20993
20994 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20995 pass it to `gnus-browse-read-group'.
20996 (gnus-browse-read-group): Add NUMBER argument and pass it to
20997 `gnus-group-read-ephemeral-group'.
20998
20999 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21000 argument and pass it to `gnus-group-read-group'.
21001
21002 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
21003
21004 * mm-util.el (mm-xemacs-find-mime-charset): Only call
21005 mm-xemacs-find-mime-charset-1 if we have the mule feature
21006 available at runtime.
21007
21008 2005-03-25 Werner Lemberg <wl@gnu.org>
21009
21010 * nnmaildir.el: Replace `illegal' with `invalid'.
21011
21012 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21013
21014 * gnus-start.el (gnus-display-time-event-handler):
21015 Check display-time-timer at runtime rather than only at load time
21016 in case display-time-mode is turned off in the mean time.
21017
21018 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
21019
21020 * nnimap.el (nnimap-open-connection): Print which authinfo file is
21021 used.
21022
21023 * nneething.el (nneething-map-file-directory): Derive from
21024 `gnus-directory'.
21025
21026 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21027 the To/Cc button.
21028
21029 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
21030
21031 * nnmaildir.el (nnmaildir-request-accept-article):
21032 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21033
21034 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21035
21036 * gnus-async.el: Require timer-funcs at compile time when in
21037 XEmacs for `run-with-idle-timer'.
21038
21039 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
21040
21041 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21042 autoloaded function.
21043
21044 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21047
21048 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
21049
21050 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21051
21052 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21053
21054 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21055 Add gnus-expert-user to default.
21056
21057 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
21058
21059 * nnimap.el (nnimap-open-server): Ditto.
21060
21061 * imap.el (imap-authenticate): Fix typo.
21062
21063 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
21064
21065 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21066 buffer (since IMAP server might return FETCH response out of
21067 order, and the nntp buffer must be sorted).
21068
21069 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
21070
21071 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21072 comparison on string.
21073
21074 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21075 (gnus-agent-score): Rename category keywords to match gnus-cus.
21076 (gnus-agent-summary-fetch-series): Modify to protect against
21077 gnus-agent-summary-fetch-group clearing processable flags.
21078 (gnus-agent-synchronize-group-flags): Update live group buffer as
21079 synchronization may occur due to the user toggle the plugged
21080 status.
21081 (gnus-agent-fetch-group-1): Clear downloadable flag when article
21082 successfully downloaded.
21083 (gnus-agent-expire-group-1): Avoid using markers when the overview
21084 is in ascending order; greatly improves performance.
21085 (gnus-agent-regenerate-group):
21086 Use gnus-agent-synchronize-group-flags to reset read status in both
21087 gnus and server.
21088 (gnus-agent-update-files-total-fetched-for): Fix initial size.
21089
21090 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21091
21092 * message.el: Don't autoload former message-utils variables.
21093 (message-strip-subject-trailing-was): Change doc string.
21094
21095 * nnweb.el: Fixes for `gnus-group-make-web-group'.
21096 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
21097 (nnweb-google-search): Add "hl=en" here.
21098 (nnweb-google-parse-1, nnweb-google-create-mapping):
21099 Don't hardcode URL.
21100
21101 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
21102
21103 * message.el (message-get-reply-headers, message-followup):
21104 Mention related variables `message-use-followup-to' and
21105 `message-use-mail-followup-to', in the information buffer.
21106
21107 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21108 of broken groups(-beta).google.com.
21109
21110 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
21111
21112 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21113 parameter to invoked gnus-request-move-article; remove the
21114 redundant gnus-sum-hint-move-is-internal variable; apply the marks
21115 all at once instead of once per article.
21116 (gnus-summary-remove-process-mark): Accept a list of articles as
21117 well as a single article for processing.
21118
21119 * gnus-int.el (gnus-request-move-article): Add move-is-internal
21120 parameter.
21121
21122 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21123
21124 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21125
21126 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21127 parameter.
21128
21129 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21130 parameter.
21131
21132 * nnimap.el (nnimap-request-move-article): Add move-is-internal
21133 parameter and remove the gnus-sum-hint-move-is-internal variable.
21134
21135 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21136 parameter.
21137
21138 * nndraft.el (nndraft-request-move-article): Add move-is-internal
21139 parameter.
21140
21141 * nndiary.el (nndiary-request-move-article): Add move-is-internal
21142 parameter.
21143
21144 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21145
21146 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21147 parameter.
21148
21149 * nnagent.el (nnagent-request-move-article): Add move-is-internal
21150 parameter.
21151
21152 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
21153
21154 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21155 a more conservative way.
21156
21157 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21158
21159 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21160 buffer, so it moves the window's cursor.
21161
21162 2005-02-26 Arne Jørgensen <arne@arnested.dk>
21163
21164 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21165 `mm-dissect-multipart' and receive the from field as an (optional)
21166 argument from `mm-dissect-multipart'.
21167 (mm-dissect-multipart): Receive the from field as an argument and
21168 pass it on when we call `mm-dissect-buffer' on MIME parts.
21169 Fixes verification/decryption of signed/encrypted MIME parts.
21170
21171 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
21172
21173 * gnus-sum.el (gnus-summary-move-article):
21174 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21175 whatever it calls (right now, only nnimap-request-move article
21176 respects it).
21177
21178 * nnimap.el (nnimap-request-move-article):
21179 When gnus-sum-hint-move-is-internal is set, don't do the extra
21180 nnimap-request-article.
21181
21182 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
21183
21184 * nnheader.el (nnheader-find-file-noselect): Add doc string.
21185
21186 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21187 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21188
21189 * gnus-sum.el (gnus-summary-caesar-message):
21190 Apply `gnus-treat-article' after rotation.
21191
21192 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21193 doc string.
21194
21195 2005-02-22 Simon Josefsson <jas@extundo.com>
21196
21197 * encrypt.el (encrypt-password-cache-expiry): Remove (use
21198 `password-cache-expiry' instead). Reported by Arne Jørgensen
21199 <arne@arnested.dk>.
21200 (encrypt): Add password-cache and password-cache-expiry as group
21201 members.
21202
21203 2005-02-22 Arne Jørgensen <arne@arnested.dk>
21204
21205 * smime.el (smime-ldap-host-list): Doc fix.
21206 (smime-ask-passphrase): Use `password-read-and-add' to read (and
21207 cache) password.
21208 (smime-sign-region): Use it.
21209 (smime-decrypt-region): Use it.
21210 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21211 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21212 fails.
21213 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21214 certificate from DER to PEM format rather than calling openssl.
21215
21216 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21217
21218 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21219 for signing/encryption.
21220
21221 * mml.el (mml-parse-1): Use them.
21222
21223 2005-02-21 Arne Jørgensen <arne@arnested.dk>
21224
21225 * nnrss.el (nnrss-verbose): Remove.
21226 (nnrss-request-group): Use `nnheader-message' instead.
21227
21228 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
21229
21230 * nnrss.el (nnrss-verbose): New variable.
21231 (nnrss-request-group): Make it say nnrss is requesting a group.
21232
21233 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
21234
21235 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21236 Handle news URL with given port correctly.
21237
21238 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
21239
21240 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21241 containing special characters.
21242
21243 * gnus-sum.el (gnus-summary-edit-article): Ditto.
21244
21245 * mml.el (mime-to-mml): Ditto.
21246
21247 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21248 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21249 (rfc2047-decode-region): Quote decoded words containing special
21250 characters when rfc2047-quote-decoded-words-containing-tspecials
21251 is non-nil.
21252
21253 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
21254
21255 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21256
21257 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21258
21259 2005-02-15 Simon Josefsson <jas@extundo.com>
21260
21261 * nnimap.el (nnimap-debug): Doc fix.
21262
21263 * imap.el (imap-debug): Doc fix.
21264
21265 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
21266
21267 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21268
21269 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
21270
21271 * gnus.el (spam-contents): Improve docs for spam-contents
21272 parameter in its variable incarnation.
21273
21274 2005-02-14 Simon Josefsson <jas@extundo.com>
21275
21276 * smime-ldap.el: Use require instead of load-library for ldap.
21277 (smime-ldap-search): Indent.
21278 (smime-ldap-search-internal): Shorten line.
21279
21280 * smime.el (smime-cert-by-dns): Add doc-string.
21281 (smime-cert-by-ldap-1): Indent.
21282
21283 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21284 mml-smime-get-dns-ldap.
21285 (mml-smime-encrypt-query): Use new function. Default to ldap.
21286
21287 2005-02-14 Arne Jørgensen <arne@arnested.dk>
21288
21289 * smime.el: Require smime-ldap.
21290 (smime-ldap-host-list): New variable.
21291 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21292
21293 * mml-smime.el (mml-smime-encrypt-query): New function.
21294 (mml-smime-encrypt-query): Use it.
21295
21296 * smime-ldap.el: New file.
21297
21298 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
21299
21300 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21301
21302 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
21303
21304 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21305 argument in doc string. Make query for type more clear.
21306
21307 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
21308
21309 * gnus.el (gnus-group-startup-message): Search for gnus images in
21310 etc/images/gnus.
21311 * mm-util.el (mm-image-load-path): Likewise.
21312 * smiley.el (smiley-data-directory): Search for smilies in
21313 etc/images/smilies.
21314
21315 2005-02-09 Kim F. Storm <storm@cua.dk>
21316
21317 Change Emacs release version from 21.4 to 22.1 throughout.
21318 Change Emacs development version from 21.3.50 to 22.0.50.
21319
21320 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
21321
21322 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21323
21324 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21325 non-Mule XEmacs as well.
21326 (mm-decompress-buffer): Signal an error intentionally if it does
21327 not decompress compressed data because auto-compression-mode is
21328 disabled.
21329
21330 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
21331
21332 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21333 an ID in the registry even if it has no groups.
21334
21335 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
21336
21337 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21338 merge it into mm-decompress-buffer.
21339 (gnus-mime-copy-part): Use the MIME part charset, the value which
21340 a user specified or gnus-newsgroup-charset for decoding, like
21341 gnus-mime-inline-part does; set buffer-file-coding-system to tell
21342 save-buffer what was used. Suggested by Kevin Ryde
21343 <user42@zip.com.au>.
21344 (gnus-mime-inline-part): Allow the name parameter as well as the
21345 filename parameter; force decompressing of compressed data; always
21346 display contents being not decoded as unibyte.
21347
21348 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21349 as well as the filename parameter.
21350
21351 * mm-util.el (mm-decompress-buffer):
21352 Merge gnus-mime-jka-compr-maybe-uncompress.
21353 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21354 of compressed data.
21355
21356 2005-02-08 Simon Josefsson <jas@extundo.com>
21357
21358 * imap.el (imap-log): Doc fix.
21359
21360 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
21361
21362 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21363 the coding cookies; decompress compressed parts.
21364
21365 * mml.el (mml-generate-mime-1): Add the charset parameter according
21366 to the value which a user specified manually or the coding cookie.
21367
21368 * mm-util.el (mm-string-to-multibyte): New function.
21369 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21370 (mm-coding-system-to-mime-charset): New function.
21371 (mm-decompress-buffer): New function.
21372 (mm-find-buffer-file-coding-system): New function.
21373
21374 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21375 (mm-display-inline-fontify): Rewrite for decoding and decompressing
21376 parts.
21377
21378 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21379
21380 * mm-view.el (mm-display-inline-fontify): Decode a part according
21381 to the charset parameter.
21382
21383 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
21384
21385 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21386 prefix arg is neither nil nor a number, as info specifies.
21387
21388 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
21389
21390 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21391 timestamps.
21392
21393 2005-02-02 Jari Aalto <jari.aalto@cante.net>
21394
21395 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21396 groups error checking and notify user.
21397
21398 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
21399
21400 * message.el (message-send-mail-function): Check existence of
21401 sendmail-program first before using default value
21402 `message-send-mail-with-sendmail'. Otherwise use more generic
21403 `smtpmail-send-it'.
21404
21405 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
21406
21407 * nntp.el (nntp-request-update-info): Always return nil.
21408
21409 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
21410
21411 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21412
21413 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21414
21415 * message.el (message-beginning-of-line): Change the behavior when
21416 invoked between BOL and : so that it first moves backward.
21417
21418 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21419
21420 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21421 article buffer when editing of the article is discarded.
21422 (gnus-article-prepare): Revert.
21423
21424 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
21425
21426 * gnus-art.el (gnus-article-prepare):
21427 Remove message-strip-forbidden-properties from the local hook.
21428
21429 2005-01-27 Simon Josefsson <jas@extundo.com>
21430
21431 * password.el (password-cache-add): Only start one timer per key.
21432 Reported by Derek Atkins <warlord@MIT.EDU>.
21433
21434 2005-01-26 Steve Youngs <steve@sxemacs.org>
21435
21436 * run-at-time.el: Remove. It is no longer needed as
21437 timer-funcs.el in the xemacs-base package has a working version of
21438 `run-at-time'.
21439
21440 * password.el: Require timer-funcs instead of run-at-time in
21441 XEmacs.
21442 Remove `password-run-at-time' macro.
21443 (password-cache-add): Use `run-at-time' instead of
21444 `password-run-at-time'.
21445
21446 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21447 for `run-with-idle-timer'.
21448
21449 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21450 for `run-at-time'.
21451
21452 * mm-url.el: Require timer-funcs at compile time when in XEmacs
21453 for `with-timeout'.
21454
21455 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
21456
21457 * mml.el (mml-generate-mime-1): Convert string into unibyte when
21458 inserting " *mml*" buffer's contents into a unibyte temp buffer.
21459
21460 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
21461
21462 * mail-source.el (mail-source-fetch-imap): Search for ^From case
21463 sensitively.
21464
21465 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
21466
21467 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21468
21469 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
21470
21471 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21472 which will be inserted according to the multibyteness of a buffer
21473 rather than the type of contents. Suggested by ARISAWA Akihiro
21474 <ari@mbf.ocn.ne.jp>.
21475
21476 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21477 of string which old xml.el may return rather than a string.
21478
21479 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
21480
21481 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21482
21483 2005-01-16 Simon Josefsson <jas@extundo.com>
21484
21485 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21486 idn/idna.el isn't available.
21487 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
21488 <michael@waxrat.com>.
21489
21490 * hashcash.el: Remove non-FSF copyright header.
21491
21492 * hashcash.el (hashcash-extra-generate-parameters): New variable.
21493 (hashcash-generate-payment): Use it.
21494 (hashcash-generate-payment-async): Use it.
21495
21496 2005-01-15 Simon Josefsson <jas@extundo.com>
21497
21498 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21499 Suggested by Raymond Scholz <ray-2005@zonix.de>.
21500
21501 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21502 gnus-summary-idna-message.
21503 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21504 (gnus-summary-idna-message): New function.
21505
21506 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
21507
21508 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21509 gnus-novice-user.
21510
21511 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
21512
21513 * nnrss.el (nnrss-request-delete-group): Delete entries in
21514 nnrss-group-alist as well.
21515 (nnrss-save-server-data): Insert newline.
21516
21517 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
21518
21519 * gnus.el (gnus-user-agent): Use list of symbols instead of
21520 symbols. Display full version number for (S)XEmacs.
21521 Optionally display (S)XEmacs codename.
21522
21523 * gnus-util.el (gnus-emacs-version): Update for new
21524 `gnus-user-agent'.
21525
21526 * gnus-msg.el (gnus-extended-version): Make it possible to omit
21527 Gnus version.
21528
21529 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
21530
21531 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
21532 which is unreadable in some setups.
21533
21534 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
21535
21536 * gnus-spec.el (gnus-update-format-specifications): Flush the
21537 group format spec cache if it doesn't support decoded group names.
21538
21539 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
21540
21541 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21542 Allow to apply decay on score files matching a regexp.
21543
21544 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
21545
21546 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21547 compatibility in %g and %c.
21548
21549 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
21550
21551 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21552 name for only %g and %c.
21553 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21554 of gnus-tmp-group to decoded group name.
21555 (gnus-group-make-rss-group): Exclude `/'s from group names.
21556
21557 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
21558
21559 * nnrss.el (nnrss-get-encoding): Fix regexp.
21560
21561 2004-12-27 Simon Josefsson <jas@extundo.com>
21562
21563 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21564 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21565 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
21566
21567 2004-12-17 Kim F. Storm <storm@cua.dk>
21568
21569 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21570
21571 * gnus-sum.el (gnus-summary-mode-map): Likewise.
21572
21573 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21574
21575 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21576
21577 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
21578
21579 * nnrss.el: Require rfc2047 and mml.
21580 (nnrss-file-coding-system): New variable.
21581 (nnrss-format-string): Redefine it as an inline function.
21582 (nnrss-decode-group-name): New function.
21583 (nnrss-string-as-multibyte): Remove.
21584 (nnrss-retrieve-headers): Decode group name; don't use
21585 nnrss-format-string.
21586 (nnrss-request-group): Decode group name.
21587 (nnrss-request-article): Decode group name; allow a Message-ID as
21588 well as an article number; don't use nnrss-format-string; encode a
21589 Message-ID string which may contain non-ASCII characters; use
21590 mml-to-mime to compose a MIME article.
21591 (nnrss-request-expire-articles): Decode group name.
21592 (nnrss-request-delete-group): Decode group name.
21593 (nnrss-fetch): Clarify error message.
21594 (nnrss-read-server-data): Use insert-file-contents instead of load;
21595 bind file-name-coding-system; use multibyte buffer.
21596 (nnrss-save-server-data): Bind coding-system-for-write to the
21597 value of nnrss-file-coding-system; bind file-name-coding-system;
21598 add coding cookie.
21599 (nnrss-read-group-data): Use insert-file-contents instead of load;
21600 bind file-name-coding-system; use multibyte buffer.
21601 (nnrss-save-group-data): Bind coding-system-for-write to the
21602 value of nnrss-file-coding-system; bind file-name-coding-system.
21603 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21604 make it work with non-ASCII text.
21605 (nnrss-find-el): Make it work with old xml.el as well.
21606
21607 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
21608
21609 * nnrss.el (nnrss-get-encoding): New function.
21610 (nnrss-fetch): Use unibyte buffer initially; bind
21611 coding-system-for-read while performing mm-url-insert; remove ^Ms;
21612 decode contents according to the encoding attribute.
21613 (nnrss-save-group-data): Add coding cookie.
21614 (nnrss-mime-encode-string): New function.
21615 (nnrss-check-group): Use it to encode subject and author.
21616
21617 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
21618
21619 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21620 imaginary variable.
21621
21622 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
21623
21624 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21625 correctly even if there are wide characters.
21626
21627 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
21628
21629 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21630 downcased symbol names; make a new cache instead of reusing
21631 bbdb-hashtable.
21632
21633 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
21634
21635 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21636 concatenating segments rather than before concatenating them.
21637 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21638
21639 * message.el (message-get-reply-headers): Bind `extra'.
21640
21641 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21642
21643 * message.el (message-extra-wide-headers): New variable.
21644 (message-get-reply-headers): Use it.
21645
21646 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
21647
21648 * gnus-agent.el (gnus-agent-group-path): Decode group name.
21649 (gnus-agent-group-pathname): Ditto.
21650
21651 * gnus-cache.el (gnus-cache-file-name): Decode group name.
21652
21653 * gnus-group.el (gnus-group-make-group): Decode group name.
21654 (gnus-group-make-rss-group): Register the group data after opening
21655 the nnrss group.
21656
21657 2004-12-17 Paul Jarc <prj@po.cwru.edu>
21658
21659 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21660 by expiry now get marked as read.
21661
21662 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21663
21664 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21665
21666 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
21667
21668 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21669 unify Latin characters in XEmacs.
21670 (mm-find-mime-charset-region): Use it.
21671
21672 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
21673
21674 * gnus-util.el (gnus-delete-directory): New function.
21675
21676 * gnus-agent.el (gnus-agent-delete-group): Use it.
21677
21678 * gnus-cache.el (gnus-cache-delete-group): Use it.
21679
21680 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
21681
21682 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21683 names.
21684
21685 2004-12-16 Simon Josefsson <jas@extundo.com>
21686
21687 * hashcash.el (hashcash-payment-alist): Fix custom :type.
21688
21689 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
21690
21691 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21692
21693 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21694 (gnus-group-set-current-level): Decode group name.
21695
21696 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
21697
21698 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21699 failed.
21700
21701 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
21702
21703 * gnus-group.el (gnus-group-delete-group): Decode group name.
21704 (gnus-group-make-rss-group): Encode group name.
21705 (gnus-group-catchup-current): Decode group name.
21706 (gnus-group-kill-group): Decode group name.
21707
21708 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21711
21712 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
21713
21714 * gnus-group.el (gnus-group-make-rss-group):
21715 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21716
21717 * gnus-start.el (gnus-setup-news): Honor user's setting to
21718 gnus-message-archive-method. Suggested by Lute Kamstra
21719 <lute@gnu.org>.
21720
21721 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
21722
21723 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21724 global counterparts of the buffer-local variables.
21725
21726 2004-11-16 Romain Francoise <romain@orebokech.com>
21727
21728 * gnus-sum.el (gnus-summary-exit): Don't clear the global
21729 counterparts of the buffer-local variables.
21730
21731 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21732
21733 * message.el (message-forbidden-properties): Fix typo in doc
21734 string.
21735
21736 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
21737
21738 * gnus-util.el (gnus-replace-in-string): Add doc string.
21739
21740 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21741 to avoid problems when splitting mails with many recipients.
21742
21743 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21744
21745 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21746 pop-to-buffer, covered by the subsequent gnus-configure-windows.
21747
21748 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
21749
21750 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21751 if there is no hashtable in memory or file modification time is
21752 newer than cached timestamp.
21753
21754 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
21755
21756 * gnus-sum.el (gnus-summary-limit-to-recipient):
21757 Implement not-matching option.
21758
21759 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
21760
21761 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21762 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21763 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21764 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21765 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
21766 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21767
21768 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
21769
21770 * message.el (message-forward-make-body-mml): Remove headers
21771 according to message-forward-ignored-headers if a message is decoded.
21772
21773 2004-12-02 Romain Francoise <romain@orebokech.com>
21774
21775 * message.el (message-forward-make-body-plain): Always remove
21776 headers according to message-forward-ignored-headers.
21777
21778 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
21779
21780 * spam.el (spam-summary-prepare-exit): Remove the
21781 gnus-summary-limit pop for now, it has problems with ham marks for
21782 me.
21783
21784 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
21785
21786 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21787 correctly.
21788
21789 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
21790
21791 * format-spec.el (format-spec): Message the char.
21792
21793 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
21794
21795 * gnus-art.el (gnus-split-methods): Reformat comments.
21796
21797 * spam.el (spam-summary-prepare-exit): Remove article limits
21798 before exiting the summary buffer.
21799
21800 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21801
21802 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21803 order to silence the byte compiler.
21804
21805 * spam.el: Fix the way to silence the byte compiler, which
21806 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21807 bbdb-search-simple, spam-BBDB-register-routine,
21808 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21809 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21810 spam-stat-buffer-is-spam, spam-stat-load,
21811 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21812 spam-stat-save and spam-stat-split-fancy.
21813
21814 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
21815
21816 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21817 which may confuse users.
21818 (canlock-password-for-verify): Ditto.
21819
21820 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21821
21822 * gnus-art.el (gnus-emphasis-alist): Ditto.
21823
21824 * gnus-registry.el (gnus-registry-max-entries): Ditto.
21825
21826 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21827
21828 * gnus-start.el (gnus-save-killed-list): Ditto.
21829
21830 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21831 (gnus-sum-thread-tree-root): Ditto.
21832 (gnus-sum-thread-tree-false-root): Ditto.
21833 (gnus-sum-thread-tree-single-indent): Ditto.
21834
21835 * message.el (message-courtesy-message): Ditto.
21836 (message-archive-note): Ditto.
21837 (message-subscribed-address-file): Ditto.
21838 (message-user-fqdn): Ditto.
21839
21840 * spam-report.el (spam-report-gmane-regex): Ditto.
21841
21842 * spam.el (spam-blackhole-good-server-regex): Ditto.
21843
21844 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21845
21846 * mml.el (mml-preview): Widen the message buffer before copying
21847 the contents to the preview buffer; sort headers before previewing.
21848
21849 * message.el (message-hidden-headers): Fix the way to avoid a bug
21850 in the `repeat' widget in Emacs 21.3 or earlier.
21851
21852 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
21853
21854 * message.el (message-hidden-headers): Default to "^References:".
21855 Improve customization type. Suggested by Reiner Steib
21856 <Reiner.Steib@gmx.de>.
21857
21858 2004-11-25 Romain Francoise <romain@orebokech.com>
21859
21860 * message.el (message-strip-forbidden-properties): Remove check for
21861 obsolete `message-hidden' text property, hidden headers are not
21862 accessible in the buffer anymore.
21863
21864 2004-11-22 Romain Francoise <romain@orebokech.com>
21865
21866 * message.el (message-header-format-alist): Add `From' in list
21867 so that it can be sorted.
21868 (message-fix-before-sending): Widen and sort headers before
21869 sending.
21870 (message-hide-headers): Use narrowing to hide headers by moving
21871 them to the top of the buffer and narrowing to the region
21872 underneath.
21873
21874 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21875
21876 * message.el (message-strip-forbidden-properties):
21877 Bind buffer-read-only (etc) to nil.
21878
21879 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21880
21881 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21882 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21883
21884 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21885
21886 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21887
21888 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21889
21890 * dns.el (query-dns): Use sit-for to time instead of
21891 accept-process-output, since that doesn't seem to work on udp
21892 sockets.
21893
21894 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21895
21896 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21897
21898 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21899
21900 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21901 doc string. Improve doc string.
21902
21903 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21904
21905 * nntp.el (nntp-request-update-info): Return nil if
21906 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21907 may not call gnus-activate-group which uselessly issues the GROUP
21908 commands for all nntp groups and wastes time. Reported by Romain
21909 Francoise <romain@orebokech.com>.
21910
21911 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21912
21913 2004-11-15 Simon Josefsson <jas@extundo.com>
21914
21915 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21916 headers separately.
21917 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21918 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21919
21920 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21921
21922 * gnus-start.el (gnus-convert-old-newsrc):
21923 Assign legacy-gnus-agent to 5.10.7.
21924
21925 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21926
21927 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21928 start of the lines.
21929
21930 2004-11-14 Magnus Henoch <mange@freemail.hu>
21931
21932 * hashcash.el (hashcash-default-payment): Change default to 20.
21933 (hashcash-default-accept-payment): Change default to 20.
21934 (hashcash-process-alist): New variable.
21935 (hashcash-generate-payment-async): Add.
21936 (hashcash-already-paid-p): Add.
21937 (hashcash-insert-payment): Don't generate payments twice.
21938 (hashcash-insert-payment-async): Add.
21939 (hashcash-insert-payment-async-2): Add.
21940 (hashcash-cancel-async): Add.
21941 (hashcash-wait-async): Add.
21942 (hashcash-processes-running-p): Add.
21943 (hashcash-wait-or-cancel): Add.
21944 (mail-add-payment): New optional argument. Conditionally start
21945 asynchronous calculation.
21946 (mail-add-payment-async): Add.
21947
21948 * message.el (message-send-mail): Wait for asynchronous hashcash
21949 results. Don't clobber existing X-Hashcash headers.
21950 (message-setup-1): Call mail-add-payment-async when
21951 message-generate-hashcash is non-nil.
21952
21953 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21954
21955 * message.el (message-use-alternative-email-as-from): Examine the
21956 From header as well; use message-make-from in order to include a
21957 user's full name.
21958
21959 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21960
21961 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21962 default; improve customization type.
21963 (gnus-emphasis-custom-with-format): New macro.
21964 (gnus-emphasis-custom-value-to-external): New function.
21965 (gnus-emphasis-custom-value-to-internal): New function.
21966
21967 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21968
21969 * dns.el (query-dns): Resolve reverse addresses.
21970
21971 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21972
21973 * gnus-group.el (gnus-group-get-new-news): Use it.
21974
21975 * gnus-start.el (gnus-check-reasonable-setup): New function.
21976
21977 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21978
21979 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21980 "Args out of range" error. Reported by Arnaud Giersch
21981 <arnaud.giersch@free.fr>.
21982
21983 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21984
21985 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21986
21987 2004-11-04 Richard M. Stallman <rms@gnu.org>
21988
21989 * spam.el (spam group): Add :version.
21990
21991 * pgg-def.el (pgg group): Add :version.
21992
21993 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21994
21995 * gnus-art.el (gnus-article-edit-article): Don't associate the
21996 article buffer with a draft file. This is a temporary measure
21997 against the 2004-08-22 change to gnus-article-edit-mode.
21998
21999 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
22000
22001 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22002 (html2text-format-tags): Remove unused variable `attr'.
22003
22004 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
22005
22006 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22007
22008 * spam-stat.el (spam-stat): Add :version.
22009
22010 * sieve.el (sieve): Add :version.
22011
22012 * sha1.el (sha1): Add :version.
22013 (sha1-use-external): Remove redundant version.
22014
22015 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22016 (nnmail-cache-ignore-groups, nnmail-spool-hook)
22017 (nnmail-split-fancy-match-partial-words)
22018 (nnmail-split-lowercase-expanded): Add :version.
22019
22020 * nndiary.el (nndiary): Add :version.
22021
22022 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22023
22024 * mml-sec.el (mml-default-sign-method)
22025 (mml-default-encrypt-method, mml-signencrypt-style-alist):
22026 Add :version.
22027
22028 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22029
22030 * mm-url.el (mm-url-use-external, mm-url-program)
22031 (mm-url-arguments): Add :version.
22032
22033 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22034 (mm-attachment-file-modes, mm-decrypt-option)
22035 (mm-w3m-safe-url-regexp): Add :version.
22036
22037 * message.el (message-cite-prefix-regexp)
22038 (message-sendmail-envelope-from, message-minibuffer-local-map)
22039 (message-user-fqdn, message-completion-alist): Add :version.
22040
22041 * gnus-win.el (gnus-configure-windows-hook)
22042 (gnus-use-frames-on-any-display): Add :version.
22043
22044 * gnus-art.el (gnus-article-address-banner-alist)
22045 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22046 (gnus-treat-from-picon, gnus-treat-mail-picon)
22047 (gnus-treat-x-pgp-sig): Add :version.
22048
22049 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22050 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22051 (gnus-summary-article-delete-hook)
22052 (gnus-summary-display-while-building): Add :version.
22053
22054 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22055 (gnus-get-top-new-news-hook): Add :version.
22056
22057 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22058 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22059
22060 * gnus-registry.el (gnus-registry): Add :version.
22061
22062 * gnus-spec.el (gnus-use-correct-string-widths)
22063 (gnus-make-format-preserve-properties): Add :version.
22064
22065 * gnus.el (gnus-group-charter-alist)
22066 (gnus-group-fetch-control-use-browse-url)
22067 (gnus-install-group-spam-parameters): Add :version.
22068
22069 * gnus-diary.el (gnus-diary): Add :version.
22070
22071 * gnus-delay.el (gnus-delay): Add :version.
22072
22073 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22074 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22075 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22076 Add :version.
22077
22078 * gnus-agent.el (gnus-agent-max-fetch-size)
22079 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22080 (gnus-agent-prompt-send-queue): Add :version.
22081
22082 * deuglify.el (gnus-outlook-deuglify): Add :version.
22083
22084 * html2text.el: Beautify code. Improve doc strings.
22085 Some checkdoc cleanup.
22086 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22087
22088 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22089
22090 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22091
22092 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
22093
22094 * gnus-registry.el (gnus-registry-hashtb): Create the registry
22095 when package is loaded.
22096
22097 * spam.el (spam-summary-score-preferred-header): Add global preference
22098 for people who want to override the default SpamAssassin over
22099 Bogofilter preference (when both are set).
22100 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22101 (spam-user-format-function-S):
22102 Check spam-summary-score-preferred-header.
22103 (spam-extra-header-to-number): Add X-Bogosity header parsing.
22104 (spam-user-format-function-S): Format the score correctly.
22105
22106 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
22107
22108 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22109 signature file. Suggested by Manoj Srivastava
22110 <srivasta@golden-gryphon.com>.
22111
22112 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22113 iso-2022-jp even in the Japanese language environment.
22114 Suggested by Jason Rumney <jasonr@gnu.org>.
22115
22116 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
22117
22118 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22119 use the same characters as the dummy marks; make it free from
22120 getting affected by the language environment.
22121 (gnus-summary-read-group-1): Update mark positions only when the
22122 format spec is updated.
22123
22124 * gnus-spec.el (gnus-update-format-specifications): Return a list
22125 of updated types.
22126
22127 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
22128
22129 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22130 of boundp to check if display-warning is available.
22131
22132 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
22133
22134 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22135
22136 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
22137
22138 * nnspool.el (nnspool-spool-directory): Use news-path if the
22139 news-directory variable is not bound.
22140
22141 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22142 function instead of display-warning if it is not available.
22143
22144 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
22145
22146 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22147 v5-10: Use `point-at-bol'.
22148
22149 2004-10-26 Simon Josefsson <jas@extundo.com>
22150
22151 * hashcash.el: Fix URL in comment, reported by Cheng Gao
22152 <chenggao@gmail.com>.
22153
22154 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22155
22156 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
22157 instead.
22158
22159 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
22160
22161 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22162 to remove a server from the nnimap-server-buffer-alist.
22163 (nnimap-open-connection, nnimap-close-server): Use it.
22164
22165 * gnus-encrypt.el: Remove file in favor of encrypt.el.
22166
22167 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
22168
22169 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22170 running the major-mode function.
22171
22172 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
22173
22174 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22175 dummy marks in the right way.
22176
22177 2004-10-18 David Edmondson <dme@dme.org>
22178
22179 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22180 excessively.
22181
22182 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
22183
22184 * gnus-util.el (gnus-split-references): Accept a nil references
22185 string and go on blissfully.
22186
22187 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22188 cases where the references string is non-nil but has no references.
22189
22190 * encrypt.el: Add autoload tags.
22191
22192 * spam.el (spam-resolve-registrations-routine): Remove article
22193 from unregistration list too. Reported by David Hanak
22194 <dhanak@isis.vanderbilt.edu>
22195
22196 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
22197
22198 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22199 nil. Change custom type.
22200
22201 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
22202
22203 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22204
22205 * gnus-sum.el (gnus-summary-move-article): Use it.
22206
22207 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
22208
22209 * encrypt.el: Add autoload cookies.
22210
22211 * spam.el (spam-backend-article-list-property)
22212 (spam-backend-get-article-todo-list)
22213 (spam-backend-put-article-todo-list)
22214 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22215 Resolve registrations separately.
22216 (spam-register-routine): Format comments.
22217 (spam-unregister-routine, spam-register-routine): Always call with
22218 specific-articles, no default list.
22219 (spam-summary-prepare-exit): Use the spam-classifications function.
22220
22221 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22222 gnus-encrypt.el.
22223
22224 * encrypt.el: Copied from gnus-encrypt.el.
22225
22226 * gnus-encrypt.el: Commented that it's obsolete.
22227
22228 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22229
22230 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22231 (gnus-score-save): Use it.
22232
22233 * message.el (message-bury): Use `window-dedicated-p'.
22234
22235 2004-10-15 Simon Josefsson <jas@extundo.com>
22236
22237 * pop3.el (top-level): Don't require nnheader.
22238 (pop3-read-timeout): Add.
22239 (pop3-accept-process-output): Add.
22240 (pop3-read-response, pop3-retr): Use it.
22241
22242 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
22243
22244 * spam.el (spam-register-routine): Move comment.
22245 (spam-verify-bogofilter): Use 'unknown for the initial
22246 spam-bogofilter-valid state, not 'never.
22247
22248 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22249 for netrc-machine.
22250
22251 * nnimap.el (nnimap-open-connection):
22252 Use netrc-machine-user-or-password.
22253
22254 2004-10-17 Richard M. Stallman <rms@gnu.org>
22255
22256 * gnus-registry.el (gnus-registry-unload-hook):
22257 Set as a variable with add-hook.
22258
22259 * nnspool.el (nnspool-spool-directory): Use news-directory instead
22260 of news-path.
22261
22262 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22263
22264 * spam.el: Delete duplicate `provide'.
22265 (spam-unload-hook): Set as a variable with add-hook.
22266
22267 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
22268
22269 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22270 in the doc string.
22271
22272 * message.el (message-ignored-news-headers)
22273 (message-ignored-supersedes-headers)
22274 (message-ignored-resent-headers)
22275 (message-forward-ignored-headers): Improve custom type.
22276
22277 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
22278
22279 * message.el (message-tokenize-header): Fix 2004-09-06 change
22280 which used point-min in the wrong place.
22281
22282 2004-10-12 Simon Josefsson <jas@extundo.com>
22283
22284 * tls.el (tls-certtool-program): New variable.
22285 (tls-certificate-information): New function, based on
22286 ssl-certificate-information.
22287
22288 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
22289
22290 * compface.el: Move the version of ELisp-based uncompface program
22291 to the contrib directory because of the copyright problem.
22292
22293 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22294
22295 * message.el (message-kill-buffer): Raise the current frame.
22296
22297 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
22298
22299 * gnus-sum.el: Mention that multibyte characters don't work as marks.
22300
22301 * gnus.el (message-y-or-n-p): Autoload.
22302
22303 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22304 (pop3-password-required, pop3-authentication-scheme)
22305 (pop3-leave-mail-on-server): Make customizable.
22306 (pop3): New custom group.
22307 (pop3-retr): Remove `sleep-for' statements.
22308 Suggested by Dave Love <fx@gnu.org>.
22309
22310 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22311 Windows/DOS.
22312
22313 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22314 (imap-parse-body): Fix incorrect use of `assert'.
22315 Suggested by Dave Love <fx@gnu.org>.
22316
22317 * mml.el (mml-minibuffer-read-disposition): Require match.
22318 Suggested by Dave Love <fx@gnu.org>.
22319
22320 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
22321
22322 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
22323 doc string.
22324
22325 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
22326
22327 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22328
22329 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22330
22331 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22332 instead of calling `mm-insert-inline', to decode text/* parts
22333 before displaying them.
22334
22335 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
22336
22337 * mm-uu.el (mm-uu-text-plain-type): New variable.
22338 (mm-uu-pgp-signed-extract-1): Use it.
22339 (mm-uu-pgp-encrypted-extract-1): Use it.
22340 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22341 bind mm-uu-text-plain-type with that value.
22342 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22343 mm-uu-dissect.
22344
22345 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22346
22347 * gnus-group.el (gnus-update-group-mark-positions):
22348 * gnus-sum.el (gnus-update-summary-mark-positions):
22349 * message.el (message-check-news-body-syntax):
22350 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22351 of string-as-multibyte.
22352
22353 2004-10-05 Juri Linkov <juri@jurta.org>
22354
22355 * gnus-group.el (gnus-update-group-mark-positions):
22356 * gnus-sum.el (gnus-update-summary-mark-positions):
22357 * message.el (message-check-news-body-syntax):
22358 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22359 8-bit unibyte values to a multibyte string for search functions.
22360
22361 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
22362
22363 * mm-uu.el (mm-uu-dissect): Allow optional arg.
22364 (mm-uu-dissect-text-parts): New function.
22365
22366 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22367 dissect text parts.
22368
22369 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22370 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22371
22372 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22373
22374 * gnus-topic.el (gnus-topic-hierarchical-parameters):
22375 Use gnus-current-topics instead of gnus-current-topic.
22376
22377 2004-10-06 Jesper Harder <harder@ifa.au.dk>
22378
22379 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22380
22381 2004-10-05 Jesper Harder <harder@ifa.au.dk>
22382
22383 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22384 where appropriate.
22385
22386 * nnml.el (nnml-generate-active-info): do.
22387
22388 * nndiary.el (nndiary-generate-active-info): do.
22389
22390 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22391 (gnus-topic-move): do.
22392
22393 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22394 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22395
22396 * gnus-srvr.el (gnus-server-prepare)
22397 (gnus-server-open-all-servers): do.
22398
22399 * gnus-msg.el (gnus-summary-cancel-article)
22400 (gnus-summary-resend-message)
22401 (gnus-summary-mail-crosspost-complaint): do.
22402
22403 * gnus-move.el (gnus-change-server): do.
22404
22405 * gnus-group.el (gnus-group-unmark-all-groups)
22406 (gnus-group-set-current-level): do.
22407
22408 2004-10-04 Simon Josefsson <jas@extundo.com>
22409
22410 * message.el (message-generate-hashcash): Doc fix.
22411
22412 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
22413
22414 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22415 avoid infinite recursion via gnus-get-function.
22416
22417 2004-10-02 Jesper Harder <harder@ifa.au.dk>
22418
22419 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22420
22421 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22422
22423 * nnmail.el (nnmail-split-history): do.
22424
22425 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22426 (nnml-request-delete-group): do.
22427
22428 * nnslashdot.el (nnslashdot-read-groups): do.
22429
22430 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22431 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22432
22433 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22434 (nnspool-sift-nov-with-sed): Use last.
22435 (nnspool-retrieve-headers-with-nov): Use mapc.
22436 (nnspool-request-newgroups): Use dolist.
22437 (nnspool-request-group): Use last.
22438
22439 * nntp.el (nntp-read-server-type): Use dolist.
22440
22441 * nnvirtual.el (nnvirtual-create-mapping)
22442 (nnvirtual-update-read-and-marked): Use dolist.
22443 (nnvirtual-convert-headers): Simplify.
22444
22445 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22446
22447 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22448 Add support for sync'ing tick marks.
22449
22450 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
22451
22452 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22453 there's no visible header.
22454
22455 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
22456
22457 * gnus-agent.el (gnus-agent-synchronize-group-flags):
22458 When necessary, pass full group name to gnus-request-set-marks.
22459
22460 2004-10-01 Simon Josefsson <jas@extundo.com>
22461
22462 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
22463 acroread.
22464
22465 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22466
22467 * spam-report.el (spam-report-gmane): Fix interactive.
22468
22469 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22470
22471 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22472 when writing file.
22473 (gnus-agent-synchronize-flags): Don't default to being
22474 interactive.
22475
22476 2004-09-30 Simon Josefsson <jas@extundo.com>
22477
22478 * message.el (message-generate-hashcash): Add.
22479 (message-send-mail): Use it, call mail-add-payment.
22480
22481 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
22482
22483 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22484
22485 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
22486
22487 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22488 gnus-request-update-info with explicit code to sync the in-memory
22489 info read flags with the marks being sync'd to the backend.
22490
22491 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22492
22493 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22494
22495 * spam.el (spam-verify-bogofilter): Add new function.
22496 (spam-check-bogofilter)
22497 (spam-bogofilter-register-with-bogofilter): Use it.
22498 (spam-verify-bogofilter): Add small fixes.
22499
22500 2004-09-28 Simon Josefsson <jas@extundo.com>
22501
22502 * hashcash.el (hashcash-generate-payment): Revert.
22503
22504 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
22505
22506 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22507 Use gnus-extract-references instead of gnus-split-references.
22508
22509 * gnus-util.el (gnus-extract-references): Add new function, analogous
22510 to gnus-split-references but extracts only the message-ID without
22511 anything extra.
22512
22513 * hashcash.el (hashcash-generate-payment)
22514 (hashcash-check-payment): Do the right thing if hashcash-path is
22515 nil (because the hashcash program could not be found).
22516
22517 * spam.el (spam-use-hashcash): Remove comment.
22518
22519 2004-09-27 Jesper Harder <harder@ifa.au.dk>
22520
22521 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22522 (gnus-cache-enter-article, gnus-cache-remove-article)
22523 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22524
22525 * gnus-async.el (gnus-async-prefetch-remove-group): do.
22526
22527 * gnus-art.el (article-hide-boring-headers)
22528 (article-translate-strings, article-display-face)
22529 (gnus-article-mime-match-handle-first)
22530 (gnus-article-highlight-headers)
22531 (gnus-article-add-buttons-to-head): do.
22532
22533 2004-09-27 Simon Josefsson <jas@extundo.com>
22534
22535 * hashcash.el: New version, from
22536 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
22537 ../contrib/.
22538
22539 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
22540
22541 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22542
22543 2004-09-26 Jesper Harder <harder@ifa.au.dk>
22544
22545 * gnus-dup.el (gnus-dup-open): Use mapc.
22546 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22547
22548 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22549 Reported by Stefan Wiens <s.wi@gmx.net>.
22550
22551 * gnus.el (gnus-shutdown): Use dolist.
22552
22553 * gnus-undo.el (gnus-undo): Use mapc.
22554
22555 * nnrss.el (nnrss-generate-active): do.
22556
22557 * message.el (message-cite-original-without-signature)
22558 (message-cite-original): Use mapc.
22559 (message-do-actions, message-make-forward-subject): Use dolist.
22560
22561 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22562
22563 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22564 deletion to remove entire duplicate line. Fixes merged article
22565 number bug.
22566
22567 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
22568
22569 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22570 servers that are offline. Avoids having gnus-agent-toggle-plugged
22571 first ask if you want to open a server and then, even when you
22572 responded with no, asking if you want to synchronize the server's
22573 flags.
22574 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22575 multi-line expressions.
22576 (gnus-agent-synchronize-group-flags): New internal function.
22577 Updates marks in memory (in the info structure) AND in the
22578 backend.
22579
22580 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22581
22582 * nnagent.el (nnagent-request-set-mark):
22583 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22584 method, to ensure that synchronization updates marks in the
22585 backend and in the info (in memory) structure.
22586
22587 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
22588
22589 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22590 convention fully; don't miss the root article of a thread; make
22591 the X-Draft-From header with correct article numbers.
22592
22593 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
22594
22595 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22596 unless plugged. Disable the agent so that an open failure causes
22597 an error.
22598
22599 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22600 Revert 2004-09-21 change. The backend must be opened while
22601 synchronizing flags even when the backend stores the flags
22602 locally.
22603
22604 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
22605
22606 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22607 in `header' match. Reported by Svend Tollak Munkejord.
22608
22609 * message.el (message-cite-original): Fix use of
22610 `message-cite-articles-with-x-no-archive'.
22611
22612 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
22613
22614 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22615 (gnus-window-to-buffer): Ditto.
22616
22617 * mml.el (mml-preview-buffer): New variable.
22618 (mml-preview): Manage window layout with gnus-buffer-configuration.
22619
22620 * gnus-msg.el (gnus-setup-message): Put article numbers into the
22621 X-Draft-From header even if those articles aren't quoted.
22622
22623 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
22624
22625 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22626 (gnus-request-set-mark, gnus-request-update-mark): Use new
22627 g-s-t-u-l-m to decide to use backend even when unplugged.
22628
22629 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
22630
22631 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22632 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
22633
22634 2004-09-20 Simon Josefsson <jas@extundo.com>
22635
22636 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22637 "utf-16-le".
22638
22639 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
22640
22641 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22642
22643 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
22644
22645 * uudecode.el (uudecode-use-external): Add :version.
22646
22647 * smime.el (smime-CA-file, smime-encrypt-cipher)
22648 (smime-dns-server): Add :version.
22649
22650 * smiley.el (gnus-smiley-file-types): Add :version.
22651
22652 * sha1.el (sha1-use-external): Add :version.
22653
22654 * pgg-def.el (pgg-query-keyserver): Add :version.
22655
22656 * nnmail.el (nnmail-fancy-expiry-targets)
22657 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22658 Add :version.
22659
22660 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22661 (nnimap-retrieve-groups-asynchronous): Add :version.
22662 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
22663
22664 * mml.el (mml-content-disposition-parameters)
22665 (mml-insert-mime-headers-always): Add :version.
22666
22667 * mm-util.el (mm-coding-system-priorities): Add :version.
22668
22669 * mm-decode.el (mm-inline-text-html-with-images)
22670 (mm-keep-viewer-alive-types, mm-external-terminal-program)
22671 (mm-verify-option): Add :version.
22672 (mm-text-html-renderer): Change :version.
22673
22674 * message.el (message-fcc-externalize-attachments)
22675 (message-required-headers, message-draft-headers)
22676 (message-subject-trailing-was-query)
22677 (message-subject-trailing-was-ask-regexp)
22678 (message-subject-trailing-was-regexp, message-mark-insert-begin)
22679 (message-mark-insert-end, message-archive-header)
22680 (message-archive-note, message-cross-post-default)
22681 (message-cross-post-note, message-followup-to-note)
22682 (message-cross-post-note-function, message-use-mail-followup-to)
22683 (message-subscribed-address-functions)
22684 (message-subscribed-address-file, message-subscribed-addresses)
22685 (message-subscribed-regexps, message-allow-no-recipients)
22686 (message-yank-cited-prefix, message-signature-insert-empty-line)
22687 (message-hidden-headers, message-hierarchical-addresses)
22688 (message-mail-user-agent, message-use-idna)
22689 (message-valid-fqdn-regexp)
22690 (message-strip-special-text-properties, message-header-synonyms)
22691 (message-beginning-of-line, message-tab-body-function): Add :version.
22692 (message-insert-canlock, message-wide-reply-confirm-recipients):
22693 Change :version.
22694
22695 * mail-source.el (mail-source-ignore-errors): Add :group, :type
22696 and :version.
22697 (mail-source-delete-old-incoming-confirm)
22698 (mail-source-movemail-program): Add :version.
22699
22700 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22701 (gnus-agent-cache, gnus-agent): Change :version.
22702
22703 * gnus-util.el (gnus-use-byte-compile): Change :version.
22704
22705 * gnus-sum.el (gnus-summary-make-false-root-always)
22706 (gnus-summary-default-high-score)
22707 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22708 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22709 (gnus-read-all-available-headers, gnus-article-emulate-mime)
22710 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22711 (gnus-sum-thread-tree-single-indent)
22712 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22713 (gnus-sum-thread-tree-leaf-with-other)
22714 (gnus-sum-thread-tree-single-leaf): Add :version.
22715 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22716 (gnus-article-loose-mime): Change :version.
22717
22718 * gnus-start.el (gnus-backup-startup-file)
22719 (gnus-save-startup-file-via-temp-buffer): Add :version.
22720
22721 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22722 (gnus-server-offline-face): Add :version.
22723
22724 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22725
22726 * gnus-msg.el (gnus-gcc-externalize-attachments)
22727 (gnus-debug-files, gnus-debug-exclude-variables)
22728 (gnus-discouraged-post-methods): Change :version.
22729 (gnus-confirm-mail-reply-to-news)
22730 (gnus-confirm-treat-mail-like-news): Add :version.
22731
22732 * gnus-int.el (gnus-server-unopen-status): Add :version.
22733
22734 * gnus-group.el (gnus-group-jump-to-group-prompt)
22735 (gnus-large-ephemeral-newsgroup)
22736 (gnus-fetch-old-ephemeral-headers): Add :version.
22737
22738 * gnus-fun.el (gnus-x-face-directory)
22739 (gnus-convert-pbm-to-x-face-command)
22740 (gnus-convert-image-to-x-face-command)
22741 (gnus-convert-image-to-face-command): Add :version.
22742
22743 * gnus-delay.el (gnus-delay-default-hour): Add :version.
22744
22745 * gnus-cite.el (gnus-cite-blank-line-after-header)
22746 (gnus-article-boring-faces): Add :version.
22747
22748 * gnus-art.el (gnus-buttonized-mime-types)
22749 (gnus-inhibit-mime-unbuttonizing)
22750 (gnus-treat-display-face)
22751 (gnus-treat-body-boundary): Change :version.
22752 (gnus-body-boundary-delimiter, gnus-picon-databases)
22753 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22754 (gnus-treat-date-english, gnus-treat-fold-headers)
22755 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22756 (gnus-treat-mail-picon, gnus-treat-wash-html)
22757 (gnus-article-encrypt-protocol)
22758 (gnus-use-idna, gnus-article-over-scroll)
22759 (gnus-mime-display-multipart-alternative-as-mixed)
22760 (gnus-mime-display-multipart-related-as-mixed)
22761 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22762 (gnus-ctan-url, gnus-button-ctan-handler)
22763 (gnus-button-handle-ctan-bogus-regexp)
22764 (gnus-button-ctan-directory-regexp)
22765 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22766 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22767 (gnus-button-man-level, gnus-button-emacs-level)
22768 (gnus-button-message-level, gnus-button-browse-level): Add :version.
22769
22770 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22771 (gnus-agent-go-online): Change :version.
22772 (gnus-agent-expire-unagentized-dirs)
22773 (gnus-agent-auto-agentize-methods): Add :version.
22774
22775 * flow-fill.el (fill-flowed-display-column)
22776 (fill-flowed-encode-column): Add :version.
22777
22778 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22779 (gnus-outlook-deuglify-unwrap-max)
22780 (gnus-outlook-deuglify-cite-marks)
22781 (gnus-outlook-deuglify-unwrap-stop-chars)
22782 (gnus-outlook-deuglify-no-wrap-chars)
22783 (gnus-outlook-deuglify-attrib-cut-regexp)
22784 (gnus-outlook-deuglify-attrib-verb-regexp)
22785 (gnus-outlook-deuglify-attrib-end-regexp)
22786 (gnus-outlook-display-hook): Add :version.
22787
22788 * binhex.el (binhex-use-external): Add :version.
22789
22790 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
22791
22792 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22793 and `invisible'.
22794
22795 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
22796
22797 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22798 in gnus-registry-trim.
22799
22800 2004-09-13 Simon Josefsson <jas@extundo.com>
22801
22802 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22803
22804 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22805
22806 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22807 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22808 <yamaoka@jpl.org>.
22809 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22810 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22811 <yamaoka@jpl.org>.
22812
22813 * sieve.el (sieve-manage-mode): Ditto.
22814
22815 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
22816
22817 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22818
22819 2004-09-11 Simon Josefsson <jas@extundo.com>
22820
22821 * dns-mode.el: Add.
22822
22823 * mm-view.el (mm-display-dns-inline): Add.
22824
22825 * mm-decode.el (mm-inline-media-tests): Add text/dns.
22826 (mm-automatic-display): Ditto.
22827
22828 * mailcap.el (mailcap-mime-data): Add text/dns.
22829 (mailcap-mime-extensions): Map .soa to text/dns.
22830
22831 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
22832
22833 * gnus-art.el (article-decode-mime-words, article-babel)
22834 (gnus-article-highlight-signature, gnus-article-add-buttons)
22835 (gnus-signature-toggle): Remove unnecessary bindings of
22836 `inhibit-read-only' inherited from v5.10 merge.
22837
22838 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22839
22840 * nntp.el (nntp): New customization group.
22841 (nntp-authinfo-file): Add customization group.
22842
22843 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22844
22845 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22846
22847 * gnus.el (to-address, to-list, subscribed)
22848 (large-newsgroup-initial): Ditto.
22849
22850 * flow-fill.el (fill-flowed-display-column)
22851 (fill-flowed-encode-column): Ditto.
22852
22853 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22854
22855 * message.el (message-tokenize-header, message-send-mail-with-qmail):
22856 Use point-min rather than 1.
22857 (message-send-mail): Use buffer-size rather than point-max.
22858
22859 * gnus-sum.el (gnus-summary-search-article-forward):
22860 Signal a specific `search-failed' rather than a generic `error'.
22861
22862 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22863 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22864 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22865
22866 2004-09-10 Simon Josefsson <jas@extundo.com>
22867
22868 * nndb.el (require): Remove tcp and duplicate cl.
22869
22870 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
22871
22872 * gnus-agent.el (directory-files-and-attributes): Move forward.
22873
22874 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22875
22876 * gnus-agent.el (directory-files-and-attributes):
22877 Optionally defined to support XEmacs.
22878
22879 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22880
22881 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22882 to avoid run-time CL dependencies.
22883 (gnus-agent-unfetch-articles): New function.
22884 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22885 article numbers even when local .overview file is missing.
22886 (gnus-agent-read-article-number): New function. Only accepts
22887 27-bit article numbers.
22888 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22889 Use gnus-agent-read-article-number.
22890 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22891 from backend while recognizing that article numbers in .overview
22892 must be valid.
22893 (gnus-agent-update-files-total-fetched-for):
22894 Use directory-files-and-attributes to improve performance.
22895 * gnus-int.el (gnus-request-move-article):
22896 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22897 improve performance.
22898
22899 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22900 some users confused by references to .newsrc when they only have a
22901 .newsrc.eld file.
22902 (gnus-convert-mark-converter-prompt)
22903 (gnus-convert-converter-needs-prompt): Fix use of property list.
22904 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22905 New function. Used internally to only display 'gnus converting
22906 files' message when actually necessary.
22907
22908 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22909 methods now autoloaded.
22910
22911 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22912
22913 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22914 identifiers.
22915
22916 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22917
22918 * gnus-picon.el: Fix indentation and closing parenthesis.
22919
22920 2004-09-01 Simon Josefsson <jas@extundo.com>
22921
22922 * message.el (message-canlock-generate): Require sha1, not
22923 sha1-el. (Can we get rid of this require altogether? It is ugly
22924 to require within a function. Sadly, if sha1.el isn't loaded, the
22925 let binding in m-c-g will hide the defcustom definition, which is
22926 bad.)
22927
22928 * canlock.el: Require sha1, not sha1-el.
22929
22930 * message.el: Don't autoload sha1 (there is a autoload cookie in
22931 sha1.el).
22932
22933 * sha1-el.el: Rename to sha1.el.
22934
22935 2004-08-30 Juanma Barranquero <lektu@terra.es>
22936
22937 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22938
22939 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22940
22941 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22942
22943 2004-08-30 Kim F. Storm <storm@cua.dk>
22944
22945 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22946
22947 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22948 Add :group 'nnimap.
22949
22950 2004-08-30 Andreas Schwab <schwab@suse.de>
22951
22952 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22953 ?* and ?\;.
22954
22955 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22956 and ?\' to symbol instead of whitespace.
22957
22958 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22959
22960 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22961
22962 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22963 instead of re-search-forward.
22964
22965 * gnus-uu.el (gnus-uu-save-article): Ditto.
22966 (gnus-uu-post-encode-uuencode): Ditto.
22967
22968 * html2text.el (html2text-clean-list-items): Ditto.
22969 (html2text-clean-dtdd): Ditto.
22970 (html2text-format-tags): Ditto.
22971
22972 * message.el (message-send-mail-with-sendmail): Fix regexp.
22973 (message-fill-field-general): Use search-forward instead of
22974 re-search-forward.
22975 (unbold-region): Ditto.
22976
22977 * nnrss.el (nnrss-request-article): Ditto.
22978
22979 * nnslashdot.el (nnslashdot-request-article): Ditto.
22980
22981 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22982
22983 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22984 "Unrecognized menu descriptor" error in XEmacs.
22985
22986 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22987
22988 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22989 parent article of a sparse article in the thread hashtb.
22990
22991 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22992
22993 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22994 (nnmail-expand-newtext): Lowercase expanded entries if
22995 nnmail-split-lowercase-expanded is non-nil.
22996
22997 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22998
22999 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23000
23001 * gnus-group.el (gnus-group-line-format-alist): Convert the value
23002 of gnus-tmp-news-method into string under XEmacs. It will be
23003 passed to gnus-correct-length which takes only a string argument.
23004
23005 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
23006
23007 * gnus-util.el (gnus-bind-print-variables): New macro.
23008 (gnus-prin1): Use it.
23009 (gnus-prin1-to-string): Use it.
23010 (gnus-pp): New function.
23011 (gnus-pp-to-string): New function.
23012
23013 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23014 Replace pp-to-string with gnus-pp-to-string.
23015 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23016 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23017 * gnus-msg.el (gnus-debug): Ditto.
23018 * gnus-score.el (gnus-score-save): Ditto.
23019 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23020 gnus-pp-to-string.
23021 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23022 with gnus-pp.
23023 * score-mode.el (gnus-score-pretty-print): Ditto.
23024 * webmail.el (webmail-debug): Ditto.
23025
23026 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
23027
23028 * gnus-art.el (article-display-face, article-display-x-face):
23029 Use buffer-read-only.
23030
23031 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
23032
23033 * gnus-art.el (article-hide-list-identifiers):
23034 Bind inhibit-read-only as t.
23035
23036 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
23037
23038 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23039
23040 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23041
23042 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23043 (gnus-narrow-to-page): Don't assume point-min == 1.
23044 (gnus-article-edit-mode): Derive from message-mode.
23045
23046 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23047 point-min == 1.
23048
23049 * imap.el (imap-parse-address-list, imap-parse-body-ext):
23050 Disable incorrect use of `assert'.
23051
23052 * message.el (message-mode): Set comment-start-skip.
23053
23054 2004-08-22 Sam Steingold <sds@gnu.org>
23055
23056 * pop3.el (pop3-leave-mail-on-server): New user variable.
23057 (pop3-movemail): Delete mail only when it is nil.
23058
23059 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
23060
23061 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23062
23063 * mml.el (mml-preview): Use `pop-to-buffer'.
23064
23065 * message.el (message-goto-mail-followup-to): Insert after "To".
23066 (message-carefully-insert-headers): Add comment.
23067
23068 * gnus.el: Remove unused variable `gnus-article-check-size'.
23069
23070 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23071
23072 * gnus-art.el (gnus-button-alist):
23073 Improve `gnus-button-handle-library' entry.
23074
23075 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
23076
23077 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23078 Use downcase, since XEmacs capitalizes error messages differently.
23079
23080 2004-08-18 Jesper Harder <harder@ifa.au.dk>
23081
23082 * nntp.el: Add (require 'gnus) due to reference to
23083 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
23084
23085 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
23086
23087 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23088 Bind `mm-fill-flowed'.
23089
23090 * mm-decode.el (mm-dissect-singlepart): Check it.
23091
23092 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
23093
23094 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23095 'imap' for netrc parsing.
23096
23097 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
23098
23099 * mailcap.el (mailcap-mime-data): Mark as risky.
23100
23101 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
23102
23103 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23104 may be included in the encoded word.
23105 (rfc2047-encode): Don't append a space if the encoded word
23106 includes close parenthesis.
23107
23108 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
23109
23110 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23111 of text within parentheses.
23112
23113 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
23114
23115 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23116 (gnus-encrypt-write-file-contents): Make the password key the file
23117 name PLUS the cipher, not just the cipher. Also remove failed
23118 passwords from the cache.
23119
23120 2004-08-06 Simon Josefsson <jas@extundo.com>
23121
23122 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23123 Doc fix.
23124
23125 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
23126
23127 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23128 LWSP.
23129
23130 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
23131
23132 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23133 Try to append in-reply-to: data to the references: header.
23134
23135 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23136 (netrc-parse): Use gnus-encrypt.el functions.
23137
23138 * gnus-encrypt.el: Add new file for encryption support; currently
23139 does only a few GPG ciphers and an internal XOR cipher.
23140
23141 * password.el: Add comments on using password-read-and-add.
23142 (password-read-and-add): Add function to read and add the
23143 password to the cache at once.
23144
23145 2004-07-28 Simon Josefsson <jas@extundo.com>
23146
23147 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23148 parameter (but don't use it, for now).
23149
23150 * imap.el (imap-ssl-open): Use imap-process-connection-type,
23151 instead of hard coding to nil.
23152
23153 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
23154
23155 * mm-view.el (mm-inline-image-emacs): Open lines under an image
23156 as mm-inline-image-xemacs does.
23157
23158 2004-07-26 Simon Josefsson <jas@extundo.com>
23159
23160 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23161 Revert part of 2004-07-17 change below.
23162
23163 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
23164
23165 * rfc2047.el (rfc2047-encode-region): Don't infloop.
23166 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23167
23168 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
23169
23170 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23171 quotes that actually start with ">" at the beginning of the
23172 lines.
23173
23174 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
23175
23176 * rfc2047.el (rfc2047-encode-region): Fix last change.
23177 (rfc2047-encode-parameter): Remove useless concat.
23178
23179 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
23180
23181 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23182 encode special characters; fix some kind of misconfigured headers;
23183 signal a real error if debug-on-quit or debug-on-error is non-nil.
23184 (rfc2047-encode-max-chars): New variable.
23185 (rfc2047-encode-1): Use it.
23186 (rfc2047-encode-parameter): New function.
23187
23188 * mml.el (mml-insert-parameter): Remove an excessive space.
23189
23190 2004-07-17 Simon Josefsson <jas@extundo.com>
23191
23192 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23193 Kai Grossjohann <kai@emptydomain.de>.
23194 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23195 (gnus-group-make-menu-bar): Ditto.
23196
23197 * gnus-util.el (gnus-group-server): Add.
23198
23199 2004-07-16 Jesper Harder <harder@ifa.au.dk>
23200
23201 * message.el (message-clone-locals): Clone sendmail and smtp
23202 variables.
23203
23204 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23205
23206 * rfc2047.el (rfc2047-encode-region): Fix last change.
23207
23208 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
23209
23210 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23211 characters as non-special.
23212
23213 2004-07-09 Simon Josefsson <jas@extundo.com>
23214
23215 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23216 Users will lose all flag changes made while unplugged with
23217 e.g. nntp unless flag synchronization happens, thus `nil' is not a
23218 good default. See numerous reports on ding mailing list.
23219
23220 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
23221
23222 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23223 add generate-head-function and generate-article-function to the
23224 rfc822-forward entry.
23225 (nndoc-rfc822-forward-generate-article): New function.
23226 (nndoc-rfc822-forward-generate-head): New function.
23227
23228 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23229
23230 2004-07-06 Dan Christensen <jdc@uwo.ca>
23231
23232 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23233 respect display group parameter and gnus-summary-expunge-below.
23234 (gnus-articles-to-read): Remove unused reference to display group
23235 parameter.
23236
23237 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23238
23239 * nnheader.el (nnheader-uniquify-message-id): New experimental
23240 variable.
23241 (nnheader-nov-read-message-id): Use it.
23242
23243 * spam-report.el (spam-report-gmane): Add interactive.
23244
23245 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
23246
23247 * mm-encode.el (mm-content-transfer-encoding-defaults):
23248 Use qp-or-base64 for the application/* types.
23249
23250 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
23251
23252 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23253
23254 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
23255
23256 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23257 trim value.
23258
23259 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23260
23261 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23262 New macro and function.
23263 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23264
23265 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23266
23267 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23268 after-load-alist.
23269
23270 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23271
23272 * gnus-group.el (gnus-group-get-new-news-this-group):
23273 Don't update info that isn't there.
23274
23275 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
23276
23277 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23278 entry.
23279
23280 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
23281
23282 * mm-view.el (mm-inline-render-with-function): Use multibyte
23283 buffer; decode html source by charset.
23284
23285 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23286
23287 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23288 Mule-UCS is loaded under XEmacs.
23289 (mm-mime-mule-charset-alist): Avoid duplicated entries.
23290
23291 2004-06-28 Jesper Harder <harder@ifa.au.dk>
23292
23293 * nnheader.el (nnheader-max-head-length): Increase to 8192.
23294
23295 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
23296
23297 * mm-util.el (mm-coding-system-p): Return a coding-system.
23298 (mm-mime-mule-charset-alist): Use shift_jis instead of
23299 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23300 entries for the mime charsets iso-2022-jp-3 and shift_jis.
23301 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23302 instead of japanese-shift-jis and iso-latin-1 respectively in
23303 order to share the default value with both Emacs and XEmacs-mule.
23304 (mm-mule-charset-to-mime-charset):
23305 Make mm-coding-system-priorities effective.
23306 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23307 while predicating of candidates upon the priorities.
23308
23309 2004-06-27 Jesper Harder <harder@ifa.au.dk>
23310
23311 * gnus-sum.el (gnus-summary-make-menu-bar):
23312 Add gnus-uu-invert-processable.
23313
23314 * gnus.el: Autoload gnus-uu-invert-processable.
23315
23316 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
23317
23318 * mm-util.el (mm-with-multibyte-buffer): New macro.
23319
23320 * rfc2047.el (rfc2047-encode-string): Use it.
23321 (rfc2047-encode-region): Move point to the end of the region after
23322 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23323
23324 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23325
23326 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23327 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23328
23329 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
23330
23331 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23332 (gnus-cite-parse): Ignore quoted envelope From_.
23333 Suggested by Karl Chen <quarl@nospam.quarl.org>.
23334
23335 2004-06-23 Jesper Harder <harder@ifa.au.dk>
23336
23337 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23338 invalid addresses.
23339
23340 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
23341
23342 * spam.el: Change section markers, revise TODO list.
23343 (spam-backends): Make new master list of all installed backends.
23344 (spam-summary-exit-behavior): Add new variable to determine how
23345 messages moves are done at summary exit.
23346 (spam-move-spam-nonspam-groups-only)
23347 (spam-process-ham-in-nonham-groups)
23348 (spam-process-ham-in-spam-groups): Remove variables, the
23349 spam-summary-exit-behavior variable should be used to manage this
23350 behavior.
23351 (spam-old-ham-articles, spam-old-spam-articles): Remove.
23352 (spam-old-articles): Add variable, replacing spam-old-ham-articles
23353 and spam-old-spam-articles.
23354 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23355 Add empty variables, placeholders for the backends they represent.
23356 (spam-set-difference): Move, unchanged.
23357 (spam-list-of-processors): Declare OBSOLETE, not used anymore
23358 unless the user has a processor variable.
23359 (spam-classifications, spam-classification-valid-p)
23360 (spam-backend-properties, spam-backend-property-valid-p)
23361 (spam-backend-function-type-valid-p)
23362 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23363 (spam-report-articles-gmane, spam-report-articles-resend):
23364 Remove functions, they are not needed.
23365 (spam-install-backend-super, spam-backend-list)
23366 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23367 (spam-backend-function, spam-backend-ham-registration-function)
23368 (spam-backend-spam-registration-function)
23369 (spam-backend-ham-unregistration-function)
23370 (spam-backend-spam-unregistration-function)
23371 (spam-backend-statistical-p, spam-backend-mover-p)
23372 (spam-install-backend-alias, spam-install-checkonly-backend)
23373 (spam-install-mover-backend, spam-install-nocheck-backend)
23374 (spam-install-backend, spam-install-statistical-backend)
23375 (spam-install-statistical-checkonly-backend): Add backend installation
23376 support.
23377 (spam-summary-prepare-exit): Rewrite to use the new backend code.
23378 (spam-group-processor-p): Use the new backend code and respect the
23379 summary exit behavior.
23380 (spam-mark-spam-as-expired-and-move-routine): Remove.
23381 (spam-summary-prepare): Change to use the new spam-old-articles
23382 variable.
23383 (spam-copy-or-move-routine, spam-copy-spam-routine)
23384 (spam-move-spam-routine, spam-copy-ham-routine)
23385 (spam-move-ham-routine): Add code to copy/move ham or spam.
23386 (spam-fetch-field-fast): Improve doc and code, plus allow the
23387 'number request.
23388 (spam-list-of-checks, spam-list-of-statistical-checks):
23389 Remove variables.
23390 (spam-split, spam-find-spam): Use the new backend code.
23391 (spam-registration-functions): Remove variable.
23392 (spam-unregister-routine): Add convenience wrapper.
23393 (spam-log-undo-registration, spam-register-routine)
23394 (spam-log-processing-to-registry)
23395 (spam-log-unregistration-needed-p): Rename "check" to "backend"
23396 where possible.
23397 (spam-check-gmane-xref, spam-check-regex-headers)
23398 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23399 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23400 (spam-check-bogofilter-headers, spam-check-spamoracle)
23401 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23402 (spam-check-crm114-headers): Use the spam-split-group that
23403 spam-split prepares, no need to determine it every time.
23404
23405 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23406 to the nnheader-parse-naked-head call.
23407
23408 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23409
23410 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23411 the nnheader-nov-read-message-id call.
23412
23413 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
23414
23415 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23416 gnus-activate-group twice. Suggested by Markus Peter
23417 <warp@spin.de>.
23418
23419 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
23420
23421 * gnus-art.el (gnus-article-time-format): Exchange the order of
23422 day and month in the default value; fix customization type.
23423 (article-date-ut): Use add-text-properties.
23424 (article-make-date-line): Use message-make-date instead of
23425 current-time-string.
23426
23427 * message.el (message-fetch-field): Don't use set-text-properties.
23428 (message-make-date): Simplify.
23429
23430 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
23431
23432 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23433 (rfc2047-encode-region): Treat text within parentheses as special;
23434 show the original text when error has occurred.
23435
23436 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23437 already-computed method to gnus-activate-group.
23438
23439 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23440 same select-methods identical Lisp objects.
23441
23442 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23443 object when modifying the info.
23444
23445 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
23446
23447 * gnus-srvr.el (gnus-server-set-info): Remove the server from
23448 gnus-opened-servers since it has never been opened with the new
23449 configuration yet.
23450
23451 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
23452
23453 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23454 arg to nnheader-generate-fake-message-id.
23455
23456 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
23457
23458 * nnheader.el (nnheader-generate-fake-message-id): Accept a
23459 number and build a fake message ID localized to a group and
23460 article number (so it's repeatable from that point on).
23461 (nnheader-fake-message-id-p): Change regex to accommodate new fake
23462 ID format.
23463
23464 * gnus-sum.el (gnus-get-newsgroup-headers):
23465 Call nnheader-generate-fake-message-id with the article number.
23466
23467 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
23468
23469 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23470 end-of-buffer.
23471
23472 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23473
23474 * message.el (message-ignored-supersedes-headers): Add Approved.
23475
23476 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
23477
23478 * rfc2047.el (rfc2047-encode-message-header): Remove useless
23479 goto-char.
23480 (rfc2047-encode): Fold the line before encoding.
23481
23482 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23483
23484 * rfc2047.el (rfc2047-encode-message-header): Disabled header
23485 folding -- not all headers can be folded, and this should be done
23486 by the message composition mode. Probably. I think.
23487
23488 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
23489
23490 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23491 fast.
23492
23493 * gnus-ems.el (gnus-remove-image): Don't use
23494 message-text-with-property; remove only the image found first.
23495
23496 2004-06-09 Jesper Harder <harder@ifa.au.dk>
23497
23498 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23499
23500 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
23501
23502 * message.el (message-text-with-property): Make it fast and accept
23503 optional arguments.
23504 (message-strip-forbidden-properties): Use it.
23505 (message-fix-before-sending): Follow the m-t-w-p change.
23506
23507 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23508
23509 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
23510
23511 * gnus-art.el (article-hide-headers): Don't change the buffer
23512 mistakenly when performing mml-preview even if
23513 gnus-single-article-buffer is nil.
23514
23515 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
23516
23517 * message.el (message-expand-name-databases): New user option.
23518 (message-expand-name): Use it.
23519
23520 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
23521
23522 * spam.el (spam-report-articles-resend)
23523 (spam-report-resend-register-routine): Allow ham reporting.
23524 (spam-report-resend-register-ham-routine): Add wrapper.
23525 (spam-registration-functions): Add ham resending functions.
23526 (spam-list-of-processors): Add ham resend processor.
23527
23528 * gnus.el (ham-resend-to): Add new group parameter.
23529 (spam-process): Add ham resend option.
23530
23531 * spam-report.el (spam-report-resend): Allow reporting ham.
23532 (spam-report-resend-ham): Add wrapper.
23533
23534 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23535
23536 * message.el (message-cite-articles-with-x-no-archive):
23537 New variable.
23538 (message-cite-original): Use it.
23539
23540 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23541
23542 * message.el (message-cite-original): Respect X-No-Archive.
23543
23544 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
23545
23546 * gnus-art.el (article-hide-headers): Refer to the values for
23547 gnus-ignored-headers and gnus-visible-headers in the summary
23548 buffer since a user may have set them as group parameters.
23549
23550 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
23551
23552 * assistant.el (assistant-node-name): Add convenience function.
23553 (assistant-render-text, assistant-render-node): Add error handling,
23554 plus handle multiple next nodes.
23555 (assistant-find-next-node): Comment out for now.
23556 (assistant-find-next-nodes): Add function, returns list of next
23557 nodes.
23558
23559 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
23560
23561 * mail-source.el (mail-source-directory): Fix doc-string.
23562
23563 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
23564
23565 * assistant.el (assistant-render-text, assistant-eval): Add :set
23566 widget type, which is different because it takes and returns a
23567 list. Much hilarity ensues.
23568
23569 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
23570
23571 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23572
23573 * gnus-group.el (gnus-group-get-new-news-this-group):
23574 Add doc-string.
23575
23576 * gnus-start.el (gnus-activate-group): Add doc-string.
23577
23578 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
23579
23580 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23581
23582 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
23583
23584 * assistant.el (assistant-render-text): Try to add a :set
23585 widget, more to come.
23586
23587 * spam.el (spam-group-spam-contents-p): Handle empty groupname
23588 strings.
23589 (spam-report-articles-resend)
23590 (spam-register-routine): Do registration iff any articles warrant
23591 it.
23592 (spam-summary-prepare-exit): Change log message for nil group
23593 destinations.
23594
23595 2004-05-27 Daniel Pittman <daniel@rimspace.net>
23596
23597 * spam.el (spam-report-resend-register-routine):
23598 Allow spam-report-resend-to to be a group parameter or a global value.
23599
23600 2004-05-26 Simon Josefsson <jas@extundo.com>
23601
23602 * starttls.el: Merge with my GnuTLS based starttls.el.
23603 (starttls-gnutls-program, starttls-use-gnutls)
23604 (starttls-extra-arguments, starttls-process-connection-type)
23605 (starttls-connect, starttls-failure, starttls-success):
23606 New variables.
23607 (starttls-program, starttls-extra-args): Doc fix.
23608 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23609 New functions.
23610 (starttls-negotiate, starttls-open-stream):
23611 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23612 function if it is set.
23613
23614 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
23615
23616 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23617 structured fields.
23618
23619 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23620
23621 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23622
23623 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
23624
23625 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23626 Add variable.
23627 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
23628 assigning the spam-mark to new messages.
23629
23630 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
23631
23632 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23633
23634 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23635
23636 * rfc2047.el (rfc2047-encodable-p): Don't move point.
23637 (rfc2047-decode): Treat the ascii coding-system as raw-text by
23638 default.
23639
23640 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
23641
23642 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23643 correct data.
23644
23645 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
23646
23647 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23648 (spam-group-processor-p): Fix function.
23649 (spam-group-processor-multiple-p)
23650 (spam-group-spam-processor-report-gmane-p)
23651 (spam-group-spam-processor-report-resend-p)
23652 (spam-group-spam-processor-bogofilter-p)
23653 (spam-group-spam-processor-blacklist-p)
23654 (spam-group-spam-processor-ifile-p)
23655 (spam-group-ham-processor-ifile-p)
23656 (spam-group-spam-processor-spamoracle-p)
23657 (spam-group-spam-processor-crm114-p)
23658 (spam-group-ham-processor-bogofilter-p)
23659 (spam-group-spam-processor-stat-p)
23660 (spam-group-ham-processor-stat-p)
23661 (spam-group-ham-processor-whitelist-p)
23662 (spam-group-ham-processor-BBDB-p)
23663 (spam-group-ham-processor-spamoracle-p)
23664 (spam-group-ham-processor-copy-p): Remove functions with some
23665 prejudice against unneeded code.
23666 (spam-report-articles-resend)
23667 (spam-report-resend-register-routine): Allow the group/topic
23668 spam-resend-to value to override spam-report-resend-to.
23669 (spam-summary-prepare-exit): Invoke spam-group-processor-p
23670 properly now.
23671
23672 * gnus.el (spam-resend-to): Add group/topic parameter.
23673 (spam-process): Move the OBSOLETE processors to the end of the
23674 choices.
23675
23676 2004-05-24 Daniel Pittman <daniel@rimspace.net>
23677
23678 * spam-report.el (spam-report-resend-to, spam-report-resend):
23679 Start with resend-to set to nil, and then ask the user if necessary.
23680 (spam-report-resend): spam-report-resend takes a list of articles, not
23681 separate article numbers.
23682
23683 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
23684
23685 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23686 addition to emacs-w3m.
23687
23688 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23689
23690 * assistant.el (assistant-authinfo-data): New function.
23691 (assistant-eval): Eval for entire assistant.
23692
23693 * netrc.el (netrc-services-file): New variable.
23694 (netrc-parse-services): New function.
23695 (netrc-find-service-name): New function.
23696 (netrc-find-service-number): New function.
23697 (netrc-port-equal): New function.
23698 (netrc-machine): Use it.
23699
23700 * nnimap.el (nnimap-open-connection): Use netrc.
23701
23702 * gnus-util.el (gnus-netrc-get): Remove aliases.
23703
23704 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23705
23706 * assistant.el (wid-edit): Fix compilation.
23707
23708 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23709
23710 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
23711
23712 * gnus-util.el (gnus-set-file-modes): New function. (small
23713 patch).
23714
23715 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
23716
23717 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23718
23719 * assistant.el (assistant-render-node): Fix up rendering and
23720 read-only text.
23721 (assistant-render-node): Reset.
23722 (assistant-make-read-only): Not sticky.
23723
23724 2004-05-20 Danny Siu <dsiu@adobe.com>
23725
23726 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23727 centered even when gnus-auto-center-summary is t.
23728
23729 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
23730
23731 * dns.el (dns-get-txt-answer): New function.
23732 (dns-read-txt): Ditto.
23733 (query-dns): Use it.
23734
23735 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
23736
23737 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23738 active for foreign groups even if the group level is higher than
23739 the specified value.
23740
23741 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
23742
23743 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23744 non-active groups.
23745
23746 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23747
23748 2004-05-20 Magnus Henoch <mange@freemail.hu>
23749
23750 * dns.el (dns-read-type): Add support for SVR. (small patch)
23751
23752 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
23753
23754 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23755 (spam-crm114-header, spam-crm114-spam-switch)
23756 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23757 (spam-crm114-positive-spam-header)
23758 (spam-crm114-database-directory, spam-list-of-processors)
23759 (spam-group-spam-processor-crm114-p)
23760 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23761 (spam-generic-score, spam-list-of-checks)
23762 (spam-list-of-statistical-checks, spam-registration-functions)
23763 (spam-check-crm114-headers, spam-crm114-score)
23764 (spam-check-crm114, spam-crm114-register-with-crm114)
23765 (spam-crm114-register-spam-routine)
23766 (spam-crm114-unregister-spam-routine)
23767 (spam-crm114-register-ham-routine)
23768 (spam-crm114-unregister-ham-routine): Add CRM114 support.
23769
23770 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
23771
23772 * gnus.el: Add spam-use-crm114.
23773
23774 * spam.el (spam-list-of-processors, spam-registration-functions):
23775 Add spam-use-resend.
23776 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23777 (spam-report-articles-gmane): Add doc fix.
23778 (spam-report-articles-resend, spam-report-resend-register-routine):
23779 Add wrappers around spam-report-resend-to.
23780
23781 * spam-report.el (spam-report-resend-to, spam-report-resend):
23782 Add support for resending spam.
23783 (spam-report-gmane): Fix line length >80.
23784
23785 * gnus.el (spam-process): Add spam-use-resend.
23786
23787 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23788
23789 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23790 number of processed spam messages.
23791 (spam-ham-copy-or-move-routine): Return the number of processed
23792 ham messages.
23793 (spam-summary-prepare-exit): Use the above values to decide
23794 whether status messages shouled be displayed.
23795
23796 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
23797
23798 * rfc2047.el (rfc2047-encode-function-alist): Rename from
23799 `rfc2047-encoding-function-alist' in order to avoid conflicting
23800 with the old version.
23801 (rfc2047-encode-region): Concatenate words containing non-ASCII
23802 characters in structured fields; don't encode space-delimited
23803 ASCII words even in unstructured fields; don't break words at
23804 char-category boundaries.
23805 (rfc2047-encode-1): New function.
23806 (rfc2047-encode): Use it; encode text so that it occupies the
23807 maximum width within 76-column; work correctly on Q encoding for
23808 iso-2022-* charsets.
23809 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23810 sure not to break a line just after the header name.
23811 (rfc2047-b-encode-region): Remove.
23812 (rfc2047-b-encode-string): New function.
23813 (rfc2047-q-encode-region): Remove.
23814 (rfc2047-q-encode-string): New function.
23815
23816 * mm-util.el (mm-replace-in-string): New function.
23817
23818 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
23819
23820 * gnus-msg.el (gnus-inews-make-draft-meta-information):
23821 Really get it right.
23822 (gnus-inews-make-draft): Really.
23823
23824 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
23825
23826 * nnmh.el (nnmh-request-list-1): Don't check the link count
23827 before descending. (small patch)
23828
23829 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23830
23831 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23832 stuff.
23833
23834 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23835 Match on real group name.
23836
23837 * gnus-art.el (gnus-signature-limit): Doc fix.
23838
23839 * gnus-msg.el (gnus-inews-make-draft): Quote list.
23840
23841 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
23842
23843 * gnus-draft.el (gnus-draft-send):
23844 Bind rfc2047-encode-encoded-words.
23845
23846 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23847 (rfc2047-encodable-p): Say that =? needs encoding.
23848 (rfc2047-encode-encoded-words): New variable.
23849
23850 * gnus-group.el (gnus-group-select-group): Doc fix.
23851
23852 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23853
23854 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23855 to nil.
23856
23857 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23858
23859 * nnheader.el (nnheader-get-lines-and-char): New function.
23860
23861 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
23862
23863 * gnus-msg.el (gnus-summary-followup-with-original):
23864 Document yanking of region when active.
23865
23866 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
23867
23868 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23869 groups if the group level is higher than the specified value.
23870
23871 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23872
23873 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23874 (gnus-group-jump-to-group): Add prefix argument using
23875 `gnus-group-jump-to-group-prompt'. Query before jumping to
23876 non-active group.
23877
23878 * compface.el (uncompface): Be verbose when changing
23879 `uncompface-use-external'.
23880
23881 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23882 handle manual section.
23883
23884 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23885
23886 * gnus-art.el (gnus-button-alist): Revert previous change.
23887
23888 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23889
23890 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23891
23892 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23893
23894 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23895 whether backend can accept message.
23896
23897 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23898
23899 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23900
23901 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23902 Avoid creating directory when nntp-marks-is-evil is true.
23903 Reported by Reiner Steib.
23904
23905 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23906
23907 * gnus-picon.el (gnus-picon-insert-glyph):
23908 Add optional `nostring' argument.
23909
23910 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23911
23912 * gnus-picon.el (gnus-picon-style): New variable.
23913 (gnus-picon-transform-address): Support `gnus-picon-style'.
23914
23915 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23916
23917 * message.el (message-fill-field): Return point.
23918 (message-generate-headers): Go to end of field.
23919
23920 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23921 stuff for non-living groups.
23922
23923 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23924
23925 * gnus-art.el (gnus-article-followup-with-original)
23926 (gnus-article-reply-with-original): gnus-mark-active-p ->
23927 gnus-region-active-p.
23928
23929 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23930
23931 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23932 only when there is spam or ham to be processed.
23933
23934 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23935
23936 * mail-source.el (mail-source-delete-crash-box): Refactor.
23937 (mail-source-fetch): Use it.
23938 (mail-source-fetch-file): Ditto.
23939 (mail-source-fetch-directory): Run PostScript in loop.
23940 (mail-source-fetch-pop): Delete.
23941 (mail-source-fetch-maildir): Ditto.
23942 (mail-source-fetch-imap): Ditto.
23943
23944 * imap.el (imap-authenticators): Comment out sasl.
23945
23946 * message.el (message-skip-to-next-address): New function.
23947 (message-fill-header-address): Refactor.
23948 (message-fill-address): Use it.
23949 (message-delete-address): Use it.
23950 (message-fill-header-general): Refactor.
23951 (message-fill-field-address): Rename.
23952 (message-narrow-to-field): Find the start of the header.
23953 (message-header-format-alist): Don't pre-fill.
23954 (message-fill-header): Remove.
23955 (message-insert-header): New function.
23956 (message-shorten-references): Use it.
23957
23958 * rfc2047.el (rfc2047-field-value): Strip props.
23959
23960 * mail-parse.el (mail-header-make-address): New alias.
23961
23962 * ietf-drums.el (ietf-drums-make-address): New function.
23963
23964 * imap.el: Add compiler directives.
23965
23966 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23967
23968 * gnus-art.el (article-decode-idna-rhs): Don't use
23969 message-idna-inside-rhs-p.
23970
23971 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23972
23973 * message.el (message-idna-inside-rhs-p): Remove.
23974 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23975
23976 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23977 false positives.
23978
23979 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23980
23981 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23982
23983 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23984
23985 * nneething.el (nneething-file-name): Don't create spurious
23986 files.
23987
23988 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23989 (gnus-inews-do-gcc): Remove sleep.
23990
23991 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23992 part under point.
23993
23994 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23995 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23996
23997 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23998
23999 * spam.el (spam-summary-prepare-exit): Fix (length).
24000
24001 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
24002
24003 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24004 as expired without moving it" message when there are spam
24005 messages left.
24006
24007 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
24008
24009 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24010 header is not nil.
24011
24012 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
24013
24014 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24015 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24016 (nntp-marks-changed-p): New arg SERVER.
24017 (nntp-request-update-info): Adjust caller.
24018
24019 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
24020
24021 * nntp.el (nntp-save-marks): Pass missing arg.
24022
24023 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
24024
24025 * nntp.el: Support marks.
24026 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24027 (nntp-marks-modtime, nntp-marks-directory): New variables.
24028 (nntp-request-set-mark, nntp-request-update-info)
24029 (nntp-possibly-create-directory, nntp-marks-changed-p)
24030 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24031 New functions.
24032
24033 2004-05-12 Jesper Harder <harder@ifa.au.dk>
24034
24035 * gnus-score.el (gnus-score-insert-help):
24036 Use gnus-select-lowest-window.
24037
24038 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24039 appt-select-lowest-window and rename to gnus-select-lowest-window.
24040
24041 * gnus.el: do.
24042
24043 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24044
24045 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24046 encodings of MIME-encoded words, in order to improve
24047 interoperability with several broken MUAs.
24048
24049 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24050
24051 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24052 tags, only when charsets are not specified in headers.
24053 (mm-inline-text-html-render-with-w3m): Ditto.
24054
24055 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24056
24057 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24058 instead of MIME-decoded from fields when checking
24059 `gnus-article-address-banner-alist'.
24060
24061 2004-05-03 Jesper Harder <harder@ifa.au.dk>
24062
24063 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24064 description rather than subject.
24065
24066 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24067
24068 * gnus.el (gnus-version-number): Bump.
24069
24070 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
24071
24072 * gnus.el: No Gnus v0.2 is released.
24073
24074 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24075
24076 * gnus-agent.el (gnus-agent-read-agentview):
24077 Inline gnus-uncompress-range.
24078
24079 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24080
24081 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24082 `exec-installed-p'.
24083
24084 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
24085
24086 * gnus.el (spam-process, spam-autodetect-methods):
24087 Add bsfilter and bsfilter-headers.
24088
24089 * spam.el (spam-bsfilter): New customize group.
24090 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24091 (spam-bsfilter-header, spam-bsfilter-probability-header)
24092 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24093 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24094 (spam-bsfilter-database-directory): New options.
24095 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24096 (spam-list-of-statistical-checks, spam-registration-functions):
24097 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24098 (spam-bsfilter-score): New command.
24099 (spam-check-bsfilter-headers, spam-check-bsfilter)
24100 (spam-bsfilter-register-with-bsfilter)
24101 (spam-bsfilter-register-spam-routine)
24102 (spam-bsfilter-unregister-spam-routine)
24103 (spam-bsfilter-register-ham-routine)
24104 (spam-bsfilter-unregister-ham-routine): New functions.
24105 (spam-generic-score): Support bsfilter; Accept an optional argument
24106 to recalcurate spam score even if scoring header has already been
24107 added.
24108 (spam-bogofilter-score, spam-spamassassin-score): Accept an
24109 optional argument to recalcurate spam score even if scoring header
24110 has already been added.
24111
24112 2004-04-29 Jesper Harder <harder@ifa.au.dk>
24113
24114 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24115 strings! Reported by David D. Smith <davidsmith@acm.org>.
24116 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24117 link is missing.
24118
24119 2004-04-28 Jesper Harder <harder@ifa.au.dk>
24120
24121 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24122 (html2text-get-attr): Rewrite.
24123
24124 * message.el (message-setup-1): Remove redundant put-text-property
24125 on mail-header-separator.
24126
24127 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
24128
24129 * gnus-registry.el (gnus-registry-cache-whitespace)
24130 (gnus-registry-action, gnus-registry-spool-action)
24131 (gnus-registry-split-fancy-with-parent): Change message levels
24132 from 5 to 3 or 7, as needed.
24133
24134 * spam.el (spam-summary-prepare-exit)
24135 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24136 (spam-split, spam-find-spam, spam-log-undo-registration)
24137 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24138 level from 5 to 6.
24139
24140 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
24141
24142 * gnus-ems.el: Autoload appt-select-lowest-window (revert
24143 2004-03-04 change).
24144
24145 2004-04-25 Jesper Harder <harder@ifa.au.dk>
24146
24147 * sieve-manage.el (sieve-manage-open):
24148 * nnweb.el (nnweb-insert-html):
24149 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24150 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24151 * nnspool.el (nnspool-request-group):
24152 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24153 * nnml.el (nnml-request-update-info):
24154 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24155 (nnmh-request-create-group, nnmh-update-gnus-unreads):
24156 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24157 (nnimap-request-set-mark):
24158 * nnfolder.el (nnfolder-request-update-info):
24159 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24160 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24161 * gnus-uu.el (gnus-uu-find-articles-matching):
24162 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24163 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24164 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24165 * gnus-nocem.el (gnus-nocem-scan-groups):
24166 * gnus-int.el (gnus-start-news-server):
24167 * gnus-group.el (gnus-group-make-kiboze-group)
24168 (gnus-group-browse-foreign-server):
24169 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24170 Use mapc when appropriate.
24171
24172 2004-04-22 Dan Christensen <jdc@uwo.ca>
24173 Adam Sjøgren <asjo@koldfront.dk>
24174 Wes Hardaker <wes@hardakers.net>
24175 Michael Shields <shields@msrl.com>
24176
24177 * spam.el (spam-necessary-extra-headers): Get the extra headers we
24178 may need for spam sorting and scoring.
24179 (spam-user-format-function-S): Add user format function suitable for
24180 general use.
24181 (spam-article-sort-by-spam-status): Add sorting function for summary
24182 sorting.
24183 (spam-extra-header-to-number): Add function to get a score from a
24184 header.
24185 (spam-summary-score): Add function to get a numeric score from the
24186 headers.
24187 (spam-generic-score): Fix function doc, was in wrong place.
24188 (spam-initialize): Take symbols when it's run, and install the
24189 extra headers that spam-necessary-extra-headers thinks we need.
24190
24191 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
24192
24193 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24194 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24195
24196 2004-04-17 Jesper Harder <harder@ifa.au.dk>
24197
24198 * gnus-sum.el (gnus-set-global-variables)
24199 (gnus-build-all-threads, gnus-get-newsgroup-headers)
24200 (gnus-article-get-xrefs, gnus-summary-best-group)
24201 (gnus-summary-next-article, gnus-summary-enter-digest-group)
24202 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24203 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24204 Use with-current-buffer.
24205
24206 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
24207
24208 * spam.el (spam-summary-prepare-exit): Simplify logic.
24209 (spam-fetch-article-header): Read the article header if it's not
24210 available.
24211 (spam-list-articles): Simplify logic.
24212 (spam-filelist-register-routine): Fix bug with unregister-list.
24213
24214 * gnus-registry.el: Fix comments at beginning.
24215
24216 2004-04-16 Jesper Harder <harder@ifa.au.dk>
24217
24218 * message.el (message-cater-to-broken-inn): Remove.
24219 (message-shorten-references): Make sure the total folded length of
24220 References is shorter than 998 characters to cater to a bug in INN
24221 2.3. Also, don't pretend that references aren't folded -- this
24222 hasn't worked for a while.
24223
24224 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24225
24226 * gnus-agent.el (gnus-agentize):
24227 gnus-agent-send-mail-real-function no longer set to current value
24228 of message-send-mail-function but rather a lambda that calls
24229 message-send-mail-function. The change makes the agent real-time
24230 responsive to user changes to message-send-mail-function.
24231
24232 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
24233
24234 * legacy-gnus-agent.el
24235 (gnus-agent-convert-to-compressed-agentview): Fix typos with
24236 help from Florian Weimer <fw@deneb.enyo.de>
24237
24238 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
24239
24240 * nnmail.el (nnmail-cache-insert): Revert last change.
24241
24242 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
24243
24244 * nnmail.el (nnmail-cache-insert): Always check whether
24245 nnmail-cache-ignore-groups matches a group name.
24246
24247 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
24248
24249 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24250 (spam-find-spam, spam-log-processing-to-registry)
24251 (spam-log-registered-p, spam-log-unregistration-needed-p)
24252 (spam-log-undo-registration): Use gnus-message instead of
24253 gnus-error, none of these errors are fatal.
24254
24255 * gnus-registry.el (gnus-registry-clean-empty-function)
24256 (gnus-registry-clean-empty): Remove only empty entries without
24257 extra data.
24258
24259 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
24260
24261 * spam-stat.el (spam-stat-buffer-change-to-spam)
24262 (spam-stat-buffer-change-to-non-spam): Change (error) to
24263 (gnus-message 8) invocation.
24264
24265 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
24266
24267 * nntp.el (nntp-via-netcat-command): New variable.
24268 (nntp-via-netcat-switches): New variable.
24269 (nntp-open-via-rlogin-and-netcat): New function.
24270 (nntp-open-connection-function): Doc fix.
24271 (nntp-telnet-command): Doc fix.
24272 (nntp-end-of-line): Doc fix.
24273 (nntp-via-rlogin-command): Doc fix.
24274 (nntp-via-user-name): Doc fix.
24275 (nntp-via-address): Doc fix.
24276
24277 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
24278
24279 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24280 error in Emacs 21.1.
24281
24282 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
24283
24284 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24285
24286 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
24287
24288 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24289 (gnus-agent-with-refreshed-group): New macro.
24290 (gnus-agent-rename-group): New function.
24291 (gnus-agent-delete-group): New function.
24292 (gnus-agent-save-group-info): Use gnus-command-method when
24293 `method' parameter is nil. Don't write nil entries into the
24294 active file.
24295 (gnus-agent-get-group-info): New function.
24296 (gnus-agent-fetch-articles):
24297 Use gnus-agent-update-files-total-fetched-for to increment disk space
24298 used.
24299 (gnus-agent-fetch-headers, gnus-agent-save-alist):
24300 Use gnus-agent-update-view-total-fetched-for to increment disk space
24301 used.
24302 (gnus-agent-get-local): Add optional parameters to avoid calling
24303 gnus-group-real-name and gnus-find-method-for-group.
24304 (gnus-agent-set-local): Delete stored entry if either min, or max,
24305 are nil.
24306 (gnus-agent-fetch-session): Reworded error/quit messages.
24307 On quit, use gnus-agent-regenerate-group to record existence of any
24308 articles fetched to disk before the quit occurred.
24309 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24310 gnus-agent-update-view-total-fetched-for, and
24311 gnus-agent-update-files-total-fetched-for to decrement disk space
24312 used.
24313 (gnus-agent-retrieve-headers):
24314 Use gnus-agent-update-view-total-fetched-for to increment disk space
24315 used.
24316 (gnus-agent-regenerate-group): Replace gnus-group-update-group
24317 with gnus-agent-update-files-total-fetched-for to decrement disk
24318 space and fresh group buffer.
24319 (gnus-agent-inhibit-update-total-fetched-for): New variable.
24320 (gnus-agent-need-update-total-fetched-for): New variable.
24321 (gnus-agent-update-files-total-fetched-for): New function.
24322 (gnus-agent-update-view-total-fetched-for): New function.
24323 (gnus-agent-total-fetched-for): New function.
24324
24325 * gnus-cache.el (gnus-cache-save-buffers):
24326 Use gnus-cache-update-overview-total-fetched-for to change disk space
24327 used by this group.
24328 (gnus-cache-possibly-enter-article):
24329 Use gnus-cache-update-file-total-fetched-for to increment disk space
24330 used by this group.
24331 (gnus-cache-possibly-remove-article):
24332 Use gnus-cache-update-file-total-fetched-for to decrement disk space
24333 used by this group.
24334 (gnus-cache-generate-nov-databases): Purge total fetched cache.
24335 (gnus-cache-rename-group): New function.
24336 (gnus-cache-delete-group): New function.
24337 (gnus-cache-inhibit-update-total-fetched-for): New variable.
24338 (gnus-cache-need-update-total-fetched-for): New variable.
24339 (gnus-cache-with-refreshed-group): New macro.
24340 (gnus-cache-update-file-total-fetched-for): New function.
24341 (gnus-cache-update-overview-total-fetched-for): New function.
24342 (gnus-cache-rename-group-total-fetched-for): New function.
24343 (gnus-cache-delete-group-total-fetched-for): New function.
24344 (gnus-cache-total-fetched-for): New function.
24345
24346 * gnus-group.el: Require gnus-sum and autoload functions to
24347 resolve warnings when gnus-group.el compiled alone.
24348 (gnus-group-line-format): Document new %F.
24349 (size of Fetched data) group line format; identifies disk space
24350 used by agent and cache.
24351 (gnus-group-line-format-alist): Define new F format.
24352 (gnus-total-fetched-for): New function.
24353 (gnus-group-delete-group): No longer update
24354 gnus-cache-active-altered as gnus-request-delete-group now keeps
24355 the cache in sync.
24356 (gnus-group-list-active): Let the agent store a server's active
24357 list if currently plugged.
24358
24359 * gnus-int.el (gnus-request-delete-group):
24360 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24361 local disk in sync with the server.
24362 (gnus-request-rename-group):
24363 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24364 local disk in sync with the server.
24365
24366 * gnus-start.el (gnus-get-unread-articles):
24367 Cosmetic simplification to logic.
24368
24369 * gnus-util.el (gnus-rename-file): New function.
24370
24371 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
24372
24373 * mm-util.el (mm-image-load-path): Handle nil in load-path.
24374
24375 2004-04-07 Jesper Harder <harder@ifa.au.dk>
24376
24377 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24378 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
24379
24380 2004-04-06 Jesper Harder <harder@ifa.au.dk>
24381
24382 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24383 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
24384
24385 2004-04-03 Jesper Harder <harder@ifa.au.dk>
24386
24387 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24388
24389 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
24390
24391 * spam.el (spam-set-difference): Add function to replace
24392 gnus-set-difference in spam.el.
24393 (spam-summary-prepare-exit): Use spam-set-difference.
24394
24395 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
24396
24397 * gnus-registry.el (gnus-registry-cache-file): Update to use
24398 gnus-dribble-directory OR gnus-home-directory OR ~.
24399 (gnus-registry-split-fancy-with-parent): Fix doc.
24400
24401 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
24402
24403 * message.el (message-exchange-point-and-mark):
24404 Use message-mark-active-p. Suggested by Jesper Harder
24405 <harder@ifa.au.dk>.
24406
24407 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
24408
24409 * message.el (message-exchange-point-and-mark): Don't activate
24410 region if it was inactive. Suggested by Hiroshi Fujishima
24411 <pooh@nature.tsukuba.ac.jp>.
24412
24413 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
24414
24415 * gnus-art.el (article-display-face): Display Faces in the same
24416 order as X-Faces.
24417
24418 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
24419
24420 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24421
24422 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
24423
24424 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24425 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24426 (gnus-article-mime-hierarchy): Remove.
24427 (gnus-article-mime-hierarchy-next): Remove.
24428 (gnus-article-mode): Revert 2004-03-19 change.
24429 (gnus-article-setup-buffer): Revert 2004-03-19 change.
24430 (gnus-insert-mime-button): Revert 2004-03-19 change.
24431 (gnus-mime-accumulate-hierarchy): Remove.
24432 (gnus-mime-enter-multipart): Remove.
24433 (gnus-mime-leave-multipart): Remove.
24434 (gnus-mime-display-part): Revert 2004-03-19 change.
24435 (gnus-mime-display-alternative): Revert 2004-03-19 change.
24436
24437 * mml.el (mml-preview): Revert 2004-03-19 change.
24438
24439 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
24440
24441 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24442
24443 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
24444
24445 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24446 t while entering a file name using the mm-with-multibyte macro.
24447 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24448
24449 * mm-util.el (mm-with-multibyte): New macro.
24450
24451 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
24452
24453 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24454 New user option.
24455 (gnus-mime-multipart-functions): Doc and customization fix.
24456 (gnus-article-mime-hierarchy): New variable.
24457 (gnus-article-mime-hierarchy-next): New variable.
24458 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24459 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24460 gnus-article-mime-hierarchy-next to nil.
24461 (gnus-insert-mime-button): Show hierarchy numbers.
24462 (gnus-mime-accumulate-hierarchy): New function.
24463 (gnus-mime-enter-multipart): New function.
24464 (gnus-mime-leave-multipart): New function.
24465 (gnus-mime-display-part): Recompute hierarchical MIME structure.
24466 (gnus-mime-display-alternative): Show hierarchy numbers.
24467
24468 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24469 gnus-article-mime-hierarchy-next to nil.
24470
24471 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
24472
24473 * dns.el: Don't require gnus-xmas.
24474
24475 2004-03-17 Jesper Harder <harder@ifa.au.dk>
24476
24477 * mml.el (mml-generate-mime-1): Don't use format=flowed with
24478 inline PGP.
24479 (mml-menu): Disable mml-quote-region if mark is inactive.
24480
24481 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
24482
24483 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24484 when the group's active is not available.
24485
24486 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
24487
24488 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24489 error.
24490
24491 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
24492
24493 * imap.el (imap-store-password): New variable.
24494 (imap-interactive-login): Use it.
24495 Suggested by Mark Plaksin <happy@mcplaksin.org>.
24496
24497 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
24498
24499 * gnus-art.el (gnus-article-read-summary-keys): Restore new
24500 window-start and hscroll to summary window.
24501
24502 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
24503
24504 * gnus-start.el (gnus-convert-old-newsrc): Only write the
24505 conversion message to newsrc-dribble when an actual conversion is
24506 performed.
24507
24508 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
24509
24510 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24511
24512 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
24513
24514 * mm-decode.el (mm-complicated-handles): New function reviving
24515 former definition of mm-multiple-handles.
24516
24517 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24518 (gnus-mime-delete-part): Use it.
24519
24520 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
24521
24522 * gnus-agent.el (gnus-agent-read-local):
24523 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24524 avoid the implicit assumption that they will always be equal.
24525 (gnus-agent-save-local): Bind buffer-file-coding-system, not
24526 coding-system-for-write, as the with-temp-file macro first prints
24527 to a buffer then saves the buffer.
24528
24529 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
24530
24531 * gnus-art.el (gnus-article-edit-part): New function.
24532 (gnus-mime-save-part-and-strip): Use it; do query instead of
24533 signaling an error; don't use mm-multiple-handles.
24534 (gnus-mime-delete-part): Ditto.
24535
24536 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
24537
24538 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24539 old file versions.
24540 (gnus-group-prepare-hook): Remove function that converted list
24541 form of gnus-agent-expire-days to group properties.
24542
24543 * gnus-int.el: Autoload gnus-agent-regenerate-group.
24544 (gnus-request-accept-article): Re-indented.
24545
24546 * gnus-start.el (gnus-convert-old-newsrc): Registered new
24547 converters to handle old agent file formats. Add logic for a
24548 "backup before upgrading warning".
24549 (gnus-convert-mark-converter-prompt): Developers can mark
24550 functions as needing (default), or not needing,
24551 gnus-convert-old-newsrc's "backup before upgrading warning".
24552 (gnus-convert-converter-needs-prompt): Tests whether the user
24553 should be protected from potentially irreversable changes by the
24554 function.
24555
24556 * legacy-gnus-agent.el: New. Provides converters that are only
24557 loaded when gnus-convert-old-newsrc needs to call them.
24558
24559 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
24560
24561 * mail-source.el (mail-source-touch-pop): Doc fix.
24562
24563 * message.el (message-smtpmail-send-it): Doc fix.
24564
24565 2004-03-05 Jesper Harder <harder@ifa.au.dk>
24566
24567 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24568
24569 * nnmail.el (nnmail-split-fancy): do.
24570
24571 * gnus-kill.el (gnus-kill, gnus-execute): do.
24572
24573 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
24574
24575 * gnus-sum.el (gnus-widget-reversible-match)
24576 (gnus-widget-reversible-to-internal)
24577 (gnus-widget-reversible-to-external): New functions.
24578 (gnus-widget-reversible): New widget.
24579 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24580
24581 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
24582
24583 * gnus-sum.el (gnus-thread-sort-functions)
24584 (gnus-article-sort-functions): Document `(not F)' items.
24585
24586 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
24587
24588 * spam.el (spam-use-gmane-xref): Add new backend.
24589 (spam-gmane-xref-spam-group): Add variable to control the name of the
24590 Gmane spam group.
24591 (spam-blackhole-servers, spam-blackhole-good-server-regex)
24592 (spam-regex-headers-spam, spam-regex-headers-ham)
24593 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24594 (spam-list-of-checks): Add spam-use-gmane-xref to list of
24595 backends and checks.
24596 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24597
24598 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24599 an autodetect method.
24600
24601 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24602
24603 * gnus-int.el (gnus-request-accept-article): Inform the agent that
24604 articles are being added to a group.
24605 (gnus-request-replace-article): Inform the agent that articles
24606 need to be uncached as the cached contents are no longer valid.
24607
24608 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24609
24610 * binhex.el: Don't autoload executable-find.
24611
24612 * canlock.el: Don't autoload mail-fetch-field.
24613
24614 * gnus-ems.el: Don't autoload appt-select-lowest-window.
24615
24616 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24617 rmail-dont-reply-to and rmail-output.
24618
24619 * gnus-score.el: Don't autoload ffap-string-at-point.
24620
24621 * gnus-setup.el: Don't autoload sc-cite-original.
24622
24623 * imap.el: Don't autoload base64-decode-string,
24624 base64-encode-string and md5.
24625
24626 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24627 and rmail-msg-restore-non-pruned-header.
24628
24629 * mm-decode.el: Don't autoload executable-find.
24630
24631 * mm-url.el: Don't autoload executable-find.
24632
24633 * mm-view.el: Don't autoload diff-mode.
24634
24635 * nndb.el: Don't autoload news-reply-mode, news-setup,
24636 cancel-timer and telnet.
24637
24638 * password.el: Don't autoload run-at-time for Emacs.
24639
24640 * sha1-el.el: Don't autoload executable-find.
24641
24642 * sieve-mode.el: Don't autoload c-mode.
24643
24644 * uudecode.el: Don't autoload executable-find.
24645
24646 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
24647
24648 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24649 (gnus-agent-possibly-alter-active): Avoid null in numeric
24650 comparison.
24651 (gnus-agent-set-local): Refuse to save null in local object table.
24652 (gnus-agent-regenerate-group): The REREAD parameter can now be a
24653 list of articles that will be marked as unread.
24654
24655 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
24656
24657 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24658
24659 2004-03-04 Jesper Harder <harder@ifa.au.dk>
24660
24661 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24662 language tags.
24663
24664 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
24665
24666 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24667 Don't bind "obarray".
24668
24669 * gnus-sum.el (gnus-thread-sort-functions):
24670 Add `gnus-thread-sort-by-most-recent-number' and
24671 `gnus-thread-sort-by-most-recent-date'.
24672 Reported by Kai Grossjohann <kai@emptydomain.de>.
24673
24674 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
24675
24676 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24677
24678 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
24679
24680 * gnus-cus.el (gnus-agent-customize-category):
24681 Remove ignore-errors macro reference that required cl to be loaded at
24682 run-time.
24683
24684 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24685 single-interval range of the form (min . max). Previously the
24686 range had to look like ((min . max)). Likewise, return
24687 (min . max) rather than ((min . max)).
24688 (gnus-range-map): Use gnus-range-normalize to accept
24689 single-interval range.
24690
24691 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24692 the cache, but not the agent, now appear with their usual face.
24693
24694 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
24695
24696 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24697 w3m-safe-url-regexp variable buffer-local.
24698
24699 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24700
24701 2004-02-27 Simon Josefsson <jas@extundo.com>
24702
24703 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24704 gnus-group-real-prefix.
24705 (gnus-summary-move-article): Use it, instead of
24706 gnus-group-real-prefix.
24707
24708 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
24709
24710 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24711 w3m-safe-url-regexp variable buffer-local and set it as the value
24712 of mm-w3m-safe-url-regexp.
24713
24714 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24715
24716 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24717 parsing gnus-posting-styles when the message is not for replying.
24718
24719 * nnrss.el (nnrss-opml-export):
24720 Use mm-set-buffer-file-coding-system instead of
24721 set-buffer-file-coding-system.
24722
24723 2004-02-27 Jesper Harder <harder@ifa.au.dk>
24724
24725 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24726 of checkdoc.el).
24727 * nnrss.el: do.
24728 * gnus-mlspl.el: do.
24729 * gnus-ml.el: do.
24730 * gnus-srvr.el: do.
24731
24732 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24733
24734 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
24735
24736 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24737 Corrections to custom-manual links.
24738
24739 * gnus-art.el (gnus-article): Ditto.
24740
24741 * mm-decode.el (mime-display, mime-security): Ditto.
24742
24743 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24744
24745 * flow-fill.el: Typo.
24746
24747 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
24748
24749 * spam-wash.el: New file.
24750
24751 2004-02-26 Mark A. Hershberger <mah@everybody.org>
24752
24753 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24754
24755 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
24756
24757 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24758 to be run with new-articles as LIST1, not LIST2.
24759 (spam-registration-functions): Add spam-use-ham-copy as a nil
24760 registration backend.
24761
24762 2004-02-26 Jesper Harder <harder@ifa.au.dk>
24763
24764 * spam-stat.el (spam-stat-washing-hook): New option.
24765 (spam-stat-buffer-words): Use it.
24766 (spam-stat-process-directory, spam-stat-test-directory):
24767 Use insert-file-contents-literally.
24768 (spam-stat-coding-system): New variable.
24769 (spam-stat-load, spam-stat-save): Use it.
24770
24771 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
24772
24773 * spam-report.el (spam-report-plug-agent):
24774 Quote spam-report-url-to-file and spam-report-url-ping-plain.
24775
24776 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
24777
24778 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24779 Allow / in mailto URLs.
24780
24781 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
24782
24783 * spam-report.el (spam-report-process-queue): Fix interactive use.
24784 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24785 (spam-report-unplug-agent): Doc fixes.
24786 (spam-report-url-ping-mm-url, spam-report-url-to-file)
24787 (spam-report-agentize, spam-report-deagentize):
24788 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
24789
24790 * message.el (message-setup-fill-variables): Add mml tags to
24791 paragraph-start and paragraph-separate. Suggested by Andrew Korty
24792 <ajk@iu.edu>.
24793 (message-mode): Don't modify paragraph-separate there.
24794
24795 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
24796
24797 * compface.el (uncompface-use-external): Default to undecided.
24798 (uncompface-use-external-threshold): New variable.
24799 (uncompface-float-time): New macro.
24800 (uncompface): Determine whether to use the external decoder if
24801 uncompface-use-external is undecided.
24802
24803 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24804
24805 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24806 after images.
24807
24808 * gnus-art.el (gnus-mime-display-single): Remove dead code.
24809
24810 2004-02-14 Jesper Harder <harder@ifa.au.dk>
24811
24812 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24813
24814 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24815
24816 * gnus-sum.el (gnus-summary-limit-to-age)
24817 (gnus-summary-limit-children): do.
24818
24819 * gnus-int.el (gnus-request-scan): do.
24820
24821 * gnus-group.el (gnus-group-suspend): do.
24822
24823 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24824
24825 * gnus-cite.el (gnus-cite-parse-attributions): do.
24826
24827 * gnus-agent.el (gnus-summary-set-agent-mark)
24828 (gnus-agent-regenerate-group): do.
24829
24830 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24831
24832 * binhex.el (binhex-decode-region-internal): do.
24833
24834 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
24835
24836 * gnus-fun.el (gnus-face-properties-alist): New user option.
24837 (gnus-display-x-face-in-from): Use it.
24838
24839 * gnus-art.el (article-display-face): Ditto.
24840
24841 * compface.el (uncompface-use-external): Default to nil.
24842
24843 2004-02-12 Jesper Harder <harder@ifa.au.dk>
24844
24845 * nntp.el (nntp-erase-buffer): New function.
24846 (nntp-retrieve-data, nntp-send-command)
24847 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24848 (nntp-possibly-change-group): Use it.
24849
24850 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24851 Use with-current-buffer.
24852
24853 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
24854
24855 * compface.el: Merge the ELisp-based uncompface program.
24856 (compface): New customization group.
24857 (uncompface-use-external): New user option.
24858 (uncompface): Call uncompface-internal if uncompface-use-external
24859 is nil.
24860 (uncompface-internal): New function. Note that there are also
24861 some other functions and variables added for this function.
24862
24863 2004-02-10 Jesper Harder <harder@ifa.au.dk>
24864
24865 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24866 if necessary.
24867
24868 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
24869
24870 * spam-report.el (spam-report-unplug-agent)
24871 (spam-report-plug-agent, spam-report-deagentize)
24872 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24873 Add support for the Agent in spam-report: when unplugged, report to a
24874 file; when plugged, submit all the requests.
24875
24876 * spam.el (spam-register-routine): Fix message about
24877 registration.
24878
24879 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24880
24881 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24882 dependencies.
24883 (rfc2047-encode): Use it.
24884
24885 * gnus-art.el (gnus-button-marker-list): Move before first
24886 reference.
24887
24888 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24889 (imap-parse-body): Fix format string mismatch.
24890
24891 * gnus-score.el (gnus-summary-increase-score): do.
24892
24893 * nnrss.el (nnrss-close): New function.
24894
24895 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24896
24897 * nnrss.el (nnrss-make-filename): New function.
24898 (nnrss-request-delete-group, nnrss-read-server-data)
24899 (nnrss-save-server-data, nnrss-read-group-data)
24900 (nnrss-save-group-data): Use it.
24901 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24902 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24903 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24904
24905 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24906
24907 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24908
24909 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24910
24911 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24912 files.
24913
24914 * message.el (message-generate-headers-first): Don't quote nil
24915 and t in docstrings.
24916
24917 * imap.el (imap-id): do.
24918
24919 * gnus-agent.el (gnus-agent-consider-all-articles)
24920 (gnus-agent-queue-mail): do.
24921
24922 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24923
24924 * spam-report.el (spam-report-process-queue): New function.
24925 Process requests from `spam-report-requests-file'.
24926 (spam-report-process-queue): Doc fix.
24927
24928 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24929
24930 * spam.el (spam-register-routine)
24931 (spam-log-processing-to-registry, spam-log-registered-p)
24932 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24933 Change "check" to "spam-check" for semi-clarity.
24934
24935 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24936
24937 * pop3.el: Require nnheader.
24938
24939 * mml-smime.el: Require cl. Autoload message-fetch-field.
24940
24941 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24942
24943 * gnus-picon.el: Require cl.
24944
24945 * gnus-fun.el: Require gnus-ems and gnus-util.
24946
24947 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24948
24949 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24950
24951 * gnus-art.el (gnus-article-edit-mode): Define before first
24952 reference.
24953
24954 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24955
24956 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24957 (gnus-uu-post-encoded): Use point-at-bol.
24958
24959 * gnus-topic.el (gnus-group-active-topic-p): do.
24960
24961 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24962
24963 * gnus-group.el (gnus-group-kill-region): do.
24964
24965 * gnus-art.el (article-date-ut): do.
24966
24967 * message.el (message-fetch-field): Remove redundant
24968 case-fold-search binding.
24969 (message-narrow-to-field): Simplify.
24970
24971 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24972
24973 * spam.el (spam-directory): Derive from `gnus-directory'.
24974
24975 * spam-report.el (spam-report-url-to-file)
24976 (spam-report-requests-file): New function and variable for offline
24977 reporting.
24978 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24979 and user defined function.
24980 (spam-report-url-ping-mm-url): Remove doubled slash.
24981
24982 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24983
24984 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24985
24986 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24987
24988 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24989 Fix format string mismatch.
24990
24991 * sieve.el (sieve-deactivate-all): do.
24992
24993 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24994
24995 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24996
24997 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24998
24999 * mm-bodies.el (mm-7bit-chars): Don't include \r.
25000
25001 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
25002
25003 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25004 the list of checks.
25005
25006 2004-01-31 Jesper Harder <harder@ifa.au.dk>
25007
25008 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25009 padding.
25010
25011 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
25012
25013 * mm-view.el (mm-fill-flowed): New variable.
25014 (mm-inline-text): Use it.
25015
25016 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
25017
25018 * spam.el (spam-spamassassin-register-ham-routine)
25019 (spam-spamassassin-register-spam-routine): Fix function names.
25020
25021 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
25022
25023 * gnus.el (gnus-tmp-grouplens): Remove.
25024 (gnus-summary-line-format): Remove grouplens.
25025
25026 * gnus-group.el (gnus-group-line-format): Ditto.
25027
25028 * gnus-spec.el (gnus-format-specs): Ditto.
25029 (gnus-update-format-specifications): Flush the group format spec
25030 cache if there's the grouplens stuff.
25031 (gnus-parse-simple-format): Replace %l with the empty string.
25032
25033 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
25034
25035 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25036 omission.
25037
25038 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
25039
25040 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25041 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25042
25043 2004-01-25 Paul Jarc <prj@po.cwru.edu>
25044
25045 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25046 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25047 New macros and functions.
25048 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25049 Handle > NLINK_MAX messages.
25050 * nnmaildir.el (nnmaildir-request-set-mark):
25051 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25052
25053 2004-01-25 Alex Schroeder <alex@gnu.org>
25054
25055 * spam-stat.el (spam-stat-process-directory-age): New option.
25056 (spam-stat-process-directory): Use it.
25057
25058 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
25059
25060 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25061 (spam-stat-save): Accept prefix argument.
25062
25063 2004-01-23 Paul Jarc <prj@po.cwru.edu>
25064
25065 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25066 links" error.
25067
25068 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25069
25070 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25071 compatibility with old .newsrc.eld files.
25072
25073 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25074
25075 * gnus-start.el (gnus-1): do.
25076
25077 * gnus-group.el (gnus-group-line-format-alist): do.
25078
25079 * gnus.el (gnus-use-grouplens, gnus-visual): do.
25080
25081 * gnus-gl.el: Remove.
25082
25083 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
25084
25085 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25086 marks consisting of a single range {for example, (3 . 5)} rather
25087 than a list of a single range { ((3 . 5)) }.
25088
25089 2004-01-23 Jesper Harder <harder@ifa.au.dk>
25090
25091 * spam-stat.el (spam-stat-store-gnus-article-buffer):
25092 Use with-current-buffer.
25093 (spam-stat-store-current-buffer): Use insert-buffer-substring to
25094 avoid consing a string.
25095
25096 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25097 Remove obsolete entries for big5 and gb2312.
25098
25099 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
25100
25101 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25102 uncompressed list.
25103
25104 2004-01-22 Jesper Harder <harder@ifa.au.dk>
25105
25106 * spam-stat.el (spam-stat-strip-xref): New function.
25107 (spam-stat-process-directory): Use it.
25108
25109 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25110 here -- it's done in message-fetch-field.
25111
25112 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
25113
25114 * gnus-agent.el (gnus-agent-queue-mail)
25115 (gnus-agent-prompt-send-queue): New variables.
25116 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25117 * gnus-draft.el (gnus-group-send-queue): Pass the group name
25118 "nndraft:queue" along to gnus-draft-send.
25119 Use gnus-agent-prompt-send-queue.
25120 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25121 is "nndraft:queue". Suggested by Gaute Strokkenes
25122 <gs234@srcf.ucam.org>
25123
25124 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25125 (agent-enable-undownloaded-faces): Add.
25126 (gnus-agent-cat-groups): Use eval-and-compile, not
25127 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25128 method of gnus-agent-cat-groups even when the buffer has been
25129 evalled.
25130 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25131 delete gnus-agent-save-active-1.
25132 (gnus-agent-save-groups): Delete. Identical to
25133 gnus-agent-save-active.
25134 (gnus-agent-write-active): No longer adjust agent's copy of active
25135 file as agent's adjustments are now stored in their own
25136 file. Remove optional parameter.
25137 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25138 servers. Add use of min/max range limits from server's local
25139 file.
25140 (gnus-agent-save-alist): Remove unused optional argument.
25141 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25142 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25143 (gnus-agent-set-local): A per-server file that keeps min/max range
25144 limits for articles known to the agent. Provides a fast mechanism
25145 for altering many active ranges.
25146 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25147 active file (local makes it unnecessary).
25148 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25149
25150 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25151 (agent-enable-undownloaded-faces): Add.
25152
25153 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25154 disable it when sending to "nndraft:queue".
25155 (gnus-group-send-queue): Add safety check to avoid sending queue
25156 when unplugged.
25157
25158 * gnus-group.el (gnus-group-catchup): Use new
25159 gnus-sequence-of-unread-articles, not
25160 gnus-list-of-unread-articles, to avoid exhausting memory with huge
25161 numbers of articles. Use gnus-range-map to avoid having to
25162 uncompress the unread list.
25163 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25164 Fix invalid ange-ftp reference.
25165
25166 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25167 (gnus-sorted-range-intersection): Intersection of two ranges
25168 without requiring that they first be uncompressed.
25169
25170 * gnus-start.el (gnus-activate-group): Unless blocked by the
25171 caller, possibly expand the active range to include both cached
25172 and agentized articles.
25173 (gnus-convert-old-newsrc): Rewrote in anticipation of having
25174 multiple version-dependent converters.
25175 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25176 gnus-agent-save-active.
25177 (gnus-save-newsrc-file): Save dirty agent range limits.
25178
25179 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25180 gnus-agent-possibly-alter-active.
25181 (gnus-adjust-marked-articles): Faster handling of simple lists.
25182
25183 2004-01-21 Jesper Harder <harder@ifa.au.dk>
25184
25185 * spam-stat.el (spam-stat-test-directory): New optional argument
25186 displays a list of files detected. Suggested by Andrew Cohen
25187 <cohen@andy.bu.edu>.
25188 (spam-stat-buffer-words-with-scores): Don't narrow and change
25189 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
25190
25191 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
25192
25193 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25194 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25195 (spam-spamassassin-arguments)
25196 (spam-spamassassin-spam-flag-header)
25197 (spam-spamassassin-positive-spam-flag-header)
25198 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25199 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25200 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25201 (spam-list-of-processors, spam-list-of-checks)
25202 (spam-list-of-statistical-checks, spam-registration-functions)
25203 (spam-check-spamassassin-headers, spam-check-spamassassin)
25204 (spam-spamassassin-score)
25205 (spam-spamassassin-register-with-sa-learn)
25206 (spam-spamassassin-register-spam-routine)
25207 (spam-spamassassin-register-ham-routine)
25208 (spam-assassin-register-spam-routine)
25209 (spam-assassin-register-ham-routine): Add SpamAssassin support.
25210 (spam-bogofilter-score): Fix to show article before scoring.
25211
25212 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
25213
25214 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25215 default scoring function.
25216 (spam-generic-score): Call spam-spamassassin-score if
25217 spam-use-spamassassin or spam-use-spamassassin-headers is on;
25218 spam-bogofilter-score otherwise.
25219
25220 * gnus.el (spam-process, spam-autodetect-methods):
25221 Add spamassassin and spamassassin-headers.
25222
25223 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
25224
25225 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25226 Suppress unnecessary messages.
25227
25228 2004-01-20 Jesper Harder <harder@ifa.au.dk>
25229
25230 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25231 make-hash-table.
25232
25233 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
25234
25235 * canlock.el (base64-encode-string): Don't autoload it.
25236
25237 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
25238
25239 * run-at-time.el: Remove useless (require 'itimer),
25240 eval-and-compile and (featurep 'xemacs).
25241
25242 2004-01-16 Jesper Harder <harder@ifa.au.dk>
25243
25244 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25245 GROUP is a virtual group.
25246
25247 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
25248
25249 * gnus.el: Autoload `message-y-or-n-p'.
25250
25251 2004-01-15 Jesper Harder <harder@ifa.au.dk>
25252
25253 * pgg-parse.el: Remove unnecessary (require 'custom).
25254
25255 * pgg-def.el: do.
25256
25257 * nnmail.el: do.
25258
25259 * gnus-undo.el: do.
25260
25261 * gnus-picon.el: do.
25262
25263 * gnus-util.el: do.
25264
25265 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
25266
25267 * gnus-sum.el (gnus-pick-line-number): Add autoload.
25268
25269 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
25270
25271 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25272 handle, as well as a list.
25273
25274 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25275 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25276 (mm-w3m-cid-retrieve): Simplify.
25277
25278 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
25279
25280 * message.el (message-kill-to-signature): Allow prefix arg to
25281 specify number of lines to keep before signature.
25282
25283 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
25284
25285 * message.el (message-kill-to-signature): Change docstring.
25286
25287 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
25288
25289 * canlock.el: Always require sha1-el.
25290 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25291
25292 * message.el: Autoload sha1 only when compiling.
25293
25294 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
25295
25296 * message.el (message-canlock-generate): Require sha1-el.
25297
25298 2004-01-13 Jesper Harder <harder@ifa.au.dk>
25299
25300 * message.el (message-expand-name): Silence the byte compiler.
25301
25302 2004-01-13 Simon Josefsson <jas@extundo.com>
25303
25304 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25305 Invoke gnus-score-mode.
25306 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25307
25308 * gnus-range.el (gnus-compress-sequence): Doc fix.
25309 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25310
25311 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25312
25313 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25314
25315 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
25316
25317 * spam.el (spam-get-article-as-string): Update to use
25318 gnus-request-article-this-buffer, much simpler.
25319 (spam-get-article-as-buffer): Remove.
25320
25321 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
25322
25323 * message.el (message-expand-name): Use EUDC if the user uses that.
25324
25325 2004-01-12 Jesper Harder <harder@ifa.au.dk>
25326
25327 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25328 character for the encoding to avoid consing a string.
25329
25330 * rfc2047.el (rfc2047-decode-string): Don't cons a string
25331 unnecessarily.
25332
25333 * mm-util.el (mm-replace-chars-in-string): Remove.
25334
25335 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25336 of mm-replace-chars-in-string.
25337
25338 2004-01-11 Jesper Harder <harder@ifa.au.dk>
25339
25340 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25341
25342 * mm-util.el (mm-subst-char-in-string): Support inplace.
25343
25344 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25345 a new string in every iteration. Use shy groups.
25346
25347 2004-01-10 Jesper Harder <harder@ifa.au.dk>
25348
25349 * gnus-srvr.el (gnus-browse-unsubscribe-group):
25350 * gnus-soup.el (gnus-soup-group-brew):
25351 * gnus-msg.el (gnus-put-message):
25352 * gnus-move.el (gnus-group-move-group-to-server):
25353 * gnus-kill.el (gnus-batch-score):
25354 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25355 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25356 (gnus-group-update-group, gnus-group-read-group)
25357 (gnus-group-make-group, gnus-group-make-help-group)
25358 (gnus-group-make-archive-group, gnus-group-make-directory-group)
25359 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25360 (gnus-group-sort-by-unread, gnus-group-catchup)
25361 (gnus-group-unsubscribe-group, gnus-group-kill-group)
25362 (gnus-group-yank-group, gnus-group-set-info)
25363 (gnus-group-list-groups):
25364 * gnus.el (gnus-generate-new-group-name):
25365 * gnus-delay.el (gnus-delay-send-queue):
25366 * nnvirtual.el (nnvirtual-catchup-group):
25367 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25368 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25369 (gnus-group-prepare-topics, gnus-topic-check-topology):
25370 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25371 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25372 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25373 (gnus-group-make-articles-read):
25374 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25375 (gnus-group-change-level, gnus-kill-newsgroup)
25376 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25377 (gnus-get-unread-articles, gnus-make-articles-unread)
25378 (gnus-make-ascending-articles-unread): Use accessor
25379 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25380 to get group information for improved readability.
25381
25382 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25383
25384 * gnus-art.el (article-decode-mime-words, article-babel)
25385 (gnus-article-highlight-signature, gnus-article-add-buttons)
25386 (gnus-signature-toggle): Use gnus-with-article-buffer.
25387
25388 * gnus-art.el (gnus-article-highlight-headers)
25389 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25390
25391 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25392 (gnus-article-set-globals, gnus-request-article-this-buffer)
25393 (gnus-button-message-id, gnus-article-maybe-hide-headers)
25394 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25395 (gnus-mime-display-alternative): Use with-current-buffer.
25396
25397 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25398
25399 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25400 also under 80 char limit, and call gnus-error if needed.
25401 (spam-fetch-article-header): Fix - it was a
25402 buffer-local variable (gnus-newsgroup-data).
25403 (spam-find-spam): Use spam-generate-fake-headers, forget about
25404 spam-insert-fake-headers.
25405 (spam-insert-fake-headers): Remove.
25406
25407 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25408
25409 * deuglify.el (gnus-article-outlook-unwrap-lines)
25410 (gnus-outlook-rearrange-article)
25411 (gnus-outlook-repair-attribution-outlook)
25412 (gnus-outlook-repair-attribution-block)
25413 (gnus-outlook-repair-attribution-other): Remove redundant
25414 save-excursion.
25415
25416 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
25417
25418 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25419 (spam-fetch-field-subject-fast)
25420 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25421 (spam-fetch-article-header): Add functions to deal with Gnus
25422 internals for fast retrieval of article header data.
25423 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25424
25425 2004-01-09 Jesper Harder <harder@ifa.au.dk>
25426
25427 * pop3.el (pop3-md5): Remove.
25428 (pop3-apop): Replace pop3-md5 with md5.
25429
25430 * mm-bodies.el: base64 is always built-in.
25431
25432 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25433 Use with-current-buffer.
25434
25435 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
25436
25437 * canlock.el (canlock-insert-header): Remove excessive grouping in
25438 regexp.
25439
25440 * gnus-sum.el (gnus-summary-read-document): Ditto.
25441
25442 * gnus-uu.el (gnus-uu-part-number): Ditto.
25443
25444 * html2text.el (html2text-remove-tags): Ditto.
25445 (html2text-format-tags): Ditto.
25446 (html2text-format-single-elements): Ditto.
25447
25448 * mml.el (mml-parse-1): Ditto.
25449
25450 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25451
25452 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25453
25454 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25455
25456 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25457
25458 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25459
25460 2003-11-15 Simon Josefsson <jas@extundo.com>
25461
25462 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25463 (pgg-gpg-lookup-key): Use regexp match instead of
25464 split-string (split-string is different between emacs 21.2 and
25465 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
25466
25467 2004-01-08 Jesper Harder <harder@ifa.au.dk>
25468
25469 * gnus-art.el (gnus-mime-view-all-parts)
25470 (gnus-article-part-wrapper, gnus-article-view-part):
25471 Use with-current-buffer.
25472
25473 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25474
25475 * spam.el (spam-disable-spam-split-during-ham-respool)
25476 (spam-spamoracle-database, spam-cache-lookups)
25477 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25478 (spam-group-ham-mark-p, spam-group-spam-mark-p)
25479 (spam-group-ham-marks, spam-group-spam-marks)
25480 (spam-group-spam-contents-p, spam-group-ham-contents-p)
25481 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25482 also add spam-use-blackholes to the statistical checks.
25483 (spam-fetch-field-fast): Add interface to fetching fields, may
25484 become a macro.
25485 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25486 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25487 (spam-insert-fake-headers): Fake an article when needed.
25488 (spam-find-spam): Fake article when possible.
25489 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25490 (spam-check-bogofilter-headers): Use message-fetch-field instead
25491 of nnmail-fetch-field.
25492
25493 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
25494
25495 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25496
25497 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
25498
25499 * spam.el (spam-split): Do not require spam-use-CHECK to be
25500 enabled if that check is passed to spam-split explicitly; also
25501 fix so 'spam doesn't get converted to spam-split-group when
25502 spam-split-symbolic-return is t.
25503 (spam-find-spam): Find registrations of the article and use those
25504 instead of re-running spam-split to find the spam/ham
25505 classification of the article.
25506 (spam-log-processing-to-registry, spam-log-registered-p)
25507 (spam-log-unregistration-needed-p, spam-log-undo-registration):
25508 Use gnus-error instead of gnus-message.
25509 (spam-log-registration-type): Add function to determine the
25510 classification of a message based on registry entries; will
25511 return nil if both 'spam and 'ham are found.
25512 (spam-check-BBDB): Expand all the BBDB macros here so we can have
25513 a reasonably fast local cache without the loading errors.
25514 (spam-cache-lookups): Set to t by default.
25515 (spam-find-spam): Don't try to guess spam-cache-lookups.
25516 (spam-enter-whitelist, spam-enter-blacklist): Clear the
25517 spam-caches entry.
25518 (spam-filelist-build-cache, spam-filelist-check-cache):
25519 Fix caching of whitelist/blacklist entries.
25520 (spam-check-whitelist, spam-check-blacklist):
25521 Invoke spam-from-listed-p with a type, not a cache variable.
25522 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25523
25524 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25525
25526 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25527
25528 * nnmail.el (nnmail-split-fancy): do.
25529
25530 * mml.el (mml-parse): do.
25531
25532 * gnus-score.el (gnus-enter-score-words-into-hashtb)
25533 (gnus-score-adaptive): do.
25534
25535 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25536
25537 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25538 (gnus-mime-button-map): Don't set keymap parent.
25539 (gnus-button-ctan-directory-regexp): Use shy grouping.
25540 (gnus-prev-page-map): Don't set keymap parent.
25541 (gnus-prev-page-map): Remove duplicated one.
25542 (gnus-next-page-map): Don't set keymap parent.
25543 (gnus-mime-security-button-map): Ditto.
25544
25545 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25546 version number.
25547
25548 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25549
25550 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25551
25552 * canlock.el (canlock-sha1-function): Remove.
25553 (canlock-sha1-function-for-verify): Remove.
25554 (canlock-openssl-program): Remove.
25555 (canlock-openssl-args): Remove.
25556 (canlock-ignore-errors): Remove.
25557 (canlock-sha1-with-openssl): Remove.
25558 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25559 (canlock-verify): Don't use canlock-ignore-errors.
25560
25561 * sha1-el.el (sha1-string-external): Make it can return a string
25562 in binary form.
25563 (sha1-region-external): Ditto.
25564 (sha1-string-internal): Ditto.
25565 (sha1-region-internal): Ditto.
25566 (sha1-region): Ditto.
25567 (sha1-string): Ditto.
25568 (sha1): Ditto.
25569
25570 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
25571
25572 * spam.el (spam-report-articles-gmane): New command.
25573
25574 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
25575
25576 * gnus.el: Don't make unnecessary *Group* buffer when loading.
25577
25578 * run-at-time.el (run-at-time-saved): Remove.
25579 (run-at-time): Doc fix.
25580
25581 2004-01-07 Jesper Harder <harder@ifa.au.dk>
25582
25583 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25584 (gnus-summary-limit-map): Add it.
25585 (gnus-summary-make-menu-bar): do.
25586
25587 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
25588
25589 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25590 Make attempt at some caching support (done for BBDB only now).
25591 (spam-find-spam): Set spam-cache-lookups if there are more than 2
25592 addresses to be checked.
25593 (spam-clear-cache-BBDB): Add function, to be invoked by
25594 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25595 (spam-check-BBDB): Check and use the caches, if
25596 spam-cache-lookups is on, remove superfluous (provide).
25597
25598 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
25599
25600 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25601
25602 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
25603
25604 * run-at-time.el (run-at-time-saved): Move to after the definition
25605 of `run-at-time'.
25606
25607 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
25608
25609 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25610 mm-w3m-local-map-property.
25611
25612 * mm-view.el (mm-w3m-mode-map): Remove.
25613 (mm-w3m-local-map-property): Remove.
25614 (mm-inline-text-html-render-with-w3m): Don't use
25615 mm-w3m-local-map-property.
25616
25617 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
25618
25619 * run-at-time.el: New file.
25620
25621 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25622 of gnus-set-text-properties.
25623
25624 * gnus-uu.el (gnus-uu-save-article): Ditto.
25625
25626 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25627
25628 * gnus-cite.el (gnus-cite-parse): Ditto.
25629
25630 * gnus-art.el (gnus-button-push): Use set-text-properties instead
25631 of gnus-.
25632
25633 * gnus.el: Change calls to nnheader-run-at-time and
25634 password-run-at-time throughout to use run-at-time directly.
25635
25636 * password.el: Remove definition of run-at-time.
25637
25638 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
25639
25640 * mml.el (mml-minibuffer-read-disposition): Show attachment type
25641 in prompt.
25642
25643 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25644
25645 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25646 XEmacs version.
25647
25648 * dns.el (dns-make-network-process): Use `open-network-stream'
25649 instead of `gnus-xmas-open-network-stream'.
25650
25651 * .cvsignore: Add auto-autoloads.el, custom-load.el.
25652
25653 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25654
25655 * gnus-art.el (gnus-mime-display-alternative)
25656 (gnus-insert-mime-button, gnus-insert-mime-security-button)
25657 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25658 Don't use gnus-local-map-property.
25659
25660 * gnus-util.el (gnus-local-map-property): Remove.
25661
25662 * mm-view.el (mm-view-pkcs7-decrypt):
25663 Replace gnus-completing-read-maybe-default with completing-read.
25664
25665 * gnus-util.el (gnus-completing-read): do.
25666 (gnus-completing-read-maybe-default): Remove.
25667
25668 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
25669
25670 * password.el: Only autoload `run-at-time' if not XEmacs.
25671 Only autoload the itimer functions if XEmacs.
25672
25673 2004-01-06 Jesper Harder <harder@ifa.au.dk>
25674
25675 * gnus-art.el (gnus-read-string): Remove.
25676 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25677 read-string.
25678
25679 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
25680
25681 * netrc.el: Autoload password-read.
25682 (netrc): Add configuration group.
25683 (netrc-encoding-method, netrc-openssl-path):
25684 Add variables for encoding and decoding of files with symmetric
25685 ciphers.
25686 (netrc-encode): Add assistant function to encode a file with
25687 netrc-encoding-method.
25688 (netrc-parse): Add interactive parameter, added optional
25689 decoding if netrc-encoding-method is non-nil but otherwise
25690 behavior is standard.
25691 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25692 Do s/encode/encrypt/ everywhere.
25693
25694 * spam.el: Remove executable-find autoload.
25695
25696 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25697
25698 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25699
25700 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25701
25702 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
25703
25704 * gnus-art.el (gnus-treat-ansi-sequences)
25705 (article-treat-ansi-sequences): New variable and function.
25706 Suggested by Dan Jacobson <jidanni@jidanni.org>.
25707
25708 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25709 Use it.
25710
25711 2004-01-05 Jesper Harder <harder@ifa.au.dk>
25712
25713 * mm-util.el (mm-quote-arg): Remove.
25714
25715 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25716 shell-quote-argument.
25717
25718 * gnus-uu.el (gnus-uu-command): do.
25719
25720 * gnus-sum.el (gnus-summary-insert-pseudos): do.
25721
25722 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25723 with make-char.
25724
25725 * mm-util.el (mm-make-char): Remove.
25726
25727 * mml.el (mml-mode): Replace gnus-add-minor-mode with
25728 add-minor-mode.
25729
25730 * gnus-undo.el (gnus-undo-mode): do.
25731
25732 * gnus-topic.el (gnus-topic-mode): do.
25733
25734 * gnus-sum.el (gnus-dead-summary-mode): do.
25735
25736 * gnus-start.el (gnus-slave-mode): do.
25737
25738 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25739
25740 * gnus-ml.el (gnus-mailing-list-mode): do.
25741
25742 * gnus-gl.el (gnus-grouplens-mode): do.
25743
25744 * gnus-draft.el (gnus-draft-mode): do.
25745
25746 * gnus-dired.el (gnus-dired-mode): do.
25747
25748 * gnus-ems.el (gnus-add-minor-mode): Remove.
25749
25750 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25751 Replace gnus-char-width with char-width.
25752
25753 * gnus-ems.el (gnus-char-width): Remove.
25754
25755 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25756 Replace gnus-char-width with char-width.
25757
25758 * gnus-ems.el (gnus-char-width): Remove.
25759
25760 * spam-stat.el (with-syntax-table): Remove with-syntax-table
25761 definition.
25762 Remove Emacs 20 hash table compatibility code.
25763
25764 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25765 20 compatibility code.
25766
25767 * spam.el (spam-point-at-eol): Replace with point-at-eol.
25768
25769 * smime.el (smime-point-at-eol): Replace with point-at-eol.
25770
25771 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25772 Replace with point-at-{eol,bol}.
25773
25774 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25775
25776 * imap.el (imap-point-at-eol): Replace with point-at-eol.
25777
25778 * flow-fill.el (fill-flowed-point-at-bol)
25779 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25780
25781 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25782 Replace with point-at-{eol,bol} throughout all files.
25783
25784 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
25785
25786 * ntlm.el (ntlm-string-as-unibyte): New macro.
25787 (ntlm-build-auth-response): Use it.
25788
25789 Remove Emacs 20 stuff:
25790 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25791 of delq and copy-sequence.
25792 * gnus-art.el (popup-menu): Remove the compiler macro.
25793 * nnmail.el (nnmail-split-fancy): Don't support customizing with
25794 Emacs 20.
25795
25796 2004-01-05 Simon Josefsson <jas@extundo.com>
25797
25798 * ntlm.el: Fix namespace. Change smb-passwd-hash into
25799 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25800 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25801 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25802 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25803 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25804 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25805 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25806 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25807 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25808 ntlm-string-permute, string-lshift into ntlm-string-lshift,
25809 string-xor into ntlm-string-xor.
25810 Suggested by Jesper Harder <harder@myrealbox.com>.
25811
25812 * ntlm.el: Don't include poem.
25813
25814 * md4.el (print-int32, print-string-hexa): Remove.
25815 Suggested by Jesper Harder <harder@myrealbox.com>.
25816
25817 * sasl-ntlm.el, ntlm.el, md4.el: New files.
25818
25819 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
25820 probably breaks emacs with DL patch, but do we care? Is anyone
25821 still using the DL stuff?)
25822
25823 * sieve-manage.el: Use the password package.
25824 (sieve-manage-read-passwd): Remove.
25825 (sieve-manage-interactive-login): Use password. Re-add
25826 condition-case around loop.
25827
25828 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25829 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25830 Use the password package.
25831
25832 2003-02-19 Simon Josefsson <jas@extundo.com>
25833
25834 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25835 token.
25836
25837 2002-08-07 Simon Josefsson <jas@extundo.com>
25838
25839 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25840 (sieve-manage-authenticators)
25841 (sieve-manage-authenticator-alist): Add some SASL mechs.
25842 (sieve-sasl-auth): New function.
25843 (sieve-manage-cram-md5-auth)
25844 (sieve-manage-plain-auth): Rewrite using SASL library.
25845 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25846 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25847 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25848 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25849
25850 2004-01-05 Simon Josefsson <jas@extundo.com>
25851
25852 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25853 New files.
25854
25855 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25856
25857 * gnus-group.el (gnus-no-groups-message): Update.
25858
25859 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25860
25861 2003-11-09 Simon Josefsson <jas@extundo.com>
25862
25863 * imap.el: Support for ID IMAP extension (RFC 2971).
25864 (imap-local-variables): Add imap-id.
25865 (imap-id): New variable.
25866 (imap-id): New function.
25867 (imap-parse-response): Parse untagged ID response.
25868 * nnimap.el (nnimap-id): New variable.
25869 (nnimap-open-connection): Use it.
25870
25871 2003-12-28 Simon Josefsson <jas@extundo.com>
25872
25873 * gnus-score.el (gnus-score-edit-all-score): New.
25874 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25875
25876 2004-01-04 Simon Josefsson <jas@extundo.com>
25877
25878 * password.el: Add.
25879
25880 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25881
25882 * dns.el (dns-query-types): Fix typo.
25883 (dns-query-types): New function.
25884 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25885 PTR and SOA replies, see RFC 1035.
25886
25887 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25888
25889 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25890
25891 * Move to Changelog.2.
25892
25893 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25894
25895 * gnus.el (gnus-version-number): Bump version.
25896
25897 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25898
25899 * gnus.el: No Gnus v0.1 is released.
25900
25901 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25902
25903 * gnus.el: No Gnus v0.0 is released.
25904
25905 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25906
25907 * gnus.el (gnus-version-number): Bump.
25908 (gnus-version): No.
25909
25910 See ChangeLog.2 for earlier changes.
25911
25912 Copyright (C) 2004-2014 Free Software Foundation, Inc.
25913
25914 This file is part of GNU Emacs.
25915
25916 GNU Emacs is free software: you can redistribute it and/or modify
25917 it under the terms of the GNU General Public License as published by
25918 the Free Software Foundation, either version 3 of the License, or
25919 (at your option) any later version.
25920
25921 GNU Emacs is distributed in the hope that it will be useful,
25922 but WITHOUT ANY WARRANTY; without even the implied warranty of
25923 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25924 GNU General Public License for more details.
25925
25926 You should have received a copy of the GNU General Public License
25927 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25928
25929 ;; Local Variables:
25930 ;; coding: utf-8
25931 ;; fill-column: 79
25932 ;; add-log-time-zone-rule: t
25933 ;; End: