e484c5701fe3e108c90a5f04587353b684d9d4b7
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * message.el (message-bury): Don't pop up a new window when selected
4 window is dedicated.
5
6 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
7
8 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
9
10 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
11
12 * sieve-manage.el: Autoload `auth-source-search'.
13 (sieve-sasl-auth): Use it.
14
15 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
16
17 * nnimap.el: Autoload `auth-source-forget+'.
18 (nnimap-open-connection-1): Use it if the connection fails.
19
20 * auth-source.el: Require `password-cache'.
21 (auth-source-hide-passwords, auth-source-cache): Remove and mark
22 obsolete.
23 (auth-source-magic): Marker for `password-cache' keys.
24 (auth-source-do-cache): Update docstring.
25 (auth-source-search): Use and check cache.
26 (auth-source-forget-all-cached, auth-source-remember)
27 (auth-source-recall, auth-source-forget, auth-source-forget+)
28 (auth-source-specmatchp): Caching support functions.
29 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
30 Remove and obsolete.
31 (auth-source-user-or-password): Remove caching to further discourage
32 using it. Always hide passwords.
33
34 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
35
36 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
37 code for now, since it doesn't work for all users.
38
39 2011-02-09 Julien Danjou <julien@danjou.info>
40
41 * message.el (message-options): Make message-options really buffer
42 local.
43
44 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
45
46 * mail-source.el: Autoload `auth-source-search'.
47 (mail-source-keyword-map): Note order matters.
48 (mail-source-set-1): Get all the mail-source source values and
49 defaults and search auth-source on those if needed. This can all
50 probably be simplified.
51
52 * nnimap.el: Autoload `auth-source-search'.
53 (nnimap-credentials): Use it.
54 (nnimap-open-connection-1): Ask for the virtual server and physical
55 address in one shot.
56
57 * nntp.el: Autoload `auth-source-search'.
58 (nntp-send-authinfo): Use it. Note TODO.
59
60 2011-02-08 Julien Danjou <julien@danjou.info>
61
62 * shr.el (shr-tag-body): Add support for text attribute in body
63 markups.
64
65 * message.el (message-options): Make message-options a local variable.
66
67 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
68
69 * auth-source.el (auth-source-secrets-search)
70 (auth-source-user-or-password): Use `append' instead of `nconc'.
71 (auth-source-user-or-password): Build return list better and protect
72 against nil :secret.
73
74 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
75
76 * nnimap.el (nnimap-update-info): Refactor slightly.
77 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
78 (nnimap-update-info): Clean up slightly.
79 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
80 characters.
81 (nnimap-process-quirk): Rename function to avoid collision.
82 (nnimap-update-info): Fix macrology bug-out.
83 (nnimap-update-info): Simplify split history test.
84
85 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
86
87 * auth-source.el (top): Require 'eieio unconditionally. Autoload
88 `secrets-get-attributes' instead of `secrets-get-attribute'.
89 (auth-source-secrets-search): Limit search when `max' is greater than
90 number of results.
91
92 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
93
94 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
95 part not returning any data.
96
97 * proto-stream.el (open-protocol-stream): Document the return value.
98
99 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
100
101 * auth-source.el (auth-source-secrets-search): Add examples.
102
103 2011-02-06 Julien Danjou <julien@danjou.info>
104
105 * message.el (message-setup-1): Handle message-generate-headers-first
106 set to t.
107
108 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
109
110 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
111 API with a string "secrets:collection-name" and with 'default.
112 (auth-source-backend-parse): Parse "secrets:collection-name" and
113 'default. Recurse on parses instead of repeating code. Use the
114 Secrets API is the source is not nil and 'ignore otherwise. Emit a
115 message when ignoring a source.
116 (auth-source-search): List ignored search keys at the top level.
117 (auth-source-netrc-create): Use `case' instead of `cond'.
118 (auth-source-secrets-search): Created with TODOs.
119 (auth-source-secrets-create): Created with TODOs.
120 (auth-source-retrieve, auth-source-create, auth-source-delete)
121 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
122 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
123 (auth-source-user-or-password-sftp)
124 (auth-source-user-or-password-smtp): Removed.
125 (auth-source-user-or-password): Deprecated and modified to be a wrapper
126 around `auth-source-search'. Not tested thoroughly.
127
128 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
129
130 * auth-source.el: Bring in assoc and eioeio libraries.
131 (secrets-enabled): New variable to track the status of the Secrets API.
132 (auth-source-backend): New EIOEIO class to represent a backend.
133 (auth-source-creation-defaults): New variable to set prompt defaults
134 during token creation (see the `auth-source-search' docstring for
135 details).
136 (auth-sources): Simplify to allow a simple string as a netrc backend
137 spec.
138 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
139 (auth-source-backend-parse-parameters): Fill in the backend parameters.
140 (auth-source-search): Main auth-source API entry point.
141 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
142 (auth-source-search-collection): Helper function for searching.
143 (auth-source-netrc-parse, auth-source-netrc-normalize)
144 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
145 Supports search, create, and delete.
146 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
147 backend stubs.
148 (auth-source-user-or-password): Call `auth-source-search' but it's not
149 ready yet.
150
151 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
152
153 * message.el (message-setup-1): Remove the read-only stuff, since it
154 doesn't work under XEmacs, for some reason.
155
156 * gnus-sum.el (gnus-user-date): Rename back from
157 gnus-summary-user-date since user code refers to it.
158
159 * shr.el (shr-render-td): Store the actual background colour used.
160
161 * message.el (message-setup-1): Don't bind the constant
162 -forbidden-properties.
163 (message-setup-1): Revert previous change, since it needs to bind the
164 props to insert them.
165 (message-resend): Allow removing the read-only separator line.
166
167 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
168
169 * nnimap.el (nnimap-request-accept-article): Give an error message if
170 the APPEND wasn't successful.
171
172 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
173
174 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
175 that have no groups.
176
177 2011-02-03 Julien Danjou <julien@danjou.info>
178
179 * gnus-draft.el: Remove progn around gnus-draft-setup.
180
181 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
182
183 * gnus-start.el (gnus-read-active-for-groups): This function is never
184 called with a nil `infos', so clean that up.
185 (gnus-get-unread-articles): Request active files from primary/secondary
186 methods that have no groups (yet).
187
188 2011-02-03 Julien Danjou <julien@danjou.info>
189
190 * message.el (message-setup-1): Always generate References first.
191 (message-mail): Return the return value of message-setup, not always t.
192 (message-setup-1): Insert mail-header-separator with read-only and
193 intangible properties set.
194
195 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
196 user-date in docstring.
197
198 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
199
200 * gnus.el (gnus-summary-line-format): Mention &user-date format in
201 docstring.
202
203 * gnus.el (gnus-user-date-format-alist): Change default value. Use
204 defcustom, with type and group. Move from gnus-util.el. Rename to
205 gnus-summary-user-date-format-alist.
206
207 2011-02-03 Glenn Morris <rgm@gnu.org>
208
209 * nnimap.el (gnus-fetch-headers): Declare.
210
211 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
212
213 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
214
215 * message.el (message-forward-make-body-digest-plain)
216 (message-followup, message-reply): Clean up things noted by Stefan.
217
218 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
219 gnus-article-update-date-headers is nil.
220 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
221 it didn't really work with defcustom.
222 (article-update-date-lapsed): Make sure the window start doesn't move,
223 either.
224
225 2011-02-01 Julien Danjou <julien@danjou.info>
226
227 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
228 format.
229
230 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
231 standard in Emacs nowadays.
232
233 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * message.el (message-expand-name): Don't trust the return value of
236 bbdb-complete-name.
237 (message-check-news-header-syntax): Remove unused var `start'.
238 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
239 (message-inhibit-body-encoding): Move to before first use.
240 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
241 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
242 (Organization, Message-ID, Date, mh-previous-window-config):
243 Defvar the vars using dynamic scoping.
244
245 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
246
247 * shr.el (shr-render-td): Only do colours at the final rendering.
248 Should be slightly faster.
249 (shr-insert-table): Fix up TD background colours when doing the
250 vertical padding.
251
252 * gnus-art.el (article-date-ut): Protect against articles with no Date
253 header.
254 (article-update-date-lapsed): Don't use current-column to find the
255 horizontal position. It's fragile in the presence of \003 characters.
256
257 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
258
259 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
260
261 * gnus-art.el (article-transform-date): Rewrite to still work when
262 there are several rfc2822 parts.
263 (article-transform-date): Fix infinite recursion.
264 (article-date-ut): Replace infinitely many Date headers with a single
265 one when called interactively.
266
267 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
268 secure manner.
269
270 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
271 move around by not using save-window-excursion. It seems to work...
272
273 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
274
275 * gnus-art.el (article-make-date-line): Work for user-defined format.
276
277 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
278
279 * nntp.el (nntp-retrieve-group-data-early)
280 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
281 fetching functions.
282
283 * gnus-start.el (gnus-read-active-for-groups): Read the active files
284 thoroughly for all backends that have no known groups. This should
285 allow new nnml methods to retrieve mail.
286
287 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
288 that Gnus doesn't know exists again.
289
290 * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
291 (gnus-treat-date-ut): Ditto.
292 (gnus-article-update-date-header): Renamed.
293 (gnus-treat-date-local): Removed.
294 (gnus-treat-date-english): Removed.
295 (gnus-treat-date-lapsed): Removed.
296 (gnus-treat-date-combined-lapsed): Removed.
297 (gnus-treat-date-original): Removed.
298 (gnus-treat-date-iso8601): Removed.
299 (gnus-treat-date-user-defined): Removed.
300 (gnus-article-date-headers): New variable to control all the date
301 header options.
302 (article-date-ut): Rewrite to allow using the new way to format date
303 headers(s).
304
305 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
306
307 * nnmail.el (nnmail-article-group): Check for a direct fancy split
308 method.
309 (nnmail-article-group): A better test for fanciness.
310
311 * nnimap.el (nnimap-request-head): Protect against not finding the
312 article by Message-ID.
313
314 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
315
316 * gnus-art.el (article-update-date-lapsed): Try a better way to really
317 keep point at the "same place".
318
319 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
320
321 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
322 data if the group is unactivated.
323
324 2011-01-28 Julien Danjou <julien@danjou.info>
325
326 * gnus-win.el: Remove dead function gnus-window-configuration-element.
327 (gnus-all-windows-visible-p): Remove old compatibility code.
328 (gnus-window-top-edge): Add docstring.
329
330 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
331
332 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
333
334 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
335 older request-update-info.
336
337 * gnus-art.el (article-make-date-line): Limit the length a bit more.
338
339 2011-01-28 Daiki Ueno <ueno@unixuser.org>
340
341 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
342 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
343
344 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
345
346 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
347 groups. This makes the nndraft:queue group pop up if it's not already
348 there.
349
350 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
351 messages" logic, which was reversed.
352
353 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
354 the "same place" even if point is on the line being replaced.
355 (article-update-date-lapsed): Allow updating both the combined lapsed
356 and the lapsed headers.
357 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
358 (article-make-date-line): Limit the number of segments dynamically to
359 avoid too-long lines.
360
361 2011-01-27 Julien Danjou <julien@danjou.info>
362
363 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
364 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
365
366 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
369 Use plist-get instead of the cl function getf.
370
371 2011-01-27 Glenn Morris <rgm@gnu.org>
372
373 * gnus-util.el (float-time): Get rid of compiler warning, again.
374
375 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
376
377 * shr.el (shr-put-color): Special-case background colours: Do put them
378 at the blank parts at the front of the lines.
379
380 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
381 exit hook to nix out all data on readedness on group exit.
382
383 * gnus-util.el (float-time): If float-time is bound, always use it on
384 all Emacsen. It's unclear why the subrp check was there.
385 (time-date): Require to make some autoload issues on XEmacs go away.
386
387 * shr.el (shr-put-color): Don't do the box padding in tables, since
388 they're already padded.
389
390 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
391
392 * gnus-art.el (gnus-article-next-page): When the last line of the
393 article is displayed, scroll down once more instead of going to the
394 next article at once.
395 (article-lapsed-string): Refactor out and allow specifying how many
396 segments you want.
397 (gnus-article-setup-buffer): Start updating the lapsed header directly.
398 (gnus-article-update-lapsed-header): New variable.
399
400 * shr.el: Revert change that made headings use different-sized faces.
401 The Emacs display engine isn't advanced enough that, for instance,
402 tables can comfortably use differntly-sized faces.
403
404 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
405
406 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
407 used.
408 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
409 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
410 we're using an encrypted connection.
411
412 * proto-stream.el: Alter the interface functions to also return the
413 actual stream type used: network or tls.
414
415 2011-01-25 Julien Danjou <julien@danjou.info>
416
417 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
418 (mm-display-javascript-inline): New function.
419
420 * mm-decode.el (mm-inline-media-tests): Add application/javascript
421 viewing function.
422
423 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * shr.el (shr-expand-newlines): Fix variable name.
426
427 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
428
429 * shr.el (shr-expand-newlines): Make nested boxes work.
430
431 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
432
433 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
434 backgrounds.
435 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
436 in a more sensible manner.
437
438 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
439
440 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
441 if EPG is loaded.
442
443 2011-01-24 Julien Danjou <julien@danjou.info>
444
445 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
446 tags.
447
448 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
449
450 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
451 commands.
452
453 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
454 in the article buffer.
455 (gnus-gravatar-insert): Use blank space from the current buffer to
456 avoid breaking text properties. This makes X-Sent updating work again.
457
458 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
459
460 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
461
462 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
463 fix the bug in url-http.el instead.
464
465 * shr.el (shr-image-fetched): Ditto.
466
467 * shr.el (shr-image-fetched): Avoid having point move in the article
468 buffer.
469
470 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
471 buffer after being called. It's apparently being killed by url.el, and
472 killing it made point move to end-of-buffer in a random buffer.
473
474 * shr.el (shr-image-fetched): Ditto.
475
476 2011-01-23 Julien Danjou <julien@danjou.info>
477
478 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
479
480 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
481 text/x-org.
482
483 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
484
485 * gnus-sum.el (gnus-summary-move-article): Protect against backends
486 (i.e., nnimap) returning nil as the article number.
487
488 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
489
490 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
491 "DelSp" parameter in RFC3676.
492
493 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
494
495 * message.el (message-check-recipients): Display the encoded version of
496 the bogus address if they differ.
497
498 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
499 after sending.
500
501 * gnus-agent.el (gnus-agent-send-mail): Ditto.
502
503 * gnus-group.el (gnus-group-refresh-group): New convenience function.
504
505 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
506 group buffer after sending the queue.
507
508 * gnus-agent.el (gnus-agent-send-mail): Ditto.
509
510 2011-01-22 Julien Danjou <julien@danjou.info>
511
512 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
513
514 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
515
516 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
517 nested related parts.
518
519 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
520 unexpired articles. This fixes the regression that led expiry marks to
521 disappear from nnfolder groups.
522
523 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
524
525 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
526 Don't confuse the "ret" of "retrograde" with RET.
527
528 2011-01-21 Julien Danjou <julien@danjou.info>
529
530 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
531 than mm-insert-inline.
532
533 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
534
535 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
536 Widen article buffer.
537
538 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
541 the temp buffer.
542 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
543
544 2011-01-20 Julien Danjou <julien@danjou.info>
545
546 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
547
548 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
549 than mm-insert-inline to insert inline part: this respect
550 mm-inline-media-tests displayers.
551
552 * mm-view.el (mm-display-shell-script-inline): New function.
553
554 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
555
556 * mm-uu.el (mm-uu-type-alist): Add org block.
557 (mm-uu-org-src-code-block-extract): New function.
558
559 * mm-view.el (mm-display-org-inline): New function.
560
561 * mm-decode.el (mm-automatic-display): Add text/org.
562
563 * mailcap.el (mailcap-mime-extensions): Add .org.
564
565 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
566
567 * gnus-art.el (gnus-article-highlight): Remove argument passed to
568 gnus-article-add-buttons.
569
570 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
571
572 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
573 From header with a date and "nobody" as the sender.
574
575 2011-01-19 Julien Danjou <julien@danjou.info>
576
577 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
578 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
579 if you have the same regexp several times.
580 (gnus-button-push): Fix matching when regexp is symbol.
581
582 2011-01-15 Glenn Morris <rgm@gnu.org>
583
584 * message.el (message-mail): A compose-mail function should
585 accept headers as strings.
586
587 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
588
589 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
590 Add :vert-only tags.
591 (message-mail): New arg RETURN-ACTION.
592 (message-return-action): New var.
593 (message-bury): Use it.
594 (message-mode): Make it buffer-local.
595 (message-send-and-exit): Always call message-bury.
596
597 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
598 message-mail.
599
600 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
601
602 * nnimap.el (nnimap-convert-partial-article): Protect against
603 zero-length body parts.
604
605 * mm-decode.el (mm-preferred-alternative-precedence):
606 Discourage showing empty parts.
607
608 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
609 and stuff if the backend didn't return the article number. This fixes
610 an Exchange-related nnimap bug.
611
612 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
613 group window, because it does the wrong thing when a separate frame
614 displays the group buffer.
615
616 * proto-stream.el (open-protocol-stream): Protect against the low-level
617 transport functions returning nil.
618
619 2011-01-07 Daiki Ueno <ueno@unixuser.org>
620
621 * mml2015.el (epg-sub-key-fingerprint): Autoload.
622 (mml2015-epg-find-usable-secret-key): New function.
623 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
624 mml2015-epg-find-usable-key (Bug#7797).
625 (mml2015-epg-encrypt): Ditto.
626
627 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
628
629 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
630
631 2011-01-03 Glenn Morris <rgm@gnu.org>
632
633 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
634
635 * sieve.el (sieve-open-server): Give a more explicit error if
636 sieve-manage-open returns nil. (Bug#7720)
637
638 2011-01-02 Karl Fogel <kfogel@red-bean.com>
639
640 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
641
642 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
645 This avoids sending passwords in plain text over non-encrypted
646 channels.
647
648 * shr.el (shr-rescale-image): Display all GIF images as animated images.
649
650 * nnimap.el (nnimap-login): Refactored out into own function, and
651 implement CRAM-MD5.
652 (nnimap-wait-for-line): Refactored out.
653
654 * mm-view.el (mml-smime): Require.
655
656 2010-12-20 David Engster <deng@eml.cc>
657
658 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
659 use EPG to decrypt S/MIME messages instead of openssl.
660
661 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
663 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
664
665 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
666 status is the group clearly is unreachable.
667
668 * auth-source.el (auth-source-create): Add the optional second
669 parameter to `local-variable-p' to be compatible with XEmacs.
670
671 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
672
673 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
674 work when using a compressed nnml folder.
675
676 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
677
678 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
679 backends after sanitising on entry, because this never makes sense:
680 If the articles have gone missing, then the data no longer exists on
681 the backend, and if they haven't, then Gnus is wrong, and shouldn't
682 overwrite anything anyway.
683
684 * shr.el (shr-insert-document): Bind shr-width dynamically to
685 window-width if it's nil.
686
687 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
688
689 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
690 with the meaning of using the full emacs window width for rendering.
691
692 2010-12-27 Daiki Ueno <ueno@unixuser.org>
693
694 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
695 case when sender is not given.
696
697 2010-12-23 Julien Danjou <julien@danjou.info>
698
699 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
700 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
701 the addresses, otherwise we might misplaced the gravatar.
702
703 2010-12-21 Daiki Ueno <ueno@unixuser.org>
704
705 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
706 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
707 obsolete in Emacs.
708
709 2010-12-20 Julien Danjou <julien@danjou.info>
710
711 * gnus-util.el (gnus-rescale-image): Revert last change.
712
713 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
714
715 * gnus-group.el (gnus-group-delete-articles): New command.
716
717 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
718
719 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
720
721 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
722
723 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
724 here, since it's up to the backends to do CRLF removal if their
725 protocol has it.
726
727 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
728
729 2010-12-17 Julien Danjou <julien@danjou.info>
730
731 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
732 they are from file. Can also scale up.
733
734 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
735
736 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
737 gnus-use-agent.
738 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
739
740 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
741
742 2010-12-17 Julien Danjou <julien@danjou.info>
743
744 * gravatar.el (gravatar-retrieve-synchronously): New function.
745 (gravatar-get-data): Make more robust.
746
747 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
748
749 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
750 to really consider the last line.
751
752 2010-12-16 Daiki Ueno <ueno@unixuser.org>
753
754 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
755 list of recipient keys, or use symmetric encryption if not a list.
756 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
757 EPA override, replacing the call to `netrc-store-data'.
758
759 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
760
761 * gnus-srvr.el: Avoid passing nil regexp argument to
762 delete-matching-lines.
763
764 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
765
766 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
767 fetching stops when Gnus exits.
768
769 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
770 function.
771 (nnfolder-request-expire-articles): Save all the buffers after doing
772 expiry.
773
774 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
775 the last article", since that led to serious performance regressions
776 when expiring nnml groups.
777
778 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
779
780 * nnir.el: Improve customizations.
781
782 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
783
784 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
785
786 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
787 group has been killed.
788 (gnus-group-yank-group): Ditto.
789
790 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
791
792 * nnimap.el (nnimap-request-update-group-status): New function.
793
794 * gnus-int.el (gnus-request-update-group-status): New interface
795 function.
796
797 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
798 copying read-ness to the backends.
799
800 * nnimap.el (nnimap-quirk): New function.
801 (nnimap-retrieve-group-data-early): Use it.
802 (nnimap-quirks): New alist.
803
804 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
805
806 * shr.el (shr-insert): Set shr-start after deleting trailing space;
807 don't delete it within indentation.
808
809 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
810
811 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
812 previous line.
813
814 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
815
816 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
817 QRESYNC command by deleting a superfluous space which broke Cyrus
818 servers. This change will break other servers that are buggy the other
819 way around.
820
821 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
822
823 * spam.el: Reindent and fix long lines.
824 (spam-copy-or-move-routine): Exclude invalid move destinations.
825
826 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
827
828 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
829 installed the registry.
830
831 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
832
833 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
834 groupname doesn't contain "gmane".
835
836 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
837
838 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
839 (gnus-1): Don't create the nndrafts group twice.
840 (gnus-setup-news): There's no need to read the active file here, since
841 that's done again later on a per-backend basis.
842 (gnus-start-draft-setup): Make sure that the new group is started out
843 empty.
844
845 * gnus-agent.el (gnus-agentize): Don't create the queue group
846 automatically on startup. It'll be created later, if needed.
847
848 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
849 of automatically subscribed groups.
850 (gnus-auto-subscribed-categories): New variable.
851 (gnus-matches-options-n): Use it.
852 (gnus-default-subscribed-newsgroups): Remove unused variable.
853 (gnus-start-draft-setup): Message a bit less.
854
855 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
856
857 * nnir.el (nnir-run-imap): Return article list in order of increasing
858 UID.
859
860 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * gnus-sum.el (gnus-summary-enter-digest-group):
863 Mention gnus-auto-select-on-ephemeral-exit.
864
865 * proto-stream.el (proto-stream-open-network-only): Fix the calling
866 convention of the network-only option.
867
868 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
869
870 * proto-stream.el (proto-stream-open-network-only): New function to
871 have a way to specify non-STARTTLS upgrade connections.
872
873 2010-12-10 Julien Danjou <julien@danjou.info>
874
875 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
876 email address is nil.
877
878 * message.el (message-bogus-recipient-p): Set address to "" if nil.
879
880 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
881
882 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
883 deletion.
884 (nnir-run-imap): Only need to parse list once.
885
886 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
887
888 * shr.el (shr-tag-script): Ignore <script>.
889 (shr-tag-label): Add <label> support.
890
891 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
892
893 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
894
895 * shr.el (shr-image-displayer): Work for images lined side by side.
896
897 2010-12-08 Robert Pluim <rpluim@gmail.com>
898
899 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
900 parameter, since XEmacs doesn't accept t as a parameter.
901
902 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
903
904 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
905 ids.
906 (nnir-run-gmane): Simplify groupspec formatting.
907 (nnir-request-expire-articles): New function.
908
909 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
912 overflow, possibly.
913
914 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
915 (shr-render-td): Handle td style="" better.
916 (shr-tag-table): Use the color from the style sheet.
917 (shr-render-td): Make sure we copy over all the overlays, too.
918
919 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
920
921 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
922 (nnir-request-article): Improve article retrieval.
923
924 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * mm-util.el (mm-extra-numeric-entities): New variable.
927
928 * mm-url.el (mm-url-decode-entities):
929 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
930
931 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * message.el: Use completion-at-point.
934 (message-completion-function): New fun, extracted from message-tab.
935 (message-mode): Use it for completion-at-point-functions.
936 (message-tab): Use it and completion-at-point.
937
938 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
941 character if a non-breakable character follows.
942
943 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
944
945 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
946 any stream.
947
948 * shr.el (shr-tag-font): Colorize the region.
949 (shr-tag-body): Ditto.
950 (shr-tag-font): Actually let the styles be inherited instead of
951 overwriting them.
952 (shr-tag-font): Get the background color right.
953 (shr-tag-style): Ignore all <style> tags for the moment.
954
955 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
956 a Message-ID to avoid having nnimap depend on gnus-sum.
957
958 * shr.el (shr-descend): Only colorize something if we have a node that
959 sets colors.
960
961 2010-12-06 Julien Danjou <julien@danjou.info>
962
963 * shr.el (shr-render-td): Render td content with shr-descend, so style
964 will be applied to <td> too.
965 (shr-colorize-region): Colorize region even if we only have a background.
966 (shr-tag-body): Fix color and background color inheritance.
967 Do not recolorize after shr-generic.
968 (shr-tag-font): Let shr-generic colorize via inheritance.
969
970 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
971
972 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
973
974 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
975
976 * nnir.el (nnir-request-move-article): Remove obsolete code.
977
978 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
979
980 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
981
982 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
983
984 * gnus-sum.el (gnus-summary-respool-article): The completion function
985 expects a list instead of an alist.
986
987 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
988 string as the parameter.
989
990 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
991
992 * shr.el (shr-stylesheet): New dynamic variable for cascading the
993 styles.
994 (shr-colorize-region): New function.
995 (shr-insert-background-overlay): Remove.
996 (shr-render-td): Background setting should be taken care of on a higher
997 level.
998 (shr-tag-body): Use post-hoc colorizations.
999 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1000 (shr-put-color-1): Don't overwrite old colors.
1001 (shr-colorize-region): When the background color isn't explicit, use
1002 a fixed background.
1003
1004 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1005 nnmail variables.
1006
1007 2010-12-05 Bjørn Mork <bjorn@mork.no>
1008
1009 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1010 unless necessary.
1011
1012 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1013
1014 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1015 server.
1016
1017 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1020 so that TAB works.
1021
1022 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1023 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1024
1025 * shr.el (shr-urlify): Show the URL before the title to avoid
1026 misleading URLs.
1027
1028 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1029
1030 * shr.el (shr-urlify): Display the title in <a> tags.
1031
1032 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1033
1034 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1035
1036 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1037
1038 * nnir.el: Rearrange code to allow macros to be autoloaded by
1039 gnus-sum.el.
1040 (nnir-retrieve-headers-override-function): Make this variable
1041 customizable.
1042 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1043
1044 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1045 from nnir.el.
1046
1047 2010-12-03 Julien Danjou <julien@danjou.info>
1048
1049 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1050
1051 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1052
1053 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1054 allow optional argument `environment'.
1055
1056 2010-12-03 Glenn Morris <rgm@gnu.org>
1057
1058 * mm-extern.el (message-goto-body): Update declaration.
1059
1060 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1061
1062 * gnus-util.el (gnus-macroexpand-all): New function.
1063
1064 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1065 instead of macroexpand-all that is unavailable in XEmacs.
1066
1067 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1068
1069 * nnir.el (nnir-summary-line-format): New variable.
1070 (nnir-mode): Use it.
1071 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1072 (nnir-article-ids): Reimplement as defsubst.
1073 (nnir-retrieve-headers): Don't mangle the subject header.
1074 (nnir-run-imap): Use 100 as RSV score.
1075 (nnir-run-find-grep): Fix for full server searching.
1076 (nnir-run-gmane): Better restriction to gmane groups.
1077
1078 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1079 summary buffers.
1080
1081 2010-12-02 Julien Danjou <julien@danjou.info>
1082
1083 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1084
1085 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1086
1087 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1088 support.
1089
1090 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1091
1092 * nnir.el: Update to handle the registry better.
1093 (autoload): Silence byte-compiler.
1094 (nnir-open-server): Add a hook for nnir groups.
1095 (nnir-request-move-article): Don't mangle the header. Better to use
1096 formating variables (which will be added in the future).
1097 (nnir-registry-action): Update the registry using the original article
1098 group name.
1099 (nnir-mode): Install nnir-specific hooks for updating the registry.
1100
1101 * gnus-sum.el
1102 (gnus-article-original-subject,gnus-newsgroup-original-name):
1103 Remove obsolete variables.
1104 (gnus-summary-move-article): Remove use of obsolete variables.
1105 (gnus-summary-local-variables): Make move and delete hooks local to
1106 summary buffers.
1107
1108 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1109
1110 * rtree.el: New file.
1111
1112 2010-12-01 Julien Danjou <julien@danjou.info>
1113
1114 * message.el (message-user-organization): Do not use
1115 gnus-local-organization.
1116
1117 * gnus.el: Remove gnus-local-organization.
1118
1119 * gnus-msg.el: Remove nastygram thing.
1120
1121 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1122
1123 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1124 funcall.
1125
1126 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1127
1128 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1129 names.
1130
1131 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1132 characters.
1133
1134 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1135 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1136 Suggested by Štěpán Němec <stepnem@gmail.com>.
1137 (gnus-gravatar-transform-address): Use mail-extract-address-components
1138 that supports non-ASCII names rather than mail-header-parse-addresses.
1139
1140 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1141
1142 * proto-stream.el (open-protocol-stream): All starttls connections are
1143 handled by the network handler.
1144
1145 2010-11-30 Julien Danjou <julien@danjou.info>
1146
1147 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1148 (nnimap-open-connection-1): Fix PREAUTH.
1149
1150 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1151
1152 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1153
1154 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1155 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1156 (shr-insert): Use them.
1157 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1158
1159 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1160
1161 * nnir.el (nnir-request-move-article): Bail out if original group
1162 doesn't support article moves.
1163 (nnir-get-active): Improve active list retrieval.
1164
1165 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1166
1167 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1168
1169 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1170
1171 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1172 seem to accept strings-with-numbers as port numbers,
1173
1174 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1175
1176 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1177 change the registry.
1178
1179 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1180
1181 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1182 delete-dups that is not available in XEmacs 21.4.
1183
1184 * mm-util.el (mm-delete-duplicates): Add comment.
1185
1186 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1187
1188 * nnir.el (nnir-ignored-newsgroups): New variable.
1189 (nnir-get-active): Use it.
1190
1191 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1192
1193 * proto-stream.el (proto-stream-open-network): Add some comments.
1194
1195 * nntp.el (nntp-open-connection): Provide a :success condition.
1196
1197 * nnimap.el (nnimap-open-connection-1): Ditto.
1198
1199 * proto-stream.el (proto-stream-open-network): See what the response to
1200 the STARTTLS command is.
1201
1202 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1203 backwards compatibility).
1204 (nnimap-open-connection-1): Really respect nnimap-server-port.
1205
1206 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1207 TLS upgrades we don't really care about the identity of the peer.
1208 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1209 that what we've checked for.
1210 (proto-stream-always-use-starttls): Only default to t if
1211 open-gnutls-stream exists.
1212 (proto-stream-open-network): If STARTTLS failed, then just open a
1213 normal connection.
1214 (proto-stream-open-network): Wait until the greeting before doing
1215 STARTTLS.
1216
1217 * nntp.el (nntp-open-connection): Report what the connection error is.
1218
1219 * proto-stream.el (open-protocol-stream): Rename from
1220 open-proto-stream.
1221
1222 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1223
1224 * nnimap.el (nnimap-stream): Change default to `undecided'.
1225 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1226 first, and then network.
1227 (nnimap-open-connection-1): Respect nnimap-server-port.
1228 (nnimap-open-connection): Be more backwards-compatible.
1229
1230 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1231 (proto-stream-open-starttls): De-duplicate the starttls code.
1232 (proto-stream-open-starttls): Folded back into the main function.
1233 (proto-stream-open-network): Fix typo in the gnutls path.
1234 (proto-stream-command): Refactor out.
1235
1236 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1237
1238 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1239 starttls.el STARTTLS.
1240
1241 * color.el (color-lab->srgb): Fix function call name.
1242
1243 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1244 if we're using tls.el.
1245 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1246 built in, then don't try to establish a STARTTLS connection.
1247
1248 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1249 servers.
1250
1251 * proto-stream.el (open-proto-stream): Use network, not stream.
1252 (open-proto-stream): Add a way to specify what the end of a command is.
1253
1254 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1255 connections types.
1256 (nntp-open-network-stream): Remove.
1257 (nntp-open-ssl-stream): Remove.
1258 (nntp-open-tls-stream): Remove.
1259 (nntp-ssl-program): Remove.
1260
1261 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1262
1263 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
1264
1265 * nnir.el: Fix typos.
1266 (nnir-retrieve-headers-override-function): Rename variable to reflect
1267 new semantics.
1268 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1269 macros.
1270 (nnir-request-article, nnir-request-move-article): Use them.
1271 (nnir-categorize): New function.
1272 (nnir-run-query): Use it.
1273 (nnir-retrieve-headers): Rewrite to batch header retrieval.
1274 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1275 sorted.
1276 (nnir-group-full-name): Use gnus-group-full-name instead.
1277 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1278 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1279
1280 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1283
1284 * proto-stream.el: New library to provide protocol-specific
1285 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1286 protocols.
1287 (open-proto-stream): Complete the documentation.
1288 (proto-stream-open-network): Fix some typos.
1289
1290 * nnimap.el (nnimap-open-connection): Use it.
1291
1292 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
1293
1294 * pop3.el (pop3-open-server): Read server greeting before starting TLS
1295 negotiation.
1296
1297 2010-11-26 Julien Danjou <julien@danjou.info>
1298
1299 * color.el: Rename various rgb functions to srgb.
1300
1301 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1302
1303 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1304 names.
1305
1306 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
1307
1308 * shr.el (shr-insert): Revert last change.
1309 (shr-find-fill-point): Never leave point being at bol;
1310 relax the kinsoku limitation when rendering tables.
1311
1312 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1313
1314 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1315 results from -accept-article.
1316
1317 * shr-color.el: Require cl when compiling.
1318
1319 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1320 checkin.
1321
1322 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1323
1324 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1325
1326 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1327 'add and 'delete to set backend marks.
1328
1329 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1330
1331 * nnheader.el (nnheader-update-marks-actions): Refactor out.
1332
1333 * nntp.el (nntp-request-set-mark): Use it.
1334
1335 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1336
1337 * nnml.el (nnml-request-set-mark): Ditto.
1338
1339 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1340 introduces regressions in article selection.
1341 (nnimap-find-uid-response): New function.
1342 (nnimap-request-accept-article): Use the UID returned, if any.
1343 (nnimap-request-move-article): Use the UID returned, if any.
1344 (nnimap-get-groups): Reimplement to work with folded lines.
1345 (nnimap-find-uid-response): The UID is the last element in the list.
1346 (nnimap-request-set-mark): Extend syntax with 'set.
1347
1348 * nnml.el (nnml-request-set-mark): Ditto.
1349
1350 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1351
1352 * nntp.el (nntp-request-set-mark): Ditto.
1353
1354 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1355
1356 * message.el (message-called-interactively-p): A temporary macro.
1357 (message-goto-body): Use it temporarily.
1358
1359 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1362 (nnimap-last-response-string): Unfold quoted lines, if they exist.
1363 (nnimap-last-response-string): Fix last unfolding fix.
1364
1365 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1366
1367 * shr.el (shr-insert): Fix the way to fold lines.
1368
1369 2010-11-25 Julien Danjou <julien@danjou.info>
1370
1371 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1372
1373 * color.el: Rename from color-lab.el
1374 (color-rgb->hex): Add.
1375 (color-complement): Add.
1376 (color-complement-hex): Add.
1377
1378 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1379
1380 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1381
1382 * shr-color.el (shr-color-visible): Don't bug out if the colour names
1383 don't exist.
1384
1385 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1386
1387 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1388 assuming that article displaying or another mml-preview may be
1389 interrupted for an error or for the like.
1390
1391 * shr.el (shr-get-background): Fix argument name.
1392
1393 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1394
1395 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1396
1397 * gnus-sum.el (gnus-summary-include-articles): New function.
1398
1399 * message.el (message-goto-body): called-interactively-p needs a
1400 parameter, so use `any'.
1401
1402 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1403 clear marks before moving, since they're synced from the Gnus side
1404 first.
1405
1406 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1407 (gnus-summary-move-article): Copy over all marks before moving, so that
1408 IMAP doesn't think a new article has arrived.
1409
1410 2010-11-24 Julien Danjou <julien@danjou.info>
1411
1412 * shr.el (shr-insert-background-overlay): Fix typo.
1413 (shr-render-td): Copy the background before rendering.
1414
1415 * shr-color.el (shr-color-visible): Fix docstring.
1416
1417 * shr.el (shr-tag-table): Add bgcolor support.
1418 (shr-render-td): Add bgcolor support.
1419 (shr-get-background): Add.
1420 (shr-insert-foreground-overlay): Use shr-get-background.
1421
1422 * message.el (message-goto-body): Use called-interactively-p.
1423 (message-in-body-p): message-goto-body returns point.
1424
1425 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
1428 Fixes something or other in Emacs 23, and is backwards compatible.
1429
1430 * message.el (message-goto-body): Remove the <#secure special-casing,
1431 which is too special.
1432
1433 * shr.el (shr-parse-style): Drop !important from styles.
1434
1435 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
1436
1437 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1438 this function to return incorrect results when calling it with an
1439 explicit article argument different from
1440 (gnus-summary-article-number).
1441
1442 2010-11-24 Julien Danjou <julien@danjou.info>
1443
1444 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1445 (shr-tag-body): Add background support.
1446 (shr-descend): Add background support.
1447 (shr-tag-title): Add.
1448
1449 * shr-color.el (shr-color-visible): Really return original background
1450 if fixed.
1451
1452 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1453
1454 * shr.el (shr-color-check): Protect against non-existant colour names.
1455
1456 2010-11-24 Julien Danjou <julien@danjou.info>
1457
1458 * color-lab.el: Require 'cl when compiling.
1459
1460 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1461
1462 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1463 matched part.
1464
1465 * color-lab.el: Fix all expt calls to use float type.
1466
1467 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1468
1469 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1470 expression to shr-color-check as is.
1471
1472 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1473
1474 * color-lab.el: Add coding cookie.
1475 (float-pi): Use eval-and-compile.
1476
1477 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1478
1479 * shr.el (shr-insert-color-overlay): Split stuff like
1480 "#444444 !important" to find the real colour.
1481 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1482 parse <font color="red"> entries.
1483
1484 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
1485
1486 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
1487 point when parsing headers.
1488
1489 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
1490 is positioned properly when parsing headers.
1491
1492 2010-11-23 Julien Danjou <julien@danjou.info>
1493
1494 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1495
1496 * shr-color.el (shr-color->hexadecimal): Add support for color names.
1497
1498 * shr.el (shr-parse-style): Replace \n with space in style parsing.
1499
1500 * shr-color.el (shr-color-hsl-to-rgb-fractions):
1501 Use shr-color-hue-to-rgb.
1502 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1503
1504 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1505
1506 * shr.el (shr-color->hexadecimal): Autoload.
1507 (shr-descend): Add color to all tags.
1508
1509 2010-11-22 Julien Danjou <julien@danjou.info>
1510
1511 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1512 shr-color->hexadecimal.
1513
1514 * shr-color.el (shr-color->hexadecimal): Add converting functions for
1515 RGB() or HSL() color representation.
1516
1517 * shr.el (shr-tag-font): Add.
1518 (shr-tag-color-check): New function to get better colors.
1519 (shr-tag-insert-color-overlay): Factorize code between tag-font and
1520 tag-span.
1521
1522 * shr-color.el: New file.
1523
1524 * color-lab.el: New file.
1525
1526 * gnus-art.el (gnus-url-mailto): Do not downcase args.
1527
1528 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
1529
1530 * nnir.el: Fix typo in comments.
1531 (nnir-run-imap): Simplify code. No need to reverse artlist.
1532 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1533
1534 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1535
1536 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1537
1538 * nnimap.el (nnimap-get-capabilities): Refactor out.
1539 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1540
1541 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1542
1543 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1544 appearing when `mm-uu-hide-markers' is nil.
1545
1546 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1547
1548 * nnimap.el (nnimap-unselect-group): Make into its own function.
1549 (nnimap-request-rename-group): Unselect group before renaming.
1550 This had gotten lost somewhere.
1551 (nnimap-request-accept-article): Keep track of examined groups, and
1552 unselect the group before APPENDing to read-only groups.
1553 (nnimap-request-move-article): Clear flags before moving so that they
1554 can be re-set later.
1555
1556 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1557
1558 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1559 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1560
1561 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563 * gnus-art.el (gnus-mime-display-single)
1564 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1565 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1566 parameter.
1567
1568 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1571 (shr-table-vertical-line): New variable.
1572 (shr-insert-table): Use it.
1573
1574 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1575
1576 * gnus-html.el (gnus-html-wash-images): Don't display images if
1577 gnus-inhibit-images is non-nil; register displayer for cid images.
1578 (gnus-html-display-image): Work for cid image.
1579 (gnus-html-insert-image): Allow arguments.
1580 (gnus-html-put-image): Inhibit read-only.
1581 (gnus-html-prefetch-images): Don't prefetch images if
1582 gnus-inhibit-images is non-nil.
1583
1584 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1585
1586 * shr.el (shr-put-image): Break lines when inserting big pictures.
1587
1588 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1589
1590 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1591 sender, thanks Katsumi Yamaoka.
1592
1593 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1594
1595 * nnir.el (nnir-run-imap): Reverse the article list for each group
1596 rather than the whole list.
1597
1598 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1599
1600 * shr.el (shr-image-displayer): Protect function against non-existent
1601 image source.
1602
1603 * gnus-art.el (gnus-inhibit-images): New user option.
1604 (gnus-mime-display-single): Don't display image if it is non-nil.
1605
1606 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1607 gnus-inhibit-images.
1608
1609 * shr.el (shr-image-displayer): New function.
1610 (shr-tag-img): Use it.
1611
1612 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1613
1614 * mml2015.el (mml2015-epg-sign): Use From header.
1615
1616 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1617
1618 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1619
1620 * gnus-util.el (gnus-find-text-property-region): Return markers.
1621
1622 * shr.el (shr-tag-img): Put a displayer in the text property.
1623
1624 * gnus-util.el (gnus-find-text-property-region): New utility function.
1625
1626 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1627 (gnus-html-show-images): Remove.
1628
1629 * gnus-art.el (gnus-article-show-images): New, more general function.
1630
1631 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1632 image url text properties.
1633
1634 * shr.el: Ditto.
1635
1636 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1637 gnus-agent-auto-agentize-methods is set. Which it isn't.
1638
1639 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1640
1641 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1642 work for two or more articles.
1643
1644 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1645
1646 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1647 divide an image that's in an html article to two or more when washing
1648 non-ASCII characters in alt text of it.
1649
1650 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1651
1652 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1653 smime-decrypt-region using function argument.
1654 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1655
1656 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1657
1658 * smime.el (smime-decrypt-region): Catch it.
1659
1660 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * smime.el (smime-mode-map): Move initialization into declaration.
1663 (gnus-run-mode-hooks): Don't autoload.
1664 (smime-mode): Use define-derived-mode.
1665
1666 2010-11-11 Glenn Morris <rgm@gnu.org>
1667
1668 * smime.el (from): Restrict declaration to XEmacs.
1669
1670 * nnir.el (gnus-group-topic-name): Autoload.
1671
1672 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1673
1674 * shr.el (shr-insert): Don't break long line if it is because of
1675 kinsoku-bol characters in the line end.
1676
1677 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1678
1679 * nnir.el (nnir-request-move-article): Fix to provide original group
1680 and subject.
1681 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1682 been retrieved.
1683
1684 * gnus-sum.el (gnus-summary-move-article): Use original group and
1685 subject for virtual articles such as those in an nnir summary buffer.
1686
1687 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1688
1689 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1690 least 21.5).
1691
1692 * smime.el (from): Declare it again for XEmacs.
1693
1694 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1695
1696 * message.el (message-resend): Don't disable encoding unless it's
1697 already encoded.
1698
1699 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1700 low-numbered articles.
1701
1702 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * rfc2047.el (rfc2047-syntax-table): Simplify.
1705
1706 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1707 set-char-table-range for XEmacs.
1708
1709 2010-11-10 Glenn Morris <rgm@gnu.org>
1710
1711 * smime.el (from): Remove unused declaration.
1712
1713 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1714 (gnus-float-time): On Emacs, always an alias.
1715
1716 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1717 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1718
1719 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1720
1721 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1722
1723 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1724
1725 * shr.el (browse-url-mailto): Autoload.
1726
1727 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1728
1729 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1730 regexp doesn't need quoting.
1731
1732 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1733
1734 * message.el (message-subject-trailing-was-ask-regexp)
1735 (message-subject-trailing-was-regexp): Match was: in addition to was.
1736
1737 2010-11-09 Glenn Morris <rgm@gnu.org>
1738
1739 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1740 (nnbabyl-check-mbox): Use point-at-bol.
1741
1742 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1743
1744 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1745
1746 * message.el (message-mailto): New function.
1747 (message-mailto): Should accept other parameters.
1748 (message-mailto): Remove since it duplicates browse-url-mailto
1749 functionality.
1750
1751 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1752
1753 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1754 methods.
1755 (gnus-read-active-file): Ditto.
1756
1757 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1758 ": " from the prompt.
1759 (gnus-group-make-group): Ditto.
1760
1761 2010-11-07 Glenn Morris <rgm@gnu.org>
1762
1763 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1764 (gnus-bookmark-kill-line): Use point-at-eol.
1765
1766 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1767
1768 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1769 asterisks in From header.
1770
1771 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1774 string to avoid making the From headers syntactically invalid.
1775
1776 * message.el (message-send-mail): Don't insert courtesy messages if the
1777 message already has List-Post and List-ID messages.
1778
1779 2010-11-06 Glenn Morris <rgm@gnu.org>
1780
1781 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1782 `condition', `type', `length' a prefix.
1783 (gnus-treat-predicate): Update for above name changes.
1784
1785 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1786
1787 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1788 binding. Handled by `gnus-summary-refer-thread' instead.
1789 (nnir-warp-to-article): New backend function.
1790
1791 * nnimap.el (nnimap-request-thread): Force dependency updating.
1792
1793 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1794 (gnus-summary-refer-thread): Rework to improve thread-referral.
1795
1796 * gnus-int.el (gnus-warp-to-article): New function.
1797
1798 * gnus-sum.el (gnus-summary-article-map): Bind it.
1799
1800 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1801
1802 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1803 gnus-summary-refer-thread.
1804
1805 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1806 headers.
1807 (gnus-summary-limit-include-thread): Prevent articles in thread from
1808 being cut in gnus-cut-threads.
1809 (gnus-summary-refer-thread): Limit retrieved headers to those in
1810 thread.
1811
1812 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1813
1814 * message.el (message-send-mail): Use the value of
1815 message-courtesy-message from the message buffer.
1816
1817 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1818
1819 * shr.el (shr-browse-url): Implement mailto: URLs.
1820
1821 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1822 "raw".
1823
1824 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1825 if it's already selected.
1826
1827 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1828
1829 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1830
1831 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1832 to measure the length and truncate alt text.
1833
1834 2010-11-03 Glenn Morris <rgm@gnu.org>
1835
1836 * nndiary.el (nndiary-generate-nov-databases-1)
1837 (nndiary-generate-active-info): Rename dynamic variable `files' to
1838 something less generic.
1839
1840 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1841
1842 * nnir.el (nnir-request-move-article): Call the underlying backend to
1843 move articles from nnir.
1844
1845 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1846
1847 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1848
1849 2010-11-02 Julien Danjou <julien@danjou.info>
1850
1851 * nnir.el: Remove wais support.
1852
1853 2010-11-02 Glenn Morris <rgm@gnu.org>
1854
1855 * gnus-html.el: Reorder requirements to quieten compiler.
1856
1857 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1860 properly for XEmacs as well.
1861 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1862 (gnus-article-natural-long-line-p): Use window-width rather than
1863 frame-width.
1864
1865 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1866
1867 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1868 (nnir-read-parms): Don't modify query.
1869 (nnir-run-query): Add ability to search topic on current line.
1870 (nnir-get-active): Clean up.
1871
1872 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1873
1874 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1875 degenerate articles.
1876
1877 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1878 (gnus-print-buffer): Just print the buffer as is, without any copying
1879 to a buffer and then re-highlighting.
1880
1881 * nnimap.el (nnimap-request-group): Store the new updated info.
1882 (nnimap-request-group): Select the group when we don't know whether it
1883 exists or not.
1884
1885 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1886 groups.
1887
1888 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1889 groups.
1890
1891 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1892 groups.
1893
1894 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1895 long-lines case by only filling the long lines.
1896
1897 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1898 (bug #7311).
1899
1900 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902 * shr.el: No need to declare `declare-function' since shr.el is for
1903 only Emacsen that provide `libxml-parse-html-region'.
1904
1905 2010-11-01 Glenn Morris <rgm@gnu.org>
1906
1907 * mm-util.el (gnus-completing-read): Autoload.
1908 (mm-read-coding-system): Simplify Emacs definition.
1909
1910 * nnmail.el (gnus-activate-group):
1911 * nnimap.el (gnutls-negotiate):
1912 * nntp.el (netrc-parse): Fix declarations.
1913
1914 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1915
1916 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1917 string-match-p in Emacs >=23.
1918
1919 * gnus-msg.el (gnus-configure-posting-styles)
1920 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1921
1922 2010-11-01 Glenn Morris <rgm@gnu.org>
1923
1924 * nnir.el (declare-function): Add compat stub.
1925 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1926 (nnir-run-gmane): Require 'mm-url.
1927
1928 * mm-util.el (mm-string-to-multibyte): Simplify.
1929
1930 * shr.el (declare-function): Add compat stub.
1931 (url-cache-create-filename): Declare.
1932 (mm-disable-multibyte, widget-convert-button): Autoload.
1933
1934 * smime.el (ldap-search): Declare.
1935 (smime-cert-by-ldap-1): Require ldap on Emacs.
1936
1937 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1938 (nnimap-keepalive): Use gnus-float-time.
1939
1940 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1941 (mail-source-delete-crash-box): Use gnus-float-time.
1942
1943 * gnus-dired.el (gnus-completing-read): Autoload.
1944
1945 * mm-view.el (gnus-rescale-image): Autoload.
1946
1947 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1948
1949 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1950
1951 * sieve-manage.el: Require 'cl when compiling.
1952
1953 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1954 (gnus-iswitchb-completing-read): Require iswitchb.
1955 (gnus-select-frame-set-input-focus): Silence compiler.
1956
1957 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * message.el (message-subject-trailing-was-query): Change default to t,
1960 since I think that's what most people want.
1961
1962 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1963 appending for easier debugging.
1964 (nnimap-wait-for-connection): Take a regexp.
1965 (nnimap-request-accept-article): Wait for the continuation line before
1966 sending anything unless we're streaming.
1967
1968 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1969 leave the header washing to take place.
1970
1971 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1972
1973 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1974 regular expression match and replace in posting styles.
1975
1976 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1977
1978 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1979 an entire server.
1980 (nnir-get-active): New function.
1981 (nnir-run-imap): Use it.
1982 (nnir-run-gmane): Who knew, gmane search returns an article score!
1983
1984 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1985 server on the current line with nnir.
1986
1987 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1988
1989 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1990 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1991 left edge.
1992 (gnus-article-foldable-buffer): Skip past the prefix when determining
1993 raggedness.
1994
1995 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1996 the raw article, and change `C-u g' to show the article without doing
1997 treatments.
1998
1999 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2000 on to `gnus-treat-article'.
2001 (gnus-inhibit-article-treatments): New variable.
2002
2003 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2004
2005 * gnus-art.el (gnus-treatment-function-alist): Have
2006 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2007 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2008 sections.
2009
2010 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2011 parameter.
2012 (gnus-article-fill-cited-long-lines): New function.
2013 (gnus-article-fill-cited-article): Allow filling only long sections.
2014
2015 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2016 and non-punctuation (like after the apostrophe in "'We").
2017
2018 * gnus-sum.el (gnus-summary-select-article): Make sure
2019 gnus-original-article-buffer is alive.
2020
2021 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2022 reflect the order they're in in the digest.
2023
2024 * gnus.el (gnus-group-startup-message): Move point to the start of the
2025 buffer.
2026
2027 * nnimap.el (nnimap-capability): New function.
2028 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2029 is set.
2030
2031 2010-10-31 David Engster <dengste@eml.cc>
2032
2033 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2034 conform with changes to gnus-completing-read.
2035
2036 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2037
2038 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2039
2040 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2041
2042 * nnir.el: Move defvar, defcustom around to keep file organized
2043 and keep byte-compiler quiet.
2044 (nnir-read-parms): Accept search-engine as arg.
2045 (nnir-run-query): Pass search-engine as arg.
2046 (nnir-search-engine): Remove.
2047
2048 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2049
2050 * shr.el (shr-generic): The text nodes should be text, not :text.
2051
2052 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2053 later in the file.
2054
2055 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2056
2057 * nnir.el: General clean up. Allow searching with multiple engines.
2058 Allow separate extra-parameters for each engine.
2059 Batch queries when possible.
2060 (nnir-imap-default-search-key,nnir-method-default-engines):
2061 Add customize interface.
2062 (nnir-run-gmane): New engine.
2063 (nnir-engines): Use it. Qualify all prompts with engine name.
2064 (nnir-search-engine): Remove global variable.
2065 (nnir-run-hyrex): Restore for now.
2066 (nnir-extra-parms,nnir-search-history): New variables.
2067 (gnus-group-make-nnir-group): Use them.
2068 (nnir-group-server): Remove in favor of gnus-group-server.
2069 (nnir-request-group): Avoid searching twice.
2070 (nnir-sort-groups-by-server): New function.
2071
2072 2010-10-30 Julien Danjou <julien@danjou.info>
2073
2074 * gnus-group.el: Remove gnus-group-fetch-control.
2075
2076 * gnus-start.el (gnus-find-new-newsgroups):
2077 Remove gnus-check-first-time-used.
2078
2079 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2080
2081 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2082
2083 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2084 set on groups that don't have \* permanentflags.
2085
2086 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2089 control the background color.
2090 (shr-tag-img): Ignore very small web bug type images.
2091 (shr-put-image): Add help-echo alt texts to the images.
2092 (shr-tag-video): Show the video poster image.
2093
2094 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2095
2096 * shr.el (shr-table-depth): New variable.
2097 (shr-tag-table-1): Only insert the images after the top-level table.
2098
2099 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2100
2101 * gnus-util.el (gnus-list-memq-of-list): New function.
2102
2103 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2104 selected.
2105 (nnimap-unsplittable-articles): New slot.
2106 (nnimap-new-articles): Use it.
2107
2108 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2109
2110 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2111 move to the previous line on `M-g'.
2112
2113 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2116 *-request-group, which seems unnecessary.
2117
2118 * nnimap.el (nnimap-quote-specials): Function copied over from
2119 imap.el.
2120 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2121 they support that. Suggested by Tom Regner.
2122
2123 2010-10-29 Julien Danjou <julien@danjou.info>
2124
2125 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2126 defalias.
2127 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2128
2129 * gnus.el: Remove `gnus-nntp-service' variable.
2130 (gnus-secondary-servers): Make obsolete.
2131 (gnus-nntp-server): Make obsolete.
2132
2133 * gnus-start.el (gnus-1): Remove x-splash calls.
2134
2135 * gnus-ems.el (gnus-x-splash): Remove.
2136
2137 * gnus.el (gnus-group-startup-message): Simplify/update code.
2138
2139 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2140 capability before doing anything.
2141 (gnus-group-insert-group-line): Remove useless
2142 gnus-group-remove-excess-properties.
2143
2144 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2145
2146 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2147
2148 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2149
2150 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2151 config after reselecting.
2152
2153 2010-10-28 Julien Danjou <julien@danjou.info>
2154
2155 * shr.el (shr-put-image): Use point even if only inserting text.
2156 (shr-put-image): Save excursion when inserting alt text on non-graphic
2157 display, so the behaviour is the same when we are on a graphic display.
2158
2159 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2160
2161 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2162
2163 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2164 (gnus-mime-copy-part): Check coding system, not charset.
2165 (gnus-mime-view-part-externally): Never remove part.
2166 (gnus-mime-view-part-internally): Don't remove part here.
2167 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2168 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2169 multipart/alternative.
2170
2171 * mm-decode.el (mm-display-part): Take optional arg `force'.
2172
2173 2010-10-26 Julien Danjou <julien@danjou.info>
2174
2175 * gnus-group.el (gnus-group-default-list-level): Add this function to
2176 compute the default list level.
2177 (gnus-group-default-list-level): Add possibility to use a function.
2178
2179 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2180
2181 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2182
2183 * gnus-group.el (gnus-group-completing-read)
2184 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2185 gnus-replace-in-string.
2186
2187 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2188
2189 * shr.el (shr-tag-div): Add.
2190
2191 2010-10-25 Julien Danjou <julien@danjou.info>
2192
2193 * gnus-util.el: Remove `gnus-with-local-quit'.
2194
2195 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2196
2197 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2198
2199 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2200 the original article buffer.
2201
2202 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2203
2204 * nnimap.el (nnimap-request-head): New function.
2205 (nnimap-request-move-article): Try to be slighly faster by not
2206 requesting the entire message when moving.
2207 (nnimap-transform-headers): Don't bug out on bodiless articles.
2208 (nnimap-send-command): Have no outstanding messages if the IMAP server
2209 doesn't support streaming.
2210 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2211
2212 2010-10-24 Julien Danjou <julien@danjou.info>
2213
2214 * message.el (message-default-headers): Fix type.
2215
2216 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2219 prefetching images.
2220
2221 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2222 backend for unknown groups. This is mainly useful for nnimap groups.
2223
2224 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2225 group isn't covered by the agent.
2226
2227 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2228
2229 * nnir.el (nnir-method-default-engines): New variable.
2230 (nnir-run-query): Use it.
2231 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2232 (gnus-summary-nnir-goto-thread): Change group if needed.
2233
2234 * gnus-group.el (gnus-group-group-map): Add key binding for
2235 gnus-group-make-nnir-group.
2236
2237 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2238
2239 * shr.el (shr-tag-object): Add.
2240
2241 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2242 original article buffer live.
2243 (gnus-summary-select-article-buffer):
2244 Mention gnus-widen-article-buffer.
2245
2246 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * shr.el (shr-tag-strong): Add.
2249
2250 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2251
2252 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2253 group names. They mess up the group buffer badly.
2254
2255 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2256
2257 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2258 instead of the summary one.
2259
2260 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2261
2262 * mml.el (mml-preview): Work properly when editing article.
2263
2264 * gnus-start.el (gnus-read-active-file-1): Don't add method to
2265 gnus-have-read-active-file if it's already been in.
2266
2267 2010-10-22 Tom Tromey <tromey@redhat.com>
2268
2269 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2270 gnus-group-completing-read.
2271
2272 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * message.el (message-mode-map): Don't bind M-; to comment region, to
2275 allow the global comment-dwim to work.
2276
2277 2010-10-21 Julien Danjou <julien@danjou.info>
2278
2279 * message.el (message-setup-1): Allow message-default-headers to be a
2280 function.
2281
2282 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2283
2284 * shr.el (shr-tag-table): Simplify.
2285
2286 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2287
2288 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2289 to avoid trying to snarf invalid stuff.
2290
2291 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2292
2293 * gnus.el (gnus-message-archive-group): Quote value.
2294 (gnus-message-archive-group): Mark as changed.
2295
2296 * shr.el (shr-add-font): Don't put the font properties on the newline
2297 or the indentation.
2298
2299 * message.el (message-fix-before-sending): Change options when sending
2300 non-printable characters.
2301
2302 * gnus.el (gnus-message-archive-method): Change the default to
2303 monthly outgoing groups.
2304
2305 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2306 that have gotten new numbers.
2307
2308 * nnimap.el (nnimap-request-replace-article): New function.
2309
2310 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2313 (nnrss-request-article): Don't use special html washing code.
2314
2315 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2316
2317 * shr.el (shr-tag-table): Remove useless nconc.
2318
2319 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2320
2321 * gnus-art.el (article-wash-html): Simplify and remove the charset
2322 stuff. Use the normal html rendering code instead of the special html
2323 washing code.
2324
2325 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2326 `gnus-w3m' symbols.
2327 (mm-text-html-washer-alist): Remove.
2328
2329 * mm-decode.el (mm-inline-text-html-renderer): Remove.
2330 (mm-inline-media-tests): Remove use.
2331 (mm-text-html-renderer): Change default to the `shr' symbol.
2332
2333 * mm-view.el (mm-inline-text-html): Remove use.
2334
2335 * gnus-art.el (gnus-blocked-images): New function. Allow the
2336 `gnus-blocked-images' to be a function.
2337 (gnus-article-wash-function): Remove.
2338
2339 2010-10-20 Julien Danjou <julien@danjou.info>
2340
2341 * spam.el (spam-list-of-processors): Mark as obsolete.
2342
2343 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2344 (nnimap-insert-partial-structure): Fix boundary detection.
2345
2346 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
2347
2348 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2349 run file-truename on remote files. This can be expensive and even
2350 prevent one from editing drafts if some unrelated buffer has a stale
2351 connection.
2352
2353 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2354
2355 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2356 kinsoku-eol regardless of shr-kinsoku-shorten.
2357 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2358 (shr-tag-table): Support caption, thead, and tfoot.
2359
2360 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2361
2362 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2363 lines.
2364 (shr-save-contents): New command and keystroke.
2365
2366 * nndoc.el (nndoc-type-alist): Add git support.
2367 (nndoc-git-type-p): New function.
2368 (nndoc-transform-git-article): Ditto.
2369 (nndoc-transform-git-headers): Ditto.
2370 (nndoc-transform-git-headers): Generate Subject headers.
2371
2372 * shr.el (shr-parse-style): New function.
2373 (shr-tag-span): Ditto.
2374
2375 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2376 to `G G' to avoid collisions.
2377
2378 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * shr.el: Load kinsoku if necessary.
2381 (shr-kinsoku-shorten): New internal variable.
2382 (shr-find-fill-point): Make kinsoku shorten text line if
2383 shr-kinsoku-shorten is bound to non-nil.
2384 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2385 shr-indentation too when testing if table is wider than frame width.
2386 (shr-insert-table): Use `string-width' instead of `length' to measure
2387 text width.
2388 (shr-insert-table-ruler): Make sure indentation is done at bol.
2389
2390 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2393 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2394 undecoded network data.
2395
2396 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2399 name in the mode line spec so that the mode line menu works
2400 (bug #2431).
2401
2402 * message.el (message-get-reply-headers): If we're fed `to-address',
2403 then always use that.
2404
2405 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2406 aren't so wide as to need to switch off the edit menu.
2407
2408 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2409 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2410
2411 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2412 `M-g'.
2413 (nnimap-update-info): Update flags/read marks even if \* isn't part of
2414 the permanent marks.
2415
2416 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
2417
2418 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2419 Splitting according to references/in-reply-to obeys the ignore-groups
2420 variable, while splitting by sender and subject do not.
2421
2422 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2423
2424 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2425 alist, so that we can look for non-Unicode chars.
2426 (article-translate-strings): Allow both character and string maps.
2427
2428 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2429
2430 * shr.el (shr-insert): Don't insert space behind a wide character
2431 categorized as kinsoku-bol, or between characters both categorized as
2432 nospace.
2433
2434 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
2435
2436 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
2437 headers to gnus-newsgroup-headers.
2438
2439 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2440
2441 * shr.el (shr-tag-img): Don't align images -- since we're not
2442 rescaling, this often leads to ugly displays.
2443
2444 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
2445
2446 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2447 duplicates.
2448
2449 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2450
2451 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2452 call.
2453
2454 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2455
2456 * gnus.el: Autoload gnus-html-show-images.
2457
2458 * nnimap.el: Use nnheader-message throughout.
2459
2460 * shr.el (shr-tag-img): Ignore images with no data.
2461
2462 2010-10-15 Julien Danjou <julien@danjou.info>
2463
2464 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2465 a possibility to disable format=flow encoding when using hard newlines.
2466
2467 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * shr.el (shr-insert): Remove space inserted before or after a
2470 breakable character or at the beginning or the end of a line.
2471 (shr-find-fill-point): Do kinsoku; find the second best point or give
2472 it up if there's no breakable point.
2473
2474 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2475
2476 * nnimap.el (nnimap-open-connection): Message when opening connection
2477 for debugging purposes.
2478
2479 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2480 on every setup buffer call to allow this to change from article to
2481 article.
2482
2483 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2484 buffers where we have a wide table.
2485
2486 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
2487
2488 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2489 uses *-request-thread.
2490
2491 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
2493 * nnimap.el (nnimap-open-connection): Remove %s from openssl
2494 incantation, which is no longer valid.
2495
2496 2010-10-14 Julien Danjou <julien@danjou.info>
2497
2498 * shr.el: Fix defcustom type (char -> character).
2499
2500 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * nnimap.el (nnimap-open-connection): tls-program should be a list of
2503 programs.
2504
2505 2010-10-14 Julien Danjou <julien@danjou.info>
2506
2507 * shr.el (shr-tag-a): Use url-link as widget type.
2508
2509 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2510 `gnus-group-get-icon'.
2511
2512 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2513
2514 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2515 This should make server editing work better.
2516
2517 * shr.el (shr-find-fill-point): Don't inloop on indented text.
2518
2519 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2520 (nnimap-parse-flags): Fix regexp.
2521
2522 * shr.el (shr-find-fill-point): Use a filling algorithm that should
2523 probably work for CJVK text, too.
2524
2525 * nnimap.el (nnimap-extend-tls-programs): Remove.
2526 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2527
2528 2010-10-13 Julien Danjou <julien@danjou.info>
2529
2530 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2531 responses.
2532
2533 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
2535 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2536
2537 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2538 anything in Emacs.
2539
2540 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2541
2542 2010-10-13 Julien Danjou <julien@danjou.info>
2543
2544 * shr.el (shr-width): Make shr-width a defcustom with default to
2545 fill-column.
2546 (shr-tag-img): Use shr-width rather than fill-column.
2547
2548 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2549
2550 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2551
2552 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2553 position when (X-)Faces exist.
2554 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2555 avatars when called interactively.
2556
2557 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2558
2559 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2560 gnus-article-x-face-too-ugly is bound.
2561
2562 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2563
2564 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2565
2566 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2567 mailbox that doesn't exist.
2568
2569 2010-10-12 Julien Danjou <julien@danjou.info>
2570
2571 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2572 (shr-get-image-data): Encode URL properly when fetching from cache.
2573 (shr-tag-img): Use aligned-to spaces to align correctly images.
2574
2575 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2576 before inserting the Gravatar.
2577
2578 * shr.el (shr-tag-img): Add align attribute support for <img>.
2579
2580 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2581
2582 * gnus-gravatar.el (gnus-art): Require.
2583
2584 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2585 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2586 Remove long obsoleted functions.
2587
2588 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2589
2590 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2591
2592 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2593 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2594 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2595 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2596 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2597 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2598 Fix comment for declare-function.
2599
2600 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2601
2602 * nnimap.el (nnimap-request-rename-group): Select group read-only
2603 before renaming it.
2604
2605 * shr.el (shr-insert): Fix up the white space only regexp.
2606
2607 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2608 bodies. Protect against this. Reported by Michael Welsh Duggan.
2609
2610 * shr.el (shr-current-column): New function.
2611 (shr-find-fill-point): New function.
2612
2613 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2614
2615 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2616 numbers.
2617
2618 2010-10-11 Julien Danjou <julien@danjou.info>
2619
2620 * shr.el (shr-hr-line): Add.
2621 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2622 display hr lines.
2623 (shr-max-columns): Do not change state to nil if we just inserting
2624 spaces.
2625
2626 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2627
2628 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2629 select the last group.
2630
2631 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2632
2633 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2634
2635 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2636
2637 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2638 for Gnus.
2639 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2640 (nnimap-update-qresync-info): Mark \Seen articles as read.
2641
2642 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2643 non-variable, too.
2644
2645 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2646 available.
2647 (nnimap-update-info): Rely more on the current active than the param
2648 active to avoid marking articles as read too much.
2649
2650 * auth-source.el (auth-source-create): Use (user-login-name) for the
2651 user name default.
2652
2653 * nnimap.el (nnimap-update-info): If the server doesn't return any
2654 useful info, just use the previous info.
2655 (nnimap-update-info): Prefer old info over start-article.
2656 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2657
2658 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2659
2660 * nnir.el (autoload): Clean up autoloads.
2661 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2662 Use key rather than value.
2663 (nnir-imap-search-other): New variable.
2664 (nnir-read-parm): Use it.
2665 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2666 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2667
2668 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2671 the process, too.
2672
2673 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2674
2675 * spam.el (gnus-summary-mode-map): Bind to "$".
2676 Suggested by Russ Allbery.
2677
2678 * shr.el: Rework the way things are indented by <li> slightly.
2679
2680 * gnus.el (gnus-group-set-parameter): Fix typo.
2681
2682 * nnimap.el: Start implementing QRESYNC support.
2683
2684 2010-10-09 Julien Danjou <julien@danjou.info>
2685
2686 * nnir.el (nnir-engines): Fix too many arguments.
2687
2688 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2691 group is the "last", so that the backends like nnfolder actually save
2692 their folders.
2693
2694 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2695 try to use that for the tls stream.
2696 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2697 UIDVALIDITY and find out which groups are read-only and not.
2698 (nnimap-get-flags): Use the same marks parsing code as the rest of
2699 nnimap.
2700
2701 2010-10-09 Julien Danjou <julien@danjou.info>
2702
2703 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2704
2705 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2706 retrieving gravatars.
2707
2708 * shr.el (shr-table-corner): Add.
2709 (shr-table-line): Add.
2710 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2711
2712 2010-10-08 Julien Danjou <julien@danjou.info>
2713
2714 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2715
2716 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2717
2718 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2719
2720 * gnus-sum.el (gnus-mark-article-as-unread)
2721 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2722 (gnus-summary-set-bookmark): Use it.
2723
2724 * gnus-msg.el (gnus-setup-message): Use it.
2725
2726 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2727
2728 * gnus.el (gnus-group-remove-parameter): Use it.
2729
2730 * gnus-group.el (gnus-group-make-web-group): Use it.
2731
2732 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2733
2734 * nnregistry.el: Update docs to mention manual.
2735
2736 * gnus-registry.el: Update docs to mention nnregistry.el.
2737 (gnus-registry-initialize): Don't install nnregistry refer method
2738 automatically.
2739 (gnus-registry-install-nnregistry): Remove it.
2740
2741 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2742
2743 * shr.el (shr-insert): Don't insert double spaces.
2744
2745 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2746
2747 * gnus-gravatar.el (gnus-treat-from-gravatar)
2748 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2749 called interactively.
2750
2751 * gnus-art.el (gnus-mime-view-part-externally)
2752 (gnus-mime-view-part-internally): Make predicate function passed to
2753 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2754 of a mime type.
2755
2756 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2757
2758 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * shr.el (require): Require cl when compiling.
2761 (shr-tag-hr): New function.
2762
2763 * nnimap.el (nnimap-update-info): Remove double setting of high.
2764 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2765 This makes nnimap work properly on Courier again.
2766
2767 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2768 the variable for backwards compatability.
2769
2770 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2771 the file name before using to avoid setting mm-default-directory to
2772 nil.
2773
2774 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2775 bidning gnus-agent variables.
2776
2777 * shr.el (shr-render-td): Use a cache for the table rendering function
2778 to avoid getting an exponential rendering behaviour in nested tables.
2779 (shr-insert): Rework the line-breaking algorithm.
2780 (shr-insert): Don't leave trailing spaces.
2781 (shr-insert-table): Also insert empty TDs.
2782 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2783
2784 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * gnus-sum.el (gnus-number): Rename from `number'.
2787 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2788 (gnus-summary-limit-children): Update uses correspondingly.
2789
2790 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2793 (gnus-gravatar-transform-address): Don't show avatars of people of
2794 which mail addresses match gnus-gravatar-too-ugly.
2795
2796 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2797
2798 * shr.el (shr-table-widths): Expand TD elements to fill available
2799 space.
2800
2801 2010-10-07 Julien Danjou <julien@danjou.info>
2802
2803 * nnimap.el (nnimap-request-rename-group): Add this method.
2804
2805 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2806
2807 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2808 name from XEmacs' function-arglist.
2809
2810 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2811 gravatar under XEmacs.
2812
2813 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2814
2815 * auth-source.el: Update docs with TODO items.
2816
2817 * gnus-sync.el: Update docs to explain state and plans.
2818
2819 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2820 Hooks for mark updates.
2821 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2822
2823 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2824 hooks with arguments, which is needed for mark update hooks.
2825
2826 2010-10-06 Julien Danjou <julien@danjou.info>
2827
2828 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2829 was matched.
2830
2831 * sieve-manage.el: Update example in `Commentary'.
2832
2833 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2834
2835 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2836 not 2000.
2837 (sieve-manage-authenticate): Re-add function.
2838
2839 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2840
2841 * shr.el (shr-insert): Get 'space transition right.
2842 (shr-render-td): Only delete space at the end of the TD.
2843
2844 * nnimap.el (nnimap-open-connection): Prepare to support
2845 open-gnutls-stream.
2846
2847 * shr.el: Rearrange function order to be more logical.
2848
2849 2010-10-06 Julien Danjou <julien@danjou.info>
2850
2851 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2852 (nnrss-discover-feed): Remove 404 URL in docstring.
2853
2854 * nnir.el: Fix Swish-E URL.
2855 Fix Namazu URL.
2856
2857 * message.el (message-change-subject): Remove 404 URL in a comment.
2858
2859 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2860
2861 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2862 called interactively.
2863
2864 * gnus-util.el (gnus-remove-if): Allow hash table.
2865 (gnus-remove-if-not): New function.
2866
2867 * gnus-art.el (gnus-mime-view-part-as-type)
2868 * gnus-score.el (gnus-summary-score-effect)
2869 * gnus-sum.el (gnus-read-move-group-name):
2870 Replace remove-if-not with gnus-remove-if-not.
2871
2872 * gnus-group.el (gnus-group-completing-read):
2873 Regard collection as a hash table if it is not a list.
2874
2875 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
2877 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2878
2879 * shr.el: Document the table-rendering algorithm.
2880
2881 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2882 invalid URLs.
2883
2884 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2885 line-broken.
2886 (shr-tag-img): Ignore image fetching errors.
2887 (shr-overlays-in-region): Compute overlay positions correctly.
2888
2889 * mm-decode.el (mm-shr): Require shr.
2890
2891 * gnus-art.el (gnus-blocked-images): Move variable here.
2892
2893 * shr.el (shr-insert-table): Bind free variable.
2894
2895 * mm-decode.el (mm-shr): Bind shr-content-function.
2896
2897 * shr.el (shr-content-function): New variable.
2898
2899 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2900 added for symmetry.
2901
2902 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2903
2904 * gnus-group.el (gnus-group-make-group): Doc fix.
2905
2906 * nnimap.el (nnimap-request-newgroups): Return success.
2907
2908 * shr.el (shr-find-elements): New function.
2909 (shr-tag-table): Put all the images after the table.
2910 (shr-tag-table): Really inhibit images inside the table.
2911 (shr-collect-overlays): Copy over overlays from the TD elements to the
2912 main document.
2913
2914 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2915 gnus-blocked-images.
2916
2917 2010-10-05 Julien Danjou <julien@danjou.info>
2918
2919 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2920
2921 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2922 (gnus-html-maximum-image-size): Add this function.
2923 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2924
2925 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2926 server-value of the capability is nil.
2927
2928 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
2930 * shr.el (shr-tag-em): Add <EM> tag.
2931
2932 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2933
2934 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2935 customizable.
2936
2937 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2938 handing broken links to browse-url.
2939
2940 2010-10-05 Julien Danjou <julien@danjou.info>
2941
2942 * gnus-util.el (gnus-emacs-completing-read)
2943 (gnus-iswitchb-completing-read): Use autoload rather than require.
2944
2945 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2946
2947 * gnus-util.el (gnus-completing-read-function): Exclude
2948 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2949 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2950 XEmacs.
2951
2952 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2953 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2954
2955 * gnus-html.el: Don't require help-fns under XEmacs.
2956 (gnus-html-schedule-image-fetching): Work for XEmacs.
2957
2958 * mm-decode.el (mm-shr): Decode contents by charset.
2959
2960 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2963 unknown.
2964
2965 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2966 (shr-get-image-data): Ensure against the cache file missing.
2967
2968 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2969 for data.
2970
2971 * spam-report.el (spam-report-url-ping-plain): Don't query about
2972 killing the process.
2973
2974 * shr.el (shr-render-td): Protect against too-wide text.
2975
2976 2010-10-04 Julien Danjou <julien@danjou.info>
2977
2978 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2979 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2980
2981 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2982 retrieved.
2983
2984 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2985
2986 * shr.el (browse-url): Require.
2987 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2988 lines.
2989 (shr-show-alt-text, shr-browse-image): New commands.
2990 (shr-browse-url, shr-copy-url): New commands.
2991
2992 * gnus-sum.el (gnus-widen-article-window): New variable.
2993 (gnus-summary-select-article-buffer): Use it.
2994
2995 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2996 without @ signs.
2997
2998 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2999
3000 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3001
3002 2010-10-04 Julien Danjou <julien@danjou.info>
3003
3004 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3005 for XEmacs.
3006
3007 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3008
3009 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3010
3011 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3012 (nnimap-close-server): Implement.
3013
3014 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3015 (shr-insert): Tweak line breaking.
3016 (shr-insert): Handle <pre> better.
3017 (shr-tag-li): Get <li> indentation right.
3018 (shr-tag-li): Get <li> indentation even righter.
3019 (shr-tag-blockquote): Ensure paragraph start.
3020 (shr-make-table): Tweak table generation.
3021 (shr-make-table): Fix typo.
3022
3023 * shr.el: Implement table rendering.
3024
3025 2010-10-04 Julien Danjou <julien@danjou.info>
3026
3027 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3028
3029 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
3031 * shr.el (shr-insert): Use string anchors instead of line anchors.
3032
3033 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
3035 * shr.el: Add headings.
3036 (shr-ensure-paragraph): Actually work.
3037 (shr-tag-li): Make <ul> prettier.
3038 (shr-insert): Get white space at the beginning/end of elements right.
3039 (shr-tag-p): Collapse subsequent <p>s.
3040 (shr-ensure-paragraph): Don't insert double line feeds after blank
3041 lines.
3042 (shr-insert): \t is also space.
3043 (shr-tag-s): Fix "s" tag name function.
3044 (shr-tag-s): Fix face prop name.
3045
3046 2010-10-03 Julien Danjou <julien@danjou.info>
3047
3048 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3049
3050 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3051 gnus-window-inside-pixel-edges.
3052
3053 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3054 gnus-ems.
3055
3056 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3057
3058 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3059 function.
3060
3061 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3062 resize choice.
3063
3064 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3065
3066 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3067 beginning of the buffer.
3068
3069 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3070 article buffer again.
3071
3072 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3073
3074 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3075 when it's at the start of the buffer.
3076
3077 * shr.el (shr-tag-blockquote): Convert name.
3078 (shr-rescale-image): Use the right image-size variant.
3079
3080 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3081 buffer isn't shown, then select the current article first instead of
3082 bugging out.
3083 (gnus-summary-select-article-buffer): Show both the article and summary
3084 buffers again.
3085
3086 * shr.el (shr-fontize-cont): Protect against regions with no text.
3087 Rename tag functions to shr-tag-* for enhanced security.
3088 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3089
3090 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * shr.el (shr-insert):
3093 * pop3.el (pop3-movemail):
3094 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3095 loaded.
3096
3097 2010-10-03 Glenn Morris <rgm@gnu.org>
3098
3099 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3100
3101 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3102
3103 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3104
3105 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3106
3107 * gnus-util.el (gnus-make-local-hook): Simplify.
3108
3109 2010-10-02 Julien Danjou <julien@danjou.info>
3110
3111 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3112 (gnus-ido-completing-read): New function.
3113 (gnus-emacs-completing-read): New function.
3114 (gnus-completing-read): Use gnus-completing-read-function.
3115 Add gnus-completing-read-function.
3116
3117 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3118
3119 * shr.el (shr-insert-document): Autoload.
3120 (shr-img): Be silent.
3121 (shr-insert): Add a newline after every picture before text.
3122 (shr-add-font): Use overlays for combining faces.
3123 (shr-insert): Pass upwards the text start point.
3124
3125 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3126 possible.
3127 (mm-shr): New function.
3128
3129 2010-10-02 Julien Danjou <julien@danjou.info>
3130
3131 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3132 should go backward.
3133
3134 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * shr.el (shr): Fix typo in provide call.
3137
3138 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
3140 * shr.el: New file.
3141
3142 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3143
3144 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3145 completing read.
3146
3147 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3148
3149 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3150 we're being queried about. Suggested by Dan Jacobson.
3151
3152 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3153 Suggested by Jason Eisner.
3154
3155 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3156 table, too. Suggested by Stefan Wiens.
3157 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3158 the table unnecessary. Suggested by Stefan Wiens.
3159
3160 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3161 longer needed, and probably doesn't work either, as pointed out by
3162 Stefan Wiens.
3163 (gnus-summary-exit): Remove call to the clearing function.
3164 (gnus-summary-exit-no-update): Ditto.
3165
3166 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3167 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3168 Reported by Stefan Monnier.
3169 (gnus-summary-save-in-rmail): Ditto.
3170
3171 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3172 article buffer, instead of both the article buffer and the summary
3173 buffer. Sort of suggested by Dan Jacobson.
3174
3175 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3176
3177 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3178 Suggested by Dan Jacobson.
3179
3180 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3181 documentation clearer.
3182
3183 * message.el (message-shorten-references): Comment on the number "21".
3184 Suggested by Stefan Monnier.
3185
3186 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3187 Suggested by Dan Jacobson.
3188
3189 * gnus.el (gnus-large-newsgroup):
3190 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
3191
3192 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3193 externalize attachments. Bug reported by Steve Wen.
3194
3195 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3196 really message anything to the user.
3197
3198 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3199 directly.
3200
3201 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3202 messages in empty groups.
3203
3204 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3205
3206 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3207 non-UIDNEXT group.
3208
3209 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3210
3211 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3212 not the value from the collection.
3213
3214 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3215 values. This sometimes happens on some groups that have no info.
3216 (nnimap-request-newgroups): New function.
3217
3218 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3219
3220 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3221 check into `gnus-registry-initialize'.
3222 (gnus-registry-initialize): Ditto.
3223 Fix and extend header docs.
3224
3225 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
3227 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3228 regexp backtrace overflows.
3229
3230 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3231 for starttls that tls.el implements; i.e. openssl.
3232
3233 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3234
3235 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3236 (gravatar-create-image): New function that's an alias to
3237 gnus-xmas-create-image, gnus-create-image, or create-image.
3238 (gravatar-data->image): Use it.
3239
3240 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3241
3242 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3243 install the nnregistry refer method.
3244 (gnus-registry-install-hooks): Use it.
3245 (gnus-registry-unfollowed-groups): Add nnmairix to the default
3246 unfollowed groups.
3247
3248 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
3249
3250 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3251 expanding threads.
3252
3253 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3254
3255 * nnir.el: Use the server names without suffixes (bug #7009).
3256
3257 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3258 unencrypted to STARTTLS, if possible.
3259
3260 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3261
3262 * message.el (message-ignored-supersedes-headers): Strip Injection-*
3263 headers before superseding.
3264
3265 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * nnrss.el (nnrss-use-local): Add documentation.
3268
3269 * nnimap.el (nnimap-extend-tls-programs): New function.
3270 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3271 (nnimap-wait-for-connection): Accept the greeting from the stupid
3272 output from openssl s_client -starttls, too.
3273
3274 * nnimap.el (nnimap-find-article-by-message-id): Really return the
3275 article number.
3276 (nnimap-split-fancy): New variable.
3277 (nnimap-split-incoming-mail): Use it.
3278
3279 * nntp.el (nntp-server-list-active-group): Document.
3280
3281 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3282 SELECT to get the message-id.
3283
3284 * mail-source.el (mail-sources): Remove webmail support.
3285 (defvar): Ditto.
3286 (mail-source-fetcher-alist): Ditto.
3287 (mail-source-fetch-webmail): Remove.
3288
3289 * webmail.el: Remove -- doesn't seem relevant any more.
3290
3291 * gnus.el: Fix up make-obsolete-variable declarations throughout.
3292
3293 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3294 the \r.
3295
3296 2010-09-30 Julien Danjou <julien@danjou.info>
3297
3298 * gnus-agent.el (gnus-agent-add-group): Fix call to
3299 gnus-completing-read.
3300
3301 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3302
3303 * nndoc.el (nndoc-retrieve-groups): New function.
3304
3305 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3306 `default', use nnmail-split-methods.
3307 (nnimap-request-article): Downcase the NILs so that they are nil.
3308
3309 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3310 symbol.
3311
3312 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3313 code, since if the user has requested network, that's what they ought
3314 to get.
3315 (nnimap-request-set-mark): Erase the buffer before issuing commands.
3316 (nnimap-split-rule): Mark as obsolete.
3317
3318 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3319 New variable.
3320
3321 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3322 correct slot, too.
3323
3324 2010-09-29 Julien Danjou <julien@danjou.info>
3325
3326 * gnus.el (gnus-local-domain): Declare variable obsolete.
3327
3328 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3329 Fix history computing.
3330 (gnus-ido-completing-read): Require ido.
3331
3332 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3333
3334 * gnus-registry.el: Don't prompt on load, which makes it impossible to
3335 build Gnus.
3336
3337 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3338 when interpreting the structures.
3339 (nnimap-request-accept-article): Add \r\n to the lines to make this
3340 work with Cyrus.
3341
3342 * nndraft.el (nndraft-request-expire-articles): Use the group name
3343 instead if "nndraft". Fix found by Nils Ackermann.
3344
3345 2010-09-29 Ludovic Courtes <ludo@gnu.org>
3346
3347 * nnregistry.el: Add.
3348
3349 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3350
3351 * nnmail.el (group, group-art-list, group-art):
3352 Remove unneeded directives.
3353
3354 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3355
3356 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3357 (mm-mime-charset)
3358 * rfc2047.el (rfc2047-syntax-table)
3359 * utf7.el (utf7-utf-16-coding-system): Comment fix.
3360
3361 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3362 rather than `insert-file-contents' and `eval-region'.
3363
3364 2010-09-29 Julien Danjou <julien@danjou.info>
3365
3366 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3367 replacement of `gnus-gravatar-relief' to mimic
3368 `gnus-faces-properties-alist'.
3369 Add :version property.
3370
3371 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3372
3373 * mail-source.el (mail-source-report-new-mail)
3374 * message.el (message-default-mail-headers)
3375 * mm-decode.el (mm-valid-image-format-p): Comment fix.
3376
3377 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3378
3379 2010-09-28 Julien Danjou <julien@danjou.info>
3380
3381 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3382 mail-address contains the same string as real-name.
3383
3384 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3385 non-blank in header, otherwise it'll get stripped.
3386
3387 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3388 real-name, and then for mail address rather than doing : or , search.
3389
3390 2010-09-27 Julien Danjou <julien@danjou.info>
3391
3392 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3393 right completing-read function.
3394 (gnus-use-ido): New variable
3395 (gnus-completing-read-with-default): Remove.
3396 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3397 (gnus-agent-add-group):
3398 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3399 * mm-view.el (mm-view-pkcs7-decrypt):
3400 * mm-util.el (mm-codepage-setup):
3401 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3402 * mml-smime.el (mml-smime-openssl-sign-query):
3403 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3404 (mml-insert-multipart):
3405 * gnus-msg.el (gnus-summary-yank-message):
3406 * gnus-int.el (gnus-start-news-server):
3407 * mm-decode.el (mm-interactively-view-part):
3408 * gnus-dired.el (gnus-dired-attach):
3409 * gnus.el (gnus-read-method):
3410 * gnus-bookmark.el (gnus-bookmark-jump):
3411 * gnus-art.el (gnus-mime-view-part-as-type)
3412 (gnus-mime-action-on-part, gnus-article-encrypt-body):
3413 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3414 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3415 * nnmairix.el (nnmairix-create-server-and-default-group)
3416 (nnmairix-update-groups, nnmairix-get-server)
3417 (nnmairix-backend-to-server, nnmairix-goto-original-article)
3418 (nnmairix-get-group-from-file-path):
3419 * nnrss.el (nnrss-find-rss-via-syndic8):
3420 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3421 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3422 (gnus-group-browse-foreign-server):
3423 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3424 (gnus-summary-execute-command, gnus-summary-respool-article)
3425 (gnus-read-move-group-name):
3426 * gnus-score.el (gnus-summary-increase-score)
3427 (gnus-summary-score-effect):
3428 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3429
3430 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3431
3432 * nnimap.el (auth-source-forget-user-or-password)
3433 (auth-source-user-or-password): Autoload.
3434
3435 * message.el (message-from-style, message-interactive)
3436 (message-signature): Remove comment.
3437 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3438 always.
3439 (message-sendmail-envelope-from): Comment fix.
3440 (message-yank-prefix): Default to mail-yank-prefix always.
3441 (message-indentation-spaces):
3442 Default to mail-indentation-spaces always.
3443 (message-signature-file): Default to mail-signature-file always.
3444
3445 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446
3447 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3448 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3449 new articles.
3450
3451 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3452 parts.
3453 (nnimap-request-article): Work with the t setting, too.
3454
3455 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3456 that you don't get flashes of other buffers.
3457 (gnus-summary-show-complete-article): Intern before setting.
3458
3459 2010-09-27 David Engster <dengste@eml.cc>
3460
3461 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3462 well as HEADERS.
3463 (nnmairix-retrieve-headers): Provide new argument for the above.
3464
3465 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3466
3467 * gnus-sum.el (gnus-summary-move-article): Don't alter
3468 gnus-newsgroup-active. This makes `/ N' work after copying to the same
3469 group.
3470
3471 * nnimap.el (nnimap-update-info): Don't destructively alter active.
3472
3473 * message.el (message-cite-prefix-regexp): Revert my last edit.
3474
3475 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3476 variable instead of the Gnus variable.
3477
3478 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3479
3480 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3481
3482 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3483 since some servers don't like it.
3484 (nnimap-open-connection): Forget credentials if the server says the
3485 password was wrong.
3486 (nnimap-parse-line): Protect against invalid data.
3487
3488 * gnus-sum.el (gnus-summary-move-article): Add comment.
3489 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3490 nothing alters it while scanning for new messages.
3491
3492 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3493 which may or may not help.
3494 (nnimap-open-connection): If we're doing a stream connection, and then
3495 discover we're on a STARTTLS-capable server, then open a STARTTLS
3496 connection instead.
3497
3498 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3499
3500 * nnimap.el (utf7): Require.
3501
3502 * message.el (message-cite-prefix-regexp): Remove "}" from citation
3503 prefix.
3504
3505 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3506
3507 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3508
3509 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * nnimap.el (nnimap-request-accept-article): Message the error on
3512 error.
3513
3514 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3515
3516 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3517
3518 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519
3520 * nndoc.el (nndoc-request-list): Return success always.
3521
3522 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3523 `fetch-old' -- we only want to fetch the articles we've requested.
3524 The rest are in the agent, probably.
3525 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3526 disappeared server" to something low. It's not important.
3527
3528 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3529 arrived before the FETCH data.
3530
3531 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3532 target here, because we don't know the Gnus name of the group.
3533
3534 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3535 for the correct group.
3536
3537 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3538
3539 * gnus.el (gnus): Give a final warning after startup.
3540
3541 * gnus-util.el (gnus-action-message-log): New variable.
3542 (gnus-message): Use it.
3543 (gnus-final-warning): New function.
3544
3545 * nnimap.el (nnimap-open-connection): Record the greeting.
3546 (nnimap): Add greeting.
3547
3548 2010-09-26 Julien Danjou <julien@danjou.info>
3549
3550 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3551 arguments.
3552 (gnus-html-wash-images): Fix spec computing to include start/end.
3553
3554 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3555
3556 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3557
3558 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3559 deletion.
3560 (nnimap-retrieve-headers): Don't select the group, because that's
3561 already done by nnimap-possibly-change-group.
3562
3563 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3564 (gnus-picon-transform-address): Use it.
3565
3566 * mail-source.el (mail-source-value): Revert previous patch.
3567
3568 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3569 on failure.
3570 (nnimap-open-connection): Look up both virtual and physical server name
3571 credentials.
3572
3573 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3574
3575 2009-02-08 Dave Love <fx@gnu.org>
3576
3577 * gnus-win.el (gnus-window-to-buffer-helper)
3578 (gnus-all-windows-visible-p): Function needn't be a symbol.
3579
3580 * mail-source.el (mail-source-value): Function needn't be a symbol.
3581
3582 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * message.el (message-cite-prefix-regexp): Remove } from the cite
3585 prefix.
3586
3587 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3588 highlight again, so that the highlight is correct.
3589
3590 * gnus-picon.el (gnus-picon): Remove again.
3591 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3592
3593 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3594 doing the header highlightling, so that the background colour of the
3595 picon is correct.
3596
3597 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3598 (gnus-picon): Ditto.
3599 (gnus-picon): Reinstate. The background colour for picons is white.
3600 (gnus-picon-insert-glyph): Make the background white.
3601
3602 * nnml.el (nnml-open-nov): Don't return dead buffers.
3603
3604 * auth-source.el (auth-source-create): Query the user for whether to
3605 store the credentials.
3606
3607 * auth-source.el (auth-source-user-or-password): Use the existing auth
3608 sources, if any, for creation.
3609
3610 * gnus.el (gnus-group-fast-parameter): Return the last matching
3611 parameter instead of the first matching parameter.
3612
3613 2010-09-26 Julien Danjou <julien@danjou.info>
3614
3615 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3616
3617 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * mml2015.el (mml2015-use): Remove gpg support.
3620
3621 * mml1991.el (mml1991-function-alist): Remove gpg function.
3622 (mml1991-gpg-sign): Remove.
3623
3624 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3625
3626 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3627 (gnus-browse-unsubscribe-current-group): Document it.
3628 (gnus-browse-unsubscribe-group): Use it.
3629
3630 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3631
3632 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3633 address to the To list for easier response.
3634
3635 * gnus.el (gnus-play-startup-jingle): Remove.
3636 (gnus-splash): Don't play jingle.
3637 (gnus): Silence gnus-load message.
3638
3639 * gnus-art.el (gnus-treat-play-sounds): Remove.
3640
3641 * gnus.el (gnus-play-jingle): Remove audio support.
3642
3643 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3644
3645 * earcon.el: Remove -- no users.
3646
3647 * gnus-audio.el: Remove -- no users of this package.
3648
3649 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3650
3651 * gnus-start.el (gnus-setup-news): Remove nocem support.
3652
3653 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3654
3655 * gnus.el (gnus-use-nocem): Remove.
3656
3657 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3658 Remove.
3659
3660 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3661 uses NoCeM any more.
3662
3663 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3664 (gnus-button-ctan-handler): Ditto.
3665 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3666 (gnus-button-ctan-directory-regexp): Ditto.
3667 (gnus-button-handle-ctan): Ditto.
3668 (gnus-button-tex-level): Ditto.
3669 (gnus-button-alist): Remove CTAN stuff.
3670
3671 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3672
3673 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3674 nnimap-streaming test.
3675
3676 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3677 servers twice.
3678
3679 * nnimap.el (nnimap-open-connection): Add more error reporting when
3680 nnimap fails early.
3681
3682 * nnheader.el (nnheader-get-report-string): New function.
3683 (nnheader-get-report): Use it.
3684
3685 * gnus-int.el (gnus-check-server): Say what the error was when opening
3686 failed.
3687
3688 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3689 using streaming.
3690
3691 2010-09-25 Julien Danjou <julien@danjou.info>
3692
3693 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3694 gnus-window-inside-pixel-edges.
3695
3696 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3699
3700 * mm-decode.el (mm-save-part): Allow saving to other directories the
3701 normal Emacs way.
3702
3703 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3704 Suggested by Jay Berkenbilt.
3705
3706 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3707 there isn't a single byte.
3708
3709 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3710 just do it. It doesn't really seem to matter what the user responds
3711 here, I think, so it's just a confusing question.
3712
3713 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3714 non-streaming case.
3715
3716 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3717 (gnus-article-encrypt-body): Use it.
3718
3719 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3720 keystroke.
3721
3722 * nnimap.el (nnimap-find-wanted-parts-1):
3723 Use gnus-fetch-partial-articles.
3724
3725 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3726
3727 * nnimap.el (nnimap-insert-partial-structure): New function.
3728 (nnimap-get-partial-article): New function.
3729 (nnimap-request-article): Use it.
3730 (nnimap-wait-for-response): Return whether the wait was successful.
3731 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3732 retrieval wasn't successful.
3733 (nnimap-retrieve-group-data-early): Allow throttling servers.
3734 (nnimap-streaming): New variable.
3735 (nnimap-fetch-partial-articles): Remove.
3736
3737 * mm-decode.el (mm-with-part): Protect against killed buffers.
3738
3739 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3740 for prettier summary display.
3741
3742 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3743
3744 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3745
3746 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3747
3748 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3749 apparently third-party libraries depend on it.
3750
3751 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3752 before starting negotiation.
3753
3754 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3755 privacy reasons.
3756 (gnus-treat-mail-gravatar): Ditto.
3757
3758 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3759 buffer when inserting images. Inserting text into the headers, for
3760 instance, can make them invalid.
3761
3762 2010-09-25 Julien Danjou <julien@danjou.info>
3763
3764 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3765 variables.
3766
3767 * nnheader.el: Remove useless variables news-reply-yank-from and
3768 news-reply-yank-message-id.
3769
3770 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3771 variables.
3772
3773 * mml1991.el: Remove useless mml1991-verbose.
3774
3775 * gnus.el: Remove useless variable gnus-use-generic-from.
3776 Remove obsolete variable gnus-topic-indentation.
3777
3778 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3779
3780 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3781
3782 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3783
3784 * gnus-group.el: Remove useless gnus-group-icon-cache.
3785 Remove useless gnus-ephemeral-group-server.
3786
3787 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3788
3789 * mml2015.el: Remove useless mml2015-verbose.
3790
3791 * mml-smime.el: Remove useless mml-smime-verbose.
3792
3793 * gnus.el: Remove useless gnus-local-domain.
3794
3795 * gnus-gravatar.el (gnus-gravatar-transform-address):
3796 Use gnus-gravatar-size.
3797
3798 * gnus-art.el: Remove useless gnus-treat-translate.
3799
3800 2010-09-24 Julien Danjou <julien@danjou.info>
3801
3802 * gnus-sum.el: Add support for Gravatars.
3803
3804 * gnus-art.el: Add support for Gravatars.
3805
3806 * gnus-gravatar.el: Add this file.
3807
3808 * gravatar.el: Add this file.
3809
3810 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3811
3812 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3813
3814 * gnus-group.el (gnus-group-fetch-faq): Remove.
3815
3816 * gnus.el (gnus-group-faq-directory): Remove.
3817
3818 * gnus-group.el (gnus-group-fetch-charter): Remove.
3819
3820 * gnus.el (gnus-group-charter-alist): Remove.
3821
3822 * gnus-group.el (gnus-group-archive-directory): Remove.
3823 (gnus-group-recent-archive-directory): Ditto.
3824 (gnus-group-make-archive-group): Remove.
3825
3826 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3827
3828 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3829 use the same article number for all the cached articles.
3830
3831 * nnimap.el (nnimap-command): Register the last command time so
3832 that we can use it for idling NOOPs.
3833 (nnimap-open-connection): Start the keeplive timer.
3834 (nnimap-make-process-buffer): Store all the process buffers.
3835 (nnimap-keepalive): New function.
3836
3837 * starttls.el (starttls-open-stream): Add autoload cookie.
3838
3839 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3840
3841 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3842 handling.
3843
3844 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
3846 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3847 its data structures.
3848
3849 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3850 instead of the cl.el copy-list.
3851 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3852 equalp.
3853
3854 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3855
3856 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3857 and tool-bar-local-item-from-menu.
3858
3859 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3860 mode-line-highlight face for Emacs.
3861
3862 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3863 loading gnus-sum.elc; fix comment for canlock-verify.
3864 (gnus-article-jump-to-part): Use read-number.
3865 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3866 Remove Emacs pre-21 compatible code for help-echo.
3867 (gnus-article-next-page-1): No need to adjust the number of lines.
3868 (gnus-article-describe-bindings): Always use help-buffer.
3869
3870 * gnus-audio.el (gnus-audio-inline-sound)
3871 * gnus-cus.el (gnus-custom-mode)
3872 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3873
3874 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3875
3876 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3877 compatible code.
3878
3879 2010-09-24 Glenn Morris <rgm@gnu.org>
3880
3881 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3882 visiting the fcc file in rmail-mode.
3883
3884 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3885
3886 * nnir.el: Silence the byte compiler.
3887
3888 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3889 alias to browse-url-url-encode-chars if any.
3890 (gnus-html-encode-url): Use it.
3891
3892 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3893
3894 * gnus-start.el (gnus-use-backend-marks): New variable.
3895 (gnus-get-unread-articles-in-group): Use it.
3896
3897 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3898 makeover.
3899
3900 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3901
3902 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3903
3904 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3905
3906 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3907 Remove.
3908 (gnus-setup-news-hook):
3909 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3910
3911 * gnus-int.el (gnus-request-update-info): Protect against backends not
3912 having the function.
3913
3914 * nnimap.el (nnimap-stream): Mention starttls.
3915 (nnimap-open-connection): Add starttls support.
3916
3917 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3918
3919 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3920
3921 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3922
3923 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3924 BODYSTRUCTUREs.
3925 (nnimap-transform-headers): Unfold quoted {42} headers.
3926
3927 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3928 the info.
3929 (gnus-get-unread-articles): Only call updatep on backends that support
3930 it.
3931
3932 * nnweb.el (nnweb-request-update-info): NOOP.
3933
3934 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3935
3936 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3937 since it only deals with marks.
3938
3939 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3940 gnus-request-marks, and make a new gnus-request-update-info.
3941
3942 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3943 the active instead of the high number, which is usually too low.
3944
3945 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3946
3947 * encrypt.el: Remove.
3948
3949 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3950
3951 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3952 server in symbolic form.
3953
3954 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3955
3956 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3957
3958 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3959 (nnimap-update-info): Fix up code slightly.
3960
3961 * gnus-int.el (gnus-open-server): Add tracing for performance
3962 debugging.
3963
3964 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3965 (gnus-group-insert-group-line): Pass the real group name so that it
3966 gets the right data.
3967
3968 * gnus-start.el (gnus-get-unread-articles): Don't have
3969 `gnus-get-unread-articles-in-group' update info, since that can be
3970 really slow and doesn't seem to be needed?
3971
3972 2010-09-22 Julien Danjou <julien@danjou.info>
3973
3974 * gnus-group.el (gnus-group-insert-group-line):
3975 Call gnus-group-highlight-line.
3976 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3977 default hook list.
3978 (gnus-group-update-eval-form): Add new function.
3979 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3980 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3981
3982 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3983
3984 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3985 immediate, then expire all articles.
3986 (nnimap-update-info): Fix off-by-one errors.
3987 (nnimap-flags-to-marks): Would return no marks lists for group with no
3988 flags. Instead return the other data.
3989
3990 2010-09-22 Julien Danjou <julien@danjou.info>
3991
3992 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3993 Only return an icon.
3994 (gnus-group-insert-group-line): Compute icon to return.
3995
3996 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3997 (gnus-html-image-fetched): Only cache if
3998 gnus-html-image-automatic-caching is set.
3999 (gnus-html-image-fetched): Check for errors.
4000
4001 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4002
4003 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4004 once per method on `g'. This ensures that backends like nnfolder don't
4005 open all their folders.
4006
4007 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4008 (nnimap-request-list): Nix out group in the correct buffer.
4009 (nnimap-parse-flags): Implement by using `read' instead of
4010 hand-parsing.
4011 (nnimap-flags-to-marks): Pass on permanent-flags.
4012 (nnimap-make-process-buffer): Record the server name.
4013 (nnimap-parse-flags): Fix typo.
4014 (nnimap-request-scan): Run split on the server in general, not just a
4015 single group.
4016
4017 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4018 parameter, and propagate this downwards.
4019
4020 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4021 since EXAMINE changes it on the server.
4022
4023 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4024 this command might take a while.
4025
4026 2010-09-22 Julien Danjou <julien@danjou.info>
4027
4028 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
4029 harmful if you have 2 images side-by-side, they can't be properly
4030 update on text deletion. Using text-property is safer here.
4031 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4032 data.
4033
4034 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4035
4036 * nnimap.el (nnimap-expunge-inbox): Remove.
4037 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4038 (nnimap-expunge): Flip default to t.
4039
4040 * gnus.el (gnus-method-to-server): Don't push things to the cache
4041 unless it's unique.
4042 (gnus-server-to-method): Ditto.
4043
4044 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4045
4046 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4047
4048 2010-09-22 Julien Danjou <julien@danjou.info>
4049
4050 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4051 get the start of data.
4052 (gnus-html-encode-url): Add this function to encode special chars in
4053 URL.
4054 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4055 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4056
4057 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4058 default.
4059 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4060
4061 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4062 images alt-text.
4063 (gnus-html-put-image): Put alt-text as help-echo.
4064
4065 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4066
4067 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4068 * mm-util.el (mm-decompress-buffer)
4069 * nnir.el (nnir-run-find-grep)
4070 * pop3.el (pop3-list): Use 3rd arg of split-string.
4071
4072 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4073
4074 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4075 outside the active range. Suggested by Dan Christensen.
4076
4077 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4078 slightly later to avoid double-getting it.
4079
4080 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4081 previous patch.
4082
4083 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4084
4085 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4086
4087 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4088
4089 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4090
4091 * gnus-int.el (gnus-open-server): Give a better error message in the
4092 "go offline" case.
4093
4094 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4095 marks for nnimap, which is seldom the right thing to do.
4096
4097 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4098 (gnus-same-method-different-name): New function.
4099
4100 * nnimap.el (parse-time): Require.
4101
4102 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4103 method in the presence of many similar methods.
4104
4105 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4106
4107 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4108 nnml-inhibit-expiry.
4109
4110 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4111 find out whether methods are equal.
4112
4113 * nnimap.el (nnimap-find-expired-articles): New function.
4114 (nnimap-process-expiry-targets): New function.
4115 (nnimap-request-move-article): Request the article before looking at
4116 what the Message-ID is. Fix found by Andrew Cohen.
4117 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4118
4119 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4120 for oldness in addition to being a predicate.
4121
4122 * nnimap.el (nnimap-request-group): When we have zero articles, return
4123 the right data to Gnus.
4124 (nnimap-request-expire-articles): Only delete articles immediately if
4125 the target is 'delete.
4126
4127 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4128 method, this would bug out.
4129
4130 * gnus-group.el (gnus-group-expunge-group): Rename from
4131 gnus-group-nnimap-expunge, and implemented as a normal interface
4132 function.
4133
4134 * gnus-int.el (gnus-request-expunge-group): New function.
4135
4136 * nnimap.el (nnimap-request-create-group): Implement.
4137 (nnimap-request-expunge-group): New function.
4138
4139 2010-09-21 Julien Danjou <julien@danjou.info>
4140
4141 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4142 (gnus-html-cache-expired): Add new function.
4143 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4144 wethever we should display image for fetch it.
4145 Compute alt-text earlier to pass it to the fetching function too.
4146 (gnus-html-schedule-image-fetching): Change function argument to only
4147 get one image at a time, not a list.
4148 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4149 cache.
4150 (gnus-html-get-image-data): New function to retrieve image data from
4151 cache.
4152 (gnus-html-put-image): Change buffer argument to use image data rather
4153 than file, and place image above region rather than inserting a new
4154 one. Do not take alt-text as argument, since it's useless now: we place
4155 the image above alt-text.
4156 (gnus-html-prune-cache): Remove.
4157 (gnus-html-show-images): Start to fetch image when we find one, do not
4158 push into a temporary list.
4159 (gnus-html-prefetch-images): Only fetch image if they have expired.
4160 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4161 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4162
4163 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4164
4165 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4166
4167 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4168
4169 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4170 spec inser "*" if the group isn't active instead of 0.
4171
4172 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4173 opening the server.
4174 (nnimap-request-delete-group): Implement group deletion.
4175 (nnimap-transform-headers): Return the size of the entire message in
4176 the Bytes header, not just the size of the first part.
4177 (nnimap-request-move-article): When moving an article from nnimap,
4178 request the article first so the accepting form has an article to
4179 accept. Reported by Dan Christensen.
4180 (nnimap-command): Make sure that the error message doesn't error out.
4181
4182 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
4183
4184 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4185 we haven't requested anything.
4186
4187 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4190 "". Fix found by Andrew Cohen.
4191
4192 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4193 instead of -encode-string.
4194
4195 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4196
4197 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4198
4199 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4200 by mm-subst-char-in-string.
4201
4202 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4203
4204 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4205 waiting for the connection string.
4206
4207 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4208 arriving.
4209
4210 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4211 bogus characters. This allows selecting certain Gmail groups.
4212
4213 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4214 (nnimap-fetch-partial-articles): New variable.
4215 (nnimap-open-connection): When looking for credentials, also use the
4216 nnimap-server-port.
4217 (nnimap-request-article): Return the group/article number, so that Gnus
4218 `^' works as expected.
4219 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4220
4221 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4222 comments.
4223 (gnus-methods-sloppily-equal): New function.
4224 (gnus): When using the development version of Gnus, load the gnus-load
4225 file.
4226
4227 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4228 `gnus-open-server' on each method before trying to scan them etc.
4229 This ensures that all the backend parameters are set correctly.
4230
4231 * nnimap.el (nnimap-authenticator): New variable.
4232 (nnimap-open-connection): Allow anonymous login.
4233 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4234 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4235
4236 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4237 patch, found by Knut Anders Hatlen.
4238
4239 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4240
4241 * gnus-agent.el (gnus-agent-batch-confirmation)
4242 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4243 to gnus-message.
4244 * gnus-art.el (gnus-article-describe-briefly): Likewise.
4245 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4246 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4247 * gnus-int.el (gnus-open-server): Likewise.
4248 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4249 (gnus-score-check-syntax): Likewise.
4250 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4251 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4252 Likewise.
4253 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4254
4255 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4256
4257 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4258 calling conventions so that prefetch doesn't bug out.
4259
4260 2010-09-19 Julien Danjou <julien@danjou.info>
4261
4262 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4263 rather than `subst-char-in-region' in order to be able to replace ASCII
4264 char by UTF-8 ones.
4265
4266 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4267 than curl.
4268 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4269 the right URL and ALT text on images.
4270 (gnus-html-wash-tags): Fix tag case.
4271 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
4272 (gnus-article-html): Add -o display_ins_del=2 option.
4273 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4274
4275 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4276
4277 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4278 the extra mail headers, which sometimes seem to happen for unknown
4279 reasons.
4280
4281 * mail-parse.el (mail-header-encode-parameter): Define as
4282 rfc2045-encode-string instead of as rfc2231-encode-string, since some
4283 (or most, perhaps?) mail readers don't understand the latter, but do
4284 understand the former.
4285
4286 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4287 to nil, so that no methods are automatically agentized. I think this
4288 is probably what most users want.
4289
4290 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4291 from url-retrieve, for instance about invalid URLs.
4292
4293 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4294 groups that have no articles.
4295 (nnimap-request-article): Check that we really got an article when we
4296 requested one.
4297
4298 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4299 doesn't exist.
4300
4301 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4302 nntp buffer so the agent can save it.
4303 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4304 that CRLF doesn't get translated to \n.
4305 (nnimap-open-connection): Don't make 'shell commands only send \n.
4306
4307 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4310 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4311 Update var name.
4312 (nnml-generate-nov-file): Use dolist.
4313 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4314 Use with-current-buffer.
4315
4316 2010-09-18 Julien Danjou <julien@danjou.info>
4317
4318 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4319 parallel.
4320
4321 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * nnimap.el (nnimap-update-info): When doing partial marks update, get
4324 the range update right.
4325 (nnimap-request-group): Don't make `M-g' bug out on group with no
4326 marks.
4327 (nnoo): Require, so that other packages can require nnimap.
4328 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4329 command we're looking for. This helps when the server sends more
4330 responses after we've gotten everything we expected.
4331 (nnimap): Add a `newlinep' field to keep track of end-of-line
4332 conventions.
4333 Don't send CRLF to things that don't want it.
4334 (nnimap-request-accept-article): Ditto.
4335
4336 2010-09-18 Julien Danjou <julien@danjou.info>
4337
4338 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4339 than curl to retrieve images.
4340
4341 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * nnimap.el (nnimap-update-info): Extend the info so that we can set
4344 the marks.
4345 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4346 (nnimap-wait-for-connection): New function.
4347 (nnimap-open-connection): If we have PREAUTH, don't query for login
4348 credentials.
4349 (nnimap-update-info): Fix off-by-one error when concatenating ranges
4350 when doing a partial update.
4351
4352 2010-09-18 Julien Danjou <julien@danjou.info>
4353
4354 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4355 tags.
4356
4357 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4358
4359 * nnimap.el (nnimap-credentials): New function.
4360 (nnimap-open-connection): Use the new function to look for credentials
4361 also on the numeric equivalents of "imap" and "imaps".
4362
4363 * gnus-start.el (gnus-activate-group): Send the info to
4364 gnus-request-group.
4365
4366 * nnimap.el (nnimap-request-group): Have the "check" version of the
4367 function parse flags and update the info, so that a `M-g' get a total
4368 resync of all flags from the group.
4369
4370 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4371 to allow backends to alter the info on group selection. Also alter all
4372 the backend -request-group functions to take the parameter.
4373
4374 * nnimap.el (nnimap-store-info): New function.
4375 (nnimap-update-info): Store the info for later usage.
4376 (nnimap-request-group): Use the stored info for the dont-check case, so
4377 that we don't retrieve all marks when we enter a group.
4378
4379 * nnimap.el: Use deffoo instead of defun for interface functions.
4380
4381 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4382 update the group info. This makes the nndraft groups, for instance, go
4383 back to their old behaviour.
4384
4385 * gnus-sum.el (gnus-select-newsgroup): Indent.
4386
4387 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4388 in.
4389 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4390 nothing.
4391
4392 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4393 from methods that are denied.
4394
4395 * gnus-int.el (gnus-method-denied-p): New function.
4396
4397 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4398 store the password instead of netrc.
4399 (nnimap-open-connection): Don't error out when we can't make a
4400 connections.
4401
4402 * auth-source.el (auth-source-create): In the password prompt, say what
4403 we're querying for. Also prompt for user name if that hasn't been
4404 given.
4405
4406 * nnimap.el (nnimap-with-process-buffer): Remove.
4407
4408 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
4410 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4411 method when we're reading from the agent.
4412
4413 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4414
4415 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4416 that's probably most useful for users.
4417
4418 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4419 "failed" all the time.
4420
4421 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4422 ...)) with (with-current-buffer ... ).
4423
4424 * nntp.el (nntp-open-server): Return whether the open was successful or
4425 not.
4426
4427 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4428 select an unread unseen article first.
4429
4430 * nnimap.el (nnimap-open-connection): If the user doesn't have a
4431 /etc/services, supply some sensible port defaults.
4432
4433 2010-09-17 Julien Danjou <julien@danjou.info>
4434
4435 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4436
4437 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4438
4439 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4440 doesn't have any parameters.
4441
4442 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4443
4444 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4445 only upcased checks.
4446
4447 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4448
4449 * nnimap.el (nnimap-open-shell-stream): New function.
4450 (nnimap-open-connection): Use it.
4451 (nnimap-transform-headers): Get the number of lines in each message.
4452 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4453 number of lines.
4454 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
4455 problem.
4456
4457 * utf7.el (utf7-encode): Autoload.
4458
4459 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4460 to allow the mail splitting to not return a default group. This is
4461 useful for nnimap, which will leave unmatched mail in the inbox.
4462
4463 * nnimap.el: Rewritten.
4464
4465 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4466 nnimap usage.
4467
4468 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4469 if the move is internal, so that nnimap can do fast internal moves.
4470
4471 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4472 data.
4473 (gnus-read-active-for-groups): Support finishing the early retrieval of
4474 data.
4475
4476 * gnus-range.el (gnus-range-nconcat): New function.
4477
4478 * gnus-int.el (gnus-finish-retrieve-group-infos)
4479 (gnus-retrieve-group-data-early): New functions.
4480
4481 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4484 (nnrss-retrieve-groups):
4485 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4486 (pop3-quit): Use with-current-buffer.
4487
4488 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
4489
4490 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4491 instead of nnheader-accept-process-output.
4492
4493 * gnus-html.el (gnus-html-schedule-image-fetching)
4494 (gnus-html-prefetch-images): Replace process-kill-without-query by
4495 gnus-set-process-query-on-exit-flag.
4496
4497 2010-09-16 Romain Francoise <romain@orebokech.com>
4498
4499 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4500
4501 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * gnus-registry.el (gnus-registry-install-shortcuts): The second
4504 parameter to unintern is mandatory-ish in Emacs 24.
4505
4506 * gnus-html.el (gnus-html-schedule-image-fetching)
4507 (gnus-html-prefetch-images): Check for curl before using it.
4508
4509 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4510 depend on curl, which isn't essential.
4511
4512 * imap.el: Revert back to version
4513 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4514 seem problematic.
4515
4516 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * gnus-registry.el (gnus-registry-install-shortcuts):
4519 Explicitly pass `obarray' to `unintern' to avoid a warning.
4520
4521 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4522
4523 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4524 change.
4525
4526 * nnrss.el (nnrss-request-list): Remove this function and related
4527 functions, including the moreover stuff.
4528
4529 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
4531 * nnrss.el (nnrss-retrieve-groups): New function.
4532
4533 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4534
4535 * .dir-locals.el: Add no-byte-compile cookie.
4536
4537 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4538
4539 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4540 for back end that doesn't support request-scan.
4541
4542 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4545 then do request scans from the backends.
4546
4547 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4548 avoid running a hook per line, since this takes a lot of time,
4549 profiling shows.
4550 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4551 directly if gnus-visual-p is true.
4552
4553 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4554
4555 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4556 groups; replace mapcar with dolist which is a bit faster; pass groups
4557 info to gnus-read-active-file-1.
4558 (gnus-read-active-file-1): Scan only specified groups if the new
4559 optional arg `infos' is given.
4560
4561 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4562
4563 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4564
4565 * pop3.el (pop3-movemail): Remove.
4566 (pop3-streaming-movemail): Rename to pop3-movemail.
4567
4568 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4569 don't restrict end-tag searches to the end of the line.
4570
4571 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4572
4573 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4574 articles of every unchecked group to t, which means unknown since the
4575 server has never been opened.
4576
4577 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4578
4579 * gnus-html.el (gnus-html-show-alt-text): New command.
4580 (gnus-html-browse-image): Ditto.
4581 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4582 to browse the image directly.
4583 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4584 better.
4585
4586 * gnus-async.el (gnus-async-article-callback):
4587 Call `gnus-html-prefetch-images' unconditionally.
4588
4589 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4590 before feeding URLs to curl.
4591
4592 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4593
4594 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4595 internal images as deletable by `W D D'.
4596
4597 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4598 (gnus-async-article-callback): Fix typo.
4599
4600 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4601
4602 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4603 current line to work around bugs in the output from w3m.
4604
4605 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4606 for groups that want that.
4607
4608 * nntp.el (nntp-wait-for-string): Supply a timeout for
4609 accept-process-output to ensure progress.
4610
4611 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4612 level to get unread articles from, then use that for foreign groups,
4613 too.
4614
4615 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4616 confuses the rest of the function.
4617
4618 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4619 for the methods that support -retrieve-groups, too.
4620
4621 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4622
4623 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4624
4625 * pop3.el: Require cl when compiling.
4626 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4627
4628 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4629
4630 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4631 that aren't going to be activated.
4632 (gnus-get-unread-articles): Fix up the last commit.
4633
4634 * gnus-html.el (gnus-article-html): Allow calling without specifying
4635 the handle. In that case, dissect the buffer first.
4636
4637 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4638
4639 * nnimap.el (nnimap-open-connection): Revert the change that would look
4640 into authinfo for imaps instead of imap.
4641
4642 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4643 say that you don't want to call gnus-request-group with don-check, but
4644 do check the reponse. This is for virtual groups only.
4645 (gnus-get-unread-articles): Count the archive groups as secondary, so
4646 that they're activated the same way as before.
4647
4648 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4649 case-insensitively.
4650 (nnimap-debug): Remove.
4651
4652 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4653 mail from a file, and the file doesn't exist.
4654
4655 * pop3.el (pop3-streaming-movemail): Return t for success.
4656
4657 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4658 .authinfo if we're using ssl connection.
4659
4660 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4661 already have if we're in a main Gnus `g' run.
4662
4663 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4664
4665 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4666
4667 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4668
4669 * nnmh.el (nnmh-request-list-1): Bind `file'.
4670
4671 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4672 alias to set-process-query-on-exit-flag or process-kill-without-query.
4673 (pop3-open-server): Use it.
4674
4675 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
4677 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4678 box to the Incoming file. Fixes mistake in previous checkin.
4679
4680 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4681 request loop (for debugging purposes) removed.
4682
4683 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4684 culprit is more visible.
4685 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4686 (nnml-add-incremental-nov): New functions to do "incremental" nov
4687 updates, where we just append to the end of the existing nov files
4688 without reading/writing them in full.
4689
4690 * mail-source.el (mail-source-delete-crash-box): Really only check the
4691 incoming files once in a while.
4692
4693 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4694
4695 * mail-source.el (mail-source-delete-crash-box): Only check the
4696 incoming files for deletion once per day to save a lot of file
4697 accesses.
4698
4699 * pop3.el (pop3-logon): Fix up unbound variable typo.
4700
4701 * mail-source.el (pop3-streaming-movemail): Autoload.
4702
4703 * pop3.el (pop3-streaming-movemail):
4704 Respect pop3-leave-mail-on-server.
4705
4706 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4707 retrieval.
4708
4709 * pop3.el (pop3-process-filter): Remove unused function.
4710 (pop3-streaming-movemail, pop3-send-streaming-command)
4711 (pop3-wait-for-messages, pop3-write-to-file)
4712 (pop3-number-of-responses): New functions for streaming pop3
4713 retrieval.
4714
4715 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4716 come from no known methods.
4717 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4718 list.
4719
4720 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4721 message sizes.
4722 (pop3-movemail): Use erase-buffer instead of looping and deleting
4723 regions, which seems rather odd.
4724
4725 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4726 file once per `g' run.
4727
4728 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4729 directories. This makes the draft queue directory work.
4730
4731 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4732 data from the backends, so that we only request the list of groups from
4733 each method once. This should speed things up considerably.
4734
4735 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4736 detect that it's not implemented.
4737
4738 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4739 we actually do recurse down into the tree, but don't stat all leaf
4740 nodes.
4741
4742 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4743 then say so instead of bugging out.
4744
4745 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4746 files exist before trying to read them.
4747
4748 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4749 around <pre_int>.
4750
4751 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4752
4753 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4754
4755 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4756
4757 * mm-util.el (mm-image-load-path): Just return the image directories,
4758 not all directories in the path in addition to the image directories.
4759 (mm-image-load-path): Maintain a cache of the image directories so that
4760 the `g' command in Gnus doesn't have to stat dozens of directories each
4761 time.
4762
4763 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4764 (gnus-html-wash-tags): Add a new `i' command to insert images.
4765 (gnus-html-insert-image): New command and keystroke.
4766 (gnus-html-redisplay-with-images): New command and keystroke.
4767 (gnus-html-show-images): Rename command.
4768 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4769 spacers.
4770 (gnus-html-wash-tags): Decode entities at the end, so that entities
4771 inside the tags don't mess up the rest of the "parsing".
4772
4773 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4774 so that nnimap methods aren't agentized by default. There's apparently
4775 many problems related to agent/imap behaviour.
4776
4777 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4778
4779 * gnus-html.el: Doc fix.
4780
4781 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4782
4783 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4784 glyph-width and glyph-height instead of display-graphic-p and
4785 image-size; make avoidance of displaying small images work for XEmacs.
4786
4787 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4788 for XEmacs.
4789
4790 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4791 of symbol that holds plist data.
4792 (gnus-process-plist): Remove plist of process after getting it.
4793
4794 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4795
4796 * message.el (message-generate-hashcash): Change default to
4797 'opportunistic if hashcash is installed.
4798
4799 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4800 (gnus-html-put-image): Only call image-size once, since it's somewhat
4801 time-consuming on remote X servers.
4802
4803 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4806 decoded contents.
4807 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4808
4809 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4810
4811 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4812 group line format, since it isn't very interesting.
4813
4814 * gnus-agent.el (gnus-agent-short-article),
4815 (gnus-agent-long-article): Increase values for these two variables,
4816 since most people are likely to have more network connection and
4817 storage than before.
4818
4819 * gnus.el (gnus-refer-article-method): Change default to 'current.
4820 When referring an article, the common behaviour is to refer it from the
4821 current select method, not the native select method. The chances of
4822 the native select method having the message in question is rather slim
4823 these days.
4824
4825 * gnus-sum.el (gnus-auto-select-subject): Change default to
4826 `unseen-or-unread'. I think it's likely that most people want to
4827 select an unseen article over a previously seen, but unread one.
4828
4829 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4830 means that in the article buffer none of the minor mode elements will
4831 be shown, usually, and this is not desirable in most cases.
4832
4833 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4834 that commands like `d' (and the like) go to the next line in the
4835 buffer, instead of the next unread article. I think this is the
4836 behaviour that is most natural for most users.
4837 (gnus-single-article-buffer): Change default to nil, so that people can
4838 have as many article buffers open as they have summary buffer. I think
4839 this is the most natural way for the groups to behave.
4840
4841 * message.el (message-generate-new-buffers): Change default to
4842 `unsent', so that all new message buffers start their names with the
4843 string "*unsent", and it's easier to find the buffers if you move from
4844 them.
4845
4846 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4849 small. They're probably tracking images.
4850 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4851 (gnus-html-rescale-image): Yet another try at getting the image sizing
4852 right.
4853
4854 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4855 nntp-marks-file-name is nil.
4856
4857 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4858
4859 * gnus-html.el (gnus-html-wash-tags)
4860 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4861 Better logging.
4862
4863 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4864
4865 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4866
4867 * gnus-html.el (gnus-html-wash-tags): Check the value of
4868 gnus-blocked-images in the summary buffer.
4869
4870 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4871
4872 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4873
4874 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4877 like "a", it seems like.
4878 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4879 since it needs to be picked from the correct buffer.
4880
4881 * nnwfm.el: Remove.
4882
4883 * nnlistserv.el: Remove.
4884
4885 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4886
4887 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4888 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4889
4890 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * nnkiboze.el: Remove.
4893
4894 * nndb.el: Remove.
4895
4896 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4897 alt text.
4898 (gnus-html-rescale-image): Try to get the rescaling logic right for
4899 images that are just wide and not tall.
4900
4901 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4902 overshadow variable bindings.
4903
4904 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4905
4906 * gnus-html.el (gnus-html-wash-tags)
4907 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4908 Add extra logging.
4909
4910 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4913 (gnus-max-image-proportion): New variable.
4914 (gnus-html-rescale-image): New function.
4915 (gnus-html-put-image): Rescale images.
4916
4917 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 Fix up some byte-compiler warnings.
4920 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4921 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4922 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4923 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4924 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4925 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4926 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4927
4928 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4929
4930 * gnus-html.el (gnus-article-html): Decode contents by charset.
4931
4932 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4935 (gnus-html-frame-width, gnus-blocked-images)
4936 * message.el (message-prune-recipient-rules): Add custom version.
4937 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4938
4939 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4940 functions.
4941
4942 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4943 gnus-process-get.
4944
4945 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4946
4947 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4948 instead of lsub directly.
4949
4950 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * nnwarchive.el: Remove.
4953
4954 * gnus-soup.el: Remove.
4955
4956 * nnsoup.el: Remove.
4957
4958 * nnultimate.el: Remove.
4959
4960 * gnus-html.el (gnus-blocked-images): New variable.
4961
4962 * message.el (message-prune-recipients): New function.
4963 (message-prune-recipient-rules): New variable.
4964
4965 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4966 guess whether a long line is natural text or not.
4967
4968 * gnus-html.el (gnus-html-schedule-image-fetching):
4969 Use gnus-process-plist and friends for compatibility.
4970
4971 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * gnus-html.el: Require packages that define macros used in this file.
4974 (gnus-article-mouse-face): Declare to silence byte-compiler.
4975 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4976 process-get.
4977 (gnus-html-put-image): Use plist-get to avoid getf.
4978 (gnus-html-prefetch-images): Use with-current-buffer.
4979
4980 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * gnus-ems.el: Provide compatibility functions for
4983 gnus-set-process-plist.
4984
4985 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4986 * gnus.el (gnus-valid-select-methods)
4987 * message.el (message-send-mail-partially-limit)
4988 * mm-decode.el (mm-text-html-renderer)
4989 * mml.el (mml-insert-mime-headers-always)
4990 * smiley.el (smiley-regexp-alist): Bump custom version.
4991
4992 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4993
4994 * gnus-html.el: require mm-url.
4995 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4996 with the url to `url'.
4997 (gnus-html-wash-tags): Support cid: URLs/images.
4998
4999 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5002 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5003 bindings, as they aren't useful at all. `w' is moved to `W w'.
5004
5005 * gnus-move.el: Remove file, since it doesn't really work.
5006
5007 * gnus-html.el (gnus-article-html): Tell w3m that the input is
5008 UTF-8. This seems to fix problems with some German web feeds.
5009
5010 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5011 at the top so that the proper colours are applied.
5012
5013 * gnus-art.el (gnus-article-view-part): Doc fix.
5014
5015 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5016 XEmacs-compatible.
5017 (gnus-html-put-image): Don't do images on non-graphic displays.
5018
5019 * nnslashdot.el: Remove this unused backend.
5020
5021 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5022 actions.
5023 (gnus-undo-register-1): Revert last change.
5024
5025 * gnus-group.el (gnus-group-completing-read): Protect against not
5026 having completion-styles bound.
5027
5028 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5029 make broken recipients happier.
5030
5031 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5032
5033 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5034 point parameter.
5035
5036 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5037 completion-styles for group selection.
5038
5039 2009-02-04 Andreas Schwab <schwab@suse.de>
5040
5041 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5042 headers and regexp-quote the match if necessary.
5043
5044 2009-03-24 Miles Bader <miles@gnu.org>
5045
5046 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5047 the blinking smiley.
5048
5049 2009-03-24 Simon Josefsson <simon@josefsson.org>
5050
5051 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5052 blink smiley.
5053
5054 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5057 where the dribbel file lives exists.
5058
5059 * message.el (message-send-mail-partially-limit): Change the default to
5060 nil, since most people don't want this.
5061
5062 * mm-url.el (mm-url-decode-entities): Also decode entities like
5063 &#x3212.
5064
5065 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5066
5067 * gnus-sum.el (gnus-summary-idna-message):
5068 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5069 Hyperlink urls in docstrings with URL `...'.
5070
5071 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5072
5073 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5074 functions.
5075
5076 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5077
5078 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5079 say what the mouseover text should be.
5080
5081 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5082 version of the mm-w3m-safe-url-regexp variable to only download images
5083 in the groups where we want that to happen.
5084
5085 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5086
5087 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5088 easier debugging.
5089 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5090 big pictures in the article buffer.
5091
5092 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5093 gnus-article-html.
5094 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5095 w3m.
5096
5097 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5098
5099 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5100
5101 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5102 which doesn't exist.
5103
5104 * message.el (message-inhibit-ecomplete): New variable to allow some
5105 function to inhibit ecomplete address storage.
5106 (message-resend): Disable ecomplete message storage when resending
5107 messages.
5108
5109 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5110
5111 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5112
5113 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5114 Save excursion while copying, moving, and deleting articles in order to
5115 prevent the cursor from jumping to unforeseen place.
5116
5117 2010-08-17 Glenn Morris <rgm@gnu.org>
5118
5119 * gnus-sync.el: Require gnus components whose functions are used.
5120
5121 * gnus-art.el (bookmark-make-record-function):
5122 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5123 Declare for compiler.
5124
5125 * mm-url.el (mml-compute-boundary): Autoload.
5126
5127 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5128
5129 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5130
5131 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5132
5133 Typo fix "hoo4a" -> "hook".
5134
5135 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5136
5137 2010-08-14 Glenn Morris <rgm@gnu.org>
5138
5139 * gnus-sync.el (gnus-sync): Fix defgroup version.
5140
5141 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5142
5143 Doc fixes and keep unknown groups (ammended for nunion bug fix).
5144
5145 * gnus-sync.el: Fix docs.
5146 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5147 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5148
5149 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5150
5151 Optimizations for gnus-sync.el.
5152
5153 * gnus-sync.el: Add docs about gnus-sync-backend
5154 possibilities.
5155 (gnus-sync-save): Remove unnecessary message.
5156 (gnus-sync-read): Optimize and show what groups were skipped.
5157
5158 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5159
5160 Minor bug fixes for gnus-sync.el.
5161
5162 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5163 Don't read the sync on get-new-news.
5164
5165 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5166 quiet.
5167
5168 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5169 (fix typo).
5170
5171 2010-07-30 Lawrence Mitchell <wence@gmx.li>
5172
5173 Make saving and restoring of hidden threads work with overlays.
5174 Patch applied by Ted Zlatanov.
5175
5176 * gnus-sum.el (gnus-hidden-threads-configuration)
5177 (gnus-restore-hidden-threads-configuration): Update to deal with text
5178 properties, rather than searching for a magic character.
5179
5180 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5181
5182 New gnus-sync.el library for synchronization of marks.
5183
5184 * gnus-sync.el: New library for synchronization of marks.
5185
5186 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5187 renamed from `gnus-registry-grep-in-list'.
5188
5189 * gnus-registry.el (gnus-registry-follow-group-p):
5190 Use `gnus-grep-in-list'.
5191
5192 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5193
5194 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5195
5196 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5197 determining charset of text fails.
5198
5199 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5200
5201 * nnmail.el (nnmail-get-new-mail-1): Revert.
5202
5203 * nnml.el (nnml-active-number): Make sure names of newly created groups
5204 in nnml-group-alist are encoded.
5205
5206 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5207
5208 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5209 containing non-ASCII characters in active file for nnml back end.
5210
5211 2010-07-24 David Engster <dengste@eml.cc>
5212
5213 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5214 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5215
5216 2010-07-21 Daiki Ueno <ueno@unixuser.org>
5217
5218 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5219 tag (Bug#6654).
5220
5221 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5222
5223 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5224 the article buffer, not the summary buffer.
5225
5226 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5227
5228 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5229 Emacs 23 as well.
5230
5231 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5232
5233 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5234 Patch applied by Karl Fogel.
5235
5236 * gnus-sum.el (gnus-summary-bookmark-make-record):
5237 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5238
5239 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5240
5241 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5242 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5243 C-w still not working correctly from Article buffers; Thierry's
5244 patch to fix that will be applied after this.
5245
5246 * gnus-art.el (bookmark-make-record-function): New local variable.
5247
5248 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5249 article buffer.
5250 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5251
5252 2010-07-13 Karl Fogel <kfogel@red-bean.com>
5253
5254 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5255 on changes in bookmark.el.
5256
5257 2010-06-22 Mark A. Hershberger <mah@everybody.org>
5258
5259 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5260 the *other* type of HTML form submission.
5261
5262 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
5263
5264 * auth-source.el (auth-source-pick): If choice does not contain a
5265 questioned keyword, set the check to t.
5266
5267 2010-06-12 Romain Francoise <romain@orebokech.com>
5268
5269 * gnus-util.el (gnus-date-get-time): Move up before first use.
5270
5271 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5272
5273 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5274 (gnus-article-edit-part): Bind it to make last part that is substituted
5275 or deleted visible.
5276 (gnus-mime-display-single): Buttonize part of which id equals to
5277 gnus-mime-buttonized-part-id.
5278
5279 2010-06-10 Dan Christensen <jdc@uwo.ca>
5280
5281 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5282 (gnus-dd-mmm): Use gnus-date-get-time.
5283 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5284 simplify logic.
5285 (gnus-summary-limit-to-age): Use gnus-date-get-time.
5286 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5287
5288 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
5289
5290 * auth-source.el (top): Autoload `secrets-list-collections',
5291 `secrets-create-item', `secrets-delete-item'.
5292 (auth-sources): Fix tag string.
5293 (auth-get-source, auth-source-retrieve, auth-source-create)
5294 (auth-source-delete): New defuns.
5295 (auth-source-pick): Rewrite in order to avoid 2 passes.
5296 (auth-source-forget-user-or-password): New parameter USERNAME.
5297 (auth-source-user-or-password): New parameters CREATE-MISSING and
5298 DELETE-EXISTING. Retrieve password interactively, if needed.
5299
5300 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5301
5302 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5303 deleting unused directories when gnus-expert-user is t.
5304
5305 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
5306
5307 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5308 for each temp file when gnus-article-browse-delete-temp is ask.
5309
5310 2010-05-20 Kevin Ryde <user42@zip.com.au>
5311
5312 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
5313
5314 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
5315
5316 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5317 article unless decoding article to be saved.
5318
5319 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5320
5321 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5322 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5323 generated within the mm-with-unibyte-current-buffer macro.
5324
5325 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5328 to nil when we're in a mml-preview buffer and no group is selected.
5329
5330 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
5331
5332 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5333 when catching the `C-g'. Reported by "Leo".
5334
5335 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5336
5337 * message.el (message-forward-make-body-plain)
5338 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5339 multibyte-string-p.
5340
5341 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * message.el (message-forward-make-body-mml): Assume original message
5344 is multibyte string; error on unibyte.
5345 (message-forward-make-body-plain): Ditto; don't add excessive newline
5346 in body end.
5347
5348 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
5349
5350 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5351 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
5352
5353 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
5354
5355 * mm-extern.el (mm-extern-url): Don't use
5356 mm-with-unibyte-current-buffer.
5357 (mm-extern-cache-contents): Use with-current-buffer instead of
5358 save-excursion + set-buffer.
5359
5360 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * mm-util.el (mm-emacs-mule): Remove.
5363
5364 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
5365
5366 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5367 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5368 change.
5369
5370 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5373 bind the default value of enable-multibyte-characters to nil.
5374
5375 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5376
5377 * message.el (message-forward-make-body-plain)
5378 (message-forward-make-body-mml):
5379 Don't use mm-with-unibyte-current-buffer.
5380
5381 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5382
5383 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5384 (Bug#5592).
5385
5386 2010-05-07 Julien Danjou <julien@danjou.info>
5387
5388 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5389 it to mm-pipe-part.
5390
5391 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5392 it is given.
5393
5394 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5395
5396 * nnweb.el (nnweb-gmane-search)
5397 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5398 XEmacs.
5399
5400 * gnus-art.el (gnus-article-browse-html-parts)
5401 * gnus-group.el (gnus-read-ephemeral-gmane-group)
5402 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5403 make-temp-file.
5404
5405 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5406 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5407 compiling.
5408
5409 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5410 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5411 XEmacs when compiling.
5412
5413 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5414 gnus-pick-mode-off-hook for XEmacs when compiling.
5415 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5416 gnus-binary-mode-off-hook for XEmacs when compiling.
5417
5418 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5419 Return nil if char-charset is not available.
5420
5421 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5422 macro.
5423
5424 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5425 instead of encode-coding-string.
5426
5427 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5428 'xemacs) instead of mm-emacs-mule to switch function definitions.
5429 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5430
5431 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
5432
5433 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5434
5435 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5438 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5439
5440 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * mm-util.el (mm-decompress-buffer): Use `delete-file';
5443 alias `jka-compr-delete-temp-file' no longer exists.
5444
5445 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 Use define-minor-mode in Gnus where applicable.
5448 * mml.el (mml-mode): Use define-minor-mode.
5449 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5450 (gnus-undo-mode): Use define-minor-mode.
5451 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5452 (gnus-dead-summary-mode): Use define-minor-mode.
5453 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5454 Initialize in declaration.
5455 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5456 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5457 (gnus-mailing-list-mode): Use define-minor-mode.
5458 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5459 (gnus-draft-mode): Use define-minor-mode.
5460 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5461 (gnus-dired-mode): Use define-minor-mode.
5462
5463 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
5464
5465 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5466 handles on recursive mml-to-mime translation and check them for
5467 boundary delimiter collisions. Reported by Greg Troxel.
5468
5469 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5470
5471 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5472
5473 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * mm-util.el (mm-find-buffer-file-coding-system):
5476 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5477
5478 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
5479
5480 * message.el (message-generate-headers): Record insertion of optional
5481 headers as well. Otherwise the check to prevent repeated insertion of
5482 optional headers is a no-op.
5483
5484 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
5485
5486 * smime.el: Don't mention CVS.
5487
5488 * nnrss.el (nnrss-fetch): Don't mention CVS.
5489
5490 * nnir.el: Don't mention CVS.
5491
5492 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * gnus-sum.el (gnus-summary-bookmark-make-record):
5495 Add `location' field.
5496
5497 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * gnus-sum.el: Add bookmark declarations to silence the compiler.
5500 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5501 Use with-current-buffer to silence the byte-compiler.
5502 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5503 bother to require `gnus'.
5504 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
5505
5506 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5507
5508 * gnus-sum.el (gnus-summary-bookmark-make-record)
5509 (gnus-summary-bookmark-jump): New functions.
5510 (gnus-summary-mode): Setup bookmark support.
5511
5512 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
5513
5514 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5515 if set.
5516
5517 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5520 gnus-article-browse-html-save-cid-image; make it work recursively for
5521 forwarded messages as well.
5522 (gnus-article-browse-html-parts): Work when prefix arg is given.
5523 (gnus-article-browse-html-article): Doc fix.
5524
5525 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * message.el (message-default-mail-headers):
5528 (message-default-headers): Carry the value mail-default-headers over
5529 into message-default-mail-headers, rather than message-default-headers.
5530
5531 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
5532
5533 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5534 charset.
5535
5536 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5537 charset into the <meta> tag when the article is encoded to utf-8.
5538
5539 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus-art.el (gnus-article-browse-delete-temp-files):
5542 Delete directories as well.
5543 (gnus-article-browse-html-parts): Work for images that do not specify
5544 file names; delete temp directory when quitting; insert header at the
5545 right place; use file: scheme for image files.
5546
5547 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5548
5549 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5550 (gnus-article-browse-html-parts): Use it to make temporary cid image
5551 files in addition to html file so that browser may display them.
5552
5553 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5554
5555 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5556
5557 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5558
5559 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5560
5561 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5562
5563 * auth-source.el (auth-sources): Change default to be simpler.
5564 Explain about Secret Service API sources. Improve Customize options.
5565 (auth-source-pick): Change to accept any number of search parameters.
5566 Implement fallbacks iteratively, not recursively. Add scoring on the
5567 second pass and sort by score. Call Secret Service API when needed.
5568 (auth-source-user-or-password): Use it. Call Secret Service API
5569 directly when needed to get the user name and the password.
5570
5571 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5572
5573 * message.el (message-interactive): Doc fix.
5574 (message-qmail-inject-args): Reflow.
5575 (message-kill-to-signature): Fix typo in docstring.
5576
5577 * smiley.el (smiley-buffer): Fix typo in docstring.
5578
5579 2010-03-24 Glenn Morris <rgm@gnu.org>
5580
5581 * mail-source.el (gnus-message): Declare.
5582 (mail-source-delete-old-incoming): Require gnus-util.
5583
5584 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5585
5586 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5587
5588 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5589
5590 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5591 password-cache's default if it is not bound.
5592 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5593 password-cache-expiry's default if it is not bound.
5594
5595 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5596 available in Emacs 21.
5597
5598 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5599
5600 * auth-source.el (auth-sources): Fix up definition so extra parameters
5601 are always inline.
5602
5603 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5604
5605 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5606 wasn't updated after mismatch. Clear cached mailbox info correctly
5607 when uidvalidity changes.
5608 (nnimap-group-prefixed-name): New function to avoid some code
5609 duplication.
5610 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5611 (nnimap-request-group): Use it.
5612 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5613 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5614 with many imap folders. This is done by caching the group status from
5615 the imap server persistently in a group parameter `imap-status'. (This
5616 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5617 but not persistently, so every Gnus startup was still very slow.)
5618
5619 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5620
5621 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5622 secrets.el dependency.
5623 (auth-sources): Add optional user name. Add secrets.el configuration
5624 choice (unused right now).
5625
5626 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5627
5628 * gnus-sum.el (gnus-summary-make-menu-bar):
5629 Let `gnus-registry-install-shortcuts' fill in the functions.
5630
5631 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5632 warnings.
5633 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5634 (gnus-registry-install-shortcuts): Populate and use it in a
5635 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5636
5637 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5638
5639 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5640 In-place substitutions for the group name encoding/decoding.
5641 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5642 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5643 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5644 (nnimap-update-unseen, nnimap-request-list)
5645 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5646 (nnimap-request-set-mark, nnimap-split-to-groups)
5647 (nnimap-split-articles, nnimap-request-newgroups)
5648 (nnimap-request-create-group, nnimap-request-accept-article)
5649 (nnimap-request-delete-group, nnimap-request-rename-group)
5650 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5651 `encoded-mbx' for consistency.
5652 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5653 variable `imap-current-mailbox'.
5654
5655 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5656 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5657
5658 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5659
5660 * pop3.el (pop3-display-message-size-flag): Display message size byte
5661 counts during POP3 download.
5662 (pop3-movemail): Use it.
5663 (pop3-list): Implement listing of available messages.
5664
5665 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5666
5667 * nnir.el (nnir-get-article-nov-override-function): New function to
5668 override the normal NOV retrieval.
5669 (nnir-retrieve-headers): Use it.
5670
5671 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * auth-source.el (netrc-machine-user-or-password): Autoload.
5674
5675 2010-03-19 Glenn Morris <rgm@gnu.org>
5676
5677 Stop message.el from loading about 40 libraries it doesn't always need.
5678 The general approach is to autoload rather than require, and to
5679 require in the specific functions rather than the file. (Bug#5642)
5680
5681 * gmm-utils.el: Don't require wid-edit.
5682 (widget-create-child-value, widget-convert, widget-default-get):
5683 Autoload.
5684
5685 * gnus-util.el: Don't require time-date, netrc.
5686 (message-fetch-field, gnus-group-name-decode): Declare rather than
5687 autoloading.
5688 (gnus-fetch-field): Require message.
5689 (gnus-decode-newsgroups): Require gnus-group.
5690
5691 * ietf-drums.el: Don't require time-date.
5692
5693 * message.el: Don't require hashcash, canlock, ecomplete.
5694 Do require mail-utils. Require nnheader only when compiling.
5695 (smtpmail-default-smtp-server): Remove declaration.
5696 (message-send-mail-function): Check smtpmail-default-smtp-server
5697 is bound rather than requiring smtpmail.
5698 (message-auto-save-directory, message-insert-signature):
5699 Use expand-file-name rather than nnheader-concat.
5700 (nnheader-insert-file-contents): Autoload.
5701 (hashcash-wait-async): Declare.
5702 (message-send-mail): Only call gnus-setup-posting-charset if
5703 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5704 (message-send-mail-with-sendmail): Require sendmail.
5705 (canlock-password, canlock-password-for-verify): Declare.
5706 (message-canlock-password): Require canlock.
5707 (nnheader-get-report): Autoload.
5708 (gnus-setup-posting-charset): Declare.
5709 (message-send-news): Require gnus-msg.
5710 (message-make-references, message-make-in-reply-to): Use mail-header-id
5711 rather than the alias mail-header-message-id.
5712 (ecomplete-add-item, ecomplete-save): Declare.
5713 (message-put-addresses-in-ecomplete): Require ecomplete.
5714 (ecomplete-display-matches): Autoload.
5715
5716 * mm-decode.el: Don't require mailcap, gnus-util.
5717 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5718 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5719 Autoload.
5720 (mailcap-mime-extensions): Declare.
5721
5722 * mm-encode.el: Don't require mailcap.
5723 (mailcap-extension-to-mime): Autoload.
5724
5725 * mml-sec.el: Don't require password-cache.
5726
5727 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5728 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5729 (mml-minibuffer-read-type): Require mailcap.
5730 (mml-preview): Require gnus-msg.
5731
5732 * mml1991.el: Require password-cache.
5733 (password-cache-expiry): Remove declaration.
5734
5735 * mml2015.el: Require password-cache.
5736 (password-cache-expiry): Remove declaration.
5737
5738 * nneething.el (mailcap): Require mailcap.
5739
5740 * nnheader.el (declare-function): Add compatibility stub.
5741 (message-remove-header): Declare rather than autoload.
5742 (nnheader-replace-header): Require message.
5743
5744 * nnimap.el (declare-function): Add compatibility stub.
5745 (netrc-parse, netrc-machine-user-or-password): Declare.
5746 (nnimap-open-connection): Require netrc.
5747
5748 * nntp.el (declare-function): Add compatibility stub.
5749 (netrc-parse, netrc-machine, netrc-get): Declare.
5750 (nntp-send-authinfo): Require netrc.
5751
5752 * rfc2047.el: Don't require qp.
5753 (quoted-printable-encode-region, quoted-printable-decode-string):
5754 Autoload.
5755
5756 * sieve-mode.el: Don't require easymenu.
5757 (easy-menu-add-item): Autoload it.
5758
5759 * spam-stat.el (time-to-number-of-days): Autoload it.
5760
5761 2010-03-17 Kevin Ryde <user42@zip.com.au>
5762
5763 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5764 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5765 value if any backslash escapes).
5766
5767 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5768
5769 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5770 if it is available. (bug#5647)
5771
5772 2010-02-26 Glenn Morris <rgm@gnu.org>
5773
5774 * message.el (message-send-mail-function): Change the default, so that
5775 it inherits from a customized send-mail-function. (Bug#5643)
5776
5777 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5780 shell-command-to-string signals an error (bug#5299).
5781
5782 2010-02-24 Glenn Morris <rgm@gnu.org>
5783
5784 * message.el (message-smtpmail-send-it)
5785 (message-send-mail-with-mailclient): Doc fixes.
5786
5787 2010-02-16 Glenn Morris <rgm@gnu.org>
5788
5789 * message.el (message-default-mail-headers): Change the default value
5790 to ease the transition from mail-mode to message-mode. (Bug#5555)
5791
5792 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * message.el (message-mail): Just pass yank-action on to message-setup.
5795 (message-setup): Handle (FUN . ARGS) form of yank-action.
5796 (message-with-reply-buffer, message-widen-reply)
5797 (message-yank-original): Handle non-buffer values of
5798 message-reply-buffer (Bug#4080).
5799 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5800
5801 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5802
5803 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5804 Fix typo in docstring.
5805
5806 2010-01-08 Jason Rumney <jasonr@gnu.org>
5807
5808 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5809 response.
5810
5811 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5812
5813 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5814
5815 * message.el (message-check-news-header-syntax): Protect against a
5816 string that `rfc822-addresses' returns when parsing fails.
5817
5818 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5819
5820 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5821 (gnus-previous-char-property-change): New functions.
5822
5823 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5824
5825 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5826
5827 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5828 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5829
5830 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5831
5832 * message.el (message-exchange-point-and-mark): Rework last change to
5833 avoid using optional arg of exchange-point-and-mark, for backward
5834 compatibility.
5835
5836 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * message.el (message-exchange-point-and-mark):
5839 Call exchange-point-and-mark with an argument rather than setting
5840 mark-active by hand (Bug#5175).
5841
5842 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5843
5844 * nntp.el (nntp-service-to-port): Work for service expressed with
5845 numeric string; replace [:digit:] with [0-9] for XEmacs.
5846
5847 2009-12-17 Glenn Morris <rgm@gnu.org>
5848
5849 * gnus-group.el (gnus-bug-group-download-format-alist):
5850 Change emacs entry to debbugs.gnu.org. Bump :version.
5851
5852 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5853
5854 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5855
5856 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5857
5858 * message.el (message-info): Explain why we use `Info-goto-node'.
5859
5860 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * message.el (message-completion-in-region): New compatibility function.
5863 (message-expand-group): Use it.
5864
5865 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5868 with no unread article should be listed if the 2nd arg `predicate' is
5869 given.
5870
5871 2009-11-29 Juri Linkov <juri@jurta.org>
5872
5873 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5874 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5875 on `gnus-recenter'. (Bug#4698, Bug#4981)
5876
5877 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5878
5879 * message.el (message-from-style, message-interactive)
5880 (message-signature): Always set default values from the corresponding
5881 mail-* variables.
5882 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5883 (message-yank-prefix, message-indentation-spaces)
5884 (message-signature-file, message-default-headers): Use boundp rather
5885 than (featurep 'xemacs) to check if the corresponding mail-* variables
5886 exist.
5887
5888 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5889
5890 * message.el (message-send-mail-with-sendmail): Revert last change.
5891
5892 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * message.el (message-from-style, message-interactive)
5895 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5896 (message-yank-prefix, message-indentation-spaces, message-signature)
5897 (message-signature-file, message-default-headers): For GNU Emacs, set
5898 default values from the corresponding mail-* variables.
5899 (message-send-mail-with-sendmail): Use envelope-from only if
5900 mail-specify-envelope-from is non-nil.
5901
5902 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5905 containing tspecial characters if they have been already quoted.
5906
5907 2009-10-24 Glenn Morris <rgm@gnu.org>
5908
5909 * gnus-art.el (help-xref-stack-item): Define for compiler.
5910
5911 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5914
5915 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5918 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5919
5920 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5921
5922 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5923 (gnus-overlays-in): New alias to overlays-in.
5924
5925 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5926 gnus-overlay-get, and gnus-delete-overlay.
5927 (gnus-summary-show-thread): Make it work as well for systems in which
5928 next-single-char-property-change is not available.
5929 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5930
5931 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5932
5933 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5934
5935 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5936
5937 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5938 and XEmacs that don't have `remove-overlays'.
5939
5940 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5943 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5944 selective display. Use overlays instead.
5945
5946 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5947
5948 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5949
5950 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * spam-stat.el (spam-stat-load): Fix typo in message.
5953
5954 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5955
5956 * gnus-art.el (gnus-article-encrypt-body):
5957 * message.el (message-check-recipients):
5958 * mm-util.el (mm-codepage-setup):
5959 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5960 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5961
5962 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5963
5964 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5965 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5966 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5967 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5968 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5969
5970 2009-09-18 Glenn Morris <rgm@gnu.org>
5971
5972 * gnus-diary.el (gnus-diary-check-message):
5973 * message.el (message-insert-formatted-citation-line):
5974 * nnbabyl.el (top-level):
5975 * nndiary.el (nndiary-schedule):
5976 Fix typos in condition-case handlers.
5977
5978 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5979
5980 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5981 configuration that provides the sole article window in a frame;
5982 position point correctly after deleting a part.
5983
5984 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5985
5986 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5987 (spam-resolve-registrations-routine): Use it to unregister articles
5988 that change status.
5989
5990 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * nnrss.el (nnrss-request-article): Remove binding of
5993 default-enable-multibyte-characters that has gotten needless by
5994 the 2007-07-13 change in rfc2047-encode-message-header.
5995
5996 * mml.el (mml-insert-multipart): Error on the message header.
5997 (mml-insert-part): Error on the message header; position point at
5998 the end of a MIME tag.
5999
6000 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6003 (gnus-float-time): Alias to float-time if it exists.
6004
6005 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6006 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6007 float-time is available; suppress compile warning for time-to-seconds.
6008
6009 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6010
6011 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6012 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6013 Add the optional argument `encoding' that overrides the default.
6014
6015 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6016 mm-encode-buffer.
6017
6018 2009-09-04 Glenn Morris <rgm@gnu.org>
6019
6020 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6021 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6022 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6023 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6024 * mm-util.el (mm-with-unibyte-current-buffer)
6025 (mm-find-buffer-file-coding-system):
6026 * yenc.el (yenc-decode-region): Use default-value rather than
6027 default-enable-multibyte-characters.
6028
6029 2009-09-03 Glenn Morris <rgm@gnu.org>
6030
6031 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6032 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6033 than default-enable-multibyte-characters.
6034
6035 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6036
6037 * gnus-art.el (gnus-article-read-summary-keys):
6038 Fix gnus-buffer-configuration's value temporarily used.
6039
6040 2009-09-02 Glenn Morris <rgm@gnu.org>
6041
6042 * gnus-util.el (gnus-float-time): New function.
6043 * gnus-delay.el (gnus-delay-article):
6044 * gnus-sum.el (gnus-thread-latest-date):
6045 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6046 * nnspool.el (nnspool-request-newgroups):
6047 Use gnus-float-time rather than time-to-seconds.
6048 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6049
6050 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6051 (gnus-header-subject-face, gnus-header-newsgroups-face)
6052 (gnus-header-name-face, gnus-header-content-face):
6053 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6054 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6055 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6056 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6057 (gnus-cite-face-11):
6058 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6059 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6060 (gnus-server-closed-face, gnus-server-denied-face)
6061 (gnus-server-offline-face):
6062 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6063 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6064 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6065 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6066 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6067 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6068 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6069 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6070 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6071 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6072 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6073 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6074 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6075 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6076 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6077 (gnus-summary-high-undownloaded-face)
6078 (gnus-summary-low-undownloaded-face)
6079 (gnus-summary-normal-undownloaded-face)
6080 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6081 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6082 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6083 (gnus-splash-face):
6084 * message.el (message-header-to-face, message-header-cc-face)
6085 (message-header-subject-face, message-header-newsgroups-face)
6086 (message-header-other-face, message-header-name-face)
6087 (message-header-xheader-face, message-separator-face)
6088 (message-cited-text-face, message-mml-face):
6089 * sieve-mode.el (sieve-control-commands-face)
6090 (sieve-action-commands-face, sieve-test-commands-face)
6091 (sieve-tagged-arguments-face):
6092 * spam.el (spam-face):
6093 Mark face aliases with "-face" in the name as obsolete.
6094
6095 2009-09-01 Glenn Morris <rgm@gnu.org>
6096
6097 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6098 than goto-line.
6099
6100 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6101
6102 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6103 Don't move point if the command is invoked inside the message header.
6104
6105 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6106
6107 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6108 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6109 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6110 * nnir.el (nnir-swish-e-index-file):
6111 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6112 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6113 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6114 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6115 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6116 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6117
6118 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6121 Don't save excursion.
6122
6123 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * nnheader.el (nnheader-find-file-noselect):
6126 * mm-util.el (mm-insert-file-contents):
6127 Use (default-value 'major-mode) instead of default-major-mode.
6128
6129 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6132
6133 2009-08-25 Glenn Morris <rgm@gnu.org>
6134
6135 * nnir.el (top-level): Don't require cl at run-time.
6136 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6137 Replace cl-function substitute with gnus-replace-in-string.
6138 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6139 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6140 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6141 simplified expansions.
6142
6143 2009-08-22 Glenn Morris <rgm@gnu.org>
6144
6145 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6146 goto-line.
6147
6148 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6151
6152 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6153 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6154 (gnus-mm-display-part, gnus-mime-display-single)
6155 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6156 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6157
6158 * gnus-sum.el
6159 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6160 (gnus-summary-move-article): Add expirable mark to articles copied or
6161 moved to group that has auto-expire turned on if the option is non-nil.
6162
6163 2009-07-24 Glenn Morris <rgm@gnu.org>
6164
6165 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6166 Fix typo. (Bug#3903)
6167
6168 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6169
6170 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6171 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6172 that should not be used for draft articles.
6173 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6174 that has no concern in minor mode keys.
6175 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6176 Abolish.
6177
6178 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6181 article without making inquiry to a user for unknown encoding.
6182
6183 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6184 (nnmaildir--scan): Assume i-node and device number that file-attributes
6185 returns might be cons-cell.
6186
6187 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6188
6189 * auth-source.el: Remove docs now in auth.texi. Don't use
6190 `gnus-message' for logging. Add new variables `auth-source-debug' and
6191 `auth-source-hide-passwords' and use them.
6192
6193 2009-07-15 Glenn Morris <rgm@gnu.org>
6194
6195 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6196
6197 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6198
6199 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6200 excessive whitespace from the default values of title and description.
6201
6202 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6203
6204 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6205 mail-fetch-field to fetch Content-Description header in order to
6206 exclude newlines.
6207
6208 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6209
6210 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6211 to deleted part.
6212
6213 2009-05-30 David Engster <dengste@eml.cc>
6214
6215 * nnmairix.el: Remove old documentation in the commentary block.
6216 (nnmairix-request-group): Do not update active file for nnml back ends.
6217 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6218 end so that overview files are ignored.
6219 (nnmairix-update-groups): Make updating the groups more robust by using
6220 marks.
6221 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6222 with dollar characters in message-id.
6223
6224 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6225
6226 * spam.el: Use dns-query instead of query-dns. Was renamed on
6227 2008-12-25 in dns.el.
6228
6229 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6230
6231 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6232 could happen if the text is only composed of spaces and/or tabs.
6233
6234 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6235
6236 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6237 when sending a queued message to avoid extra mml tags.
6238
6239 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6240
6241 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6242
6243 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
6244
6245 * gnus-dired.el: Remove autoload for gnus-setup-message.
6246 (gnus-dired-attach): Fake this-command value to prevent Gnus from
6247 displaying Gnus logo; always use compose-mail.
6248
6249 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6250
6251 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6252
6253 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
6254
6255 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6256 (gnus-nocem-issuers): List currently active issuers; fix custom type.
6257 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6258 available.
6259 (gnus-nocem-epg-verify): New function.
6260
6261 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
6262
6263 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6264
6265 2009-02-15 Glenn Morris <rgm@gnu.org>
6266
6267 * gnus-util.el (rmail-insert-rmail-file-header)
6268 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6269 autoloads.
6270 (rmail-default-rmail-file): Remove unnecessary declaration.
6271 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6272
6273 2009-02-14 Glenn Morris <rgm@gnu.org>
6274
6275 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6276 variable (only used in gnus-util, which declares it anyway).
6277 (rmail-output-to-rmail-file): Remove autoload of deleted function,
6278 which was only needed by gnus-art (changed to not use it any more).
6279 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6280 only used in gnus-util, which autoloads it itself.
6281 (rmail-update-summary): Fix autoload.
6282
6283 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6284 rather than rmail-output-to-rmail-file.
6285
6286 2009-02-07 Glenn Morris <rgm@gnu.org>
6287
6288 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6289 autoload of function that no longer exists.
6290 (rmail-toggle-header): Declare.
6291 (message-forward-rmail-make-body): Handle mbox Rmail.
6292
6293 2009-01-31 Glenn Morris <rgm@gnu.org>
6294
6295 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6296 2009-01-09 change.
6297
6298 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
6299
6300 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6301 (auth-source-forget-all-cached): New convenience function.
6302 (auth-source-user-or-password): Accept list of modes or a single mode.
6303
6304 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6305 auth-source modes.
6306
6307 * nnimap.el (nnimap-open-connection): Use list of
6308 auth-source modes.
6309
6310 * nntp.el (nntp-send-authinfo): Use list of
6311 auth-source modes.
6312
6313 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6314
6315 * auth-source.el: Update docs to reflect epa-file-enable is to be used
6316 now.
6317
6318 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6319
6320 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6321 coding system in XEmacs; add a workaround for XEmacs.
6322
6323 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
6324
6325 * mm-util.el (mm-coding-system-priorities): Protect against nil value
6326 of current-language-environment.
6327
6328 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
6329
6330 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6331 available at runtime.
6332
6333 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6334
6335 * gnus-art.el (article-date-ut): Fix end point of narrowing.
6336
6337 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
6338
6339 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6340 the greatest positive fixnum value doesn't work under an XEmacs with
6341 bignum support; use the most-positive-fixnum constant instead,
6342 available since Emacs 21.1 with cl and XEmacs 21.1.
6343
6344 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6345
6346 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6347 XEmacs gets not to work.
6348
6349 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6350
6351 * mm-util.el (mm-coding-system-priorities): Allow the value like
6352 "Japanese (UTF-8)" of current-language-environment.
6353
6354 2009-01-09 Glenn Morris <rgm@gnu.org>
6355
6356 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6357 with last-command-event.
6358
6359 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6360
6361 * message.el (message-fix-before-sending): Amend comment.
6362
6363 2009-01-07 David Engster <dengste@eml.cc>
6364
6365 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6366 simplified server definitions by converting it via
6367 gnus-server-to-method.
6368
6369 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6370
6371 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6372 parameter's operands.
6373
6374 2009-01-06 David Engster <dengste@eml.cc>
6375
6376 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6377 primary select method (for gnus-group-mark-article-as-read).
6378
6379 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
6380
6381 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6382 `(gnus)Face', not `(gnus)X-Face'.
6383
6384 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6385
6386 * mm-util.el (mm-ucs-to-char): New function.
6387
6388 * mm-url.el (mm-url-decode-entities): Use it.
6389
6390 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6391
6392 * message.el (message-fix-before-sending): Add `eight-bit' to
6393 illegible-text check.
6394
6395 2009-01-03 Michael Olson <mwolson@gnu.org>
6396
6397 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6398 `headers' is nil. This can occur if the IMAP server does not have
6399 permissions to read messages from a folder, but can write new messages
6400 to the folder.
6401 (nnimap-request-article-part): Do not insert `data' if it is nil.
6402
6403 2009-01-01 Dave Love <fx@gnu.org>
6404
6405 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6406
6407 * nnimap.el: Fix author email.
6408 (nnimap-split-rule): Add FIXME comment.
6409 (nnimap-debug): Fix doc string.
6410
6411 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6414 overlay-arrow-position and overlay-arrow-string buffer-local; no need
6415 to check if those variables exist (first appeared in Emacs 18.50).
6416
6417 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
6418
6419 * mm-util.el (mm-line-number-at-pos): New function.
6420
6421 * spam-report.el (spam-report-process-queue): Use it.
6422
6423 2008-12-24 David Engster <dengste@eml.cc>
6424
6425 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6426 parameters that haven't existed as variables as buffer-local variables.
6427
6428 2008-12-23 Dave Love <fx@gnu.org>
6429
6430 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6431 cadar.
6432
6433 * sieve-manage.el (sieve-manage-starttls-p): Rename from
6434 imap-starttls-p.
6435 (sieve-manage-starttls-open): Rename from imap-starttls-open.
6436
6437 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
6438
6439 * spam-report.el (spam-report-gmane-max-requests): New constant.
6440 (spam-report-gmane-wait): New variable.
6441 (spam-report-gmane-ham, spam-report-gmane-spam)
6442 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6443 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6444 the server.
6445
6446 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6447 Add explanations.
6448
6449 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6450 nnheader-accept-process-output and nnheader-read-timeout if available.
6451 (pop3-movemail): Use it.
6452
6453 * message.el (message-check-news-body-syntax): Fix signature check if
6454 there's an attachment.
6455
6456 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6457
6458 * mm-util.el: Add comments to the mm- emulating functions.
6459
6460 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
6461
6462 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6463 Reported by Stephen Berman <stephen.berman@gmx.net>.
6464
6465 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * mm-util.el (mm-substring-no-properties): New function.
6468 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6469 (mm-special-display-p): Enable those lambda forms to be byte compiled.
6470 (mm-string-to-multibyte): Doc fix.
6471
6472 * mml.el (mml-attach-file): Use mm-substring-no-properties.
6473
6474 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * mml.el (mml-attach-file): Strip text properties from file name.
6477 (Bug#1574)
6478
6479 2008-12-16 Glenn Morris <rgm@gnu.org>
6480
6481 * mm-util.el (mm-charset-override-alist): Declare for compiler.
6482
6483 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6484
6485 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6486 knows since the charset specified might be a bogus alias that
6487 mm-charset-synonym-alist provides.
6488
6489 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6490
6491 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6492 "ISO_8859-1".
6493
6494 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6495
6496 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6497
6498 * mm-util.el (mm-charset-eval-alist):
6499 Define it before mm-charset-to-coding-system.
6500 (mm-charset-to-coding-system): Add optional argument `silent';
6501 define it before mm-charset-override-alist.
6502 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6503 default value if it can be used in Emacs currently running;
6504 silence mm-charset-to-coding-system.
6505
6506 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6507
6508 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6509 `allow-override' which says whether to use `mm-charset-override-alist'.
6510 (rfc2047-decode-encoded-words): Use it.
6511
6512 * mm-util.el (mm-charset-override-alist): Fix custom type;
6513 add `(gb2312 . gbk)' to choices.
6514
6515 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6516
6517 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6518 fast.
6519
6520 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6521
6522 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
6523
6524 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6525 on links.
6526
6527 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6528
6529 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6530
6531 * message.el (message-idna-to-ascii-rhs-1): Protect against local
6532 users' addresses that don't have domain parts.
6533 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6534 rather than message-narrow-to-head since there will be the message
6535 header separator.
6536
6537 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6540 since the result is inserted in a unibyte buffer anyway.
6541 (nnimap-demule-use-string-to-multibyte): Remove.
6542 (nnimap-demule): Alias it to mm-string-to-multibyte.
6543
6544 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6545
6546 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6547 variable for debugging bug#464 and bug#1174.
6548 (nnimap-demule): Use it.
6549
6550 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6551
6552 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6553 score calculation correctly.
6554
6555 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * message.el (message-send-mail): Just set the buffer to unibyte
6558 rather than use mm-with-unibyte-current-buffer which does a lot more.
6559 (message-send-mail-partially): Don't bother with
6560 mm-with-unibyte-current-buffer since it's already been made unibyte by
6561 message-send-mail.
6562
6563 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6564
6565 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6566
6567 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6568
6569 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6570
6571 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6572
6573 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6574 require itself and to remove `with-no-warnings'.
6575
6576 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6577
6578 * starttls.el (starttls-any-program-available): Get the name of the
6579 available TLS layer program.
6580 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6581 well as the host name in the "opening" message.
6582
6583 * auth-source.el (auth-source-cache, auth-source-do-cache)
6584 (auth-source-user-or-password): Cache passwords and logins by default,
6585 allow override with `auth-source-do-cache'.
6586 (auth-source-forget-user-or-password): Allow users to remove cache
6587 entries if needed.
6588
6589 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6590
6591 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6592 condition-case to only the forward-sexp call.
6593
6594 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6595
6596 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6597 quotes contained. Make it more robust regardless by an extra
6598 condition-case wrapper.
6599
6600 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6601
6602 * nnml.el (nnml-request-expire-articles): Check if the function set to
6603 `nnmail-expiry-target' returns the symbol `delete'.
6604
6605 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6606
6607 * nnmail.el (nnmail-expiry-target): Fix custom type.
6608
6609 2008-10-02 Glenn Morris <rgm@gnu.org>
6610
6611 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6612 Silence compiler warning.
6613
6614 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6615
6616 * mml.el (mml-menu): Don't assume mml2015 is bound.
6617
6618 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6619
6620 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6621 exists.
6622
6623 2008-09-27 Glenn Morris <rgm@gnu.org>
6624
6625 * gnus-util.el (mail-header-remove-comments): Autoload it.
6626
6627 2008-09-27 Andreas Schwab <schwab@suse.de>
6628
6629 * gnus-util.el (gnus-split-references): Strip comments.
6630 (gnus-parent-id): Likewise.
6631
6632 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6633
6634 * message.el (message-confirm-send): Fix version.
6635
6636 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6637
6638 * message.el (message-idna-to-ascii-rhs-1): Use
6639 mail-extract-address-components rather than mail-header-parse-addresses
6640 that is an alias by default to ietf-drums-parse-addresses that does not
6641 support non-ASCII names in headers' contents.
6642
6643 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6644
6645 * message.el (message-confirm-send): Fix variable documentation to
6646 avoid the "y/n" wording.
6647
6648 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6649
6650 * message.el (message-set-auto-save-file-name): Save to a different
6651 filename so multiple messages (especially drafts) can be recovered.
6652
6653 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6654
6655 * message.el (message-confirm-send): Add appropriate version.
6656
6657 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6658
6659 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6660 defvar.
6661
6662 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6663
6664 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6665 (mm-pkcs7-enveloped-magic): Ditto.
6666
6667 2008-09-17 Simon Josefsson <simon@josefsson.org>
6668
6669 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6670 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6671
6672 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6673
6674 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6675 default, it's better.
6676
6677 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6678
6679 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6680 summary line gnus-number property and ignore them (with a warning
6681 message).
6682
6683 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6684
6685 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6686 macro caddr in the interactive form since it won't be expanded.
6687
6688 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6689
6690 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6691 `charset'; fix name of function called recursively.
6692 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6693
6694 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6695
6696 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6697 (gnus-mime-set-charset-parameters): New function.
6698 (gnus-mime-view-part-as-charset): Use it to correctly display part
6699 specifying wrong charset.
6700
6701 2008-09-08 David Engster <dengste@eml.cc>
6702
6703 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6704 in completing-read for back end server.
6705
6706 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6707
6708 * message.el (message-confirm-send): New variable to confirm sending a
6709 message.
6710 (message-send): Use it.
6711
6712 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6713
6714 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6715
6716 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6717
6718 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6719
6720 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6721
6722 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6723 prevent tracking too many groups.
6724 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6725 Use it.
6726
6727 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6728
6729 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6730 moving point to the bottom of the window in order to avoid recentering.
6731
6732 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6735 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6736 (gnus-article-beginning-of-window): Fix calculation.
6737
6738 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6739
6740 * gnus-msg.el (gnus-summary-supersede-article)
6741 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6742 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6743 message header.
6744
6745 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6746
6747 * message.el:
6748 * gnus-start.el:
6749 * gnus-registry.el: Remove VMS support.
6750
6751 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6752
6753 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6754 macro.
6755 (rfc2104-hash): Use it.
6756
6757 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6758
6759 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6760 (gnus-summary-sort-by-most-recent-date): New commands.
6761 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6762 and menu entries.
6763
6764 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6765
6766 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6767 don't redisplay article for raw contents; remove plural articles stuff.
6768
6769 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6770 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6771 on gnus-summary-save-article; display results properly.
6772
6773 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6776
6777 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6778
6779 * gnus-art.el (gnus-summary-save-in-pipe):
6780 Consider gnus-save-all-headers.
6781
6782 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6783
6784 * gnus-util.el (ns-focus-frame): Remove declaration.
6785 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6786 like x.
6787
6788 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6789
6790 * rfc2104.el (rfc2104-zero): Delete defconst.
6791 (rfc2104-hex-alist): Likewise.
6792 (rfc2104-hex-to-int): Delete func.
6793 (rfc2104-hexstring-to-bitstring): Likewise.
6794 (rfc2104-nybbles): New defconst.
6795 (rfc2104-hash): Rewrite for speed.
6796
6797 2008-07-16 Glenn Morris <rgm@gnu.org>
6798
6799 * gnus-util.el (ns-focus-frame): Declare for compiler.
6800
6801 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6802
6803 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6804 set as a group parameter.
6805 (gnus-summary-save-in-pipe): Work when it is called independently.
6806 (gnus-summary-pipe-to-muttprint): Don't modify
6807 gnus-summary-pipe-output-default-command.
6808
6809 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * message.el (message-send-mail-with-sendmail):
6812 Display the error message.
6813
6814 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6815
6816 * gnus-art.el (gnus-default-article-saver):
6817 Add gnus-summary-save-in-pipe to choices.
6818 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6819 gnus-summary-pipe-output-default-command as the default command.
6820 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6821 instead of gnus-last-shell-command.
6822
6823 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6824 New user option.
6825 (gnus-summary-muttprint-program): Mention the value will be changed.
6826 (gnus-summary-save-article): Force showing of all headers.
6827 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6828
6829 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6830
6831 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6832
6833 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * nnimap.el (nnimap-id):
6836 * sieve-manage.el (sieve-manage-open): Doc fixes.
6837
6838 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6839
6840 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6841 if available.
6842
6843 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6846
6847 * nnkiboze.el (nnkiboze-generate-group):
6848 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6849
6850 * nnmairix.el: Require CL.
6851
6852 2008-06-15 David Engster <dengste@eml.cc>
6853
6854 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6855
6856 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6857
6858 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6859 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6860 runtime choice under XEmacs.
6861
6862 * gnus-sum.el (gnus-summary-set-display-table):
6863 Use `gnus-put-display-table', `gnus-get-display-table',
6864 `gnus-set-display-table' for the display table, instead of `aset'.
6865
6866 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6867
6868 * nnmairix.el: Add autoloads.
6869
6870 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6871
6872 * nnmairix.el (nnmairix-delete-recreate-group)
6873 (nnmairix-update-and-clear-marks): Fix error messages.
6874
6875 2008-06-14 David Engster <dengste@eml.cc>
6876
6877 * nnmairix.el: Upgrade to version 0.6.
6878 (nnmairix-group-toggle-propmarks-this-group)
6879 (nnmairix-group-toggle-readmarks-this-group)
6880 (nnmairix-group-delete-recreate-this-group)
6881 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6882 (nnmairix-remove-tick-mark-original-article): New commands.
6883 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6884 (nnmairix-propagate-marks-to-nnmairix-groups)
6885 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6886 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6887 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6888 functions needed for marks propagation and manipulation of read marks.
6889 (nnmairix-update-groups): New function.
6890 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6891 (nnmairix-determine-original-group-from-registry)
6892 (nnmairix-determine-original-group-from-path)
6893 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6894 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6895 New helper functions.
6896 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6897 keystrokes for new commands.
6898 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6899 (nnmairix-request-group): Check allow-fast group parameter.
6900 (nnmairix-request-create-group): Set allow-fast group parameter if
6901 nnmairix-allowfast-default is set.
6902 (nnmairix-close-group): Propagate marks upon closing if needed.
6903 (nnmairix-group-toggle-threads-this-group): Use new.
6904 nnmairix-group-toggle-parameter helper function.
6905 (nnmairix-search): Better check for empty search result.
6906 (nnmairix-goto-original-article): Use new helper functions for
6907 determining original article.
6908 (nnmairix-show-original-article): Make sure message-id is in brackets.
6909 (nnmairix-call-mairix-binary): Change variable name.
6910 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6911 helper function.
6912 (nnmairix-widget-toggle-activate): Fix doc string.
6913
6914 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6915
6916 * nnir.el: Require edmacro when compiling with XEmacs.
6917 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6918 available in Emacs 21.
6919
6920 2008-06-11 Glenn Morris <rgm@gnu.org>
6921
6922 * gnus-util.el (x-focus-frame):
6923 * gnus.el (image-size):
6924 * mm-decode.el (image-size): Declare.
6925
6926 * gnus-picon.el (declare-function): Add compat definition.
6927 (image-size): Declare.
6928
6929 * gnus-group.el (tool-bar-map):
6930 * gnus-sum.el (tool-bar-map): Define for compiler.
6931
6932 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6933
6934 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6935
6936 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6937 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6938 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6939 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6940 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6941 * sieve-manage.el, spam-report.el, spam.el:
6942 Remove unnecessary eval-and-compile of autoloads.
6943
6944 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6945
6946 * auth-source.el: Precise Tramp doc.
6947
6948 2008-06-07 Glenn Morris <rgm@gnu.org>
6949
6950 * nnmairix.el: Remove unnecessary eval-when-compile.
6951
6952 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6953
6954 * nnir.el: New file.
6955
6956 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * gnus-util.el (gnus-read-shell-command): New function.
6959 * mm-decode.el (mm-pipe-part):
6960 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6961
6962 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6963
6964 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6965
6966 2008-06-03 Glenn Morris <rgm@gnu.org>
6967
6968 * pop3.el (nnheader-accept-process-output): Autoload it.
6969
6970 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6971
6972 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6973 are not 2-digit hexadecimal characters that follow `%'s.
6974
6975 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6976
6977 * message.el (message-bogus-recipient-p): Fix type in doc string.
6978 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6979 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6980 Improve custom options.
6981 (message-bogus-recipient-p): Adjust accordingly.
6982
6983 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6984
6985 * nnmairix.el: Require edmacro when compiling with XEmacs.
6986
6987 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6988
6989 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6990 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6991
6992 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6993
6994 * auth-source.el: Add more docs.
6995
6996 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6997
6998 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6999 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
7000 retrieval faster in some cases, but might make CPU usage larger.
7001 If this has any bad side effects, we might revert this change.
7002
7003 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7004 seems to make mail retrieval much, much faster.
7005 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7006 unconditionally.
7007
7008 * gnus-draft.el (gnus-group-send-queue):
7009 Bind message-send-mail-partially-limit to nil to avoid being prompted.
7010
7011 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7012
7013 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7014
7015 * message.el (message-bogus-address-regexp): Fix and improve custom
7016 type.
7017 (message-setup-hook): Add message-check-recipients as custom option.
7018
7019 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7020
7021 * message.el (message-cite-function): Remove bogus autoload which crept
7022 in during merge from v5-10.
7023
7024 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7025
7026 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7027
7028 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7029
7030 * auth-source.el: Preliminary Tramp docs.
7031 (auth-sources): Change the default auth-sources to use
7032 EPA .gpg files.
7033
7034 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7035
7036 * nntp.el: Autoload `auth-source-user-or-password'.
7037 (nntp-send-authinfo): Use it.
7038
7039 * nnimap.el: Autoload `auth-source-user-or-password'.
7040 (nnimap-open-connection): Use it.
7041
7042 * auth-source.el: Add docs on using with url-auth. Import gnus-util
7043 for the gnus-message function.
7044 (auth-source-user-or-password): Use it.
7045
7046 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7049 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7050 (rfc2104-hash): Use it.
7051
7052 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7053
7054 * gnus-art.el (gnus-article-toggle-truncate-lines):
7055 Don't use `iff' in docstring.
7056
7057 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7058
7059 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7060
7061 * gnus-util.el (gnus-extract-address-component-name)
7062 (gnus-extract-address-component-email): Convenience functions around
7063 `gnus-extract-address-components'.
7064
7065 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7066 Use `gnus-extract-address-component-email' to fix bug of comparing full
7067 sender name to `user-mail-address'.
7068
7069 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7070
7071 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7072 catch/throw to optimize.
7073 (gnus-registry-find-keywords): Just use member to find a keyword.
7074
7075 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7078 is current before calling gnus-server-prepare.
7079 (gnus-server-setup-buffer, gnus-server-update-server)
7080 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7081
7082 2008-05-04 Juri Linkov <juri@jurta.org>
7083
7084 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7085 (mailcap-file-default-commands): Use mailcap-replace-in-string
7086 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7087 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7088
7089 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
7090
7091 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7092
7093 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7094
7095 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7096 hooks.
7097 (gnus-update-read-articles): Speed up non-marks-using users.
7098 (gnus-use-marks): Define gnus-use-marks.
7099 (gnus-propagate-marks): Rename variable to something more sensible.
7100
7101 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7104 (gmm-image-load-path-for-library): Fix typos in docstrings.
7105 (gmm-message): Reflow docstring.
7106
7107 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7108
7109 * mail-source.el (mail-source-set-1, mail-source-bind):
7110 Move auth-source code out of the macro to clean it up and fix bugs.
7111
7112 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7113
7114 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7115 by sender if it's equal to user-mail-address, it's likely to be
7116 useless.
7117
7118 * mail-source.el (mail-source-bind): Don't use user or password if they
7119 are not bound. Unintern them if they are nil. Don't use server unless
7120 it's bound, and default it to empty string otherwise.
7121
7122 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7123
7124 * mail-source.el: Load auth-source.el.
7125 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7126 get user name or password, if auth-sources is set up.
7127
7128 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7129 strategy of splitting with parent.
7130 (gnus-registry-split-fancy-with-parent)
7131 (gnus-registry-post-process-groups): Use it and fix prior
7132 bug (returning a list as the split result).
7133
7134 * auth-source.el (auth-sources): Remove server parameter.
7135 (auth-source-pick, auth-source-user-or-password)
7136 (auth-source-user-or-password-imap)
7137 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7138 (auth-source-user-or-password-sftp)
7139 (auth-source-user-or-password-smtp): Remove server parameter.
7140
7141 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
7142
7143 * smime.el (smime-sign-region, smime-encrypt-region)
7144 (smime-decrypt-region):
7145 Remove redundant calls to `generate-new-buffer-name'.
7146
7147 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
7148
7149 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7150 Don't use QP for message/rfc822.
7151 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7152
7153 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * sieve-manage.el (sieve-string-bytes): Remove.
7156 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7157 correct byte-length only if the process's coding-system is the same as
7158 the one used internally by Emacs to represent strings.
7159
7160 2008-04-22 Juri Linkov <juri@jurta.org>
7161
7162 * mailcap.el (mailcap-file-default-commands): New function.
7163
7164 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7165
7166 * message.el (message-signature-separator, message-cite-function):
7167 Change custom version.
7168
7169 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7170
7171 * mm-decode.el (mm-display-external): Make temp file read-only.
7172
7173 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7176 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7177 `C-c C-f d'.
7178
7179 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7180
7181 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7182
7183 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7184
7185 * auth-source.el: Add docs.
7186 (auth-sources): Modify format to support server.
7187 (auth-source-pick, auth-source-user-or-password)
7188 (auth-source-user-or-password-imap)
7189 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7190 (auth-source-user-or-password-sftp)
7191 (auth-source-user-or-password-smtp): Add server parameter.
7192
7193 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7194
7195 * gnus-registry.el: Initialize the registry when gnus-registry-install
7196 is t.
7197
7198 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7199
7200 * compface.el (uncompface): Make buffer unibyte.
7201
7202 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7203
7204 * mail-source.el (mail-source-value):
7205 Prefer fboundp to functionp so it works with macros as well.
7206
7207 2008-04-05 Glenn Morris <rgm@gnu.org>
7208
7209 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7210
7211 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7212
7213 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7214 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7215
7216 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7217 multibyteness after rather than before erasing it.
7218
7219 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7220 mm-with-multibyte.
7221 (gnus-request-article-this-buffer): Make sure the proper decoding is
7222 used if gnus-original-article-buffer happens to be unibyte.
7223
7224 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7225 default-enable-multibyte-characters.
7226
7227 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7228 default-enable-multibyte-characters.
7229
7230 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7231
7232 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7233
7234 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7237 Fix last change in case the element is not even a symbol.
7238
7239 2008-04-02 Simon Josefsson <simon@josefsson.org>
7240
7241 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7242 imap-enable-exchange-bug-workaround.
7243 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7244
7245 2008-04-01 Simon Josefsson <simon@josefsson.org>
7246
7247 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7248 a 100 byte status-checks into a 2-3MB transfer for each group.
7249 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7250 to enable bug workaround or not.
7251 (nnimap-find-minmax-uid): Only enable workaround conditionally.
7252
7253 2008-03-31 Glenn Morris <rgm@gnu.org>
7254
7255 * message.el (mml2015-use): Declare for compiler.
7256 (message-info): Require mml2015 when appropriate.
7257
7258 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7261 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7262 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7263 (nntp-service-to-port): New function.
7264 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7265 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7266 (nntp-open-netcat-stream): New function.
7267 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7268
7269 2008-03-29 Sven Joachim <svenjoac@gmx.de>
7270
7271 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7272
7273 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7276
7277 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
7278
7279 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7280
7281 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7282
7283 * message.el (message-signature-separator): Change default.
7284 Improve custom type.
7285 (message-cite-function): Change default to
7286 message-cite-original-without-signature.
7287
7288 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7289 toggle.
7290
7291 * message.el (message-check-news-body-syntax): Fix signature check.
7292 (message-setup-1): Mark buffer as unmodified _after_ running
7293 message-setup-hook and handling message-alternative-emails.
7294 (message-shorten-references): Be more strict when building list of
7295 valid references to comply with GNKSA.
7296
7297 * gnus-group.el (gnus-read-ephemeral-bug-group)
7298 (gnus-read-ephemeral-debian-bug-group)
7299 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7300
7301 * message.el (message-info): Don't use booleanp which isn't supported
7302 in Emacs 21 and XEmacs.
7303
7304 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7305
7306 * gnus-group.el (gnus-gmane-group-download-format): Rename from
7307 gnus-group-gmane-group-download-format.
7308 (gnus-group-read-ephemeral-gmane-group): Rename from
7309 gnus-group-read-ephemeral-gmane-group.
7310 (gnus-read-ephemeral-gmane-group-url): Rename from
7311 gnus-group-read-ephemeral-gmane-group-url.
7312 (gnus-bug-group-download-format-alist): New variable.
7313 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7314 (gnus-read-ephemeral-emacs-bug-group): New commands.
7315
7316 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7317
7318 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7319 (gnus-visible-headers): Improve custom type.
7320
7321 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7322
7323 * mml.el (mml-menu): Add workarounds for XEmacs.
7324
7325 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7326 X-Boundary header.
7327
7328 * message.el (message-simplify-recipients): Fix previous commit.
7329
7330 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * mm-util.el (mm-set-buffer-multibyte): New function.
7333 * mm-decode.el (mm-copy-to-buffer): Use it.
7334
7335 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7336 Prefer fboundp to functionp so it works with macros as well.
7337
7338 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7339
7340 * message.el (message-alter-recipients-discard-bogus-full-name):
7341 New function.
7342 (message-alter-recipients-function): New variable.
7343 (message-get-reply-headers): Use it.
7344 (message-replace-header): New helper function.
7345 (message-recipients-without-full-name): New variable.
7346 (message-simplify-recipients): New command.
7347
7348 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7349
7350 * message.el (message-info): Handle EasyPG manual.
7351
7352 * mml.el (mml-menu): Add entry for EasyPG.
7353
7354 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
7355
7356 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7357 parameter.
7358
7359 * message.el (message-disassociate-draft): Specify drafts group name
7360 fully.
7361
7362 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
7363
7364 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7365 Eliminate unnecessary duplicates from the match list.
7366
7367 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7368
7369 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7370 args of `how-many' of which the XEmacs version doesn't take; declare
7371 Info-index-next as function.
7372
7373 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7374
7375 * gnus-score.el (gnus-score-headers): Fix handling of
7376 gnus-inhibit-slow-scoring.
7377
7378 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7379 string.
7380 (gnus-button-url-regexp): Improve handling of parenthesis.
7381 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7382 (gnus-button-handle-info-keystrokes): Handle index entries.
7383
7384 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7387 Incoming* files.
7388
7389 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7390
7391 * auth-source.el (auth-sources): Rename from auth-source-choices.
7392 (auth-source-pick): Use it.
7393
7394 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7395
7396 * auth-source.el (auth-source-protocols)
7397 (auth-source-protocols-customize, auth-source-choices): Add and
7398 modified variable customizations and defaults.
7399 (auth-source-pick, auth-source-user-or-password)
7400 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7401 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7402 (auth-source-user-or-password-sftp)
7403 (auth-source-user-or-password-smtp): Use new variables and provide an
7404 interface to netrc.el.
7405
7406 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
7407
7408 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7409 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7410 Make sure the nntp port to specify is a string.
7411
7412 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * nntp.el: Use with-current-buffer.
7415 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7416 dubious mm-with-unibyte-current-buffer.
7417 (nntp-with-open-group-function): New function extracted from
7418 nntp-with-open-group macro.
7419 (nntp-with-open-group): Use the function, so it's easier to debug.
7420 Add indentation and debugging info.
7421 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7422 Recommend the use of the netcat alternatives.
7423
7424 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7425 Avoid mm-string-as-multibyte as well.
7426
7427 * nnweb.el (nnweb-insert-html):
7428 Remove use of nnheader-string-as-multibyte.
7429
7430 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7431 (nnheader-string-as-multibyte): Remove.
7432
7433 * mm-view.el: Use inhibit-read-only.
7434 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7435 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7436 or unibyte-string.
7437
7438 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7439 (mm-uu-yenc-extract): Use with-current-buffer.
7440
7441 * gnus-soup.el (gnus-soup-send-packet): Don't use
7442 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7443
7444 * nnmh.el: Use with-current-buffer.
7445 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7446 mm-string-as-multibyte on the output of mm-encode-coding-string.
7447
7448 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7449 (nnimap-request-move-article): Use with-current-buffer.
7450
7451 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7452 inserting the handle-buffer's text, so the implicit multibyte->unibyte
7453 conversion uses string-make-unibyte rather than string-as-unibyte.
7454
7455 * gnus-msg.el: Use with-current-buffer.
7456
7457 * message.el (message-ignored-resent-headers): Add "Delivered-To".
7458
7459 2008-03-10 Daiki Ueno <ueno@unixuser.org>
7460
7461 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7462 string for caching if it is 'PIN.
7463
7464 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7465
7466 * mail-source.el (mail-source-delete-old-incoming-confirm):
7467 Change default to nil.
7468 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7469
7470 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * gnus-art.el (gnus-narrow-to-page): Position point properly.
7473 (gnus-article-goto-prev-page): Work for articles having ^L's.
7474
7475 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7476
7477 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7478
7479 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7480
7481 * gnus-bookmark.el: Adjust for renames in bookmark.el.
7482 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7483 (gnus-bookmark-jump): Adjust some variable names.
7484
7485 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
7486
7487 * auth-source.el: New package.
7488 (auth-source-choices): Add customization entry point variable.
7489
7490 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7491 bug.
7492
7493 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
7494
7495 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7496 (gnus-registry-initialize, gnus-registry-install-p): Use it.
7497 (gnus-registry-install-shortcuts): Rename from
7498 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
7499 the `gnus-registry-mark-map' keymap dynamically from
7500 `gnus-registry-marks'. The generated functions update the summary line
7501 when a registry mark is added or deleted, and will call
7502 `gnus-registry-install-p' (see the comments in the code).
7503 (gnus-registry-user-format-function-M): Use concat intelligently.
7504
7505 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7506 the registry mark functions.
7507
7508 2008-03-05 Glenn Morris <rgm@gnu.org>
7509
7510 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7511 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7512 gnus-art.
7513 (top-level): No need to load own source when compiling.
7514
7515 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7516
7517 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7518 Suggested by <chris.anderton@zetnet.co.uk>.
7519
7520 2008-03-04 Glenn Morris <rgm@gnu.org>
7521
7522 * gnus-sum.el (top-level): No need to require gnus when compiling,
7523 since unconditionally required near start of file.
7524 (gnus-summary-display-while-building): Move definition before use.
7525
7526 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
7527
7528 * gnus-registry.el (gnus-registry-user-format-function-M):
7529 Add formatting function.
7530
7531 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7532
7533 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7534 with plists.
7535 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7536 Use new format.
7537
7538 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7541 `where-is-internal' that returns a range of key sequences.
7542
7543 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7546
7547 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7548 (gnus-summary-jump-to-group): Consider windows on other displayed
7549 frames as well. Similar changes might be needed elsewhere, but that's
7550 the one I've bumped into during my use.
7551
7552 * nndoc.el (nndoc-oe-dbx-type-p):
7553 * gnus-msg.el (gnus-debug):
7554 * gnus-group.el (gnus-update-group-mark-positions):
7555 Use mm-string-to-multibyte.
7556
7557 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7558
7559 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7560 doesn't handle NotDashEscaped.
7561
7562 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7563 (mml-dnd-attach-options): Fix typo in custom choice.
7564
7565 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7566 Change nndoc-article-type to mbox.
7567 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7568
7569 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7570 to nil, instead of html2text.
7571
7572 * imap.el (imap-debug): Add `imap-ping-server'.
7573
7574 * gnus-bookmark.el: Add FIXMEs.
7575
7576 * message.el (message-form-letter-separator)
7577 (message-send-form-letter-delay): New variables.
7578 (message-send-form-letter): Use them. New command to send form
7579 letters. Requested by Uwe Siart.
7580 (message-send-mail-function): Doc fix. Add "Other" custom option.
7581
7582 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7583
7584 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7585 empty author.
7586
7587 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7588
7589 * gnus-registry.el (gnus-registry-marks): Add variable for
7590 customization of marks and their appearance.
7591 (gnus-registry-read-mark): Use it.
7592 (gnus-registry-do-marks): Add utility function to loop through
7593 `gnus-registry-marks'.
7594 (gnus-registry-install-shortcuts-and-menus): Add function to install
7595 shortcuts and menus.
7596 (gnus-registry-initialize): Use it.
7597 (gnus-registry-default-mark): Clarify documentation.
7598
7599 2008-02-29 Glenn Morris <rgm@gnu.org>
7600
7601 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7602 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7603 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7604 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7605 Change defcustom :version from 23.0 to 23.1.
7606
7607 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7608
7609 * gnus-registry.el (gnus-registry-follow-group-p)
7610 (gnus-registry-post-process-groups): Add functions to aid registry
7611 splitting and improve logging. Clarify behavior in function
7612 documentation.
7613 (gnus-registry-split-fancy-with-parent): Use them.
7614
7615 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7616
7617 * gnus-art.el: Use with-current-buffer.
7618
7619 2008-02-27 David Engster <dengste@eml.cc>
7620
7621 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7622 Express real group name in the response.
7623
7624 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7627 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7628 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7629 autoload gnus-registry-fetch-group when compiling.
7630 (nnmairix-request-group-with-article-number-correction):
7631 Remove unreferenced argument passed to nnmairix-call-backend.
7632
7633 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7634
7635 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7636 (mm-uu-extract): Improve face for low color ttys.
7637 Reported by Sascha Wilde.
7638
7639 2008-02-27 Glenn Morris <rgm@gnu.org>
7640
7641 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7642 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7643 variables to defconsts. Convert comments to doc-strings.
7644 (nnmairix-last-server, nnmairix-current-server): Convert from free
7645 variables to defvars. Convert comments to doc-strings.
7646 (gnus-registry-fetch-group): Autoload.
7647 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7648 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7649 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7650 caddr.
7651 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7652 nnmairix-request-group-with-article-number-correction call.
7653 (nnmairix-fast, nnmairix-group): New, less general names, for free
7654 variables passed from nnmairix-request-group to
7655 nnmairix-request-group-with-article-number-correction. Declare.
7656 (nnmairix-request-group-with-article-number-correction):
7657 Use nnmairix-fast, nnmairix-group rather than fast, group.
7658
7659 2008-02-26 David Engster <dengste@eml.cc>
7660
7661 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7662 version 0.5.
7663
7664 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7665
7666 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7667 instead of making an extra function call. Don't add the current group
7668 to articles only when they have the group. Use
7669 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7670 Reported by David <de_bb@arcor.de>.
7671
7672 2008-02-24 Miles Bader <miles@gnu.org>
7673
7674 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7675 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7676 (mm-find-mime-charset-region):
7677 * mm-bodies.el (mm-encode-body):
7678 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7679
7680 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7681
7682 * mail-source.el (mail-source-delete-incoming): Change default.
7683 Supplement doc string.
7684
7685 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7686
7687 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7688
7689 * nnmail.el (nnmail-message-id-cache-file): Derive from
7690 `gnus-home-directory'.
7691
7692 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7693
7694 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7695 Document negative prefix.
7696
7697 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7698
7699 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7700
7701 * message.el (message-unsent-separator): Add the Exim bounce
7702 separator.
7703
7704 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7705
7706 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7707 list.
7708 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7709 recipient/signer list.
7710
7711 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7712
7713 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7714 fbound (Emacs 23 unicode), signal an error.
7715
7716 2008-02-08 Glenn Morris <rgm@gnu.org>
7717
7718 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7719
7720 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7721
7722 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7723 ports to the calls to `netrc-machine-user-or-password' in addition to
7724 "imap" and "imaps".
7725
7726 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7727
7728 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7729 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7730 <hanche@math.ntnu.no>.
7731
7732 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7735
7736 2008-02-01 Zhang Wei <id.brep@gmail.com>
7737
7738 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7739
7740 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7741
7742 2008-02-01 Miles Bader <miles@gnu.org>
7743
7744 * mml.el (mml-parse-1): Remove apparently vestigial use of
7745 `mm-hack-charsets'.
7746 * mm-bodies.el (mm-encode-body): Likewise.
7747
7748 2008-02-01 Kenichi Handa <handa@m17n.org>
7749
7750 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7751 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7752 (rfc2104-hash): Convert the result of concat to unibyte string.
7753
7754 2008-02-01 Dave Love <fx@gnu.org>
7755
7756 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7757 coding-system-for-read.
7758 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7759
7760 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7761 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7762 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7763
7764 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7765
7766 * mail-source.el (mail-sources): Add `group' choice.
7767
7768 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7769 parameter `in-group' to control into which group the articles go.
7770 Add treatment of `group' mail-source.
7771
7772 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7773
7774 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7775 * message.el (message-beginning-of-line): Use featurep instead of bound
7776 tests in order to resolve conditionals at compile time.
7777
7778 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7779
7780 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7781
7782 * mm-decode.el (mm-dissect-buffer): Decode description.
7783
7784 * mml.el (mml-to-mime): Encode message header first.
7785
7786 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7787
7788 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7789 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7790
7791 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7792
7793 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7794
7795 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7796
7797 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7798 prefix keys.
7799 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7800 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7801 gnus-xmas.el.
7802
7803 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7804
7805 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7806 Add new variables for article mark management.
7807 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7808 list of extra data entries which, when present, will indicate that the
7809 article ID should not be trimmed from the registry.
7810 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7811 functions.
7812 (gnus-registry-read-mark): New function to read a mark name from the
7813 user.
7814 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7815 (gnus-registry-set-article-mark-internal): New functions to add and
7816 remove marks.
7817 (gnus-registry-get-article-marks): New function to show the marks for
7818 an article, or retrieve them for further use.
7819
7820 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7823 keys when no argument is given.
7824
7825 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7826
7827 * gnus-sum.el (gnus-article-sort-by-random)
7828 (gnus-thread-sort-by-random): Fix doc strings.
7829 Reported by jidanni@jidanni.org.
7830
7831 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7832
7833 * gnus-art.el (gnus-article-describe-bindings): New function.
7834 (gnus-article-read-summary-keys): Use it.
7835 (gnus-article-mode-map): Bind `C-h b' to it.
7836
7837 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7838
7839 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7840 XEmacs.
7841 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7842 Protect against non-character events.
7843
7844 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7845
7846 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7847 New command.
7848 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7849 instead of END. Change name of the temp file.
7850 (gnus-group-gmane-group-download-format): Add doc string. Make it
7851 customizable.
7852
7853 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7854
7855 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7856 bind `S W' to gnus-article-wide-reply-with-original; set default
7857 binding to gnus-article-read-summary-send-keys.
7858 (gnus-article-read-summary-keys): Fix the order of keys; display
7859 continuation keys correctly in the echo area; describe bindings
7860 correctly when keys end with `C-h'.
7861 (gnus-article-read-summary-send-keys): New function.
7862 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7863 Work for gnus-article-read-summary-send-keys; display continuation keys
7864 correctly in the echo area.
7865 (gnus-article-reply-with-original): Ignore prefix argument.
7866 (gnus-article-wide-reply-with-original): New function.
7867
7868 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7869
7870 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7871 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7872
7873 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7874
7875 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7876 (gnus-group-read-ephemeral-gmane-group): New command.
7877
7878 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7881
7882 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7883
7884 * message.el (message-send-mail-function): Increase custom version.
7885
7886 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7887 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7888
7889 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7892 html parts correctly; support forwarded messages.
7893 (gnus-article-browse-html-article): Remove work buffers.
7894
7895 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7896 compiling.
7897 (netrc-bound-and-true-p): New macro.
7898 (netrc-parse): Use it instead of bound-and-true-p that is not available
7899 in XEmacs 21.4.
7900
7901 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7902
7903 * gnus-registry.el (gnus-registry-mark-article)
7904 (gnus-registry-article-marks): Add functionality to mark articles
7905 through the Gnus registry.
7906
7907 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7908 (netrc-parse): Use encrypt-file-alist to determine if
7909 encrypt-find-model or encrypt-insert-file-contents should be used.
7910
7911 2007-12-19 Glenn Morris <rgm@gnu.org>
7912
7913 * mml.el (message-options-set, message-narrow-to-head)
7914 (message-in-body-p, message-mail-p, message-encode-message-body):
7915 Autoload.
7916 (message-remove-header, message-narrow-to-headers-or-head)
7917 (message-subscribed-p, message-make-mail-followup-to)
7918 (message-position-on-field, message-news-p)
7919 (message-options-set-recipient, message-generate-headers)
7920 (message-sort-headers): Declare as functions.
7921
7922 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7923
7924 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7925 convention in doc string.
7926
7927 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7928
7929 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7930 title to html parts.
7931 (gnus-article-browse-html-article): Pass message header to it.
7932
7933 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7934
7935 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7938 or password compatible with XEmacs.
7939
7940 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7941
7942 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7943 format document.
7944 (gnus-mime-delete-part): Don't write description line if empty.
7945 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7946
7947 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7948
7949 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7950 (gnus-summary-mark-read-and-unread-as-read)
7951 (gnus-summary-mark-current-read-and-unread-as-read)
7952 (gnus-summary-mark-unread-as-ticked): Doc fix.
7953 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7954
7955 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7956
7957 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7958 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7959
7960 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7961
7962 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7963 yes-or-no-p.
7964
7965 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7966
7967 * mm-decode.el (mm-add-meta-html-tag): New function.
7968 (mm-save-part-to-file, mm-pipe-part): Use it.
7969
7970 * gnus-art.el (gnus-article-browse-delete-temp-files):
7971 Use gnus-y-or-n-p instead of y-or-n-p.
7972 (gnus-article-browse-html-parts): Work with message/external-body; use
7973 mm-add-meta-html-tag.
7974
7975 2007-12-11 Glenn Morris <rgm@gnu.org>
7976
7977 * gnus-cache.el: Require gnus-sum not just when compiling.
7978
7979 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7980
7981 * gnus-int.el (gnus-server-opened, gnus-status-message):
7982 Move definitions before use.
7983
7984 * mm-decode.el: Require gnus-util.
7985 (mm-remove-part): Only call delete-annotation on XEmacs.
7986
7987 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7988
7989 * nnmail.el: Require gnus-int.
7990
7991 * spam.el: Move `require's before `eval-when-compile's.
7992
7993 * gnus-ems.el (gnus-alive-p):
7994 * gnus-fun.el (message-goto-eoh):
7995 * gnus-util.el (gnus-group-name-decode):
7996 * mail-source.el (gnus-compress-sequence):
7997 * message.el (Info-goto-node, format-spec):
7998 * mm-bodies.el (message-options-get):
7999 * mm-decode.el (mm-view-pkcs7):
8000 * mm-util.el (gmm-write-region):
8001 * mml-smime.el (mml-compute-boundary)
8002 (gnus-completing-read-with-default):
8003 * mml.el (widget-button-press, gnus-make-hashtable):
8004 * mml1991.el (mm-decode-content-transfer-encoding)
8005 (mm-encode-content-transfer-encoding)
8006 (message-options-get, message-options-set):
8007 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8008 * nnfolder.el (gnus-request-group):
8009 * nnheader.el (ietf-drums-unfold-fws):
8010 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8011 * smime.el (gnus-run-mode-hooks):
8012 * spam-stat.el (gnus-message): Autoload.
8013
8014 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8015 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8016 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8017 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8018 Add declare-function compatibility definition.
8019
8020 * gnus-cache.el (nnvirtual-find-group-art):
8021 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8022 (gnus-add-image, gnus-add-wash-type):
8023 * gnus-group.el (nnkiboze-score-file):
8024 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8025 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8026 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8027 (message-tokenize-header, gnus-get-buffer-create)
8028 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8029 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8030 * gnus.el (gnus-group-decoded-name):
8031 * mail-source.el (imap-capability):
8032 * mm-bodies.el (message-options-set):
8033 * mm-decode.el (gnus-configure-windows):
8034 * mm-extern.el (message-goto-body):
8035 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8036 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8037 (epg-sub-key-validity, message-options-set):
8038 * mml.el (widget-event-point, gnus-configure-windows):
8039 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8040 * mml2015.el (epg-check-configuration, epg-configuration)
8041 (message-options-set):
8042 * nndb.el (nndb-request-article):
8043 * nnfolder.el (gnus-request-create-group):
8044 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8045 * nnmaildir.el (gnus-group-mark-article-read):
8046 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8047 * rfc1843.el (message-fetch-field):
8048 * spam.el (gnus-extract-address-components):
8049 Declare as functions.
8050
8051 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8052
8053 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8054
8055 2007-12-09 Glenn Morris <rgm@gnu.org>
8056
8057 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8058
8059 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8060 * message.el, mm-view.el, sieve-manage.el, smime.el:
8061 Add declare-function compatibility definition.
8062
8063 * gnus-art.el (w3-region, w3m-region, Info-menu):
8064 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8065 * gnus-sum.el (gnus-get-predicate):
8066 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8067 * message.el (mail-abbrev-in-expansion-header-p):
8068 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8069 (w3m-detect-meta-charset, w3m-region):
8070 * sieve-manage.el (password-read, password-cache-add)
8071 (password-cache-remove):
8072 * smime.el (password-read-and-add): Declare as functions.
8073
8074 2007-12-08 David Kastrup <dak@gnu.org>
8075
8076 * gnus-sum.el (gnus-summary-simplify-subject-query):
8077 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8078 `message'.
8079
8080 2007-12-07 Glenn Morris <rgm@gnu.org>
8081
8082 * gnus-art.el (article-make-date-line): Revert previous change.
8083
8084 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8085
8086 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8087
8088 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
8089
8090 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8091 Call gnus-add-to-range ranges only once with a prepared article-list.
8092
8093 2007-12-06 Paul Jarc <prj@po.cwru.edu>
8094
8095 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8096 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8097 group names with backslashes.
8098 Reported by Tassilo Horn <tassilo@member.fsf.org>.
8099
8100 2007-12-06 Deepak Goel <deego3@gmail.com>
8101
8102 * gnus-art.el (article-make-date-line):
8103 * gnus-start.el (gnus-load):
8104 * pop3.el (pop3-read-response): Fix buggy call to `error'.
8105
8106 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * gnus-art.el (gnus-use-idna)
8109 * gnus-start.el (gnus-site-init-file)
8110 * message.el (message-use-idna)
8111 * mm-uu.el (mm-uu-hide-markers)
8112 * smiley.el (smiley-style): Revert changes that suppress warnings.
8113
8114 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8115
8116 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8117 specify charset to html source.
8118 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8119
8120 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8121
8122 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8123 idna-program in order to suppress byte compile warning issued by XEmacs
8124 that came to byte compile the default value section of defcustom forms
8125 recently.
8126
8127 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8128 value of installation-directory.
8129
8130 * message.el (message-use-idna): Don't directly refer to the value of
8131 idna-program.
8132
8133 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8134
8135 * smiley.el (smiley-style): Don't directly call face-attribute.
8136
8137 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8138
8139 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8140
8141 * gnus-dired.el: Reduce Gnus dependencies.
8142 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8143 Don't require. Use autoloads instead.
8144 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8145 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8146 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8147 (gnus-dired-mode): Adjust doc string.
8148 (gnus-dired-mail-mode): New variable.
8149 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8150 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8151 (gnus-dired-mail-buffers): New function. Return mail or message
8152 composition buffers.
8153 (gnus-dired-attach): Use it.
8154 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8155 NO-DECODE.
8156 (gnus-dired-print): Use `gnus-print-buffer' depending on
8157 `gnus-dired-mail-mode'.
8158
8159 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8160
8161 * rfc2047.el (rfc2047-encoded-word-regexp)
8162 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8163 explaining what regexp patterns are for.
8164
8165 2007-12-04 Glenn Morris <rgm@gnu.org>
8166
8167 * password.el: Move to ../password-cache.el.
8168
8169 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8170 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8171 * mml-smime.el (password-read, password-cache-add)
8172 (password-cache-remove):
8173 No need to autoload, since mml-sec requires password.
8174
8175 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8176 * message.el (gnus-extract-address-components):
8177 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8178
8179 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8180 password.
8181
8182 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * mailcap.el: Reduce dependencies.
8185 (mail-header-parse-content-type): Autoload.
8186 (mailcap-delete-duplicates): New alias.
8187 (mailcap-mime-info): Add optional argument NO-DECODE.
8188 (mailcap-mime-types): Use mailcap-delete-duplicates.
8189
8190 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8191
8192 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8193
8194 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8195 function.
8196
8197 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8198 (gnus-uu-yenc-article): New function.
8199
8200 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8201
8202 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8203
8204 2007-12-02 Glenn Morris <rgm@gnu.org>
8205
8206 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8207 Move to ../net.
8208
8209 * binhex.el, uudecode.el: Move to ../mail.
8210
8211 * encrypt.el: Remove file.
8212
8213 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8214
8215 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8216 matches on patches.
8217
8218 * gnus-art.el (gnus-article-browse-html-article):
8219 Mention `mm-text-html-renderer' in the doc string.
8220
8221 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8222 string. Add comments.
8223
8224 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8225 if rhs is ASCII.
8226
8227 2007-12-01 Glenn Morris <rgm@gnu.org>
8228
8229 * dig.el, dns.el: Move to ../net.
8230 * format-spec.el, hex-util.el, sha1.el: Move to ../.
8231
8232 * mail-source.el (top-level): Require format-spec before
8233 eval-when-compile.
8234
8235 2007-11-30 Glenn Morris <rgm@gnu.org>
8236
8237 * encrypt.el: Require password, rather than autoloading password-read.
8238
8239 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
8240
8241 * gnus.el (gnus-method-to-server): Add an optional parameter so the
8242 caller can indicate whether the cache should be disregarded for this
8243 call. This way the result of the call is reproducible at all times and
8244 can be considered a canonical server name for the supplied method.
8245 (gnus-agent-method-p): Canonicalize server names by pushing their
8246 method through `gnus-method-to-server' using the no-cache argument.
8247
8248 * gnus-srvr.el (gnus-server-insert-server-line):
8249 Call `gnus-method-to-server' with `no-cache' argument.
8250
8251 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8252 gnus-agent-possibly-synchronize-flags as this should be called when the
8253 server is actually being opened.
8254 (gnus-agent-possibly-synchronize-flags)
8255 (gnus-agent-possibly-synchronize-flags-server): Move check for the
8256 flags file of an agentized server to the latter function.
8257
8258 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8259 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8260 after a connection has been established successfully.
8261
8262 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
8263
8264 * gnus-art.el (article-display-face): Force to display face if called
8265 interactively; check if gnus-article-x-face-too-ugly matches author.
8266 (article-display-x-face): Display face even if From header is missing
8267 as article-display-face does.
8268
8269 2007-11-28 Richard Stallman <rms@gnu.org>
8270
8271 * md4.el: Move to ../.
8272 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8273
8274 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
8275
8276 * mail-source.el (mail-sources): Default to fetch from file for
8277 compatibility with default of nnmail-spool-file.
8278
8279 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8282 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8283 to look for encoded word that should be encoded again.
8284 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8285 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8286 encoding pattern.
8287 (rfc2047-decode-region): Switch strict regexp and loose one according
8288 to rfc2047-allow-irregular-q-encoded-words.
8289
8290 2007-11-26 Simon Josefsson <simon@josefsson.org>
8291
8292 * imap.el: Move to ../net directory.
8293
8294 2007-11-25 Romain Francoise <romain@orebokech.com>
8295
8296 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8297
8298 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8299
8300 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8301 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8302
8303 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8304 `nnmail-spool-file'.
8305
8306 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8307 `nnmail-spool-file'.
8308
8309 * gnus-move.el (gnus-change-server): Ditto.
8310
8311 * gnus-kill.el (gnus-batch-score): Ditto.
8312
8313 * gnus-cache.el (gnus-jog-cache): Ditto.
8314
8315 * gnus-msg.el (gnus-summary-reply):
8316 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8317
8318 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8319
8320 * gnus-cache.el (gnus-cache-generate-nov-databases):
8321 Use nnml-generate-nov-databases-directory instead of
8322 nnml-generate-nov-databases-1.
8323
8324 2007-11-24 Glenn Morris <rgm@gnu.org>
8325
8326 * message.el (message-tool-bar-retro): Update for rename
8327 mail_send.xpm->mail-send.xpm.
8328
8329 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8330
8331 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8332 `smime-ldap-search' for Emacs 22 and up.
8333
8334 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8335
8336 * hashcash.el: Move to ../mail directory.
8337
8338 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
8339
8340 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8341 `smime-ldap-search' for Emacs 22 and up.
8342
8343 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8346
8347 * message.el (message-send-mail-function): Fix error convention.
8348 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8349 (message-widen-reply, message-send-mail, message-talkative-question)
8350 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8351 (message-clone-locals, message-send-news): Use with-current-buffer.
8352 (message-insert-or-toggle-importance): Remove unused var `valid'.
8353 (message-make-references): Remove unused var `new-references'.
8354 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8355
8356 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
8357
8358 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8359 (spam-split-symbolic-return-positive): Reflow docstring.
8360 (spam-backends, spam-summary-exit-behavior)
8361 (spam-mark-ham-unread-before-move-from-spam-group)
8362 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8363 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8364 (spam-clear-cache, spam-backend-check, spam-install-backend)
8365 (spam-install-statistical-backend, spam-list-of-processors)
8366 (spam-group-processor-p, spam-split, spam-bogofilter-score)
8367 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8368 (spam-check-crm114, spam-initialize, spam-unload-hook):
8369 Fix typos in docstrings.
8370
8371 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8372
8373 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8374 been checked if they have never been read and those group levels are
8375 higher than the one that a user specified.
8376
8377 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8378
8379 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8380 foreign groups unless a group level is specified by a user.
8381 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8382
8383 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
8384
8385 * message.el (message-send-mail-function): Require sendmail.
8386
8387 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
8388
8389 * message.el (message-send-mail-function): Check for smtpmail too.
8390
8391 * utf7.el (utf7-encode, utf7-decode): Use coding system
8392 `utf-7'/`utf-7-imap' from utf-7.el' if available.
8393
8394 * message.el (message-send-mail-function): New function.
8395 (message-send-mail-function): Set default using
8396 message-send-mail-function. Adjust doc string.
8397 (message-send-mail-with-mailclient): New function.
8398
8399 2007-11-17 Richard Stallman <rms@gnu.org>
8400
8401 * assistant.el: Remove file.
8402
8403 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8404
8405 * smime.el (from):
8406 * rfc2047.el (message-posting-charset):
8407 * qp.el (mm-use-ultra-safe-encoding):
8408 * pop3.el (parse-time-months):
8409 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8410 * nnml.el (files):
8411 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8412 (jka-compr-compression-info-list, ange-ftp-path-format)
8413 (efs-path-regexp):
8414 * nndiary.el (files):
8415 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8416 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8417 (epg-digest-algorithm-alist, inhibit-redisplay)
8418 (password-cache-expiry):
8419 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8420 (pgg-output-buffer, password-cache-expiry):
8421 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8422 (efs-path-regexp):
8423 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8424 (inhibit-redisplay):
8425 * mm-uu.el (file-name, start-point, end-point, entry)
8426 (gnus-newsgroup-name, gnus-newsgroup-charset):
8427 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8428 (latin-unity-ucs-list):
8429 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8430 (mm-uu-binhex-decode-function):
8431 * message.el (gnus-message-group-art, gnus-list-identifiers)
8432 (rmail-enable-mime-composing, gnus-local-organization)
8433 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8434 (gnus-read-active-file, facemenu-add-face-function)
8435 (facemenu-remove-face-function, gnus-article-decoded-p)
8436 (tool-bar-mode):
8437 * mail-source.el (display-time-mail-function):
8438 * gnus-util.el (nnmail-pathname-coding-system)
8439 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8440 (gnus-original-article-buffer, gnus-user-agent)
8441 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8442 (xemacs-codename, sxemacs-codename, emacs-program-version):
8443 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8444 * gnus-start.el (gnus-agent-covered-methods)
8445 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8446 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8447 (gnus-newsgroup-headers, gnus-group-list-mode)
8448 (gnus-group-mark-positions, gnus-newsgroup-data)
8449 (gnus-newsgroup-unreads, nnoo-state-alist)
8450 (gnus-current-select-method, mail-sources)
8451 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8452 (nnmail-spool-file, gnus-cache-active-hashtb):
8453 * gnus-mh.el (mh-lib-progs):
8454 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8455 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8456 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8457 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8458 (gnus-group-buffer):
8459 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8460 (font-lock-set-defaults):
8461 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8462 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8463 (gnus-summary-post-menu, total-parts, type, condition, length):
8464 * gnus-agent.el (gnus-agent-read-agentview):
8465 * flow-fill.el (show-trailing-whitespace):
8466 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8467 eval-and-compile wrappers for byte compiler pacifiers.
8468
8469 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8470 (mm-display-inline-fontify): Check for featurep 'xemacs not
8471 extent-list.
8472
8473 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8474 itimer-list.
8475 (mm-create-image-xemacs): Only do something for XEmacs.
8476 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8477
8478 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8479
8480 * gnus-registry.el (gnus-adaptive-word-syntax-table):
8481 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8482
8483 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * nnimap.el (nnimap-split-download-body):
8486 * gnus-demon.el (gnus-demon):
8487 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8488
8489 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8490
8491 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8492 New macros.
8493 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8494 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8495 copy data from unibyte buffer to multibyte current buffer.
8496 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8497 to copy data from unibyte current buffer to multibyte buffer.
8498 (nntp-make-process-buffer): Make process buffer unibyte.
8499
8500 * pop3.el (pop3-open-server): Fix typo in Lisp code.
8501
8502 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
8503
8504 * pop3.el (pop3-open-server): Accept and process data more robustly at
8505 connexion start to avoid spurious "POP SSL connexion failed" errors.
8506
8507 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8508
8509 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8510 read group names.
8511
8512 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
8513
8514 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8515
8516 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8517
8518 * nnmail.el (nnmail-parse-active): Make group names unibyte.
8519 (nnmail-save-active): Use a unibyte buffer when saving active file,
8520 which may contain non-ASCII group names.
8521
8522 * nnml.el (nnml-request-group): Decode group names in messages.
8523
8524 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8525
8526 * message.el (message-citation-line-function)
8527 (message-insert-formatted-citation-line): Fix spelling of
8528 `message-insert-formated-citation-line'.
8529
8530 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
8531
8532 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8533
8534 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8535
8536 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8537 nnmail-pathname-coding-system.
8538
8539 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8540 that a user enters; decode group names in messages.
8541
8542 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8543
8544 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8545
8546 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8547
8548 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8549
8550 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8551 risky local variable.
8552
8553 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8554
8555 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8556
8557 * encrypt.el: Improve documentation to fix function name typo.
8558 Reported by Daiki Ueno <ueno@unixuser.org>.
8559
8560 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8561
8562 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8563 even if the point is not in the last page of an article.
8564 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8565 back to the previous page.
8566
8567 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8568
8569 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8570
8571 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8572
8573 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8574
8575 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8576
8577 * message.el (message-check-news-body-syntax):
8578 Avoid mm-string-as-multibyte.
8579 (message-hide-headers): Don't assume (point-min)==1.
8580
8581 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * message.el (message-remove-blank-cited-lines): Fix if remove is
8584 given.
8585 (message-bogus-address-regexp): New variable.
8586 (message-bogus-recipient-p): New function.
8587 (message-check-recipients): New command.
8588 (message-syntax-checks): Add `bogus-recipient'.
8589 (message-fix-before-sending): Add `bogus-recipient'.
8590
8591 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8592 (gnus-treat-body-boundary): Don't test window-system.
8593
8594 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8595
8596 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8597
8598 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8599
8600 * gnus.el: Bump version to Gnus v5.13.
8601
8602 2007-10-28 Miles Bader <miles@gnu.org>
8603
8604 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8605 at compile-time too.
8606
8607 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8608
8609 * gnus-msg.el (gnus-message-setup-hook):
8610 Add `message-remove-blank-cited-lines' to options.
8611
8612 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8613
8614 * message.el (message-remove-blank-cited-lines): New function.
8615 Suggested by Karl Plästerer.
8616
8617 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8618
8619 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8620 mapc.
8621
8622 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8623 (top-level): Use mapc to set functions to be traced for debugging.
8624
8625 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8626 called for effect with while loop.
8627
8628 * message.el (message-talkative-question): Replace mapcar called for
8629 effect with mapc.
8630
8631 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8632 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8633 called for effect with dolist.
8634
8635 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8636
8637 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8638 gnus-extra-headers and nnmail-extra-headers.
8639
8640 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8641 called for effect with dolist.
8642 (top-level): Use mapc to set functions to be traced for debugging.
8643
8644 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8645 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8646 dolist.
8647
8648 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8649 Replace mapcar called for effect with mapc.
8650 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8651 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8652 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8653 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8654
8655 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8656 remove-if that's a cl function.
8657
8658 * webmail.el (webmail-debug): Replace mapcar called for effect with
8659 dolist.
8660
8661 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8664 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8665 with while loop.
8666
8667 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8668 functions from article-* functions.
8669 (gnus-multi-decode-header): Replace mapcar called for effect with
8670 dolist.
8671
8672 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8673 (gnus-bookmark-show-details): Replace mapcar called for effect with
8674 while loop.
8675
8676 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8677 called for effect with while loop.
8678
8679 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8680 with dolist.
8681
8682 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8683 Replace mapcar called for effect with dolist.
8684
8685 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8686
8687 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8688 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8689 Replace mapcar called for effect with dolist.
8690 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8691 mapc.
8692
8693 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8694 Replace mapcar called for effect with dolist.
8695 (gnus-topic-list): Replace mapcar called for effect with mapc.
8696
8697 * gnus.el: Use mapc instead of mapcar to add autoloads.
8698
8699 2007-10-23 Richard Stallman <rms@gnu.org>
8700
8701 * gnus-group.el (gnus-group-highlight): Mark as risky.
8702
8703 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8704
8705 * gnus.el (gnus-server-to-method): Return method found first in
8706 gnus-newsrc-alist.
8707
8708 * gnus-art.el (gnus-article-highlight-signature)
8709 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8710 button overlay without the front stickiness.
8711
8712 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8713
8714 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8715 overview buffer needed a catch to receive its throw.
8716 (gnus-agent-flush-cache): Declare as interactive to make this function
8717 easier to use.
8718
8719 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8720
8721 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8722 `next-line'.
8723
8724 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8725
8726 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8727 exclude address matching message-dont-reply-to-names.
8728
8729 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * gnus-util.el (gnus-string<): New function.
8732
8733 * gnus-sum.el (gnus-article-sort-by-author)
8734 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8735
8736 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8737
8738 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8739 the frame-focus tag is set in gnus-buffer-configuration.
8740
8741 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8744 the front stickiness.
8745
8746 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8747
8748 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8749 url pattern; remove duplicate one.
8750 (gnus-article-extend-url-button): New function.
8751 (gnus-article-add-buttons): Use it.
8752 (gnus-button-push): Use concatenated url that it makes.
8753
8754 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8755
8756 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8757 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8758
8759 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8762 Don't hardcode point-min==1.
8763
8764 2007-09-30 David Kastrup <dak@gnu.org>
8765
8766 * gnus-art.el (gnus-article-reply-with-original)
8767 (gnus-article-followup-with-original): When `transient-mark-mode' is
8768 off, refrain from active-region behavior for followups.
8769
8770 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8771
8772 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8773 Fix comment about "iso8859-1".
8774
8775 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8776
8777 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8778 ones returned from the verify-function.
8779
8780 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8781 Call mml2015-extract-cleartext-signature if extraction failed.
8782
8783 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8784
8785 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8786 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8787 failed.
8788
8789 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8790
8791 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8792
8793 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8794
8795 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8796 to mark a thread as expirable. Add variable `hide' to handle hiding of
8797 thread for both the null and zero (kill/expire thread) universal prefix
8798 cases.
8799 (gnus-summary-expire-thread): Add new function to expire a thread,
8800 using gnus-summary-kill-thread.
8801 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8802 shortcuts for gnus-summary-expire-thread.
8803 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8804 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8805
8806 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8807
8808 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8809 extras value, so an extras entry can be deleted.
8810 (gnus-registry-delete-extra-entry): Use it.
8811 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8812 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8813 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8814 storage through the gnus-registry, and provide an appropriate API for
8815 it.
8816
8817 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8820 Suggested by Leo <sdl.web@gmail.com>.
8821
8822 * gnus.el: Do.
8823
8824 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8825
8826 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8827 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8828
8829 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8830
8831 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8832 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8833
8834 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8837 newline.
8838 (nnmbox-request-accept-article): Don't change article in source buffer;
8839 narrow to header to use message-fetch-field rather than
8840 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8841 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8842 as delimiters; make sure article ends with newline.
8843 (nnmbox-delete-mail): Correct last position of article to be deleted;
8844 ignore X-Gnus-Newsgroup header in article body.
8845 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8846 positions; make sure article ends with newline.
8847
8848 * message.el (message-display-abbrev): Don't infloop when a user
8849 inserts SPC in the beginning of header.
8850
8851 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8852
8853 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8854 list of groups not followed by default. Fix type to be regexp.
8855 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8856
8857 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8858
8859 * hmac-def.el (define-hmac-function): Switch from old-style to
8860 new-style backquotes.
8861
8862 * md4.el (md4-make-step): Likewise.
8863
8864 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8867 raw-text coding system when saving .newsrc file, which may contain
8868 non-ASCII group names.
8869
8870 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * gnus-cus.el (gnus-score-extra): New widget.
8873 (gnus-score-extra-convert): New function.
8874 (gnus-score-customize): Use it for Extra.
8875
8876 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8877
8878 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8879 (mml2015-mailcrypt-clear-verify): Use it.
8880 (mml2015-gpg-clear-verify): Use it.
8881 (mml2015-pgg-clear-verify): Use it.
8882 (mml2015-epg-clear-verify): Replace the current part with the output
8883 from GnuPG; don't extract the plaintext by itself.
8884
8885 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8886 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8887 mml2015-clear-verify-function; don't touch the armor headers or
8888 dash-escaped text here.
8889
8890 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8891
8892 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8893 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8894 parts, or application/octet-stream as a last resort.
8895 (gnus-mime-view-part-as-type): Don't toggle display.
8896 (gnus-mime-view-part-as-charset): Don't turn off display before
8897 querying charset.
8898
8899 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8900 stuff to undisplayer function in Emacs.
8901 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8902
8903 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8904 text/calendar parts.
8905
8906 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8909 decoding text/calendar parts.
8910
8911 * message.el (message-forward-make-body-mime): Always mark body as
8912 having no illegible text; remove signed-or-encrypted argument.
8913 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8914
8915 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8916 (mml-generate-mime-1): Don't encode body if it is specified to be in
8917 raw form; don't make buffer be unibyte when inserting multibyte string.
8918
8919 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * sha1.el: Fix up comment style.
8922 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8923 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8924
8925 * hex-util.el: Fix up comment style.
8926 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8927
8928 * gnus-salt.el: Use with-current-buffer.
8929 (gnus-pick-setup-message): Fix long-standing typo.
8930
8931 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * imap.el (imap-logout-timeout): New variable.
8934 (imap-logout, imap-logout-wait): New functions.
8935 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8936
8937 * nnimap.el (nnimap-logout-timeout): New server variable.
8938 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8939 nnimap-logout-timeout.
8940
8941 * gnus-art.el (gnus-article-summary-command-nosave)
8942 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8943
8944 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * gnus.el (gnus-maximum-newsgroup): New variable.
8947
8948 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8949 according to gnus-maximum-newsgroup.
8950
8951 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8952 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8953 Limit the range of articles according to gnus-maximum-newsgroup.
8954
8955 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8956
8957 * gnus-art.el (gnus-sticky-article): Fix problems described in
8958 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8959 Don't perform gnus-configure-windows here; reuse existing sticky
8960 article buffer.
8961
8962 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8963 it doesn't exist in gnus-article-mode.
8964
8965 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8966
8967 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8968 (gnus-agent-decoded-group-name): New function.
8969 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8970 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8971
8972 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8973
8974 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8975 Add binding for gnus-sticky-article.
8976 (gnus-summary-exit): Don't kill sticky article buffers.
8977
8978 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8979 article buffer.
8980 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8981 (gnus-kill-sticky-article-buffers): New commands.
8982
8983 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * nntp.el (nntp-xref-number-is-evil): New server variable.
8986 (nntp-find-group-and-number): If it is non-nil, don't trust article
8987 numbers in the Xref header.
8988
8989 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * gnus-agent.el (gnus-agent-read-group): New function.
8992 (gnus-agent-flush-group, gnus-agent-expire-group)
8993 (gnus-agent-regenerate-group): Use it.
8994 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8995 nnmail-pathname-coding-system.
8996
8997 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8998
8999 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9000
9001 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9002 that are unread as unread, and also as selected so that information of
9003 marks having been changed by a user may be updated when exiting group.
9004
9005 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9006
9007 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9008
9009 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9012 calculated ignoring signature parts to gnus-treat-article.
9013
9014 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9015
9016 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9017 a point here in order to keep the window start.
9018 (gnus-insert-mime-security-button): Make a button overlay without the
9019 front stickiness.
9020 (gnus-mime-display-security): Goto the end of a button.
9021
9022 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9023
9024 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9025
9026 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9027 group-name-at-point.
9028 (gnus-group-completing-read): New function that offers decoded
9029 non-ASCII group names for completion.
9030 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9031 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9032 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9033 (gnus-group-fetch-control): Use it.
9034 (gnus-fetch-group): Use group-name-at-point for the initial value
9035 rather than the default value; use gnus-alive-p.
9036
9037 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9038 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9039 (gnus-summary-post-news): Use gnus-group-completing-read.
9040
9041 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9042 (gnus-read-move-group-name): Decode group name for completion.
9043
9044 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
9045
9046 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9047 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9048 Yamaoka slightly modified the code).
9049
9050 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9051
9052 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9053 (nnmail-split-incoming): Bind it.
9054
9055 * nnml.el (nnml-group-name-charset): New function.
9056 (nnml-decoded-group-name): Use it; don't decode group name if
9057 nnmail-group-names-not-encoded-p is non-nil.
9058 (nnml-encoded-group-name): New function.
9059 (nnml-group-pathname): Inline nnml-decoded-group-name.
9060 (nnml-request-expire-articles): Decode group name in message.
9061 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9062 nnmail-pathname-coding-system.
9063 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9064 not decoded ones according to nnmail-group-names-not-encoded-p.
9065 (nnml-generate-active-info): Use nnml-encoded-group-name.
9066
9067 2007-08-08 Glenn Morris <rgm@gnu.org>
9068
9069 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9070 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9071 doc-strings and comments.
9072
9073 2007-07-25 Glenn Morris <rgm@gnu.org>
9074
9075 * Relicense all FSF files to GPLv3 or later.
9076
9077 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9078
9079 * gnus-sum.el (gnus-summary-move-article):
9080 Make gnus-summary-respool-article work.
9081
9082 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9083
9084 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9085 string.
9086
9087 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
9088
9089 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9090 that should be ignored when comparing distant RSS articles with local
9091 ones.
9092 (nnrss-make-hash-index): New function. Create a hash index according
9093 to the ignored fields.
9094 (nnrss-check-group): Use it.
9095
9096 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9099
9100 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9101
9102 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9103 the new optional argument ENCODED is non-nil.
9104 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9105 coding system for encoding group name.
9106 (gnus-group-make-rss-group): Pass un-encoded group name to
9107 gnus-group-make-group.
9108 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9109 encoded.
9110
9111 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9112 Encode group name to which articles are moved or copied.
9113 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9114 coding system for encoding Newsgroup, Followup-To and Xref headers.
9115
9116 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9117 marks; use nnheader-file-coding-system to write a file.
9118 (nnagent-retrieve-headers): Bind file-name-coding-system to
9119 nnmail-pathname-coding-system.
9120
9121 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9122
9123 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9124 (nnml-request-article, nnml-request-create-group)
9125 (nnml-request-rename-group, nnml-find-id)
9126 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9127 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9128 (nnml-save-marks): Use nnml-group-pathname instead of
9129 nnmail-group-pathname.
9130
9131 (nnml-request-create-group, nnml-request-expire-articles)
9132 (nnml-request-move-article, nnml-request-delete-group)
9133 (nnml-deletable-article-p, nnml-possibly-create-directory)
9134 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9135 (nnml-open-marks): Bind file-name-coding-system to
9136 nnmail-pathname-coding-system.
9137
9138 (nnml-request-article): Pass server argument to nnml-find-group-number.
9139 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9140 Pass server argument to nnml-possibly-create-directory.
9141 (nnml-request-accept-article): Pass server argument to
9142 nnml-active-number and nnml-save-mail.
9143 (nnml-find-group-number): Pass server argument to nnml-find-id.
9144 (nnml-request-update-info): Pass server argument to
9145 nnml-marks-changed-p.
9146
9147 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9148 (nnml-save-mail, nnml-active-number): Add server argument.
9149
9150 (nnml-request-delete-group): Warn if group is missing.
9151 (nnml-get-nov-buffer): Decode group name.
9152 (nnml-generate-active-info): Encode group name.
9153 (nnml-open-marks): Decode group name in messages.
9154
9155 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9156
9157 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9158 if it is not specified.
9159 (gnus-article-pipe-part, gnus-article-save-part)
9160 (gnus-article-interactively-view-part, gnus-article-copy-part)
9161 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9162 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9163 (gnus-article-replace-part, gnus-article-delete-part)
9164 (gnus-article-view-part-as-type): Pass raw prefix argument to
9165 gnus-article-part-wrapper.
9166
9167 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9168
9169 * gnus-agent.el (gnus-agent-save-active):
9170 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9171
9172 * gnus-cache.el (gnus-cache-save-buffers)
9173 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9174 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9175 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9176 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9177 (gnus-cache-generate-active, gnus-cache-rename-group)
9178 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9179 (gnus-cache-update-overview-total-fetched-for):
9180 Bind file-name-coding-system to nnmail-pathname-coding-system.
9181 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9182 New variables.
9183 (gnus-cache-decoded-group-name): New function.
9184 (gnus-cache-file-name): Use it.
9185 (gnus-cache-generate-active): Use non-decoded group name for active.
9186
9187 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9188 right place.
9189 (gnus-write-active-file): Don't break non-ASCII group names.
9190
9191 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9192 nnmail-pathname-coding-system.
9193
9194 * gnus-uu.el (gnus-uu-decode-save): Typo.
9195
9196 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9199
9200 2007-07-14 David Kastrup <dak@gnu.org>
9201
9202 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9203 finishing actions if we did not edit the article.
9204
9205 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9206
9207 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9208 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9209 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9210 (gnus-agent-flush-group, gnus-agent-flush-cache)
9211 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9212 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9213 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9214 (gnus-agent-regenerate-group)
9215 (gnus-agent-update-files-total-fetched-for)
9216 (gnus-agent-update-view-total-fetched-for):
9217 Bind file-name-coding-system to nnmail-pathname-coding-system.
9218 (gnus-agent-group-pathname): Don't encode file names by
9219 nnmail-pathname-coding-system.
9220 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9221 coding-system-for-write instead of buffer-file-coding-system to
9222 gnus-agent-file-coding-system.
9223
9224 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9225 Decode group name.
9226
9227 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9228
9229 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9230 (gnus-read-newsrc-el-file): Make group names unibyte.
9231
9232 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9233 nnmail-pathname-coding-system.
9234
9235 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9236 (nnrss-request-delete-group): Bind file-name-coding-system to
9237 nnmail-pathname-coding-system.
9238 (nnrss-read-server-data, nnrss-read-group-data):
9239 Bind file-name-coding-system correctly.
9240 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9241
9242 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9243 (nntp-server-to-method-cache): New variable.
9244 (nntp-group-pathname): New function that decodes non-ASCII group names.
9245 (nntp-possibly-create-directory, nntp-marks-changed-p)
9246 (nntp-save-marks, nntp-open-marks): Use it.
9247 (nntp-possibly-create-directory, nntp-open-marks):
9248 Bind file-name-coding-system to nnmail-pathname-coding-system.
9249 (nntp-open-marks): Decode group names when bootstrapping marks.
9250
9251 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9252 Newsgroups and Folowup-To headers.
9253
9254 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9255
9256 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9257 (gnus-server-closed-face, gnus-server-denied-face)
9258 (gnus-server-offline-face): Remove variable.
9259 (gnus-server-font-lock-keywords): Use faces that are not aliases.
9260
9261 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9262 of modifying message-stack directly for XEmacs.
9263
9264 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9265 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9266 if the coding-system argument is nil for XEmacs.
9267
9268 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9269 mm-charset-override-alist.
9270
9271 * rfc2047.el: Don't require base64; require rfc2045 for the function
9272 rfc2045-encode-string.
9273 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9274 to quote the parameter value.
9275
9276 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9279 form in gnus-group-name-charset-method-alist.
9280
9281 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9282 overrides the default layout edit-form.
9283
9284 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9285
9286 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9287
9288 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
9289
9290 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9291 as unfetched articles.
9292
9293 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
9294
9295 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9296
9297 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9298
9299 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9300 original back end that keeps marks in the local system.
9301
9302 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
9303
9304 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9305 arg of pop-to-buffer for XEmacs.
9306 (gnus-article-read-summary-keys): Ditto; don't restore window
9307 configuration if summary command ends up with neither article buffer
9308 nor summary buffer; describe bindings if summary keys end with C-h.
9309
9310 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9311
9312 * message.el (message-fix-before-sending): Skip raw message part to be
9313 forwarded while checking illegible text.
9314 (message-forward-make-body-mime, message-forward-make-body):
9315 Mark signed or encrypted raw message as having no illegible text.
9316
9317 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9318
9319 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9320 (gnus-message-with-timestamp-1): New macro.
9321 (gnus-message-with-timestamp): New function.
9322 (gnus-message): Use them.
9323
9324 * nnheader.el (nnheader-message): Use them.
9325
9326 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
9327
9328 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9329 .newsrc.eld file.
9330
9331 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * gnus-agent.el (gnus-agent-fetch-headers)
9334 (gnus-agent-retrieve-headers):
9335 Bind gnus-decode-encoded-address-function to identity.
9336
9337 * nntp.el (nntp-send-xover-command): Recognize an xover command is
9338 available also when the server returns simply a dot.
9339
9340 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9341
9342 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9343
9344 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9345
9346 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9347
9348 * gnus-ems.el (gnus-x-splash): Make it work.
9349
9350 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9351 from being used.
9352
9353 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9354
9355 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9356 the front stickiness.
9357 (gnus-article-summary-command-nosave): Correct the order of the
9358 arguments passed to pop-to-buffer.
9359 (gnus-article-read-summary-keys): Ditto; make it work properly when the
9360 summary command ends up with the article buffer.
9361
9362 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9363 the same faces.
9364
9365 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9368
9369 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9370
9371 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9372 * gnus-sum.el (gnus-summary-highlight):
9373 * mail-source.el (mail-source-delete-old-incoming-confirm):
9374 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9375
9376 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9377
9378 * gnus-art.el (gnus-mime-view-part-externally)
9379 (gnus-mime-view-part-internally): Fix predicate function passed to
9380 completing-read.
9381
9382 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9383
9384 * gnus.el (gnus-update-message-archive-method): Add :version.
9385
9386 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
9387
9388 * gnus.el (gnus-update-message-archive-method): New variable.
9389
9390 * gnus-start.el (gnus-setup-news): Update saved "archive" method
9391 according to gnus-message-archive-method if
9392 gnus-update-message-archive-method is non-nil.
9393
9394 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9395
9396 * gnus-sum.el (gnus-summary-limit-to-address): New function.
9397 Suggested by Loic Dachary <loic@dachary.org>.
9398 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9399
9400 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9401
9402 * message.el (message-pop-to-buffer): Add switch-function argument.
9403 (message-mail): Pass switch-function argument to it.
9404
9405 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
9406
9407 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9408 Improve doc string.
9409
9410 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9413 (gnus-header-content)
9414 * gnus-cite.el (gnus-cite-10)
9415 * gnus-srvr.el (gnus-server-closed)
9416 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9417 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9418 (gnus-group-mail-3-empty, gnus-group-mail-low)
9419 (gnus-group-mail-low-empty, gnus-splash)
9420 * message.el (message-header-to, message-header-cc)
9421 (message-header-subject, message-header-other, message-header-name)
9422 (message-header-xheader, message-separator, message-cited-text)
9423 (message-mml): Lighten colors of faces used for dark background.
9424
9425 2007-05-24 Simon Josefsson <simon@josefsson.org>
9426
9427 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9428 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
9429
9430 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9431
9432 * message.el (message-narrow-to-headers-or-head):
9433 Ignore mail-header-separator in the body.
9434
9435 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9436
9437 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9438 same as window size.
9439
9440 2007-05-22 Kevin Ryde <user42@zip.com.au>
9441
9442 * message.el (message-font-lock-keywords): Use message-header-xheader
9443 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
9444 ahead of the anything pattern, to get it recognised.
9445
9446 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
9447
9448 * gnus-sum.el (gnus-articles-to-read)
9449 (gnus-summary-insert-old-articles): Don't truncate group name for
9450 `read-string'.
9451
9452 * gnus-util.el (gnus-limit-string): Delete this function.
9453
9454 * gnus-sum.el (gnus-simplify-subject-fully):
9455 Use `truncate-string-to-width' instead.
9456
9457 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
9458
9459 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9460 Tell if, on summary exit, the next group has to be selected.
9461 (gnus-summary-exit): Use it.
9462
9463 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9464
9465 * gnus-art.el (gnus-article-mode): Fix comment about displaying
9466 non-break space.
9467
9468 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9469
9470 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9471 Check if group is not a directory.
9472 (nnfolder-request-expire-articles): Don't delete articles if the target
9473 group is not available.
9474
9475 * nnml.el (nnml-request-create-group): Properly check if group is not a
9476 file.
9477 (nnml-request-expire-articles): Don't delete articles if the target
9478 group is not available.
9479
9480 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9481 Don't quote characters that are within parentheses.
9482
9483 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
9484
9485 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9486 (gnus-handle-ephemeral-exit): Select article according to it.
9487
9488 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9489
9490 * message.el (message-insert-formated-citation-line): Remove newline.
9491 (message-citation-line-format): Add final \n here so that the user can
9492 avoid a blank line.
9493
9494 2007-05-03 Dan Christensen <jdc@uwo.ca>
9495
9496 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9497 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9498 Update lanl/arXiv support.
9499
9500 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9501
9502 * gnus.el: Bump version number.
9503
9504 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9505
9506 * gnus.el (gnus-version-number): Bump version.
9507
9508 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9509
9510 * gnus.el: No Gnus v0.6 is released.
9511
9512 2007-04-27 Didier Verna <didier@xemacs.org>
9513
9514 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9515 * gmm-utils.el (gmm-regexp-concat): ... here.
9516 * message.el: Don't require 'gnus-util.
9517 (message-dont-reply-to-names): Handle name change above.
9518 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9519
9520 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9523 since the initial value varies according to the system.
9524
9525 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9526
9527 * mm-util.el (mm-charset-synonym-alist): Defcustom.
9528
9529 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
9530
9531 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9532
9533 2007-04-24 Didier Verna <didier@xemacs.org>
9534
9535 Improve the type of gnus-ignored-from-addresses.
9536 * gnus-util.el (gnus-orify-regexp): New function.
9537 * message.el (gnus-util): Require it.
9538 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9539 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9540 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9541
9542 2007-04-24 Didier Verna <didier@xemacs.org>
9543
9544 * gnus-sum.el:
9545 * gnus-utils.el: Fix some trailing whitespaces.
9546
9547 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9548
9549 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9550 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9551 article's Message-ID; refer parent article in summary buffer.
9552
9553 * message.el (message-bounce): Call mime-to-mml.
9554
9555 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9558
9559 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9560
9561 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9562 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9563 displayed of multipart/alternative part if it is invoked from summary
9564 buffer.
9565
9566 * mm-view.el (mm-inline-text-html-render-with-w3m)
9567 (mm-inline-text-html-render-with-w3m-standalone)
9568 (mm-inline-render-with-function): Use mail-parse-charset by default.
9569
9570 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9571
9572 * parse-time.el (parse-time-string-chars): Check if CHAR
9573 is less than the length of parse-time-syntax.
9574
9575 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9576
9577 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9578 from gnus-newsgroup-processable.
9579
9580 2007-04-16 Didier Verna <didier@xemacs.org>
9581
9582 * gnus-msg.el (gnus-configure-posting-styles):
9583 Handle message-signature-directory properly with :file syntax.
9584 Reported by "Leo".
9585
9586 2007-04-11 Didier Verna <didier@xemacs.org>
9587
9588 New user option: message-signature-directory.
9589 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9590 * message.el (message-insert-signature): Ditto.
9591 * message.el (message-signature-file): Doc update.
9592 * message.el (message-signature-directory): New.
9593
9594 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9595
9596 * gnus-msg.el (gnus-inews-yank-articles):
9597 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9598
9599 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9600
9601 * message.el (message-yank-original): Make sure cited text ends with
9602 newline; don't exchange point and mark.
9603
9604 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9605
9606 * tls.el (open-tls-stream): Properly handle case where there
9607 is no associated buffer.
9608
9609 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9610
9611 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9612 message-yank-original, make sure (< mark TEXT point).
9613
9614 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9615
9616 * message.el (message-fill-column): New variable.
9617 (message-mode): Use it. Add comment on a possible new hook.
9618
9619 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9620 (nnmail-get-new-mail): Reformat.
9621
9622 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9623
9624 * gmm-utils.el: Fix Commentary.
9625 (gmm-tool-bar-from-list): Fix typo in doc string.
9626
9627 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9628
9629 * message.el (message-yank-original): Don't switch point and mark
9630 unnecessarily to put point and mark as documented.
9631
9632 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9633
9634 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9635 from the message heads.
9636
9637 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9638
9639 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9640 article buffer does not have a window. This may not be the best
9641 solution but is certainly better than setting the start of the null,
9642 that is the current, window.
9643
9644 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9645
9646 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9647 (gnus-draft-setup): Run it.
9648
9649 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9650 gnus-score-fast-scoring. Allow regexp.
9651 (gnus-score-headers): Use it.
9652
9653 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9654 XEmacs.
9655
9656 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9657 string.
9658 (gnus-button-alist): Also catch `<f1> k ...'.
9659 (gnus-treat-display-x-face): Fix doc string.
9660
9661 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9662
9663 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9664 evaluation of gnus-extended-version to ensure correct generation of the
9665 User-Agent header when message-generate-headers-first is used.
9666
9667 2007-03-24 Simon Josefsson <simon@josefsson.org>
9668
9669 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9670 hashcash-path is nil. Don't call callback with incorrect number of
9671 parameters if val is 0.
9672
9673 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9674
9675 * message.el (message-required-news-headers):
9676 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9677
9678 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9679
9680 * message.el (message-generate-new-buffers): Change the meaning of the
9681 nil value; add `standard' to the choices; treat t as `unique'; improve
9682 doc string.
9683 (gnus-select-frame-set-input-focus): Autoload.
9684 (message-buffer-name): Search for the existing message buffer if
9685 message-generate-new-buffers is nil or `standard'; treat the value t of
9686 message-generate-new-buffers as `unique'.
9687 (message-pop-to-buffer): Raise the frame already displaying the message
9688 buffer; clear the echo area after querying.
9689 (message-setup): Pass the `continue' argument to compose-mail.
9690 (message-mail): Prefer `switch-function' if it is given; search for the
9691 existing message buffer if the `continue' argument is non-nil; pass
9692 continue and switch-function arguments to compose-mail by way of
9693 message-setup.
9694 (message-mail-other-window): Adjust argument of message-setup.
9695 (message-mail-other-frame): Ditto.
9696
9697 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9698
9699 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9700 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9701 to turn font-lock on when turning gnus-message-citation-mode on.
9702
9703 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9704
9705 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9706 (mml-smime-function-alist): New variable; add epg as the backend.
9707 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9708 mml-smime- functions instead.
9709 * mm-view.el: Require smime.
9710
9711 2007-03-05 Didier Verna <didier@xemacs.org>
9712
9713 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9714 instead of just inheritance for posting styles.
9715 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9716
9717 2007-02-24 John Paul Wallington <jpw@pobox.com>
9718
9719 * tls.el (tls-certtool-program): Fix custom type.
9720
9721 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9724 and point-at-eol instead of line-(beginning|end)-position.
9725
9726 * assistant.el (assistant-parse-buffer): Ditto.
9727
9728 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9729
9730 * mml2015.el (mml2015-epg-find-usable-key): New function.
9731 (mml2015-epg-sign): Use it.
9732 (mml2015-epg-encrypt): Use it.
9733
9734 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9735
9736 * message.el (message-make-in-reply-to): Quote name containing
9737 non-ASCII characters. It will make the RFC2047 encoder cause an error
9738 if there are special characters. Reported by NAKAJI Hiroyuki
9739 <nakaji@jp.freebsd.org>.
9740
9741 2007-02-27 Didier Verna <didier@xemacs.org>
9742
9743 Include the group parameters as well as the topic ones in the
9744 inheritance filter process.
9745 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9746 argument GROUP-PARAMS-LIST.
9747 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9748
9749 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9750
9751 * nntp.el (nntp-never-echoes-commands)
9752 (nntp-open-connection-functions-never-echo-commands): New variables.
9753 (nntp-send-command): Use them.
9754
9755 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9756
9757 * mml2015.el (mml2015-epg-verify): Simplify.
9758
9759 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9760
9761 * mml.el (mml-content-disposition-alist): New user option.
9762 (mml-content-disposition): New function.
9763 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9764 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9765
9766 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9767
9768 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9769 verification.
9770
9771 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9772
9773 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9774 articles posted in the last 24 hours.
9775
9776 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9779
9780 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9781
9782 * nntp.el (nntp-send-command): Don't wait for echoes when
9783 nntp-open-ssl-stream is used.
9784
9785 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9786
9787 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9788 (gnus-message-add-citation-keywords)
9789 (gnus-message-remove-citation-keywords): Remove.
9790 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9791 directly, make the variables in font-lock-defaults buffer-local, add
9792 gnus-message-citation-keywords to them and then update the value of
9793 font-lock-keywords.
9794
9795 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * message.el (message-cite-original-1): Don't call
9798 gnus-article-highlight-citation.
9799
9800 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9801 citations; fix line count.
9802
9803 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9806 (gnus-message-add-citation-keywords)
9807 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9808 versions of font-lock-add-keywords and font-lock-remove-keywords to
9809 work with XEmacs correctly.
9810
9811 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9812
9813 * gnus-cite.el (gnus-cite-face-list): Set the values of
9814 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9815 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9816 (gnus-message-cite-prefix-regexp): New variable.
9817 (gnus-message-search-citation-line): Use it; protect against long
9818 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9819 the 0th match data for Emacs.
9820 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9821 (gnus-message-add-citation-keywords): Append keywords rather than
9822 prepending; emulate font-lock-add-keywords if it is not available.
9823 (gnus-message-remove-citation-keywords):
9824 Emulate font-lock-remove-keywords if it is not available.
9825
9826 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9827
9828 * message.el (message-cite-prefix-regexp): Set the value of
9829 gnus-message-cite-prefix-regexp.
9830
9831 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9832
9833 * nnweb.el (nnweb-google-parse-1): Update parser.
9834
9835 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9836
9837 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9838
9839 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9840
9841 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9842 regexp.
9843
9844 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9845
9846 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9847 string-to-multibyte.
9848 (uudecode-decode-region-internal): Use it.
9849
9850 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9851
9852 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9853 Fix custom choice.
9854
9855 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9856
9857 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9858
9859 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9860
9861 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9862 `write-region' to respect `mm-inhibit-file-name-handlers'.
9863
9864 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9865
9866 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9867 Use gnus-home-directory instead of "~/" or "$HOME".
9868
9869 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9870
9871 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9872 to mention filename.
9873 Add comments at beginning regarding usage.
9874 (encrypt-write-file-contents): Change interactive so a string is
9875 acceptable. If the file has no associated model, show an error instead
9876 of a nonsense prompt.
9877
9878 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9879
9880 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9881 Thanks to Yoshihiko Yamada for kind notification of this typo.
9882
9883 2007-01-12 Kenichi Handa <handa@m17n.org>
9884
9885 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9886 multibyte buffer.
9887
9888 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9889
9890 * gnus-score.el (gnus-score-fast-scoring): New variable.
9891 (gnus-score-headers): Use it.
9892
9893 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9894
9895 * message.el (message-cite-original-1):
9896 Call gnus-article-highlight-citation if requested.
9897 (message-make-from): Allow name and address as optional arguments.
9898
9899 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9900
9901 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9902 bugs to doc string.
9903 (gnus-button-alist): Add mid\\|message-id.
9904 (gnus-button-fetch-group): Extend for use in
9905 `browse-url-browser-function'.
9906 (gnus-button-url-regexp): Try to catch paired parentheses like in
9907 Wikipedia URLs.
9908
9909 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9910 Suggested by Simon Krahnke <overlord@gmx.li>.
9911
9912 2007-01-13 Romain Francoise <romain@orebokech.com>
9913
9914 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9915 Update copyright.
9916
9917 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9918
9919 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9920
9921 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9922
9923 * gnus-registry.el (gnus-registry-unfollowed-groups)
9924 (gnus-registry-split-fancy-with-parent): Fix documentation.
9925
9926 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9927
9928 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9929 from nnweb groups.
9930
9931 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9932
9933 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9934 Xref urls. Erase buffer before requesting head.
9935
9936 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9937
9938 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9939
9940 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9941 customizable.
9942
9943 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9944
9945 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9946 no signing key is found.
9947 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9948 no encrypting and/or signing key is found.
9949
9950 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9953
9954 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9955
9956 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9957 headers read from disk with the ones newly found in the current search.
9958 This should no longer cause problems, because the article numbers in
9959 Gmane's `nov.php' output are ignored since the previous change.
9960
9961 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9962
9963 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9964
9965 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9966
9967 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9968
9969 2007-01-01 Romain Francoise <romain@orebokech.com>
9970
9971 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9972
9973 2006-12-31 Steve Youngs <steve@sxemacs.org>
9974
9975 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9976 `define-minor-mode' macro definition expanded properly.
9977 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9978 exclude it there.
9979
9980 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9981 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9982 `fboundp' test.
9983 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9984 This is OK to autoload in (S)XEmacs now.
9985
9986 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9987
9988 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9989 keystroke.
9990 (gnus-summary-limit-to-singletons): Fix typo.
9991
9992 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9993 else fails.
9994
9995 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9996
9997 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9998 docstring.
9999
10000 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10001 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10002 (gnus-summary-insert-dormant-articles): Fix typo in message.
10003
10004 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10005
10006 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10007 nil for XEmacs.
10008 (gnus-message-citation-mode): Don't autoload in XEmacs.
10009
10010 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10011
10012 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
10013
10014 * nnimap.el (nnimap-expunge-search-string):
10015 Mention nnimap-search-uids-not-since-is-evil in docstring.
10016
10017 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10018
10019 * spam.el: Revert to make-obsolete-variable because
10020 define-obsolete-variable-alias is not supported in Emacs 21.
10021
10022 * spam.el (spam-ifile-path, spam-ifile-database-path)
10023 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10024 make-obsolete-variable.
10025 (spam-bsfilter-path, spam-bsfilter-program)
10026 (spam-spamassassin-path, spam-spamassassin-program)
10027 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10028 Don't use "path" inappropriately.
10029 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10030 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10031 variable names.
10032
10033 2006-12-28 Daiki Ueno <ueno@unixuser.org>
10034
10035 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10036 summary buffer.
10037
10038 * password.el (password-cache-remove): Use clear-string to burn
10039 password, if available.
10040
10041 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10042
10043 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10044
10045 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10046
10047 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10048 (gnus-message-highlight-citation): Move defcustom here from
10049 gnus-cite.el.
10050 (gnus-message-citation-mode): Autoload.
10051
10052 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10053 checks to make it compile with XEmacs.
10054 (gnus-message-citation-mode): New minor mode.
10055 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10056 (gnus-message-highlight-citation): New variables.
10057 (gnus-message-search-citation-line)
10058 (gnus-message-add-citation-keywords)
10059 (gnus-message-remove-citation-keywords)
10060 (turn-on-gnus-message-citation-mode)
10061 (turn-off-gnus-message-citation-mode): New functions.
10062
10063 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
10064
10065 * gnus-cite.el: Enable highlighting of different citation levels in
10066 message-mode.
10067
10068 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * message.el (message-make-fqdn): Fix comment.
10071 (message-bogus-system-names): Add ".local".
10072
10073 * spam.el (spam-ifile-path, spam-ifile-program)
10074 (spam-ifile-database-path, spam-ifile-database)
10075 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10076 Don't use "path" inappropriately.
10077 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10078 strings.
10079 (spam-check-ifile, spam-ifile-register-with-ifile)
10080 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10081 Use new variable names.
10082
10083 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10084 (gnus-treat-display-smileys): Simplify using
10085 gnus-image-type-available-p.
10086
10087 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10088 available.
10089
10090 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10091
10092 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10093 one after turning on the buffer's multibyteness instead of decoding
10094 them directly in the unibyte buffer that causes unexpected conversion
10095 in Emacs 23 (unicode).
10096
10097 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10098
10099 * message.el (message-generate-hashcash): Fix custom type.
10100
10101 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10102
10103 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10104
10105 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10106
10107 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10108 disconnect icons. Add help text.
10109
10110 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10111
10112 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10113 negated to be consistent with the others we handle.
10114
10115 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10116
10117 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10118 version of gnus-summary-buffer to something, so that we can use two
10119 article buffers at the same time.
10120
10121 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10122
10123 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10124 trigger all the extra headers.
10125 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10126 sorting.
10127
10128 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10129
10130 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10131 solid groups.
10132
10133 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10134
10135 * legacy-gnus-agent.el: Add Copyright notice.
10136
10137 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
10138
10139 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10140
10141 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10142
10143 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10144
10145 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10146 to make it work reliably in CVS Emacs.
10147 (gnus-summary-limit-strange-charsets-predicate)
10148 (gnus-summary-limit-to-predicate): New functions.
10149
10150 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
10151
10152 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10153 specifying array size.
10154 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10155 array if it is too small.
10156 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10157 (gnus-sort-threads-loop): New function.
10158
10159 2006-12-06 Chris Moore <dooglus@gmail.com>
10160
10161 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10162 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10163
10164 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
10165
10166 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10167 options.
10168
10169 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10170
10171 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10172 DOS-ing the recipient.
10173
10174 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10175 the headers when creating the mapping to avoid mismappings.
10176 (nnweb-gmane-create-mapping): Always nix out old mapping.
10177
10178 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10181 and mm-verify-option to never.
10182
10183 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10184
10185 * message.el (message-signed-or-encrypted-p): New function.
10186 (message-forward-make-body): Use it.
10187
10188 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10189 Replace encode-coding-string with mm-encode-coding-string.
10190
10191 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * nneething.el (nneething-decode-file-name):
10194 Replace decode-coding-string with mm-decode-coding-string.
10195
10196 * gnus-int.el (gnus-open-server): Say failed server's name.
10197
10198 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
10199
10200 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10201 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10202
10203 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10204 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10205 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10206 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10207 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10208 (gnus-subscribe-newsgroup, gnus-1):
10209 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10210 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10211 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10212 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10213
10214 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10215
10216 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10217 keystroke.
10218 (gnus-summary-limit-to-bodies): Implement headersp.
10219
10220 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10221
10222 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10223
10224 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10225
10226 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10227
10228 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10229
10230 * message.el (message-generate-hashcash): Expand range of values to
10231 include `opportunistic'.
10232 (message-send-mail): Use it.
10233
10234 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10235
10236 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10237 and comment it.
10238
10239 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10240
10241 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
10242
10243 * gnus-util.el (gnus-extract-address-components): Improve comment.
10244
10245 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10246
10247 * gnus-util.el (gnus-extract-address-components): Work with address in
10248 which the name portion contains @.
10249
10250 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10251
10252 * gnus.el (gnus-start): Move custom group up.
10253 (gnus-select-method): Don't autoload, but make it available for
10254 `customize-variable'.
10255 (gnus-getenv-nntpserver): Don't autoload.
10256
10257 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
10258
10259 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10260
10261 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10262
10263 * message.el (message-sendmail-extra-arguments): New variable.
10264 (message-send-mail-with-sendmail): Use it.
10265
10266 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10267
10268 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10269 mm-with-unibyte-current-buffer to make string unibyte.
10270
10271 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10272 mm-string-as-multibyte.
10273
10274 2006-11-14 Daiki Ueno <ueno@unixuser.org>
10275
10276 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10277 Reported by Werner Koch <wk@gnupg.org>.
10278
10279 2006-11-14 Daiki Ueno <ueno@p360>
10280
10281 * mml2015.el: Autoload epa-select-keys when compiling.
10282
10283 2006-11-13 Daiki Ueno <ueno@unixuser.org>
10284
10285 * mml2015.el (mml2015-epg-sign): Save the signing keys in
10286 message-options.
10287 (mml2015-epg-encrypt): Save the recipient keys in message-options.
10288
10289 2006-11-13 Daiki Ueno <ueno@unixuser.org>
10290
10291 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10292 EasyPG (< 0.0.6).
10293 (mml2015-always-trust): New user option.
10294 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10295 prompt.
10296
10297 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * nntp.el (nntp-authinfo-force): New variable.
10300 (nntp-send-authinfo): Use it.
10301
10302 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
10303
10304 * message.el (message-strip-subject-encoded-words): Allow _not_ to
10305 decode encoded words. Improve prompt. Add comment about forwarding.
10306 (message-replacement-char): Move up.
10307
10308 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10309
10310 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10311 instead of gnus-intersection because arguments of gnus-sorted-nunion
10312 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
10313
10314 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
10315
10316 * message.el (message-strip-subject-encoded-words): Reformat prompt.
10317 (message-simplify-subject-functions):
10318 Enable message-strip-subject-encoded-words by default.
10319
10320 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
10321
10322 * message.el (message-strip-subject-encoded-words): New function.
10323 (message-simplify-subject-functions): New variable.
10324 (message-simplify-subject): Use it. Fix typo in doc string.
10325 Support message-strip-subject-encoded-words.
10326
10327 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
10328
10329 * gnus-diary.el (gnus-diary-delay-format-function):
10330 * nndiary.el (nndiary-reminders):
10331 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10332
10333 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10334
10335 * gnus-art.el (article-hide-boring-headers): Fetch date from
10336 gnus-original-article-buffer to avoid problems with localized date
10337 strings.
10338
10339 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10342
10343 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
10344
10345 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10346 New variables.
10347 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10348 (mm-charset-synonym-alist): Move some entries to
10349 mm-codepage-iso-8859-list.
10350 (mm-charset-synonym-alist, mm-charset-override-alist):
10351 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10352
10353 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10356
10357 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10358
10359 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10360 with Emacs 21 and XEmacs.
10361
10362 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
10363
10364 * spam.el (spam-parse-address): New function for better parsing,
10365 catching errors, etc.
10366 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10367
10368 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10369
10370 * mm-view.el: Add interactive arg to html2text autoload.
10371
10372 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10375
10376 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
10377
10378 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10379 New variables.
10380 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10381 (mm-charset-synonym-alist): Move some entries to
10382 mm-codepage-iso-8859-list.
10383
10384 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10385
10386 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
10387
10388 * message.el (message-citation-line-format)
10389 (message-insert-formated-citation-line): Fix implementation of %E, %N
10390 and %n according to the doc string.
10391
10392 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
10393
10394 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10395 Use car-safe to avoid bad parses.
10396
10397 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10398
10399 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10400 names.
10401
10402 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10403
10404 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10405
10406 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10407 header.
10408
10409 * message.el (message-draft-headers): Add Date.
10410 (message-headers-to-generate): Fix typo in docstring.
10411
10412 * nndraft.el (nndraft-required-headers): New variable.
10413 (nndraft-generate-headers): Use it.
10414
10415 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10416
10417 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10418
10419 * gnus-registry.el (gnus-registry-wash-for-keywords)
10420 (gnus-registry-find-keywords): New functions to allow easy searching of
10421 articles that are in the registry.
10422
10423 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10424
10425 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10426 Use ietf-drums-parse-address instead of gnus-extract-address-components.
10427 Reported by Damien Elmes <damien@repose.cx>.
10428
10429 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10430
10431 * gnus.el (gnus-mime): Remove unused custom group.
10432
10433 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10434
10435 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10436 "blank line" when searching for end of armor headers.
10437
10438 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10439
10440 * gmm-utils.el (gmm-write-region): Fix variable name.
10441
10442 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10443
10444 * gmm-utils.el (gmm-write-region): New function based on compatibility
10445 code from `mm-make-temp-file'.
10446
10447 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10448
10449 * nnmaildir.el (nnmaildir--update-nov)
10450 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10451 Use `gmm-write-region'.
10452
10453 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10454
10455 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10456 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10457
10458 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10459
10460 * message.el (message-replacement-char): New variable.
10461 (message-fix-before-sending): Use it.
10462 (message-simplify-subject): New function to remove duplicate code.
10463 (message-reply, message-followup): Use it.
10464
10465 * gnus-sum.el (gnus-summary-make-menu-bar):
10466 Clarify gnus-summary-limit-to-articles.
10467
10468 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10469
10470 * gnus-util.el (gnus-with-local-quit): New macro.
10471
10472 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10473
10474 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
10475
10476 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10477 ignore non-string data.
10478
10479 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10480
10481 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10482 non-string data (needs to be done in the registry too).
10483
10484 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10485
10486 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10487 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10488 (gnus-registry-split-fancy-with-parent)
10489 (gnus-registry-fetch-simplified-message-subject-fast)
10490 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10491 Remove text properties on ingress into the registry and when it's saved.
10492 (gnus-registry-clean-empty-function): Fix bug with cleaning the
10493 registry from entries with no groups.
10494
10495 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10496
10497 * gnus-util.el (gnus-string-remove-all-properties): Add utility
10498 function to remove string properties.
10499
10500 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10501
10502 * gmm-utils.el (gmm): Adjust custom version.
10503
10504 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10505 Adjust custom version.
10506
10507 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10508
10509 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10510
10511 * gnus-art.el (gnus-insert-prev-page-button)
10512 (gnus-insert-next-page-button): Simplify. Reformat.
10513
10514 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10515
10516 * gnus-art.el (gnus-insert-prev-page-button)
10517 (gnus-insert-next-page-button): Apply gnus-article-button-face.
10518
10519 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10522
10523 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10524
10525 * gnus-art.el (gnus-insert-mime-button)
10526 (gnus-insert-mime-security-button):
10527 Apply gnus-article-button-face to MIME and security buttons.
10528
10529 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10530
10531 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10532 readable.
10533
10534 2006-09-20 Steve Youngs <steve@sxemacs.org>
10535
10536 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10537 `browse-url-of-file' instead of `browse-url'.
10538
10539 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10540
10541 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10542 regexp. Articles containing quotation were cut prematurely.
10543
10544 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10545
10546 * message.el (message-cite-original-1): Use nobody by default for the
10547 value of From header.
10548 (message-reply): Ditto.
10549
10550 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10551
10552 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10553 to the gnus-info. This fixes a bug of inline-PGP message verification.
10554 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10555
10556 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10557
10558 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10559 mails in the doc string. Add some URLs in comment.
10560 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10561
10562 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10563
10564 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10565 backslashes handling and the way to find boundaries of quoted strings.
10566
10567 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10568
10569 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10570 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10571 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10572 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10573
10574 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10575
10576 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10577 doc string.
10578 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10579
10580 2006-09-06 Simon Josefsson <jas@extundo.com>
10581
10582 * mml2015.el (mml2015-use): Doc fix, mention epg.
10583
10584 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10585
10586 * mml2015.el (mml2015-use): Default to epg, if available.
10587
10588 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10589
10590 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10591 message-sender.
10592 (mml1991-epg-encrypt): Ditto.
10593 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10594 message-sender.
10595 (mml2015-epg-encrypt): Ditto.
10596
10597 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10598
10599 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10600 several common directories.
10601
10602 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10603
10604 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10605 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10606
10607 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10608
10609 * gnus-art.el (article-decode-encoded-words): Make it fast.
10610
10611 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10612
10613 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10614
10615 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10616 in quoted string into `\'.
10617
10618 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10619
10620 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10621 Use standard-syntax-table.
10622
10623 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * gnus-art.el (gnus-decode-address-function): New variable.
10626 (article-decode-encoded-words): Use it to decode headers which are
10627 assumed to contain addresses.
10628 (gnus-mime-delete-part): Remove useless `or'.
10629
10630 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10631 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10632 (gnus-nov-parse-line): Use it to decode From header.
10633 (gnus-get-newsgroup-headers): Ditto.
10634 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10635
10636 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10637 (mail-decode-encoded-address-string): New alias.
10638
10639 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10640 New function.
10641 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10642 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10643 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10644 (rfc2047-decode-string): Ditto.
10645 (rfc2047-decode-address-region): New function.
10646 (rfc2047-decode-address-string): New function.
10647
10648 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * message.el (message-caesar-buffer-body): Allow rotating headers.
10651
10652 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10653
10654 * message.el (message-insert-formated-citation-line): Fix %f.
10655 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10656
10657 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10660 (gnus-bookmark-mouse-available-p): New macro.
10661 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10662 (gnus-bookmark-bmenu-show-infos): Use it.
10663 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10664 (gnus-bookmark-bmenu-hide-infos): Ditto.
10665 (gnus-bookmark-remove-properties): New function.
10666 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10667 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10668 (gnus-bookmark-write-file): Bind coding-system-for-write.
10669 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10670 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10671 group before selecting it.
10672 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10673 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10674 quit-window if it is not available; use gnus-mouse-2 and bind it to
10675 gnus-bookmark-bmenu-select-by-mouse.
10676 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10677 (gnus-bookmark-bmenu-select-by-mouse): New function.
10678
10679 2006-08-13 Romain Francoise <romain@orebokech.com>
10680
10681 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10682 space.
10683
10684 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * compface.el (uncompface): Use binary rather than raw-text-unix.
10687
10688 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10689
10690 * compface.el (uncompface): Make sure the eol conversion doesn't take
10691 place when communicating with the external programs.
10692 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10693
10694 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10697
10698 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10699
10700 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10701 Make it more robust by parsing author and date independently.
10702
10703 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10704
10705 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10706
10707 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10708
10709 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10710 first matching secret key.
10711 (mml2015-epg-encrypt): Ditto.
10712
10713 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10714 first matching secret key.
10715 (mml1991-epg-encrypt): Ditto.
10716
10717 * mml2015.el (mml2015-encrypt-to-self): New user option.
10718 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10719 mml2015-epg-encrypt-to-self is set.
10720
10721 * mml1991.el (mml1991-encrypt-to-self): New variable.
10722 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10723 mml1991-epg-encrypt-to-self is set.
10724
10725 * mml2015.el (mml2015-signers): New user option.
10726 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10727 (mml2015-epg-encrypt): Allow to select signing keys.
10728
10729 * mml1991.el (mml1991-signers): New variable.
10730 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10731 (mml1991-epg-encrypt): Allow to select signing keys.
10732
10733 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10734
10735 * nnheader.el (nnheader-insert-head): Make it work even if the file
10736 uses CRLF for the line-break code.
10737
10738 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10739
10740 * mml2015.el: Require mml-sec instead of password.
10741 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10742 (mml2015-cache-passphrase): Inherit the default value from
10743 mml-secure-cache-passphrase.
10744 (mml2015-passphrase-cache-expiry): Inherit the default value from
10745 mml-secure-passphrase-cache-expiry.
10746
10747 * mml1991.el: Require mml-sec instead of password.
10748 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10749 (mml1991-cache-passphrase): Inherit the default value from
10750 mml-secure-cache-passphrase.
10751 (mml1991-passphrase-cache-expiry): Inherit the default value from
10752 mml-secure-passphrase-cache-expiry.
10753
10754 * mml-sec.el: Require password.
10755 (mml-secure-verbose): New user option.
10756 (mml-secure-cache-passphrase): New user option.
10757 (mml-secure-passphrase-cache-expiry): New user option.
10758
10759 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10760
10761 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10762 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10763 andreas@altroot.de (Andreas Vögele).
10764
10765 FIXME: Use `tiny change'?
10766
10767 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10768
10769 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10770 workaround for the url package included with Emacs.
10771
10772 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10773
10774 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10777 correctly. This fixes a bug caused by the 2006-05-12 change.
10778
10779 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10780
10781 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10782 some information about the error when saying that the `bogus' mail
10783 group will be used.
10784
10785 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10786
10787 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10788 string.
10789
10790 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10791
10792 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10793
10794 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10795
10796 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10797
10798 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10799
10800 * mml1991.el (mml1991-function-alist): Add epg.
10801 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10802 (mml1991-epg-encrypt): New functions.
10803
10804 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10805
10806 * mml2015.el (mml2015-verbose): New variable.
10807 (mml2015-cache-passphrase): Ditto.
10808 (mml2015-passphrase-cache-expiry): Ditto.
10809 (mml2015-function-alist): Add epg.
10810 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10811 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10812 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10813 New functions.
10814
10815 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10816
10817 * message.el (message-cite-original-1): Preserve region when removing
10818 quoted text due to X-No-Archive in order to avoid bogus attribution
10819 when citing multiple messages.
10820
10821 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10822
10823 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10824 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10825
10826 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * gnus-diary.el (gnus-user-format-function-d)
10829 (gnus-user-format-function-D): Autoload.
10830
10831 * imap.el (Commentary): Fix typo.
10832
10833 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10834 2006-04-22 contribution.
10835
10836 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10837
10838 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10839 It didn't really fix the bogosity I'm seeing with solid web groups.
10840
10841 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10842
10843 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10844 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10845 created using server names. If we use the feature without declaring
10846 it, Gnus does not properly manage server and group state.
10847
10848 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10849 bound.
10850
10851 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10852
10853 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10854 looking up the method using GROUP's prefix before inventing a new one.
10855 It is used on killed/unknown groups in various places where returning
10856 an all-new method isn't expected by the caller.
10857
10858 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10859 and match semantics of gnus-group-real-prefix.
10860
10861 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10862
10863 * nnmail.el (nnmail-broken-references-mailers): New variable.
10864 (nnmail-ignore-broken-references): New function generalizing
10865 nnmail-fix-eudora-headers.
10866 (nnmail-fix-eudora-headers): Now obsolete.
10867
10868 * gnus-art.el (gnus-button-handle-custom):
10869 Support `customize-apropos*'.
10870
10871 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10872
10873 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10874
10875 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10876 articles.
10877
10878 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10879
10880 * message.el (message-cite-reply-above): New variable.
10881 (message-yank-original): Use it.
10882
10883 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10884
10885 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10886
10887 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10888
10889 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10890 as read.
10891
10892 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10893
10894 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10895
10896 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10897 (gnus-bookmark-default-file): Use gnus-directory.
10898 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10899 Remove "*" in doc string.
10900 (gnus-bookmark-write-file): Simplify.
10901 (gnus-bookmark-maybe-sort-alist): Use `when'.
10902 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10903 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10904 Add FIXME about Emacs 21 and XEmacs compatibility.
10905 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10906 compatibility.
10907 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10908 compatibility.
10909 (gnus-bookmark-menu-heading): Fix version.
10910
10911 2006-06-19 Bastien Guerry <bzg@altern.org>
10912
10913 * gnus-bookmark.el: New file.
10914
10915 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10916
10917 * message.el (message-syntax-checks): Doc fix.
10918
10919 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10920
10921 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10922 unsubscribed groups as if they were killed ones. It causes duplicate
10923 entries in gnus-newsrc-alist.
10924
10925 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10926
10927 * message.el (message-syntax-checks): Doc fix.
10928 (message-send-mail): Add check for continuation headers.
10929 (message-check-news-header-syntax): Fix regexp used to check for
10930 continuation headers.
10931
10932 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10935
10936 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10937
10938 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10939
10940 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10941
10942 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10943 default-truncate-lines.
10944
10945 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10946
10947 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10948 to fill the utf-8 entry.
10949
10950 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10951
10952 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10953
10954 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10955
10956 * gnus-agent.el (directory-files-and-attributes): Move all the way
10957 forward (the third and final move).
10958 (gnus-agent-read-agentview): Trap reconstruction errors due to
10959 nonexistent directory. Handle by returning nil.
10960
10961 2006-05-30 Didier Verna <didier@xemacs.org>
10962
10963 * message.el (message-dont-reply-to-names): Update the custom type.
10964 * message.el (message-dont-reply-to-names): New defsubst: potentially
10965 convert a list of regexps into a single one.
10966 * message.el (message-get-reply-headers): Use it.
10967 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10968
10969 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10970
10971 * gnus-agent.el (directory-files-and-attributes): Move forward.
10972
10973 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10974
10975 * gnus-ml.el (gnus-mailing-list-subscribe)
10976 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10977 (gnus-mailing-list-message): Fix doc strings.
10978
10979 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10980
10981 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10982 of doing it manually.
10983
10984 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10985
10986 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10987 comment.
10988
10989 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10990
10991 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10992 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10993 (gnus-agent-read-local): All symbols allocated in my-obarray.
10994 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10995 (gnus-agent-regenerate-group): Check numeric names to see if they are
10996 messages or groups.
10997 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10998 better way of do this...)
10999
11000 * gnus-cache.el (gnus-agent-total-fetched-for):
11001 Ignore 'dummy.group' (there should be a better way of do this...)
11002
11003 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11004
11005 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11006 (gnus-saved-headers): Ditto.
11007 (gnus-default-article-saver): Mention functions may have properties.
11008 (gnus-article-save): Override gnus-save-all-headers and
11009 gnus-saved-headers by :headers property which saver function may have.
11010 (gnus-summary-save-in-file): Add :headers property.
11011 (gnus-summary-write-to-file): Ditto.
11012
11013 * gnus-sum.el (gnus-summary-save-article): Bind
11014 gnus-prompt-before-saving to t when saving many articles in a file;
11015 always show all headers.
11016
11017 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11018
11019 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11020 marks.
11021
11022 * message.el (message-indent-citation): Add optional arguments to allow
11023 using it outside of message buffers.
11024
11025 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11026 (gnus-article-treat-unfold-headers): Use it.
11027 (gnus-article-truncate-lines): New variable.
11028 (gnus-article-mode): Use it.
11029 (gnus-article-toggle-truncate-lines): New function.
11030
11031 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11032 Add gnus-article-toggle-truncate-lines.
11033
11034 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11035 coding system in XEmacs, use binary.
11036
11037 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11038
11039 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11040 after-load-alist.
11041
11042 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11043 this function should save decoded articles.
11044 (gnus-summary-write-to-file): Use property to specify this function
11045 should save decoded articles and specify gnus-summary-save-in-file
11046 should be used to save articles other than the first one when saving
11047 many articles.
11048 (gnus-summary-save-body-in-file): Use property to specify this
11049 function should save decoded articles.
11050 (gnus-summary-write-body-to-file): Use property to specify this
11051 function should save decoded articles and specify
11052 gnus-summary-save-body-in-file should be used to save articles other
11053 than the first one when saving many articles.
11054
11055 * gnus-sum.el (gnus-summary-save-article): Simplify.
11056
11057 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11058
11059 * gnus-art.el (gnus-default-article-saver):
11060 Add gnus-summary-write-body-to-file.
11061 (gnus-article-save-coding-system): Don't use coding system object
11062 in XEmacs.
11063 (gnus-read-save-file-name): Add optional `dir-var' argument which
11064 specifies directory in which files are saved; work even if optional
11065 `variable' argument is not specified.
11066 (gnus-summary-write-to-file): Read file name.
11067 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11068 (gnus-summary-write-body-to-file): New function.
11069
11070 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11071 (gnus-summary-local-variables): Add it.
11072 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11073 (gnus-summary-save-article): Remove optional `decode' argument;
11074 determine whether to decode articles by the value of
11075 gnus-default-article-saver; when saving many files using
11076 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11077 it first and use gnus-summary-save-in-file or
11078 gnus-summary-save-body-in-file thereafter unless
11079 gnus-prompt-before-saving is always; move point to article which
11080 will be saved.
11081 (gnus-summary-save-article-file): Revert.
11082 (gnus-summary-write-article-file): Revert.
11083 (gnus-summary-save-article-body-file): Revert.
11084 (gnus-summary-write-article-body-file): New function.
11085
11086 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11087
11088 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11089
11090 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11091
11092 * gnus-art.el (gnus-default-article-saver): Doc fix.
11093 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11094 from gnus-summary-save-article-coding-system, and default to a
11095 certain coding system.
11096 (gnus-output-to-file): Add coding cookie and encode text according
11097 to gnus-article-save-coding-system; don't use mm-append-to-file.
11098
11099 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11100 gnus-art.el and rename to gnus-article-save-coding-system.
11101 (gnus-summary-save-article): Require gnus-art; don't show all
11102 headers if it decodes articles; don't add coding cookie here;
11103 don't bind mm-text-coding-system-for-write.
11104 (gnus-summary-save-article-file): Save decoded articles.
11105 (gnus-summary-write-article-file): When saving many files, use
11106 gnus-summary-write-to-file first and gnus-summary-save-in-file
11107 thereafter unless gnus-prompt-before-saving is always.
11108 (gnus-summary-save-article-body-file): Save decoded articles.
11109
11110 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11111
11112 * nnrss.el (nnrss-check-group): Bind hash-index.
11113
11114 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
11115
11116 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11117 its hash index. Store this hash in `nnrss-group-data'.
11118 (nnrss-read-group-data): Update accordingly.
11119
11120 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11121
11122 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11123 entry.
11124
11125 * gnus-sum.el (gnus-summary-make-menu-bar):
11126 Add gnus-article-browse-html-article.
11127
11128 2006-05-23 Hynek Schlawack <hynek@ularx.de>
11129
11130 * gnus-sum.el (gnus-summary-mime-map):
11131 Add gnus-article-browse-html-article.
11132
11133 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11134
11135 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11136 suitable coding systems in customize.
11137
11138 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11139
11140 * mail-source.el (mail-sources): Fix custom type.
11141
11142 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11145 (gnus-summary-expire-articles-now): Shorten prompt.
11146
11147 * gmm-utils.el (wid-edit): Require.
11148 (defun-gmm): Rename from `gmm-defun-compat'.
11149 (gmm-image-search-load-path): Use it.
11150 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11151
11152 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11153
11154 * gnus-sum.el (gnus-summary-save-article-coding-system):
11155 New variable.
11156 (gnus-summary-save-article): Add optional `decode' argument.
11157 If it is set and gnus-summary-save-article-coding-system is non-nil,
11158 save decoded article.
11159 (gnus-summary-write-article-file): Save decoded article if
11160 gnus-summary-save-article-coding-system is non-nil.
11161
11162 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11163 type.
11164
11165 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11166
11167 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11168
11169 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11170
11171 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11172 first to test gnus-single-article-buffer which may be buffer-local.
11173
11174 * gnus-sum.el (gnus-summary-setup-buffer):
11175 Make gnus-single-article-buffer buffer-local and nil in ephemeral
11176 group; make gnus-article-buffer, gnus-article-current, and
11177 gnus-original-article-buffer always buffer-local.
11178 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11179 group.
11180 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11181
11182 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11183
11184 * nnml.el (nnml-request-compact-group): Compressed files might not
11185 have .gz extension.
11186
11187 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11188
11189 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11190 (mm-copy-to-buffer): Use with-current-buffer.
11191 (mm-display-part): Simplify.
11192 (mm-inlinable-p): Add optional arg `type'.
11193
11194 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11197 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11198 Try harder to show the attachment internally or externally using
11199 gnus-mime-view-part-as-type.
11200
11201 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * message.el (message-from-style, message-signature-separator)
11204 (message-user-organization-file, message-send-mail-function)
11205 (message-citation-line-function, message-yank-prefix)
11206 (message-indent-citation-function, message-signature)
11207 (message-signature-file, message-signature-insert-empty-line):
11208 Remove autoloads.
11209
11210 * gnus-art.el (gnus-buttonized-mime-types):
11211 Remove "multipart/signed". Revert 2006-04-26 change.
11212
11213 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11214
11215 * gnus.el (gnus-version-number): Bump version.
11216
11217 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11218
11219 * gnus.el: No Gnus v0.5 is released.
11220
11221 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11222
11223 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11224 fetching articles by message-id.
11225
11226 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11227
11228 * message.el (hashcash): Require hashcash as normal.
11229
11230 * ecomplete.el (ecomplete-highlight-match-line):
11231 Use point-at-eol.
11232 (ecomplete-highlight-match-line): Use `highlight', because that
11233 face exists in both Emacs and XEmacs.
11234
11235 * message.el (message-display-abbrev): Use point-at-bol.
11236
11237 * mail-source.el: Don't require timer/timer-funcs.
11238
11239 * gnus-async.el: Ditto.
11240
11241 * password.el: Ditto.
11242
11243 * mm-url.el: Ditto.
11244
11245 * mm-util.el: Require timer/timer-funcs.
11246
11247 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11248
11249 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11250 Close.
11251
11252 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11253
11254 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11255 unibyte after clear-decrypt function runs.
11256
11257 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11258 returns as a unibyte string.
11259
11260 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11261
11262 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11263 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11264 (mml1991-pgg-encrypt): Ditto.
11265
11266 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
11267
11268 * message.el (message-user-organization-file): Check several
11269 locations of the organization file.
11270
11271 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11272 Add gnus-article-view-part-as-type.
11273
11274 * gnus-art.el (gnus-article-view-part-as-type): New function.
11275
11276 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11277 .mobi and .travel. Remove .nato, .bitnet and .uucp.
11278
11279 * mml.el: Simplify autoload.
11280 (mml-mode): defvar dnd-protocol-alist instead of using
11281 symbol-value.
11282 (mml-default-directory): New variable.
11283 (mml-minibuffer-read-file): Use it.
11284 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11285
11286 * message.el (message-citation-line-format): New variable.
11287 (message-insert-formated-citation-line): New function.
11288 (message-citation-line-function):
11289 Add `message-insert-formated-citation-line' to custom type.
11290
11291 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11292 to doc string.
11293
11294 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11295 depending on mm-verify-option.
11296
11297 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11300 binding pgg-* variables; reimplement the section which prevents
11301 MIME header from being signed.
11302 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11303 pgg-text-mode; remove a blank line at the top of body.
11304
11305 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11306 lines at the top of body; use gnus-newsgroup-charset if there's no
11307 Charset header.
11308
11309 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * message.el (message-self-insert-commands): Doc fix.
11312
11313 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11314 (mm-uu-pgp-encrypted-test): Ditto.
11315 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11316 between header and body; return application/pgp-encrypted handle
11317 if decryption failed; decode decrypted body by charset.
11318
11319 * mm-decode.el (mm-automatic-display): Don't make application/pgp
11320 element match to application/pgp-*.
11321
11322 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11323
11324 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11325 HTML.
11326
11327 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11328
11329 * mail-source.el (mail-source-call-script): Message the error
11330 string.
11331
11332 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11333
11334 * gnus-util.el (gnus-byte-compile): Use it.
11335
11336 2006-04-22 xyblor <fake@invalid.email> (tiny change)
11337
11338 * gnus-util.el (kill-empty-logs): New function.
11339
11340 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11341
11342 * message.el (message-mail-alias-type): Doc fix.
11343 (message-mail-alias-type-p): New function.
11344 (message-send): Use it.
11345 (message-mode): Ditto.
11346 (message-strip-forbidden-properties): Ditto.
11347
11348 * ecomplete.el (ecomplete-database-file-coding-system):
11349 New variable.
11350 (ecomplete-save): Use it.
11351 (ecomplete-setup): Use it.
11352
11353 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11354
11355 * message.el (message-self-insert-commands): New variable.
11356 (message-strip-forbidden-properties): Use it.
11357
11358 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11359
11360 * message.el (message-put-addresses-in-ecomplete): Use a regexp
11361 that doesn't make XEmacs choke.
11362
11363 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
11364
11365 * gnus-util.el (gnus-replace-in-string):
11366 Prefer replace-regexp-in-string over of replace-in-string.
11367
11368 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11369
11370 * gnus-util.el (gnus-select-frame-set-input-focus):
11371 Use select-frame-set-input-focus if it is available in XEmacs; use
11372 definition defined in Emacs 22 for old Emacsen.
11373
11374 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11375
11376 * mm-view.el (mm-inline-text): Use equal instead of equalp.
11377
11378 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
11379
11380 * gnus-registry.el (gnus-registry-cache-save): Remove text
11381 properties when saving via the temp buffer.
11382
11383 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11384
11385 * message.el (message-generate-hashcash): Honor custom type.
11386
11387 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11388
11389 * message.el (message-generate-hashcash): Default to non-nil when
11390 hashcash is found.
11391
11392 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11393 (gnus-refer-thread-limit): Increase default to 500.
11394
11395 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11396
11397 * flow-fill.el (fill-flowed): Allow delete-space.
11398
11399 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
11400
11401 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11402 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11403 Remove autoloads.
11404
11405 2006-04-18 Simon Josefsson <jas@extundo.com>
11406
11407 * message.el (message-generate-hashcash): Default to.
11408
11409 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11410
11411 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11412 concatenating segments rather than before concatenating them.
11413
11414 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11415
11416 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11417
11418 * imap.el (imap-quote-specials): New function.
11419 (imap-login-auth): Quote specials.
11420
11421 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11422
11423 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11424
11425 * message.el (message-forward-make-body-plain):
11426 Allow message-forward-ignored-headers to be a list.
11427 (message-remove-ignored-headers): Factor out into function.
11428 (message-forward-make-body-mml): Use it.
11429 * rfc2231.el (rfc2231-parse-string): Remove dead code.
11430 (rfc2231-parse-string): Allow concatanation of parameters that
11431 aren't contiguous. The test case is
11432 (mail-header-parse-content-type "message/external-body;
11433 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11434 access-type=LOCAL-FILE;
11435 name*1*=plugh%2fhello-sailor%2fbing.pdf")
11436
11437 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11438
11439 * nntp.el (nntp-accept-process-output): Return the value of
11440 `nnheader-accept-process-output'.
11441
11442 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11443
11444 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11445 (gnus-button-alist): Recognize more diff formats.
11446 (gnus-button-patch): Strip directory.
11447
11448 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11449
11450 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11451 Emacs 22 when setting focus.
11452
11453 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11454
11455 * gnus-art.el (gnus-article-treat-types): Do treatment of
11456 text/x-verbatim parts.
11457 (gnus-button-patch): New command.
11458
11459 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11460 addresses that contain invalid characters.
11461
11462 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11463
11464 * message.el (message-put-addresses-in-ecomplete):
11465 Use gnus-replace-in-string.
11466 (message-is-yours-p): Use the more correct
11467 mail-header-parse-address instead of
11468 mail-extract-address-components.
11469 (message-put-addresses-in-ecomplete): Fix typo.
11470
11471 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11472 keystroke.
11473
11474 * gnus-art.el (gnus-treatment-function-alist): Change order of
11475 newsgroups/generic header folding to avoid double-folding.
11476
11477 * message.el (message-hidden-headers): Add X-Draft-From.
11478
11479 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11480 New command.
11481 (gnus-summary-repeat-search-article-backward): New command.
11482
11483 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11484 groups in the parent topic.
11485
11486 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
11487
11488 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11489 (spam-extra-header-to-number): Return the CRM114 number as a
11490 number instead of a string.
11491
11492 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11493
11494 * gnus-art.el (gnus-face-properties-alist): Move here from
11495 gnus-fun.
11496
11497 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11498
11499 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
11501 * message.el (message-strip-forbidden-properties): Only display on
11502 self-insert-command.
11503
11504 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11505 reindent.
11506 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11507
11508 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
11509
11510 * smiley.el (smiley-style): Fix typo.
11511
11512 2006-03-23 Kenichi Handa <handa@m17n.org>
11513
11514 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11515 instead of set-buffer-multibyte.
11516
11517 2006-03-23 Kenichi Handa <handa@m17n.org>
11518
11519 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11520 buffer and then decode the buffer text if necessary.
11521 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11522 first, and after mm-encode-body, change the buffer to unibyte.
11523
11524 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11525
11526 * hashcash.el (hashcash-insert-payment-async-2):
11527 Use message-goto-eoh instead of doing it manually.
11528 (mail-add-payment): Use message-narrow-to-header instead of trying
11529 to do the same itself.
11530
11531 * message.el (message-hidden-headers): Add Face.
11532
11533 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11534 reparenting code.
11535 (gnus-summary-reparent-children): Refactored out code.
11536 (gnus-summary-thread-map): New keystroke.
11537 (gnus-summary-reparent-children): Make into command.
11538
11539 * smiley.el (smiley-style): Default to `medium' if using a large
11540 font.
11541
11542 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11543 does it itself.
11544
11545 * message.el (message-point-in-header-p): Simplify definition.
11546
11547 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11548
11549 * nnagent.el (nnagent-request-set-mark): Silence log file
11550 writing.
11551 (nnagent-request-set-mark): Use write-region instead of
11552 append-to-file.
11553
11554 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11555 strange select method.
11556
11557 * ecomplete.el (ecomplete-display-matches): Get highlightling
11558 right.
11559 (ecomplete-display-matches): Use literals.
11560 (ecomplete-display-matches): Disable message logging.
11561
11562 * message.el (message-display-abbrev): Small optimization.
11563
11564 * ecomplete.el (ecomplete-display-matches): Allow automatic
11565 display.
11566
11567 * message.el (message-strip-forbidden-properties):
11568 Display abbrevs.
11569 (message-display-abbrev): Get automatic display right.
11570
11571 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11572 keystrokes.
11573
11574 2006-04-13 Romain Francoise <romain@orebokech.com>
11575
11576 TODO: Backport to v5-10!
11577
11578 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11579 Move here (and rename) from gnus-registry.el.
11580
11581 * gnus-registry.el: Require gnus-util.
11582 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11583
11584 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11585
11586 * gnus-group.el (gnus-group-catchup-current):
11587 Change if-then-else-if-then-else into cond.
11588 (gnus-group-catchup): Indent.
11589 (group-name-at-point): New function.
11590 (gnus-fetch-group): Provide default from thing at point.
11591
11592 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11593
11594 * message.el (message-display-abbrev): Fix regexp.
11595
11596 * ecomplete.el (ecomplete-highlight-match-line):
11597 Reimplement choosing.
11598 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11599 dead variables.
11600
11601 * message.el (message-newline-and-indent): Remove debugging.
11602 (message-display-abbrev): Use new implementation.
11603
11604 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11605
11606 * gnus-art.el (gnus-article-mode):
11607 Set cursor-in-non-selected-windows to nil.
11608
11609 * smiley.el: Revert previous change.
11610 (smiley-data-directory): defvar it before using it in the
11611 defcustom of `smiley-style'.
11612
11613 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11614
11615 * message.el (message-newline-and-indent): New function.
11616
11617 * ecomplete.el: Implement more bits.
11618
11619 * message.el (message-put-addresses-in-ecomplete): Clean up the
11620 string.
11621
11622 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11623
11624 * gnus-sum.el (gnus-summary-save-parts):
11625 Bind gnus-summary-save-parts-counter and use it to make unique file
11626 names.
11627
11628 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11629
11630 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11631 parameter to say whether to actually parse the individual
11632 addresses.
11633
11634 * message.el (message-put-addresses-in-ecomplete): New function.
11635 (ecomplete): Require.
11636 (message-mail-alias-type): Add ecomplete as an option.
11637
11638 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11639
11640 * flow-fill.el (fill-flowed): Remove trailing space from blank
11641 quoted lines.
11642
11643 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11644
11645 * smiley.el (smiley-style): Move definition later to avoid a
11646 compilation warning.
11647
11648 2006-04-12 Kenichi Handa <handa@m17n.org>
11649
11650 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11651 buffer and then decode the buffer text if necessary.
11652 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11653 first, and after mm-encode-body, change the buffer to unibyte.
11654 Use mm-disable-multibyte instead of set-buffer-multibyte.
11655
11656 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11657
11658 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11659 Content-Type header instead of Content-Disposition header.
11660 (gnus-mime-inline-part): Ditto.
11661 (gnus-mime-view-part-as-charset): Ignore charset that the part
11662 specifies.
11663
11664 * mm-decode.el (mm-display-part): Work with external parts and
11665 usual parts similarly.
11666
11667 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11668 instead of gnus-display-mime.
11669
11670 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11671 instead of with-temp-buffer.
11672
11673 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11674 tag to summarized topics part in order to encode non-ASCII text.
11675
11676 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11677
11678 * smiley.el (smiley-style): New variable.
11679 (smiley-directory): New function.
11680 (smiley-data-directory): Derive from `smiley-style' using
11681 `smiley-directory'.
11682 (smiley-regexp-alist): Add new entries.
11683
11684 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11685 (gnus-article-browse-delete-temp): Add :version.
11686
11687 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11688
11689 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11690 the sieve region.
11691
11692 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11693
11694 * gnus.el (gnus-version-number): Bump version.
11695
11696 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11697
11698 * gnus.el: No Gnus v0.4 is released.
11699
11700 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11701
11702 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11703 layout.
11704
11705 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11706 unknown charset.
11707
11708 * message.el (message-header-synonyms): Add Original-To to the
11709 default.
11710
11711 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11712 optional parameter.
11713
11714 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11715
11716 * gnus-fun.el (gnus): Require it for gnus-directory.
11717
11718 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11721
11722 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11723
11724 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11725
11726 2006-04-05 Simon Josefsson <jas@extundo.com>
11727
11728 * password.el (password-reset): New function.
11729
11730 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11731
11732 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11733 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11734
11735 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11736
11737 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11738 Some whitespace was matched into the url, which broke browsing hits
11739 > 100 when mm-url-use-external was nil.
11740
11741 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11742
11743 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11744 Check gnus-extra-headers for 'Newsgroups.
11745
11746 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11747 bound.
11748
11749 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11750
11751 * pgg-gpg.el: Clean up process buffers every time gpg processes
11752 complete.
11753
11754 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11755
11756 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11757 doc string.
11758
11759 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11760
11761 * pgg-gpg.el (pgg-gpg-process-filter)
11762 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11763
11764 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11765 lines, temporary fix.
11766
11767 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11768
11769 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11770
11771 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11772
11773 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11774 default-enable-multibyte-characters. This reverts the change from
11775 revision 6.17 which is no longer necessary because the passphrase
11776 is sent separately now. GnuPG messages are unreadable under
11777 multibyte locales with default-enable-multibyte-characters set to
11778 nil.
11779
11780 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11781
11782 * message.el (message-tool-bar-gnome): Move "spell".
11783
11784 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11785
11786 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11787 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11788 instead.
11789
11790 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11791
11792 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11793 Improve newsgroups handling for NNTP overviews which don't include
11794 Newsgroups.
11795
11796 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11797
11798 * message.el (message-resend): Bind message-generate-hashcash to nil.
11799
11800 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11801
11802 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11803 when searching for already-paid recipients.
11804
11805 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11806
11807 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11808 passphrases when it is not needed.
11809 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11810 passphrase stuff from gpg, should only be necessary when you use
11811 gpg with a smartcard.
11812
11813 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * mml.el (mml-insert-mime): Ignore cached contents of
11816 message/external-body part.
11817
11818 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11819 (mm-insert-part): Ditto.
11820
11821 2006-03-23 Simon Josefsson <jas@extundo.com>
11822
11823 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11824 Reiner.
11825 (pgg-gpg-use-agent-p): Use it again.
11826
11827 2006-03-23 Simon Josefsson <jas@extundo.com>
11828
11829 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11830 older emacsen.
11831 (pgg-gpg-use-agent-p): Don't use it.
11832
11833 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11834
11835 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11836 if we can.
11837
11838 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11839
11840 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11841 (pgg-gpg-update-agent): New function.
11842 (pgg-gpg-use-agent-p): New function.
11843 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11844 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11845 (pgg-gpg-sign-region): Use it.
11846
11847 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11848
11849 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11850 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11851
11852 2006-03-21 Simon Josefsson <jas@extundo.com>
11853
11854 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11855 <wilde@sha-bang.de>.
11856 (pgg-gpg-use-agent): New variable.
11857 (pgg-gpg-process-region): Use it.
11858 (pgg-gpg-encrypt-region): Likewise.
11859 (pgg-gpg-encrypt-symmetric-region): Likewise.
11860 (pgg-gpg-decrypt-region): Likewise.
11861 (pgg-gpg-sign-region): Likewise.
11862 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11863
11864 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11865
11866 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11867
11868 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11869 Add comment on version.
11870
11871 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * smiley.el: Add missing test smiley.
11874
11875 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11876
11877 * mm-decode.el (mm-with-part): New macro.
11878 (mm-get-part): Use it; work with message/external-body as well.
11879 (mm-save-part): Treat name and filename equally.
11880
11881 * mm-extern.el (mm-extern-cache-contents): New function.
11882 (mm-inline-external-body): Use it; force the part to be displayed;
11883 move undisplayer added to the cached handle to the parent.
11884
11885 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11886 (gnus-mime-view-part-as-type): Work with message/external-body.
11887
11888 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11889
11890 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11891
11892 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11893 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11894 Emacs.]
11895
11896 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11897
11898 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11899 path rather than symbol. Always return list of directories.
11900 Guarantee that image directory comes first. [Sync with image.el,
11901 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11902
11903 * message.el (message-make-tool-bar): Adjust to new API of
11904 `gmm-image-load-path-for-library'.
11905
11906 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11907
11908 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11909
11910 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11911
11912 * gnus-art.el (gnus-article-only-boring-p):
11913 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11914 intangible text.
11915 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11916
11917 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11918
11919 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11920 Use `defun' instead of `gmm-defun-compat'.
11921
11922 2006-03-14 Simon Josefsson <jas@extundo.com>
11923
11924 * message.el (message-unique-id): Don't use message-number-base36
11925 if (user-uid) is a float.
11926 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11927
11928 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11929
11930 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11931
11932 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11933 empty line between a part and a message part.
11934
11935 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11936
11937 * smiley.el: Add more test smileys.
11938 (smiley-data-directory, smiley-regexp-alist)
11939 (gnus-smiley-file-types): Fix doc strings.
11940 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11941 adding new elements.
11942 (smiley-mouse-map): Unused code. Make it a comment.
11943
11944 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11945
11946 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11947 scan latest NoCeM messages instead of old ones.
11948 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11949 delimiters that are recently used.
11950 (gnus-nocem-load-cache): Add autoload cookie.
11951
11952 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11953
11954 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11955 level which is larger than gnus-use-nocem is specified.
11956
11957 * gnus-group.el (gnus-group-get-new-news): Ditto.
11958
11959 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11960
11961 * gnus-util.el (gnus-tool-bar-update): New function.
11962
11963 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11964 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11965
11966 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11967
11968 * gnus-group.el (gnus-group-redraw-when-idle)
11969 (gnus-group-redraw-check): Remove.
11970 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11971
11972 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11973
11974 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11975 if optional last element is specified in splits (FIELD VALUE...).
11976
11977 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11978
11979 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11980 to gmm-image-load-path-for-library. Call with no-error argument.
11981 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11982
11983 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11984
11985 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11986
11987 * gmm-utils.el (gmm-image-load-path): Remove alias.
11988
11989 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11990
11991 * gmm-utils.el (gmm-image-load-path): Add alias.
11992
11993 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11994 nnml-generate-nov-databases-1.
11995 (nnml-generate-nov-databases): Use it.
11996 (nnml-generate-nov-databases-directory): Document no-active
11997 argument.
11998
11999 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12000 directory if path is t. Add no-error.
12001
12002 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12003 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12004
12005 * gnus-art.el (gnus-article-browse-delete-temp-files):
12006 Simplify resetting gnus-article-browse-html-temp-list.
12007
12008 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12009 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12010 Add example to docstring. Rename local variables. Move error
12011 checks to default case in cond and simplify.
12012
12013 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
12014
12015 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12016 handle is multipart when calling it recursively.
12017 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12018
12019 2006-03-03 Daniel Pittman <daniel@rimspace.net>
12020
12021 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12022 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12023
12024 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12025
12026 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12027 is loaded.
12028
12029 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12030 loaded.
12031
12032 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12033
12034 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12035 to "Emacs 23 (unicode)" in doc string.
12036
12037 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12038 "Emacs 23 (unicode)" in comment.
12039
12040 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12041
12042 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12043
12044 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12045 characters 160 through 255 in Emacs 23.
12046
12047 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12048
12049 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12050 gnus-article-browse-html-temp.
12051 (gnus-article-browse-delete-temp): Make it customizable.
12052 Add `file'. Adjust doc string.
12053 (gnus-article-browse-delete-temp-files): Add argument.
12054 Allow query for each file. Adjust doc string.
12055 (gnus-article-browse-html-parts):
12056 Add `gnus-article-browse-delete-temp-files' to
12057 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12058
12059 2006-03-02 Hynek Schlawack <hynek@ularx.de>
12060
12061 * gnus-art.el (gnus-article-browse-html-temp)
12062 (gnus-article-browse-delete-temp): New variables.
12063 (gnus-article-browse-delete-temp-files): New function.
12064 (gnus-article-browse-html-parts): Use it.
12065
12066 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12067
12068 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12069
12070 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12071 string.
12072
12073 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12074 gnus-summary-insert-new-articles when unplugged.
12075 Remove gnus-summary-search-article-forward.
12076
12077 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12078 display-visual-class instead of display-color-cells.
12079
12080 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12081
12082 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12083 message/* containing non-ASCII text properly.
12084
12085 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
12086
12087 * message.el: Require gmm-utils, remove autoloads.
12088 (message-tool-bar): Set default based on
12089 gmm-tool-bar-style.
12090 (message-tool-bar-gnome): Add gmm-customize-mode.
12091
12092 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12093 gmm-tool-bar-style.
12094 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12095
12096 * gnus-group.el (gnus-group-tool-bar): Set default based on
12097 gmm-tool-bar-style.
12098 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12099
12100 * gmm-utils.el (gmm-image-directory): Rename variable from
12101 gmm-image-load-path.
12102 (gmm-image-load-path): Use gmm-image-directory.
12103 (gmm-customize-mode): New function.
12104 (gmm-tool-bar-style): New variable.
12105
12106 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12107 gnus-group-redraw-line-number.
12108 (gnus-group-redraw-check): Simplify.
12109 (gnus-group-tool-bar-update): Remove redraw check.
12110 (gnus-group-make-tool-bar): Add redraw check.
12111
12112 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12113
12114 * gnus-art.el (gnus-button): Add missing parentheses.
12115
12116 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12119
12120 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12121
12122 * gnus-art.el (gnus-button): New face.
12123 (gnus-article-button-face): Use it.
12124
12125 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12126 Add gnus-summary-next-page. Re-order.
12127
12128 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12129 next-node are now included.
12130 (gnus-group-redraw-line-number): New internal variable.
12131 (gnus-group-redraw-check): Helper function for updating the tool
12132 bar.
12133 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12134
12135 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12136
12137 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12138 (spam-extra-header-to-number, spam-check-spamassassin-headers):
12139 Use it to match format of Spamassassin 3.0 and later.
12140 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12141 (spam-check-bogofilter)
12142 (spam-bogofilter-register-with-bogofilter): Fix args of
12143 `gnus-error' calls.
12144
12145 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12146
12147 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12148 unnecessary interaction when sending queued mails.
12149 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12150
12151 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12152
12153 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12154 first or last are nil.
12155
12156 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12157
12158 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12159
12160 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12161
12162 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12163
12164 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12165
12166 * dns.el (query-dns): Protect more against buggy tcp output.
12167
12168 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12169
12170 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12171 nov.php.
12172
12173 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12174
12175 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12176 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12177 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12178 output on the server side.
12179 (nnweb-google-create-mapping): Update regexps and add some
12180 progress indication.
12181
12182 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
12183
12184 * gnus-group.el (gnus-group-tool-bar-gnome):
12185 Fix gnus-agent-toggle-plugged. Re-order icons.
12186 (gnus-group-tool-bar-gnome):
12187 Add gnus-group-{prev,next}-unread-group.
12188 (gnus-group-tool-bar-gnome): Re-order icons.
12189
12190 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12191 Move gnus-summary-insert-new-articles.
12192
12193 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12194 Fix comments.
12195
12196 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12197 also available in Emacs 21.3.
12198
12199 * message.el (message-fix-before-sending): Change "Emacs 22" to
12200 "Emacs 23 (unicode)" in comment.
12201
12202 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12203 "Emacs 23 (unicode)" in comment.
12204
12205 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12206 comment.
12207 (mm-coding-system-p): Add comment about no-MULE XEmacs.
12208
12209 * mm-view.el (mm-fill-flowed): Add :version.
12210
12211 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
12212
12213 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12214 and load-path.
12215
12216 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
12217
12218 * message.el: Autoload gmm-image-load-path.
12219 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12220 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12221 consitency.
12222
12223 * gmm-utils.el (gmm-image-load-path): Also search in
12224 "../etc/images". Don't set gmm-image-load-path if we don't find
12225 the image.
12226
12227 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
12228
12229 * gmm-utils.el (gmm-image-load-path): Don't make
12230 `gmm-image-load-path' include subdirectories which the second arg
12231 `image' might specify.
12232
12233 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12234 subdirectory to icon file names.
12235
12236 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12237
12238 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
12239
12240 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12241 gmm-image-load-path calls.
12242
12243 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12244
12245 * message.el (message-make-tool-bar): Ditto.
12246
12247 * mml.el (mml-preview): Add comment concerning tool bar icons.
12248
12249 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12250 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12251
12252 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12253 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12254
12255 * message.el (message-tool-bar-gnome): Use new icon names.
12256 (message-make-tool-bar): Use `gmm-image-load-path'.
12257
12258 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12259 New functions from MH-E.
12260 (gmm-image-load-path): New variable from MH-E.
12261 (gmm-image-load-path): New function from MH-E. Add arguments
12262 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
12263 *-image-load-path-called-flag.
12264
12265 2006-02-21 Milan Zamazal <pdm@brailcom.org>
12266
12267 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12268
12269 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
12270
12271 * nnimap.el (nnimap-request-move-article): Change folder back to
12272 source group before deleting.
12273
12274 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
12275
12276 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12277
12278 * gnus-art.el (mm-url-insert-file-contents-external):
12279 Autoload mm-url.
12280
12281 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12282
12283 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
12284
12285 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12286 coding system which mm-charset-to-coding-system returns for a
12287 given charset is valid.
12288
12289 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12290
12291 * html2text.el (html2text-remove-tag-list):
12292 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12293
12294 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12295
12296 * gnus-cus.el: Revert 2005-10-17 change.
12297
12298 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12299
12300 * gnus-art.el (article-strip-banner):
12301 Call article-really-strip-banner only when the regexp match is made.
12302
12303 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * gnus-art.el (article-strip-banner):
12306 Use gnus-extract-address-components instead of
12307 mail-header-parse-addresses to make it work with non-ASCII text;
12308 remove mail-encode-encoded-word-string.
12309
12310 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12311 values which are surrounded with \"...\"; make it never cause a
12312 Lisp error; give up parsing of parameters if it failed in
12313 extracting type.
12314
12315 2006-02-14 Arne Jørgensen <arne@arnested.dk>
12316
12317 * smime.el (smime-cert-by-ldap-1): Fix bug where
12318 `smime-ldap-search' returns results without userCertificates.
12319
12320 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
12321
12322 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12323
12324 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12325
12326 * spam.el (spam-check-spamassassin-headers): Adapt format for
12327 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
12328 <ari@mbf.ocn.ne.jp>.
12329 (spam-list-of-processors): Add spam-use-gmane.
12330
12331 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12332
12333 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12334 make-temp-file; make it work with XEmacs as well.
12335
12336 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12337 mm-make-temp-file.
12338
12339 * mm-decode.el (mm-display-external): Use the 3rd arg of
12340 mm-make-temp-file.
12341 (mm-create-image-xemacs): Ditto.
12342
12343 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12346 with message-narrow-to-headers.
12347 (gnus-draft-setup): Narrow to header to run message-fetch-field.
12348 (gnus-draft-check-draft-articles): New function.
12349 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12350
12351 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
12352
12353 * gnus-art.el (gnus-article-browse-html-parts):
12354 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12355 Don't use suffix argument for mm-make-temp-file for Emacs 21
12356 compatibility. Remove useless `format'.
12357
12358 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12359
12360 * nnweb.el (nnweb-google-wash-article): Update regexps.
12361 (nnweb-group-alist): Use defvoo instead of defvar.
12362
12363 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
12364
12365 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12366 re-loading nn* modules.
12367
12368 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12369
12370 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12371 for `tool-bar-mode' and don't check it's default-value.
12372
12373 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12374
12375 * message.el (message-make-tool-bar): Ditto.
12376
12377 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12378 `substring'. Shorten tmp-file name.
12379
12380 * gnus.el: Remove bogus comment.
12381
12382 2006-02-10 Hynek Schlawack <hynek@ularx.de>
12383
12384 * gnus-art.el (gnus-article-browse-html-parts): New function.
12385 (gnus-article-browse-html-article): New function for viewing html
12386 articles with a browser.
12387
12388 2006-02-09 Daiki Ueno <ueno@unixuser.org>
12389
12390 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12391 (mml2015-pgg-encrypt): Ditto.
12392
12393 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12394 (mml1991-pgg-encrypt): Ditto.
12395
12396 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12397
12398 * nnfolder.el (nnfolder-insert-newsgroup-line):
12399 Use message-make-date instead of current-time-string.
12400
12401 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12402 to gnus-decoded which mm-uu might set.
12403
12404 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12405
12406 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12407 don't decode quoted parameters; remove misimported Emacs code.
12408 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12409 (rfc2231-decode-encoded-string): Don't use split-string which
12410 behaves differently according to Emacs version; use
12411 mm-decode-coding-region to convert charset to coding-system.
12412 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12413 (rfc2231-encode-string): Remove misimported Emacs code.
12414
12415 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12416
12417 * gnus-art.el (article-decode-charset): Don't use ignore-errors
12418 when calling mail-header-parse-content-type.
12419 (article-de-quoted-unreadable): Ditto.
12420 (article-de-base64-unreadable): Ditto.
12421 (article-wash-html): Ditto.
12422
12423 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12424 calling mail-header-parse-content-type and
12425 mail-header-parse-content-disposition.
12426 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12427 mail-header-parse-content-type.
12428
12429 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12430 insert charset and format parameters; encode description after
12431 inserting it to buffer.
12432 (mml-insert-parameter): Fold lines properly even if a parameter is
12433 segmented into two or more lines; change the max column to 76.
12434
12435 * rfc1843.el (rfc1843-decode-article-body): Don't use
12436 ignore-errors when calling mail-header-parse-content-type.
12437
12438 * rfc2231.el (rfc2231-parse-string): Return at least type if
12439 possible; don't cause an error even if it fails in parsing of
12440 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12441 (rfc2231-encode-string): Don't break lines at the beginning, leave
12442 it to mml-insert-parameter.
12443
12444 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12445 calling mail-header-parse-content-type.
12446
12447 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
12448
12449 * spam-report.el (spam-report-gmane-use-article-number):
12450 Improve doc string.
12451 (spam-report-gmane-internal): Check if a suitable header was found
12452 in the article.
12453
12454 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
12455
12456 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12457 (rfc2231-encode-string): Make param*=value always begin with LWSP.
12458
12459 2006-02-05 Romain Francoise <romain@orebokech.com>
12460
12461 Update copyright notices of all files in the gnus directory.
12462
12463 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12464
12465 * nnweb.el (nnweb-request-group): Avoid growing overview files.
12466
12467 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12468
12469 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12470 segmented lines of parameter value to cope with Thunderbird 1.5
12471 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12472 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12473 (rfc2231-encode-string): Don't make lines exceeding 76 column.
12474
12475 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
12476
12477 * mml.el (mml-generate-mime-1): Correct the order of inline signed
12478 parts.
12479
12480 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12481
12482 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12483 there's only one active file for all servers.
12484 (nnweb-request-scan): Make sure nnweb-articles is initialized on
12485 solid groups. Gnus might have used a FAST request to select the group.
12486 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12487 and nnweb-search redundantly in the active file.
12488 (nnweb-request-list): Don't list bogus groups. There can only be one.
12489 (nnweb-request-create-group): Don't use ARGS.
12490 (nnweb-possibly-change-server, nnweb-request-group): Remove some
12491 initialisations. Let nnoo do the work.
12492
12493 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
12494
12495 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12496 Say the part has been decoded.
12497
12498 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12499
12500 2006-01-31 Kevin Ryde <user42@zip.com.au>
12501
12502 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12503 mailcap-viewer-test-cache when there's no 'test clause, since that
12504 will invert the meaning of a "nil" test previously determined by
12505 mailcap-mailcap-entry-passes-test.
12506
12507 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
12508
12509 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12510 compiling.
12511
12512 * gnus-sum.el: Ditto.
12513
12514 * message.el: Don't bind tool-bar-map when compiling.
12515
12516 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12519
12520 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12521
12522 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12523 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12524 current Google Groups.
12525
12526 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
12527
12528 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12529 and tool-bar-mode.
12530
12531 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12532 and tool-bar-mode.
12533
12534 * message.el (message-tool-bar-update): Simplify.
12535 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12536
12537 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12538 gnus-summary-buffer.
12539 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12540 gnus-summary-reply.
12541
12542 * gmm-utils.el (gmm): Add :version.
12543
12544 2006-01-26 Steve Youngs <steve@sxemacs.org>
12545
12546 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12547 Don't autoload.
12548
12549 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12550
12551 * gmm-utils.el (gmm-verbose): Add :group.
12552
12553 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12554
12555 * message.el: Change some comments WRT tool-bars.
12556
12557 * gnus-sum.el (gnus-summary-tool-bar)
12558 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12559 (gnus-summary-tool-bar-zap-list): New variables.
12560 (gnus-summary-make-tool-bar): Complete rewrite using
12561 `gmm-tool-bar-from-list'.
12562
12563 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12564 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12565 New variables.
12566 (gnus-group-make-tool-bar): Complete rewrite using
12567 `gmm-tool-bar-from-list'.
12568 (gnus-group-tool-bar-update): New function.
12569
12570 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12571
12572 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12573
12574 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12575 is dissected into a single part of which the type is the same as
12576 the given one; decode charset.
12577
12578 2006-01-21 Kevin Ryde <user42@zip.com.au>
12579
12580 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12581 into alists as symbol not string, since that's what
12582 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12583 look for.
12584
12585 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12586
12587 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12588 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12589
12590 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12591
12592 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12593
12594 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12595 (gnus-mime-security-button-menu): New definition.
12596 (gnus-mime-security-button-map): Use them.
12597 (gnus-mime-security-button-menu): New function.
12598 (gnus-insert-mime-security-button): Addition to help echo.
12599 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12600 (gnus-mime-security-pipe-part): New functions.
12601
12602 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12603 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12604
12605 * mm-decode.el (mm-handle-set-disposition): Remove.
12606 (mm-handle-set-description): Remove.
12607
12608 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12609
12610 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12611 (mm-w3m-standalone-supports-m17n-p): New function.
12612 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12613 w3m usage.
12614
12615 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12616 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12617
12618 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12619
12620 * message.el (message-tool-bar-zap-list):
12621 Use gmm-tool-bar-zap-list as custom type.
12622 (message-tool-bar-update): New function.
12623 (message-tool-bar, message-tool-bar-gnome)
12624 (message-tool-bar-retro): Add message-tool-bar-update.
12625 (message-tool-bar-gnome): Add flyspell-buffer.
12626
12627 * gnus-util.el (gnus-error): Describe `args'.
12628
12629 * gmm-utils.el (gmm-error): Describe `args'.
12630 (gmm-tool-bar-zap-list): New widget.
12631 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12632
12633 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12634
12635 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12636 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12637 the number of recursive calls.
12638
12639 * mm-decode.el (mm-handle-set-disposition): New macro.
12640 (mm-handle-set-description): New macro.
12641
12642 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12643
12644 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12645 encoding.
12646
12647 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12648
12649 * message.el (message-tool-bar-zap-list, message-tool-bar)
12650 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12651 (message-tool-bar-local-item-from-menu): Remove.
12652 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12653 (message-make-tool-bar): New function.
12654 (message-mode): Use `message-make-tool-bar'.
12655
12656 * gmm-utils.el: New file.
12657 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12658 (gmm-lazy): New widget copied from `nnmail.el'.
12659 (gmm-tool-bar-from-list): New function for creating customizable
12660 tool bars.
12661 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12662 output.
12663 (gmm): Add :prefix to defgroup.
12664
12665 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12666
12667 * gmm-utils.el (gmm-widget-p): New function.
12668
12669 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12670
12671 * mml.el (mml-attach-file): Describe `description' in doc string.
12672 (mml-menu): Add Emacs MIME manual and PGG manual.
12673
12674 2006-01-20 Richard M. Stallman <rms@gnu.org>
12675
12676 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12677
12678 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12679
12680 * nntp.el (nntp-end-of-line): Doc fix.
12681
12682 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12683
12684 * imap.el (imap-open): Handle case where buffer is a buffer
12685 object.
12686
12687 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12688
12689 * gnus-delay.el (gnus-delay): Don't autoload.
12690 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12691 to be re-loaded when customizing the `gnus-delay' group.
12692
12693 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12694
12695 * message.el (message-insert-citation-line): Use newlines.
12696
12697 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12698
12699 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12700
12701 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12702
12703 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12704
12705 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12706
12707 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12708
12709 * mm-decode.el (mm-inlined-types): Add application/pgp.
12710 (mm-automatic-display): Ditto.
12711
12712 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12713 part as text.
12714
12715 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * nnrss.el: Update copyright.
12718 (nnrss-opml-import): Query whether to subscribe to each entry.
12719
12720 * gnus-art.el:
12721 * gnus-sum.el:
12722 * mm-uu.el:
12723 * mm-view.el: Update copyright.
12724
12725 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12726
12727 * message.el (message-info): New function.
12728 (message-mode-menu): Add it.
12729 Update copyright.
12730
12731 * ChangeLog: Fix and update copyright.
12732
12733 2006-01-13 Romain Francoise <romain@orebokech.com>
12734
12735 * message.el (message-forward-subject-name-subject): Prefer the
12736 address to 'nowhere' if the sender has no name.
12737 Fix typo. Update copyright year.
12738
12739 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12740
12741 * gnus-art.el (article-wash-html):
12742 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12743 (gnus-article-wash-html-with-w3m-standalone): New function.
12744
12745 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12746 mm-inline-text-html-render-with-w3m-standalone.
12747 (mm-text-html-washer-alist): Map w3m-standalone to
12748 gnus-article-wash-html-with-w3m-standalone.
12749 (mm-inline-text-html-render-with-w3m-standalone): New function.
12750
12751 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12752
12753 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12754 Improve LaTeX.
12755
12756 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12757
12758 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12759 (nnrss-request-article): Render text/plain parts as HTML.
12760
12761 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12762 the buffer.
12763
12764 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12765
12766 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12767 custom definition of `gnus-posting-styles'.
12768
12769 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12770 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12771
12772 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12773
12774 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12775 Use nntp for bug archive.
12776
12777 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12778
12779 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12780 parts.
12781 (nnrss-normalize-date): New function converts ISO 8601 date into
12782 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12783 (nnrss-check-group): Use it.
12784
12785 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12786
12787 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12788
12789 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12790 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12791 (nnrss-insert-w3): Ditto.
12792
12793 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12796 the articles to be forwarded including the case where neither a
12797 number of articles nor a region is specified.
12798
12799 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12800
12801 * nnrss.el (nnrss-request-article): Fix last change; fill
12802 text/plain parts.
12803
12804 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12805
12806 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12807 in text/plain part.
12808 (nnrss-check-group): Don't add excessive newline to dc:subject.
12809
12810 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12811
12812 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12813 article.
12814
12815 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12816
12817 * nnml.el: Don't require gnus-bcklg. Autoload it.
12818 (nnml-use-compressed-files, nnml-save-mail): Support other
12819 comression programs such as bzip2.
12820
12821 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12822
12823 * dns.el (query-dns): Make sure we check the buffer size before
12824 removing tcp headers.
12825
12826 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12827
12828 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12829 remove MIME buttons associated with multipart/alternative parts.
12830 (gnus-mime-display-alternative): Tag buttons using `article-type'
12831 text property.
12832
12833 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12834 associated with multipart/alternative parts.
12835
12836 * gnus-art.el (gnus-signature-separator): Fix custom type.
12837
12838 * mm-decode.el (mm-inlined-types): Fix custom type.
12839 (mm-keep-viewer-alive-types): Ditto.
12840 (mm-automatic-display): Ditto.
12841 (mm-attachment-override-types): Ditto.
12842 (mm-inline-override-types): Ditto.
12843 (mm-automatic-external-display): Ditto.
12844
12845 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12846
12847 * spam-report.el (spam-report-user-mail-address)
12848 (spam-report-user-agent): New variables.
12849 (spam-report-url-ping-plain): Use spam-report-user-agent.
12850
12851 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12852
12853 * gnus-art.el (gnus-button-handle-custom): Do not just use
12854 `customize-apropos' for any "M-x customize-*" button but the
12855 function called for. Accept both the function name and its
12856 argument in order to achieve this.
12857 (gnus-button-alist): Remove support for "custom:" URL's.
12858 Pass function name to `gnus-button-handle-custom' in case of "M-x
12859 customize-*" buttons.
12860
12861 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12862
12863 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12864 multipart/alternative and add xref to mm-discouraged-alternatives
12865 in doc string.
12866
12867 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12868 gnus-buttonized-mime-types in doc string.
12869
12870 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12871
12872 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12873 Suggest image/.* in the doc string.
12874
12875 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12876
12877 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12878 message-marks (Debian bug #342521).
12879
12880 2005-12-12 Simon Josefsson <jas@extundo.com>
12881
12882 * password.el (password-read-from-cache): Add.
12883 (password-read): Use it.
12884
12885 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12886
12887 * rfc2047.el (rfc2047-charset-to-coding-system):
12888 Recognize us-ascii as a MIME charset.
12889
12890 * mm-bodies.el (mm-decode-content-transfer-encoding):
12891 Protect against the case where the 2nd arg TYPE is nil.
12892
12893 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12894
12895 * pop3.el (pop3-stream-type): Fix custom version.
12896
12897 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12898
12899 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12900
12901 * mm-decode.el (mm-display-external): Add missing cdr.
12902
12903 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12904
12905 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12906 RFC1524) if it is in mailcap or add a suffix according to
12907 mailcap-mime-extensions when generating a temp filename; postpone
12908 deleting a temp file for 2 seconds for some wrappers, shell
12909 scripts, and so on, which might exit right after having started a
12910 viewer command as a background job.
12911
12912 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * nntp.el (nntp-marks-directory): Fix custom group.
12915
12916 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12917 steps when < 10.
12918
12919 * gnus-start.el (gnus-no-server-1):
12920 Mention `gnus-level-default-subscribed' in doc string.
12921
12922 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12923
12924 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12925 parens.
12926
12927 2005-11-26 Dave Love <fx@gnu.org>
12928
12929 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12930 (tls-program, tls-success): Provide openssl alternative.
12931
12932 * starttls.el: Doc fixes.
12933 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12934 SERVICE to PORT.
12935
12936 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12937 port null or service name.
12938 (starttls-negotiate): Autoload.
12939
12940 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12941
12942 * message.el (message-kill-to-signature): Fix interactive spec.
12943
12944 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12945
12946 * pop3.el (pop3-open-server): Recognize a string as a service name.
12947
12948 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12949
12950 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12951
12952 2005-11-23 Dave Love <fx@gnu.org>
12953
12954 Add pop3s, pop3/starttls.
12955
12956 * pop3.el (pop3-authentication-scheme): Clarify doc.
12957 (open-tls-stream, starttls-open-stream): Autoload.
12958 (pop3-stream-type): New.
12959 (pop3-open-server): Use it.
12960
12961 * mail-source.el (mail-sources): Fix some :types. Add stream type
12962 for POP.
12963 (mail-source-keyword-map): Add :stream for POP.
12964 (mail-source-fetch-pop): Use pop3-stream-type.
12965
12966 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12967
12968 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12969 of current-time-string.
12970
12971 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12972
12973 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12974 date header.
12975
12976 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12977
12978 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12979 it can seriously impact performance as it bypasses the agent's
12980 local caches.
12981
12982 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12983
12984 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12985 must be explicitly online rather than "not explicitly offline" for
12986 its flags to be synchronized.
12987
12988 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12989 that gnus-uu-unmark-thread will function correctly.
12990
12991 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12992 1024K is instead displayed as 1M.
12993
12994 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12995
12996 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12997
12998 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12999
13000 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13001
13002 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13003
13004 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13005 error message to display actual error condition.
13006 (gnus-agent-save-local): Avoid saving symbols that are bound to
13007 nil as they simply result in a warning message in
13008 gnus-agent-read-local.
13009
13010 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13011
13012 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13013 rather than make-variable-buffer-local for file-precious-flag.
13014
13015 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13016
13017 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13018 for duplicates which are removed. The invalid sort check then
13019 triggers a rescan after the sort as sorting may have moved
13020 duplicate entries such that they can be cheaply detected.
13021
13022 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13023
13024 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13025
13026 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13027
13028 * gnus-agent.el (gnus-agent-article-alist-save-format):
13029 Change internal variable to a custom variable. Change default value
13030 from compressed(2) to uncompressed(1).
13031 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13032 support for uncompressed agentview files. Taken together, reading
13033 the agentview file should now be 6-7 times faster.
13034
13035 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13036
13037 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13038 as a buffer-local variable. This avoids creating truncated
13039 dribble files as a result of a hang up, eg.
13040
13041 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13042
13043 * gnus-start.el (gnus-start-draft-setup):
13044 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13045
13046 * gnus.el (gnus-splash): Change custom group.
13047 (gnus-group-get-parameter, gnus-group-parameter-value):
13048 Describe allow-list argument.
13049
13050 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13051 string.
13052
13053 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13054
13055 * gnus-art.el (gnus-default-article-saver): Add user-defined
13056 `function' to custom type.
13057
13058 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13059
13060 * imap.el (imap-open): Handle case where buffer is a buffer
13061 object.
13062
13063 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13064
13065 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13066 long lines.
13067 (gnus-cache-delete-group): Wrap doc strings.
13068
13069 * gnus-agent.el (gnus-agent-rename-group)
13070 (gnus-agent-delete-group): Wrap doc strings.
13071
13072 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13073
13074 * gnus-start.el (gnus-1): Add "native" to
13075 gnus-predefined-server-alist.
13076
13077 * gnus.el (gnus-method-to-server): Don't add "native" to the
13078 lists here, because that leads to problems when
13079 gnus-select-method is bound.
13080
13081 2005-11-09 Simon Josefsson <jas@extundo.com>
13082
13083 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13084 use (not sort-by-date) instead.
13085
13086 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13087
13088 * gnus-delay.el (gnus-delay-group): Don't autoload.
13089 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13090 to be re-loaded when customizing the `gnus-delay' group.
13091
13092 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13093
13094 * message.el: Revert last changes.
13095 (message-insert-citation-line): Use newlines.
13096
13097 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13098
13099 * message.el (message-courtesy-message)
13100 (message-mark-insert-begin, message-mark-insert-end)
13101 (message-elide-ellipsis, message-cancel-message)
13102 (message-add-header, message-change-subject)
13103 (message-cross-post-followup-to-header)
13104 (message-cross-post-insert-note, message-reduce-to-to-cc)
13105 (message-widen-reply, message-delete-not-region)
13106 (message-kill-to-signature, message-insert-signature)
13107 (message-insert-importance-high, message-insert-importance-low)
13108 (message-insert-or-toggle-importance)
13109 (message-insert-disposition-notification-to)
13110 (message-indent-citation, message-yank-original)
13111 (message-cite-original-without-signature, message-cite-original)
13112 (message-insert-citation-line, message-position-on-field)
13113 (message-fix-before-sending, message-send-mail-partially)
13114 (message-send-mail, message-send-mail-with-sendmail)
13115 (message-send-mail-with-qmail, message-send-news)
13116 (message-check-news-header-syntax, message-generate-headers)
13117 (message-insert-courtesy-copy, message-fill-address)
13118 (message-fill-header, message-shorten-references)
13119 (message-setup-1, message-cancel-news)
13120 (message-forward-make-body-plain, message-forward-make-body-mime)
13121 (message-forward-make-body-mml, message-encode-message-body)
13122 (message-forward-make-body-digest-plain)
13123 (message-forward-make-body-digest-mime)
13124 (message-use-alternative-email-as-from): Insert `hard-newline'
13125 instead of ordinary newlines.
13126
13127 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13128
13129 * message.el (message-generate-headers): Downcase the argument
13130 given to message-check-element.
13131
13132 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13133
13134 * nntp.el (nntp-authinfo-rejected): New error condition.
13135 (nntp-wait-for): Use new error condition to signal authentication
13136 error.
13137 (nntp-retrieve-data): Rethrow new error condition to break out of
13138 recursive call to nntp-send-authinfo.
13139
13140 2005-11-08 Romain Francoise <romain@orebokech.com>
13141
13142 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13143 (gnus-summary-exit-map): Bind to `Z p'.
13144 (gnus-summary-make-menu-bar): Add menu item.
13145
13146 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13147
13148 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13149 (gnus-treat-*): Add `first' in all doc strings.
13150
13151 * gnus-group.el (gnus-group-compact-group): Fix typo.
13152
13153 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13154
13155 * gnus.el (gnus-parameters-case-fold-search): New variable.
13156 (gnus-parameters-get-parameter): Use it.
13157
13158 * gnus-score.el (gnus-home-score-file): Doc fix.
13159
13160 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13161
13162 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13163
13164 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13165
13166 * mm-util.el (mm-special-display-p): New function.
13167
13168 * mml.el (mml-preview): Use it; doc fix.
13169
13170 2005-10-29 Romain Francoise <romain@orebokech.com>
13171
13172 * message.el (message-fix-before-sending): Fix comment.
13173
13174 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13175
13176 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13177
13178 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13179
13180 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13181 Used in gnus-score.el.
13182
13183 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13184
13185 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13186
13187 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13188
13189 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13190 whitespace removed in revision 7.8. Use concatenated string to
13191 protect trailing whitespace.
13192
13193 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
13194
13195 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13196 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13197 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13198 Courier IMAP ("some version from 2004"). Mostly based on similar
13199 code in the same function.
13200
13201 2005-10-26 Didier Verna <didier@xemacs.org>
13202
13203 * gnus-group.el (gnus-group-compact-group): Invalidate original
13204 article buffer.
13205 * gnus-srvr.el (gnus-server-compact-server): Ditto.
13206 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13207 NOV database and in article itself.
13208 Invalidate article backlog.
13209
13210 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13211
13212 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13213
13214 2005-10-26 Simon Josefsson <jas@extundo.com>
13215
13216 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13217 part of 2004-07-25 change.
13218
13219 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13220
13221 * message.el (message-display-completion-list): New function.
13222 (message-expand-group): Use it; make sure the Completions buffer
13223 is modifiable.
13224
13225 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13226
13227 * imap.el (imap-open): Handle case where buffer is a buffer object.
13228
13229 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13230
13231 * pgg-def.el:
13232 * pgg-gpg.el:
13233 * pgg-parse.el:
13234 * pgg-pgp.el:
13235 * pgg-pgp5.el:
13236 * pgg.el: Move to the parent lisp directory.
13237
13238 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13239
13240 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13241 user-mail-name is an empty string.
13242
13243 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13246 depending on gnus-score-decay-constant.
13247
13248 * encrypt.el (encrypt-insert-file-contents)
13249 (encrypt-write-file-contents): Don't use `gnus-message'.
13250
13251 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13252 arguments.
13253 (mm-uu-type-alist): Add message-marks and insert-marks.
13254 Pass arguments to mm-uu-verbatim-marks-extract.
13255 (mm-uu-hide-markers): New variable.
13256 (mm-uu-extract): Use face similar to `gnus-cite-3'.
13257
13258 * gnus-fun.el (gnus-convert-image-to-x-face-command)
13259 (gnus-convert-image-to-face-command): Use "convert" by default to
13260 allow other input image formats.
13261 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13262 accordingly.
13263
13264 2005-10-23 Simon Josefsson <jas@extundo.com>
13265
13266 * imap.el (imap-gssapi-program): Align command line parameters
13267 with latest GNU SASL.
13268 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13269
13270 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13271
13272 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13273 HTML.
13274 (nnslashdot-request-article): Ditto.
13275
13276 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13277
13278 * mail-source.el (mail-source-fetch-pop): Require pop3.
13279 (mail-source-check-pop): Ditto.
13280
13281 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13282
13283 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13284 errors.
13285
13286 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13287
13288 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13289 (gnus-treat-strip-leading-blank-lines): Improve doc string.
13290
13291 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13292
13293 * mm-bodies.el (mm-decode-string):
13294 Call `mm-charset-to-coding-system' with allow-override argument.
13295
13296 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13297
13298 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13299 (rfc2047-charset-to-coding-system): New function.
13300 (rfc2047-decode-encoded-words): New function.
13301 (rfc2047-decode-region): Use them.
13302 (rfc2047-decode-cte): Remove.
13303 (rfc2047-parse-and-decode): Remove.
13304 (rfc2047-decode): Remove.
13305
13306 2005-10-15 Kenichi Handa <handa@m17n.org>
13307
13308 * rfc2047.el (rfc2047-decode-cte): New function.
13309 (rfc2047-decode-region): Change the way to decode successive
13310 encoded-words: decode B- or Q-encoding in each encoded-word,
13311 concatenate them, and decode it as charset.
13312
13313 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13314
13315 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
13316 widget-move-and-invoke.
13317 (gnus-custom-mode): Use gnus-custom-map.
13318
13319 2005-10-15 Bill Wohler <wohler@newt.com>
13320
13321 * message.el (message-tool-bar-map): Rename image file from
13322 mail_send to mail/send.
13323
13324 2005-10-16 Masatake YAMATO <jet@gyve.org>
13325
13326 * message.el (message-expand-group): Pass the common
13327 prefix substring of completion to `display-completion-list'.
13328
13329 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
13330
13331 * mml-sec.el (mml-secure-method): New internal variable.
13332 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13333 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13334 New functions using mml-secure-method.
13335
13336 * mml.el (mml-mode-map): Add key bindings for those functions.
13337 (mml-menu): Simplify security menu entries. Suggested by Jesper
13338 Harder <harder@myrealbox.com>.
13339 (mml-attach-file, mml-attach-buffer, mml-attach-external):
13340 Goto end of message if point is the headers of the message.
13341
13342 * message.el (message-in-body-p): New function.
13343
13344 * assistant.el: Autoload gnus-util and netrc.
13345
13346 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13347 Use `mm-charset-override-alist' only when decoding.
13348
13349 * mm-bodies.el (mm-decode-body):
13350 Call `mm-charset-to-coding-system' with allow-override argument.
13351
13352 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13353 `filename' from Content-Disposition if Content-Type doesn't
13354 provide `name'.
13355 (gnus-mime-view-part-as-type): Set default instead of
13356 initial-input.
13357
13358 2005-10-09 Daniel Brockman <daniel@brockman.se>
13359
13360 * format-spec.el (format-spec): Propagate text properties of % spec.
13361
13362 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13363
13364 * gnus-art.el (gnus-treat-predicate): Add `first'.
13365
13366 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13369 (mm-charset-override-alist): New variable.
13370 (mm-charset-to-coding-system): Use it.
13371 (mm-codepage-setup): New helper function.
13372 (mm-charset-eval-alist): New variable.
13373 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13374 Warn about unknown charsets.
13375
13376 2005-10-04 David Hansen <david.hansen@gmx.net>
13377
13378 * nnrss.el (nnrss-request-article): Add support for the comments tag.
13379 (nnrss-check-group): Ditto.
13380
13381 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13382
13383 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13384 Rename x-gnus-verbatim to x-verbatim.
13385 (mm-uu-type-alist): Fix regexp for verbatim-marks.
13386
13387 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13388 x-verbatim.
13389
13390 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13391
13392 * gnus-util.el (gnus-remove-duplicates): Remove.
13393
13394 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13395 instead of gnus-remove-duplicates.
13396
13397 * message.el (message-remove-duplicates): Remove.
13398 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13399 message-remove-duplicates.
13400
13401 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13402 available, else use implementation from `delete-dups'.
13403
13404 * message.el (message-insert-expires): New function.
13405 (message-mode-map): Add key binding.
13406 (message-mode-field-menu): Add menu entry.
13407 (message-mode): Document it.
13408 (message-make-expires-date): Use `message-make-date'.
13409
13410 2005-10-04 Josh Huber <huber@alum.wpi.edu>
13411
13412 * message.el (message-make-expires-date): New function.
13413
13414 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
13415
13416 * time-date.el: Autoload parse-time-string, XEmacs needs it.
13417
13418 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13421 function rather than the diff-mode.el package.
13422 (mm-display-external): Use with-current-buffer.
13423 (mm-viewer-completion-map, mm-viewer-completion-map):
13424 Move initialization inside declaration.
13425
13426 2005-09-29 Simon Josefsson <jas@extundo.com>
13427
13428 * spam.el: Load hashcash when compiling, to avoid warnings.
13429 Don't autoload mail-check-payment.
13430 (spam-check-hashcash): Define unconditionally, since hashcash.el
13431 is part of Gnus now. Ignore errors from payment checking.
13432
13433 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13434
13435 * message.el (message-bold-region, message-unbold-region):
13436 Rename from `bold-region' and `unbold-region'.
13437
13438 * message.el: Remove useless autoloads.
13439
13440 2005-09-28 Simon Josefsson <jas@extundo.com>
13441
13442 * message.el (message-use-idna): Default to t.
13443 (message-use-idna): Test whether encoding works too. Doc fix.
13444
13445 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
13446
13447 * nntp.el (nntp-warn-about-losing-connection): Remove.
13448
13449 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13450
13451 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13452 customizable. Change default value.
13453 (mm-uu-diff-groups-regexp): Change default value.
13454 (mm-uu-type-alist): Add doc string.
13455 (mm-uu-configure): Add doc string. Make it interactive.
13456 (mm-uu-tex-groups-regexp): New variable.
13457 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13458 (mm-uu-type-alist): Add LaTeX documents.
13459 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13460 of "text/verbatim".
13461 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13462
13463 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13464 instead of "text/verbatim".
13465
13466 * message.el (message-mark-inserted-region)
13467 (message-mark-insert-file): Use slrn style marks when called with
13468 prefix argument.
13469
13470 2005-09-27 Simon Josefsson <jas@extundo.com>
13471
13472 * message.el (message-idna-to-ascii-rhs-1): Reformat.
13473
13474 2005-09-27 Arne Jørgensen <arne@arnested.dk>
13475
13476 * message.el (message-remove-duplicates): New function.
13477 Implementation borrowed from `gnus-remove-duplicates'.
13478 (message-idna-to-ascii-rhs): Also encode idna addresses in
13479 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13480 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13481 only ask about the same idna domain once per header and also tell
13482 in what header to replace the idna domain.
13483
13484 * gnus-art.el (article-decode-idna-rhs): Also decode idna
13485 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13486 (article-decode-idna-rhs): Fix regexp so that all idna-address in
13487 a header is decoded and not just the last one.
13488
13489 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13490
13491 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13492 has been decoded.
13493
13494 * mm-decode.el (mm-automatic-display): Add text/verbatim.
13495 (mm-insert-part): Don't modify text if it has been decoded.
13496
13497 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13498 decoded.
13499
13500 * mm-view.el (mm-inline-text): Don't strip text props unless
13501 decoding enriched or richtext parts.
13502
13503 2005-09-25 Romain Francoise <romain@orebokech.com>
13504
13505 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13506 * gnus-start.el (gnus-subscribe-interactively):
13507 * gnus-uu.el (gnus-uu-grab-articles):
13508 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13509 space.
13510
13511 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13512
13513 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13514 * mm-view.el (mm-view-pkcs7-decrypt):
13515 * gnus-sum.el (gnus-summary-limit-to-extra)
13516 (gnus-summary-respool-article, gnus-read-move-group-name):
13517 * gnus-score.el (gnus-summary-increase-score):
13518 * gnus-util.el (gnus-completing-read-with-default):
13519 * gnus-art.el (gnus-read-save-file-name)
13520 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13521 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13522 * message.el (message-check-news-header-syntax):
13523 Follow convention for reading with the minibuffer.
13524
13525 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
13526
13527 * spam-report.el (spam-report-url-ping-plain):
13528 Use gnus-extended-version as User-Agent.
13529
13530 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13531 default value is nil.
13532
13533 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13534 (mm-uu-verbatim-marks-extract): New function.
13535 (mm-uu-extract): New face.
13536 (mm-uu-copy-to-buffer): Use it.
13537
13538 * spam-report.el (spam-report-gmane-ham): Rename from
13539 `spam-report-gmane-unspam'.
13540 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13541 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13542
13543 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13544 Autoload.
13545 (spam-report-gmane-unregister-routine):
13546 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13547
13548 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13549
13550 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13551 (spam-report-gmane-unregister-routine): Add support for gmane
13552 unregistration.
13553
13554 * spam-report.el (spam-report-gmane-unspam)
13555 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13556 (spam-report-gmane): Change to take a single article and do unspam
13557 registration.
13558
13559 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13560
13561 * mm-url.el (mm-url-decode-entities): Fix regexp.
13562
13563 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13564
13565 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13566 default to nil, to be able to use Gnus at all. If the default
13567 switches to something else, then the function should be fixed not
13568 be exceedingly slow.
13569
13570 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13571
13572 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13573 fail hard.
13574
13575 * spam-report.el: Add better Keywords line.
13576
13577 * spam.el: Add Maintainer and better Keywords line.
13578
13579 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13580
13581 * gnus-art.el (gnus-article-replace-part)
13582 (gnus-mime-replace-part): New functions.
13583 (gnus-mime-action-alist, gnus-mime-button-commands)
13584 (gnus-mime-save-part-and-strip): Add file argument.
13585 (gnus-article-part-wrapper): Add interactive argument.
13586
13587 * gnus-sum.el (gnus-summary-mime-map):
13588 Add `gnus-article-replace-part'.
13589
13590 2005-09-19 Didier Verna <didier@xemacs.org>
13591
13592 The nnml compaction feature:
13593 * nnml.el (nnml-request-compact-group): New function.
13594 * nnml.el (nnml-request-compact): New function.
13595 * gnus-int.el (gnus-request-compact-group): New function.
13596 * gnus-int.el (gnus-request-compact): New function.
13597 * gnus-group.el (gnus-group-compact-group): New function.
13598 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13599 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13600 * gnus-srvr.el (gnus-server-compact-server): New function.
13601 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13602 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13603
13604 2005-09-18 Deepak Goel <deego@gnufans.org>
13605
13606 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13607 format spec.
13608
13609 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13610
13611 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13612
13613 2005-09-15 Romain Francoise <romain@orebokech.com>
13614
13615 * message.el (message-fill-paragraph): Clarify docstring.
13616
13617 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13618
13619 * gnus-art.el (gnus-mime-display-part): Protect against broken
13620 MIME messages.
13621
13622 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13623
13624 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13625 before parsing header.
13626
13627 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13628
13629 * html2text.el (html2text-replace-list): Add new entities.
13630
13631 2005-09-11 Romain Francoise <romain@orebokech.com>
13632
13633 * message.el (message-alternative-emails): Improve docstring.
13634 (message-setup-1): Call `message-use-alternative-email-as-from'
13635 after `message-setup-hook' to give it precedence over posting
13636 styles, etc.
13637 (message-use-alternative-email-as-from): Add docstring.
13638 Remove the original From header if present.
13639
13640 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13641 (nnml-save-mail): Use it.
13642
13643 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13644 articles. Add new argument `silent'.
13645 (gnus-uu-mark-all): Report the total number of marked articles.
13646
13647 2005-09-10 Romain Francoise <romain@orebokech.com>
13648
13649 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13650 (gnus-uu-mark-series): Likewise.
13651
13652 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13653
13654 * spam-report.el (spam-report-gmane): Fix generation of spam
13655 report URL.
13656
13657 2005-09-10 Simon Josefsson <jas@extundo.com>
13658
13659 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13660 t, based on discussion on the ding list with Robert Epprecht
13661 <epprecht@solnet.ch>.
13662
13663 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13664
13665 * spam-report.el (spam-report-gmane): Make it work without
13666 X-Report-Spam header. Gmane now only provides Archived-At.
13667 This is only used if `spam-report-gmane-use-article-number' is nil.
13668 (spam-report-gmane-spam-header): Remove. Not used anymore.
13669
13670 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13671 make `gnus-summary-sort-by-recipient' work with threading.
13672
13673 * nnweb.el (nnweb-google-wash-article): Print a message if article
13674 is not available.
13675
13676 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13677
13678 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13679 change. Decode text/* parts content before displaying.
13680
13681 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13682
13683 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13684
13685 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13686
13687 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13688
13689 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13690
13691 * message.el (message-tab-body-function): Fix mismatched custom type.
13692
13693 * gnus.el (gnus-group-change-level-function): Ditto.
13694
13695 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13696
13697 * gnus-art.el (gnus-signature-limit)
13698 (gnus-article-mime-part-function): Ditto.
13699
13700 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13701
13702 * mml.el (mml-mode): Silence the byte compiler.
13703
13704 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13705 using `(sit-for 0)' before moving the point to the specified part;
13706 skip unbuttonized parts.
13707 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13708 return to the summary window if gnus-auto-select-part is non-nil.
13709
13710 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13711
13712 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13713 New variables.
13714 (mml-dnd-attach-file, mml-mode): Use them.
13715
13716 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13717 Make fetching article by MID work again for Google Groups.
13718 Add FIXME concerning gnus-group-make-web-group.
13719
13720 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13721 Don't depend on Gnus by using mail-extract-address-components if
13722 gnus-extract-address-components is not bound.
13723
13724 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13725
13726 * gnus-art.el (gnus-mime-display-security): Don't display the
13727 signature, but only the signed part.
13728
13729 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13730
13731 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13732
13733 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13734 list, not listp.
13735
13736 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13737
13738 * mm-encode.el (mm-encode-content-transfer-encoding):
13739 Likewise when encoding.
13740
13741 * mm-bodies.el (mm-decode-content-transfer-encoding):
13742 De-canonicalize CRLF for all text content types, not just
13743 text/plain.
13744
13745 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13746
13747 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13748 valid article; point arrow and cursor at the MIME button.
13749
13750 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13751
13752 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13753 Suggested by Dan Christensen <jdc@uwo.ca>.
13754
13755 * mm-decode.el (mm-save-part): Enable change of prompt.
13756
13757 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13758
13759 * gnus-msg.el (gnus-inews-add-send-actions):
13760 Make `message-post-method' lambda parameter ARG `&optional'.
13761
13762 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13763
13764 * gnus-sum.el (gnus-summary-mime-map):
13765 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13766 gnus-article-jump-to-part.
13767
13768 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13769 (gnus-article-edit-part): Use it.
13770 (gnus-article-part-wrapper): Add no-handle argument.
13771 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13772 New functions.
13773
13774 2005-08-29 Romain Francoise <romain@orebokech.com>
13775
13776 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13777 docstring.
13778 (gnus-face-from-file): Likewise.
13779
13780 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13781
13782 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13783 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13784 non-nil.
13785 (gnus-auto-select-part): New variable.
13786 (gnus-article-jump-to-part): New function.
13787 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13788 (gnus-mime-delete-part): Allow selecting specified part after
13789 deleting or stripping parts.
13790 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13791 part if argument is bogus.
13792
13793 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13794
13795 * gnus-art.el (w3m-minor-mode-map):
13796 * gnus-spec.el (gnus-newsrc-file-version):
13797 * gnus-util.el (nnmail-active-file-coding-system)
13798 (gnus-original-article-buffer, gnus-user-agent):
13799 * gnus.el (gnus-ham-process-destinations)
13800 (gnus-parameter-ham-marks-alist)
13801 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13802 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13803 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13804 * mm-decode.el (gnus-current-window-configuration):
13805 * mm-extern.el (gnus-article-mime-handles):
13806 * mm-url.el (url-current-object, url-package-name)
13807 (url-package-version):
13808 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13809 (smime-keys, w3m-cid-retrieve-function-alist)
13810 (w3m-current-buffer, w3m-display-inline-images)
13811 (w3m-minor-mode-map):
13812 * mml-smime.el (gnus-extract-address-components):
13813 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13814 (gnus-newsrc-hashtb, message-default-charset)
13815 (message-deletable-headers, message-options)
13816 (message-posting-charset, message-required-mail-headers)
13817 (message-required-news-headers):
13818 * mml1991.el (mc-pgp-always-sign):
13819 * mml2015.el (mc-pgp-always-sign):
13820 * nnheader.el (nnmail-extra-headers):
13821 * rfc1843.el (gnus-decode-encoded-word-function)
13822 (gnus-decode-header-function, gnus-newsgroup-name):
13823 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13824
13825 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13826
13827 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13828 the end of the date treatments.
13829
13830 2005-08-15 Simon Josefsson <jas@extundo.com>
13831
13832 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13833 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13834 Capello and Romain Francoise.
13835 (pgg-fetch-key-function): Remove, not used?
13836 (pgg-insert-url-with-w3): Require url, to get
13837 url-insert-file-contents regardless of where it is defined.
13838
13839 2005-08-13 Romain Francoise <romain@orebokech.com>
13840
13841 * message.el (message-cite-original-1): New function.
13842 (message-cite-original): Use it.
13843 (message-cite-original-without-signature): Ditto.
13844
13845 2005-08-08 Romain Francoise <romain@orebokech.com>
13846
13847 * message.el (message-yank-empty-prefix): New variable.
13848 (message-indent-citation): Use it.
13849 (message-cite-original-without-signature): Respect X-No-Archive.
13850
13851 2005-08-08 Simon Josefsson <jas@extundo.com>
13852
13853 * pgg.el: Autoload url-insert-file-contents instead of loading
13854 w3/url.
13855 (pgg-insert-url-with-w3): Don't load url here.
13856
13857 2005-08-07 Jesper Harder <harder@phys.au.dk>
13858
13859 * message.el (message-kill-to-signature): Don't insert newline at
13860 bol.
13861 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13862
13863 2005-08-06 Romain Francoise <romain@orebokech.com>
13864
13865 * message.el (message-user-fqdn): Fix typo in docstring.
13866
13867 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13868
13869 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13870
13871 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13872
13873 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13874
13875 * mm-bodies.el (mm-encode-body): Use coding system rather than
13876 charset to encode text.
13877
13878 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13879 number of charsets if utf-8 is available (XEmacs).
13880
13881 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13882
13883 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13884 taken from `gnus-button-mid-or-mail-regexp'.
13885 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13886 (gnus-button-alist): Improve regexp for domain part of the MIDs
13887 for news:localpart@domain buttons.
13888 (gnus-button-ctan-directory-regexp): Update.
13889
13890 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13891
13892 * sieve-manage.el (sieve-manage-interactive-login):
13893 Use make-local-variable rather than make-variable-buffer-local.
13894 (sieve-manage-open): Ditto.
13895 (sieve-manage-authenticate): Ditto.
13896
13897 * mml.el (mml-generate-mime-1): Make the content type default to
13898 text/plain if the filename is not specified.
13899
13900 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13901
13902 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13903 instead of insert-buffer.
13904
13905 * message.el (message-yank-original): Ditto; set the mark at the
13906 end of the yanked message.
13907
13908 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13911 lines to scroll rather than to stop it.
13912
13913 * mml.el (mml-generate-default-type): Add doc string.
13914 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13915 default to application/octet-stream when determining the content
13916 type if it is not specified for the part or the mml contents; add
13917 a comment about mml-generate-default-type.
13918
13919 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13920
13921 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13922 make it default to application/octet-stream when determining the
13923 content type if it is not specified for the external contents.
13924
13925 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13926
13927 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13928 segmented parameter but also other parameters might be there.
13929
13930 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13931
13932 * mm-decode.el (mm-display-external): Delete temp file, directory
13933 and buffer immediately if the external process is exited.
13934
13935 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13936
13937 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13938 fewer lines than that of scroll-margin.
13939 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13940
13941 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * gnus-art.el (gnus-article-next-page): Revert.
13944 (gnus-article-beginning-of-window): New macro.
13945 (gnus-article-next-page-1): Use it.
13946 (gnus-article-prev-page): Ditto.
13947 (gnus-article-edit-part): Use insert-buffer-substring instead of
13948 insert-buffer.
13949 (gnus-article-edit-exit): Ditto.
13950
13951 * gnus-util.el (gnus-beginning-of-window): Remove.
13952 (gnus-end-of-window): Remove.
13953
13954 2005-07-25 Simon Josefsson <jas@extundo.com>
13955
13956 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13957 to have the url package without w3. Reported by Daiki Ueno
13958 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13959
13960 2005-07-20 Didier Verna <didier@xemacs.org>
13961
13962 * gnus-diary.el: Remove the description comment (nndiary is now
13963 properly documented in the Gnus manual).
13964 Fix the spelling of "Back End".
13965 * nndiary.el: Ditto.
13966 Fix the copyright notice.
13967
13968 2005-07-18 Romain Francoise <romain@orebokech.com>
13969
13970 * gnus-sum.el (gnus-summary-to-prefix)
13971 (gnus-summary-newsgroup-prefix): New variables.
13972 (gnus-summary-from-or-to-or-newsgroups): Use them.
13973
13974 2005-07-17 Romain Francoise <romain@orebokech.com>
13975
13976 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13977 space as it's generally not especially interesting to the user.
13978
13979 2005-07-16 Romain Francoise <romain@orebokech.com>
13980
13981 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13982 nil to avoid prompting and file modification if one of the
13983 messages at the top of the nnfolder file contains a copyright
13984 notice.
13985 Update copyright notice.
13986
13987 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13988 instead of `current-time-string' as the latter creates a time
13989 string that is not RFC 2822 compliant (it lacks the zone).
13990 Update copyright notice.
13991
13992 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13995 for text/rtf. Display default in prompt. Pass default for M-n.
13996
13997 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13998
13999 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14000
14001 * gnus-msg.el (gnus-button-mailto):
14002 Remove save-selected-window-window hackery because it relies on
14003 save-selected-window internals.
14004
14005 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14006
14007 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14008 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14009 (gnus-article-prev-page): Ditto.
14010
14011 * gnus-util.el (gnus-beginning-of-window): New function.
14012 (gnus-end-of-window): New function.
14013
14014 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14015
14016 * gnus-score.el (gnus-score-edit-all-score):
14017 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14018 gnus-message.
14019
14020 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14021
14022 * gnus-msg.el (gnus-button-mailto):
14023 Remove save-selected-window-window hackery because it relies on
14024 save-selected-window internals.
14025
14026 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14027
14028 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14029 add-minor-mode.
14030 (gnus-binary-mode): Ditto.
14031
14032 * gnus-topic.el (gnus-topic-mode): Ditto.
14033
14034 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14035
14036 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14037 (gnus-article-prev-page): Take scroll-margin into consideration.
14038
14039 2005-07-04 Lute Kamstra <lute@gnu.org>
14040
14041 Update FSF's address in GPL notices.
14042
14043 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14044
14045 * gnus.el (gnus-exit):
14046 * gnus-group.el (gnus-group-icons):
14047 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14048
14049 * gnus-nocem.el (gnus-nocem):
14050 * message.el (message-various, message-buffers, message-sending)
14051 (message-interface, message-forwarding, message-insertion)
14052 (message-headers, message-news, message-mail):
14053 * pgg-gpg.el (pgg-gpg):
14054 * pgg-parse.el (pgg-parse):
14055 * pgg-pgp.el (pgg-pgp):
14056 * pgg-pgp5.el (pgg-pgp5):
14057 * pop3.el (pop3): Finish `defgroup' description with period.
14058
14059 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14060
14061 * gnus-art.el (article-display-face): Improve the efficiency.
14062 (article-display-x-face): Ditto; remove grey x-face stuff.
14063
14064 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * gnus-art.el (article-display-face): Correct the position in
14067 which Faces are inserted.
14068
14069 2005-06-29 Didier Verna <didier@xemacs.org>
14070
14071 * gnus-art.el (article-display-face): Display faces in correct
14072 order.
14073
14074 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14075
14076 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14077 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14078 (gnus-nocem-check-article): Fetch the Type header.
14079 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14080 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14081 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14082 make sure gnus-nocem-hashtb is initialized.
14083 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14084 (gnus-nocem-unwanted-article-p): Ditto.
14085
14086 * pgg.el (pgg-verify): Return the verification result.
14087
14088 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14089
14090 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14091 is ascii.
14092
14093 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14094
14095 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14096 `show-nonbreak-escape'.
14097
14098 2005-06-23 Lute Kamstra <lute@gnu.org>
14099
14100 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14101
14102 * dig.el (dig-mode):
14103 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14104
14105 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * nnimap.el (nnimap-split-download-body): Fix spellings.
14108
14109 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * gnus-art.el (gnus-article-encrypt-body):
14112 * gnus-cus.el (gnus-score-customize):
14113 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14114 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14115
14116 2005-06-16 Arne Jørgensen <arne@arnested.dk>
14117
14118 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14119 header by looking for magic "MII" at the beginnig.
14120
14121 2005-06-16 Miles Bader <miles@gnu.org>
14122
14123 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14124 (assistant-field-face): New backward-compatibility alias for renamed
14125 face.
14126 (assistant-render-text): Use renamed assistant-field face.
14127
14128 * spam.el (spam): Remove "-face" suffix from face name.
14129 (spam-face): New backward-compatibility alias for renamed face.
14130 (spam-face, spam-initialize): Use renamed spam face.
14131
14132 * message.el (message-header-to, message-header-cc)
14133 (message-header-subject, message-header-newsgroups)
14134 (message-header-other, message-header-name)
14135 (message-header-xheader, message-separator, message-cited-text)
14136 (message-mml): Remove "-face" suffix from face names.
14137 (message-header-to-face, message-header-cc-face)
14138 (message-header-subject-face, message-header-newsgroups-face)
14139 (message-header-other-face, message-header-name-face)
14140 (message-header-xheader-face, message-separator-face)
14141 (message-cited-text-face, message-mml-face):
14142 New backward-compatibility aliases for renamed faces.
14143 (message-font-lock-keywords): Use renamed message faces.
14144
14145 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14146 (sieve-test-commands, sieve-tagged-arguments):
14147 Remove "-face" suffix from face names.
14148 (sieve-control-commands-face, sieve-action-commands-face)
14149 (sieve-test-commands-face, sieve-tagged-arguments-face):
14150 New backward-compatibility aliases for renamed faces.
14151 (sieve-control-commands-face, sieve-action-commands-face)
14152 (sieve-test-commands-face, sieve-tagged-arguments-face):
14153 Use renamed sieve faces.
14154
14155 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14156 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14157 (gnus-group-news-3-empty, gnus-group-news-4)
14158 (gnus-group-news-4-empty, gnus-group-news-5)
14159 (gnus-group-news-5-empty, gnus-group-news-6)
14160 (gnus-group-news-6-empty, gnus-group-news-low)
14161 (gnus-group-news-low-empty, gnus-group-mail-1)
14162 (gnus-group-mail-1-empty, gnus-group-mail-2)
14163 (gnus-group-mail-2-empty, gnus-group-mail-3)
14164 (gnus-group-mail-3-empty, gnus-group-mail-low)
14165 (gnus-group-mail-low-empty, gnus-summary-selected)
14166 (gnus-summary-cancelled, gnus-summary-high-ticked)
14167 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14168 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14169 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14170 (gnus-summary-low-undownloaded)
14171 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14172 (gnus-summary-low-unread, gnus-summary-normal-unread)
14173 (gnus-summary-high-read, gnus-summary-low-read)
14174 (gnus-summary-normal-read, gnus-splash):
14175 Remove "-face" suffix from face names.
14176 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14177 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14178 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14179 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14180 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14181 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14182 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14183 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14184 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14185 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14186 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14187 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14188 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14189 (gnus-summary-normal-ticked-face)
14190 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14191 (gnus-summary-normal-ancient-face)
14192 (gnus-summary-high-undownloaded-face)
14193 (gnus-summary-low-undownloaded-face)
14194 (gnus-summary-normal-undownloaded-face)
14195 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14196 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14197 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14198 (gnus-splash-face):
14199 New backward-compatibility aliases for renamed faces.
14200 (gnus-group-startup-message): Use renamed gnus faces.
14201
14202 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14203 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14204 (gnus-server-agent): Remove "-face" suffix from face names.
14205 (gnus-server-agent-face, gnus-server-opened-face)
14206 (gnus-server-closed-face, gnus-server-denied-face)
14207 (gnus-server-offline-face):
14208 New backward-compatibility aliases for renamed faces.
14209 (gnus-server-agent-face, gnus-server-opened-face)
14210 (gnus-server-closed-face, gnus-server-denied-face)
14211 (gnus-server-offline-face): Use renamed gnus faces.
14212
14213 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14214 Remove "-face" suffix from face names.
14215 (gnus-picon-xbm-face, gnus-picon-face):
14216 New backward-compatibility aliases for renamed faces.
14217
14218 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14219 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14220 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14221 (gnus-cite-11): Remove "-face" suffix from face names.
14222 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14223 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14224 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14225 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14226 New backward-compatibility aliases for renamed faces.
14227 (gnus-cite-attribution-face, gnus-cite-face-list)
14228 (gnus-article-boring-faces): Use renamed gnus faces.
14229
14230 * gnus-art.el (gnus-signature, gnus-header-from)
14231 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14232 (gnus-header-content): Remove "-face" suffix from face names.
14233 (gnus-signature-face, gnus-header-from-face)
14234 (gnus-header-subject-face, gnus-header-newsgroups-face)
14235 (gnus-header-name-face, gnus-header-content-face):
14236 New backward-compatibility aliases for renamed faces.
14237 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14238
14239 * gnus-sum.el (gnus-summary-selected-face)
14240 (gnus-summary-highlight): Use renamed gnus faces.
14241 * gnus-group.el (gnus-group-highlight): Likewise.
14242
14243 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14244
14245 * gnus-sieve.el (gnus-sieve-article-add-rule):
14246 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14247 * spam-stat.el (spam-stat-buffer-change-to-spam)
14248 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14249
14250 * message.el (message-is-yours-p):
14251 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14252
14253 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14254
14255 * mm-view.el (mm-inline-text): Withdraw the last change.
14256
14257 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14258
14259 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14260 executing enriched-decode.
14261
14262 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14265 charset of tar files.
14266
14267 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14268
14269 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14270
14271 2005-06-04 Lute Kamstra <lute@gnu.org>
14272
14273 * nnfolder.el (nnfolder-read-folder): Make sure that undo
14274 information is never recorded.
14275
14276 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14279
14280 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
14281
14282 * pop3.el (pop3-apop): Run md5 in the binary mode.
14283
14284 * starttls.el (starttls-set-process-query-on-exit-flag):
14285 Use eval-and-compile.
14286
14287 2005-05-31 Simon Josefsson <jas@extundo.com>
14288
14289 * smime.el (smime-replace-in-string): Define.
14290 (smime-cert-by-ldap-1): Use it.
14291
14292 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
14293
14294 * gnus-art.el (article-display-x-face): Replace
14295 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14296
14297 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14298 set-process-query-on-exit-flag or process-kill-without-query.
14299
14300 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14301 loop instead of replace-regexp.
14302
14303 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14304 instead of process-kill-without-query if it is available.
14305
14306 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14307 instead of find-file-hooks if it is available.
14308
14309 * mml1991.el: Bind pgg-default-user-id when compiling.
14310
14311 * mml2015.el: Bind pgg-default-user-id when compiling.
14312
14313 * nndraft.el (nndraft-request-associate-buffer):
14314 Use write-contents-functions instead of write-contents-hooks if it is
14315 available.
14316
14317 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14318 instead of find-file-hooks if it is available.
14319
14320 * nntp.el (nntp-open-connection): Replace
14321 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14322 (nntp-open-ssl-stream): Ditto.
14323 (nntp-open-tls-stream): Ditto.
14324
14325 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14326 set-process-query-on-exit-flag or process-kill-without-query.
14327 (starttls-open-stream-gnutls): Use it instead of
14328 process-kill-without-query.
14329 (starttls-open-stream): Ditto.
14330
14331 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
14332
14333 * smime.el (smime-cert-by-ldap-1): Don't use
14334 replace-regexp-in-string.
14335
14336 2005-05-31 Arne Jørgensen <arne@arnested.dk>
14337
14338 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14339
14340 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14341 in PEM format. Adjust to the XEmacs compability.
14342
14343 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14344
14345 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14346 by `string-to-number'.
14347 * gnus-agent.el (gnus-agent-regenerate-group)
14348 (gnus-agent-fetch-articles): Ditto.
14349 * gnus-art.el (gnus-button-fetch-group): Ditto.
14350 * gnus-cache.el (gnus-cache-generate-active)
14351 (gnus-cache-articles-in-group): Ditto.
14352 * gnus-group.el (gnus-group-set-current-level)
14353 (gnus-group-insert-group-line): Ditto.
14354 * gnus-score.el (gnus-score-set-expunge-below)
14355 (gnus-score-set-mark-below, gnus-summary-score-effect)
14356 (gnus-summary-score-entry): Ditto.
14357 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14358 (gnus-soup-pack): Ditto.
14359 * gnus-spec.el (gnus-xmas-format): Ditto.
14360 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14361 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14362 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14363 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14364 * nndb.el (nndb-get-remote-expire-response): Ditto.
14365 * nndiary.el (nndiary-parse-schedule-value)
14366 (nndiary-string-to-number, nndiary-request-replace-article)
14367 (nndiary-request-article): Ditto.
14368 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14369 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14370 * nneething.el (nneething-make-head): Ditto.
14371 * nnfolder.el (nnfolder-request-article)
14372 (nnfolder-retrieve-headers): Ditto.
14373 * nnheader.el (nnheader-file-to-number): Ditto.
14374 * nnkiboze.el (nnkiboze-request-article): Ditto.
14375 * nnmail.el (nnmail-process-unix-mail-format)
14376 (nnmail-process-babyl-mail-format): Ditto.
14377 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14378 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14379 (nnmh-request-create-group, nnmh-request-list-1)
14380 (nnmh-request-group, nnmh-request-article): Ditto.
14381 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14382 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14383 * nnsoup.el (nnsoup-make-active): Ditto.
14384 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14385 * nntp.el (nntp-find-group-and-number)
14386 (nntp-retrieve-headers-with-xover): Ditto.
14387 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14388 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14389 (pgg-format-key-identifier): Ditto.
14390 * pop3.el (pop3-last, pop3-stat): Ditto.
14391 * qp.el (quoted-printable-decode-region): Ditto.
14392
14393 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14394 of concat.
14395
14396 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14397
14398 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14399
14400 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14401
14402 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14403
14404 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14405
14406 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14407
14408 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14409
14410 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14411 (gnus-carpal-mode): Ditto.
14412
14413 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14414 (gnus-browse-mode): Ditto.
14415
14416 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14417
14418 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14419
14420 2005-05-29 Richard M. Stallman <rms@gnu.org>
14421
14422 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14423
14424 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14425
14426 * gnus-util.el (gnus-run-mode-hooks): New function.
14427
14428 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14429
14430 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14431
14432 * gnus-agent.el (gnus-agent-make-mode-line-string):
14433 Use mode-line-highlight as mouse-face.
14434
14435 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
14436
14437 * canlock.el (canlock): Change the parent group to news.
14438
14439 * deuglify.el (gnus-outlook-deuglify): Add :group.
14440
14441 * dig.el (dig): Add :group.
14442
14443 * dns-mode.el (dns-mode): Add :group.
14444
14445 * encrypt.el (encrypt): Add :group.
14446
14447 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14448 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14449 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14450 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14451 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14452
14453 * gnus-diary.el (gnus-diary): Add :group.
14454
14455 * gnus.el (gnus-group-news-1-face): Add :group.
14456 (gnus-group-news-1-empty-face): Ditto.
14457 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14458 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14459 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14460 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14461 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14462 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14463 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14464 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14465 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14466 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14467 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14468 (gnus-summary-high-ticked-face): Ditto.
14469 (gnus-summary-low-ticked-face): Ditto.
14470 (gnus-summary-normal-ticked-face): Ditto.
14471 (gnus-summary-high-ancient-face): Ditto.
14472 (gnus-summary-low-ancient-face): Ditto.
14473 (gnus-summary-normal-ancient-face): Ditto.
14474 (gnus-summary-high-undownloaded-face): Ditto.
14475 (gnus-summary-low-undownloaded-face): Ditto.
14476 (gnus-summary-normal-undownloaded-face): Ditto.
14477 (gnus-summary-high-unread-face): Ditto.
14478 (gnus-summary-low-unread-face): Ditto.
14479 (gnus-summary-normal-unread-face): Ditto.
14480 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14481 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14482
14483 * hashcash.el (hashcash): New custom group.
14484 (hashcash-default-payment): Add :group.
14485 (hashcash-payment-alist): Ditto.
14486 (hashcash-default-accept-payment): Ditto.
14487 (hashcash-accept-resources): Ditto.
14488 (hashcash-path): Ditto.
14489 (hashcash-extra-generate-parameters): Ditto.
14490 (hashcash-double-spend-database): Ditto.
14491 (hashcash-in-news): Ditto.
14492
14493 * message.el (message-minibuffer-local-map): Add :group.
14494
14495 * netrc.el (netrc): Add :group.
14496
14497 * sieve-manage.el (sieve-manage-log): Add :group.
14498 (sieve-manage-default-user): Diito.
14499 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14500 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14501 (sieve-manage-authenticators): Ditto.
14502 (sieve-manage-authenticator-alist): Ditto.
14503 (sieve-manage-default-port): Ditto.
14504
14505 * sieve-mode.el (sieve-control-commands-face): Add :group.
14506 (sieve-action-commands-face): Ditto.
14507 (sieve-test-commands-face): Ditto.
14508 (sieve-tagged-arguments-face): Ditto.
14509
14510 * smime.el (smime): Add :group.
14511
14512 * spam-report.el (spam-report): Add :group.
14513
14514 * spam.el (spam, spam-face): Add :group.
14515
14516 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14517
14518 * nntp.el (nntp-next-result-arrived-p): Some news servers may
14519 return \n.\n.\n at the end of articles. Protect against that.
14520 (nntp-with-open-group): Allow debugging.
14521
14522 * nnheader.el (mail-header-set-extra): Make into a function
14523 because I just could't understand how to quote the list properly.
14524
14525 * dns.el (query-dns-cached): New function.
14526
14527 2005-05-26 Lute Kamstra <lute@gnu.org>
14528
14529 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14530
14531 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14532
14533 * gnus-art.el: Don't autoload mail-extract-address-components.
14534
14535 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14536 eval-and-compile to evaluate it.
14537
14538 * hashcash.el: Don't autoload executable-find.
14539
14540 * nndb.el: Don't declare the nndb back end two or more times; don't
14541 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14542
14543 * nntp.el: Autoload format-spec instead of format; use
14544 eval-and-compile to evaluate autoload forms.
14545
14546 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14547
14548 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14549
14550 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14551
14552 * gnus.el (gnus-version-number): Bump version.
14553
14554 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14555
14556 * gnus.el: No Gnus v0.3 is released.
14557
14558 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14559
14560 * gnus-art.el (gnus-article-edit-part): Disable undo.
14561
14562 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14565 gnus-article-date-lapsed-new-header is t if date timer is active;
14566 skip headers in which the original date value is empty.
14567 (gnus-article-save-original-date): Redefine it as a macro.
14568 (gnus-display-mime): Use it.
14569
14570 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14571
14572 * gnus-art.el (article-date-ut): Support converting date in
14573 forwarded parts as well.
14574 (gnus-article-save-original-date): New function.
14575 (gnus-display-mime): Use it.
14576
14577 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14578
14579 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14580 enclosure element of <item>.
14581
14582 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14583
14584 * message.el (message-kill-buffer-query): Rename from
14585 `message-kill-buffer-query-if-modified'. Add :version.
14586
14587 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14588
14589 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14590 window layout.
14591
14592 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14593
14594 * mml.el: Autoload dnd when compiling.
14595
14596 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14597
14598 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14599 x-dnd-*.
14600
14601 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14602
14603 * qp.el (quoted-printable-encode-region): Save excursion.
14604
14605 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14606
14607 * message.el (message-kill-buffer-query-if-modified): Add new variable
14608 so the user can kill a modified message buffer quickly.
14609 (message-kill-buffer): Use it.
14610
14611 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14612
14613 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14614 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14615
14616 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14619 contained in text because xml.el decodes entities) with LFs.
14620
14621 2005-04-11 Lute Kamstra <lute@gnu.org>
14622
14623 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14624 differently.
14625
14626 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * mm-util.el (mm-detect-coding-region): Typo.
14629
14630 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14631
14632 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14633
14634 2005-04-06 Deepak Goel <deego@gnufans.org>
14635
14636 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14637 user-function allow user modifications of the scores.
14638 (spam-stat-score-buffer-user): New function, to allow
14639 user-computed modifications to the score.
14640 (spam-stat-score-buffer-user-functions): List of additional
14641 scoring functions.
14642 (spam-stat-error-holder): Global temporary error holder.
14643 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14644 variable.
14645
14646 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14647
14648 * gnus-registry.el (gnus-registry-clean-empty-function)
14649 (gnus-registry-trim, gnus-registry-fetch-groups)
14650 (gnus-registry-delete-group): Groups that match
14651 `gnus-registry-ignored-groups' are removed from the registry
14652 entries, not just ignored for splitting. This helps clean up the
14653 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14654 to get all the groups a message ID is in.
14655
14656 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14657 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14658 (spam-stat-score-buffer-user-functions): Add :number custom type.
14659
14660 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14661
14662 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14663 argument in XEmacs.
14664
14665 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14666 (nnrss-request-group): Decode group name first.
14667 (nnrss-request-article): Make a text/plain article if mml-to-mime
14668 failed.
14669 (nnrss-get-encoding): Return a compatible encoding according to
14670 nnrss-compatible-encoding-alist.
14671 (nnrss-find-el): Use consp instead of listp.
14672 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14673
14674 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14675
14676 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14677 which Emacs 20 doesn't support.
14678 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14679
14680 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14681
14682 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14683 silence the byte compiler inside the defun.
14684
14685 * gnus-demon.el (parse-time-string): Add autoload.
14686
14687 * gnus-delay.el (parse-time-string): Add autoload.
14688
14689 * gnus-art.el (parse-time-string): Add autoload.
14690
14691 * nnultimate.el (parse-time): Require for `parse-time-string'.
14692
14693 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14694
14695 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14696
14697 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14698
14699 * smime.el (smime-ldap-host-list): Add :version.
14700
14701 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14702
14703 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14704 pass it to `gnus-browse-read-group'.
14705 (gnus-browse-read-group): Add NUMBER argument and pass it to
14706 `gnus-group-read-ephemeral-group'.
14707
14708 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14709 argument and pass it to `gnus-group-read-group'.
14710
14711 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14712
14713 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14714 mm-xemacs-find-mime-charset-1 if we have the mule feature
14715 available at runtime.
14716
14717 2005-03-25 Werner Lemberg <wl@gnu.org>
14718
14719 * nnmaildir.el: Replace `illegal' with `invalid'.
14720
14721 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14722
14723 * gnus-start.el (gnus-display-time-event-handler):
14724 Check display-time-timer at runtime rather than only at load time
14725 in case display-time-mode is turned off in the mean time.
14726
14727 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14728
14729 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14730 used.
14731
14732 * nneething.el (nneething-map-file-directory): Derive from
14733 `gnus-directory'.
14734
14735 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14736 the To/Cc button.
14737
14738 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14739
14740 * nnmaildir.el (nnmaildir-request-accept-article):
14741 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14742
14743 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14744
14745 * gnus-async.el: Require timer-funcs at compile time when in
14746 XEmacs for `run-with-idle-timer'.
14747
14748 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14749
14750 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14751 autoloaded function.
14752
14753 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14754
14755 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14756
14757 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14758
14759 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14760
14761 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14762
14763 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14764 Add gnus-expert-user to default.
14765
14766 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14767
14768 * nnimap.el (nnimap-open-server): Ditto.
14769
14770 * imap.el (imap-authenticate): Fix typo.
14771
14772 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14773
14774 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14775 buffer (since IMAP server might return FETCH response out of
14776 order, and the nntp buffer must be sorted).
14777
14778 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14779
14780 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14781 comparison on string.
14782
14783 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14784 (gnus-agent-score): Rename category keywords to match gnus-cus.
14785 (gnus-agent-summary-fetch-series): Modify to protect against
14786 gnus-agent-summary-fetch-group clearing processable flags.
14787 (gnus-agent-synchronize-group-flags): Update live group buffer as
14788 synchronization may occur due to the user toggle the plugged
14789 status.
14790 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14791 successfully downloaded.
14792 (gnus-agent-expire-group-1): Avoid using markers when the overview
14793 is in ascending order; greatly improves performance.
14794 (gnus-agent-regenerate-group):
14795 Use gnus-agent-synchronize-group-flags to reset read status in both
14796 gnus and server.
14797 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14798
14799 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14800
14801 * message.el: Don't autoload former message-utils variables.
14802 (message-strip-subject-trailing-was): Change doc string.
14803
14804 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14805 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14806 (nnweb-google-search): Add "hl=en" here.
14807 (nnweb-google-parse-1, nnweb-google-create-mapping):
14808 Don't hardcode URL.
14809
14810 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14811
14812 * message.el (message-get-reply-headers, message-followup):
14813 Mention related variables `message-use-followup-to' and
14814 `message-use-mail-followup-to', in the information buffer.
14815
14816 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14817 of broken groups(-beta).google.com.
14818
14819 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14820
14821 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14822 parameter to invoked gnus-request-move-article; remove the
14823 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14824 all at once instead of once per article.
14825 (gnus-summary-remove-process-mark): Accept a list of articles as
14826 well as a single article for processing.
14827
14828 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14829 parameter.
14830
14831 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14832
14833 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14834
14835 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14836 parameter.
14837
14838 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14839 parameter.
14840
14841 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14842 parameter and remove the gnus-sum-hint-move-is-internal variable.
14843
14844 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14845 parameter.
14846
14847 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14848 parameter.
14849
14850 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14851 parameter.
14852
14853 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14854
14855 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14856 parameter.
14857
14858 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14859 parameter.
14860
14861 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14864 a more conservative way.
14865
14866 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14867
14868 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14869 buffer, so it moves the window's cursor.
14870
14871 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14872
14873 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14874 `mm-dissect-multipart' and receive the from field as an (optional)
14875 argument from `mm-dissect-multipart'.
14876 (mm-dissect-multipart): Receive the from field as an argument and
14877 pass it on when we call `mm-dissect-buffer' on MIME parts.
14878 Fixes verification/decryption of signed/encrypted MIME parts.
14879
14880 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14881
14882 * gnus-sum.el (gnus-summary-move-article):
14883 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14884 whatever it calls (right now, only nnimap-request-move article
14885 respects it).
14886
14887 * nnimap.el (nnimap-request-move-article):
14888 When gnus-sum-hint-move-is-internal is set, don't do the extra
14889 nnimap-request-article.
14890
14891 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14892
14893 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14894
14895 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14896 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14897
14898 * gnus-sum.el (gnus-summary-caesar-message):
14899 Apply `gnus-treat-article' after rotation.
14900
14901 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14902 doc string.
14903
14904 2005-02-22 Simon Josefsson <jas@extundo.com>
14905
14906 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14907 `password-cache-expiry' instead). Reported by Arne Jørgensen
14908 <arne@arnested.dk>.
14909 (encrypt): Add password-cache and password-cache-expiry as group
14910 members.
14911
14912 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14913
14914 * smime.el (smime-ldap-host-list): Doc fix.
14915 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14916 cache) password.
14917 (smime-sign-region): Use it.
14918 (smime-decrypt-region): Use it.
14919 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14920 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14921 fails.
14922 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14923 certificate from DER to PEM format rather than calling openssl.
14924
14925 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14926
14927 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14928 for signing/encryption.
14929
14930 * mml.el (mml-parse-1): Use them.
14931
14932 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14933
14934 * nnrss.el (nnrss-verbose): Remove.
14935 (nnrss-request-group): Use `nnheader-message' instead.
14936
14937 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14938
14939 * nnrss.el (nnrss-verbose): New variable.
14940 (nnrss-request-group): Make it say nnrss is requesting a group.
14941
14942 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14943
14944 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14945 Handle news URL with given port correctly.
14946
14947 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14948
14949 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14950 containing special characters.
14951
14952 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14953
14954 * mml.el (mime-to-mml): Ditto.
14955
14956 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14957 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14958 (rfc2047-decode-region): Quote decoded words containing special
14959 characters when rfc2047-quote-decoded-words-containing-tspecials
14960 is non-nil.
14961
14962 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14963
14964 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14965
14966 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14967
14968 2005-02-15 Simon Josefsson <jas@extundo.com>
14969
14970 * nnimap.el (nnimap-debug): Doc fix.
14971
14972 * imap.el (imap-debug): Doc fix.
14973
14974 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14975
14976 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14977
14978 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14979
14980 * gnus.el (spam-contents): Improve docs for spam-contents
14981 parameter in its variable incarnation.
14982
14983 2005-02-14 Simon Josefsson <jas@extundo.com>
14984
14985 * smime-ldap.el: Use require instead of load-library for ldap.
14986 (smime-ldap-search): Indent.
14987 (smime-ldap-search-internal): Shorten line.
14988
14989 * smime.el (smime-cert-by-dns): Add doc-string.
14990 (smime-cert-by-ldap-1): Indent.
14991
14992 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14993 mml-smime-get-dns-ldap.
14994 (mml-smime-encrypt-query): Use new function. Default to ldap.
14995
14996 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14997
14998 * smime.el: Require smime-ldap.
14999 (smime-ldap-host-list): New variable.
15000 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15001
15002 * mml-smime.el (mml-smime-encrypt-query): New function.
15003 (mml-smime-encrypt-query): Use it.
15004
15005 * smime-ldap.el: New file.
15006
15007 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15010
15011 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15012
15013 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15014 argument in doc string. Make query for type more clear.
15015
15016 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15017
15018 * gnus.el (gnus-group-startup-message): Search for gnus images in
15019 etc/images/gnus.
15020 * mm-util.el (mm-image-load-path): Likewise.
15021 * smiley.el (smiley-data-directory): Search for smilies in
15022 etc/images/smilies.
15023
15024 2005-02-09 Kim F. Storm <storm@cua.dk>
15025
15026 Change Emacs release version from 21.4 to 22.1 throughout.
15027 Change Emacs development version from 21.3.50 to 22.0.50.
15028
15029 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15030
15031 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15032
15033 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15034 non-Mule XEmacs as well.
15035 (mm-decompress-buffer): Signal an error intentionally if it does
15036 not decompress compressed data because auto-compression-mode is
15037 disabled.
15038
15039 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15040
15041 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15042 an ID in the registry even if it has no groups.
15043
15044 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15045
15046 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15047 merge it into mm-decompress-buffer.
15048 (gnus-mime-copy-part): Use the MIME part charset, the value which
15049 a user specified or gnus-newsgroup-charset for decoding, like
15050 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15051 save-buffer what was used. Suggested by Kevin Ryde
15052 <user42@zip.com.au>.
15053 (gnus-mime-inline-part): Allow the name parameter as well as the
15054 filename parameter; force decompressing of compressed data; always
15055 display contents being not decoded as unibyte.
15056
15057 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15058 as well as the filename parameter.
15059
15060 * mm-util.el (mm-decompress-buffer):
15061 Merge gnus-mime-jka-compr-maybe-uncompress.
15062 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15063 of compressed data.
15064
15065 2005-02-08 Simon Josefsson <jas@extundo.com>
15066
15067 * imap.el (imap-log): Doc fix.
15068
15069 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15070
15071 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15072 the coding cookies; decompress compressed parts.
15073
15074 * mml.el (mml-generate-mime-1): Add the charset parameter according
15075 to the value which a user specified manually or the coding cookie.
15076
15077 * mm-util.el (mm-string-to-multibyte): New function.
15078 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15079 (mm-coding-system-to-mime-charset): New function.
15080 (mm-decompress-buffer): New function.
15081 (mm-find-buffer-file-coding-system): New function.
15082
15083 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15084 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15085 parts.
15086
15087 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15088
15089 * mm-view.el (mm-display-inline-fontify): Decode a part according
15090 to the charset parameter.
15091
15092 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15093
15094 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15095 prefix arg is neither nil nor a number, as info specifies.
15096
15097 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15098
15099 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15100 timestamps.
15101
15102 2005-02-02 Jari Aalto <jari.aalto@cante.net>
15103
15104 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15105 groups error checking and notify user.
15106
15107 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15108
15109 * message.el (message-send-mail-function): Check existence of
15110 sendmail-program first before using default value
15111 `message-send-mail-with-sendmail'. Otherwise use more generic
15112 `smtpmail-send-it'.
15113
15114 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15115
15116 * nntp.el (nntp-request-update-info): Always return nil.
15117
15118 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15119
15120 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15121
15122 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * message.el (message-beginning-of-line): Change the behavior when
15125 invoked between BOL and : so that it first moves backward.
15126
15127 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15128
15129 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15130 article buffer when editing of the article is discarded.
15131 (gnus-article-prepare): Revert.
15132
15133 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15134
15135 * gnus-art.el (gnus-article-prepare):
15136 Remove message-strip-forbidden-properties from the local hook.
15137
15138 2005-01-27 Simon Josefsson <jas@extundo.com>
15139
15140 * password.el (password-cache-add): Only start one timer per key.
15141 Reported by Derek Atkins <warlord@MIT.EDU>.
15142
15143 2005-01-26 Steve Youngs <steve@sxemacs.org>
15144
15145 * run-at-time.el: Remove. It is no longer needed as
15146 timer-funcs.el in the xemacs-base package has a working version of
15147 `run-at-time'.
15148
15149 * password.el: Require timer-funcs instead of run-at-time in
15150 XEmacs.
15151 Remove `password-run-at-time' macro.
15152 (password-cache-add): Use `run-at-time' instead of
15153 `password-run-at-time'.
15154
15155 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15156 for `run-with-idle-timer'.
15157
15158 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15159 for `run-at-time'.
15160
15161 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15162 for `with-timeout'.
15163
15164 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15165
15166 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15167 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15168
15169 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15170
15171 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15172 sensitively.
15173
15174 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15175
15176 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15177
15178 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15179
15180 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15181 which will be inserted according to the multibyteness of a buffer
15182 rather than the type of contents. Suggested by ARISAWA Akihiro
15183 <ari@mbf.ocn.ne.jp>.
15184
15185 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15186 of string which old xml.el may return rather than a string.
15187
15188 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15189
15190 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15191
15192 2005-01-16 Simon Josefsson <jas@extundo.com>
15193
15194 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15195 idn/idna.el isn't available.
15196 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15197 <michael@waxrat.com>.
15198
15199 * hashcash.el: Remove non-FSF copyright header.
15200
15201 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15202 (hashcash-generate-payment): Use it.
15203 (hashcash-generate-payment-async): Use it.
15204
15205 2005-01-15 Simon Josefsson <jas@extundo.com>
15206
15207 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15208 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15209
15210 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15211 gnus-summary-idna-message.
15212 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15213 (gnus-summary-idna-message): New function.
15214
15215 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15216
15217 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15218 gnus-novice-user.
15219
15220 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15221
15222 * nnrss.el (nnrss-request-delete-group): Delete entries in
15223 nnrss-group-alist as well.
15224 (nnrss-save-server-data): Insert newline.
15225
15226 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15227
15228 * gnus.el (gnus-user-agent): Use list of symbols instead of
15229 symbols. Display full version number for (S)XEmacs.
15230 Optionally display (S)XEmacs codename.
15231
15232 * gnus-util.el (gnus-emacs-version): Update for new
15233 `gnus-user-agent'.
15234
15235 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15236 Gnus version.
15237
15238 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15239
15240 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15241 which is unreadable in some setups.
15242
15243 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15244
15245 * gnus-spec.el (gnus-update-format-specifications): Flush the
15246 group format spec cache if it doesn't support decoded group names.
15247
15248 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15249
15250 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15251 Allow to apply decay on score files matching a regexp.
15252
15253 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
15254
15255 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15256 compatibility in %g and %c.
15257
15258 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
15259
15260 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15261 name for only %g and %c.
15262 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15263 of gnus-tmp-group to decoded group name.
15264 (gnus-group-make-rss-group): Exclude `/'s from group names.
15265
15266 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
15267
15268 * nnrss.el (nnrss-get-encoding): Fix regexp.
15269
15270 2004-12-27 Simon Josefsson <jas@extundo.com>
15271
15272 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15273 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15274 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
15275
15276 2004-12-17 Kim F. Storm <storm@cua.dk>
15277
15278 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15279
15280 * gnus-sum.el (gnus-summary-mode-map): Likewise.
15281
15282 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15283
15284 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15285
15286 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
15287
15288 * nnrss.el: Require rfc2047 and mml.
15289 (nnrss-file-coding-system): New variable.
15290 (nnrss-format-string): Redefine it as an inline function.
15291 (nnrss-decode-group-name): New function.
15292 (nnrss-string-as-multibyte): Remove.
15293 (nnrss-retrieve-headers): Decode group name; don't use
15294 nnrss-format-string.
15295 (nnrss-request-group): Decode group name.
15296 (nnrss-request-article): Decode group name; allow a Message-ID as
15297 well as an article number; don't use nnrss-format-string; encode a
15298 Message-ID string which may contain non-ASCII characters; use
15299 mml-to-mime to compose a MIME article.
15300 (nnrss-request-expire-articles): Decode group name.
15301 (nnrss-request-delete-group): Decode group name.
15302 (nnrss-fetch): Clarify error message.
15303 (nnrss-read-server-data): Use insert-file-contents instead of load;
15304 bind file-name-coding-system; use multibyte buffer.
15305 (nnrss-save-server-data): Bind coding-system-for-write to the
15306 value of nnrss-file-coding-system; bind file-name-coding-system;
15307 add coding cookie.
15308 (nnrss-read-group-data): Use insert-file-contents instead of load;
15309 bind file-name-coding-system; use multibyte buffer.
15310 (nnrss-save-group-data): Bind coding-system-for-write to the
15311 value of nnrss-file-coding-system; bind file-name-coding-system.
15312 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15313 make it work with non-ASCII text.
15314 (nnrss-find-el): Make it work with old xml.el as well.
15315
15316 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15317
15318 * nnrss.el (nnrss-get-encoding): New function.
15319 (nnrss-fetch): Use unibyte buffer initially; bind
15320 coding-system-for-read while performing mm-url-insert; remove ^Ms;
15321 decode contents according to the encoding attribute.
15322 (nnrss-save-group-data): Add coding cookie.
15323 (nnrss-mime-encode-string): New function.
15324 (nnrss-check-group): Use it to encode subject and author.
15325
15326 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
15327
15328 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15329 imaginary variable.
15330
15331 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15332
15333 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15334 correctly even if there are wide characters.
15335
15336 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15337
15338 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15339 downcased symbol names; make a new cache instead of reusing
15340 bbdb-hashtable.
15341
15342 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15343
15344 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15345 concatenating segments rather than before concatenating them.
15346 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15347
15348 * message.el (message-get-reply-headers): Bind `extra'.
15349
15350 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15351
15352 * message.el (message-extra-wide-headers): New variable.
15353 (message-get-reply-headers): Use it.
15354
15355 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15356
15357 * gnus-agent.el (gnus-agent-group-path): Decode group name.
15358 (gnus-agent-group-pathname): Ditto.
15359
15360 * gnus-cache.el (gnus-cache-file-name): Decode group name.
15361
15362 * gnus-group.el (gnus-group-make-group): Decode group name.
15363 (gnus-group-make-rss-group): Register the group data after opening
15364 the nnrss group.
15365
15366 2004-12-17 Paul Jarc <prj@po.cwru.edu>
15367
15368 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15369 by expiry now get marked as read.
15370
15371 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15372
15373 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15374
15375 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
15376
15377 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15378 unify Latin characters in XEmacs.
15379 (mm-find-mime-charset-region): Use it.
15380
15381 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * gnus-util.el (gnus-delete-directory): New function.
15384
15385 * gnus-agent.el (gnus-agent-delete-group): Use it.
15386
15387 * gnus-cache.el (gnus-cache-delete-group): Use it.
15388
15389 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15390
15391 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15392 names.
15393
15394 2004-12-16 Simon Josefsson <jas@extundo.com>
15395
15396 * hashcash.el (hashcash-payment-alist): Fix custom :type.
15397
15398 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
15399
15400 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15401
15402 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15403 (gnus-group-set-current-level): Decode group name.
15404
15405 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
15406
15407 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15408 failed.
15409
15410 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
15411
15412 * gnus-group.el (gnus-group-delete-group): Decode group name.
15413 (gnus-group-make-rss-group): Encode group name.
15414 (gnus-group-catchup-current): Decode group name.
15415 (gnus-group-kill-group): Decode group name.
15416
15417 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15418
15419 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15420
15421 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
15422
15423 * gnus-group.el (gnus-group-make-rss-group):
15424 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15425
15426 * gnus-start.el (gnus-setup-news): Honor user's setting to
15427 gnus-message-archive-method. Suggested by Lute Kamstra
15428 <lute@gnu.org>.
15429
15430 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
15431
15432 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15433 global counterparts of the buffer-local variables.
15434
15435 2004-11-16 Romain Francoise <romain@orebokech.com>
15436
15437 * gnus-sum.el (gnus-summary-exit): Don't clear the global
15438 counterparts of the buffer-local variables.
15439
15440 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15441
15442 * message.el (message-forbidden-properties): Fix typo in doc
15443 string.
15444
15445 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15446
15447 * gnus-util.el (gnus-replace-in-string): Add doc string.
15448
15449 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15450 to avoid problems when splitting mails with many recipients.
15451
15452 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15453
15454 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15455 pop-to-buffer, covered by the subsequent gnus-configure-windows.
15456
15457 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
15458
15459 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15460 if there is no hashtable in memory or file modification time is
15461 newer than cached timestamp.
15462
15463 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
15464
15465 * gnus-sum.el (gnus-summary-limit-to-recipient):
15466 Implement not-matching option.
15467
15468 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
15469
15470 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15471 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15472 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15473 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15474 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
15475 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15476
15477 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
15478
15479 * message.el (message-forward-make-body-mml): Remove headers
15480 according to message-forward-ignored-headers if a message is decoded.
15481
15482 2004-12-02 Romain Francoise <romain@orebokech.com>
15483
15484 * message.el (message-forward-make-body-plain): Always remove
15485 headers according to message-forward-ignored-headers.
15486
15487 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
15488
15489 * spam.el (spam-summary-prepare-exit): Remove the
15490 gnus-summary-limit pop for now, it has problems with ham marks for
15491 me.
15492
15493 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
15494
15495 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15496 correctly.
15497
15498 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
15499
15500 * format-spec.el (format-spec): Message the char.
15501
15502 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
15503
15504 * gnus-art.el (gnus-split-methods): Reformat comments.
15505
15506 * spam.el (spam-summary-prepare-exit): Remove article limits
15507 before exiting the summary buffer.
15508
15509 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15510
15511 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15512 order to silence the byte compiler.
15513
15514 * spam.el: Fix the way to silence the byte compiler, which
15515 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15516 bbdb-search-simple, spam-BBDB-register-routine,
15517 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15518 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15519 spam-stat-buffer-is-spam, spam-stat-load,
15520 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15521 spam-stat-save and spam-stat-split-fancy.
15522
15523 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15524
15525 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15526 which may confuse users.
15527 (canlock-password-for-verify): Ditto.
15528
15529 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15530
15531 * gnus-art.el (gnus-emphasis-alist): Ditto.
15532
15533 * gnus-registry.el (gnus-registry-max-entries): Ditto.
15534
15535 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15536
15537 * gnus-start.el (gnus-save-killed-list): Ditto.
15538
15539 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15540 (gnus-sum-thread-tree-root): Ditto.
15541 (gnus-sum-thread-tree-false-root): Ditto.
15542 (gnus-sum-thread-tree-single-indent): Ditto.
15543
15544 * message.el (message-courtesy-message): Ditto.
15545 (message-archive-note): Ditto.
15546 (message-subscribed-address-file): Ditto.
15547 (message-user-fqdn): Ditto.
15548
15549 * spam-report.el (spam-report-gmane-regex): Ditto.
15550
15551 * spam.el (spam-blackhole-good-server-regex): Ditto.
15552
15553 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15554
15555 * mml.el (mml-preview): Widen the message buffer before copying
15556 the contents to the preview buffer; sort headers before previewing.
15557
15558 * message.el (message-hidden-headers): Fix the way to avoid a bug
15559 in the `repeat' widget in Emacs 21.3 or earlier.
15560
15561 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * message.el (message-hidden-headers): Default to "^References:".
15564 Improve customization type. Suggested by Reiner Steib
15565 <Reiner.Steib@gmx.de>.
15566
15567 2004-11-25 Romain Francoise <romain@orebokech.com>
15568
15569 * message.el (message-strip-forbidden-properties): Remove check for
15570 obsolete `message-hidden' text property, hidden headers are not
15571 accessible in the buffer anymore.
15572
15573 2004-11-22 Romain Francoise <romain@orebokech.com>
15574
15575 * message.el (message-header-format-alist): Add `From' in list
15576 so that it can be sorted.
15577 (message-fix-before-sending): Widen and sort headers before
15578 sending.
15579 (message-hide-headers): Use narrowing to hide headers by moving
15580 them to the top of the buffer and narrowing to the region
15581 underneath.
15582
15583 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15584
15585 * message.el (message-strip-forbidden-properties):
15586 Bind buffer-read-only (etc) to nil.
15587
15588 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15589
15590 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15591 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15592
15593 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15594
15595 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15596
15597 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15598
15599 * dns.el (query-dns): Use sit-for to time instead of
15600 accept-process-output, since that doesn't seem to work on udp
15601 sockets.
15602
15603 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15604
15605 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15606
15607 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15608
15609 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15610 doc string. Improve doc string.
15611
15612 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15613
15614 * nntp.el (nntp-request-update-info): Return nil if
15615 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15616 may not call gnus-activate-group which uselessly issues the GROUP
15617 commands for all nntp groups and wastes time. Reported by Romain
15618 Francoise <romain@orebokech.com>.
15619
15620 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15621
15622 2004-11-15 Simon Josefsson <jas@extundo.com>
15623
15624 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15625 headers separately.
15626 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15627 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15628
15629 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15630
15631 * gnus-start.el (gnus-convert-old-newsrc):
15632 Assign legacy-gnus-agent to 5.10.7.
15633
15634 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15635
15636 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15637 start of the lines.
15638
15639 2004-11-14 Magnus Henoch <mange@freemail.hu>
15640
15641 * hashcash.el (hashcash-default-payment): Change default to 20.
15642 (hashcash-default-accept-payment): Change default to 20.
15643 (hashcash-process-alist): New variable.
15644 (hashcash-generate-payment-async): Add.
15645 (hashcash-already-paid-p): Add.
15646 (hashcash-insert-payment): Don't generate payments twice.
15647 (hashcash-insert-payment-async): Add.
15648 (hashcash-insert-payment-async-2): Add.
15649 (hashcash-cancel-async): Add.
15650 (hashcash-wait-async): Add.
15651 (hashcash-processes-running-p): Add.
15652 (hashcash-wait-or-cancel): Add.
15653 (mail-add-payment): New optional argument. Conditionally start
15654 asynchronous calculation.
15655 (mail-add-payment-async): Add.
15656
15657 * message.el (message-send-mail): Wait for asynchronous hashcash
15658 results. Don't clobber existing X-Hashcash headers.
15659 (message-setup-1): Call mail-add-payment-async when
15660 message-generate-hashcash is non-nil.
15661
15662 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15663
15664 * message.el (message-use-alternative-email-as-from): Examine the
15665 From header as well; use message-make-from in order to include a
15666 user's full name.
15667
15668 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15669
15670 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15671 default; improve customization type.
15672 (gnus-emphasis-custom-with-format): New macro.
15673 (gnus-emphasis-custom-value-to-external): New function.
15674 (gnus-emphasis-custom-value-to-internal): New function.
15675
15676 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15677
15678 * dns.el (query-dns): Resolve reverse addresses.
15679
15680 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15681
15682 * gnus-group.el (gnus-group-get-new-news): Use it.
15683
15684 * gnus-start.el (gnus-check-reasonable-setup): New function.
15685
15686 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15687
15688 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15689 "Args out of range" error. Reported by Arnaud Giersch
15690 <arnaud.giersch@free.fr>.
15691
15692 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15693
15694 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15695
15696 2004-11-04 Richard M. Stallman <rms@gnu.org>
15697
15698 * spam.el (spam group): Add :version.
15699
15700 * pgg-def.el (pgg group): Add :version.
15701
15702 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15703
15704 * gnus-art.el (gnus-article-edit-article): Don't associate the
15705 article buffer with a draft file. This is a temporary measure
15706 against the 2004-08-22 change to gnus-article-edit-mode.
15707
15708 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15709
15710 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15711 (html2text-format-tags): Remove unused variable `attr'.
15712
15713 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15714
15715 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15716
15717 * spam-stat.el (spam-stat): Add :version.
15718
15719 * sieve.el (sieve): Add :version.
15720
15721 * sha1.el (sha1): Add :version.
15722 (sha1-use-external): Remove redundant version.
15723
15724 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15725 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15726 (nnmail-split-fancy-match-partial-words)
15727 (nnmail-split-lowercase-expanded): Add :version.
15728
15729 * nndiary.el (nndiary): Add :version.
15730
15731 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15732
15733 * mml-sec.el (mml-default-sign-method)
15734 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15735 Add :version.
15736
15737 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15738
15739 * mm-url.el (mm-url-use-external, mm-url-program)
15740 (mm-url-arguments): Add :version.
15741
15742 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15743 (mm-attachment-file-modes, mm-decrypt-option)
15744 (mm-w3m-safe-url-regexp): Add :version.
15745
15746 * message.el (message-cite-prefix-regexp)
15747 (message-sendmail-envelope-from, message-minibuffer-local-map)
15748 (message-user-fqdn, message-completion-alist): Add :version.
15749
15750 * gnus-win.el (gnus-configure-windows-hook)
15751 (gnus-use-frames-on-any-display): Add :version.
15752
15753 * gnus-art.el (gnus-article-address-banner-alist)
15754 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15755 (gnus-treat-from-picon, gnus-treat-mail-picon)
15756 (gnus-treat-x-pgp-sig): Add :version.
15757
15758 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15759 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15760 (gnus-summary-article-delete-hook)
15761 (gnus-summary-display-while-building): Add :version.
15762
15763 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15764 (gnus-get-top-new-news-hook): Add :version.
15765
15766 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15767 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15768
15769 * gnus-registry.el (gnus-registry): Add :version.
15770
15771 * gnus-spec.el (gnus-use-correct-string-widths)
15772 (gnus-make-format-preserve-properties): Add :version.
15773
15774 * gnus.el (gnus-group-charter-alist)
15775 (gnus-group-fetch-control-use-browse-url)
15776 (gnus-install-group-spam-parameters): Add :version.
15777
15778 * gnus-diary.el (gnus-diary): Add :version.
15779
15780 * gnus-delay.el (gnus-delay): Add :version.
15781
15782 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15783 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15784 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15785 Add :version.
15786
15787 * gnus-agent.el (gnus-agent-max-fetch-size)
15788 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15789 (gnus-agent-prompt-send-queue): Add :version.
15790
15791 * deuglify.el (gnus-outlook-deuglify): Add :version.
15792
15793 * html2text.el: Beautify code. Improve doc strings.
15794 Some checkdoc cleanup.
15795 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15796
15797 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15798
15799 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15800
15801 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15802
15803 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15804 when package is loaded.
15805
15806 * spam.el (spam-summary-score-preferred-header): Add global preference
15807 for people who want to override the default SpamAssassin over
15808 Bogofilter preference (when both are set).
15809 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15810 (spam-user-format-function-S):
15811 Check spam-summary-score-preferred-header.
15812 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15813 (spam-user-format-function-S): Format the score correctly.
15814
15815 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15816
15817 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15818 signature file. Suggested by Manoj Srivastava
15819 <srivasta@golden-gryphon.com>.
15820
15821 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15822 iso-2022-jp even in the Japanese language environment.
15823 Suggested by Jason Rumney <jasonr@gnu.org>.
15824
15825 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15826
15827 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15828 use the same characters as the dummy marks; make it free from
15829 getting affected by the language environment.
15830 (gnus-summary-read-group-1): Update mark positions only when the
15831 format spec is updated.
15832
15833 * gnus-spec.el (gnus-update-format-specifications): Return a list
15834 of updated types.
15835
15836 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15837
15838 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15839 of boundp to check if display-warning is available.
15840
15841 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15842
15843 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15844
15845 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15846
15847 * nnspool.el (nnspool-spool-directory): Use news-path if the
15848 news-directory variable is not bound.
15849
15850 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15851 function instead of display-warning if it is not available.
15852
15853 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15854
15855 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15856 v5-10: Use `point-at-bol'.
15857
15858 2004-10-26 Simon Josefsson <jas@extundo.com>
15859
15860 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15861 <chenggao@gmail.com>.
15862
15863 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15864
15865 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15866 instead.
15867
15868 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15869
15870 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15871 to remove a server from the nnimap-server-buffer-alist.
15872 (nnimap-open-connection, nnimap-close-server): Use it.
15873
15874 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15875
15876 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15879 running the major-mode function.
15880
15881 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15882
15883 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15884 dummy marks in the right way.
15885
15886 2004-10-18 David Edmondson <dme@dme.org>
15887
15888 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15889 excessively.
15890
15891 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15892
15893 * gnus-util.el (gnus-split-references): Accept a nil references
15894 string and go on blissfully.
15895
15896 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15897 cases where the references string is non-nil but has no references.
15898
15899 * encrypt.el: Add autoload tags.
15900
15901 * spam.el (spam-resolve-registrations-routine): Remove article
15902 from unregistration list too. Reported by David Hanak
15903 <dhanak@isis.vanderbilt.edu>
15904
15905 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15906
15907 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15908 nil. Change custom type.
15909
15910 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15913
15914 * gnus-sum.el (gnus-summary-move-article): Use it.
15915
15916 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15917
15918 * encrypt.el: Add autoload cookies.
15919
15920 * spam.el (spam-backend-article-list-property)
15921 (spam-backend-get-article-todo-list)
15922 (spam-backend-put-article-todo-list)
15923 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15924 Resolve registrations separately.
15925 (spam-register-routine): Format comments.
15926 (spam-unregister-routine, spam-register-routine): Always call with
15927 specific-articles, no default list.
15928 (spam-summary-prepare-exit): Use the spam-classifications function.
15929
15930 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15931 gnus-encrypt.el.
15932
15933 * encrypt.el: Copied from gnus-encrypt.el.
15934
15935 * gnus-encrypt.el: Commented that it's obsolete.
15936
15937 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15938
15939 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15940 (gnus-score-save): Use it.
15941
15942 * message.el (message-bury): Use `window-dedicated-p'.
15943
15944 2004-10-15 Simon Josefsson <jas@extundo.com>
15945
15946 * pop3.el (top-level): Don't require nnheader.
15947 (pop3-read-timeout): Add.
15948 (pop3-accept-process-output): Add.
15949 (pop3-read-response, pop3-retr): Use it.
15950
15951 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15952
15953 * spam.el (spam-register-routine): Move comment.
15954 (spam-verify-bogofilter): Use 'unknown for the initial
15955 spam-bogofilter-valid state, not 'never.
15956
15957 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15958 for netrc-machine.
15959
15960 * nnimap.el (nnimap-open-connection):
15961 Use netrc-machine-user-or-password.
15962
15963 2004-10-17 Richard M. Stallman <rms@gnu.org>
15964
15965 * gnus-registry.el (gnus-registry-unload-hook):
15966 Set as a variable with add-hook.
15967
15968 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15969 of news-path.
15970
15971 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15972
15973 * spam.el: Delete duplicate `provide'.
15974 (spam-unload-hook): Set as a variable with add-hook.
15975
15976 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15977
15978 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15979 in the doc string.
15980
15981 * message.el (message-ignored-news-headers)
15982 (message-ignored-supersedes-headers)
15983 (message-ignored-resent-headers)
15984 (message-forward-ignored-headers): Improve custom type.
15985
15986 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15987
15988 * message.el (message-tokenize-header): Fix 2004-09-06 change
15989 which used point-min in the wrong place.
15990
15991 2004-10-12 Simon Josefsson <jas@extundo.com>
15992
15993 * tls.el (tls-certtool-program): New variable.
15994 (tls-certificate-information): New function, based on
15995 ssl-certificate-information.
15996
15997 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15998
15999 * compface.el: Move the version of ELisp-based uncompface program
16000 to the contrib directory because of the copyright problem.
16001
16002 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16003
16004 * message.el (message-kill-buffer): Raise the current frame.
16005
16006 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16007
16008 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16009
16010 * gnus.el (message-y-or-n-p): Autoload.
16011
16012 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16013 (pop3-password-required, pop3-authentication-scheme)
16014 (pop3-leave-mail-on-server): Make customizable.
16015 (pop3): New custom group.
16016 (pop3-retr): Remove `sleep-for' statements.
16017 Suggested by Dave Love <fx@gnu.org>.
16018
16019 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16020 Windows/DOS.
16021
16022 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16023 (imap-parse-body): Fix incorrect use of `assert'.
16024 Suggested by Dave Love <fx@gnu.org>.
16025
16026 * mml.el (mml-minibuffer-read-disposition): Require match.
16027 Suggested by Dave Love <fx@gnu.org>.
16028
16029 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16030
16031 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16032 doc string.
16033
16034 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16035
16036 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16037
16038 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16039
16040 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16041 instead of calling `mm-insert-inline', to decode text/* parts
16042 before displaying them.
16043
16044 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16045
16046 * mm-uu.el (mm-uu-text-plain-type): New variable.
16047 (mm-uu-pgp-signed-extract-1): Use it.
16048 (mm-uu-pgp-encrypted-extract-1): Use it.
16049 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16050 bind mm-uu-text-plain-type with that value.
16051 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16052 mm-uu-dissect.
16053
16054 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16055
16056 * gnus-group.el (gnus-update-group-mark-positions):
16057 * gnus-sum.el (gnus-update-summary-mark-positions):
16058 * message.el (message-check-news-body-syntax):
16059 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16060 of string-as-multibyte.
16061
16062 2004-10-05 Juri Linkov <juri@jurta.org>
16063
16064 * gnus-group.el (gnus-update-group-mark-positions):
16065 * gnus-sum.el (gnus-update-summary-mark-positions):
16066 * message.el (message-check-news-body-syntax):
16067 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16068 8-bit unibyte values to a multibyte string for search functions.
16069
16070 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16071
16072 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16073 (mm-uu-dissect-text-parts): New function.
16074
16075 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16076 dissect text parts.
16077
16078 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16079 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16080
16081 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16082
16083 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16084 Use gnus-current-topics instead of gnus-current-topic.
16085
16086 2004-10-06 Jesper Harder <harder@ifa.au.dk>
16087
16088 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16089
16090 2004-10-05 Jesper Harder <harder@ifa.au.dk>
16091
16092 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16093 where approriate.
16094
16095 * nnml.el (nnml-generate-active-info): do.
16096
16097 * nndiary.el (nndiary-generate-active-info): do.
16098
16099 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16100 (gnus-topic-move): do.
16101
16102 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16103 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16104
16105 * gnus-srvr.el (gnus-server-prepare)
16106 (gnus-server-open-all-servers): do.
16107
16108 * gnus-msg.el (gnus-summary-cancel-article)
16109 (gnus-summary-resend-message)
16110 (gnus-summary-mail-crosspost-complaint): do.
16111
16112 * gnus-move.el (gnus-change-server): do.
16113
16114 * gnus-group.el (gnus-group-unmark-all-groups)
16115 (gnus-group-set-current-level): do.
16116
16117 2004-10-04 Simon Josefsson <jas@extundo.com>
16118
16119 * message.el (message-generate-hashcash): Doc fix.
16120
16121 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16122
16123 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16124 avoid infinite recursion via gnus-get-function.
16125
16126 2004-10-02 Jesper Harder <harder@ifa.au.dk>
16127
16128 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16129
16130 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16131
16132 * nnmail.el (nnmail-split-history): do.
16133
16134 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16135 (nnml-request-delete-group): do.
16136
16137 * nnslashdot.el (nnslashdot-read-groups): do.
16138
16139 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16140 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16141
16142 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16143 (nnspool-sift-nov-with-sed): Use last.
16144 (nnspool-retrieve-headers-with-nov): Use mapc.
16145 (nnspool-request-newgroups): Use dolist.
16146 (nnspool-request-group): Use last.
16147
16148 * nntp.el (nntp-read-server-type): Use dolist.
16149
16150 * nnvirtual.el (nnvirtual-create-mapping)
16151 (nnvirtual-update-read-and-marked): Use dolist.
16152 (nnvirtual-convert-headers): Simplify.
16153
16154 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16155
16156 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16157 Add support for sync'ing tick marks.
16158
16159 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16162 there's no visible header.
16163
16164 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16165
16166 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16167 When necessary, pass full group name to gnus-request-set-marks.
16168
16169 2004-10-01 Simon Josefsson <jas@extundo.com>
16170
16171 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16172 acroread.
16173
16174 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16175
16176 * spam-report.el (spam-report-gmane): Fix interactive.
16177
16178 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16179
16180 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16181 when writing file.
16182 (gnus-agent-synchronize-flags): Don't default to being
16183 interactive.
16184
16185 2004-09-30 Simon Josefsson <jas@extundo.com>
16186
16187 * message.el (message-generate-hashcash): Add.
16188 (message-send-mail): Use it, call mail-add-payment.
16189
16190 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16191
16192 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16193
16194 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16195
16196 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16197 gnus-requst-update-info with explicit code to sync the in-memory
16198 info read flags with the marks being sync'd to the backend.
16199
16200 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16201
16202 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16203
16204 * spam.el (spam-verify-bogofilter): Add new function.
16205 (spam-check-bogofilter)
16206 (spam-bogofilter-register-with-bogofilter): Use it.
16207 (spam-verify-bogofilter): Add small fixes.
16208
16209 2004-09-28 Simon Josefsson <jas@extundo.com>
16210
16211 * hashcash.el (hashcash-generate-payment): Revert.
16212
16213 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16214
16215 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16216 Use gnus-extract-references instead of gnus-split-references.
16217
16218 * gnus-util.el (gnus-extract-references): Add new function, analogous
16219 to gnus-split-references but extracts only the message-ID without
16220 anything extra.
16221
16222 * hashcash.el (hashcash-generate-payment)
16223 (hashcash-check-payment): Do the right thing if hashcash-path is
16224 nil (because the hashcash program could not be found).
16225
16226 * spam.el (spam-use-hashcash): Remove comment.
16227
16228 2004-09-27 Jesper Harder <harder@ifa.au.dk>
16229
16230 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16231 (gnus-cache-enter-article, gnus-cache-remove-article)
16232 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16233
16234 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16235
16236 * gnus-art.el (article-hide-boring-headers)
16237 (article-translate-strings, article-display-face)
16238 (gnus-article-mime-match-handle-first)
16239 (gnus-article-highlight-headers)
16240 (gnus-article-add-buttons-to-head): do.
16241
16242 2004-09-27 Simon Josefsson <jas@extundo.com>
16243
16244 * hashcash.el: New version, from
16245 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
16246 ../contrib/.
16247
16248 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16249
16250 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16251
16252 2004-09-26 Jesper Harder <harder@ifa.au.dk>
16253
16254 * gnus-dup.el (gnus-dup-open): Use mapc.
16255 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16256
16257 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16258 Reported by Stefan Wiens <s.wi@gmx.net>.
16259
16260 * gnus.el (gnus-shutdown): Use dolist.
16261
16262 * gnus-undo.el (gnus-undo): Use mapc.
16263
16264 * nnrss.el (nnrss-generate-active): do.
16265
16266 * message.el (message-cite-original-without-signature)
16267 (message-cite-original): Use mapc.
16268 (message-do-actions, message-make-forward-subject): Use dolist.
16269
16270 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16271
16272 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16273 deletion to remove entire duplicate line. Fixes merged article
16274 number bug.
16275
16276 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16277
16278 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16279 servers that are offline. Avoids having gnus-agent-toggle-plugged
16280 first ask if you want to open a server and then, even when you
16281 responded with no, asking if you want to synchronize the server's
16282 flags.
16283 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16284 multi-line expressions.
16285 (gnus-agent-synchronize-group-flags): New internal function.
16286 Updates marks in memory (in the info structure) AND in the
16287 backend.
16288
16289 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16290
16291 * nnagent.el (nnagent-request-set-mark):
16292 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16293 method, to ensure that synchronization updates marks in the
16294 backend and in the info (in memory) structure.
16295
16296 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
16297
16298 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16299 convention fully; don't miss the root article of a thread; make
16300 the X-Draft-From header with correct article numbers.
16301
16302 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
16303
16304 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16305 unless plugged. Disable the agent so that an open failure causes
16306 an error.
16307
16308 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16309 Revert 2004-09-21 change. The backend must be opened while
16310 synchronizing flags even when the backend stores the flags
16311 locally.
16312
16313 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
16314
16315 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16316 in `header' match. Reported by Svend Tollak Munkejord.
16317
16318 * message.el (message-cite-original): Fix use of
16319 `message-cite-articles-with-x-no-archive'.
16320
16321 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16322
16323 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16324 (gnus-window-to-buffer): Ditto.
16325
16326 * mml.el (mml-preview-buffer): New variable.
16327 (mml-preview): Manage window layout with gnus-buffer-configuration.
16328
16329 * gnus-msg.el (gnus-setup-message): Put article numbers into the
16330 X-Draft-From header even if those articles aren't quoted.
16331
16332 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
16333
16334 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16335 (gnus-request-set-mark, gnus-request-update-mark): Use new
16336 g-s-t-u-l-m to decide to use backend even when unplugged.
16337
16338 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
16339
16340 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16341 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
16342
16343 2004-09-20 Simon Josefsson <jas@extundo.com>
16344
16345 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16346 "utf-16-le".
16347
16348 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16349
16350 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16351
16352 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16353
16354 * uudecode.el (uudecode-use-external): Add :version.
16355
16356 * smime.el (smime-CA-file, smime-encrypt-cipher)
16357 (smime-dns-server): Add :version.
16358
16359 * smiley.el (gnus-smiley-file-types): Add :version.
16360
16361 * sha1.el (sha1-use-external): Add :version.
16362
16363 * pgg-def.el (pgg-query-keyserver): Add :version.
16364
16365 * nnmail.el (nnmail-fancy-expiry-targets)
16366 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16367 Add :version.
16368
16369 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16370 (nnimap-retrieve-groups-asynchronous): Add :version.
16371 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
16372
16373 * mml.el (mml-content-disposition-parameters)
16374 (mml-insert-mime-headers-always): Add :version.
16375
16376 * mm-util.el (mm-coding-system-priorities): Add :version.
16377
16378 * mm-decode.el (mm-inline-text-html-with-images)
16379 (mm-keep-viewer-alive-types, mm-external-terminal-program)
16380 (mm-verify-option): Add :version.
16381 (mm-text-html-renderer): Change :version.
16382
16383 * message.el (message-fcc-externalize-attachments)
16384 (message-required-headers, message-draft-headers)
16385 (message-subject-trailing-was-query)
16386 (message-subject-trailing-was-ask-regexp)
16387 (message-subject-trailing-was-regexp, message-mark-insert-begin)
16388 (message-mark-insert-end, message-archive-header)
16389 (message-archive-note, message-cross-post-default)
16390 (message-cross-post-note, message-followup-to-note)
16391 (message-cross-post-note-function, message-use-mail-followup-to)
16392 (message-subscribed-address-functions)
16393 (message-subscribed-address-file, message-subscribed-addresses)
16394 (message-subscribed-regexps, message-allow-no-recipients)
16395 (message-yank-cited-prefix, message-signature-insert-empty-line)
16396 (message-hidden-headers, message-hierarchical-addresses)
16397 (message-mail-user-agent, message-use-idna)
16398 (message-valid-fqdn-regexp)
16399 (message-strip-special-text-properties, message-header-synonyms)
16400 (message-beginning-of-line, message-tab-body-function): Add :version.
16401 (message-insert-canlock, message-wide-reply-confirm-recipients):
16402 Change :version.
16403
16404 * mail-source.el (mail-source-ignore-errors): Add :group, :type
16405 and :version.
16406 (mail-source-delete-old-incoming-confirm)
16407 (mail-source-movemail-program): Add :version.
16408
16409 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16410 (gnus-agent-cache, gnus-agent): Change :version.
16411
16412 * gnus-util.el (gnus-use-byte-compile): Change :version.
16413
16414 * gnus-sum.el (gnus-summary-make-false-root-always)
16415 (gnus-summary-default-high-score)
16416 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16417 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16418 (gnus-read-all-available-headers, gnus-article-emulate-mime)
16419 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16420 (gnus-sum-thread-tree-single-indent)
16421 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16422 (gnus-sum-thread-tree-leaf-with-other)
16423 (gnus-sum-thread-tree-single-leaf): Add :version.
16424 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16425 (gnus-article-loose-mime): Change :version.
16426
16427 * gnus-start.el (gnus-backup-startup-file)
16428 (gnus-save-startup-file-via-temp-buffer): Add :version.
16429
16430 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16431 (gnus-server-offline-face): Add :version.
16432
16433 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16434
16435 * gnus-msg.el (gnus-gcc-externalize-attachments)
16436 (gnus-debug-files, gnus-debug-exclude-variables)
16437 (gnus-discouraged-post-methods): Change :version.
16438 (gnus-confirm-mail-reply-to-news)
16439 (gnus-confirm-treat-mail-like-news): Add :version.
16440
16441 * gnus-int.el (gnus-server-unopen-status): Add :version.
16442
16443 * gnus-group.el (gnus-group-jump-to-group-prompt)
16444 (gnus-large-ephemeral-newsgroup)
16445 (gnus-fetch-old-ephemeral-headers): Add :version.
16446
16447 * gnus-fun.el (gnus-x-face-directory)
16448 (gnus-convert-pbm-to-x-face-command)
16449 (gnus-convert-image-to-x-face-command)
16450 (gnus-convert-image-to-face-command): Add :version.
16451
16452 * gnus-delay.el (gnus-delay-default-hour): Add :version.
16453
16454 * gnus-cite.el (gnus-cite-blank-line-after-header)
16455 (gnus-article-boring-faces): Add :version.
16456
16457 * gnus-art.el (gnus-buttonized-mime-types)
16458 (gnus-inhibit-mime-unbuttonizing)
16459 (gnus-treat-display-face)
16460 (gnus-treat-body-boundary): Change :version.
16461 (gnus-body-boundary-delimiter, gnus-picon-databases)
16462 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16463 (gnus-treat-date-english, gnus-treat-fold-headers)
16464 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16465 (gnus-treat-mail-picon, gnus-treat-wash-html)
16466 (gnus-article-encrypt-protocol)
16467 (gnus-use-idna, gnus-article-over-scroll)
16468 (gnus-mime-display-multipart-alternative-as-mixed)
16469 (gnus-mime-display-multipart-related-as-mixed)
16470 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16471 (gnus-ctan-url, gnus-button-ctan-handler)
16472 (gnus-button-handle-ctan-bogus-regexp)
16473 (gnus-button-ctan-directory-regexp)
16474 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16475 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16476 (gnus-button-man-level, gnus-button-emacs-level)
16477 (gnus-button-message-level, gnus-button-browse-level): Add :version.
16478
16479 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16480 (gnus-agent-go-online): Change :version.
16481 (gnus-agent-expire-unagentized-dirs)
16482 (gnus-agent-auto-agentize-methods): Add :version.
16483
16484 * flow-fill.el (fill-flowed-display-column)
16485 (fill-flowed-encode-column): Add :version.
16486
16487 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16488 (gnus-outlook-deuglify-unwrap-max)
16489 (gnus-outlook-deuglify-cite-marks)
16490 (gnus-outlook-deuglify-unwrap-stop-chars)
16491 (gnus-outlook-deuglify-no-wrap-chars)
16492 (gnus-outlook-deuglify-attrib-cut-regexp)
16493 (gnus-outlook-deuglify-attrib-verb-regexp)
16494 (gnus-outlook-deuglify-attrib-end-regexp)
16495 (gnus-outlook-display-hook): Add :version.
16496
16497 * binhex.el (binhex-use-external): Add :version.
16498
16499 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
16500
16501 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16502 and `invisible'.
16503
16504 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16505
16506 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16507 in gnus-registry-trim.
16508
16509 2004-09-13 Simon Josefsson <jas@extundo.com>
16510
16511 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16512
16513 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16514
16515 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16516 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16517 <yamaoka@jpl.org>.
16518 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16519 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16520 <yamaoka@jpl.org>.
16521
16522 * sieve.el (sieve-manage-mode): Ditto.
16523
16524 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
16525
16526 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16527
16528 2004-09-11 Simon Josefsson <jas@extundo.com>
16529
16530 * dns-mode.el: Add.
16531
16532 * mm-view.el (mm-display-dns-inline): Add.
16533
16534 * mm-decode.el (mm-inline-media-tests): Add text/dns.
16535 (mm-automatic-display): Ditto.
16536
16537 * mailcap.el (mailcap-mime-data): Add text/dns.
16538 (mailcap-mime-extensions): Map .soa to text/dns.
16539
16540 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16541
16542 * gnus-art.el (article-decode-mime-words, article-babel)
16543 (gnus-article-highlight-signature, gnus-article-add-buttons)
16544 (gnus-signature-toggle): Remove unnecessary bindings of
16545 `inhibit-read-only' inherited from v5.10 merge.
16546
16547 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16548
16549 * nntp.el (nntp): New customization group.
16550 (nntp-authinfo-file): Add customization group.
16551
16552 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16553
16554 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16555
16556 * gnus.el (to-address, to-list, subscribed)
16557 (large-newsgroup-initial): Ditto.
16558
16559 * flow-fill.el (fill-flowed-display-column)
16560 (fill-flowed-encode-column): Ditto.
16561
16562 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16565 Use point-min rather than 1.
16566 (message-send-mail): Use buffer-size rather than point-max.
16567
16568 * gnus-sum.el (gnus-summary-search-article-forward):
16569 Signal a specific `search-failed' rather than a generic `error'.
16570
16571 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16572 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16573 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16574
16575 2004-09-10 Simon Josefsson <jas@extundo.com>
16576
16577 * nndb.el (require): Remove tcp and duplicate cl.
16578
16579 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16580
16581 * gnus-agent.el (directory-files-and-attributes): Move forward.
16582
16583 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16584
16585 * gnus-agent.el (directory-files-and-attributes):
16586 Optionally defined to support XEmacs.
16587
16588 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16589
16590 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16591 to avoid run-time CL dependencies.
16592 (gnus-agent-unfetch-articles): New function.
16593 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16594 article numbers even when local .overview file is missing.
16595 (gnus-agent-read-article-number): New function. Only accepts
16596 27-bit article numbers.
16597 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16598 Use gnus-agent-read-article-number.
16599 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16600 from backend while recognizing that article numbers in .overview
16601 must be valid.
16602 (gnus-agent-update-files-total-fetched-for):
16603 Use directory-files-and-attributes to improve performance.
16604 * gnus-int.el (gnus-request-move-article):
16605 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16606 improve performance.
16607
16608 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16609 some users confused by references to .newsrc when they only have a
16610 .newsrc.eld file.
16611 (gnus-convert-mark-converter-prompt)
16612 (gnus-convert-converter-needs-prompt): Fix use of property list.
16613 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16614 New function. Used internally to only display 'gnus converting
16615 files' message when actually necessary.
16616
16617 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16618 methods now autoloaded.
16619
16620 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16621
16622 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16623 identifiers.
16624
16625 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16626
16627 * gnus-picon.el: Fix indentation and closing parenthesis.
16628
16629 2004-09-01 Simon Josefsson <jas@extundo.com>
16630
16631 * message.el (message-canlock-generate): Require sha1, not
16632 sha1-el. (Can we get rid of this require altogether? It is ugly
16633 to require within a function. Sadly, if sha1.el isn't loaded, the
16634 let binding in m-c-g will hide the defcustom definition, which is
16635 bad.)
16636
16637 * canlock.el: Require sha1, not sha1-el.
16638
16639 * message.el: Don't autoload sha1 (there is a autoload cookie in
16640 sha1.el).
16641
16642 * sha1-el.el: Rename to sha1.el.
16643
16644 2004-08-30 Juanma Barranquero <lektu@terra.es>
16645
16646 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16647
16648 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16651
16652 2004-08-30 Kim F. Storm <storm@cua.dk>
16653
16654 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16655
16656 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16657 Add :group 'nnimap.
16658
16659 2004-08-30 Andreas Schwab <schwab@suse.de>
16660
16661 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16662 ?* and ?\;.
16663
16664 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16665 and ?\' to symbol instead of whitespace.
16666
16667 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16668
16669 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16670
16671 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16672 instead of re-search-forward.
16673
16674 * gnus-uu.el (gnus-uu-save-article): Ditto.
16675 (gnus-uu-post-encode-uuencode): Ditto.
16676
16677 * html2text.el (html2text-clean-list-items): Ditto.
16678 (html2text-clean-dtdd): Ditto.
16679 (html2text-format-tags): Ditto.
16680
16681 * message.el (message-send-mail-with-sendmail): Fix regexp.
16682 (message-fill-field-general): Use search-forward instead of
16683 re-search-forward.
16684 (unbold-region): Ditto.
16685
16686 * nnrss.el (nnrss-request-article): Ditto.
16687
16688 * nnslashdot.el (nnslashdot-request-article): Ditto.
16689
16690 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16691
16692 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16693 "Unrecognized menu descriptor" error in XEmacs.
16694
16695 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16696
16697 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16698 parent article of a sparse article in the thread hashtb.
16699
16700 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16701
16702 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16703 (nnmail-expand-newtext): Lowercase expanded entries if
16704 nnmail-split-lowercase-expanded is non-nil.
16705
16706 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16709
16710 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16711 of gnus-tmp-news-method into string under XEmacs. It will be
16712 passed to gnus-correct-length which takes only a string argument.
16713
16714 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16715
16716 * gnus-util.el (gnus-bind-print-variables): New macro.
16717 (gnus-prin1): Use it.
16718 (gnus-prin1-to-string): Use it.
16719 (gnus-pp): New function.
16720 (gnus-pp-to-string): New function.
16721
16722 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16723 Replace pp-to-string with gnus-pp-to-string.
16724 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16725 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16726 * gnus-msg.el (gnus-debug): Ditto.
16727 * gnus-score.el (gnus-score-save): Ditto.
16728 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16729 gnus-pp-to-string.
16730 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16731 with gnus-pp.
16732 * score-mode.el (gnus-score-pretty-print): Ditto.
16733 * webmail.el (webmail-debug): Ditto.
16734
16735 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16736
16737 * gnus-art.el (article-display-face, article-display-x-face):
16738 Use buffer-read-only.
16739
16740 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16741
16742 * gnus-art.el (article-hide-list-identifiers):
16743 Bind inhibit-read-only as t.
16744
16745 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16746
16747 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16748
16749 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16752 (gnus-narrow-to-page): Don't assume point-min == 1.
16753 (gnus-article-edit-mode): Derive from message-mode.
16754
16755 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16756 point-min == 1.
16757
16758 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16759 Disable incorrect use of `assert'.
16760
16761 * message.el (message-mode): Set comment-start-skip.
16762
16763 2004-08-22 Sam Steingold <sds@gnu.org>
16764
16765 * pop3.el (pop3-leave-mail-on-server): New user variable.
16766 (pop3-movemail): Delete mail only when it is nil.
16767
16768 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16769
16770 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16771
16772 * mml.el (mml-preview): Use `pop-to-buffer'.
16773
16774 * message.el (message-goto-mail-followup-to): Insert after "To".
16775 (message-carefully-insert-headers): Add comment.
16776
16777 * gnus.el: Remove unused variable `gnus-article-check-size'.
16778
16779 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16780
16781 * gnus-art.el (gnus-button-alist):
16782 Improve `gnus-button-handle-library' entry.
16783
16784 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16785
16786 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16787 Use downcase, since XEmacs capitalizes error messages differently.
16788
16789 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16790
16791 * nntp.el: Add (require 'gnus) due to reference to
16792 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16793
16794 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16795
16796 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16797 Bind `mm-fill-flowed'.
16798
16799 * mm-decode.el (mm-dissect-singlepart): Check it.
16800
16801 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16802
16803 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16804 'imap' for netrc parsing.
16805
16806 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16807
16808 * mailcap.el (mailcap-mime-data): Mark as risky.
16809
16810 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16811
16812 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16813 may be included in the encoded word.
16814 (rfc2047-encode): Don't append a space if the encoded word
16815 includes close parenthesis.
16816
16817 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16818
16819 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16820 of text within parentheses.
16821
16822 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16823
16824 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16825 (gnus-encrypt-write-file-contents): Make the password key the file
16826 name PLUS the cipher, not just the cipher. Also remove failed
16827 passwords from the cache.
16828
16829 2004-08-06 Simon Josefsson <jas@extundo.com>
16830
16831 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16832 Doc fix.
16833
16834 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16835
16836 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16837 LWSP.
16838
16839 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16840
16841 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16842 Try to append in-reply-to: data to the references: header.
16843
16844 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16845 (netrc-parse): Use gnus-encrypt.el functions.
16846
16847 * gnus-encrypt.el: Add new file for encryption support; currently
16848 does only a few GPG ciphers and an internal XOR cipher.
16849
16850 * password.el: Add comments on using password-read-and-add.
16851 (password-read-and-add): Add function to read and add the
16852 password to the cache at once.
16853
16854 2004-07-28 Simon Josefsson <jas@extundo.com>
16855
16856 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16857 parameter (but don't use it, for now).
16858
16859 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16860 instead of hard coding to nil.
16861
16862 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16863
16864 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16865 as mm-inline-image-xemacs does.
16866
16867 2004-07-26 Simon Josefsson <jas@extundo.com>
16868
16869 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16870 Revert part of 2004-07-17 change below.
16871
16872 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16873
16874 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16875 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16876
16877 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16878
16879 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16880 quotes that actually start with ">" at the beginning of the
16881 lines.
16882
16883 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16884
16885 * rfc2047.el (rfc2047-encode-region): Fix last change.
16886 (rfc2047-encode-parameter): Remove useless concat.
16887
16888 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16889
16890 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16891 encode special characters; fix some kind of misconfigured headers;
16892 signal a real error if debug-on-quit or debug-on-error is non-nil.
16893 (rfc2047-encode-max-chars): New variable.
16894 (rfc2047-encode-1): Use it.
16895 (rfc2047-encode-parameter): New function.
16896
16897 * mml.el (mml-insert-parameter): Remove an excessive space.
16898
16899 2004-07-17 Simon Josefsson <jas@extundo.com>
16900
16901 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16902 Kai Grossjohann <kai@emptydomain.de>.
16903 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16904 (gnus-group-make-menu-bar): Ditto.
16905
16906 * gnus-util.el (gnus-group-server): Add.
16907
16908 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16909
16910 * message.el (message-clone-locals): Clone sendmail and smtp
16911 variables.
16912
16913 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16914
16915 * rfc2047.el (rfc2047-encode-region): Fix last change.
16916
16917 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16918
16919 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16920 characters as non-special.
16921
16922 2004-07-09 Simon Josefsson <jas@extundo.com>
16923
16924 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16925 Users will lose all flag changes made while unplugged with
16926 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16927 good default. See numerous reports on ding mailing list.
16928
16929 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16930
16931 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16932 add generate-head-function and generate-article-function to the
16933 rfc822-forward entry.
16934 (nndoc-rfc822-forward-generate-article): New function.
16935 (nndoc-rfc822-forward-generate-head): New function.
16936
16937 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16938
16939 2004-07-06 Dan Christensen <jdc@uwo.ca>
16940
16941 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16942 respect display group parameter and gnus-summary-expunge-below.
16943 (gnus-articles-to-read): Remove unused reference to display group
16944 parameter.
16945
16946 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16947
16948 * nnheader.el (nnheader-uniquify-message-id): New experimental
16949 variable.
16950 (nnheader-nov-read-message-id): Use it.
16951
16952 * spam-report.el (spam-report-gmane): Add interactive.
16953
16954 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16955
16956 * mm-encode.el (mm-content-transfer-encoding-defaults):
16957 Use qp-or-base64 for the application/* types.
16958
16959 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16960
16961 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16962
16963 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16964
16965 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16966 trim value.
16967
16968 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16969
16970 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16971 New macro and function.
16972 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16973
16974 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16975
16976 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16977 after-load-alist.
16978
16979 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16980
16981 * gnus-group.el (gnus-group-get-new-news-this-group):
16982 Don't update info that isn't there.
16983
16984 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16985
16986 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16987 entry.
16988
16989 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16990
16991 * mm-view.el (mm-inline-render-with-function): Use multibyte
16992 buffer; decode html source by charset.
16993
16994 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16995
16996 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16997 Mule-UCS is loaded under XEmacs.
16998 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16999
17000 2004-06-28 Jesper Harder <harder@ifa.au.dk>
17001
17002 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17003
17004 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17005
17006 * mm-util.el (mm-coding-system-p): Return a coding-system.
17007 (mm-mime-mule-charset-alist): Use shift_jis instead of
17008 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17009 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17010 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17011 instead of japanese-shift-jis and iso-latin-1 respectively in
17012 order to share the default value with both Emacs and XEmacs-mule.
17013 (mm-mule-charset-to-mime-charset):
17014 Make mm-coding-system-priorities effective.
17015 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17016 while predicating of candidates upon the priorities.
17017
17018 2004-06-27 Jesper Harder <harder@ifa.au.dk>
17019
17020 * gnus-sum.el (gnus-summary-make-menu-bar):
17021 Add gnus-uu-invert-processable.
17022
17023 * gnus.el: Autoload gnus-uu-invert-processable.
17024
17025 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17026
17027 * mm-util.el (mm-with-multibyte-buffer): New macro.
17028
17029 * rfc2047.el (rfc2047-encode-string): Use it.
17030 (rfc2047-encode-region): Move point to the end of the region after
17031 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17032
17033 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17034
17035 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17036 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17037
17038 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17039
17040 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17041 (gnus-cite-parse): Ignore quoted envelope From_.
17042 Suggested by Karl Chen <quarl@nospam.quarl.org>.
17043
17044 2004-06-23 Jesper Harder <harder@ifa.au.dk>
17045
17046 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17047 invalid addresses.
17048
17049 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17050
17051 * spam.el: Change section markers, revise TODO list.
17052 (spam-backends): Make new master list of all installed backends.
17053 (spam-summary-exit-behavior): Add new variable to determine how
17054 messages moves are done at summary exit.
17055 (spam-move-spam-nonspam-groups-only)
17056 (spam-process-ham-in-nonham-groups)
17057 (spam-process-ham-in-spam-groups): Remove variables, the
17058 spam-summary-exit-behavior variable should be used to manage this
17059 behavior.
17060 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17061 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17062 and spam-old-spam-articles.
17063 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17064 Add empty variables, placeholders for the backends they represent.
17065 (spam-set-difference): Move, unchanged.
17066 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17067 unless the user has a processor variable.
17068 (spam-classifications, spam-classification-valid-p)
17069 (spam-backend-properties, spam-backend-property-valid-p)
17070 (spam-backend-function-type-valid-p)
17071 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17072 (spam-report-articles-gmane, spam-report-articles-resend):
17073 Remove functions, they are not needed.
17074 (spam-install-backend-super, spam-backend-list)
17075 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17076 (spam-backend-function, spam-backend-ham-registration-function)
17077 (spam-backend-spam-registration-function)
17078 (spam-backend-ham-unregistration-function)
17079 (spam-backend-spam-unregistration-function)
17080 (spam-backend-statistical-p, spam-backend-mover-p)
17081 (spam-install-backend-alias, spam-install-checkonly-backend)
17082 (spam-install-mover-backend, spam-install-nocheck-backend)
17083 (spam-install-backend, spam-install-statistical-backend)
17084 (spam-install-statistical-checkonly-backend): Add backend installation
17085 support.
17086 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17087 (spam-group-processor-p): Use the new backend code and respect the
17088 summary exit behavior.
17089 (spam-mark-spam-as-expired-and-move-routine): Remove.
17090 (spam-summary-prepare): Change to use the new spam-old-articles
17091 variable.
17092 (spam-copy-or-move-routine, spam-copy-spam-routine)
17093 (spam-move-spam-routine, spam-copy-ham-routine)
17094 (spam-move-ham-routine): Add code to copy/move ham or spam.
17095 (spam-fetch-field-fast): Improve doc and code, plus allow the
17096 'number request.
17097 (spam-list-of-checks, spam-list-of-statistical-checks):
17098 Remove variables.
17099 (spam-split, spam-find-spam): Use the new backend code.
17100 (spam-registration-functions): Remove variable.
17101 (spam-unregister-routine): Add convenience wrapper.
17102 (spam-log-undo-registration, spam-register-routine)
17103 (spam-log-processing-to-registry)
17104 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17105 where possible.
17106 (spam-check-gmane-xref, spam-check-regex-headers)
17107 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17108 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17109 (spam-check-bogofilter-headers, spam-check-spamoracle)
17110 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17111 (spam-check-crm114-headers): Use the spam-split-group that
17112 spam-split prepares, no need to determine it every time.
17113
17114 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17115 to the nnheader-parse-naked-head call.
17116
17117 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17118
17119 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17120 the nnheader-nov-read-message-id call.
17121
17122 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17123
17124 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17125 gnus-activate-group twice. Suggested by Markus Peter
17126 <warp@spin.de>.
17127
17128 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17129
17130 * gnus-art.el (gnus-article-time-format): Exchange the order of
17131 day and month in the default value; fix customization type.
17132 (article-date-ut): Use add-text-properties.
17133 (article-make-date-line): Use message-make-date instead of
17134 current-time-string.
17135
17136 * message.el (message-fetch-field): Don't use set-text-properties.
17137 (message-make-date): Simplify.
17138
17139 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
17140
17141 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17142 (rfc2047-encode-region): Treat text within parentheses as special;
17143 show the original text when error has occurred.
17144
17145 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17146 already-computed method to gnus-activate-group.
17147
17148 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17149 same select-methods identical Lisp objects.
17150
17151 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17152 object when modifying the info.
17153
17154 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17155
17156 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17157 gnus-opened-servers since it has never been opened with the new
17158 configuration yet.
17159
17160 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
17161
17162 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17163 arg to nnheader-generate-fake-message-id.
17164
17165 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
17166
17167 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17168 number and build a fake message ID localized to a group and
17169 article number (so it's repeatable from that point on).
17170 (nnheader-fake-message-id-p): Change regex to accommodate new fake
17171 ID format.
17172
17173 * gnus-sum.el (gnus-get-newsgroup-headers):
17174 Call nnheader-generate-fake-message-id with the article number.
17175
17176 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
17177
17178 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17179 end-of-buffer.
17180
17181 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17182
17183 * message.el (message-ignored-supersedes-headers): Add Approved.
17184
17185 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
17186
17187 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17188 goto-char.
17189 (rfc2047-encode): Fold the line before encoding.
17190
17191 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17192
17193 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17194 folding -- not all headers can be folded, and this should be done
17195 by the message composition mode. Probably. I think.
17196
17197 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
17198
17199 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17200 fast.
17201
17202 * gnus-ems.el (gnus-remove-image): Don't use
17203 message-text-with-property; remove only the image found first.
17204
17205 2004-06-09 Jesper Harder <harder@ifa.au.dk>
17206
17207 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17208
17209 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
17210
17211 * message.el (message-text-with-property): Make it fast and accept
17212 optional arguments.
17213 (message-strip-forbidden-properties): Use it.
17214 (message-fix-before-sending): Follow the m-t-w-p change.
17215
17216 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17217
17218 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
17219
17220 * gnus-art.el (article-hide-headers): Don't change the buffer
17221 mistakenly when performing mml-preview even if
17222 gnus-single-article-buffer is nil.
17223
17224 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
17225
17226 * message.el (message-expand-name-databases): New user option.
17227 (message-expand-name): Use it.
17228
17229 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
17230
17231 * spam.el (spam-report-articles-resend)
17232 (spam-report-resend-register-routine): Allow ham reporting.
17233 (spam-report-resend-register-ham-routine): Add wrapper.
17234 (spam-registration-functions): Add ham resending functions.
17235 (spam-list-of-processors): Add ham resend processor.
17236
17237 * gnus.el (ham-resend-to): Add new group parameter.
17238 (spam-process): Add ham resend option.
17239
17240 * spam-report.el (spam-report-resend): Allow reporting ham.
17241 (spam-report-resend-ham): Add wrapper.
17242
17243 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
17244
17245 * message.el (message-cite-articles-with-x-no-archive):
17246 New variable.
17247 (message-cite-original): Use it.
17248
17249 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17250
17251 * message.el (message-cite-original): Respect X-No-Archive.
17252
17253 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
17254
17255 * gnus-art.el (article-hide-headers): Refer to the values for
17256 gnus-ignored-headers and gnus-visible-headers in the summary
17257 buffer since a user may have set them as group parameters.
17258
17259 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
17260
17261 * assistant.el (assistant-node-name): Add convenience function.
17262 (assistant-render-text, assistant-render-node): Add error handling,
17263 plus handle multiple next nodes.
17264 (assistant-find-next-node): Comment out for now.
17265 (assistant-find-next-nodes): Add function, returns list of next
17266 nodes.
17267
17268 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
17269
17270 * mail-source.el (mail-source-directory): Fix doc-string.
17271
17272 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
17273
17274 * assistant.el (assistant-render-text, assistant-eval): Add :set
17275 widget type, which is different because it takes and returns a
17276 list. Much hilarity ensues.
17277
17278 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
17279
17280 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17281
17282 * gnus-group.el (gnus-group-get-new-news-this-group):
17283 Add doc-string.
17284
17285 * gnus-start.el (gnus-activate-group): Add doc-string.
17286
17287 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
17288
17289 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17290
17291 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
17292
17293 * assistant.el (assistant-render-text): Try to add a :set
17294 widget, more to come.
17295
17296 * spam.el (spam-group-spam-contents-p): Handle empty groupname
17297 strings.
17298 (spam-report-articles-resend)
17299 (spam-register-routine): Do registration iff any articles warrant
17300 it.
17301 (spam-summary-prepare-exit): Change log message for nil group
17302 destinations.
17303
17304 2004-05-27 Daniel Pittman <daniel@rimspace.net>
17305
17306 * spam.el (spam-report-resend-register-routine):
17307 Allow spam-report-resend-to to be a group parameter or a global value.
17308
17309 2004-05-26 Simon Josefsson <jas@extundo.com>
17310
17311 * starttls.el: Merge with my GNUTLS based starttls.el.
17312 (starttls-gnutls-program, starttls-use-gnutls)
17313 (starttls-extra-arguments, starttls-process-connection-type)
17314 (starttls-connect, starttls-failure, starttls-success):
17315 New variables.
17316 (starttls-program, starttls-extra-args): Doc fix.
17317 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17318 New functions.
17319 (starttls-negotiate, starttls-open-stream):
17320 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17321 function if it is set.
17322
17323 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17324
17325 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17326 structured fields.
17327
17328 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17329
17330 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17331
17332 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
17333
17334 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17335 Add variable.
17336 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
17337 assigning the spam-mark to new messages.
17338
17339 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
17340
17341 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17342
17343 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17344
17345 * rfc2047.el (rfc2047-encodable-p): Don't move point.
17346 (rfc2047-decode): Treat the ascii coding-system as raw-text by
17347 default.
17348
17349 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
17350
17351 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17352 correct data.
17353
17354 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
17355
17356 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17357 (spam-group-processor-p): Fix function.
17358 (spam-group-processor-multiple-p)
17359 (spam-group-spam-processor-report-gmane-p)
17360 (spam-group-spam-processor-report-resend-p)
17361 (spam-group-spam-processor-bogofilter-p)
17362 (spam-group-spam-processor-blacklist-p)
17363 (spam-group-spam-processor-ifile-p)
17364 (spam-group-ham-processor-ifile-p)
17365 (spam-group-spam-processor-spamoracle-p)
17366 (spam-group-spam-processor-crm114-p)
17367 (spam-group-ham-processor-bogofilter-p)
17368 (spam-group-spam-processor-stat-p)
17369 (spam-group-ham-processor-stat-p)
17370 (spam-group-ham-processor-whitelist-p)
17371 (spam-group-ham-processor-BBDB-p)
17372 (spam-group-ham-processor-spamoracle-p)
17373 (spam-group-ham-processor-copy-p): Remove functions with some
17374 prejudice against unneeded code.
17375 (spam-report-articles-resend)
17376 (spam-report-resend-register-routine): Allow the group/topic
17377 spam-resend-to value to override spam-report-resend-to.
17378 (spam-summary-prepare-exit): Invoke spam-group-processor-p
17379 properly now.
17380
17381 * gnus.el (spam-resend-to): Add group/topic parameter.
17382 (spam-process): Move the OBSOLETE processors to the end of the
17383 choices.
17384
17385 2004-05-24 Daniel Pittman <daniel@rimspace.net>
17386
17387 * spam-report.el (spam-report-resend-to, spam-report-resend):
17388 Start with resend-to set to nil, and then ask the user if necessary.
17389 (spam-report-resend): spam-report-resend takes a list of articles, not
17390 separate article numbers.
17391
17392 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
17393
17394 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17395 addition to emacs-w3m.
17396
17397 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17398
17399 * assistant.el (assistant-authinfo-data): New function.
17400 (assistant-eval): Eval for entire assistant.
17401
17402 * netrc.el (netrc-services-file): New variable.
17403 (netrc-parse-services): New function.
17404 (netrc-find-service-name): New function.
17405 (netrc-find-service-number): New function.
17406 (netrc-port-equal): New function.
17407 (netrc-machine): Use it.
17408
17409 * nnimap.el (nnimap-open-connection): Use netrc.
17410
17411 * gnus-util.el (gnus-netrc-get): Remove aliases.
17412
17413 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17414
17415 * assistant.el (wid-edit): Fix compilation.
17416
17417 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17418
17419 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
17420
17421 * gnus-util.el (gnus-set-file-modes): New function. (small
17422 patch).
17423
17424 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17425
17426 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17427
17428 * assistant.el (assistant-render-node): Fix up rendering and
17429 read-only text.
17430 (assistant-render-node): Reset.
17431 (assistant-make-read-only): Not sticky.
17432
17433 2004-05-20 Danny Siu <dsiu@adobe.com>
17434
17435 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17436 centered even when gnus-auto-center-summary is t
17437
17438 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17439
17440 * dns.el (dns-get-txt-answer): New function.
17441 (dns-read-txt): Ditto.
17442 (query-dns): Use it.
17443
17444 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
17445
17446 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17447 active for foreign groups even if the group level is higher than
17448 the specified value.
17449
17450 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17451
17452 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17453 non-active groups.
17454
17455 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17456
17457 2004-05-20 Magnus Henoch <mange@freemail.hu>
17458
17459 * dns.el (dns-read-type): Add support for SVR. (small patch)
17460
17461 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
17462
17463 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17464 (spam-crm114-header, spam-crm114-spam-switch)
17465 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17466 (spam-crm114-positive-spam-header)
17467 (spam-crm114-database-directory, spam-list-of-processors)
17468 (spam-group-spam-processor-crm114-p)
17469 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17470 (spam-generic-score, spam-list-of-checks)
17471 (spam-list-of-statistical-checks, spam-registration-functions)
17472 (spam-check-crm114-headers, spam-crm114-score)
17473 (spam-check-crm114, spam-crm114-register-with-crm114)
17474 (spam-crm114-register-spam-routine)
17475 (spam-crm114-unregister-spam-routine)
17476 (spam-crm114-register-ham-routine)
17477 (spam-crm114-unregister-ham-routine): Add CRM114 support.
17478 From asjo@koldfront.dk (Adam Sjøgren).
17479
17480 * gnus.el: Add spam-use-crm114.
17481
17482 * spam.el (spam-list-of-processors, spam-registration-functions):
17483 Add spam-use-resend.
17484 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17485 (spam-report-articles-gmane): Add doc fix.
17486 (spam-report-articles-resend, spam-report-resend-register-routine):
17487 Add wrappers around spam-report-resend-to.
17488
17489 * spam-report.el (spam-report-resend-to, spam-report-resend):
17490 Add support for resending spam.
17491 (spam-report-gmane): Fix line length >80.
17492
17493 * gnus.el (spam-process): Add spam-use-resend.
17494
17495 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17496
17497 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17498 number of processed spam messages.
17499 (spam-ham-copy-or-move-routine): Return the number of processed
17500 ham messages.
17501 (spam-summary-prepare-exit): Use the above values to decide
17502 whether status messages shouled be displayed.
17503
17504 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
17505
17506 * rfc2047.el (rfc2047-encode-function-alist): Rename from
17507 `rfc2047-encoding-function-alist' in order to avoid conflicting
17508 with the old version.
17509 (rfc2047-encode-region): Concatenate words containing non-ASCII
17510 characters in structured fields; don't encode space-delimited
17511 ASCII words even in unstructured fields; don't break words at
17512 char-category boundaries.
17513 (rfc2047-encode-1): New function.
17514 (rfc2047-encode): Use it; encode text so that it occupies the
17515 maximum width within 76-column; work correctly on Q encoding for
17516 iso-2022-* charsets.
17517 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17518 sure not to break a line just after the header name.
17519 (rfc2047-b-encode-region): Remove.
17520 (rfc2047-b-encode-string): New function.
17521 (rfc2047-q-encode-region): Remove.
17522 (rfc2047-q-encode-string): New function.
17523
17524 * mm-util.el (mm-replace-in-string): New function.
17525
17526 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17527
17528 * gnus-msg.el (gnus-inews-make-draft-meta-information):
17529 Really get it right.
17530 (gnus-inews-make-draft): Really.
17531
17532 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
17533
17534 * nnmh.el (nnmh-request-list-1): Don't check the link count
17535 before descending. (small patch)
17536
17537 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17538
17539 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17540 stuff.
17541
17542 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17543 Match on real group name.
17544
17545 * gnus-art.el (gnus-signature-limit): Doc fix.
17546
17547 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17548
17549 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17550
17551 * gnus-draft.el (gnus-draft-send):
17552 Bind rfc2047-encode-encoded-words.
17553
17554 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17555 (rfc2047-encodable-p): Say that =? needs encoding.
17556 (rfc2047-encode-encoded-words): New variable.
17557
17558 * gnus-group.el (gnus-group-select-group): Doc fix.
17559
17560 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17561
17562 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17563 to nil.
17564
17565 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17566
17567 * nnheader.el (nnheader-get-lines-and-char): New function.
17568
17569 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17570
17571 * gnus-msg.el (gnus-summary-followup-with-original):
17572 Document yanking of region when active.
17573
17574 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17575
17576 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17577 groups if the group level is higher than the specified value.
17578
17579 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17580
17581 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17582 (gnus-group-jump-to-group): Add prefix argument using
17583 `gnus-group-jump-to-group-prompt'. Query before jumping to
17584 non-active group.
17585
17586 * compface.el (uncompface): Be verbose when changing
17587 `uncompface-use-external'.
17588
17589 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17590 handle manual section.
17591
17592 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17593
17594 * gnus-art.el (gnus-button-alist): Revert previous change.
17595
17596 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17597
17598 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17599
17600 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17601
17602 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17603 whether backend can accept message.
17604
17605 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17606
17607 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17608
17609 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17610 Avoid creating directory when nntp-marks-is-evil is true.
17611 Reported by Reiner Steib.
17612
17613 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17614
17615 * gnus-picon.el (gnus-picon-style): New variable.
17616 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17617 (gnus-picon-transform-address): Support `gnus-picon-style'.
17618 From Jesper Harder <harder@ifa.au.dk>.
17619
17620 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17621
17622 * message.el (message-fill-field): Return point.
17623 (message-generate-headers): Go to end of field.
17624
17625 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17626 stuff for non-living groups.
17627
17628 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17629
17630 * gnus-art.el (gnus-article-followup-with-original)
17631 (gnus-article-reply-with-original): gnus-mark-active-p ->
17632 gnus-region-active-p.
17633
17634 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17635
17636 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17637 only when there is spam or ham to be processed.
17638
17639 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17640
17641 * mail-source.el (mail-source-delete-crash-box): Refactor.
17642 (mail-source-fetch): Use it.
17643 (mail-source-fetch-file): Ditto.
17644 (mail-source-fetch-directory): Run postscript in loop.
17645 (mail-source-fetch-pop): Delete.
17646 (mail-source-fetch-maildir): Ditto.
17647 (mail-source-fetch-imap): Ditto.
17648
17649 * imap.el (imap-authenticators): Comment out sasl.
17650
17651 * message.el (message-skip-to-next-address): New function.
17652 (message-fill-header-address): Refactor.
17653 (message-fill-address): Use it.
17654 (message-delete-address): Use it.
17655 (message-fill-header-general): Refactor.
17656 (message-fill-field-address): Rename.
17657 (message-narrow-to-field): Find the start of the header.
17658 (message-header-format-alist): Don't pre-fill.
17659 (message-fill-header): Remove.
17660 (message-insert-header): New function.
17661 (message-shorten-references): Use it.
17662
17663 * rfc2047.el (rfc2047-field-value): Strip props.
17664
17665 * mail-parse.el (mail-header-make-address): New alias.
17666
17667 * ietf-drums.el (ietf-drums-make-address): New function.
17668
17669 * imap.el: Add compiler directives.
17670
17671 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17672
17673 * gnus-art.el (article-decode-idna-rhs): Don't use
17674 message-idna-inside-rhs-p.
17675
17676 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17677
17678 * message.el (message-idna-inside-rhs-p): Remove.
17679 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17680
17681 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17682 false positives.
17683
17684 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17685
17686 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17687
17688 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17689
17690 * nneething.el (nneething-file-name): Don't create spurious
17691 files.
17692
17693 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17694 (gnus-inews-do-gcc): Remove sleep.
17695
17696 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17697 part under point.
17698
17699 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17700 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17701
17702 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17703
17704 * spam.el (spam-summary-prepare-exit): Fix (length).
17705
17706 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17707
17708 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17709 as expired without moving it" message when there are spam
17710 messages left.
17711
17712 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17713
17714 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17715 header is not nil.
17716
17717 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17718
17719 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17720 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17721 (nntp-marks-changed-p): New arg SERVER.
17722 (nntp-request-update-info): Adjust caller.
17723
17724 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17725
17726 * nntp.el (nntp-save-marks): Pass missing arg.
17727
17728 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17729
17730 * nntp.el: Support marks.
17731 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17732 (nntp-marks-modtime, nntp-marks-directory): New variables.
17733 (nntp-request-set-mark, nntp-request-update-info)
17734 (nntp-possibly-create-directory, nntp-marks-changed-p)
17735 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17736 New functions.
17737
17738 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17739
17740 * gnus-score.el (gnus-score-insert-help):
17741 Use gnus-select-lowest-window.
17742
17743 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17744 appt-select-lowest-window and rename to gnus-select-lowest-window.
17745
17746 * gnus.el: do.
17747
17748 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17749
17750 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17751 encodings of MIME-encoded words, in order to improve
17752 interoperability with several broken MUAs.
17753
17754 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17755
17756 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17757 tags, only when charsets are not specified in headers.
17758 (mm-inline-text-html-render-with-w3m): Ditto.
17759
17760 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17761
17762 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17763 instead of MIME-decoded from fields when checking
17764 `gnus-article-address-banner-alist'.
17765
17766 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17767
17768 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17769 description rather than subject.
17770
17771 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17772
17773 * gnus.el (gnus-version-number): Bump.
17774
17775 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17776
17777 * gnus.el: No Gnus v0.2 is released.
17778
17779 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17780
17781 * gnus-agent.el (gnus-agent-read-agentview):
17782 Inline gnus-uncompress-range.
17783
17784 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17785
17786 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17787 `exec-installed-p'.
17788
17789 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17790
17791 * gnus.el (spam-process, spam-autodetect-methods):
17792 Add bsfilter and bsfilter-headers.
17793
17794 * spam.el (spam-bsfilter): New customize group.
17795 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17796 (spam-bsfilter-header, spam-bsfilter-probability-header)
17797 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17798 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17799 (spam-bsfilter-database-directory): New options.
17800 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17801 (spam-list-of-statistical-checks, spam-registration-functions):
17802 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17803 (spam-bsfilter-score): New command.
17804 (spam-check-bsfilter-headers, spam-check-bsfilter)
17805 (spam-bsfilter-register-with-bsfilter)
17806 (spam-bsfilter-register-spam-routine)
17807 (spam-bsfilter-unregister-spam-routine)
17808 (spam-bsfilter-register-ham-routine)
17809 (spam-bsfilter-unregister-ham-routine): New functions.
17810 (spam-generic-score): Support bsfilter; Accept an optional argument
17811 to recalcurate spam score even if scoring header has already been
17812 added.
17813 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17814 optional argument to recalcurate spam score even if scoring header
17815 has already been added.
17816
17817 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17818
17819 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17820 strings! Reported by David D. Smith <davidsmith@acm.org>.
17821 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17822 link is missing.
17823
17824 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17825
17826 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17827 (html2text-get-attr): Rewrite.
17828
17829 * message.el (message-setup-1): Remove redundant put-text-property
17830 on mail-header-separator.
17831
17832 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17833
17834 * gnus-registry.el (gnus-registry-cache-whitespace)
17835 (gnus-registry-action, gnus-registry-spool-action)
17836 (gnus-registry-split-fancy-with-parent): Change message levels
17837 from 5 to 3 or 7, as needed.
17838
17839 * spam.el (spam-summary-prepare-exit)
17840 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17841 (spam-split, spam-find-spam, spam-log-undo-registration)
17842 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17843 level from 5 to 6.
17844
17845 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17846
17847 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17848 2004-03-04 change).
17849
17850 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17851
17852 * sieve-manage.el (sieve-manage-open):
17853 * nnweb.el (nnweb-insert-html):
17854 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17855 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17856 * nnspool.el (nnspool-request-group):
17857 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17858 * nnml.el (nnml-request-update-info):
17859 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17860 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17861 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17862 (nnimap-request-set-mark):
17863 * nnfolder.el (nnfolder-request-update-info):
17864 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17865 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17866 * gnus-uu.el (gnus-uu-find-articles-matching):
17867 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17868 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17869 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17870 * gnus-nocem.el (gnus-nocem-scan-groups):
17871 * gnus-int.el (gnus-start-news-server):
17872 * gnus-group.el (gnus-group-make-kiboze-group)
17873 (gnus-group-browse-foreign-server):
17874 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17875 Use mapc when appropriate.
17876
17877 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17878
17879 FIXME: Make separate entries for each person.
17880
17881 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17882 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17883 <shields@msrl.com>:
17884
17885 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17886 may need for spam sorting and scoring.
17887 (spam-user-format-function-S): Add user format function suitable for
17888 general use.
17889 (spam-article-sort-by-spam-status): Add sorting function for summary
17890 sorting.
17891 (spam-extra-header-to-number): Add function to get a score from a
17892 header.
17893 (spam-summary-score): Add function to get a numeric score from the
17894 headers.
17895 (spam-generic-score): Fix function doc, was in wrong place.
17896 (spam-initialize): Take symbols when it's run, and install the
17897 extra headers that spam-necessary-extra-headers thinks we need.
17898
17899 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17900
17901 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17902 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17903
17904 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17905
17906 * gnus-sum.el (gnus-set-global-variables)
17907 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17908 (gnus-article-get-xrefs, gnus-summary-best-group)
17909 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17910 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17911 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17912 Use with-current-buffer.
17913
17914 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17915
17916 * spam.el (spam-summary-prepare-exit): Simplify logic.
17917 (spam-fetch-article-header): Read the article header if it's not
17918 available.
17919 (spam-list-articles): Simplify logic.
17920 (spam-filelist-register-routine): Fix bug with unregister-list.
17921
17922 * gnus-registry.el: Fix comments at beginning.
17923
17924 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17925
17926 * message.el (message-cater-to-broken-inn): Remove.
17927 (message-shorten-references): Make sure the total folded length of
17928 References is shorter than 998 characters to cater to a bug in INN
17929 2.3. Also, don't pretend that references aren't folded -- this
17930 hasn't worked for a while.
17931
17932 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17933
17934 * gnus-agent.el (gnus-agentize):
17935 gnus-agent-send-mail-real-function no longer set to current value
17936 of message-send-mail-function but rather a lambda that calls
17937 message-send-mail-function. The change makes the agent real-time
17938 responsive to user changes to message-send-mail-function.
17939
17940 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17941
17942 * legacy-gnus-agent.el
17943 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17944 help from Florian Weimer <fw@deneb.enyo.de>
17945
17946 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17947
17948 * nnmail.el (nnmail-cache-insert): Revert last change.
17949
17950 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17951
17952 * nnmail.el (nnmail-cache-insert): Always check whether
17953 nnmail-cache-ignore-groups matches a group name.
17954
17955 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17956
17957 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17958 (spam-find-spam, spam-log-processing-to-registry)
17959 (spam-log-registered-p, spam-log-unregistration-needed-p)
17960 (spam-log-undo-registration): Use gnus-message instead of
17961 gnus-error, none of these errors are fatal.
17962
17963 * gnus-registry.el (gnus-registry-clean-empty-function)
17964 (gnus-registry-clean-empty): Remove only empty entries without
17965 extra data.
17966
17967 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17968
17969 * spam-stat.el (spam-stat-buffer-change-to-spam)
17970 (spam-stat-buffer-change-to-non-spam): Change (error) to
17971 (gnus-message 8) invocation.
17972
17973 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17974
17975 * nntp.el (nntp-via-netcat-command): New variable.
17976 (nntp-via-netcat-switches): New variable.
17977 (nntp-open-via-rlogin-and-netcat): New function.
17978 (nntp-open-connection-function): Doc fix.
17979 (nntp-telnet-command): Doc fix.
17980 (nntp-end-of-line): Doc fix.
17981 (nntp-via-rlogin-command): Doc fix.
17982 (nntp-via-user-name): Doc fix.
17983 (nntp-via-address): Doc fix.
17984
17985 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17986
17987 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17988 error in Emacs 21.1.
17989
17990 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17991
17992 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17993
17994 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17995
17996 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17997 (gnus-agent-with-refreshed-group): New macro.
17998 (gnus-agent-rename-group): New function.
17999 (gnus-agent-delete-group): New function.
18000 (gnus-agent-save-group-info): Use gnus-command-method when
18001 `method' parameter is nil. Don't write nil entries into the
18002 active file.
18003 (gnus-agent-get-group-info): New function.
18004 (gnus-agent-fetch-articles):
18005 Use gnus-agent-update-files-total-fetched-for to increment disk space
18006 used.
18007 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18008 Use gnus-agent-update-view-total-fetched-for to increment disk space
18009 used.
18010 (gnus-agent-get-local): Add optional parameters to avoid calling
18011 gnus-group-real-name and gnus-find-method-for-group.
18012 (gnus-agent-set-local): Delete stored entry if either min, or max,
18013 are nil.
18014 (gnus-agent-fetch-session): Reworded error/quit messages.
18015 On quit, use gnus-agent-regenerate-group to record existence of any
18016 articles fetched to disk before the quit occurred.
18017 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18018 gnus-agent-update-view-total-fetched-for, and
18019 gnus-agent-update-files-total-fetched-for to decrement disk space
18020 used.
18021 (gnus-agent-retrieve-headers):
18022 Use gnus-agent-update-view-total-fetched-for to increment disk space
18023 used.
18024 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18025 with gnus-agent-update-files-total-fetched-for to decrement disk
18026 space and fresh group buffer.
18027 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18028 (gnus-agent-need-update-total-fetched-for): New variable.
18029 (gnus-agent-update-files-total-fetched-for): New function.
18030 (gnus-agent-update-view-total-fetched-for): New function.
18031 (gnus-agent-total-fetched-for): New function.
18032
18033 * gnus-cache.el (gnus-cache-save-buffers):
18034 Use gnus-cache-update-overview-total-fetched-for to change disk space
18035 used by this group.
18036 (gnus-cache-possibly-enter-article):
18037 Use gnus-cache-update-file-total-fetched-for to increment disk space
18038 used by this group.
18039 (gnus-cache-possibly-remove-article):
18040 Use gnus-cache-update-file-total-fetched-for to decrement disk space
18041 used by this group.
18042 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18043 (gnus-cache-rename-group): New function.
18044 (gnus-cache-delete-group): New function.
18045 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18046 (gnus-cache-need-update-total-fetched-for): New variable.
18047 (gnus-cache-with-refreshed-group): New macro.
18048 (gnus-cache-update-file-total-fetched-for): New function.
18049 (gnus-cache-update-overview-total-fetched-for): New function.
18050 (gnus-cache-rename-group-total-fetched-for): New function.
18051 (gnus-cache-delete-group-total-fetched-for): New function.
18052 (gnus-cache-total-fetched-for): New function.
18053
18054 * gnus-group.el: Require gnus-sum and autoload functions to
18055 resolve warnings when gnus-group.el compiled alone.
18056 (gnus-group-line-format): Documented new %F.
18057 (size of Fetched data) group line format; identifies disk space
18058 used by agent and cache.
18059 (gnus-group-line-format-alist): Defined new F format.
18060 (gnus-total-fetched-for): New function.
18061 (gnus-group-delete-group): No longer update
18062 gnus-cache-active-altered as gnus-request-delete-group now keeps
18063 the cache in sync.
18064 (gnus-group-list-active): Let the agent store a server's active
18065 list if currently plugged.
18066
18067 * gnus-int.el (gnus-request-delete-group):
18068 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18069 local disk in sync with the server.
18070 (gnus-request-rename-group):
18071 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18072 local disk in sync with the server.
18073
18074 * gnus-start.el (gnus-get-unread-articles):
18075 Cosmetic simplification to logic.
18076
18077 * gnus-util.el (gnus-rename-file): New function.
18078
18079 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
18080
18081 * mm-util.el (mm-image-load-path): Handle nil in load-path.
18082
18083 2004-04-07 Jesper Harder <harder@ifa.au.dk>
18084
18085 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18086 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
18087
18088 2004-04-06 Jesper Harder <harder@ifa.au.dk>
18089
18090 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18091 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
18092
18093 2004-04-03 Jesper Harder <harder@ifa.au.dk>
18094
18095 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18096
18097 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
18098
18099 * spam.el (spam-set-difference): Add function to replace
18100 gnus-set-difference in spam.el.
18101 (spam-summary-prepare-exit): Use spam-set-difference.
18102
18103 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18104
18105 * gnus-registry.el (gnus-registry-cache-file): Update to use
18106 gnus-dribble-directory OR gnus-home-directory OR ~.
18107 (gnus-registry-split-fancy-with-parent): Fix doc.
18108
18109 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
18110
18111 * message.el (message-exchange-point-and-mark):
18112 Use message-mark-active-p. Suggested by Jesper Harder
18113 <harder@ifa.au.dk>.
18114
18115 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
18116
18117 * message.el (message-exchange-point-and-mark): Don't activate
18118 region if it was inactive. Suggested by Hiroshi Fujishima
18119 <pooh@nature.tsukuba.ac.jp>.
18120
18121 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
18122
18123 * gnus-art.el (article-display-face): Display Faces in the same
18124 order as X-Faces.
18125
18126 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
18127
18128 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18129
18130 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18131
18132 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18133 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18134 (gnus-article-mime-hierarchy): Remove.
18135 (gnus-article-mime-hierarchy-next): Remove.
18136 (gnus-article-mode): Revert 2004-03-19 change.
18137 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18138 (gnus-insert-mime-button): Revert 2004-03-19 change.
18139 (gnus-mime-accumulate-hierarchy): Remove.
18140 (gnus-mime-enter-multipart): Remove.
18141 (gnus-mime-leave-multipart): Remove.
18142 (gnus-mime-display-part): Revert 2004-03-19 change.
18143 (gnus-mime-display-alternative): Revert 2004-03-19 change.
18144
18145 * mml.el (mml-preview): Revert 2004-03-19 change.
18146
18147 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
18148
18149 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18150
18151 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18152
18153 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18154 t while entering a file name using the mm-with-multibyte macro.
18155 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18156
18157 * mm-util.el (mm-with-multibyte): New macro.
18158
18159 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
18160
18161 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18162 New user option.
18163 (gnus-mime-multipart-functions): Doc and customization fix.
18164 (gnus-article-mime-hierarchy): New variable.
18165 (gnus-article-mime-hierarchy-next): New variable.
18166 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18167 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18168 gnus-article-mime-hierarchy-next to nil.
18169 (gnus-insert-mime-button): Show hierarchy numbers.
18170 (gnus-mime-accumulate-hierarchy): New function.
18171 (gnus-mime-enter-multipart): New function.
18172 (gnus-mime-leave-multipart): New function.
18173 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18174 (gnus-mime-display-alternative): Show hierarchy numbers.
18175
18176 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18177 gnus-article-mime-hierarchy-next to nil.
18178
18179 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
18180
18181 * dns.el: Don't require gnus-xmas.
18182
18183 2004-03-17 Jesper Harder <harder@ifa.au.dk>
18184
18185 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18186 inline PGP.
18187 (mml-menu): Disable mml-quote-region if mark is inactive.
18188
18189 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
18190
18191 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18192 when the group's active is not available.
18193
18194 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
18195
18196 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18197 error.
18198
18199 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
18200
18201 * imap.el (imap-store-password): New variable.
18202 (imap-interactive-login): Use it.
18203 Suggested by Mark Plaksin <happy@mcplaksin.org>.
18204
18205 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
18206
18207 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18208 window-start and hscroll to summary window.
18209
18210 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
18211
18212 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18213 conversion message to newsrc-dribble when an actual conversion is
18214 performed.
18215
18216 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
18217
18218 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18219
18220 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
18221
18222 * mm-decode.el (mm-complicated-handles): New function reviving
18223 former definition of mm-multiple-handles.
18224
18225 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18226 (gnus-mime-delete-part): Use it.
18227
18228 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
18229
18230 * gnus-agent.el (gnus-agent-read-local):
18231 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18232 avoid the implicit assumption that they will always be equal.
18233 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18234 coding-system-for-write, as the with-temp-file macro first prints
18235 to a buffer then saves the buffer.
18236
18237 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
18238
18239 * gnus-art.el (gnus-article-edit-part): New function.
18240 (gnus-mime-save-part-and-strip): Use it; do query instead of
18241 signaling an error; don't use mm-multiple-handles.
18242 (gnus-mime-delete-part): Ditto.
18243
18244 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
18245
18246 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18247 old file versions.
18248 (gnus-group-prepare-hook): Remove function that converted list
18249 form of gnus-agent-expire-days to group properties.
18250
18251 * gnus-int.el: Autoload gnus-agent-regenerate-group.
18252 (gnus-request-accept-article): Re-indented.
18253
18254 * gnus-start.el (gnus-convert-old-newsrc): Registered new
18255 converters to handle old agent file formats. Add logic for a
18256 "backup before upgrading warning".
18257 (gnus-convert-mark-converter-prompt): Developers can mark
18258 functions as needing (default), or not needing,
18259 gnus-convert-old-newsrc's "backup before upgrading warning".
18260 (gnus-convert-converter-needs-prompt): Tests whether the user
18261 should be protected from potentially irreversable changes by the
18262 function.
18263
18264 * legacy-gnus-agent.el: New. Provides converters that are only
18265 loaded when gnus-convert-old-newsrc needs to call them.
18266
18267 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
18268
18269 * mail-source.el (mail-source-touch-pop): Doc fix.
18270
18271 * message.el (message-smtpmail-send-it): Doc fix.
18272
18273 2004-03-05 Jesper Harder <harder@ifa.au.dk>
18274
18275 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18276
18277 * nnmail.el (nnmail-split-fancy): do.
18278
18279 * gnus-kill.el (gnus-kill, gnus-execute): do.
18280
18281 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
18282
18283 * gnus-sum.el (gnus-widget-reversible-match)
18284 (gnus-widget-reversible-to-internal)
18285 (gnus-widget-reversible-to-external): New functions.
18286 (gnus-widget-reversible): New widget.
18287 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18288
18289 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
18290
18291 * gnus-sum.el (gnus-thread-sort-functions)
18292 (gnus-article-sort-functions): Document `(not F)' items.
18293
18294 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
18295
18296 * spam.el (spam-use-gmane-xref): Add new backend.
18297 (spam-gmane-xref-spam-group): Add variable to control the name of the
18298 Gmane spam group.
18299 (spam-blackhole-servers, spam-blackhole-good-server-regex)
18300 (spam-regex-headers-spam, spam-regex-headers-ham)
18301 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18302 (spam-list-of-checks): Add spam-use-gmane-xref to list of
18303 backends and checks.
18304 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18305
18306 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18307 an autodetect method.
18308
18309 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18310
18311 * gnus-int.el (gnus-request-accept-article): Inform the agent that
18312 articles are being added to a group.
18313 (gnus-request-replace-article): Inform the agent that articles
18314 need to be uncached as the cached contents are no longer valid.
18315
18316 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18317
18318 * binhex.el: Don't autoload executable-find.
18319
18320 * canlock.el: Don't autoload mail-fetch-field.
18321
18322 * gnus-ems.el: Don't autoload appt-select-lowest-window.
18323
18324 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18325 rmail-dont-reply-to and rmail-output.
18326
18327 * gnus-score.el: Don't autoload ffap-string-at-point.
18328
18329 * gnus-setup.el: Don't autoload sc-cite-original.
18330
18331 * imap.el: Don't autoload base64-decode-string,
18332 base64-encode-string and md5.
18333
18334 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18335 and rmail-msg-restore-non-pruned-header.
18336
18337 * mm-decode.el: Don't autoload executable-find.
18338
18339 * mm-url.el: Don't autoload executable-find.
18340
18341 * mm-view.el: Don't autoload diff-mode.
18342
18343 * nndb.el: Don't autoload news-reply-mode, news-setup,
18344 cancel-timer and telnet.
18345
18346 * password.el: Don't autoload run-at-time for Emacs.
18347
18348 * sha1-el.el: Don't autoload executable-find.
18349
18350 * sieve-mode.el: Don't autoload c-mode.
18351
18352 * uudecode.el: Don't autoload executable-find.
18353
18354 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
18355
18356 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18357 (gnus-agent-possibly-alter-active): Avoid null in numeric
18358 comparison.
18359 (gnus-agent-set-local): Refuse to save null in local object table.
18360 (gnus-agent-regenerate-group): The REREAD parameter can now be a
18361 list of articles that will be marked as unread.
18362
18363 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
18364
18365 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18366
18367 2004-03-04 Jesper Harder <harder@ifa.au.dk>
18368
18369 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18370 language tags.
18371
18372 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
18373
18374 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18375 Don't bind "obarray".
18376
18377 * gnus-sum.el (gnus-thread-sort-functions):
18378 Add `gnus-thread-sort-by-most-recent-number' and
18379 `gnus-thread-sort-by-most-recent-date'.
18380 Reported by Kai Grossjohann <kai@emptydomain.de>.
18381
18382 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
18383
18384 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18385
18386 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
18387
18388 * gnus-cus.el (gnus-agent-customize-category):
18389 Remove ignore-errors macro reference that required cl to be loaded at
18390 run-time.
18391
18392 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18393 single-interval range of the form (min . max). Previously the
18394 range had to look like ((min . max)). Likewise, return
18395 (min . max) rather than ((min . max)).
18396 (gnus-range-map): Use gnus-range-normalize to accept
18397 single-interval range.
18398
18399 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18400 the cache, but not the agent, now appear with their usual face.
18401
18402 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
18403
18404 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18405 w3m-safe-url-regexp variable buffer-local.
18406
18407 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18408
18409 2004-02-27 Simon Josefsson <jas@extundo.com>
18410
18411 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18412 gnus-group-real-prefix.
18413 (gnus-summary-move-article): Use it, instead of
18414 gnus-group-real-prefix.
18415
18416 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
18417
18418 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18419 w3m-safe-url-regexp variable buffer-local and set it as the value
18420 of mm-w3m-safe-url-regexp.
18421
18422 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18423
18424 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18425 parsing gnus-posting-styles when the message is not for replying.
18426
18427 * nnrss.el (nnrss-opml-export):
18428 Use mm-set-buffer-file-coding-system instead of
18429 set-buffer-file-coding-system.
18430
18431 2004-02-27 Jesper Harder <harder@ifa.au.dk>
18432
18433 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18434 of checkdoc.el).
18435 * nnrss.el: do.
18436 * gnus-mlspl.el: do.
18437 * gnus-ml.el: do.
18438 * gnus-srvr.el: do.
18439
18440 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18441
18442 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
18443
18444 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18445 Corrections to custom-manual links.
18446
18447 * gnus-art.el (gnus-article): Ditto.
18448
18449 * mm-decode.el (mime-display, mime-security): Ditto.
18450
18451 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18452
18453 * flow-fill.el: Typo.
18454
18455 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
18456
18457 * spam-wash.el: New file.
18458
18459 2004-02-26 Mark A. Hershberger <mah@everybody.org>
18460
18461 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18462
18463 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
18464
18465 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18466 to be run with new-articles as LIST1, not LIST2.
18467 (spam-registration-functions): Add spam-use-ham-copy as a nil
18468 registration backend.
18469
18470 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18471
18472 * spam-stat.el (spam-stat-washing-hook): New option.
18473 (spam-stat-buffer-words): Use it.
18474 (spam-stat-process-directory, spam-stat-test-directory):
18475 Use insert-file-contents-literally.
18476 (spam-stat-coding-system): New variable.
18477 (spam-stat-load, spam-stat-save): Use it.
18478
18479 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
18480
18481 * spam-report.el (spam-report-plug-agent):
18482 Quote spam-report-url-to-file and spam-report-url-ping-plain.
18483
18484 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
18485
18486 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18487 Allow / in mailto URLs.
18488
18489 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18490
18491 * spam-report.el (spam-report-process-queue): Fix interactive use.
18492 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18493 (spam-report-unplug-agent): Doc fixes.
18494 (spam-report-url-ping-mm-url, spam-report-url-to-file)
18495 (spam-report-agentize, spam-report-deagentize):
18496 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
18497
18498 * message.el (message-setup-fill-variables): Add mml tags to
18499 paragraph-start and paragraph-separate. Suggested by Andrew Korty
18500 <ajk@iu.edu>.
18501 (message-mode): Don't modify paragraph-separate there.
18502
18503 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18504
18505 * compface.el (uncompface-use-external): Default to undecided.
18506 (uncompface-use-external-threshold): New variable.
18507 (uncompface-float-time): New macro.
18508 (uncompface): Determine whether to use the external decoder if
18509 uncompface-use-external is undecided.
18510
18511 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18512
18513 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18514 after images.
18515
18516 * gnus-art.el (gnus-mime-display-single): Remove dead code.
18517
18518 2004-02-14 Jesper Harder <harder@ifa.au.dk>
18519
18520 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18521
18522 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18523
18524 * gnus-sum.el (gnus-summary-limit-to-age)
18525 (gnus-summary-limit-children): do.
18526
18527 * gnus-int.el (gnus-request-scan): do.
18528
18529 * gnus-group.el (gnus-group-suspend): do.
18530
18531 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18532
18533 * gnus-cite.el (gnus-cite-parse-attributions): do.
18534
18535 * gnus-agent.el (gnus-summary-set-agent-mark)
18536 (gnus-agent-regenerate-group): do.
18537
18538 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18539
18540 * binhex.el (binhex-decode-region-internal): do.
18541
18542 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18543
18544 * gnus-fun.el (gnus-face-properties-alist): New user option.
18545 (gnus-display-x-face-in-from): Use it.
18546
18547 * gnus-art.el (article-display-face): Ditto.
18548
18549 * compface.el (uncompface-use-external): Default to nil.
18550
18551 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18552
18553 * nntp.el (nntp-erase-buffer): New function.
18554 (nntp-retrieve-data, nntp-send-command)
18555 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18556 (nntp-possibly-change-group): Use it.
18557
18558 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18559 Use with-current-buffer.
18560
18561 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18562
18563 * compface.el: Merge the ELisp-based uncompface program.
18564 (compface): New customization group.
18565 (uncompface-use-external): New user option.
18566 (uncompface): Call uncompface-internal if uncompface-use-external
18567 is nil.
18568 (uncompface-internal): New function. Note that there are also
18569 some other functions and variables added for this function.
18570
18571 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18572
18573 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18574 if necessary.
18575
18576 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18577
18578 * spam-report.el (spam-report-unplug-agent)
18579 (spam-report-plug-agent, spam-report-deagentize)
18580 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18581 Add support for the Agent in spam-report: when unplugged, report to a
18582 file; when plugged, submit all the requests.
18583
18584 * spam.el (spam-register-routine): Fix message about
18585 registration.
18586
18587 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18588
18589 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18590 dependencies.
18591 (rfc2047-encode): Use it.
18592
18593 * gnus-art.el (gnus-button-marker-list): Move before first
18594 reference.
18595
18596 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18597 (imap-parse-body): Fix format string mismatch.
18598
18599 * gnus-score.el (gnus-summary-increase-score): do.
18600
18601 * nnrss.el (nnrss-close): New function.
18602
18603 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18604
18605 * nnrss.el (nnrss-make-filename): New function.
18606 (nnrss-request-delete-group, nnrss-read-server-data)
18607 (nnrss-save-server-data, nnrss-read-group-data)
18608 (nnrss-save-group-data): Use it.
18609 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18610 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18611 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18612
18613 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18614
18615 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18616
18617 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18618
18619 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18620 files.
18621
18622 * message.el (message-generate-headers-first): Don't quote nil
18623 and t in docstrings.
18624
18625 * imap.el (imap-id): do.
18626
18627 * gnus-agent.el (gnus-agent-consider-all-articles)
18628 (gnus-agent-queue-mail): do.
18629
18630 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18631
18632 * spam-report.el (spam-report-process-queue): New function.
18633 Process requests from `spam-report-requests-file'.
18634 (spam-report-process-queue): Doc fix.
18635
18636 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18637
18638 * spam.el (spam-register-routine)
18639 (spam-log-processing-to-registry, spam-log-registered-p)
18640 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18641 Change "check" to "spam-check" for semi-clarity.
18642
18643 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18644
18645 * pop3.el: Require nnheader.
18646
18647 * mml-smime.el: Require cl. Autoload message-fetch-field.
18648
18649 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18650
18651 * gnus-picon.el: Require cl.
18652
18653 * gnus-fun.el: Require gnus-ems and gnus-util.
18654
18655 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18656
18657 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18658
18659 * gnus-art.el (gnus-article-edit-mode): Define before first
18660 reference.
18661
18662 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18663
18664 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18665 (gnus-uu-post-encoded): Use point-at-bol.
18666
18667 * gnus-topic.el (gnus-group-active-topic-p): do.
18668
18669 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18670
18671 * gnus-group.el (gnus-group-kill-region): do.
18672
18673 * gnus-art.el (article-date-ut): do.
18674
18675 * message.el (message-fetch-field): Remove redundant
18676 case-fold-search binding.
18677 (message-narrow-to-field): Simplify.
18678
18679 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18680
18681 * spam.el (spam-directory): Derive from `gnus-directory'.
18682
18683 * spam-report.el (spam-report-url-to-file)
18684 (spam-report-requests-file): New function and variable for offline
18685 reporting.
18686 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18687 and user defined function.
18688 (spam-report-url-ping-mm-url): Remove doubled slash.
18689
18690 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18691
18692 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18693
18694 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18695
18696 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18697 Fix format string mismatch.
18698
18699 * sieve.el (sieve-deactivate-all): do.
18700
18701 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18702
18703 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18704
18705 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18706
18707 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18708
18709 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18710
18711 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18712 the list of checks.
18713
18714 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18715
18716 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18717 padding.
18718
18719 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18720
18721 * mm-view.el (mm-fill-flowed): New variable.
18722 (mm-inline-text): Use it.
18723
18724 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18725
18726 * spam.el (spam-spamassassin-register-ham-routine)
18727 (spam-spamassassin-register-spam-routine): Fix function names.
18728
18729 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18730
18731 * gnus.el (gnus-tmp-grouplens): Remove.
18732 (gnus-summary-line-format): Remove grouplens.
18733
18734 * gnus-group.el (gnus-group-line-format): Ditto.
18735
18736 * gnus-spec.el (gnus-format-specs): Ditto.
18737 (gnus-update-format-specifications): Flush the group format spec
18738 cache if there's the grouplens stuff.
18739 (gnus-parse-simple-format): Replace %l with the empty string.
18740
18741 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18742
18743 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18744 omission.
18745
18746 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18747
18748 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18749 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18750
18751 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18752
18753 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18754 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18755 New macros and functions.
18756 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18757 Handle > NLINK_MAX messages.
18758 * nnmaildir.el (nnmaildir-request-set-mark):
18759 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18760
18761 2004-01-25 Alex Schroeder <alex@gnu.org>
18762
18763 * spam-stat.el (spam-stat-process-directory-age): New option.
18764 (spam-stat-process-directory): Use it.
18765
18766 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18767
18768 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18769 (spam-stat-save): Accept prefix argument.
18770
18771 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18772
18773 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18774 links" error.
18775
18776 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18777
18778 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18779 compatibility with old .newsrc.eld files.
18780
18781 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18782
18783 * gnus-start.el (gnus-1): do.
18784
18785 * gnus-group.el (gnus-group-line-format-alist): do.
18786
18787 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18788
18789 * gnus-gl.el: Remove.
18790
18791 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18792
18793 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18794 marks consisting of a single range {for example, (3 . 5)} rather
18795 than a list of a single range { ((3 . 5)) }.
18796
18797 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18798
18799 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18800 Use with-current-buffer.
18801 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18802 avoid consing a string.
18803
18804 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18805 Remove obsolete entries for big5 and gb2312.
18806
18807 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18808
18809 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18810 uncompressed list.
18811
18812 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18813
18814 * spam-stat.el (spam-stat-strip-xref): New function.
18815 (spam-stat-process-directory): Use it.
18816
18817 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18818 here -- it's done in message-fetch-field.
18819
18820 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18821
18822 * gnus-agent.el (gnus-agent-queue-mail)
18823 (gnus-agent-prompt-send-queue): New variables.
18824 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18825 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18826 "nndraft:queue" along to gnus-draft-send.
18827 Use gnus-agent-prompt-send-queue.
18828 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18829 is "nndraft:queue". Suggested by Gaute Strokkenes
18830 <gs234@srcf.ucam.org>
18831
18832 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18833 (agent-enable-undownloaded-faces): Add.
18834 (gnus-agent-cat-groups): Use eval-and-compile, not
18835 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18836 method of gnus-agent-cat-groups even when the buffer has been
18837 evaled.
18838 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18839 delete gnus-agent-save-active-1.
18840 (gnus-agent-save-groups): Delete. Identical to
18841 gnus-agent-save-active.
18842 (gnus-agent-write-active): No longer adjust agent's copy of active
18843 file as agent's adjustments are now stored in their own
18844 file. Remove optional parameter.
18845 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18846 servers. Add use of min/max range limits from server's local
18847 file.
18848 (gnus-agent-save-alist): Remove unused optional argument.
18849 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18850 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18851 (gnus-agent-set-local): A per-server file that keeps min/max range
18852 limits for articles known to the agent. Provides a fast mechanism
18853 for altering many active ranges.
18854 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18855 active file (local makes it unnecessary).
18856 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18857
18858 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18859 (agent-enable-undownloaded-faces): Add.
18860
18861 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18862 disable it when sending to "nndraft:queue".
18863 (gnus-group-send-queue): Add safety check to avoid sending queue
18864 when unplugged.
18865
18866 * gnus-group.el (gnus-group-catchup): Use new
18867 gnus-sequence-of-unread-articles, not
18868 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18869 numbers of articles. Use gnus-range-map to avoid having to
18870 uncompress the unread list.
18871 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18872 Fix invalid ange-ftp reference.
18873
18874 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18875 (gnus-sorted-range-intersection): Intersection of two ranges
18876 without requiring that they first be uncompressed.
18877
18878 * gnus-start.el (gnus-activate-group): Unless blocked by the
18879 caller, possibly expand the active range to include both cached
18880 and agentized articles.
18881 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18882 multiple version-dependent converters.
18883 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18884 gnus-agent-save-active.
18885 (gnus-save-newsrc-file): Save dirty agent range limits.
18886
18887 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18888 gnus-agent-possibly-alter-active.
18889 (gnus-adjust-marked-articles): Faster handling of simple lists
18890
18891 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18892
18893 * spam-stat.el (spam-stat-test-directory): New optional argument
18894 displays a list of files detected. Suggested by Andrew Cohen
18895 <cohen@andy.bu.edu>.
18896 (spam-stat-buffer-words-with-scores): Don't narrow and change
18897 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18898
18899 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18900
18901 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18902 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18903 (spam-spamassassin-arguments)
18904 (spam-spamassassin-spam-flag-header)
18905 (spam-spamassassin-positive-spam-flag-header)
18906 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18907 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18908 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18909 (spam-list-of-processors, spam-list-of-checks)
18910 (spam-list-of-statistical-checks, spam-registration-functions)
18911 (spam-check-spamassassin-headers, spam-check-spamassassin)
18912 (spam-spamassassin-score)
18913 (spam-spamassassin-register-with-sa-learn)
18914 (spam-spamassassin-register-spam-routine)
18915 (spam-spamassassin-register-ham-routine)
18916 (spam-assassin-register-spam-routine)
18917 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18918 (spam-bogofilter-score): Fix to show article before scoring.
18919
18920 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18921
18922 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18923 default scoring function.
18924 (spam-generic-score): Call spam-spamassassin-score if
18925 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18926 spam-bogofilter-score otherwise.
18927
18928 * gnus.el (spam-process, spam-autodetect-methods):
18929 Add spamassassin and spamassassin-headers.
18930
18931 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18932
18933 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18934 Suppress unnecessary messages.
18935
18936 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18937
18938 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18939 make-hash-table.
18940
18941 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18942
18943 * canlock.el (base64-encode-string): Don't autoload it.
18944
18945 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18946
18947 * run-at-time.el: Remove useless (require 'itimer),
18948 eval-and-compile and (featurep 'xemacs).
18949
18950 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18951
18952 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18953 GROUP is a virtual group.
18954
18955 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18956
18957 * gnus.el: Autoload `message-y-or-n-p'.
18958
18959 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18960
18961 * pgg-parse.el: Remove unnecessary (require 'custom).
18962
18963 * pgg-def.el: do.
18964
18965 * nnmail.el: do.
18966
18967 * gnus-undo.el: do.
18968
18969 * gnus-picon.el: do.
18970
18971 * gnus-util.el: do.
18972
18973 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18974
18975 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18976
18977 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18978
18979 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18980 handle, as well as a list.
18981
18982 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18983 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18984 (mm-w3m-cid-retrieve): Simplify.
18985
18986 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18987
18988 * message.el (message-kill-to-signature): Allow prefix arg to
18989 specify number of lines to keep before signature.
18990
18991 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18992
18993 * message.el (message-kill-to-signature): Change docstring.
18994
18995 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18996
18997 * canlock.el: Always require sha1-el.
18998 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18999
19000 * message.el: Autoload sha1 only when compiling.
19001
19002 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19003
19004 * message.el (message-canlock-generate): Require sha1-el.
19005
19006 2004-01-13 Jesper Harder <harder@ifa.au.dk>
19007
19008 * message.el (message-expand-name): Silence the byte compiler.
19009
19010 2004-01-13 Simon Josefsson <jas@extundo.com>
19011
19012 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19013 Invoke gnus-score-mode.
19014 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19015
19016 * gnus-range.el (gnus-compress-sequence): Doc fix.
19017 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19018
19019 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19020
19021 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19022
19023 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
19024
19025 * spam.el (spam-get-article-as-string): Update to use
19026 gnus-request-article-this-buffer, much simpler.
19027 (spam-get-article-as-buffer): Remove.
19028
19029 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
19030
19031 * message.el (message-expand-name): Use EUDC if the user uses that.
19032
19033 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19034
19035 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19036 character for the encoding to avoid consing a string.
19037
19038 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19039 unnecessarily.
19040
19041 * mm-util.el (mm-replace-chars-in-string): Remove.
19042
19043 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19044 of mm-replace-chars-in-string.
19045
19046 2004-01-11 Jesper Harder <harder@ifa.au.dk>
19047
19048 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19049
19050 * mm-util.el (mm-subst-char-in-string): Support inplace.
19051
19052 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19053 a new string in every iteration. Use shy groups.
19054
19055 2004-01-10 Jesper Harder <harder@ifa.au.dk>
19056
19057 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19058 * gnus-soup.el (gnus-soup-group-brew):
19059 * gnus-msg.el (gnus-put-message):
19060 * gnus-move.el (gnus-group-move-group-to-server):
19061 * gnus-kill.el (gnus-batch-score):
19062 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19063 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19064 (gnus-group-update-group, gnus-group-read-group)
19065 (gnus-group-make-group, gnus-group-make-help-group)
19066 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19067 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19068 (gnus-group-sort-by-unread, gnus-group-catchup)
19069 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19070 (gnus-group-yank-group, gnus-group-set-info)
19071 (gnus-group-list-groups):
19072 * gnus.el (gnus-generate-new-group-name):
19073 * gnus-delay.el (gnus-delay-send-queue):
19074 * nnvirtual.el (nnvirtual-catchup-group):
19075 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19076 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19077 (gnus-group-prepare-topics, gnus-topic-check-topology):
19078 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19079 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19080 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19081 (gnus-group-make-articles-read):
19082 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19083 (gnus-group-change-level, gnus-kill-newsgroup)
19084 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19085 (gnus-get-unread-articles, gnus-make-articles-unread)
19086 (gnus-make-ascending-articles-unread): Use accessor
19087 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19088 to get group information for improved readability.
19089
19090 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19091
19092 * gnus-art.el (article-decode-mime-words, article-babel)
19093 (gnus-article-highlight-signature, gnus-article-add-buttons)
19094 (gnus-signature-toggle): Use gnus-with-article-buffer.
19095
19096 * gnus-art.el (gnus-article-highlight-headers)
19097 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19098
19099 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19100 (gnus-article-set-globals, gnus-request-article-this-buffer)
19101 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19102 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19103 (gnus-mime-display-alternative): Use with-current-buffer.
19104
19105 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19106
19107 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19108 also under 80 char limit, and call gnus-error if needed.
19109 (spam-fetch-article-header): Fix - it was a
19110 buffer-local variable (gnus-newsgroup-data).
19111 (spam-find-spam): Use spam-generate-fake-headers, forget about
19112 spam-insert-fake-headers.
19113 (spam-insert-fake-headers): Remove.
19114
19115 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19116
19117 * deuglify.el (gnus-article-outlook-unwrap-lines)
19118 (gnus-outlook-rearrange-article)
19119 (gnus-outlook-repair-attribution-outlook)
19120 (gnus-outlook-repair-attribution-block)
19121 (gnus-outlook-repair-attribution-other): Remove redundant
19122 save-excursion.
19123
19124 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19125
19126 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19127 (spam-fetch-field-subject-fast)
19128 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19129 (spam-fetch-article-header): Add functions to deal with Gnus
19130 internals for fast retrieval of article header data.
19131 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19132
19133 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19134
19135 * pop3.el (pop3-md5): Remove.
19136 (pop3-apop): Replace pop3-md5 with md5.
19137
19138 * mm-bodies.el: base64 is always built-in.
19139
19140 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19141 Use with-current-buffer.
19142
19143 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
19144
19145 * canlock.el (canlock-insert-header): Remove excessive grouping in
19146 regexp.
19147
19148 * gnus-sum.el (gnus-summary-read-document): Ditto.
19149
19150 * gnus-uu.el (gnus-uu-part-number): Ditto.
19151
19152 * html2text.el (html2text-remove-tags): Ditto.
19153 (html2text-format-tags): Ditto.
19154 (html2text-format-single-elements): Ditto.
19155
19156 * mml.el (mml-parse-1): Ditto.
19157
19158 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19159
19160 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19161
19162 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19163
19164 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19165
19166 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19167
19168 2003-11-15 Simon Josefsson <jas@extundo.com>
19169
19170 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19171 (pgg-gpg-lookup-key): Use regexp match instead of
19172 split-string (split-string is different between emacs 21.2 and
19173 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19174
19175 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19176
19177 * gnus-art.el (gnus-mime-view-all-parts)
19178 (gnus-article-part-wrapper, gnus-article-view-part):
19179 Use with-current-buffer.
19180
19181 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19182
19183 * spam.el (spam-disable-spam-split-during-ham-respool)
19184 (spam-spamoracle-database, spam-cache-lookups)
19185 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19186 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19187 (spam-group-ham-marks, spam-group-spam-marks)
19188 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19189 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19190 also add spam-use-blackholes to the statistical checks.
19191 (spam-fetch-field-fast): Add interface to fetching fields, may
19192 become a macro.
19193 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19194 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19195 (spam-insert-fake-headers): Fake an article when needed.
19196 (spam-find-spam): Fake article when possible.
19197 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19198 (spam-check-bogofilter-headers): Use message-fetch-field instead
19199 of nnmail-fetch-field.
19200
19201 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19202
19203 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19204
19205 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19206
19207 * spam.el (spam-split): Do not require spam-use-CHECK to be
19208 enabled if that check is passed to spam-split explicitly; also
19209 fix so 'spam doesn't get converted to spam-split-group when
19210 spam-split-symbolic-return is t.
19211 (spam-find-spam): Find registrations of the article and use those
19212 instead of re-running spam-split to find the spam/ham
19213 classification of the article.
19214 (spam-log-processing-to-registry, spam-log-registered-p)
19215 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19216 Use gnus-error instead of gnus-message.
19217 (spam-log-registration-type): Add function to determine the
19218 classification of a message based on registry entries; will
19219 return nil if both 'spam and 'ham are found.
19220 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19221 a reasonably fast local cache without the loading errors.
19222 (spam-cache-lookups): Set to t by default.
19223 (spam-find-spam): Don't try to guess spam-cache-lookups.
19224 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19225 spam-caches entry.
19226 (spam-filelist-build-cache, spam-filelist-check-cache):
19227 Fix caching of whitelist/blacklist entries.
19228 (spam-check-whitelist, spam-check-blacklist):
19229 Invoke spam-from-listed-p with a type, not a cache variable.
19230 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19231
19232 2004-01-07 Jesper Harder <harder@ifa.au.dk>
19233
19234 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19235
19236 * nnmail.el (nnmail-split-fancy): do.
19237
19238 * mml.el (mml-parse): do.
19239
19240 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19241 (gnus-score-adaptive): do.
19242
19243 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19244
19245 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19246 (gnus-mime-button-map): Don't set keymap parent.
19247 (gnus-button-ctan-directory-regexp): Use shy grouping.
19248 (gnus-prev-page-map): Don't set keymap parent.
19249 (gnus-prev-page-map): Remove duplicated one.
19250 (gnus-next-page-map): Don't set keymap parent.
19251 (gnus-mime-security-button-map): Ditto.
19252
19253 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19254 version number.
19255
19256 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19257
19258 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19259
19260 * canlock.el (canlock-sha1-function): Remove.
19261 (canlock-sha1-function-for-verify): Remove.
19262 (canlock-openssl-program): Remove.
19263 (canlock-openssl-args): Remove.
19264 (canlock-ignore-errors): Remove.
19265 (canlock-sha1-with-openssl): Remove.
19266 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19267 (canlock-verify): Don't use canlock-ignore-errors.
19268
19269 * sha1-el.el (sha1-string-external): Make it can return a string
19270 in binary form.
19271 (sha1-region-external): Ditto.
19272 (sha1-string-internal): Ditto.
19273 (sha1-region-internal): Ditto.
19274 (sha1-region): Ditto.
19275 (sha1-string): Ditto.
19276 (sha1): Ditto.
19277
19278 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19279
19280 * spam.el (spam-report-articles-gmane): New command.
19281
19282 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
19283
19284 * gnus.el: Don't make unnecessary *Group* buffer when loading.
19285
19286 * run-at-time.el (run-at-time-saved): Remove.
19287 (run-at-time): Doc fix.
19288
19289 2004-01-07 Jesper Harder <harder@ifa.au.dk>
19290
19291 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19292 (gnus-summary-limit-map): Add it.
19293 (gnus-summary-make-menu-bar): do.
19294
19295 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
19296
19297 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19298 Make attempt at some caching support (done for BBDB only now).
19299 (spam-find-spam): Set spam-cache-lookups if there are more than 2
19300 addresses to be checked.
19301 (spam-clear-cache-BBDB): Add function, to be invoked by
19302 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19303 (spam-check-BBDB): Check and use the caches, if
19304 spam-cache-lookups is on, remove superfluous (provide).
19305
19306 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
19307
19308 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19309
19310 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
19311
19312 * run-at-time.el (run-at-time-saved): Move to after the definition
19313 of `run-at-time'.
19314
19315 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19316
19317 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19318 mm-w3m-local-map-property.
19319
19320 * mm-view.el (mm-w3m-mode-map): Remove.
19321 (mm-w3m-local-map-property): Remove.
19322 (mm-inline-text-html-render-with-w3m): Don't use
19323 mm-w3m-local-map-property.
19324
19325 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19326
19327 * run-at-time.el: New file.
19328
19329 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19330 of gnus-set-text-properties.
19331
19332 * gnus-uu.el (gnus-uu-save-article): Ditto.
19333
19334 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19335
19336 * gnus-cite.el (gnus-cite-parse): Ditto.
19337
19338 * gnus-art.el (gnus-button-push): Use set-text-properties instead
19339 of gnus-.
19340
19341 * gnus.el: Change calls to nnheader-run-at-time and
19342 password-run-at-time throughout to use run-at-time directly.
19343
19344 * password.el: Remove definition of run-at-time.
19345
19346 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
19347
19348 * mml.el (mml-minibuffer-read-disposition): Show attachment type
19349 in prompt.
19350
19351 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19352
19353 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19354 XEmacs version.
19355
19356 * dns.el (dns-make-network-process): Use `open-network-stream'
19357 instead of `gnus-xmas-open-network-stream'.
19358
19359 * .cvsignore: Add auto-autoloads.el, custom-load.el.
19360
19361 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19362
19363 * gnus-art.el (gnus-mime-display-alternative)
19364 (gnus-insert-mime-button, gnus-insert-mime-security-button)
19365 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19366 Don't use gnus-local-map-property.
19367
19368 * gnus-util.el (gnus-local-map-property): Remove.
19369
19370 * mm-view.el (mm-view-pkcs7-decrypt):
19371 Replace gnus-completing-read-maybe-default with completing-read.
19372
19373 * gnus-util.el (gnus-completing-read): do.
19374 (gnus-completing-read-maybe-default): Remove.
19375
19376 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
19377
19378 * password.el: Only autoload `run-at-time' if not XEmacs.
19379 Only autoload the itimer functions if XEmacs.
19380
19381 2004-01-06 Jesper Harder <harder@ifa.au.dk>
19382
19383 * gnus-art.el (gnus-read-string): Remove.
19384 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19385 read-string.
19386
19387 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
19388
19389 * netrc.el: Autoload password-read.
19390 (netrc): Add configuration group.
19391 (netrc-encoding-method, netrc-openssl-path):
19392 Add variables for encoding and decoding of files with symmetric
19393 ciphers.
19394 (netrc-encode): Add assistant function to encode a file with
19395 netrc-encoding-method.
19396 (netrc-parse): Add interactive parameter, added optional
19397 decoding if netrc-encoding-method is non-nil but otherwise
19398 behavior is standard.
19399 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19400 Do s/encode/encrypt/ everywhere.
19401
19402 * spam.el: Remove executable-find autoload.
19403
19404 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19405
19406 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19407
19408 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19409
19410 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19411
19412 * gnus-art.el (gnus-treat-ansi-sequences)
19413 (article-treat-ansi-sequences): New variable and function.
19414 Suggested by Dan Jacobson <jidanni@jidanni.org>.
19415
19416 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19417 Use it.
19418
19419 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19420
19421 * mm-util.el (mm-quote-arg): Remove.
19422
19423 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19424 shell-quote-argument.
19425
19426 * gnus-uu.el (gnus-uu-command): do.
19427
19428 * gnus-sum.el (gnus-summary-insert-pseudos): do.
19429
19430 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19431 with make-char.
19432
19433 * mm-util.el (mm-make-char): Remove.
19434
19435 * mml.el (mml-mode): Replace gnus-add-minor-mode with
19436 add-minor-mode.
19437
19438 * gnus-undo.el (gnus-undo-mode): do.
19439
19440 * gnus-topic.el (gnus-topic-mode): do.
19441
19442 * gnus-sum.el (gnus-dead-summary-mode): do.
19443
19444 * gnus-start.el (gnus-slave-mode): do.
19445
19446 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19447
19448 * gnus-ml.el (gnus-mailing-list-mode): do.
19449
19450 * gnus-gl.el (gnus-grouplens-mode): do.
19451
19452 * gnus-draft.el (gnus-draft-mode): do.
19453
19454 * gnus-dired.el (gnus-dired-mode): do.
19455
19456 * gnus-ems.el (gnus-add-minor-mode): Remove.
19457
19458 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19459 Replace gnus-char-width with char-width.
19460
19461 * gnus-ems.el (gnus-char-width): Remove.
19462
19463 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19464 Replace gnus-char-width with char-width.
19465
19466 * gnus-ems.el (gnus-char-width): Remove.
19467
19468 * spam-stat.el (with-syntax-table): Remove with-syntax-table
19469 definition.
19470 Remove Emacs 20 hash table compatibility code.
19471
19472 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19473 20 compatibility code.
19474
19475 * spam.el (spam-point-at-eol): Replace with point-at-eol.
19476
19477 * smime.el (smime-point-at-eol): Replace with point-at-eol.
19478
19479 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19480 Replace with point-at-{eol,bol}.
19481
19482 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19483
19484 * imap.el (imap-point-at-eol): Replace with point-at-eol.
19485
19486 * flow-fill.el (fill-flowed-point-at-bol)
19487 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19488
19489 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19490 Replace with point-at-{eol,bol} throughout all files.
19491
19492 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * ntlm.el (ntlm-string-as-unibyte): New macro.
19495 (ntlm-build-auth-response): Use it.
19496
19497 Remove Emacs 20 stuff:
19498 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19499 of delq and copy-sequence.
19500 * gnus-art.el (popup-menu): Remove the compiler macro.
19501 * nnmail.el (nnmail-split-fancy): Don't support customizing with
19502 Emacs 20.
19503
19504 2004-01-05 Simon Josefsson <jas@extundo.com>
19505
19506 * ntlm.el: Fix namespace. Change smb-passwd-hash into
19507 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19508 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19509 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19510 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19511 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19512 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19513 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19514 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19515 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19516 ntlm-string-permute, string-lshift into ntlm-string-lshift,
19517 string-xor into ntlm-string-xor.
19518 Suggested by Jesper Harder <harder@myrealbox.com>.
19519
19520 * ntlm.el: Don't include poem.
19521
19522 * md4.el (print-int32, print-string-hexa): Remove.
19523 Suggested by Jesper Harder <harder@myrealbox.com>.
19524
19525 * sasl-ntlm.el, ntlm.el, md4.el: New files.
19526
19527 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
19528 probably breaks emacs with DL patch, but do we care? Is anyone
19529 still using the DL stuff?)
19530
19531 * sieve-manage.el: Use the password package.
19532 (sieve-manage-read-passwd): Remove.
19533 (sieve-manage-interactive-login): Use password. Re-add
19534 condition-case around loop.
19535
19536 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19537 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19538 Use the password package.
19539
19540 2003-02-19 Simon Josefsson <jas@extundo.com>
19541
19542 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19543 token.
19544
19545 2002-08-07 Simon Josefsson <jas@extundo.com>
19546
19547 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19548 (sieve-manage-authenticators):
19549 (sieve-manage-authenticator-alist): Add some SASL mechs.
19550 (sieve-sasl-auth): New function.
19551 (sieve-manage-cram-md5-auth):
19552 (sieve-manage-plain-auth): Rewrite using SASL library.
19553 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19554 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19555 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19556 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19557
19558 2004-01-05 Simon Josefsson <jas@extundo.com>
19559
19560 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19561 New files.
19562
19563 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19564
19565 * gnus-group.el (gnus-no-groups-message): Update.
19566
19567 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19568
19569 2003-11-09 Simon Josefsson <jas@extundo.com>
19570
19571 * imap.el: Support for ID IMAP extension (RFC 2971).
19572 (imap-local-variables): Add imap-id.
19573 (imap-id): New variable.
19574 (imap-id): New function.
19575 (imap-parse-response): Parse untagged ID response.
19576 * nnimap.el (nnimap-id): New variable.
19577 (nnimap-open-connection): Use it.
19578
19579 2003-12-28 Simon Josefsson <jas@extundo.com>
19580
19581 * gnus-score.el (gnus-score-edit-all-score): New.
19582 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19583
19584 2004-01-04 Simon Josefsson <jas@extundo.com>
19585
19586 * password.el: Add.
19587
19588 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19589
19590 * dns.el (dns-query-types): Fix typo.
19591 (dns-query-types): New function.
19592 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19593 PTR and SOA replies, see RFC 1035.
19594
19595 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19596
19597 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19598
19599 * Move to Changelog.2.
19600
19601 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19602
19603 * gnus.el (gnus-version-number): Bump version.
19604
19605 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19606
19607 * gnus.el: No Gnus v0.1 is released.
19608
19609 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19610
19611 * gnus.el: No Gnus v0.0 is released.
19612
19613 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19614
19615 * gnus.el (gnus-version-number): Bump.
19616 (gnus-version): No.
19617
19618 See ChangeLog.2 for earlier changes.
19619
19620 Copyright (C) 2004-2011 Free Software Foundation, Inc.
19621
19622 This file is part of GNU Emacs.
19623
19624 GNU Emacs is free software: you can redistribute it and/or modify
19625 it under the terms of the GNU General Public License as published by
19626 the Free Software Foundation, either version 3 of the License, or
19627 (at your option) any later version.
19628
19629 GNU Emacs is distributed in the hope that it will be useful,
19630 but WITHOUT ANY WARRANTY; without even the implied warranty of
19631 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19632 GNU General Public License for more details.
19633
19634 You should have received a copy of the GNU General Public License
19635 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19636
19637 ;; Local Variables:
19638 ;; coding: utf-8
19639 ;; fill-column: 79
19640 ;; add-log-time-zone-rule: t
19641 ;; End: