Fix typos.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
9173deec
JB
12011-07-05 Juanma Barranquero <lekktu@gmail.com>
2
3 * message.el (message-return-action): Fix typo in docstring.
4
4d19331f
LMI
52011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6
7 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
8
30b0f250
KY
92011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10
8db5f662
KY
11 * nndraft.el: Require gnus-group.
12 (nndraft-request-list): Declare.
13
bb9e218d
KY
14 * nndraft.el (nndraft-update-unread-articles): Don't show group having
15 no unread article unless it matches gnus-permanently-visible-groups.
16
30b0f250
KY
17 * nndraft.el (nndraft-update-unread-articles): New function.
18 (nndraft-request-associate-buffer): Use it to update the number of
19 unread articles for the nndraft groups in the group buffer when saving
20 or killing a draft message.
21
cd865a33
G
222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
25 systems to binary before writing and reading the mbox files.
26
27 * gnus.el (gnus-summary-line-format): Link to the info node for %U
28 instead of trying to list them all (bug#8978).
29
302011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31
32 * pop3.el (pop3-open-server): Use :end-of-capability.
33
342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
35
36 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
37 the id is always a number.
38
39 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
40 debbugs mode, if possible.
41
7f6d634a
DU
422011-07-02 Daiki Ueno <ueno@unixuser.org>
43
44 * auth-source.el (auth-source-token-passphrase-callback-function):
45 Reindent.
46 (epg-context-operation): Remove unnecessary autoload.
47
ecd283b9
LMI
482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
49
50 * gnus.el (gnus-list-debbugs): New command.
51
52 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
53 mboxstat instead of the maintbox, since the stat seems to be fuller.
54
55 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
56 summary buffers.
57
58 * message.el (message-get-reply-headers): Delete all duplicates,
59 instead of the first.
60 (message-get-reply-headers): Ensure that we have progress while
61 deleting duplicates.
62
63 * gnus-msg.el (gnus-configure-posting-styles): Get the local
64 gnus-posting-style value from the summary buffer to make it easier to
65 make that a per-buffer conf.
66
67aa99ff
G
672011-07-02 Andrew Cohen <cohen@andy.bu.edu>
68
69 * nnir.el (nnir-run-imap): Allow halting a search when an article is
70 found by setting `shortcut' in 'query.
71 (nnir-request-article): Use `shortcut' setting when requesting article
72 by Message-ID.
73
742011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
77 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
78 Bring the pseudo-headers back too.
79
e9cb4479
DU
802011-07-01 Daiki Ueno <ueno@unixuser.org>
81
82 * auth-source.el (auth-source-token-passphrase-callback-function):
83 Simplify and remove EPA dependency.
84
c1dccd20
AC
852011-07-01 Andrew Cohen <cohen@andy.bu.edu>
86
87 * nnir.el (nnir-request-article): Fix error message text.
88
f3078a00
DU
892011-07-01 Daiki Ueno <ueno@unixuser.org>
90
91 * auth-source.el (plstore-delete): Autoload.
92 (auth-source-plstore-search): Support delete operation.
93 * plstore.el (plstore-delete): New function.
94
85e42879
KY
952011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
98 mark actually existing articles as unread rather than the ones that
99 active asserts.
100
b06823b6
PE
1012011-07-01 Paul Eggert <eggert@cs.ucla.edu>
102
240a298f
PE
103 * nntp.el (nntp-record-command):
104 * gnus-util.el (gnus-message-with-timestamp-1):
105 Use format-time-string rather than decoding time stamps by hand.
d0672f86
PE
106 This is simpler and insulates the code from potential changes to
107 current-time format.
108
fb81de5f
KY
1092011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
112
cdf4d455
DU
1132011-07-01 Daiki Ueno <ueno@unixuser.org>
114
115 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
116 (plstore-save): Support public key encryption.
117 (plstore--init-from-buffer): New function.
118 (plstore-open): Use it; fix error when opening a non-existent file.
119 (plstore-revert): Use plstore--init-from-buffer.
120
65afde5c
DU
1212011-07-01 Daiki Ueno <ueno@unixuser.org>
122
123 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
b06823b6 124
34d0a923
KY
1252011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
126
127 * mml2015.el (mml2015-use): Replace string-match-p with string-match
128 for old Emacsen.
129
9ccd6e90
DU
1302011-06-30 Daiki Ueno <ueno@unixuser.org>
131
132 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
133 is not fully working.
134
b09c3fe0
G
1352011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * dgnushack.el: Autoload sha1 on XEmacs.
138
139 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
140 quit window configuration.
141
142 * auth-source.el (epg-context-set-passphrase-callback): Remove
143 duplicate autoload.
144
1452011-06-30 Andrew Cohen <cohen@andy.bu.edu>
146
147 * nnir.el (nnir-request-article): Allow requesting articles by
148 Message-ID with nnimap.
149
150 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
151 current server.
152
1532011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
154
155 * auth-source.el: Autoload EPA/EPG functions.
156 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
157 changed when EPA/EPG is not available.
158 (auth-source-backend): Rename "arg" member to "data".
159 (auth-source-backend-parse, auth-source-plstore-search)
160 (auth-source-plstore-create): Use it.
161
936d08bb
G
1622011-06-30 Andrew Cohen <cohen@andy.bu.edu>
163
164 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
165 `gnus-refer-article-methods'.
166
1672011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
168
169 * auth-source.el: Require EPA and EPG.
170 (auth-source-passphrase-alist): New variable.
171 (auth-source-passphrase-callback-function)
172 (auth-source-token-passphrase-callback-function): Callbacks for the
173 netrc field encryption (GPG tokens).
174 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
175 Symmetric encryption and decryption of the netrc GPG tokens.
176 (auth-source-netrc-normalize): Use them, simplifying the closure.
177
656e1aab
LMI
1782011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
179
180 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
181 non-nil, and `nnimap-split-methods' is nil, use the former.
182
8a8cdb19
DU
1832011-06-30 Daiki Ueno <ueno@unixuser.org>
184
185 * plstore.el (plstore-revert): New function.
186 (plstore-open): Use it; hide the buffer from user.
187
8977de27
DU
1882011-06-30 Daiki Ueno <ueno@unixuser.org>
189
190 * auth-source.el (auth-source-backend): New member "arg".
191 (auth-source-backend-parse): Handle new backend 'plstore.
192 * plstore.el: New file.
193
ddf6fd30
GM
1942011-06-30 Glenn Morris <rgm@gnu.org>
195
5cdea619
GM
196 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
197
ddf6fd30
GM
198 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
199
faf3b348
LMI
2002011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
d0b36cbe
LMI
202 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
203 expiring articles to.
204
faf3b348
LMI
205 * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
206 variations as ASCII (bug#5458).
207
732b9594
KY
2082011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
209
210 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
211
3451795c
LMI
2122011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * message.el (message-point-in-header-p): Tweak the function to default
215 to saying that we're not in the headers if there is no separator at
216 all. This makes it possible to use the Message version of `M-q' in
217 buffers with no headers (bug#7987).
218 (message-point-in-header-p): Fix last checkin to work with an empty
219 mail-header-separator, too.
220
221 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
222 again, save the choice via customize.
223
2242011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * message.el (message-send-mail-function): Add `sendmail-query-once'.
227
228 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
229 ended the connection, bail out before waiting infinitely on a new
230 connection.
231
8b7fba43
TZ
2322011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
233
234 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
235 reports.
236
237 * gnus.el (gnus-bug-package): Use "gnus."
238 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
239
60a0884e
G
2402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
241
c146ad85
LMI
242 * gnus-art.el (gnus-article-stop-animations): New function to stop any
243 animations going on at article exit time.
244
245 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
246 since removing it breaks people upgrading.
247
248 * shr.el (shr-put-image): Use the new interface for animating images.
249 (shr-put-image): Animate for 60 seconds.
60a0884e
G
250
251 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
252 error with `find-file-hooks' on Emacs 22.
253 (with-auth-source-epa-overrides): Ugly hack to Wrap the
254 `find-file-hook' things in `symbol-value' to avoid compilation warnings
255 on all architectures.
256
257 * spam.el (spam-stat): Require in a normal fashion without binding
258 `spam-stat-install-hooks' to avoid compilation warnings.
259
260 * spam-stat.el (spam-stat-install-hooks): Removed.
261 (spam-stat-install-hooks): Don't run automatically.
262
2632011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
264
265 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
266 and keystroke.
267
74e8193b
KY
2682011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
269
270 * auth-source.el (auth-source-netrc-cache): Move forward.
271
b534ed40
LMI
2722011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
273
274 * auth-source.el (auth-source-netrc-create): Don't query the bits that
275 we already know.
276 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
277 (auth-source-netrc-create): Don't prompt for the stuff we already know.
278
6a6e4d93
LMI
2792011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
282 %S format, since that looks odd.
283 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
284 file, especially when saving.
285
183a6951
AC
2862011-06-21 Andrew Cohen <cohen@andy.bu.edu>
287
288 * nnimap.el (nnimap-find-article-by-message-id): return nil when no
289 article found.
290
61e6a0ac
TZ
2912011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
292
293 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
294 `auth-source-save-secrets' with a more sensitive alist that can be
295 configured per file. Experimental, so defaults to 'never.
296 (auth-source-netrc-create): Use it. Still experimental code.
297 (with-auth-source-epa-overrides): Use `find-file-hooks' if
298 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
299
2b8c5660
TZ
3002011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
301
302 * auth-source.el (auth-source-save-secrets): New variable to control if
303 secret tokens should be saved encrypted.
304 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
305 to `auth-source-netrc-normalize'.
306 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
307 on the EPA variables being defined.
308 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
309 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
310 the lexical-let closure.
311 (auth-source-netrc-create): Create "gpg:" tokens according to
312 `auth-source-save-secrets'.
313
b229f37d
KY
3142011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
315
316 * gnus-group.el (gnus-group-update-group): Add new argument
317 `info-unchanged' that stops updating dribble buffer.
318
319 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
320 deletes lines matching to it in dribble buffer.
321
322 * gnus-agent.el (gnus-agent-fetch-group-1):
323 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
324 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
325 * gnus-start.el (gnus-group-change-level):
326 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
327
328 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
329 if newsgroup info is not changed.
330
331 * gnus-group.el (gnus-group-get-new-news-this-group):
332 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
333 Don't update dribble buffer.
334
8d009f4a
TZ
3352011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
336
337 * gnus-registry.el (gnus-registry-remove-ignored): New function to
338 remove entries with groups we ignore.
339
2da9c605
G
3402011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
341
342 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
343 the underline comes at the bottom.
344
3452011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
346
347 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
348 `gnus-registry-user-format-function-M' and declare the latter obsolete.
349 (gnus-registry-article-marks-to-names): Rename from
350 `gnus-registry-user-format-function-M2'.
351
1a3c7209
KY
3522011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
353
354 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
355 ephemeral group.
356
357e1c67
KY
3572011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * shr.el (shr-browse-image): Copy the URL if called interactively.
360
b5244046
LMI
3612011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
364 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
365 done, then unselected articles may be marked as read.
366
367 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
368 since not doing this seems to lead to a race condition in pop3-logon.
369
370 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
371 so that the call chain it correct when we call "upwards".
372
373 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
374 in read-only groups.
375
376 * gnus-group.el (gnus-group-mark-article-read): Ditto.
377
378 * message.el (message-cite-reply-position): Doc string fix.
379
380 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
381 avoid regexp overflow.
382 (nnimap-transform-split-mail): Ditto.
383
384 * pop3.el (pop3-retr): Error out if the server closes the connection.
385
7a54264e
SM
3862011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
389 mm-with-unibyte-current-buffer. The buffer should not contain any
390 multibyte chars anyway at this stage.
391
ca3cf0a5
G
3922011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
393
394 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
395 at the end of lines.
396
3972011-05-29 Julien Danjou <julien@danjou.info>
398
399 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
400
8c7c1f6d
GM
4012011-05-27 Glenn Morris <rgm@gnu.org>
402
403 * gnus-group.el (gnus-bug-group-download-format-alist):
404 Use the "maintainer" version of debian reports as well.
405
99451919
GM
4062011-05-26 Glenn Morris <rgm@gnu.org>
407
408 * gnus-group.el (gnus-bug-group-download-format-alist):
409 Use the "maintainer" version of debbugs.gnu.org reports.
410
88a7a941
KY
4112011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
412
413 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
414
b018a6c9
TZ
4152011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
416
417 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
418 the thread moves us backwards and so we loop forever.
419
cfe397c6
KY
4202011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
421
422 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
423 whitespace in base64 data lines.
424
638f517c
TZ
4252011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
426
627abcdd
TZ
427 * gnus-registry.el (gnus-registry-user-format-function-M):
428 Use `mapconcat'.
429 (gnus-registry-user-format-function-M2): Use to see the full text of
430 the marks. Make "," the mark text separator.
431
638f517c
TZ
432 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
433 authentication with auth-source.
434
072be7db
GM
4352011-05-17 Glenn Morris <rgm@gnu.org>
436
437 * gnus-group.el (gnus-import-other-newsrc-file):
438 Use insert-file-contents.
439
e5946384
TZ
4402011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
441
442 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
443 1000 iterations.
444
7887e229
KY
4452011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * nntp.el (nntp-open-connection): Check if process-type is available.
448
55385ebc
JD
4492011-05-16 Julien Danjou <julien@danjou.info>
450
451 * shr.el (shr-tag-del): Add support for del tag.
452
195b2593
KY
4532011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
454
455 * gnus-html.el (gnus-html-put-image): Register a displayer.
456
457 * shr.el (shr-image-displayer): Don't remove text props from alt text.
458
652aa465
TZ
4592011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
460
461 * registry.el (prune-factor): New initialization parameter defaulting
462 to 0.1.
463 (registry-prune-hard): Use it.
464
465 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
466 0.1 expicitly.
467
9d463c8c
GM
4682011-05-13 Glenn Morris <rgm@gnu.org>
469
470 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
471 is bound, since this function requires sendmail.
472
9820ccdf
TZ
4732011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
474
475 * registry.el (registry-usage-test): Disable pruning test.
476
15cc1ab1
TZ
4772011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
478
479 * registry.el (registry-prune-hard-candidates)
480 (registry-prune-soft-candidates): Helper methods for registry pruning.
481 (registry-prune): Use them. Make the sort function optional.
482
79b70037
GM
4832011-05-10 Jim Meyering <meyering@redhat.com>
484
485 * shr.el (shr-colorize-region): Fix typo "on on -> on".
486
296d197b
JD
4872011-05-10 Julien Danjou <julien@danjou.info>
488
489 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
490 symbol and not a list.
491
b9bdaf74
KY
4922011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
493
ffb54e99
KY
494 * gnus-art.el (gnus-article-mode): Move binding of
495 shr-put-image-function here from gnus-article-prepare-display.
496
b9bdaf74
KY
497 * shr.el (shr-put-image-function): New variable.
498 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
499 (shr-put-image): Return scaled image.
500
501 * gnus-art.el (gnus-shr-put-image): New function.
502 (gnus-article-prepare-display): Bind shr-put-image-function to it.
503
504 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
505 original ones, as deletable.
506
68b5d5ee
SM
5072011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * nntp.el (nntp-open-connection): Set TCP keepalive option.
510
81d7704c
TZ
5112011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
512
513 * registry.el (registry-full): Add convenience method. Fix logic.
514 (registry-insert): Use it. Fix logic here too.
515
516 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
517 `registry-prune' if `registry-full' returns t.
518 (gnus-registry-handle-action)
519 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
520 (gnus-registry-usage-test): Use it.
521
7ef1d634
JD
5222011-05-07 Julien Danjou <julien@danjou.info>
523
524 * shr.el (shr-link): Make shr-link inherit from link by default.
525
f8774e35
TZ
5262011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
527
528 * shr.el (shr-urlify, shr-link): Fix shr-link face.
529
df26ce09
TZ
5302011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
531
532 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
533 error out because the face is not a list.
534
8e6167a1
GM
5352011-05-05 Glenn Morris <rgm@gnu.org>
536
537 * gnus-start.el (gnus-propagate-marks): Declare.
538
67a2aecd
TZ
5392011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
540
541 * registry.el (registry-reindex): Fix percentage message.
542
c2f51e23
G
5432011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
544
545 * shr.el: Add shr-link face for links.
546 (shr-urlify): Use it.
547
548 * registry.el (registry-insert): Make error message more helpful.
549
2193f991
LMI
5502011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
68b5d5ee
SM
552 * gnus-html.el (gnus-html-schedule-image-fetching):
553 Use url-queue-retrieve, if it exists.
f3b146e9
LMI
554
555 * shr.el (shr-tag-img): Ditto.
556
557 * gnus.el: Autoload more gnus-agent functions.
558
559 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
560 agent if we haven't already (bug#8502).
561
562 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
563 into the Agent, too.
564
565 * gnus-agent.el (gnus-agent-store-article): New function.
566
68b5d5ee 567 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
9f5e78f7
LMI
568 and moved from that file for reuse.
569
2193f991
LMI
570 * pop3.el (pop3-open-server): Error messages are "-ERR".
571
b87f32fc
G
5722011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
573
574 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
575 (open-tls-stream): Remove superfluous tls/starttls autoloads.
576
5772011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
580 buffer has moved to a different frame.
581
5822011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
583
584 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
585 to get the conversion from unibyte to multibyte buffers to work on
586 Emacs 22.
587
588 * nntp.el (nntp-request-article): Slight clean-up.
589
6eee2678
LMI
5902011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
591
592 * shr.el (shr-strike-through): New face.
593 (shr-tag-s): Use it to provide <s> support.
594 (shr-tag-s): Remove duplicate definition.
595
e2822bd2
TZ
5962011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
597
598 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
599 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
600
81de9236
GM
6012011-04-23 Glenn Morris <rgm@gnu.org>
602
603 * gnus-sum.el (gnus-extra-headers): Bump :version.
604
a3af2929
LMI
6052011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
606
607 * shr.el (shr-tag-sup): New function.
608 (shr-tag-sub): Ditto.
609
5e68f861
TZ
6102011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
611
74db886b
TZ
612 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
613 for the case where `gnus-registry-ignored-groups' is a list of lists,
614 and don't call `gnus-parameter-registry-ignore' otherwise.
615
6162011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
617
5e68f861
TZ
618 * nnimap.el (nnimap-user): New backend variable.
619 (nnimap-open-connection-1): Use it.
620 (nnimap-credentials): Accept user parameter so it's explicit what user
621 name is desired.
c024b021 622
a6e77075
TZ
623 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
624 default.
625
c024b021
TZ
626 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
627 not gnus-registry.el.
628
a6e77075
TZ
629 * gnus-registry.el: Mention in comments how to modify
630 `gnus-extra-headers' for proper recipient tracking and that it may
631 already have To and Cc recently, which it does as of this commit.
632 (gnus-registry-ignored-groups): Remove defcustom.
c024b021
TZ
633 Explain why in comments.
634 (gnus-registry-action): Fix data-header reference to use the extra
635 headers. Explain in package commentary how to add To and Cc headers to
636 the gnus-extra-headers.
637 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
638 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
68b5d5ee
SM
639 parameter list or a string list in `gnus-registry-ignored-groups'.
640 Fix logic error.
c024b021 641
2b455160
LMI
6422011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * shr.el (shr-expand-url): Protect against null urls.
645
dbd5ffad
LMI
6462011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
647
648 * shr.el (shr-base): New binding.
649 (shr-tag-base): Keep track of <base>.
650 (shr-expand-url): New function used throughout.
651
20113380
TZ
6522011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
653
654 * gnus-registry.el
655 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
656 (gnus-registry-ignored-groups): New variable.
657 (gnus-registry-ignore-group-p): Use it.
658 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
659 set the destination group to nil (same as delete) if it's ignored.
660
6b1f6ce9
KY
6612011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * gnus-registry.el (gnus-registry-action)
664 (gnus-registry-fetch-header-fast):
665 Don't use mail-header that looks an internal function of mailheader.el.
666
8d6d9c8f
KY
6672011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * gnus-registry.el: Eliminate cl functions.
670 (gnus-registry-sort-addresses): New function that replaces mapcan.
671 (gnus-registry-action, gnus-registry-spool-action)
672 (gnus-registry-split-fancy-with-parent)
673 (gnus-registry-fetch-recipients-fast): Use it.
674 (gnus-registry-import-eld): Replace delete* with dolist + delq.
675
676 * registry.el (initialize-instance, registry-lookup)
677 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
678 (registry-lookup-secondary-value, registry-search, registry-delete)
679 (registry-insert, registry-reindex, registry-size, registry-prune):
680 Use eval-and-compile.
681
cf8b0c27
TZ
6822011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
683
684 * registry.el (registry-reindex): New method to recreate the secondary
685 registry indices.
686
687 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
688 tracked field changes.
689 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
690 (gnus-registry-action, gnus-registry-spool-action)
691 (gnus-registry-handle-action)
692 (gnus-registry--split-fancy-with-parent-internal)
693 (gnus-registry-split-fancy-with-parent)
694 (gnus-registry-register-message-ids): Add recipient tracking on spool,
695 move, and delete actions, and for fancy splitting with parent.
696 (gnus-registry-extract-addresses)
697 (gnus-registry-fetch-recipients-fast)
698 (gnus-registry-fetch-header-fast): Convenience functions.
699 (gnus-registry-misc-test): ERT test of
700 `gnus-registry-extract-addresses'.
701
ba3bd5b6
TZ
7022011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
703
704 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
705 Track by subject first, then sender.
706
70f6144d
SM
7072011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
710
ba3bd5b6
TZ
711 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
712 Lisp.
70f6144d
SM
713
714 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
715 (gnus-draft-send): Use it to avoid popping
716 up frames from gnus-group-send-queue.
717
c3c65d73
TZ
7182011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
719
720 * gnus-registry.el: Updated gnus-registry docs.
721
1e3b6001
G
7222011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
723
724 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
725 Fix logic bug.
726 (gnus-registry-post-process-groups): Fix logging of no results and
727 quote sender and subject.
728
7292011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
732 (gnus-read-active-for-groups): Don't try to finish getting stuff where
733 we had no early-data returned.
734 (gnus-get-unread-articles): Add a sanity check so that we don't issue
735 two async commands to the same server at the same time.
736
7372011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
738
739 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
740
bf0ed58a
LMI
7412011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
742
1e3b6001
G
743 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
744 "warning" level.
745
68b5d5ee 746 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
bf0ed58a
LMI
747 (mm-url-insert-file-contents): Don't set the package names.
748
d515dc24
TZ
7492011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
750
751 * gnus-registry.el (gnus-registry-action): Remove properties and
752 simplify subject in `gnus-registry-handle-action'.
753 (gnus-registry-spool-action): Get subject and sender from message if
754 they are not passed in.
755 (gnus-registry-handle-action): Remove properties and simplify subject
756 consistently.
757
f8fc0578
SM
7582011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * registry.el: Require CL before using defmacro*.
761
f8342cf5
KY
7622011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
763
764 * gnus-art.el (article-treat-date): Assume that
765 gnus-article-date-headers may be a group parameter.
766
4523dc7f
G
7672011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
768
769 * gnus-registry.el (gnus-registry-handle-action): More debugging.
770
771 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
772 interactively so the newsrc file can contain foreign groups too.
773 Useful for debugging but not much for users.
774
7752011-04-07 David Engster <dengste@eml.cc>
776
777 * registry.el (registry-usage-test): Only do
778 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
779 lexical binding.
780
2237da9c
G
7812011-04-06 David Engster <dengste@eml.cc>
782
783 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
784 argument NOERROR for `require', since XEmacs 21.4 does not support it.
785
7862011-04-06 David Engster <dengste@eml.cc>
787
788 * registry.el (initialize-instance): Change :after to :AFTER to be
789 compatible with old EIEIO version in XEmacs.
790
7912011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
792
793 * gnus-registry.el (gnus-registry-post-process-groups)
794 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
795 and provide better messaging.
796
7972011-04-06 David Engster <dengste@eml.cc>
798
799 * Makefile.in (fail-on-warning): New rule to compile with warnings as
800 errors.
801
42b23765
TZ
8022011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
803
2237da9c
G
804 * gnus-registry.el: Don't use ERT if it's not available. Load it
805 unconditionally anyway, discarding errors.
42b23765
TZ
806 (gnus-registry-delete-entries): New convenience function.
807 (gnus-registry-import-eld): Import from old .eld registry.
808
2237da9c
G
809 * registry.el: Don't use ERT if it's not available. Load it
810 unconditionally anyway, discarding errors.
42b23765
TZ
811
812 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
813 version from the Claudio Bley GnuTLS patch (extra optional parameters
814 and host name).
815
11a3174d
TZ
8162011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
817
818 * gnus-registry.el (gnus-registry-fixup-registry): New function to
819 fixup the parameters that can be customized by the user between
820 save/read cycles.
821 (gnus-registry-read): Use it.
822 (gnus-registry-make-db): Use it.
68b5d5ee
SM
823 (gnus-registry-spool-action, gnus-registry-handle-action):
824 Fix messaging.
825 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
826 Map references to actual group names with sender and subject tracking.
11a3174d
TZ
827 (gnus-registry-post-process-groups): Use `cond' for better messaging.
828 (gnus-registry-usage-test): Add subject lookup test.
829
830 * registry.el (registry-db, initialize-instance): Set up constructor
831 instead of :initform arguments for the sake of older Emacsen.
832 (registry-lookup-breaks-before-lexbind): New method to demonstrate
833 pre-lexbind merge bug.
834 (registry-usage-test): Use it.
835 (initialize-instance, registry-db): Move the non-function initforms
836 back to the class definition.
837
8382011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
839
840 * registry.el: New library to manage gnus-registry-style data.
841
842 * gnus-registry.el: Use it (major rewrite).
843
844 * nnregistry.el: Use it.
845
846 * spam.el: Use it.
847
d451951a
LMI
8482011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
849
850 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
851 marks on non-selected articles.
852
da91b5f2
CY
8532011-04-02 Chong Yidong <cyd@stupidchicken.com>
854
855 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
856
857 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
858 parameter to open-protocol-stream.
859
1c412c00
JD
8602011-04-01 Julien Danjou <julien@danjou.info>
861
862 * mm-view.el (mm-display-inline-fontify): Do not fontify with
863 fundamental-mode.
864
d451951a
LMI
8652011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
866
867 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
868 servers.
869
d5b686dc
LMI
8702011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
871
872 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
873 made marks not propagate, again.
874
e742e117
CY
8752011-03-30 Chong Yidong <cyd@stupidchicken.com>
876
877 * proto-stream.el (open-protocol-stream): Bring back `network' type.
878 Make this the default type.
879 (proto-stream-open-plain): Rename from proto-stream-open-default.
880 (open-protocol-stream, proto-stream-open-starttls)
881 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
882 with `plain'.
883
884 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
885 value.
886
887 * nntp.el (nntp-open-connection-function): Document the fact that some
68b5d5ee
SM
888 values are not functions but are instead handled specially.
889 Recognize nntp-open-plain-stream value.
e742e117
CY
890 (nntp-open-connection): Recognize that value.
891
a5954fa5
G
8922011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
893
894 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
895 stuff.
896
897 * gnus-score.el (gnus-score-string): Fix calling convention of
898 `gnus-simplify-buffer-fuzzy' after last patches.
899
900 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
901 server for articles we didn't get any headers for. This is a sanity
902 check.
903
9042011-03-29 Michael Welsh Duggan <md5i@md5i.com>
905
906 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
907 new CAPABILITY, use it.
908
9092011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
912 downloading anything.
913
68b5d5ee 914 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
a5954fa5
G
915
9162011-03-29 Adam Sjøgren <asjo@koldfront.dk>
917
918 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
919 colors.
920 (gnus-splash-svg-color-symbols): New function.
921
9222011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
923
924 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
925 instead of using the global gnus-simplify-subject-fuzzy-regexp.
926 (gnus-simplify-subject-fuzzy): Use the local
68b5d5ee
SM
927 gnus-simplify-subject-fuzzy-regex instead of the global one.
928 This makes using this variable in group parameters work.
a5954fa5
G
929
9302011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
931
68b5d5ee
SM
932 * gnus-registry.el (gnus-registry-unfollowed-groups):
933 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
a5954fa5
G
934 archive:sent-YYYY-MM-DD groups).
935 (gnus-registry-split-fancy-with-parent): Bail out early in sender
936 tracking if there are more than `gnus-registry-max-track-groups'
937 matches.
938
9392011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * message.el (message--yank-original-internal): New function to do the
942 insertion cleanly inside eval in `message-yank-original'.
943 (message-yank-original): Use it.
944
b62f8267
G
9452011-03-29 Julien Danjou <julien@danjou.info>
946
947 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
948 local variables disabled rather than `normal-mode'.
949
f2eefd24
CY
9502011-03-26 Chong Yidong <cyd@stupidchicken.com>
951
952 * proto-stream.el: Changes preparatory to merging open-protocol-stream
953 with open-network-stream.
954 (proto-stream-always-use-starttls): Option removed.
955 (open-protocol-stream): Return a process object by default. Provide a
956 new parameter :return-list specifying a list-type return value, which
957 now has the form (PROP . PLIST) instead of a fixed-length list. Change
958 :type `network' to `try-starttls', and `network-only' to `default'.
959 Make `default' the default, for compatibility with open-network-stream.
960 Handle the no-parameter case exactly as open-network-stream, with no
961 additional stream processing. Search plists using plist-get.
962 Explicitly add :end-of-commend parameter if it is missing.
68b5d5ee 963 (proto-stream-open-default): Rename from
f2eefd24
CY
964 proto-stream-open-network-only. Return 'default as the type.
965 (proto-stream-open-starttls): Rename from proto-stream-open-network.
966 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
967 failed. Always return a list with a (possibly dead) process as the
968 first element, for compatibility with open-network-stream.
969 (proto-stream-open-tls): Use plist-get. Always return a list.
970 (proto-stream-open-shell): Return `default' as connection type.
971 (proto-stream-capability-open): Use plist-get.
972 (proto-stream-eoc): Function deleted.
973
974 * nnimap.el (nnimap-stream, nnimap-open-connection)
975 (nnimap-open-connection-1): Handle renaming of :type parameter for
976 open-protocol-stream.
977 (nnimap-open-connection-1): Pass a :return-list parameter
978 open-protocol-stream to obtain a list return value. Parse this list
979 using plist-get.
980
981 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
982 for open-protocol-stream. Accept open-protocol-stream return value
983 that is a subprocess object instead of a list. Handle the case of a
984 dead returned process.
985
dc802687
TZ
9862011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
987
988 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
989
990 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
991
247c22e1
JD
9922011-03-21 Julien Danjou <julien@danjou.info>
993
994 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
995 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
996 query.
997 (mm-inline-text): Render normal text with fontification whenever
998 possible.
999
1000 * gnus-sum.el (gnus-summary-save-parts-1):
1001 * gnus-art.el (gnus-article-browse-html-save-cid-content)
1002 (gnus-article-browse-html-parts, gnus-mime-delete-part)
1003 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1004 Use `mm-handle-filename'.
1005
1006 * mm-util.el (mm-handle-filename): New function, return the filename of
1007 an handle.
1008
06e9c2d9
JD
10092011-03-18 Julien Danjou <julien@danjou.info>
1010
1011 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1012 (gnus-buffer-live-p): Check that buffer is not nil.
1013
1518e4f0
G
10142011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * gnus-art.el: Require mouse, which the build bot seems to say is
1017 needed.
1018
1019 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1020 XEmacs, since it doesn't have url-retrieve-synchronously.
1021
10222011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
1023
1024 * gnus-group.el (gnus-group-list-ticked): New function.
1025 (gnus-group-make-menu-bar): Provide a menu entry for it.
1026 (gnus-group-list-map): Provide a binding for it.
1027
10282011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1029
1030 * shr.el (shr-visit-file): New command.
1031
1032 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1033
10342011-03-17 Bjørn Mork <bjorn@mork.no>
1035
1036 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1037 servers.
1038
d6cd56f1
JD
10392011-03-16 Julien Danjou <julien@danjou.info>
1040
1041 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1042 inline.
1043
68b5d5ee
SM
1044 * gnus-art.el (article-hide-list-identifiers):
1045 Use gnus-group-get-list-identifiers.
d6cd56f1
JD
1046
1047 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
68b5d5ee
SM
1048 (gnus-summary-remove-list-identifiers):
1049 Use gnus-group-get-list-identifiers to get regexp.
d6cd56f1 1050 (gnus-select-newsgroup, gnus-summary-insert-subject)
68b5d5ee
SM
1051 (gnus-summary-insert-articles):
1052 Call gnus-summary-remove-list-identifiers unconditionally.
d6cd56f1 1053
a123622d
G
10542011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1055
4c7468f6
LMI
1056 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1057 we're selecting a group with unread articles.
1058
a123622d
G
1059 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1060
1061 * gssapi.el: New file separated out from imap.el to provide a general
1062 Kerberos 5 connection facility for Emacs.
1063
1064 * message.el (message-elide-ellipsis): Document the format spec
1065 ellipsis.
1066
10672011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
1068
1069 * message.el (message-elide-region): Allow the ellipsis to say how many
1070 lines were removed.
1071
10722011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1075 window configurations containing buffers that are now dead.
1076
1077 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1078 parsing to avoid integer overflows.
1079 (nnimap-parse-flags): Simplify the last change.
1080 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1081 too large for 32-bit Emacsen.
1082
0adf5618
SM
10832011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * auth-source.el (auth-source-netrc-create):
1086 * message.el (message-yank-original): Fix use of `case'.
1087
a123622d
G
10882011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1089
1090 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1091 XEmacs, which was one character too wide.
1092
10932011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
1094
1095 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1096 default number of articles to display.
1097 (gnus-articles-to-read): Use pretty names for prompt.
1098
10992011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * gnus-int.el (gnus-open-server): Ditto.
1102
1103 * gnus-start.el (gnus-activate-group): Give a backtrace if
1104 debug-on-quit is set and the user hits `C-g'.
1105 (gnus-read-active-file): Ditto.
1106
1107 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1108
1e660395
TZ
11092011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
1110
1111 * message.el (message-yank-original): Use cond instead of CL case.
1112
aa2ebce9
SM
11132011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * auth-source.el (auth-source-netrc-create): Use usual format for the
1116 default in prompts.
1117
67613d31
TZ
11182011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1119
1120 * auth-source.el (auth-source-netrc-create): Show the default in the
1121 prompt when prompting for token creation.
1122
4248cca2
TZ
11232011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1124
1125 * auth-source.el (auth-source-format-prompt): Always convert the value
1126 to a string to avoid evaluating non-string arguments.
1127 (auth-source-netrc-create): Offer default properly, not as initial
1128 content in `read-string'.
1129 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1130 of line to determine if we've been run before. If so, don't run again,
1131 but print a trivial message to indicate the cache was hit instead.
1132
a276370e
G
11332011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
1134
aa2ebce9
SM
1135 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1136 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
1137 The user will have to run `gnus-sync-read' manually and wait for Cloudy
a276370e
G
1138 Gnus.
1139
11402011-03-11 Julien Danjou <julien@danjou.info>
1141
1142 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1143 modified file".
1144
733afdf4
TZ
11452011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
1146
1147 * auth-source.el (auth-source-read-char-choice): New function to read a
1148 character choice using `dropdown-list', `read-char-choice', or
1149 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
1150 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
f3b54b0e 1151 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
733afdf4 1152 (auth-source-netrc-saver): Use it.
f3b54b0e 1153 (auth-source-pick-first-password): New convenience function.
733afdf4
TZ
1154
11552011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
1156
1157 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1158 parameter in the credentials.
1159 (nnimap-open-connection-1): Use it after a successful login.
1160 (nnimap-credentials): Add IMAP-specific user and password prompt.
1161
1162 * auth-source.el (auth-source-search): Add :require parameter, taking a
1163 list. Document it and the :save-function return token. Pass :require
1164 down. Change the CREATED message from a warning to a debug statement.
1165 (auth-source-search-backends): Pass :require down.
1166 (auth-source-netrc-search): Pass :require down.
1167 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1168 Change save prompt to indicate all modifications saved here are
1169 deletions.
1170 (auth-source-netrc-create): Take user login name as default in user
1171 prompt. Move all the save functionality to a lexically bound function
1172 under the :save-function token in the returned list. Set up clearer
1173 default prompts for user, host, port, and secret.
1174 (auth-source-netrc-saver): New function, intended to be wrapped for
1175 :save-function.
1176
33383987
JB
11772011-03-07 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * Version 23.3 released.
1180
a5057546
G
11812011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
1183 * shr.el (shr-table-horizontal-line): Change the defaults for the table
1184 lines to be spaces instead.
1185
11862011-03-07 Julien Danjou <julien@danjou.info>
1187
1188 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1189 (sieve-sasl-auth): Check that auth-source-search did return something,
1190 or just return an empty string.
1191
7e27ce9c
AL
11922011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1193
1194 * gnus.el (gnus-interactive): Use read-directory-name.
1195
1196 * gnus-uu.el (gnus-uu-decode-uu-and-save)
1197 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1198 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1199 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1200 Likewise.
1201
1202 * gnus-group.el (gnus-group-make-directory-group): Likewise.
1203
706b5974
G
12042011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1205
a5057546
G
1206 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1207 onto the list of killed groups, too. This makes killed nnimap groups,
1208 for instance, more reliably not reappear.
1209
1210 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1211 the parent.
1212
706b5974
G
1213 * gnus-sum.el (gnus-update-read-articles): Fix typo.
1214
1215 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1216 really have server-side marks.
1217
1218 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1219 since most backends do not usefully have server-side marks.
1220 (gnus-update-read-articles): Propagate marks to all backends that
1221 really have server-side marks.
1222
12232011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
1224
aa2ebce9
SM
1225 * message.el (message-cite-reply-position, message-cite-style):
1226 New variables.
706b5974
G
1227 (message-yank-original): Use the new citation styles.
1228
7fd0923b
DU
12292011-03-04 Daiki Ueno <ueno@unixuser.org>
1230
1231 * message.el (message-options): Revert the change that's a workaround
8879add8
DU
1232 for XEmacs buffer-local issue; don't mark it buffer-local when running
1233 under XEmacs.
7fd0923b 1234
71f8b7ed
G
12352011-03-03 Tassilo Horn <tassilo@member.fsf.org>
1236
1237 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1238 numbers too big to be `read'.
1239
12402011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
1241
1242 * message.el (message-options): Make buffer-local two ways to attempt
1243 to fix a XEmacs bug.
1244
e1a135a9
JD
12452011-03-02 Julien Danjou <julien@danjou.info>
1246
1247 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1248
fb9b91be
JD
12492011-03-01 Julien Danjou <julien@danjou.info>
1250
1251 * gnus-art.el (list-identifier): Add list-identifier as a parameter
1252 group.
1253 (article-hide-list-identifiers): Use list-identifier group parameter.
1254
3b0468c4
JD
12552011-02-28 Julien Danjou <julien@danjou.info>
1256
1257 * sieve.el (sieve-buffer-script-name): New local variable to store
1258 sieve script name.
1259 (sieve-edit-script): Store sieve script name.
1260 (sieve-upload): Use sieve script name when uploading.
1261 (sieve-upload): Use substitute-command-keys.
1262 (sieve-edit-script): Use substitute-command-keys.
1263 (sieve-refresh-scriptlist): Use substitute-command-keys.
1264 (sieve-manage-mode-map): Define keymap properly.
1265 (sieve-manage-mode): Do not set mode name manually, change mode-name to
1266 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1267 Remove commented code about cvs.
1268 (sieve-manage-quit): New function.
1269 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1270
85e75ded
LI
12712011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1272
1273 * gnus-group.el (gnus-import-other-newsrc-file): New function.
1274
003522ce
G
12752011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
1276
61e9662e
TZ
1277 * auth-source.el (auth-source-search): Cache empty result sets.
1278
003522ce
G
1279 * auth-source.el (auth-source-save-behavior): New variable to replace
1280 `auth-source-never-create'.
1281 (auth-source-netrc-create): Use it.
1282 (auth-source-never-save): Remove.
1283
12842011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
1285
1286 * nnimap.el (nnimap-stream): Doc fix.
1287 (nnimap-open-connection-1): Reverse the order of the ports to that the
1288 prompted-for port is first.
1289
1290 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1291 retrieval by the no-group selection.
1292
1293 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1294 numerical parameters.
1295
3b0468c4
JD
12962011-02-25 Julien Danjou <julien@danjou.info>
1297
1298 * gnus-gravatar.el: Use gnus-with-article-buffer.
1299
1300 * gnus-art.el (gnus-with-article-buffer): Check that the
1301 gnus-article-buffer is alive.
1302
003522ce
G
13032011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
1304
1305 * auth-source.el (auth-source-creation-prompts): New variable to manage
1306 creation-time prompts.
1307 (auth-source-search): Document it.
1308 (auth-source-format-prompt): Add utility function.
1309 (auth-source-netrc-create): Don't default the user name to
1310 user-login-name. Use `auth-source-creation-prompts' and some default
1311 prompts for user, host, port, and password (the default generic prompt
1312 remains ugly).
1313 (auth-source-never-save): Add customizable option to never save info.
1314 (auth-source-netrc-create): Use it and improve save prompts. Fix help
1315 mode excursion.
1316
a22e7484
KY
13172011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1320 argument that XEmacs doesn't support.
1321
fa41748c
G
13222011-02-23 Julien Danjou <julien@danjou.info>
1323
1324 * gnus-art.el (article-make-date-line): Ignore errors if time is
1325 invalid and not convertible.
1326 (article-make-date-line): Only add lapsed time if time is not nil.
1327
d41d18c0
TZ
13282011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
1329
1330 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1331 `read-char-choice' for backwards compatibility.
fa41748c
G
1332 (auth-source-netrc-element-or-first): New function to DTRT for
1333 parameter extraction.
1334 (auth-source-netrc-create): Use it and fix multiple parameter print
1335 bug. Use the default passed from above (given-default) or the
1336 built-in (user-login-name for :user).
d41d18c0 1337
4a3988d5
G
13382011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
1339
aa2ebce9
SM
1340 * gnus-start.el (gnus-dribble-read-file):
1341 Set buffer-save-without-query, since we always want to save the dribble
4a3988d5
G
1342 file, probably.
1343
1344 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1345 nnimap.
1346
aa2ebce9 1347 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4a3988d5
G
1348 -summary- since it's a user-visible variable.
1349
1350 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1351 first time you use the new Gnus.
1352
13532011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
1354
1355 * auth-source.el: Don't load netrc.el.
1356 (auth-sources): Search ~/.netrc as well by default.
1357 (auth-source-debug): Add 'trivia option for extra output.
1358 (auth-source-do-trivia): Use it.
1359 (auth-source-search): Simplify logic to use
1360 `auth-source-search-backends'. Use `auth-source-do-trivia' where
1361 appropriate. Don't keep a running count at this level. Layer :create
1362 and :delete options appropriately on the first and second passes.
1363 Don't track the backend with the search results.
1364 (auth-source-search-backends): New function to search a list of
1365 backends for a processed spec.
1366 (auth-source-netrc-parse): Cache all netrc files, making
1367 auth-source-netrc-cache an alist keyed by the file name and using the
1368 file mtime as the caching criterion. Keep the obfuscated data secret
1369 with a lexical bind.
1370 (auth-source-netrc-search): Don't calculate the length of the results
1371 unnecessarily.
1372 (auth-source-search-backends): Fix bug.
1373 (auth-source-netrc-create): Rework prompts.
1374
13752011-02-22 Andrew Cohen <cohen@andy.bu.edu>
1376
1377 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1378 Lower case names of search constraints.
1379 (nnir-run-query): Cache and reuse search constraints for all imap
1380 servers.
1381
7dde5efe
SS
13822011-02-22 Sam Steingold <sds@gnu.org>
1383
1384 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
1385
8e22bee0
G
13862011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
1387
1388 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1389 after exit.
4a3988d5 1390 (gnus-setup-message): Define missing variable from last checkin.
8e22bee0
G
1391
1392 * gnus-sum.el (gnus-summary-show-article): When called with t as the
1393 value, show the raw article.
1394
13952011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1396
1397 * nnimap.el (nnimap-open-connection-1): Revert last change, since
1398 auth-source now accepts numbers.
1399
1400 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1401 spec, too.
1402 (auth-source-ensure-strings): New function.
1403
1404 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1405 (gnus-article-setup-buffer): Always restart the date timer so that user
1406 changes to the frequency is respected.
1407
1408 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1409 port numbers, so make sure it gets that if nnimap-server-port is
1410 explicit.
1411
14122011-02-21 Simon Josefsson <simon@josefsson.org>
1413
1414 * nnimap.el (nnimap-inbox): Doc fix.
1415
6d713256
CY
14162011-02-20 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * shr-color.el (shr-color->hexadecimal): Use renamed function names
1419 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1420 color-lab-to-srgb.
1421
06b840e0
LI
14222011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1423
1424 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1425 given method as in the group name if we're using an extended method.
1426 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1427 command, if we're using that, instead of waiting for the beginning.
1428
1429 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1430 we're sure to get unique server names, and we don't output two async
1431 commands in the same buffer. This fixes an NNTP hang for some users.
1432
14332011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1436 summary buffer before reading going to the next buffer. This avoids
1437 putting the point in the group buffer if you `C-g' the command.
1438
1439 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1440 cache (for now) to make ~/.authinfo.gpg files usable.
1441
1442 * nnfolder.el (copyright-update): Define for the compiler.
1443
1444 * auth-source.el (auth-source-search): Fix unbound variable.
1445
67ab0163 14462011-02-19 Glenn Morris <rgm@gnu.org>
85ee3c75
GM
1447
1448 * gnus.el (gnus-meta): Doc fix.
1449
67ab0163 14502011-02-19 Chong Yidong <cyd@stupidchicken.com>
b9c82730
CY
1451
1452 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1453 in case it's not yet loaded.
1454
01baa1e6
G
14552011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1456
1457 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1458 line we're waiting for.
1459
14602011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1461
1462 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1463 face with line-width greater than zero will cause RET in gnus summary
1464 buffer to scroll down article page-wise because auto vscroll happens,
1465 it should be temporalily disabled when doing a scroll-up.
1466
56e96bed
G
14672011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
1468
1469 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1470 outputs from the server.
1471
14722011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1473
1474 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1475 later so that bbdb can hook in easier.
1476
c13bc26b
LI
14772011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1478
38046520
LI
1479 * auth-source.el (auth-source-search): Don't try to create credentials
1480 if the caller doesn't want that.
0d873e93
LI
1481 (auth-source-search): If we don't find a match, don't bug out on
1482 non-bound variables.
1483 (auth-source-search): Only ask a single backend to create the
1484 credentials.
38046520 1485
c13bc26b
LI
1486 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1487 logging.
1488 (nnimap-credentials): Protect against auth-source-search returning nil.
1489 (nnimap-request-list): Protect against not being able to open the
1490 server.
1491
7ba93e94
G
14922011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
1493
1d2c4a49
LI
1494 * auth-source.el (auth-source-search): Do a two-phase search, one with
1495 no :create to get the responses from all backends.
1496
7ba93e94
G
1497 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1498 when getting credentials.
1499
1500 * gnus-util.el (gnus-delete-duplicates): New function.
1501
35123c04
TZ
15022011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1503
7ba93e94
G
1504 * nnimap.el (nnimap-credentials): Instead of picking the first port as
1505 a creation default, pass the whole port list down. It will be
1506 completed.
1507
1508 * auth-source.el (auth-source-search): Updated docs to talk about
1509 multiple creation choices.
1510 (auth-source-netrc-create): Accept a list as a value (from the search
1511 parameters) and do completion on that list. Keep a separate netrc line
1512 with the password obscured for showing the user.
1513
1514 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1515 first choice to `auth-source-search' so it will be used for entry
1516 creation instead of the server's Gnus-specific name.
1517 (nnimap-credentials): Rely on the auth-source library to select which
1518 port is actually wanted in the new netrc entry, so don't override
1519 `auth-source-creation-defaults'.
1520
35123c04
TZ
1521 * auth-source.el (auth-source-netrc-parse): Use :port instead of
1522 :protocol and accept a missing user, host, or port as a wildcard match.
a202ff49 1523 (auth-source-debug): Default to off.
35123c04
TZ
1524
1525 (auth-source-netrc-search, auth-source-netrc-create)
1526 (auth-source-secrets-search, auth-source-secrets-create)
1527 (auth-source-user-or-password, auth-source-backend, auth-sources)
1528 (auth-source-backend-parse-parameters, auth-source-search): Use :port
1529 instead of :protocol.
1530
1531 * nnimap.el (nnimap-credentials): Pass a port default to
1532 `auth-source-search' in case an entry needs to be created.
1533 (nnimap-open-connection-1): Use :port instead of :protocol.
1534
d638ac9e
KY
15352011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
1536
1537 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
1538 instead of delete-dups that is not available in XEmacs 21.4.
1539
584c9d3f
G
15402011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
1541
1542 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1543 nil means that nnimap doesn't get updated.
1544
15452011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
1546
1547 * auth-source.el (auth-source-netrc-create): Return a synthetic search
1548 result when the user doesn't want to write to the file.
1549 (auth-source-netrc-search): Expect a synthetic result and proceed
1550 accordingly.
1551 (auth-source-cache-expiry): New variable to override
1552 `password-cache-expiry'.
1553 (auth-source-remember): Use it.
1554
1555 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1556 parameter. Create entry if necessary by using :create t.
1557 (nnimap-open-connection-1): Don't pass `inhibit-create'.
1558
ca6ddb88
TZ
15592011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
1560
1561 * auth-source.el (auth-source-debug): Enable by default and don't
1562 mention the obsolete `auth-source-hide-passwords'.
1563 (auth-source-do-warn): New function to debug unconditionally.
1564 (auth-source-do-debug): Use it.
1565 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1566 and for Secrets API entries when the secrets.el library is not
1567 available.
1568
5415d076
G
15692011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1570
1571 * gnus-sum.el (gnus-propagate-marks): Default to nil.
1572 (gnus-summary-exit): Kill the correct article buffer on exit from a
1573 `C-d' group.
1574
1575 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1576 gnus-propagate-marks.
1577
1578 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1579 before killing the buffers so that a non-full window conf gets handled
1580 correctly.
1581 (gnus-summary-exit): Ditto.
1582 (gnus-summary-read-group-1): Ditto.
1583
1584 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1585 async code again so that we can debug it properly.
1586
1587 * message.el (message-reply): Take an optional switch-buffer parameter
1588 so that Gnus window confs are respected better.
1589
e45de620
TZ
15902011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1591
1592 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
aa2ebce9
SM
1593 `plist-get' to accept non-list parameters (XEmacs issue).
1594 Fix docstring.
5415d076
G
1595 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1596 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1597 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1598 Login collection is "Login" and not "login".
e45de620 1599
d5e9a4e9
LI
16002011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1601
5415d076
G
1602 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1603 multiple headers.
1604
d5e9a4e9
LI
1605 * nnimap.el (nnimap-inhibit-logging): New variable.
1606 (nnimap-log-command): Don't log login commands.
1607
1608 * auth-source.el (auth-source-netrc-search): The asserts seem to want
1609 to have more parameters.
1610
1611 * nnimap.el (nnimap-send-command): Mark the command time for each
1612 command, so that we don't get NOOPs stepping on our toes.
1613
1614 * gnus-art.el (article-date-ut): Get the date from the Date header on
1615 `t'.
1616
6ce6c742
KY
16172011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1618
1619 * auth-source.el (auth-source-search): Use copy-sequence instead of
1620 the cl.el copy-list.
1621
12295c5d
G
16222011-02-13 Adam Sjøgren <asjo@koldfront.dk>
1623
1624 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1625 Improve prompt.
1626
16272011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1628
1629 * gnus-art.el (gnus-article-mode-line-format): Remove the article
1630 washing status from the default format. It isn't very informative.
1631
114fe546
G
16322011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
1633
aa2ebce9
SM
1634 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1635 Fix Gcc processing on imap.
114fe546 1636
665addc9
SM
16372011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1638
1639 * message.el (message-bury): Don't pop up a new window when selected
1640 window is dedicated.
1641
cec2114e
AL
16422011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
1643
1644 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1645
b8e0f0cd
G
16462011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
1647
1648 * sieve-manage.el: Autoload `auth-source-search'.
1649 (sieve-sasl-auth): Use it.
1650
16512011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1652
1653 * nnimap.el: Autoload `auth-source-forget+'.
1654 (nnimap-open-connection-1): Use it if the connection fails.
1655
1656 * auth-source.el: Require `password-cache'.
1657 (auth-source-hide-passwords, auth-source-cache): Remove and mark
1658 obsolete.
1659 (auth-source-magic): Marker for `password-cache' keys.
1660 (auth-source-do-cache): Update docstring.
1661 (auth-source-search): Use and check cache.
1662 (auth-source-forget-all-cached, auth-source-remember)
1663 (auth-source-recall, auth-source-forget, auth-source-forget+)
1664 (auth-source-specmatchp): Caching support functions.
1665 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1666 Remove and obsolete.
1667 (auth-source-user-or-password): Remove caching to further discourage
1668 using it. Always hide passwords.
1669
af4e5f4c
G
16702011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1673 code for now, since it doesn't work for all users.
1674
16752011-02-09 Julien Danjou <julien@danjou.info>
1676
1677 * message.el (message-options): Make message-options really buffer
1678 local.
1679
b8e0f0cd
G
16802011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
1681
1682 * mail-source.el: Autoload `auth-source-search'.
1683 (mail-source-keyword-map): Note order matters.
1684 (mail-source-set-1): Get all the mail-source source values and
1685 defaults and search auth-source on those if needed. This can all
1686 probably be simplified.
1687
1688 * nnimap.el: Autoload `auth-source-search'.
1689 (nnimap-credentials): Use it.
1690 (nnimap-open-connection-1): Ask for the virtual server and physical
1691 address in one shot.
1692
1693 * nntp.el: Autoload `auth-source-search'.
1694 (nntp-send-authinfo): Use it. Note TODO.
1695
756441ed
JD
16962011-02-08 Julien Danjou <julien@danjou.info>
1697
af4e5f4c
G
1698 * shr.el (shr-tag-body): Add support for text attribute in body
1699 markups.
1700
756441ed
JD
1701 * message.el (message-options): Make message-options a local variable.
1702
b8e0f0cd
G
17032011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
1704
1705 * auth-source.el (auth-source-secrets-search)
1706 (auth-source-user-or-password): Use `append' instead of `nconc'.
1707 (auth-source-user-or-password): Build return list better and protect
1708 against nil :secret.
1709
41d579ce
LI
17102011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1711
1712 * nnimap.el (nnimap-update-info): Refactor slightly.
1713 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1714 (nnimap-update-info): Clean up slightly.
1715 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1716 characters.
665addc9 1717 (nnimap-process-quirk): Rename function to avoid collision.
41d579ce 1718 (nnimap-update-info): Fix macrology bug-out.
b52daf3d 1719 (nnimap-update-info): Simplify split history test.
41d579ce 1720
b8e0f0cd
G
17212011-02-06 Michael Albinus <michael.albinus@gmx.de>
1722
aa2ebce9
SM
1723 * auth-source.el (top): Require 'eieio unconditionally.
1724 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
b8e0f0cd
G
1725 (auth-source-secrets-search): Limit search when `max' is greater than
1726 number of results.
1727
76b8d9dd
LI
17282011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1729
1730 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1731 part not returning any data.
1732
1733 * proto-stream.el (open-protocol-stream): Document the return value.
1734
b8e0f0cd
G
17352011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1736
1737 * auth-source.el (auth-source-secrets-search): Add examples.
1738
184469b7
JD
17392011-02-06 Julien Danjou <julien@danjou.info>
1740
1741 * message.el (message-setup-1): Handle message-generate-headers-first
1742 set to t.
1743
b8e0f0cd
G
17442011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
1745
1746 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1747 API with a string "secrets:collection-name" and with 'default.
1748 (auth-source-backend-parse): Parse "secrets:collection-name" and
1749 'default. Recurse on parses instead of repeating code. Use the
1750 Secrets API is the source is not nil and 'ignore otherwise. Emit a
1751 message when ignoring a source.
1752 (auth-source-search): List ignored search keys at the top level.
1753 (auth-source-netrc-create): Use `case' instead of `cond'.
1754 (auth-source-secrets-search): Created with TODOs.
1755 (auth-source-secrets-create): Created with TODOs.
1756 (auth-source-retrieve, auth-source-create, auth-source-delete)
1757 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1758 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1759 (auth-source-user-or-password-sftp)
aa2ebce9 1760 (auth-source-user-or-password-smtp): Remove.
b8e0f0cd
G
1761 (auth-source-user-or-password): Deprecated and modified to be a wrapper
1762 around `auth-source-search'. Not tested thoroughly.
1763
17642011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
1765
1766 * auth-source.el: Bring in assoc and eioeio libraries.
1767 (secrets-enabled): New variable to track the status of the Secrets API.
1768 (auth-source-backend): New EIOEIO class to represent a backend.
1769 (auth-source-creation-defaults): New variable to set prompt defaults
1770 during token creation (see the `auth-source-search' docstring for
1771 details).
1772 (auth-sources): Simplify to allow a simple string as a netrc backend
1773 spec.
1774 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1775 (auth-source-backend-parse-parameters): Fill in the backend parameters.
1776 (auth-source-search): Main auth-source API entry point.
1777 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1778 (auth-source-search-collection): Helper function for searching.
1779 (auth-source-netrc-parse, auth-source-netrc-normalize)
1780 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1781 Supports search, create, and delete.
1782 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1783 backend stubs.
1784 (auth-source-user-or-password): Call `auth-source-search' but it's not
1785 ready yet.
1786
2b7feab0
LI
17872011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
1788
ec72bf63
G
1789 * message.el (message-setup-1): Remove the read-only stuff, since it
1790 doesn't work under XEmacs, for some reason.
1791
665addc9 1792 * gnus-sum.el (gnus-user-date): Rename back from
ec72bf63
G
1793 gnus-summary-user-date since user code refers to it.
1794
1795 * shr.el (shr-render-td): Store the actual background colour used.
1796
2b7feab0
LI
1797 * message.el (message-setup-1): Don't bind the constant
1798 -forbidden-properties.
1799 (message-setup-1): Revert previous change, since it needs to bind the
1800 props to insert them.
1801 (message-resend): Allow removing the read-only separator line.
1802
0d1c2cc8
G
18032011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1804
1805 * nnimap.el (nnimap-request-accept-article): Give an error message if
1806 the APPEND wasn't successful.
1807
18082011-02-03 Adam Sjøgren <asjo@koldfront.dk>
1809
1810 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1811 that have no groups.
1812
18132011-02-03 Julien Danjou <julien@danjou.info>
1814
1815 * gnus-draft.el: Remove progn around gnus-draft-setup.
1816
18172011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1818
1819 * gnus-start.el (gnus-read-active-for-groups): This function is never
1820 called with a nil `infos', so clean that up.
1821 (gnus-get-unread-articles): Request active files from primary/secondary
1822 methods that have no groups (yet).
1823
18242011-02-03 Julien Danjou <julien@danjou.info>
1825
1826 * message.el (message-setup-1): Always generate References first.
1827 (message-mail): Return the return value of message-setup, not always t.
1828 (message-setup-1): Insert mail-header-separator with read-only and
1829 intangible properties set.
1830
1831 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1832 user-date in docstring.
1833
1834 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1835
1836 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1837 docstring.
1838
1839 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1840 defcustom, with type and group. Move from gnus-util.el. Rename to
1841 gnus-summary-user-date-format-alist.
1842
5a6a61f7
GM
18432011-02-03 Glenn Morris <rgm@gnu.org>
1844
1845 * nnimap.el (gnus-fetch-headers): Declare.
1846
1847 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1848
7f13c2e2
LI
18492011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1850
011f86c7
LI
1851 * message.el (message-forward-make-body-digest-plain)
1852 (message-followup, message-reply): Clean up things noted by Stefan.
1853
7f13c2e2
LI
1854 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1855 gnus-article-update-date-headers is nil.
c61a8b44
LI
1856 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1857 it didn't really work with defcustom.
1858 (article-update-date-lapsed): Make sure the window start doesn't move,
1859 either.
7f13c2e2 1860
39cde66c
JD
18612011-02-01 Julien Danjou <julien@danjou.info>
1862
1863 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1864 format.
1865
1866 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1867 standard in Emacs nowadays.
1868
99c2a4e3
SM
18692011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * message.el (message-expand-name): Don't trust the return value of
1872 bbdb-complete-name.
1873 (message-check-news-header-syntax): Remove unused var `start'.
1874 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1875 (message-inhibit-body-encoding): Move to before first use.
1876 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1877 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1878 (Organization, Message-ID, Date, mh-previous-window-config):
1879 Defvar the vars using dynamic scoping.
1880
c1d5851d
LI
18812011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1882
abb97fbb
LI
1883 * shr.el (shr-render-td): Only do colours at the final rendering.
1884 Should be slightly faster.
1885 (shr-insert-table): Fix up TD background colours when doing the
1886 vertical padding.
1887
8c9da040
LI
1888 * gnus-art.el (article-date-ut): Protect against articles with no Date
1889 header.
abb97fbb
LI
1890 (article-update-date-lapsed): Don't use current-column to find the
1891 horizontal position. It's fragile in the presence of \003 characters.
8c9da040 1892
c1d5851d
LI
1893 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1894
0832490d
LI
18952011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1896
32a400d4
LI
1897 * gnus-art.el (article-transform-date): Rewrite to still work when
1898 there are several rfc2822 parts.
5b9b62f1 1899 (article-transform-date): Fix infinite recursion.
0c74b838
LI
1900 (article-date-ut): Replace infinitely many Date headers with a single
1901 one when called interactively.
32a400d4 1902
0832490d
LI
1903 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1904 secure manner.
1905
1906 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1907 move around by not using save-window-excursion. It seems to work...
1908
c4753373
KY
19092011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1910
1911 * gnus-art.el (article-make-date-line): Work for user-defined format.
1912
12e3ca0a
LI
19132011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1914
1d88c091
LI
1915 * nntp.el (nntp-retrieve-group-data-early)
1916 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1917 fetching functions.
1918
e389d61f
LI
1919 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1920 thoroughly for all backends that have no known groups. This should
1921 allow new nnml methods to retrieve mail.
1922
1923 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1924 that Gnus doesn't know exists again.
1925
aa2ebce9 1926 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
12e3ca0a 1927 (gnus-treat-date-ut): Ditto.
aa2ebce9
SM
1928 (gnus-article-update-date-header): Rename.
1929 (gnus-treat-date-local): Remove.
1930 (gnus-treat-date-english): Remove.
1931 (gnus-treat-date-lapsed): Remove.
1932 (gnus-treat-date-combined-lapsed): Remove.
1933 (gnus-treat-date-original): Remove.
1934 (gnus-treat-date-iso8601): Remove.
1935 (gnus-treat-date-user-defined): Remove.
12e3ca0a
LI
1936 (gnus-article-date-headers): New variable to control all the date
1937 header options.
1938 (article-date-ut): Rewrite to allow using the new way to format date
1939 headers(s).
1940
228724bc
LI
19412011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1942
fe72c8fa
LI
1943 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1944 method.
7920f982 1945 (nnmail-article-group): A better test for fanciness.
fe72c8fa 1946
228724bc
LI
1947 * nnimap.el (nnimap-request-head): Protect against not finding the
1948 article by Message-ID.
1949
bc68bd39
LI
19502011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1951
1952 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1953 keep point at the "same place".
1954
54b6f6ed
G
19552011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1956
1957 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1958 data if the group is unactivated.
1959
584cbd9e
JD
19602011-01-28 Julien Danjou <julien@danjou.info>
1961
54b6f6ed
G
1962 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1963 (gnus-all-windows-visible-p): Remove old compatibility code.
1964 (gnus-window-top-edge): Add docstring.
1965
584cbd9e
JD
1966 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1967
d6f13ac8
LI
19682011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1969
9da02ea1
LI
1970 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1971 older request-update-info.
1972
d6f13ac8
LI
1973 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1974
bb760c5d
DU
19752011-01-28 Daiki Ueno <ueno@unixuser.org>
1976
665addc9
SM
1977 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1978 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
bb760c5d 1979
19cc6697
G
19802011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1981
5d85ab5e
G
1982 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1983 groups. This makes the nndraft:queue group pop up if it's not already
1984 there.
1985
8937ef6e
LI
1986 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1987 messages" logic, which was reversed.
1988
19cc6697
G
1989 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1990 the "same place" even if point is on the line being replaced.
1991 (article-update-date-lapsed): Allow updating both the combined lapsed
1992 and the lapsed headers.
1993 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1994 (article-make-date-line): Limit the number of segments dynamically to
1995 avoid too-long lines.
1996
19972011-01-27 Julien Danjou <julien@danjou.info>
1998
1999 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2000 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2001
14596870
KY
20022011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2005 Use plist-get instead of the cl function getf.
2006
fb9464ee
GM
20072011-01-27 Glenn Morris <rgm@gnu.org>
2008
2009 * gnus-util.el (float-time): Get rid of compiler warning, again.
2010
647559c2
LI
20112011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2012
3f39b526
LI
2013 * shr.el (shr-put-color): Special-case background colours: Do put them
2014 at the blank parts at the front of the lines.
2015
647559c2
LI
2016 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2017 exit hook to nix out all data on readedness on group exit.
2018
2019 * gnus-util.el (float-time): If float-time is bound, always use it on
2020 all Emacsen. It's unclear why the subrp check was there.
2021 (time-date): Require to make some autoload issues on XEmacs go away.
2022
2023 * shr.el (shr-put-color): Don't do the box padding in tables, since
2024 they're already padded.
2025
e4dbdb09
LI
20262011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2027
647559c2
LI
2028 * gnus-art.el (gnus-article-next-page): When the last line of the
2029 article is displayed, scroll down once more instead of going to the
2030 next article at once.
2031 (article-lapsed-string): Refactor out and allow specifying how many
2032 segments you want.
2033 (gnus-article-setup-buffer): Start updating the lapsed header directly.
2034 (gnus-article-update-lapsed-header): New variable.
2035
e4dbdb09
LI
2036 * shr.el: Revert change that made headings use different-sized faces.
2037 The Emacs display engine isn't advanced enough that, for instance,
01c35094 2038 tables can comfortably use differently-sized faces.
e4dbdb09 2039
008cad90
G
20402011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2041
2042 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2043 used.
2044 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2045 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2046 we're using an encrypted connection.
2047
2048 * proto-stream.el: Alter the interface functions to also return the
2049 actual stream type used: network or tls.
2050
20512011-01-25 Julien Danjou <julien@danjou.info>
2052
2053 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2054 (mm-display-javascript-inline): New function.
2055
2056 * mm-decode.el (mm-inline-media-tests): Add application/javascript
2057 viewing function.
2058
19e0dbe0
KY
20592011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061 * shr.el (shr-expand-newlines): Fix variable name.
2062
d709b79a
LI
20632011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2064
2065 * shr.el (shr-expand-newlines): Make nested boxes work.
2066
c5ecc769
G
20672011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2068
2069 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2070 backgrounds.
2071 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2072 in a more sensible manner.
2073
20742011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
2075
2076 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2077 if EPG is loaded.
2078
20792011-01-24 Julien Danjou <julien@danjou.info>
2080
2081 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2082 tags.
2083
cb51ba08
LI
20842011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
2085
2086 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2087 commands.
2088
2089 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2090 in the article buffer.
2091 (gnus-gravatar-insert): Use blank space from the current buffer to
2092 avoid breaking text properties. This makes X-Sent updating work again.
2093
2094 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2095
20962011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2099 fix the bug in url-http.el instead.
2100
2101 * shr.el (shr-image-fetched): Ditto.
2102
2103 * shr.el (shr-image-fetched): Avoid having point move in the article
2104 buffer.
2105
2106 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2107 buffer after being called. It's apparently being killed by url.el, and
2108 killing it made point move to end-of-buffer in a random buffer.
2109
2110 * shr.el (shr-image-fetched): Ditto.
2111
3f680407
JD
21122011-01-23 Julien Danjou <julien@danjou.info>
2113
2114 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2115
2116 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2117 text/x-org.
2118
9e928ac9
G
21192011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2120
2121 * gnus-sum.el (gnus-summary-move-article): Protect against backends
2122 (i.e., nnimap) returning nil as the article number.
2123
ce504ff0 21242011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9e928ac9
G
2125
2126 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2127 "DelSp" parameter in RFC3676.
2128
21292011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2130
2131 * message.el (message-check-recipients): Display the encoded version of
2132 the bogus address if they differ.
2133
2134 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2135 after sending.
2136
2137 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2138
2139 * gnus-group.el (gnus-group-refresh-group): New convenience function.
2140
2141 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2142 group buffer after sending the queue.
2143
2144 * gnus-agent.el (gnus-agent-send-mail): Ditto.
2145
21462011-01-22 Julien Danjou <julien@danjou.info>
2147
2148 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2149
acf151a8
LI
21502011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2151
2152 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2153 nested related parts.
2154
2155 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2156 unexpired articles. This fixes the regression that led expiry marks to
2157 disappear from nnfolder groups.
2158
e425f18b
SM
21592011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2162 Don't confuse the "ret" of "retrograde" with RET.
2163
f205c6e7
JD
21642011-01-21 Julien Danjou <julien@danjou.info>
2165
2166 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2167 than mm-insert-inline.
2168
9695908d
KY
21692011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
2170
2171 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2172 Widen article buffer.
2173
8dabbfd6
SM
21742011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2177 the temp buffer.
2178 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2179
6e3165fb
JD
21802011-01-20 Julien Danjou <julien@danjou.info>
2181
2182 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2183
2184 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2185 than mm-insert-inline to insert inline part: this respect
2186 mm-inline-media-tests displayers.
2187
2188 * mm-view.el (mm-display-shell-script-inline): New function.
2189
2190 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2191
2192 * mm-uu.el (mm-uu-type-alist): Add org block.
2193 (mm-uu-org-src-code-block-extract): New function.
2194
2195 * mm-view.el (mm-display-org-inline): New function.
2196
2197 * mm-decode.el (mm-automatic-display): Add text/org.
2198
2199 * mailcap.el (mailcap-mime-extensions): Add .org.
2200
a2e3ac99
KY
22012011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
2202
2203 * gnus-art.el (gnus-article-highlight): Remove argument passed to
2204 gnus-article-add-buttons.
2205
672022e7
G
22062011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
2207
2208 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2209 From header with a date and "nobody" as the sender.
2210
22112011-01-19 Julien Danjou <julien@danjou.info>
2212
2213 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2214 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2215 if you have the same regexp several times.
2216 (gnus-button-push): Fix matching when regexp is symbol.
2217
d52969e8
GM
22182011-01-15 Glenn Morris <rgm@gnu.org>
2219
2220 * message.el (message-mail): A compose-mail function should
2221 accept headers as strings.
2222
25ca2e61
CY
22232011-01-13 Chong Yidong <cyd@stupidchicken.com>
2224
8dabbfd6
SM
2225 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2226 Add :vert-only tags.
25ca2e61
CY
2227 (message-mail): New arg RETURN-ACTION.
2228 (message-return-action): New var.
2229 (message-bury): Use it.
2230 (message-mode): Make it buffer-local.
2231 (message-send-and-exit): Always call message-bury.
2232
2233 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
2234 message-mail.
2235
c516cd6d
LMI
22362011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2237
2238 * nnimap.el (nnimap-convert-partial-article): Protect against
2239 zero-length body parts.
2240
8dabbfd6
SM
2241 * mm-decode.el (mm-preferred-alternative-precedence):
2242 Discourage showing empty parts.
c516cd6d
LMI
2243
2244 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2245 and stuff if the backend didn't return the article number. This fixes
2246 an Exchange-related nnimap bug.
2247
2248 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2249 group window, because it does the wrong thing when a separate frame
2250 displays the group buffer.
2251
2252 * proto-stream.el (open-protocol-stream): Protect against the low-level
2253 transport functions returning nil.
2254
ad09474a
DU
22552011-01-07 Daiki Ueno <ueno@unixuser.org>
2256
2257 * mml2015.el (epg-sub-key-fingerprint): Autoload.
2258 (mml2015-epg-find-usable-secret-key): New function.
2259 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2260 mml2015-epg-find-usable-key (Bug#7797).
2261 (mml2015-epg-encrypt): Ditto.
2262
37657cbd
LMI
22632011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2264
2265 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2266
980f570a
GM
22672011-01-03 Glenn Morris <rgm@gnu.org>
2268
c4c15f02
GM
2269 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2270
980f570a
GM
2271 * sieve.el (sieve-open-server): Give a more explicit error if
2272 sieve-manage-open returns nil. (Bug#7720)
2273
b173bdd9
KF
22742011-01-02 Karl Fogel <kfogel@red-bean.com>
2275
2276 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2277
bb7f5cbc
G
22782011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
84d89ede
LMI
2280 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2281 This avoids sending passwords in plain text over non-encrypted
2282 channels.
2283
2284 * shr.el (shr-rescale-image): Display all GIF images as animated images.
2285
2286 * nnimap.el (nnimap-login): Refactored out into own function, and
2287 implement CRAM-MD5.
2288 (nnimap-wait-for-line): Refactored out.
2289
bb7f5cbc
G
2290 * mm-view.el (mml-smime): Require.
2291
22922010-12-20 David Engster <deng@eml.cc>
2293
2294 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2295 use EPG to decrypt S/MIME messages instead of openssl.
2296
22972011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2298
2299 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2300
2301 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2302 status is the group clearly is unreachable.
2303
2304 * auth-source.el (auth-source-create): Add the optional second
2305 parameter to `local-variable-p' to be compatible with XEmacs.
2306
23072011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2308
2309 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2310 work when using a compressed nnml folder.
2311
23122011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2313
2314 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2315 backends after sanitising on entry, because this never makes sense:
2316 If the articles have gone missing, then the data no longer exists on
2317 the backend, and if they haven't, then Gnus is wrong, and shouldn't
2318 overwrite anything anyway.
2319
2320 * shr.el (shr-insert-document): Bind shr-width dynamically to
2321 window-width if it's nil.
2322
23232010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2324
2325 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2326 with the meaning of using the full emacs window width for rendering.
2327
fdee7cc1
DU
23282010-12-27 Daiki Ueno <ueno@unixuser.org>
2329
2330 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2331 case when sender is not given.
2332
ade9369c
JD
23332010-12-23 Julien Danjou <julien@danjou.info>
2334
2335 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2336 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2337 the addresses, otherwise we might misplaced the gravatar.
2338
9d9cfd53
DU
23392010-12-21 Daiki Ueno <ueno@unixuser.org>
2340
38e2584d 2341 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
2342 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2343 obsolete in Emacs.
2344
38e2584d
KY
23452010-12-20 Julien Danjou <julien@danjou.info>
2346
2347 * gnus-util.el (gnus-rescale-image): Revert last change.
2348
70041e9a
G
23492010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2350
2351 * gnus-group.el (gnus-group-delete-articles): New command.
2352
23532010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2354
2355 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2356
23572010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2358
2359 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2360 here, since it's up to the backends to do CRLF removal if their
2361 protocol has it.
2362
2363 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2364
38e2584d
KY
23652010-12-17 Julien Danjou <julien@danjou.info>
2366
2367 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2368 they are from file. Can also scale up.
2369
70041e9a
G
23702010-12-17 Andrew Cohen <cohen@andy.bu.edu>
2371
2372 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2373 gnus-use-agent.
2374 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2375
2376 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2377
23782010-12-17 Julien Danjou <julien@danjou.info>
2379
2380 * gravatar.el (gravatar-retrieve-synchronously): New function.
2381 (gravatar-get-data): Make more robust.
2382
59a7e27d
LMI
23832010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2386 to really consider the last line.
2387
549c9aed
G
23882010-12-16 Daiki Ueno <ueno@unixuser.org>
2389
2390 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2391 list of recipient keys, or use symmetric encryption if not a list.
2392 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2393 EPA override, replacing the call to `netrc-store-data'.
2394
23952010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
2396
2397 * gnus-srvr.el: Avoid passing nil regexp argument to
2398 delete-matching-lines.
2399
24002010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2401
2402 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2403 fetching stops when Gnus exits.
2404
2405 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2406 function.
2407 (nnfolder-request-expire-articles): Save all the buffers after doing
2408 expiry.
2409
2410 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2411 the last article", since that led to serious performance regressions
2412 when expiring nnml groups.
2413
24142010-12-16 Andrew Cohen <cohen@andy.bu.edu>
2415
2416 * nnir.el: Improve customizations.
2417
24182010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2419
2420 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2421
2422 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2423 group has been killed.
2424 (gnus-group-yank-group): Ditto.
2425
2426 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2427
2428 * nnimap.el (nnimap-request-update-group-status): New function.
2429
2430 * gnus-int.el (gnus-request-update-group-status): New interface
2431 function.
2432
2433 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2434 copying read-ness to the backends.
2435
2436 * nnimap.el (nnimap-quirk): New function.
2437 (nnimap-retrieve-group-data-early): Use it.
2438 (nnimap-quirks): New alist.
2439
48ba8195
KY
24402010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * shr.el (shr-insert): Set shr-start after deleting trailing space;
2443 don't delete it within indentation.
2444
549c9aed
G
24452010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446
2447 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2448 previous line.
2449
156e3f9c
G
24502010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
2452 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2453 QRESYNC command by deleting a superfluous space which broke Cyrus
2454 servers. This change will break other servers that are buggy the other
2455 way around.
2456
e7b07d2f
TZ
24572010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
2458
2459 * spam.el: Reindent and fix long lines.
2460 (spam-copy-or-move-routine): Exclude invalid move destinations.
2461
27625a58
AC
24622010-12-14 Andrew Cohen <cohen@andy.bu.edu>
2463
2464 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2465 installed the registry.
2466
99e58ed5
AC
24672010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2468
2469 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2470 groupname doesn't contain "gmane".
2471
7410c270
G
24722010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2475 (gnus-1): Don't create the nndrafts group twice.
2476 (gnus-setup-news): There's no need to read the active file here, since
2477 that's done again later on a per-backend basis.
2478 (gnus-start-draft-setup): Make sure that the new group is started out
2479 empty.
2480
2481 * gnus-agent.el (gnus-agentize): Don't create the queue group
2482 automatically on startup. It'll be created later, if needed.
2483
2484 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2485 of automatically subscribed groups.
2486 (gnus-auto-subscribed-categories): New variable.
2487 (gnus-matches-options-n): Use it.
2488 (gnus-default-subscribed-newsgroups): Remove unused variable.
2489 (gnus-start-draft-setup): Message a bit less.
2490
24912010-12-13 Andrew Cohen <cohen@andy.bu.edu>
2492
2493 * nnir.el (nnir-run-imap): Return article list in order of increasing
2494 UID.
2495
07176b2a
LMI
24962010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
8dabbfd6
SM
2498 * gnus-sum.el (gnus-summary-enter-digest-group):
2499 Mention gnus-auto-select-on-ephemeral-exit.
07176b2a
LMI
2500
2501 * proto-stream.el (proto-stream-open-network-only): Fix the calling
2502 convention of the network-only option.
2503
3b84b005
G
25042010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2505
2506 * proto-stream.el (proto-stream-open-network-only): New function to
2507 have a way to specify non-STARTTLS upgrade connections.
2508
25092010-12-10 Julien Danjou <julien@danjou.info>
2510
2511 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2512 email address is nil.
2513
2514 * message.el (message-bogus-recipient-p): Set address to "" if nil.
2515
25162010-12-10 Andrew Cohen <cohen@andy.bu.edu>
2517
2518 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2519 deletion.
2520 (nnir-run-imap): Only need to parse list once.
2521
f73341e2
LMI
25222010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2523
2524 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 2525 (shr-tag-label): Add <label> support.
f73341e2 2526
e2d0ba98
KY
25272010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
2528
99139556
KY
2529 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2530
e2d0ba98
KY
2531 * shr.el (shr-image-displayer): Work for images lined side by side.
2532
4ef06429
RP
25332010-12-08 Robert Pluim <rpluim@gmail.com>
2534
2535 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2536 parameter, since XEmacs doesn't accept t as a parameter.
2537
47ac6170
AC
25382010-12-08 Andrew Cohen <cohen@andy.bu.edu>
2539
2540 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2541 ids.
2542 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 2543 (nnir-request-expire-articles): New function.
47ac6170 2544
60568d74
LMI
25452010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2546
2547 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2548 overflow, possibly.
2549
2550 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2551 (shr-render-td): Handle td style="" better.
2552 (shr-tag-table): Use the color from the style sheet.
2553 (shr-render-td): Make sure we copy over all the overlays, too.
2554
f2f6365c
AC
25552010-12-07 Andrew Cohen <cohen@andy.bu.edu>
2556
2557 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2558 (nnir-request-article): Improve article retrieval.
2559
c912b478
KY
25602010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * mm-util.el (mm-extra-numeric-entities): New variable.
2563
2564 * mm-url.el (mm-url-decode-entities):
2565 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2566
674c5ccf
SM
25672010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * message.el: Use completion-at-point.
2570 (message-completion-function): New fun, extracted from message-tab.
2571 (message-mode): Use it for completion-at-point-functions.
2572 (message-tab): Use it and completion-at-point.
2573
6568edea
KY
25742010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2575
2576 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2577 character if a non-breakable character follows.
2578
b31b26b4
G
25792010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2580
516aa569
G
2581 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2582 any stream.
2583
b31b26b4
G
2584 * shr.el (shr-tag-font): Colorize the region.
2585 (shr-tag-body): Ditto.
2586 (shr-tag-font): Actually let the styles be inherited instead of
2587 overwriting them.
2588 (shr-tag-font): Get the background color right.
2589 (shr-tag-style): Ignore all <style> tags for the moment.
2590
2591 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2592 a Message-ID to avoid having nnimap depend on gnus-sum.
2593
2594 * shr.el (shr-descend): Only colorize something if we have a node that
2595 sets colors.
2596
25972010-12-06 Julien Danjou <julien@danjou.info>
2598
2599 * shr.el (shr-render-td): Render td content with shr-descend, so style
2600 will be applied to <td> too.
2601 (shr-colorize-region): Colorize region even if we only have a background.
2602 (shr-tag-body): Fix color and background color inheritance.
2603 Do not recolorize after shr-generic.
2604 (shr-tag-font): Let shr-generic colorize via inheritance.
2605
7454326a
G
26062010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2607
2608 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2609
26102010-12-06 Andrew Cohen <cohen@andy.bu.edu>
2611
2612 * nnir.el (nnir-request-move-article): Remove obsolete code.
2613
c67e426e
KY
26142010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2617
04db63bc
G
26182010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
2620 * gnus-sum.el (gnus-summary-respool-article): The completion function
2621 expects a list instead of an alist.
2622
2623 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2624 string as the parameter.
2625
2626 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2627
2628 * shr.el (shr-stylesheet): New dynamic variable for cascading the
2629 styles.
2630 (shr-colorize-region): New function.
2631 (shr-insert-background-overlay): Remove.
2632 (shr-render-td): Background setting should be taken care of on a higher
2633 level.
2634 (shr-tag-body): Use post-hoc colorizations.
2635 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2636 (shr-put-color-1): Don't overwrite old colors.
2637 (shr-colorize-region): When the background color isn't explicit, use
2638 a fixed background.
2639
2640 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2641 nnmail variables.
2642
26432010-12-05 Bjørn Mork <bjorn@mork.no>
2644
2645 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2646 unless necessary.
2647
26482010-12-05 Andrew Cohen <cohen@andy.bu.edu>
2649
2650 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2651 server.
2652
26532010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2656 so that TAB works.
2657
2658 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2659 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2660
2661 * shr.el (shr-urlify): Show the URL before the title to avoid
2662 misleading URLs.
2663
26642010-12-04 Adam Sjøgren <asjo@koldfront.dk>
2665
2666 * shr.el (shr-urlify): Display the title in <a> tags.
2667
26682010-12-04 Andrew Cohen <cohen@andy.bu.edu>
2669
2670 * nnir.el (nnir-categorize): Replace mapcar with mapc.
2671
1b811c90
AC
26722010-12-03 Andrew Cohen <cohen@andy.bu.edu>
2673
2674 * nnir.el: Rearrange code to allow macros to be autoloaded by
2675 gnus-sum.el.
2676 (nnir-retrieve-headers-override-function): Make this variable
2677 customizable.
2678 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2679
2680 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2681 from nnir.el.
2682
6ce4202f
JD
26832010-12-03 Julien Danjou <julien@danjou.info>
2684
2685 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2686
115e0ebf
KY
26872010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2688
9778055f
KY
2689 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2690 allow optional argument `environment'.
115e0ebf 2691
acab4d4b
GM
26922010-12-03 Glenn Morris <rgm@gnu.org>
2693
2694 * mm-extern.el (message-goto-body): Update declaration.
2695
d6f6af81
KY
26962010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
2697
2698 * gnus-util.el (gnus-macroexpand-all): New function.
2699
2700 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2701 instead of macroexpand-all that is unavailable in XEmacs.
2702
ed797193
G
27032010-12-02 Andrew Cohen <cohen@andy.bu.edu>
2704
2705 * nnir.el (nnir-summary-line-format): New variable.
2706 (nnir-mode): Use it.
2707 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2708 (nnir-article-ids): Reimplement as defsubst.
2709 (nnir-retrieve-headers): Don't mangle the subject header.
2710 (nnir-run-imap): Use 100 as RSV score.
2711 (nnir-run-find-grep): Fix for full server searching.
2712 (nnir-run-gmane): Better restriction to gmane groups.
2713
2714 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2715 summary buffers.
2716
27172010-12-02 Julien Danjou <julien@danjou.info>
2718
2719 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2720
2721 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2722
2723 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2724 support.
2725
27262010-12-01 Andrew Cohen <cohen@andy.bu.edu>
2727
2728 * nnir.el: Update to handle the registry better.
2729 (autoload): Silence byte-compiler.
2730 (nnir-open-server): Add a hook for nnir groups.
2731 (nnir-request-move-article): Don't mangle the header. Better to use
2732 formating variables (which will be added in the future).
2733 (nnir-registry-action): Update the registry using the original article
2734 group name.
2735 (nnir-mode): Install nnir-specific hooks for updating the registry.
2736
2737 * gnus-sum.el
8dabbfd6
SM
2738 (gnus-article-original-subject,gnus-newsgroup-original-name):
2739 Remove obsolete variables.
ed797193
G
2740 (gnus-summary-move-article): Remove use of obsolete variables.
2741 (gnus-summary-local-variables): Make move and delete hooks local to
2742 summary buffers.
2743
27442010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * rtree.el: New file.
2747
27482010-12-01 Julien Danjou <julien@danjou.info>
2749
2750 * message.el (message-user-organization): Do not use
2751 gnus-local-organization.
2752
2753 * gnus.el: Remove gnus-local-organization.
2754
2755 * gnus-msg.el: Remove nastygram thing.
2756
27572010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
2758
2759 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2760 funcall.
2761
27622010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2765 names.
2766
2767 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2768 characters.
2769
2770 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2771 to t of inhibit-read-only since it is inside gnus-with-article-headers.
2772 Suggested by Štěpán Němec <stepnem@gmail.com>.
2773 (gnus-gravatar-transform-address): Use mail-extract-address-components
2774 that supports non-ASCII names rather than mail-header-parse-addresses.
2775
27762010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * proto-stream.el (open-protocol-stream): All starttls connections are
2779 handled by the network handler.
2780
27812010-11-30 Julien Danjou <julien@danjou.info>
2782
2783 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2784 (nnimap-open-connection-1): Fix PREAUTH.
2785
2786 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2787
27882010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2789
2790 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2791 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2792 (shr-insert): Use them.
2793 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2794
27952010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2796
2797 * nnir.el (nnir-request-move-article): Bail out if original group
2798 doesn't support article moves.
2799 (nnir-get-active): Improve active list retrieval.
2800
28012010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * shr.el (shr-find-fill-point): Don't break before apostrophes.
2804
28052010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
2806
2807 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2808 seem to accept strings-with-numbers as port numbers,
2809
28102010-11-29 Andrew Cohen <cohen@andy.bu.edu>
2811
2812 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2813 change the registry.
2814
28152010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2816
2817 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2818 delete-dups that is not available in XEmacs 21.4.
2819
2820 * mm-util.el (mm-delete-duplicates): Add comment.
2821
28222010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2823
2824 * nnir.el (nnir-ignored-newsgroups): New variable.
2825 (nnir-get-active): Use it.
2826
28272010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * proto-stream.el (proto-stream-open-network): Add some comments.
2830
2831 * nntp.el (nntp-open-connection): Provide a :success condition.
2832
2833 * nnimap.el (nnimap-open-connection-1): Ditto.
2834
2835 * proto-stream.el (proto-stream-open-network): See what the response to
2836 the STARTTLS command is.
2837
2838 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2839 backwards compatibility).
2840 (nnimap-open-connection-1): Really respect nnimap-server-port.
2841
2842 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2843 TLS upgrades we don't really care about the identity of the peer.
2844 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2845 that what we've checked for.
2846 (proto-stream-always-use-starttls): Only default to t if
2847 open-gnutls-stream exists.
2848 (proto-stream-open-network): If STARTTLS failed, then just open a
2849 normal connection.
2850 (proto-stream-open-network): Wait until the greeting before doing
2851 STARTTLS.
2852
2853 * nntp.el (nntp-open-connection): Report what the connection error is.
2854
8dabbfd6 2855 * proto-stream.el (open-protocol-stream): Rename from
ed797193
G
2856 open-proto-stream.
2857
28582010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * nnimap.el (nnimap-stream): Change default to `undecided'.
2861 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2862 first, and then network.
2863 (nnimap-open-connection-1): Respect nnimap-server-port.
2864 (nnimap-open-connection): Be more backwards-compatible.
2865
2866 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2867 (proto-stream-open-starttls): De-duplicate the starttls code.
2868 (proto-stream-open-starttls): Folded back into the main function.
2869 (proto-stream-open-network): Fix typo in the gnutls path.
2870 (proto-stream-command): Refactor out.
2871
2872 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2873
2874 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2875 starttls.el STARTTLS.
2876
2877 * color.el (color-lab->srgb): Fix function call name.
2878
2879 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2880 if we're using tls.el.
2881 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2882 built in, then don't try to establish a STARTTLS connection.
2883
2884 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2885 servers.
2886
2887 * proto-stream.el (open-proto-stream): Use network, not stream.
2888 (open-proto-stream): Add a way to specify what the end of a command is.
2889
2890 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2891 connections types.
2892 (nntp-open-network-stream): Remove.
2893 (nntp-open-ssl-stream): Remove.
2894 (nntp-open-tls-stream): Remove.
2895 (nntp-ssl-program): Remove.
2896
2897 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2898
28992010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2900
2901 * nnir.el: Fix typos.
2902 (nnir-retrieve-headers-override-function): Rename variable to reflect
2903 new semantics.
2904 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2905 macros.
2906 (nnir-request-article, nnir-request-move-article): Use them.
2907 (nnir-categorize): New function.
2908 (nnir-run-query): Use it.
2909 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2910 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2911 sorted.
2912 (nnir-group-full-name): Use gnus-group-full-name instead.
2913 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2914 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2915
29162010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2919
2920 * proto-stream.el: New library to provide protocol-specific
2921 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2922 protocols.
2923 (open-proto-stream): Complete the documentation.
2924 (proto-stream-open-network): Fix some typos.
2925
2926 * nnimap.el (nnimap-open-connection): Use it.
2927
07976ae3 29282010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
2929
2930 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2931 negotiation.
2932
f5462bae
JD
29332010-11-26 Julien Danjou <julien@danjou.info>
2934
2935 * color.el: Rename various rgb functions to srgb.
2936
36af6c65
G
29372010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2940 names.
2941
b40950bf
KY
29422010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * shr.el (shr-insert): Revert last change.
2945 (shr-find-fill-point): Never leave point being at bol;
2946 relax the kinsoku limitation when rendering tables.
2947
ae489548
LMI
29482010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2949
5be93fc8
LMI
2950 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2951 results from -accept-article.
2952
2953 * shr-color.el: Require cl when compiling.
2954
1e91d0eb
LMI
2955 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2956 checkin.
2957
2958 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2959
57cc52be
LMI
2960 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2961
5f285722
LMI
2962 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2963 'add and 'delete to set backend marks.
2964
2965 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2966
2967 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2968
2969 * nntp.el (nntp-request-set-mark): Use it.
2970
2971 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2972
2973 * nnml.el (nnml-request-set-mark): Ditto.
2974
ae489548
LMI
2975 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2976 introduces regressions in article selection.
cccb4b4c
LMI
2977 (nnimap-find-uid-response): New function.
2978 (nnimap-request-accept-article): Use the UID returned, if any.
2979 (nnimap-request-move-article): Use the UID returned, if any.
2980 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 2981 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
2982 (nnimap-request-set-mark): Extend syntax with 'set.
2983
2984 * nnml.el (nnml-request-set-mark): Ditto.
2985
2986 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2987
2988 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 2989
443ecb08
KY
29902010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2991
2992 * message.el (message-called-interactively-p): A temporary macro.
2993 (message-goto-body): Use it temporarily.
2994
a56a1cce
LMI
29952010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2998 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 2999 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 3000
fd042993
G
30012010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3002
3003 * shr.el (shr-insert): Fix the way to fold lines.
3004
d50717f0
JD
30052010-11-25 Julien Danjou <julien@danjou.info>
3006
fd042993
G
3007 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3008
3009 * color.el: Rename from color-lab.el
3010 (color-rgb->hex): Add.
3011 (color-complement): Add.
3012 (color-complement-hex): Add.
3013
d50717f0
JD
3014 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3015
fded65c7
LMI
30162010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3017
3018 * shr-color.el (shr-color-visible): Don't bug out if the colour names
3019 don't exist.
3020
bbf9f302
KY
30212010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
3022
e4f123a4
KY
3023 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3024 assuming that article displaying or another mml-preview may be
3025 interrupted for an error or for the like.
3026
bbf9f302
KY
3027 * shr.el (shr-get-background): Fix argument name.
3028
144b7b5c
G
30292010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3030
3031 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3032
3033 * gnus-sum.el (gnus-summary-include-articles): New function.
3034
3035 * message.el (message-goto-body): called-interactively-p needs a
3036 parameter, so use `any'.
3037
3038 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3039 clear marks before moving, since they're synced from the Gnus side
3040 first.
3041
3042 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3043 (gnus-summary-move-article): Copy over all marks before moving, so that
3044 IMAP doesn't think a new article has arrived.
3045
30462010-11-24 Julien Danjou <julien@danjou.info>
3047
3048 * shr.el (shr-insert-background-overlay): Fix typo.
3049 (shr-render-td): Copy the background before rendering.
3050
3051 * shr-color.el (shr-color-visible): Fix docstring.
3052
3053 * shr.el (shr-tag-table): Add bgcolor support.
3054 (shr-render-td): Add bgcolor support.
3055 (shr-get-background): Add.
3056 (shr-insert-foreground-overlay): Use shr-get-background.
3057
3058 * message.el (message-goto-body): Use called-interactively-p.
3059 (message-in-body-p): message-goto-body returns point.
3060
30612010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3062
3063 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
3064 Fixes something or other in Emacs 23, and is backwards compatible.
3065
3066 * message.el (message-goto-body): Remove the <#secure special-casing,
3067 which is too special.
3068
3069 * shr.el (shr-parse-style): Drop !important from styles.
3070
30712010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
3072
3073 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3074 this function to return incorrect results when calling it with an
3075 explicit article argument different from
3076 (gnus-summary-article-number).
3077
30782010-11-24 Julien Danjou <julien@danjou.info>
3079
3080 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3081 (shr-tag-body): Add background support.
3082 (shr-descend): Add background support.
3083 (shr-tag-title): Add.
3084
3085 * shr-color.el (shr-color-visible): Really return original background
3086 if fixed.
3087
67d43a1d
G
30882010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
01c35094 3090 * shr.el (shr-color-check): Protect against non-existent colour names.
67d43a1d
G
3091
30922010-11-24 Julien Danjou <julien@danjou.info>
3093
5b42dfdd
JD
3094 * color-lab.el: Require 'cl when compiling.
3095
67d43a1d
G
3096 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3097
3098 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3099 matched part.
3100
3101 * color-lab.el: Fix all expt calls to use float type.
3102
463bcf11
KY
31032010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3104
69881db0
KY
3105 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3106 expression to shr-color-check as is.
3107
4b8b6f60
KY
3108 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3109
463bcf11
KY
3110 * color-lab.el: Add coding cookie.
3111 (float-pi): Use eval-and-compile.
3112
094ae2ab
G
31132010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * shr.el (shr-insert-color-overlay): Split stuff like
3116 "#444444 !important" to find the real colour.
1110d53b
LMI
3117 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3118 parse <font color="red"> entries.
094ae2ab
G
3119
31202010-11-23 Andrew Cohen <cohen@andy.bu.edu>
3121
3122 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
3123 point when parsing headers.
3124
3125 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
3126 is positioned properly when parsing headers.
3127
a2994808
JD
31282010-11-23 Julien Danjou <julien@danjou.info>
3129
094ae2ab
G
3130 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3131
3132 * shr-color.el (shr-color->hexadecimal): Add support for color names.
3133
a2994808
JD
3134 * shr.el (shr-parse-style): Replace \n with space in style parsing.
3135
8dabbfd6
SM
3136 * shr-color.el (shr-color-hsl-to-rgb-fractions):
3137 Use shr-color-hue-to-rgb.
a2994808
JD
3138 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3139
ebe79557
LMI
31402010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * shr.el (shr-color->hexadecimal): Autoload.
3143 (shr-descend): Add color to all tags.
3144
440b1345
JD
31452010-11-22 Julien Danjou <julien@danjou.info>
3146
ef6a2907
JD
3147 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3148 shr-color->hexadecimal.
3149
3150 * shr-color.el (shr-color->hexadecimal): Add converting functions for
3151 RGB() or HSL() color representation.
3152
3153 * shr.el (shr-tag-font): Add.
3154 (shr-tag-color-check): New function to get better colors.
3155 (shr-tag-insert-color-overlay): Factorize code between tag-font and
3156 tag-span.
3157
3158 * shr-color.el: New file.
3159
3160 * color-lab.el: New file.
3161
440b1345
JD
3162 * gnus-art.el (gnus-url-mailto): Do not downcase args.
3163
59e75882
G
31642010-11-21 Andrew Cohen <cohen@andy.bu.edu>
3165
3166 * nnir.el: Fix typo in comments.
3167 (nnir-run-imap): Simplify code. No need to reverse artlist.
3168 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3169
31702010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3173
3174 * nnimap.el (nnimap-get-capabilities): Refactor out.
3175 (nnimap-open-connection): Re-request capabilities after STARTTLS.
3176
034244e5
RA
31772010-11-21 Ralf Angeli <angeli@caeruleus.net>
3178
3179 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3180 appearing when `mm-uu-hide-markers' is nil.
3181
e39a5583
LMI
31822010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
296a8e19
SM
3184 * nnimap.el (nnimap-unselect-group): Make into its own function.
3185 (nnimap-request-rename-group): Unselect group before renaming.
3186 This had gotten lost somewhere.
e39a5583
LMI
3187 (nnimap-request-accept-article): Keep track of examined groups, and
3188 unselect the group before APPENDing to read-only groups.
3189 (nnimap-request-move-article): Clear flags before moving so that they
3190 can be re-set later.
3191
e7424f06
KY
31922010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3195 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3196
b59a9eef
KY
31972010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
3198
3199 * gnus-art.el (gnus-mime-display-single)
3200 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3201 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3202 parameter.
3203
d3098750
LMI
32042010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3205
296a8e19 3206 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
3207 (shr-table-vertical-line): New variable.
3208 (shr-insert-table): Use it.
3209
6568a67d
KY
32102010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
3211
3212 * gnus-html.el (gnus-html-wash-images): Don't display images if
3213 gnus-inhibit-images is non-nil; register displayer for cid images.
3214 (gnus-html-display-image): Work for cid image.
3215 (gnus-html-insert-image): Allow arguments.
3216 (gnus-html-put-image): Inhibit read-only.
3217 (gnus-html-prefetch-images): Don't prefetch images if
3218 gnus-inhibit-images is non-nil.
3219
c0f9edce
G
32202010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3221
3222 * shr.el (shr-put-image): Break lines when inserting big pictures.
3223
32242010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3225
3226 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3227 sender, thanks Katsumi Yamaoka.
3228
32292010-11-17 Andrew Cohen <cohen@andy.bu.edu>
3230
3231 * nnir.el (nnir-run-imap): Reverse the article list for each group
3232 rather than the whole list.
3233
40de2c6d
KY
32342010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3235
f8d8a97b
KY
3236 * shr.el (shr-image-displayer): Protect function against non-existent
3237 image source.
3238
40de2c6d
KY
3239 * gnus-art.el (gnus-inhibit-images): New user option.
3240 (gnus-mime-display-single): Don't display image if it is non-nil.
3241
3242 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3243 gnus-inhibit-images.
3244
3245 * shr.el (shr-image-displayer): New function.
3246 (shr-tag-img): Use it.
3247
809fde05
DD
32482010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3249
3250 * mml2015.el (mml2015-epg-sign): Use From header.
3251
90eef047
LMI
32522010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
0073e031
LMI
3254 * gnus-html.el (gnus-html-wash-images): Register a displayer.
3255
3256 * gnus-util.el (gnus-find-text-property-region): Return markers.
3257
8b6f6573
LMI
3258 * shr.el (shr-tag-img): Put a displayer in the text property.
3259
3260 * gnus-util.el (gnus-find-text-property-region): New utility function.
3261
3262 * gnus-html.el (gnus-html-display-image): Make the alt optional.
3263 (gnus-html-show-images): Remove.
3264
3265 * gnus-art.el (gnus-article-show-images): New, more general function.
3266
3267 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3268 image url text properties.
3269
3270 * shr.el: Ditto.
3271
90eef047
LMI
3272 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3273 gnus-agent-auto-agentize-methods is set. Which it isn't.
3274
3a7a03ad
KY
32752010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3276
3277 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3278 work for two or more articles.
3279
2f0e0dc8
KY
32802010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3281
059b2b00
KY
3282 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3283 divide an image that's in an html article to two or more when washing
3284 non-ASCII characters in alt text of it.
2f0e0dc8 3285
b0feab7d
KY
32862010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3287
3288 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3289 smime-decrypt-region using function argument.
3290 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3291
3292 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3293
3294 * smime.el (smime-decrypt-region): Catch it.
3295
ec54e7a4
SM
32962010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * smime.el (smime-mode-map): Move initialization into declaration.
3299 (gnus-run-mode-hooks): Don't autoload.
3300 (smime-mode): Use define-derived-mode.
3301
0b58f78e
GM
33022010-11-11 Glenn Morris <rgm@gnu.org>
3303
8d60680b
GM
3304 * smime.el (from): Restrict declaration to XEmacs.
3305
0b58f78e
GM
3306 * nnir.el (gnus-group-topic-name): Autoload.
3307
e7102c0a
KY
33082010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3309
3310 * shr.el (shr-insert): Don't break long line if it is because of
3311 kinsoku-bol characters in the line end.
3312
67a3b17c
AC
33132010-11-11 Andrew Cohen <cohen@andy.bu.edu>
3314
54e275fa 3315 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 3316 and subject.
54e275fa 3317 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
3318 been retrieved.
3319
54e275fa 3320 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
3321 subject for virtual articles such as those in an nnir summary buffer.
3322
9c1d3f98
KY
33232010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
3324
3325 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3326 least 21.5).
3327
3328 * smime.el (from): Declare it again for XEmacs.
3329
a7f6e5b9
LMI
33302010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * message.el (message-resend): Don't disable encoding unless it's
3333 already encoded.
3334
3335 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3336 low-numbered articles.
3337
fdf14191
KY
33382010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3339
3d492670
KY
3340 * rfc2047.el (rfc2047-syntax-table): Simplify.
3341
fdf14191
KY
3342 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3343 set-char-table-range for XEmacs.
3344
6f0d4bb6
GM
33452010-11-10 Glenn Morris <rgm@gnu.org>
3346
89eee1e0
GM
3347 * smime.el (from): Remove unused declaration.
3348
6f0d4bb6
GM
3349 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3350 (gnus-float-time): On Emacs, always an alias.
3351
3352 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3353 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3354
16c1b3bc
KY
33552010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3356
7dfd3008 3357 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 3358
be3c11b3
LMI
33592010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3360
3361 * shr.el (browse-url-mailto): Autoload.
3362
3363 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3364
3365 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3366 regexp doesn't need quoting.
3367
27410d0a
SJ
33682010-11-09 Sven Joachim <svenjoac@gmx.de>
3369
3370 * message.el (message-subject-trailing-was-ask-regexp)
3371 (message-subject-trailing-was-regexp): Match was: in addition to was.
3372
9b026d9f
GM
33732010-11-09 Glenn Morris <rgm@gnu.org>
3374
3375 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3376 (nnbabyl-check-mbox): Use point-at-bol.
3377
be3c11b3
LMI
33782010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
3380 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 3381
be3c11b3
LMI
3382 * message.el (message-mailto): New function.
3383 (message-mailto): Should accept other parameters.
3384 (message-mailto): Remove since it duplicates browse-url-mailto
3385 functionality.
44d51d84 3386
1fe0787f
LMI
33872010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3390 methods.
3391 (gnus-read-active-file): Ditto.
3392
3393 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3394 ": " from the prompt.
3395 (gnus-group-make-group): Ditto.
3396
e180ab9f
GM
33972010-11-07 Glenn Morris <rgm@gnu.org>
3398
3399 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3400 (gnus-bookmark-kill-line): Use point-at-eol.
3401
c9bc6636
KY
34022010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3405 asterisks in From header.
3406
4ddab346
G
34072010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408
3409 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3410 string to avoid making the From headers syntactically invalid.
3411
3412 * message.el (message-send-mail): Don't insert courtesy messages if the
3413 message already has List-Post and List-ID messages.
3414
c497474b
GM
34152010-11-06 Glenn Morris <rgm@gnu.org>
3416
3417 * gnus-art.el (gnus-treat-article): Give dynamic local variables
3418 `condition', `type', `length' a prefix.
3419 (gnus-treat-predicate): Update for above name changes.
3420
4ddab346
G
34212010-11-06 Andrew Cohen <cohen@andy.bu.edu>
3422
3423 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3424 binding. Handled by `gnus-summary-refer-thread' instead.
3425 (nnir-warp-to-article): New backend function.
3426
3427 * nnimap.el (nnimap-request-thread): Force dependency updating.
3428
3429 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3430 (gnus-summary-refer-thread): Rework to improve thread-referral.
3431
3432 * gnus-int.el (gnus-warp-to-article): New function.
3433
3434 * gnus-sum.el (gnus-summary-article-map): Bind it.
3435
181cb5fb
G
34362010-11-04 Andrew Cohen <cohen@andy.bu.edu>
3437
c497474b 3438 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
3439 gnus-summary-refer-thread.
3440
c497474b 3441 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 3442 headers.
c497474b 3443 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 3444 being cut in gnus-cut-threads.
c497474b 3445 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
3446 thread.
3447
34482010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3449
3450 * message.el (message-send-mail): Use the value of
3451 message-courtesy-message from the message buffer.
3452
3453 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3454
3455 * shr.el (shr-browse-url): Implement mailto: URLs.
3456
3457 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3458 "raw".
3459
3460 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3461 if it's already selected.
3462
3463 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3464
b354bc53
KY
34652010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
3466
3467 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3468 to measure the length and truncate alt text.
3469
73ab9865
GM
34702010-11-03 Glenn Morris <rgm@gnu.org>
3471
3472 * nndiary.el (nndiary-generate-nov-databases-1)
3473 (nndiary-generate-active-info): Rename dynamic variable `files' to
3474 something less generic.
3475
6ec9acb3
AC
34762010-11-03 Andrew Cohen <cohen@andy.bu.edu>
3477
73ab9865 3478 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
3479 move articles from nnir.
3480
dc9791eb
LMI
34812010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3482
73ab9865 3483 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 3484
14782c59
JD
34852010-11-02 Julien Danjou <julien@danjou.info>
3486
3487 * nnir.el: Remove wais support.
3488
cb48fe81
GM
34892010-11-02 Glenn Morris <rgm@gnu.org>
3490
3491 * gnus-html.el: Reorder requirements to quieten compiler.
3492
f939acf1
KY
34932010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3494
3495 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3496 properly for XEmacs as well.
3497 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3498 (gnus-article-natural-long-line-p): Use window-width rather than
3499 frame-width.
3500
2960c86f
AC
35012010-11-01 Andrew Cohen <cohen@andy.bu.edu>
3502
cb48fe81
GM
3503 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
3504 (nnir-read-parms): Don't modify query.
3505 (nnir-run-query): Add ability to search topic on current line.
3506 (nnir-get-active): Clean up.
2960c86f 3507
9310f19d
LMI
35082010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
285cf7c8
LMI
3510 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3511 degenerate articles.
3512
3513 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3514 (gnus-print-buffer): Just print the buffer as is, without any copying
3515 to a buffer and then re-highlighting.
3516
9310f19d
LMI
3517 * nnimap.el (nnimap-request-group): Store the new updated info.
3518 (nnimap-request-group): Select the group when we don't know whether it
3519 exists or not.
3520
3521 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3522 groups.
3523
3524 * gnus-group.el (gnus-group-find-new-groups): Display all the new
3525 groups.
3526
3527 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3528 groups.
3529
3530 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3531 long-lines case by only filling the long lines.
3532
3533 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3534 (bug #7311).
3535
84fd0e33
KY
35362010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * shr.el: No need to declare `declare-function' since shr.el is for
3539 only Emacsen that provide `libxml-parse-html-region'.
3540
c8ccffb1
GM
35412010-11-01 Glenn Morris <rgm@gnu.org>
3542
4c188c5a
GM
3543 * mm-util.el (gnus-completing-read): Autoload.
3544 (mm-read-coding-system): Simplify Emacs definition.
3545
4f7a670a 3546 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
3547 * nnimap.el (gnutls-negotiate):
3548 * nntp.el (netrc-parse): Fix declarations.
3549
87732ef3
KY
35502010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3551
3552 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3553 string-match-p in Emacs >=23.
3554
3555 * gnus-msg.el (gnus-configure-posting-styles)
3556 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3557
a1daed2b
GM
35582010-11-01 Glenn Morris <rgm@gnu.org>
3559
e195d639
GM
3560 * nnir.el (declare-function): Add compat stub.
3561 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3562 (nnir-run-gmane): Require 'mm-url.
3563
ed1d182d
GM
3564 * mm-util.el (mm-string-to-multibyte): Simplify.
3565
85a45a69
GM
3566 * shr.el (declare-function): Add compat stub.
3567 (url-cache-create-filename): Declare.
3568 (mm-disable-multibyte, widget-convert-button): Autoload.
3569
b10d32ef
GM
3570 * smime.el (ldap-search): Declare.
3571 (smime-cert-by-ldap-1): Require ldap on Emacs.
3572
2b1e1ff4
GM
3573 * nnimap.el: Require nnmail, and gnus-sum when compiling.
3574 (nnimap-keepalive): Use gnus-float-time.
3575
89cff466
GM
3576 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3577 (mail-source-delete-crash-box): Use gnus-float-time.
3578
26205de3 3579 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 3580
c36dea19 3581 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 3582
e116c1eb
GM
3583 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3584
f979f37e
GM
3585 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3586
1d8ff0c6
GM
3587 * sieve-manage.el: Require 'cl when compiling.
3588
a1daed2b
GM
3589 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3590 (gnus-iswitchb-completing-read): Require iswitchb.
3591 (gnus-select-frame-set-input-focus): Silence compiler.
3592
389b76fa
G
35932010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3594
a8336650
LMI
3595 * message.el (message-subject-trailing-was-query): Change default to t,
3596 since I think that's what most people want.
3597
389b76fa
G
3598 * nnimap.el (nnimap-request-accept-article): Erase buffer before
3599 appending for easier debugging.
3600 (nnimap-wait-for-connection): Take a regexp.
3601 (nnimap-request-accept-article): Wait for the continuation line before
3602 sending anything unless we're streaming.
3603
3604 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3605 leave the header washing to take place.
3606
36072010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3608
3609 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3610 regular expression match and replace in posting styles.
3611
36122010-10-31 Andrew Cohen <cohen@andy.bu.edu>
3613
3614 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3615 an entire server.
3616 (nnir-get-active): New function.
3617 (nnir-run-imap): Use it.
3618 (nnir-run-gmane): Who knew, gmane search returns an article score!
3619
296a8e19 3620 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
3621 server on the current line with nnir.
3622
36232010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3624
3625 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3626 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3627 left edge.
3628 (gnus-article-foldable-buffer): Skip past the prefix when determining
3629 raggedness.
3630
3631 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3632 the raw article, and change `C-u g' to show the article without doing
3633 treatments.
3634
3635 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3636 on to `gnus-treat-article'.
3637 (gnus-inhibit-article-treatments): New variable.
3638
3639 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3640
3641 * gnus-art.el (gnus-treatment-function-alist): Have
3642 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3643 (gnus-treat-fill-long-lines): Change default to fill all text/plain
3644 sections.
3645
3646 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3647 parameter.
3648 (gnus-article-fill-cited-long-lines): New function.
3649 (gnus-article-fill-cited-article): Allow filling only long sections.
3650
3651 * shr.el (shr-find-fill-point): Don't break lines between punctuation
3652 and non-punctuation (like after the apostrophe in "'We").
3653
3654 * gnus-sum.el (gnus-summary-select-article): Make sure
3655 gnus-original-article-buffer is alive.
3656
3657 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3658 reflect the order they're in in the digest.
3659
3660 * gnus.el (gnus-group-startup-message): Move point to the start of the
3661 buffer.
3662
3663 * nnimap.el (nnimap-capability): New function.
3664 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3665 is set.
3666
324c5734
DE
36672010-10-31 David Engster <dengste@eml.cc>
3668
3669 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3670 conform with changes to gnus-completing-read.
3671
953d41c4
G
36722010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
3674 * shr.el (shr-tag-img): Output "*" instead of "[img]".
3675
36762010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3677
2f5e7c6f
GM
3678 * nnir.el: Move defvar, defcustom around to keep file organized
3679 and keep byte-compiler quiet.
3680 (nnir-read-parms): Accept search-engine as arg.
3681 (nnir-run-query): Pass search-engine as arg.
3682 (nnir-search-engine): Remove.
953d41c4
G
3683
36842010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3685
3686 * shr.el (shr-generic): The text nodes should be text, not :text.
3687
3688 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3689 later in the file.
3690
36912010-10-30 Andrew Cohen <cohen@andy.bu.edu>
3692
2f5e7c6f
GM
3693 * nnir.el: General clean up. Allow searching with multiple engines.
3694 Allow separate extra-parameters for each engine.
3695 Batch queries when possible.
3696 (nnir-imap-default-search-key,nnir-method-default-engines):
3697 Add customize interface.
3698 (nnir-run-gmane): New engine.
3699 (nnir-engines): Use it. Qualify all prompts with engine name.
3700 (nnir-search-engine): Remove global variable.
3701 (nnir-run-hyrex): Restore for now.
3702 (nnir-extra-parms,nnir-search-history): New variables.
3703 (gnus-group-make-nnir-group): Use them.
3704 (nnir-group-server): Remove in favor of gnus-group-server.
3705 (nnir-request-group): Avoid searching twice.
3706 (nnir-sort-groups-by-server): New function.
953d41c4 3707
837ba704
JD
37082010-10-30 Julien Danjou <julien@danjou.info>
3709
3710 * gnus-group.el: Remove gnus-group-fetch-control.
3711
2f5e7c6f
GM
3712 * gnus-start.el (gnus-find-new-newsgroups):
3713 Remove gnus-check-first-time-used.
837ba704
JD
3714
3715 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3716
1e961f10
KAH
37172010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3718
3719 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3720 set on groups that don't have \* permanentflags.
3721
99e65b2d
G
37222010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
3724 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3725 control the background color.
3726 (shr-tag-img): Ignore very small web bug type images.
3727 (shr-put-image): Add help-echo alt texts to the images.
3728 (shr-tag-video): Show the video poster image.
3729
37302010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3731
3732 * shr.el (shr-table-depth): New variable.
3733 (shr-tag-table-1): Only insert the images after the top-level table.
3734
3735 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3736
3737 * gnus-util.el (gnus-list-memq-of-list): New function.
3738
3739 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3740 selected.
3741 (nnimap-unsplittable-articles): New slot.
3742 (nnimap-new-articles): Use it.
3743
37442010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
3745
3746 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3747 move to the previous line on `M-g'.
3748
37492010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3752 *-request-group, which seems unnecessary.
3753
3754 * nnimap.el (nnimap-quote-specials): Function copied over from
3755 imap.el.
3756 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3757 they support that. Suggested by Tom Regner.
3758
86741733
JD
37592010-10-29 Julien Danjou <julien@danjou.info>
3760
99e65b2d
G
3761 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3762 defalias.
3763 (gnus-summary-delete-marked-with): Remove obsolete defalias.
3764
3765 * gnus.el: Remove `gnus-nntp-service' variable.
3766 (gnus-secondary-servers): Make obsolete.
3767 (gnus-nntp-server): Make obsolete.
3768
2ec4c966
JD
3769 * gnus-start.el (gnus-1): Remove x-splash calls.
3770
3771 * gnus-ems.el (gnus-x-splash): Remove.
3772
3773 * gnus.el (gnus-group-startup-message): Simplify/update code.
3774
86741733
JD
3775 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3776 capability before doing anything.
3777 (gnus-group-insert-group-line): Remove useless
3778 gnus-group-remove-excess-properties.
3779
9efcd224
KY
37802010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3781
3782 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3783
eb9df2c9
LMI
37842010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3787 config after reselecting.
3788
cfe94935
JD
37892010-10-28 Julien Danjou <julien@danjou.info>
3790
4abff904
JD
3791 * shr.el (shr-put-image): Use point even if only inserting text.
3792 (shr-put-image): Save excursion when inserting alt text on non-graphic
3793 display, so the behaviour is the same when we are on a graphic display.
3794
cfe94935
JD
3795 * nnir.el (nnir-run-swish-e): Remove hyrex support.
3796
a87ee50b
KY
37972010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
3798
3799 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3800 (gnus-mime-copy-part): Check coding system, not charset.
3801 (gnus-mime-view-part-externally): Never remove part.
3802 (gnus-mime-view-part-internally): Don't remove part here.
3803 (gnus-article-part-wrapper): Make sure MIME tag is visible.
3804 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3805 multipart/alternative.
3806
3807 * mm-decode.el (mm-display-part): Take optional arg `force'.
3808
11a5db4a
JD
38092010-10-26 Julien Danjou <julien@danjou.info>
3810
3811 * gnus-group.el (gnus-group-default-list-level): Add this function to
3812 compute the default list level.
3813 (gnus-group-default-list-level): Add possibility to use a function.
3814
e617ab06
KY
38152010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
3816
3444dc61
KY
3817 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3818
e617ab06
KY
3819 * gnus-group.el (gnus-group-completing-read)
3820 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3821 gnus-replace-in-string.
3822
036d93bc
KY
38232010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3824
296a8e19 3825 * shr.el (shr-tag-div): Add.
036d93bc 3826
84acb2f6
JD
38272010-10-25 Julien Danjou <julien@danjou.info>
3828
3829 * gnus-util.el: Remove `gnus-with-local-quit'.
3830
3831 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3832
28090d40
LMI
38332010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3834
3835 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3836 the original article buffer.
3837
b5c575e6
G
38382010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839
3840 * nnimap.el (nnimap-request-head): New function.
3841 (nnimap-request-move-article): Try to be slighly faster by not
3842 requesting the entire message when moving.
3843 (nnimap-transform-headers): Don't bug out on bodiless articles.
3844 (nnimap-send-command): Have no outstanding messages if the IMAP server
3845 doesn't support streaming.
3846 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3847
38482010-10-24 Julien Danjou <julien@danjou.info>
3849
3850 * message.el (message-default-headers): Fix type.
3851
de635afe
G
38522010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3853
3854 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3855 prefetching images.
3856
3857 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3858 backend for unknown groups. This is mainly useful for nnimap groups.
3859
3860 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3861 group isn't covered by the agent.
3862
38632010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3864
2f5e7c6f
GM
3865 * nnir.el (nnir-method-default-engines): New variable.
3866 (nnir-run-query): Use it.
3867 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3868 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 3869
2f5e7c6f 3870 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
3871 gnus-group-make-nnir-group.
3872
38732010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
2f5e7c6f 3875 * shr.el (shr-tag-object): Add.
de635afe
G
3876
3877 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3878 original article buffer live.
296a8e19
SM
3879 (gnus-summary-select-article-buffer):
3880 Mention gnus-widen-article-buffer.
de635afe 3881
530f7b67
LMI
38822010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3883
296a8e19 3884 * shr.el (shr-tag-strong): Add.
530f7b67 3885
280f417b
G
38862010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3887
530f7b67
LMI
3888 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3889 group names. They mess up the group buffer badly.
3890
280f417b
G
3891 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3892
3893 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3894 instead of the summary one.
3895
e0da801a
G
38962010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3897
f9bbc77a
KY
3898 * mml.el (mml-preview): Work properly when editing article.
3899
e0da801a
G
3900 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3901 gnus-have-read-active-file if it's already been in.
3902
39032010-10-22 Tom Tromey <tromey@redhat.com>
3904
3905 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3906 gnus-group-completing-read.
3907
d806c872
G
39082010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * message.el (message-mode-map): Don't bind M-; to comment region, to
3911 allow the global comment-dwim to work.
3912
39132010-10-21 Julien Danjou <julien@danjou.info>
3914
3915 * message.el (message-setup-1): Allow message-default-headers to be a
3916 function.
3917
3c066373
KY
39182010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3919
3920 * shr.el (shr-tag-table): Simplify.
3921
d815edf0 39222010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 3923
d815edf0
LMI
3924 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3925 to avoid trying to snarf invalid stuff.
1171414d 3926
d815edf0 3927 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 3928
d99bf2d8
LMI
3929 * gnus.el (gnus-message-archive-group): Quote value.
3930 (gnus-message-archive-group): Mark as changed.
3931
6c85a14f
LMI
3932 * shr.el (shr-add-font): Don't put the font properties on the newline
3933 or the indentation.
3934
3935 * message.el (message-fix-before-sending): Change options when sending
3936 non-printable characters.
3937
d99bf2d8 3938 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
3939 monthly outgoing groups.
3940
728fd3b9
LMI
3941 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3942 that have gotten new numbers.
3943
3944 * nnimap.el (nnimap-request-replace-article): New function.
3945
ab388ec4
KY
39462010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3949 (nnrss-request-article): Don't use special html washing code.
3950
2526f423
G
39512010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * shr.el (shr-tag-table): Remove useless nconc.
3954
39552010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * gnus-art.el (article-wash-html): Simplify and remove the charset
3958 stuff. Use the normal html rendering code instead of the special html
3959 washing code.
3960
3961 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3962 `gnus-w3m' symbols.
296a8e19 3963 (mm-text-html-washer-alist): Remove.
2526f423 3964
296a8e19
SM
3965 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3966 (mm-inline-media-tests): Remove use.
2526f423
G
3967 (mm-text-html-renderer): Change default to the `shr' symbol.
3968
296a8e19 3969 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
3970
3971 * gnus-art.el (gnus-blocked-images): New function. Allow the
3972 `gnus-blocked-images' to be a function.
296a8e19 3973 (gnus-article-wash-function): Remove.
2526f423 3974
9d1bf25d
JD
39752010-10-20 Julien Danjou <julien@danjou.info>
3976
2526f423
G
3977 * spam.el (spam-list-of-processors): Mark as obsolete.
3978
9d1bf25d 3979 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 3980 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 3981
ba91f05d
G
39822010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3983
3984 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3985 run file-truename on remote files. This can be expensive and even
3986 prevent one from editing drafts if some unrelated buffer has a stale
3987 connection.
3988
9f47ba2d
KY
39892010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3990
3991 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3992 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
3993 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3994 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 3995
2e76c12c
LMI
39962010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
b643306f
LMI
3998 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3999 lines.
cdf1fca4 4000 (shr-save-contents): New command and keystroke.
b643306f 4001
2e76c12c
LMI
4002 * nndoc.el (nndoc-type-alist): Add git support.
4003 (nndoc-git-type-p): New function.
4004 (nndoc-transform-git-article): Ditto.
4005 (nndoc-transform-git-headers): Ditto.
c872595d 4006 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
4007
4008 * shr.el (shr-parse-style): New function.
4009 (shr-tag-span): Ditto.
4010
4011 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4012 to `G G' to avoid collisions.
4013
83ffd571
KY
40142010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4015
2fe10446 4016 * shr.el: Load kinsoku if necessary.
83ffd571
KY
4017 (shr-kinsoku-shorten): New internal variable.
4018 (shr-find-fill-point): Make kinsoku shorten text line if
4019 shr-kinsoku-shorten is bound to non-nil.
4020 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4021 shr-indentation too when testing if table is wider than frame width.
4022 (shr-insert-table): Use `string-width' instead of `length' to measure
4023 text width.
4024 (shr-insert-table-ruler): Make sure indentation is done at bol.
4025
a04f9e26
SM
40262010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4029 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4030 undecoded network data.
4031
7cad71ad
G
40322010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4033
2755ee78
LMI
4034 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4035 name in the mode line spec so that the mode line menu works
4036 (bug #2431).
4037
4038 * message.el (message-get-reply-headers): If we're fed `to-address',
4039 then always use that.
4040
7cad71ad
G
4041 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4042 aren't so wide as to need to switch off the edit menu.
4043
4044 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4045 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4046
4047 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4048 `M-g'.
4049 (nnimap-update-info): Update flags/read marks even if \* isn't part of
4050 the permanent marks.
4051
40522010-10-18 Andrew Cohen <cohen@andy.bu.edu>
4053
a04f9e26
SM
4054 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4055 Splitting according to references/in-reply-to obeys the ignore-groups
4056 variable, while splitting by sender and subject do not.
7cad71ad
G
4057
40582010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4061 alist, so that we can look for non-Unicode chars.
4062 (article-translate-strings): Allow both character and string maps.
4063
73db8b08
KY
40642010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
4065
4066 * shr.el (shr-insert): Don't insert space behind a wide character
4067 categorized as kinsoku-bol, or between characters both categorized as
4068 nospace.
4069
b57a665d
G
40702010-10-16 Andrew Cohen <cohen@andy.bu.edu>
4071
2f5e7c6f 4072 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
4073 headers to gnus-newsgroup-headers.
4074
40752010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * shr.el (shr-tag-img): Don't align images -- since we're not
4078 rescaling, this often leads to ugly displays.
4079
283f7b93
G
40802010-10-15 Andrew Cohen <cohen@andy.bu.edu>
4081
a04f9e26 4082 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
4083 duplicates.
4084
40852010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
4086
4087 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4088 call.
4089
68f6bd17
KY
40902010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4091
283f7b93
G
4092 * gnus.el: Autoload gnus-html-show-images.
4093
4094 * nnimap.el: Use nnheader-message throughout.
4095
68f6bd17
KY
4096 * shr.el (shr-tag-img): Ignore images with no data.
4097
283f7b93
G
40982010-10-15 Julien Danjou <julien@danjou.info>
4099
ba91f05d
G
4100 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4101 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 4102
20438017
KY
41032010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
4104
283f7b93
G
4105 * shr.el (shr-insert): Remove space inserted before or after a
4106 breakable character or at the beginning or the end of a line.
20438017
KY
4107 (shr-find-fill-point): Do kinsoku; find the second best point or give
4108 it up if there's no breakable point.
4109
030158f3
G
41102010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4111
4112 * nnimap.el (nnimap-open-connection): Message when opening connection
4113 for debugging purposes.
4114
4115 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4116 on every setup buffer call to allow this to change from article to
4117 article.
4118
4119 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4120 buffers where we have a wide table.
4121
41222010-10-14 Andrew Cohen <cohen@andy.bu.edu>
4123
4124 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4125 uses *-request-thread.
4126
41272010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * nnimap.el (nnimap-open-connection): Remove %s from openssl
4130 incantation, which is no longer valid.
4131
41322010-10-14 Julien Danjou <julien@danjou.info>
4133
4134 * shr.el: Fix defcustom type (char -> character).
4135
0d2d1bdc
G
41362010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4137
4138 * nnimap.el (nnimap-open-connection): tls-program should be a list of
4139 programs.
4140
41412010-10-14 Julien Danjou <julien@danjou.info>
4142
31e96eec
JD
4143 * shr.el (shr-tag-a): Use url-link as widget type.
4144
0d2d1bdc
G
4145 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4146 `gnus-group-get-icon'.
4147
a1d16a7b
G
41482010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149
d1090fe8
LMI
4150 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4151 This should make server editing work better.
4152
a1d16a7b
G
4153 * shr.el (shr-find-fill-point): Don't inloop on indented text.
4154
4155 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4156 (nnimap-parse-flags): Fix regexp.
4157
4158 * shr.el (shr-find-fill-point): Use a filling algorithm that should
4159 probably work for CJVK text, too.
4160
296a8e19 4161 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
4162 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4163
41642010-10-13 Julien Danjou <julien@danjou.info>
4165
4166 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4167 responses.
4168
41692010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4170
4171 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4172
4173 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4174 anything in Emacs.
4175
4176 * shr.el (shr-current-column): Remove buggy and unnecessary function.
4177
d0e0de31
JD
41782010-10-13 Julien Danjou <julien@danjou.info>
4179
4180 * shr.el (shr-width): Make shr-width a defcustom with default to
4181 fill-column.
4182 (shr-tag-img): Use shr-width rather than fill-column.
4183
7417851c
KY
41842010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
4185
68d9bf4b
KY
4186 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4187
7417851c
KY
4188 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4189 position when (X-)Faces exist.
4190 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4191 avatars when called interactively.
4192
ab67634f
G
41932010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
4194
4195 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4196 gnus-article-x-face-too-ugly is bound.
4197
6ffab592
LMI
41982010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4199
ab67634f
G
4200 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4201
4202 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4203 mailbox that doesn't exist.
4204
42052010-10-12 Julien Danjou <julien@danjou.info>
4206
4207 * shr.el (shr-tag-img): Encode URL properly when retrieving.
4208 (shr-get-image-data): Encode URL properly when fetching from cache.
4209 (shr-tag-img): Use aligned-to spaces to align correctly images.
4210
4211 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4212 before inserting the Gravatar.
4213
4214 * shr.el (shr-tag-img): Add align attribute support for <img>.
4215
42162010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4217
296a8e19 4218 * gnus-gravatar.el (gnus-art): Require.
ab67634f 4219
6ffab592
LMI
4220 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4221 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4222 Remove long obsoleted functions.
4223
f0b7f5a8
KY
42242010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
4225
f0b7f5a8
KY
4226 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4227
ed1d182d
GM
4228 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4229 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4230 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
4231 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
4232 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
4233 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
4234 Fix comment for declare-function.
4235
6b7df8d3
G
42362010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * nnimap.el (nnimap-request-rename-group): Select group read-only
4239 before renaming it.
4240
4241 * shr.el (shr-insert): Fix up the white space only regexp.
4242
4243 * nnimap.el (nnimap-transform-split-mail): Not all articles have
4244 bodies. Protect against this. Reported by Michael Welsh Duggan.
4245
4246 * shr.el (shr-current-column): New function.
4247 (shr-find-fill-point): New function.
4248
42492010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4250
4251 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4252 numbers.
4253
42542010-10-11 Julien Danjou <julien@danjou.info>
4255
4256 * shr.el (shr-hr-line): Add.
4257 (shr-tag-hr): Use shr-hr-line to specify which character to use to
4258 display hr lines.
4259 (shr-max-columns): Do not change state to nil if we just inserting
4260 spaces.
4261
6ec07c5a
LMI
42622010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus-topic.el (gnus-topic-read-group): If after the last group,
4265 select the last group.
4266
0be56f17
TZ
42672010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
4268
4269 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4270
dab0271f
G
42712010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4272
4273 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4274 for Gnus.
4275 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4276 (nnimap-update-qresync-info): Mark \Seen articles as read.
4277
4278 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4279 non-variable, too.
4280
4281 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4282 available.
4283 (nnimap-update-info): Rely more on the current active than the param
4284 active to avoid marking articles as read too much.
4285
4286 * auth-source.el (auth-source-create): Use (user-login-name) for the
4287 user name default.
4288
4289 * nnimap.el (nnimap-update-info): If the server doesn't return any
4290 useful info, just use the previous info.
4291 (nnimap-update-info): Prefer old info over start-article.
4292 (nnimap-update-qresync-info): Finish implementing QRESYNC.
4293
42942010-10-10 Andrew Cohen <cohen@andy.bu.edu>
4295
4296 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
4297 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4298 Use key rather than value.
dab0271f
G
4299 (nnir-imap-search-other): New variable.
4300 (nnir-read-parm): Use it.
4301 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4302 (gnus-summary-nnir-goto-thread): Modify to work with imap.
4303
43042010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4307 the process, too.
4308
f7aa248a
G
43092010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
296a8e19
SM
4311 * spam.el (gnus-summary-mode-map): Bind to "$".
4312 Suggested by Russ Allbery.
f7aa248a
G
4313
4314 * shr.el: Rework the way things are indented by <li> slightly.
4315
4316 * gnus.el (gnus-group-set-parameter): Fix typo.
4317
4318 * nnimap.el: Start implementing QRESYNC support.
4319
43202010-10-09 Julien Danjou <julien@danjou.info>
4321
4322 * nnir.el (nnir-engines): Fix too many arguments.
4323
43242010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325
4326 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4327 group is the "last", so that the backends like nnfolder actually save
4328 their folders.
4329
4330 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4331 try to use that for the tls stream.
4332 (nnimap-retrieve-group-data-early): Rework the marks code to heed
4333 UIDVALIDITY and find out which groups are read-only and not.
4334 (nnimap-get-flags): Use the same marks parsing code as the rest of
4335 nnimap.
4336
afba0c4b
JD
43372010-10-09 Julien Danjou <julien@danjou.info>
4338
1736ad36
JD
4339 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4340
afba0c4b
JD
4341 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4342 retrieving gravatars.
4343
4344 * shr.el (shr-table-corner): Add.
4345 (shr-table-line): Add.
4346 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4347
36d3245f
G
43482010-10-08 Julien Danjou <julien@danjou.info>
4349
4350 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4351
43522010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
4353
4354 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4355
4356 * gnus-sum.el (gnus-mark-article-as-unread)
4357 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4358 (gnus-summary-set-bookmark): Use it.
4359
4360 * gnus-msg.el (gnus-setup-message): Use it.
4361
4362 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4363
4364 * gnus.el (gnus-group-remove-parameter): Use it.
4365
4366 * gnus-group.el (gnus-group-make-web-group): Use it.
4367
4368 * gnus-demon.el (gnus-demon-remove-handler): Use it.
4369
4370 * nnregistry.el: Update docs to mention manual.
4371
4372 * gnus-registry.el: Update docs to mention nnregistry.el.
4373 (gnus-registry-initialize): Don't install nnregistry refer method
4374 automatically.
4375 (gnus-registry-install-nnregistry): Remove it.
4376
43772010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378
4379 * shr.el (shr-insert): Don't insert double spaces.
4380
863b61d6
KY
43812010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
4382
090f6ea1
KY
4383 * gnus-gravatar.el (gnus-treat-from-gravatar)
4384 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4385 called interactively.
4386
f7aa0b8f
KY
4387 * gnus-art.el (gnus-mime-view-part-externally)
4388 (gnus-mime-view-part-internally): Make predicate function passed to
4389 gnus-mime-view-part-as-type assume argument is a mime type, not a list
4390 of a mime type.
4391
863b61d6
KY
4392 * shr.el (shr-table-widths): Don't use cl function `reduce'.
4393
3d319c8f
LMI
43942010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4395
4396 * shr.el (require): Require cl when compiling.
4397 (shr-tag-hr): New function.
4398
4399 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
4400 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4401 This makes nnimap work properly on Courier again.
3d319c8f
LMI
4402
4403 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
01c35094 4404 the variable for backwards compatibility.
3d319c8f
LMI
4405
4406 * mm-decode.el (mm-save-part): If given a non-directory result, expand
4407 the file name before using to avoid setting mm-default-directory to
4408 nil.
4409
4410 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4411 bidning gnus-agent variables.
4412
4413 * shr.el (shr-render-td): Use a cache for the table rendering function
4414 to avoid getting an exponential rendering behaviour in nested tables.
4415 (shr-insert): Rework the line-breaking algorithm.
4416 (shr-insert): Don't leave trailing spaces.
4417 (shr-insert-table): Also insert empty TDs.
4418 (shr-tag-blockquote): Ensure paragraphs after </ul>.
4419
3a3cbf0a
SM
44202010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * gnus-sum.el (gnus-number): Rename from `number'.
4423 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4424 (gnus-summary-limit-children): Update uses correspondingly.
4425
fcf2d385
KY
44262010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4427
4428 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4429 (gnus-gravatar-transform-address): Don't show avatars of people of
4430 which mail addresses match gnus-gravatar-too-ugly.
4431
a7dcc87b
G
44322010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4433
4434 * shr.el (shr-table-widths): Expand TD elements to fill available
4435 space.
4436
44372010-10-07 Julien Danjou <julien@danjou.info>
4438
4439 * nnimap.el (nnimap-request-rename-group): Add this method.
4440
814cc274
KY
44412010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
4442
4443 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4444 name from XEmacs' function-arglist.
4445
4446 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4447 gravatar under XEmacs.
4448
cbabe91f
TZ
44492010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
4450
4451 * auth-source.el: Update docs with TODO items.
4452
4453 * gnus-sync.el: Update docs to explain state and plans.
4454
4455 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4456 Hooks for mark updates.
4457 (gnus-request-set-mark, gnus-request-update-mark): Use them.
4458
4459 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4460 hooks with arguments, which is needed for mark update hooks.
4461
fd9ba500
JD
44622010-10-06 Julien Danjou <julien@danjou.info>
4463
d2abc29a
JD
4464 * gnus.el (gnus-expand-group-parameter): Only return and act on what
4465 was matched.
4466
fd9ba500
JD
4467 * sieve-manage.el: Update example in `Commentary'.
4468
4469 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4470
4471 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4472 not 2000.
4473 (sieve-manage-authenticate): Re-add function.
4474
66627fa9
G
44752010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4476
4477 * shr.el (shr-insert): Get 'space transition right.
35624242 4478 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
4479
4480 * nnimap.el (nnimap-open-connection): Prepare to support
4481 open-gnutls-stream.
4482
4483 * shr.el: Rearrange function order to be more logical.
4484
44852010-10-06 Julien Danjou <julien@danjou.info>
4486
4487 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4488 (nnrss-discover-feed): Remove 404 URL in docstring.
4489
4490 * nnir.el: Fix Swish-E URL.
4491 Fix Namazu URL.
4492
4493 * message.el (message-change-subject): Remove 404 URL in a comment.
4494
61c47336
KY
44952010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
4496
568f71a8
KY
4497 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4498 called interactively.
4499
61c47336
KY
4500 * gnus-util.el (gnus-remove-if): Allow hash table.
4501 (gnus-remove-if-not): New function.
4502
4503 * gnus-art.el (gnus-mime-view-part-as-type)
4504 * gnus-score.el (gnus-summary-score-effect)
4505 * gnus-sum.el (gnus-read-move-group-name):
4506 Replace remove-if-not with gnus-remove-if-not.
4507
4508 * gnus-group.el (gnus-group-completing-read):
4509 Regard collection as a hash table if it is not a list.
4510
130e977f
LMI
45112010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
a0ec382a
LMI
4513 * shr.el (shr-render-td): Allow blank/missing <TD>s.
4514
4515 * shr.el: Document the table-rendering algorithm.
4516
130e977f
LMI
4517 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4518 invalid URLs.
4519
4520 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4521 line-broken.
4522 (shr-tag-img): Ignore image fetching errors.
4523 (shr-overlays-in-region): Compute overlay positions correctly.
4524
4525 * mm-decode.el (mm-shr): Require shr.
4526
4527 * gnus-art.el (gnus-blocked-images): Move variable here.
4528
4529 * shr.el (shr-insert-table): Bind free variable.
4530
4531 * mm-decode.el (mm-shr): Bind shr-content-function.
4532
4533 * shr.el (shr-content-function): New variable.
4534
4535 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4536 added for symmetry.
4537
4538 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4539
4540 * gnus-group.el (gnus-group-make-group): Doc fix.
4541
4542 * nnimap.el (nnimap-request-newgroups): Return success.
4543
4544 * shr.el (shr-find-elements): New function.
4545 (shr-tag-table): Put all the images after the table.
4546 (shr-tag-table): Really inhibit images inside the table.
4547 (shr-collect-overlays): Copy over overlays from the TD elements to the
4548 main document.
4549
4550 * mm-decode.el (mm-shr): Bind shr-blocked-images to
4551 gnus-blocked-images.
4552
6f7e2ffd
JD
45532010-10-05 Julien Danjou <julien@danjou.info>
4554
1d8e1f78
JD
4555 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4556
6f7e2ffd
JD
4557 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4558 (gnus-html-maximum-image-size): Add this function.
4559 (gnus-html-put-image): Use gnus-html-maximum-image-size.
4560
4561 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4562 server-value of the capability is nil.
4563
562f5ce5
G
45642010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4565
4566 * shr.el (shr-tag-em): Add <EM> tag.
4567
45682010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
4569
4570 * sieve-manage.el (sieve-manage-default-stream): Make default stream
4571 customizable.
4572
4573 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4574 handing broken links to browse-url.
4575
50cb700c
JD
45762010-10-05 Julien Danjou <julien@danjou.info>
4577
4578 * gnus-util.el (gnus-emacs-completing-read)
4579 (gnus-iswitchb-completing-read): Use autoload rather than require.
4580
cfadea45
KY
45812010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
4582
1225bc49
KY
4583 * gnus-util.el (gnus-completing-read-function): Exclude
4584 gnus-icompleting-read and gnus-ido-completing-read from candidates for
4585 XEmacs since iswitchb.el is very old and ido.el is unavailable in
4586 XEmacs.
4587
4588 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4589 not to use `delete-dups' that is unavailable in XEmacs 21.4.
4590
9c619400
KY
4591 * gnus-html.el: Don't require help-fns under XEmacs.
4592 (gnus-html-schedule-image-fetching): Work for XEmacs.
4593
cfadea45
KY
4594 * mm-decode.el (mm-shr): Decode contents by charset.
4595
5d2ef6db
G
45962010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
130e977f
LMI
4598 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4599 unknown.
4600
71e691a5
G
4601 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4602 (shr-get-image-data): Ensure against the cache file missing.
4603
4604 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4605 for data.
4606
4607 * spam-report.el (spam-report-url-ping-plain): Don't query about
4608 killing the process.
4609
4610 * shr.el (shr-render-td): Protect against too-wide text.
4611
46122010-10-04 Julien Danjou <julien@danjou.info>
4613
4614 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4615 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4616
4617 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4618 retrieved.
4619
46202010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4621
296a8e19 4622 * shr.el (browse-url): Require.
71e691a5
G
4623 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4624 lines.
4625 (shr-show-alt-text, shr-browse-image): New commands.
4626 (shr-browse-url, shr-copy-url): New commands.
4627
4628 * gnus-sum.el (gnus-widen-article-window): New variable.
4629 (gnus-summary-select-article-buffer): Use it.
4630
4631 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4632 without @ signs.
4633
46342010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4635
4636 * nnir.el (nnir-run-imap): Remove spurious space in search string.
4637
46382010-10-04 Julien Danjou <julien@danjou.info>
4639
4640 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4641 for XEmacs.
4642
46432010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4644
4645 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4646
4647 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4648 (nnimap-close-server): Implement.
4649
5d2ef6db 4650 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
4651 (shr-insert): Tweak line breaking.
4652 (shr-insert): Handle <pre> better.
8028ed5c
LMI
4653 (shr-tag-li): Get <li> indentation right.
4654 (shr-tag-li): Get <li> indentation even righter.
4655 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
4656 (shr-make-table): Tweak table generation.
4657 (shr-make-table): Fix typo.
4658
4659 * shr.el: Implement table rendering.
5d2ef6db
G
4660
46612010-10-04 Julien Danjou <julien@danjou.info>
4662
4663 * gnus-html.el (gnus-html-put-image): Fix resize image code.
4664
23179cb9
LMI
46652010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * shr.el (shr-insert): Use string anchors instead of line anchors.
4668
a41c2e6d
G
46692010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4670
4671 * shr.el: Add headings.
4672 (shr-ensure-paragraph): Actually work.
4673 (shr-tag-li): Make <ul> prettier.
4674 (shr-insert): Get white space at the beginning/end of elements right.
4675 (shr-tag-p): Collapse subsequent <p>s.
4676 (shr-ensure-paragraph): Don't insert double line feeds after blank
4677 lines.
4678 (shr-insert): \t is also space.
4679 (shr-tag-s): Fix "s" tag name function.
4680 (shr-tag-s): Fix face prop name.
4681
46822010-10-03 Julien Danjou <julien@danjou.info>
4683
4684 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4685
4686 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4687 gnus-window-inside-pixel-edges.
4688
4689 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4690 gnus-ems.
4691
4692 * mm-view.el (mm-inline-image-emacs): Support image resizing.
4693
4694 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4695 function.
4696
4697 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4698 resize choice.
4699
47002010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4701
4702 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4703 beginning of the buffer.
4704
4705 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4706 article buffer again.
4707
296a8e19 4708 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
4709
4710 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4711 when it's at the start of the buffer.
4712
4713 * shr.el (shr-tag-blockquote): Convert name.
4714 (shr-rescale-image): Use the right image-size variant.
4715
4716 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4717 buffer isn't shown, then select the current article first instead of
4718 bugging out.
4719 (gnus-summary-select-article-buffer): Show both the article and summary
4720 buffers again.
4721
4722 * shr.el (shr-fontize-cont): Protect against regions with no text.
4723 Rename tag functions to shr-tag-* for enhanced security.
4724 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4725
d99a4591
CY
47262010-10-03 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * shr.el (shr-insert):
4729 * pop3.el (pop3-movemail):
4730 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4731 loaded.
4732
922ad43e
GM
47332010-10-03 Glenn Morris <rgm@gnu.org>
4734
0f810fbf
GM
4735 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4736
3615c80c
GM
4737 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4738
7530a81b
GM
4739 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4740
4ec3f7cf
GM
4741 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4742
922ad43e
GM
4743 * gnus-util.el (gnus-make-local-hook): Simplify.
4744
870409d4
G
47452010-10-02 Julien Danjou <julien@danjou.info>
4746
4747 * gnus-util.el (gnus-iswitchb-completing-read): New function.
4748 (gnus-ido-completing-read): New function.
4749 (gnus-emacs-completing-read): New function.
4750 (gnus-completing-read): Use gnus-completing-read-function.
4751 Add gnus-completing-read-function.
4752
47532010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * shr.el (shr-insert-document): Autoload.
4756 (shr-img): Be silent.
4757 (shr-insert): Add a newline after every picture before text.
4758 (shr-add-font): Use overlays for combining faces.
4759 (shr-insert): Pass upwards the text start point.
4760
4761 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4762 possible.
4763 (mm-shr): New function.
4764
47652010-10-02 Julien Danjou <julien@danjou.info>
4766
4767 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4768 should go backward.
4769
f3fd95db
JB
47702010-10-02 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * shr.el (shr): Fix typo in provide call.
4773
367f7f81
LMI
47742010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4775
4776 * shr.el: New file.
4777
4778 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4779
4780 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4781 completing read.
4782
a3f57c41
G
47832010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4786 we're being queried about. Suggested by Dan Jacobson.
4787
296a8e19
SM
4788 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4789 Suggested by Jason Eisner.
a3f57c41
G
4790
4791 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4792 table, too. Suggested by Stefan Wiens.
4793 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4794 the table unnecessary. Suggested by Stefan Wiens.
4795
4796 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4797 longer needed, and probably doesn't work either, as pointed out by
4798 Stefan Wiens.
4799 (gnus-summary-exit): Remove call to the clearing function.
4800 (gnus-summary-exit-no-update): Ditto.
4801
4802 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4803 instead of gnus-eval-in-buffer-window to avoid popping up frames.
4804 Reported by Stefan Monnier.
4805 (gnus-summary-save-in-rmail): Ditto.
4806
4807 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4808 article buffer, instead of both the article buffer and the summary
4809 buffer. Sort of suggested by Dan Jacobson.
4810
4811 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4812
4813 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4814 Suggested by Dan Jacobson.
4815
4816 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4817 documentation clearer.
4818
4819 * message.el (message-shorten-references): Comment on the number "21".
4820 Suggested by Stefan Monnier.
4821
4822 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4823 Suggested by Dan Jacobson.
4824
296a8e19
SM
4825 * gnus.el (gnus-large-newsgroup):
4826 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
4827
4828 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4829 externalize attachments. Bug reported by Steve Wen.
4830
4831 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4832 really message anything to the user.
4833
4834 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4835 directly.
4836
4837 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4838 messages in empty groups.
4839
48402010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4841
4842 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4843 non-UIDNEXT group.
4844
48452010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4846
4847 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4848 not the value from the collection.
4849
4850 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4851 values. This sometimes happens on some groups that have no info.
4852 (nnimap-request-newgroups): New function.
4853
48542010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4855
4856 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4857 check into `gnus-registry-initialize'.
4858 (gnus-registry-initialize): Ditto.
4859 Fix and extend header docs.
4860
aecb42aa
LMI
48612010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4862
0a887f39
LMI
4863 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4864 regexp backtrace overflows.
4865
aecb42aa
LMI
4866 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4867 for starttls that tls.el implements; i.e. openssl.
4868
4b36c6d4
KY
48692010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4870
4871 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4872 (gravatar-create-image): New function that's an alias to
4873 gnus-xmas-create-image, gnus-create-image, or create-image.
4874 (gravatar-data->image): Use it.
4875
6b958814
G
48762010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4877
4878 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4879 install the nnregistry refer method.
4880 (gnus-registry-install-hooks): Use it.
4881 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4882 unfollowed groups.
4883
48842010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4885
4886 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4887 expanding threads.
4888
48892010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * nnir.el: Use the server names without suffixes (bug #7009).
4892
4893 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4894 unencrypted to STARTTLS, if possible.
4895
48962010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4897
4898 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4899 headers before superseding.
4900
49012010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4902
4903 * nnrss.el (nnrss-use-local): Add documentation.
4904
4905 * nnimap.el (nnimap-extend-tls-programs): New function.
4906 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4907 (nnimap-wait-for-connection): Accept the greeting from the stupid
4908 output from openssl s_client -starttls, too.
4909
4910 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4911 article number.
4912 (nnimap-split-fancy): New variable.
4913 (nnimap-split-incoming-mail): Use it.
4914
4915 * nntp.el (nntp-server-list-active-group): Document.
4916
4917 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4918 SELECT to get the message-id.
4919
296a8e19 4920 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
4921 (defvar): Ditto.
4922 (mail-source-fetcher-alist): Ditto.
296a8e19 4923 (mail-source-fetch-webmail): Remove.
6b958814 4924
296a8e19 4925 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
4926
4927 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4928
4929 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4930 the \r.
4931
743595bc
JD
49322010-09-30 Julien Danjou <julien@danjou.info>
4933
4934 * gnus-agent.el (gnus-agent-add-group): Fix call to
4935 gnus-completing-read.
4936
49372010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4938
4939 * nndoc.el (nndoc-retrieve-groups): New function.
4940
4941 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4942 `default', use nnmail-split-methods.
4943 (nnimap-request-article): Downcase the NILs so that they are nil.
4944
4945 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4946 symbol.
4947
4948 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4949 code, since if the user has requested network, that's what they ought
4950 to get.
4951 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4952 (nnimap-split-rule): Mark as obsolete.
4953
296a8e19
SM
4954 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4955 New variable.
743595bc
JD
4956
4957 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4958 correct slot, too.
4959
49602010-09-29 Julien Danjou <julien@danjou.info>
4961
4962 * gnus.el (gnus-local-domain): Declare variable obsolete.
4963
2f5e7c6f
GM
4964 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4965 Fix history computing.
743595bc
JD
4966 (gnus-ido-completing-read): Require ido.
4967
49682010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4969
4970 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4971 build Gnus.
4972
4973 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4974 when interpreting the structures.
4975 (nnimap-request-accept-article): Add \r\n to the lines to make this
4976 work with Cyrus.
4977
743595bc
JD
4978 * nndraft.el (nndraft-request-expire-articles): Use the group name
4979 instead if "nndraft". Fix found by Nils Ackermann.
4980
6b958814
G
49812010-09-29 Ludovic Courtes <ludo@gnu.org>
4982
296a8e19 4983 * nnregistry.el: Add.
6b958814 4984
01270787
SM
49852010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * nnmail.el (group, group-art-list, group-art):
4988 Remove unneeded directives.
4989
0c43b6f8
KY
49902010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4991
4992 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4993 (mm-mime-charset)
4994 * rfc2047.el (rfc2047-syntax-table)
4995 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4996
4997 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4998 rather than `insert-file-contents' and `eval-region'.
4999
743595bc
JD
50002010-09-29 Julien Danjou <julien@danjou.info>
5001
5002 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5003 replacement of `gnus-gravatar-relief' to mimic
5004 `gnus-faces-properties-alist'.
5005 Add :version property.
5006
5b5dafd2
KY
50072010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5008
5009 * mail-source.el (mail-source-report-new-mail)
5010 * message.el (message-default-mail-headers)
5011 * mm-decode.el (mm-valid-image-format-p): Comment fix.
5012
5013 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5014
b6fda8fc
JD
50152010-09-28 Julien Danjou <julien@danjou.info>
5016
5017 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5018 mail-address contains the same string as real-name.
5019
5020 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5021 non-blank in header, otherwise it'll get stripped.
5022
5023 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5024 real-name, and then for mail address rather than doing : or , search.
5025
743595bc
JD
50262010-09-27 Julien Danjou <julien@danjou.info>
5027
743595bc
JD
5028 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5029 right completing-read function.
5030 (gnus-use-ido): New variable
5031 (gnus-completing-read-with-default): Remove.
296a8e19
SM
5032 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5033 (gnus-agent-add-group):
5034 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5035 * mm-view.el (mm-view-pkcs7-decrypt):
5036 * mm-util.el (mm-codepage-setup):
5037 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5038 * mml-smime.el (mml-smime-openssl-sign-query):
5039 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5040 (mml-insert-multipart):
5041 * gnus-msg.el (gnus-summary-yank-message):
5042 * gnus-int.el (gnus-start-news-server):
5043 * mm-decode.el (mm-interactively-view-part):
5044 * gnus-dired.el (gnus-dired-attach):
5045 * gnus.el (gnus-read-method):
5046 * gnus-bookmark.el (gnus-bookmark-jump):
5047 * gnus-art.el (gnus-mime-view-part-as-type)
5048 (gnus-mime-action-on-part, gnus-article-encrypt-body):
5049 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5050 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5051 * nnmairix.el (nnmairix-create-server-and-default-group)
5052 (nnmairix-update-groups, nnmairix-get-server)
5053 (nnmairix-backend-to-server, nnmairix-goto-original-article)
5054 (nnmairix-get-group-from-file-path):
5055 * nnrss.el (nnrss-find-rss-via-syndic8):
5056 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5057 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5058 (gnus-group-browse-foreign-server):
5059 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5060 (gnus-summary-execute-command, gnus-summary-respool-article)
5061 (gnus-read-move-group-name):
5062 * gnus-score.el (gnus-summary-increase-score)
5063 (gnus-summary-score-effect):
5064 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 5065
e0a185ae
KY
50662010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
5067
635be05a
KY
5068 * nnimap.el (auth-source-forget-user-or-password)
5069 (auth-source-user-or-password): Autoload.
5070
e0a185ae
KY
5071 * message.el (message-from-style, message-interactive)
5072 (message-signature): Remove comment.
5073 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
5074 always.
5075 (message-sendmail-envelope-from): Comment fix.
5076 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
5077 (message-indentation-spaces):
5078 Default to mail-indentation-spaces always.
e0a185ae
KY
5079 (message-signature-file): Default to mail-signature-file always.
5080
9f2d52e7
G
50812010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5082
5083 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5084 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5085 new articles.
5086
5087 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5088 parts.
5089 (nnimap-request-article): Work with the t setting, too.
5090
5091 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5092 that you don't get flashes of other buffers.
5093 (gnus-summary-show-complete-article): Intern before setting.
5094
50952010-09-27 David Engster <dengste@eml.cc>
5096
938c0d10 5097 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
5098 well as HEADERS.
5099 (nnmairix-retrieve-headers): Provide new argument for the above.
5100
51012010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5102
5103 * gnus-sum.el (gnus-summary-move-article): Don't alter
5104 gnus-newsgroup-active. This makes `/ N' work after copying to the same
5105 group.
5106
5107 * nnimap.el (nnimap-update-info): Don't destructively alter active.
5108
5109 * message.el (message-cite-prefix-regexp): Revert my last edit.
5110
5111 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5112 variable instead of the Gnus variable.
5113
5114 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5115
296a8e19 5116 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
5117
5118 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5119 since some servers don't like it.
5120 (nnimap-open-connection): Forget credentials if the server says the
5121 password was wrong.
5122 (nnimap-parse-line): Protect against invalid data.
5123
5124 * gnus-sum.el (gnus-summary-move-article): Add comment.
5125 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5126 nothing alters it while scanning for new messages.
5127
5128 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5129 which may or may not help.
5130 (nnimap-open-connection): If we're doing a stream connection, and then
5131 discover we're on a STARTTLS-capable server, then open a STARTTLS
5132 connection instead.
5133
14db1c41
LMI
51342010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
296a8e19 5136 * nnimap.el (utf7): Require.
14db1c41
LMI
5137
5138 * message.el (message-cite-prefix-regexp): Remove "}" from citation
5139 prefix.
5140
1d77b63e
JB
51412010-09-27 Juanma Barranquero <lekktu@gmail.com>
5142
5143 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5144
062eae99
G
51452010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5146
5147 * nnimap.el (nnimap-request-accept-article): Message the error on
5148 error.
5149
e5fa3899
KY
51502010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5153
1821a7b4
LMI
51542010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5155
82bccbfa
KY
5156 * nndoc.el (nndoc-request-list): Return success always.
5157
5158 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
5159 `fetch-old' -- we only want to fetch the articles we've requested.
5160 The rest are in the agent, probably.
82bccbfa
KY
5161 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5162 disappeared server" to something low. It's not important.
5163
5164 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5165 arrived before the FETCH data.
5166
5167 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5168 target here, because we don't know the Gnus name of the group.
5169
5170 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5171 for the correct group.
5172
5173 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5174
5175 * gnus.el (gnus): Give a final warning after startup.
5176
5177 * gnus-util.el (gnus-action-message-log): New variable.
5178 (gnus-message): Use it.
5179 (gnus-final-warning): New function.
5180
5181 * nnimap.el (nnimap-open-connection): Record the greeting.
5182 (nnimap): Add greeting.
5183
51842010-09-26 Julien Danjou <julien@danjou.info>
5185
5186 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5187 arguments.
5188 (gnus-html-wash-images): Fix spec computing to include start/end.
5189
5190 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5191
51922010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5193
5194 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5195 deletion.
5196 (nnimap-retrieve-headers): Don't select the group, because that's
5197 already done by nnimap-possibly-change-group.
5198
5199 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5200 (gnus-picon-transform-address): Use it.
5201
2696d88f
G
5202 * mail-source.el (mail-source-value): Revert previous patch.
5203
5204 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5205 on failure.
5206 (nnimap-open-connection): Look up both virtual and physical server name
5207 credentials.
5208
5209 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5210
52112009-02-08 Dave Love <fx@gnu.org>
5212
296a8e19
SM
5213 * gnus-win.el (gnus-window-to-buffer-helper)
5214 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
5215
5216 * mail-source.el (mail-source-value): Function needn't be a symbol.
5217
52182010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5219
5220 * message.el (message-cite-prefix-regexp): Remove } from the cite
5221 prefix.
5222
5223 * gnus-art.el (gnus-treatment-function-alist): Do picons before
5224 highlight again, so that the highlight is correct.
5225
5226 * gnus-picon.el (gnus-picon): Remove again.
5227 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5228
1821a7b4
LMI
5229 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5230 doing the header highlightling, so that the background colour of the
5231 picon is correct.
5232
296a8e19 5233 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
5234 (gnus-picon): Ditto.
5235 (gnus-picon): Reinstate. The background colour for picons is white.
5236 (gnus-picon-insert-glyph): Make the background white.
5237
5238 * nnml.el (nnml-open-nov): Don't return dead buffers.
5239
5240 * auth-source.el (auth-source-create): Query the user for whether to
5241 store the credentials.
5242
5243 * auth-source.el (auth-source-user-or-password): Use the existing auth
5244 sources, if any, for creation.
5245
5246 * gnus.el (gnus-group-fast-parameter): Return the last matching
5247 parameter instead of the first matching parameter.
5248
52492010-09-26 Julien Danjou <julien@danjou.info>
5250
5251 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5252
52532010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254
5255 * mml2015.el (mml2015-use): Remove gpg support.
5256
5257 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 5258 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
5259
52602010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
5261
5262 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5263 (gnus-browse-unsubscribe-current-group): Document it.
5264 (gnus-browse-unsubscribe-group): Use it.
5265
52662010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5267
5268 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5269 address to the To list for easier response.
5270
296a8e19 5271 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
5272 (gnus-splash): Don't play jingle.
5273 (gnus): Silence gnus-load message.
5274
296a8e19 5275 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
5276
5277 * gnus.el (gnus-play-jingle): Remove audio support.
5278
5279 * gnus-cus.el (gnus-score-customize): Remove audio reference.
5280
296a8e19 5281 * earcon.el: Remove -- no users.
1821a7b4 5282
296a8e19 5283 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
5284
5285 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5286
5287 * gnus-start.el (gnus-setup-news): Remove nocem support.
5288
296a8e19 5289 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 5290
296a8e19 5291 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
5292
5293 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 5294 Remove.
1821a7b4 5295
296a8e19 5296 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
5297 uses NoCeM any more.
5298
5299 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5300 (gnus-button-ctan-handler): Ditto.
5301 (gnus-button-handle-ctan-bogus-regexp): Ditto.
5302 (gnus-button-ctan-directory-regexp): Ditto.
5303 (gnus-button-handle-ctan): Ditto.
5304 (gnus-button-tex-level): Ditto.
296a8e19 5305 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
5306
53072010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5308
296a8e19 5309 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
5310 nnimap-streaming test.
5311
5312 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5313 servers twice.
5314
5315 * nnimap.el (nnimap-open-connection): Add more error reporting when
5316 nnimap fails early.
5317
5318 * nnheader.el (nnheader-get-report-string): New function.
5319 (nnheader-get-report): Use it.
5320
5321 * gnus-int.el (gnus-check-server): Say what the error was when opening
5322 failed.
5323
5324 * nnimap.el (nnimap-wait-for-response): Search further when we're not
5325 using streaming.
5326
53272010-09-25 Julien Danjou <julien@danjou.info>
5328
5329 * gnus-html.el (gnus-html-rescale-image): Use our defalias
5330 gnus-window-inside-pixel-edges.
5331
758845a0
LMI
53322010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5333
1821a7b4
LMI
5334 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5335
5336 * mm-decode.el (mm-save-part): Allow saving to other directories the
5337 normal Emacs way.
5338
296a8e19
SM
5339 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5340 Suggested by Jay Berkenbilt.
1821a7b4
LMI
5341
5342 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5343 there isn't a single byte.
5344
5345 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5346 just do it. It doesn't really seem to matter what the user responds
5347 here, I think, so it's just a confusing question.
5348
5349 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5350 non-streaming case.
5351
296a8e19 5352 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
5353 (gnus-article-encrypt-body): Use it.
5354
5355 * gnus-sum.el (gnus-summary-show-complete-article): New command and
5356 keystroke.
5357
296a8e19
SM
5358 * nnimap.el (nnimap-find-wanted-parts-1):
5359 Use gnus-fetch-partial-articles.
1821a7b4
LMI
5360
5361 * gnus-art.el (gnus-fetch-partial-articles): New variable.
5362
5363 * nnimap.el (nnimap-insert-partial-structure): New function.
5364 (nnimap-get-partial-article): New function.
5365 (nnimap-request-article): Use it.
5366 (nnimap-wait-for-response): Return whether the wait was successful.
5367 (nnimap-finish-retrieve-group-infos): Don't do anything if the
5368 retrieval wasn't successful.
5369 (nnimap-retrieve-group-data-early): Allow throttling servers.
5370 (nnimap-streaming): New variable.
296a8e19 5371 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
5372
5373 * mm-decode.el (mm-with-part): Protect against killed buffers.
5374
758845a0
LMI
5375 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5376 for prettier summary display.
5377
cd178df2
AC
53782010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
5379
2f5e7c6f 5380 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 5381
56d95d02
LMI
53822010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5383
6f33b4d7
LMI
5384 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5385 apparently third-party libraries depend on it.
5386
5387 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5388 before starting negotiation.
5389
6688abe0
LMI
5390 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5391 privacy reasons.
5392 (gnus-treat-mail-gravatar): Ditto.
5393
56d95d02
LMI
5394 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5395 buffer when inserting images. Inserting text into the headers, for
5396 instance, can make them invalid.
5397
e70153eb
JD
53982010-09-25 Julien Danjou <julien@danjou.info>
5399
a41db107
JD
5400 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5401 variables.
5402
5403 * nnheader.el: Remove useless variables news-reply-yank-from and
5404 news-reply-yank-message-id.
5405
5406 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5407 variables.
5408
5409 * mml1991.el: Remove useless mml1991-verbose.
5410
5411 * gnus.el: Remove useless variable gnus-use-generic-from.
5412 Remove obsolete variable gnus-topic-indentation.
5413
5414 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5415
5416 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5417
5418 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5419
5420 * gnus-group.el: Remove useless gnus-group-icon-cache.
5421 Remove useless gnus-ephemeral-group-server.
5422
5423 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5424
e70153eb
JD
5425 * mml2015.el: Remove useless mml2015-verbose.
5426
5427 * mml-smime.el: Remove useless mml-smime-verbose.
5428
5429 * gnus.el: Remove useless gnus-local-domain.
5430
296a8e19
SM
5431 * gnus-gravatar.el (gnus-gravatar-transform-address):
5432 Use gnus-gravatar-size.
e70153eb
JD
5433
5434 * gnus-art.el: Remove useless gnus-treat-translate.
5435
61b1af82
G
54362010-09-24 Julien Danjou <julien@danjou.info>
5437
5438 * gnus-sum.el: Add support for Gravatars.
5439
5440 * gnus-art.el: Add support for Gravatars.
5441
5442 * gnus-gravatar.el: Add this file.
5443
5444 * gravatar.el: Add this file.
5445
54462010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
296a8e19 5448 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 5449
296a8e19 5450 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 5451
296a8e19 5452 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 5453
296a8e19 5454 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 5455
296a8e19 5456 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 5457
296a8e19 5458 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 5459 (gnus-group-recent-archive-directory): Ditto.
296a8e19 5460 (gnus-group-make-archive-group): Remove.
61b1af82
G
5461
5462 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5463
5464 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5465 use the same article number for all the cached articles.
5466
5467 * nnimap.el (nnimap-command): Register the last command time so
5468 that we can use it for idling NOOPs.
5469 (nnimap-open-connection): Start the keeplive timer.
5470 (nnimap-make-process-buffer): Store all the process buffers.
5471 (nnimap-keepalive): New function.
5472
938c0d10 5473 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
5474
54752010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
5476
5477 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5478 handling.
5479
54802010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5481
5482 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5483 its data structures.
5484
5485 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5486 instead of the cl.el copy-list.
5487 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5488 equalp.
5489
5843126b
KY
54902010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5491
5492 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5493 and tool-bar-local-item-from-menu.
5494
5495 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5496 mode-line-highlight face for Emacs.
5497
5498 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5499 loading gnus-sum.elc; fix comment for canlock-verify.
5500 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
5501 (gnus-insert-mime-button, gnus-insert-mime-security-button):
5502 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
5503 (gnus-article-next-page-1): No need to adjust the number of lines.
5504 (gnus-article-describe-bindings): Always use help-buffer.
5505
5506 * gnus-audio.el (gnus-audio-inline-sound)
5507 * gnus-cus.el (gnus-custom-mode)
5508 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5509
5510 * gnus-sum.el (gnus-remove-overlays): Doc fix.
5511
5512 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5513 compatible code.
5514
0a9f9d06 55152010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
5516
5517 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5518 visiting the fcc file in rmail-mode.
5519
d3361e62
KY
55202010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * nnir.el: Silence the byte compiler.
5523
5524 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5525 alias to browse-url-url-encode-chars if any.
5526 (gnus-html-encode-url): Use it.
5527
b1ae92ba
G
55282010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5529
5530 * gnus-start.el (gnus-use-backend-marks): New variable.
5531 (gnus-get-unread-articles-in-group): Use it.
5532
5533 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5534 makeover.
5535
55362010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5537
5538 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5539
55402010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5541
5542 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
5543 Remove.
5544 (gnus-setup-news-hook):
5545 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
5546
5547 * gnus-int.el (gnus-request-update-info): Protect against backends not
5548 having the function.
5549
5550 * nnimap.el (nnimap-stream): Mention starttls.
5551 (nnimap-open-connection): Add starttls support.
5552
55532010-09-23 Andrew Cohen <cohen@andy.bu.edu>
5554
5555 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5556
55572010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5558
5559 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5560 BODYSTRUCTUREs.
5561 (nnimap-transform-headers): Unfold quoted {42} headers.
5562
5563 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5564 the info.
5565 (gnus-get-unread-articles): Only call updatep on backends that support
5566 it.
5567
5568 * nnweb.el (nnweb-request-update-info): NOOP.
5569
296a8e19 5570 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 5571
296a8e19 5572 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
5573 since it only deals with marks.
5574
296a8e19 5575 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
5576 gnus-request-marks, and make a new gnus-request-update-info.
5577
5578 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5579 the active instead of the high number, which is usually too low.
5580
55812010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
5582
296a8e19 5583 * encrypt.el: Remove.
b1ae92ba 5584
239952b0
LMI
55852010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5586
d8ec441e
LMI
5587 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5588 server in symbolic form.
5589
296a8e19 5590 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 5591
b069e5a6
G
55922010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5593
5594 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5595 (nnimap-update-info): Fix up code slightly.
5596
5597 * gnus-int.el (gnus-open-server): Add tracing for performance
5598 debugging.
5599
5600 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5601 (gnus-group-insert-group-line): Pass the real group name so that it
5602 gets the right data.
5603
5604 * gnus-start.el (gnus-get-unread-articles): Don't have
5605 `gnus-get-unread-articles-in-group' update info, since that can be
5606 really slow and doesn't seem to be needed?
5607
b069e5a6
G
56082010-09-22 Julien Danjou <julien@danjou.info>
5609
296a8e19
SM
5610 * gnus-group.el (gnus-group-insert-group-line):
5611 Call gnus-group-highlight-line.
b069e5a6
G
5612 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5613 default hook list.
5614 (gnus-group-update-eval-form): Add new function.
5615 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5616 (gnus-group-get-icon): Use gnus-group-update-eval-form.
5617
56182010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
5620 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5621 immediate, then expire all articles.
5622 (nnimap-update-info): Fix off-by-one errors.
5623 (nnimap-flags-to-marks): Would return no marks lists for group with no
5624 flags. Instead return the other data.
5625
56262010-09-22 Julien Danjou <julien@danjou.info>
5627
296a8e19 5628 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
5629 Only return an icon.
5630 (gnus-group-insert-group-line): Compute icon to return.
5631
296a8e19 5632 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
5633 (gnus-html-image-fetched): Only cache if
5634 gnus-html-image-automatic-caching is set.
5635 (gnus-html-image-fetched): Check for errors.
5636
56372010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5638
5639 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5640 once per method on `g'. This ensures that backends like nnfolder don't
5641 open all their folders.
5642
5643 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5644 (nnimap-request-list): Nix out group in the correct buffer.
5645 (nnimap-parse-flags): Implement by using `read' instead of
5646 hand-parsing.
5647 (nnimap-flags-to-marks): Pass on permanent-flags.
5648 (nnimap-make-process-buffer): Record the server name.
5649 (nnimap-parse-flags): Fix typo.
5650 (nnimap-request-scan): Run split on the server in general, not just a
5651 single group.
5652
5653 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5654 parameter, and propagate this downwards.
5655
5656 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5657 since EXAMINE changes it on the server.
5658
5659 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5660 this command might take a while.
5661
56622010-09-22 Julien Danjou <julien@danjou.info>
5663
2f5e7c6f 5664 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
5665 harmful if you have 2 images side-by-side, they can't be properly
5666 update on text deletion. Using text-property is safer here.
b069e5a6
G
5667 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5668 data.
5669
56702010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5671
296a8e19 5672 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
5673 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5674 (nnimap-expunge): Flip default to t.
5675
5676 * gnus.el (gnus-method-to-server): Don't push things to the cache
5677 unless it's unique.
5678 (gnus-server-to-method): Ditto.
5679
7390c1cd
TZ
56802010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5681
5682 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5683
b4e64499
JD
56842010-09-22 Julien Danjou <julien@danjou.info>
5685
b069e5a6
G
5686 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5687 get the start of data.
5688 (gnus-html-encode-url): Add this function to encode special chars in
5689 URL.
5690 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5691 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5692
c7e2ef4e
JD
5693 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5694 default.
5695 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5696
b4e64499
JD
5697 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5698 images alt-text.
5699 (gnus-html-put-image): Put alt-text as help-echo.
5700
4def29e7
KY
57012010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5704 * mm-util.el (mm-decompress-buffer)
5705 * nnir.el (nnir-run-find-grep)
5706 * pop3.el (pop3-list): Use 3rd arg of split-string.
5707
b069e5a6
G
57082010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5711 outside the active range. Suggested by Dan Christensen.
5712
5713 * gnus-start.el (gnus-get-unread-articles): Get the extended method
5714 slightly later to avoid double-getting it.
5715
5716 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5717 previous patch.
5718
5719 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5720
0617bb00
LMI
57212010-09-21 Adam Sjøgren <asjo@koldfront.dk>
5722
5723 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5724
57252010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5726
5727 * gnus-int.el (gnus-open-server): Give a better error message in the
5728 "go offline" case.
5729
5730 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5731 marks for nnimap, which is seldom the right thing to do.
5732
5733 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5734 (gnus-same-method-different-name): New function.
5735
5736 * nnimap.el (parse-time): Require.
5737
5738 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5739 method in the presence of many similar methods.
5740
5741 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5742
5743 * nnimap.el (nnimap-find-expired-articles): Don't refer to
5744 nnml-inhibit-expiry.
5745
5746 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5747 find out whether methods are equal.
5748
5749 * nnimap.el (nnimap-find-expired-articles): New function.
5750 (nnimap-process-expiry-targets): New function.
5751 (nnimap-request-move-article): Request the article before looking at
5752 what the Message-ID is. Fix found by Andrew Cohen.
5753 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5754
5755 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5756 for oldness in addition to being a predicate.
5757
5758 * nnimap.el (nnimap-request-group): When we have zero articles, return
5759 the right data to Gnus.
5760 (nnimap-request-expire-articles): Only delete articles immediately if
5761 the target is 'delete.
5762
5763 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5764 method, this would bug out.
5765
296a8e19 5766 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
5767 gnus-group-nnimap-expunge, and implemented as a normal interface
5768 function.
5769
5770 * gnus-int.el (gnus-request-expunge-group): New function.
5771
5772 * nnimap.el (nnimap-request-create-group): Implement.
5773 (nnimap-request-expunge-group): New function.
5774
2c8b2fc8
JD
57752010-09-21 Julien Danjou <julien@danjou.info>
5776
5777 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5778 (gnus-html-cache-expired): Add new function.
5779 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5780 wethever we should display image for fetch it.
5781 Compute alt-text earlier to pass it to the fetching function too.
5782 (gnus-html-schedule-image-fetching): Change function argument to only
5783 get one image at a time, not a list.
5784 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5785 cache.
5786 (gnus-html-get-image-data): New function to retrieve image data from
5787 cache.
5788 (gnus-html-put-image): Change buffer argument to use image data rather
5789 than file, and place image above region rather than inserting a new
2f5e7c6f 5790 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
5791 the image above alt-text.
5792 (gnus-html-prune-cache): Remove.
5793 (gnus-html-show-images): Start to fetch image when we find one, do not
5794 push into a temporary list.
5795 (gnus-html-prefetch-images): Only fetch image if they have expired.
5796 (gnus-html-browse-image): Fix, use 'gnus-image-url.
5797 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5798
e4e22d29
KY
57992010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5802
a46359d4
LMI
58032010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5804
b069e5a6
G
5805 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5806 spec inser "*" if the group isn't active instead of 0.
5807
a46359d4
LMI
5808 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5809 opening the server.
5810 (nnimap-request-delete-group): Implement group deletion.
5811 (nnimap-transform-headers): Return the size of the entire message in
5812 the Bytes header, not just the size of the first part.
5813 (nnimap-request-move-article): When moving an article from nnimap,
5814 request the article first so the accepting form has an article to
5815 accept. Reported by Dan Christensen.
5816 (nnimap-command): Make sure that the error message doesn't error out.
5817
58182010-09-20 David Edmondson <dme@dme.org> (tiny change)
5819
5820 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5821 we haven't requested anything.
5822
58232010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5824
5825 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5826 "". Fix found by Andrew Cohen.
5827
5828 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5829 instead of -encode-string.
5830
321fce93
KY
58312010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5832
5833 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5834
5835 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5836 by mm-subst-char-in-string.
5837
e8861cd2
LMI
58382010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
bdaa75c7
LMI
5840 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5841 waiting for the connection string.
5842
5843 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5844 arriving.
5845
5846 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5847 bogus characters. This allows selecting certain Gmail groups.
5848
5849 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5850 (nnimap-fetch-partial-articles): New variable.
5851 (nnimap-open-connection): When looking for credentials, also use the
5852 nnimap-server-port.
5853 (nnimap-request-article): Return the group/article number, so that Gnus
5854 `^' works as expected.
296a8e19 5855 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
5856
5857 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5858 comments.
5859 (gnus-methods-sloppily-equal): New function.
5860 (gnus): When using the development version of Gnus, load the gnus-load
5861 file.
5862
5863 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
5864 `gnus-open-server' on each method before trying to scan them etc.
5865 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
5866
5867 * nnimap.el (nnimap-authenticator): New variable.
5868 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
5869 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5870 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
5871
5872 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5873 patch, found by Knut Anders Hatlen.
5874
58752010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5876
5877 * gnus-agent.el (gnus-agent-batch-confirmation)
5878 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5879 to gnus-message.
5880 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5881 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5882 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5883 * gnus-int.el (gnus-open-server): Likewise.
5884 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5885 (gnus-score-check-syntax): Likewise.
5886 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5887 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5888 Likewise.
5889 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5890
58912010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5892
5893 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5894 calling conventions so that prefetch doesn't bug out.
5895
58962010-09-19 Julien Danjou <julien@danjou.info>
5897
5898 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5899 rather than `subst-char-in-region' in order to be able to replace ASCII
5900 char by UTF-8 ones.
5901
5902 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5903 than curl.
5904 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5905 the right URL and ALT text on images.
5906 (gnus-html-wash-tags): Fix tag case.
93acd23d 5907 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
5908 (gnus-article-html): Add -o display_ins_del=2 option.
5909 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5910
59112010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5912
5913 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5914 the extra mail headers, which sometimes seem to happen for unknown
5915 reasons.
5916
5917 * mail-parse.el (mail-header-encode-parameter): Define as
5918 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5919 (or most, perhaps?) mail readers don't understand the latter, but do
5920 understand the former.
5921
e8861cd2
LMI
5922 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5923 to nil, so that no methods are automatically agentized. I think this
5924 is probably what most users want.
5925
5926 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5927 from url-retrieve, for instance about invalid URLs.
5928
5929 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5930 groups that have no articles.
5931 (nnimap-request-article): Check that we really got an article when we
5932 requested one.
5933
5934 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5935 doesn't exist.
5936
5937 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5938 nntp buffer so the agent can save it.
5939 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5940 that CRLF doesn't get translated to \n.
5941 (nnimap-open-connection): Don't make 'shell commands only send \n.
5942
149caf54
SM
59432010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5946 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5947 Update var name.
5948 (nnml-generate-nov-file): Use dolist.
5949 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5950 Use with-current-buffer.
5951
286c4fc2
LMI
59522010-09-18 Julien Danjou <julien@danjou.info>
5953
5954 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5955 parallel.
5956
88ed5ce8
KY
59572010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958
286c4fc2
LMI
5959 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5960 the range update right.
5961 (nnimap-request-group): Don't make `M-g' bug out on group with no
5962 marks.
296a8e19 5963 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
5964 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5965 command we're looking for. This helps when the server sends more
5966 responses after we've gotten everything we expected.
5967 (nnimap): Add a `newlinep' field to keep track of end-of-line
5968 conventions.
5969 Don't send CRLF to things that don't want it.
5970 (nnimap-request-accept-article): Ditto.
5971
59722010-09-18 Julien Danjou <julien@danjou.info>
5973
5974 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5975 than curl to retrieve images.
5976
59772010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5978
5979 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5980 the marks.
5981 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5982 (nnimap-wait-for-connection): New function.
5983 (nnimap-open-connection): If we have PREAUTH, don't query for login
5984 credentials.
5985 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5986 when doing a partial update.
5987
59882010-09-18 Julien Danjou <julien@danjou.info>
5989
5990 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5991 tags.
5992
59932010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5994
5995 * nnimap.el (nnimap-credentials): New function.
5996 (nnimap-open-connection): Use the new function to look for credentials
5997 also on the numeric equivalents of "imap" and "imaps".
5998
5999 * gnus-start.el (gnus-activate-group): Send the info to
6000 gnus-request-group.
6001
6002 * nnimap.el (nnimap-request-group): Have the "check" version of the
6003 function parse flags and update the info, so that a `M-g' get a total
6004 resync of all flags from the group.
6005
6006 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6007 to allow backends to alter the info on group selection. Also alter all
6008 the backend -request-group functions to take the parameter.
6009
6010 * nnimap.el (nnimap-store-info): New function.
6011 (nnimap-update-info): Store the info for later usage.
6012 (nnimap-request-group): Use the stored info for the dont-check case, so
6013 that we don't retrieve all marks when we enter a group.
6014
6015 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 6016
bf5ba10b
LMI
6017 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6018 update the group info. This makes the nndraft groups, for instance, go
6019 back to their old behaviour.
6020
88ed5ce8
KY
6021 * gnus-sum.el (gnus-select-newsgroup): Indent.
6022
6023 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6024 in.
6025 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6026 nothing.
6027
6028 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6029 from methods that are denied.
6030
6031 * gnus-int.el (gnus-method-denied-p): New function.
6032
6033 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6034 store the password instead of netrc.
6035 (nnimap-open-connection): Don't error out when we can't make a
6036 connections.
6037
6038 * auth-source.el (auth-source-create): In the password prompt, say what
6039 we're querying for. Also prompt for user name if that hasn't been
6040 given.
6041
296a8e19 6042 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
6043
60442010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6045
6046 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6047 method when we're reading from the agent.
6048
6049 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6050
6051 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6052 that's probably most useful for users.
6053
6054 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6055 "failed" all the time.
6056
6057 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6058 ...)) with (with-current-buffer ... ).
6059
6060 * nntp.el (nntp-open-server): Return whether the open was successful or
6061 not.
6062
6063 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6064 select an unread unseen article first.
6065
6066 * nnimap.el (nnimap-open-connection): If the user doesn't have a
6067 /etc/services, supply some sensible port defaults.
6068
b069e5a6 60692010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
6070
6071 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6072
60732010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6074
6075 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6076 doesn't have any parameters.
6077
60782010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6079
6080 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6081 only upcased checks.
6082
6083 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6084
6085 * nnimap.el (nnimap-open-shell-stream): New function.
6086 (nnimap-open-connection): Use it.
6087 (nnimap-transform-headers): Get the number of lines in each message.
6088 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6089 number of lines.
6090 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
6091 problem.
6092
6093 * utf7.el (utf7-encode): Autoload.
6094
6095 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6096 to allow the mail splitting to not return a default group. This is
6097 useful for nnimap, which will leave unmatched mail in the inbox.
6098
6099 * nnimap.el: Rewritten.
6100
6101 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6102 nnimap usage.
6103
6104 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6105 if the move is internal, so that nnimap can do fast internal moves.
6106
6107 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6108 data.
6109 (gnus-read-active-for-groups): Support finishing the early retrieval of
6110 data.
6111
6112 * gnus-range.el (gnus-range-nconcat): New function.
6113
6114 * gnus-int.el (gnus-finish-retrieve-group-infos)
6115 (gnus-retrieve-group-data-early): New functions.
6116
63556fc6
SM
61172010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6120 (nnrss-retrieve-groups):
6121 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6122 (pop3-quit): Use with-current-buffer.
6123
f4530299
KY
61242010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
6125
0eb04273
KY
6126 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6127 instead of nnheader-accept-process-output.
6128
f4530299
KY
6129 * gnus-html.el (gnus-html-schedule-image-fetching)
6130 (gnus-html-prefetch-images): Replace process-kill-without-query by
6131 gnus-set-process-query-on-exit-flag.
6132
eca7d7bf
RF
61332010-09-16 Romain Francoise <romain@orebokech.com>
6134
6135 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6136
01e80360
LMI
61372010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6138
b069e5a6
G
6139 * gnus-registry.el (gnus-registry-install-shortcuts): The second
6140 parameter to unintern is mandatory-ish in Emacs 24.
6141
01e80360
LMI
6142 * gnus-html.el (gnus-html-schedule-image-fetching)
6143 (gnus-html-prefetch-images): Check for curl before using it.
6144
6145 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6146 depend on curl, which isn't essential.
6147
6148 * imap.el: Revert back to version
6149 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6150 seem problematic.
6151
5e2a84e3
JB
61522010-09-14 Juanma Barranquero <lekktu@gmail.com>
6153
6154 * gnus-registry.el (gnus-registry-install-shortcuts):
6155 Explicitly pass `obarray' to `unintern' to avoid a warning.
6156
74769e8b
LMI
61572010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6158
296a8e19 6159 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
6160 change.
6161
296a8e19 6162 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
6163 functions, including the moreover stuff.
6164
61652010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6166
6167 * nnrss.el (nnrss-retrieve-groups): New function.
6168
32405341
JB
61692010-09-14 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * .dir-locals.el: Add no-byte-compile cookie.
6172
dff99050
KY
61732010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6174
6175 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6176 for back end that doesn't support request-scan.
6177
a9ec34f4
LMI
61782010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6179
6180 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6181 then do request scans from the backends.
6182
6183 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6184 avoid running a hook per line, since this takes a lot of time,
6185 profiling shows.
6186 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6187 directly if gnus-visual-p is true.
6188
39486331
KY
61892010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6190
6191 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6192 groups; replace mapcar with dolist which is a bit faster; pass groups
6193 info to gnus-read-active-file-1.
6194 (gnus-read-active-file-1): Scan only specified groups if the new
6195 optional arg `infos' is given.
6196
698ecd82
LMI
61972010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6198
e574f629
LMI
6199 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6200
296a8e19
SM
6201 * pop3.el (pop3-movemail): Remove.
6202 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 6203
698ecd82
LMI
6204 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6205 don't restrict end-tag searches to the end of the line.
6206
55c9cbb0
KY
62072010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6210 articles of every unchecked group to t, which means unknown since the
6211 server has never been opened.
6212
724d30be
KY
62132010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6214
99fcd180
LMI
6215 * gnus-html.el (gnus-html-show-alt-text): New command.
6216 (gnus-html-browse-image): Ditto.
6217 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6218 to browse the image directly.
9778a07a
LMI
6219 (gnus-html-wash-tags): Search for images first, so that <a><img> works
6220 better.
99fcd180 6221
296a8e19
SM
6222 * gnus-async.el (gnus-async-article-callback):
6223 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
6224
6225 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6226 before feeding URLs to curl.
6227
16ec6ca4
KY
62282010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6229
ecc74b38
KY
6230 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6231 internal images as deletable by `W D D'.
6232
16ec6ca4
KY
6233 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6234 (gnus-async-article-callback): Fix typo.
6235
5edc8186
LMI
62362010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6237
f9e50677
LMI
6238 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6239 current line to work around bugs in the output from w3m.
6240
8d408585
LMI
6241 * gnus-async.el (gnus-async-article-callback): Always prefetch images
6242 for groups that want that.
6243
d832b437
LMI
6244 * nntp.el (nntp-wait-for-string): Supply a timeout for
6245 accept-process-output to ensure progress.
6246
cdad7ab2
LMI
6247 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6248 level to get unread articles from, then use that for foreign groups,
6249 too.
6250
f39ccb2e
LMI
6251 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6252 confuses the rest of the function.
6253
26f96aa0
LMI
6254 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6255 for the methods that support -retrieve-groups, too.
6256
5edc8186
LMI
6257 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6258
ed96ace9
KY
62592010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6260
6261 * pop3.el: Require cl when compiling.
6262 (pop3-number-of-responses): Search for "+OK", not "+OK ".
6263
d65835d9
LMI
62642010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6265
a83e5f19
LMI
6266 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6267 that aren't going to be activated.
f87f756b 6268 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 6269
29cd986b
LMI
6270 * gnus-html.el (gnus-article-html): Allow calling without specifying
6271 the handle. In that case, dissect the buffer first.
6272
29d31b55
LMI
6273 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6274
d32fac69
LMI
6275 * nnimap.el (nnimap-open-connection): Revert the change that would look
6276 into authinfo for imaps instead of imap.
6277
c15c8017
LMI
6278 * gnus-start.el (gnus-activate-group): Take an optional parameter to
6279 say that you don't want to call gnus-request-group with don-check, but
6280 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
6281 (gnus-get-unread-articles): Count the archive groups as secondary, so
6282 that they're activated the same way as before.
c15c8017 6283
3733ba53
LMI
6284 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6285 case-insensitively.
296a8e19 6286 (nnimap-debug): Remove.
3733ba53 6287
8695c9a7
LMI
6288 * mail-source.el (mail-source-fetch): Don't message if we're fetching
6289 mail from a file, and the file doesn't exist.
6290
3ff31c90
LMI
6291 * pop3.el (pop3-streaming-movemail): Return t for success.
6292
b1a069e6
LMI
6293 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6294 .authinfo if we're using ssl connection.
6295
0c6dfaf8
LMI
6296 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6297 already have if we're in a main Gnus `g' run.
6298
d65835d9
LMI
6299 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6300
c6faacb4
KY
63012010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6302
3cf628e8
KY
6303 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6304
8737ef69
KY
6305 * nnmh.el (nnmh-request-list-1): Bind `file'.
6306
c6faacb4
KY
6307 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6308 alias to set-process-query-on-exit-flag or process-kill-without-query.
6309 (pop3-open-server): Use it.
6310
eecdcaf5
LMI
63112010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
85816ac1
LMI
6313 * mail-source.el (mail-source-delete-crash-box): Always move the crash
6314 box to the Incoming file. Fixes mistake in previous checkin.
6315
6316 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6317 request loop (for debugging purposes) removed.
6318
530b8957
LMI
6319 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6320 culprit is more visible.
85816ac1
LMI
6321 (nnml-save-incremental-nov, nnml-open-incremental-nov)
6322 (nnml-add-incremental-nov): New functions to do "incremental" nov
6323 updates, where we just append to the end of the existing nov files
6324 without reading/writing them in full.
530b8957
LMI
6325
6326 * mail-source.el (mail-source-delete-crash-box): Really only check the
6327 incoming files once in a while.
6328
ff3eb82e
LMI
6329 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6330
a2bb410e
LMI
6331 * mail-source.el (mail-source-delete-crash-box): Only check the
6332 incoming files for deletion once per day to save a lot of file
6333 accesses.
6334
6335 * pop3.el (pop3-logon): Fix up unbound variable typo.
6336
6337 * mail-source.el (pop3-streaming-movemail): Autoload.
6338
296a8e19
SM
6339 * pop3.el (pop3-streaming-movemail):
6340 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
6341
6342 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6343 retrieval.
6344
296a8e19 6345 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
6346 (pop3-streaming-movemail, pop3-send-streaming-command)
6347 (pop3-wait-for-messages, pop3-write-to-file)
6348 (pop3-number-of-responses): New functions for streaming pop3
6349 retrieval.
6350
ef45ee6f
LMI
6351 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6352 come from no known methods.
fb994703
LMI
6353 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6354 list.
ef45ee6f 6355
296a8e19 6356 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 6357 message sizes.
ef45ee6f
LMI
6358 (pop3-movemail): Use erase-buffer instead of looping and deleting
6359 regions, which seems rather odd.
34e03853 6360
4469385c
LMI
6361 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6362 file once per `g' run.
6363
2c8bcd54
LMI
6364 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6365 directories. This makes the draft queue directory work.
6366
8c3e17f8
LMI
6367 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6368 data from the backends, so that we only request the list of groups from
6369 each method once. This should speed things up considerably.
6370
6371 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6372 detect that it's not implemented.
6373
6374 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6375 we actually do recurse down into the tree, but don't stat all leaf
6376 nodes.
6377
f790bb74
LMI
6378 * gnus-html.el (gnus-html-show-images): If there are no images to show,
6379 then say so instead of bugging out.
6380
c25d60ab
LMI
6381 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6382 files exist before trying to read them.
6383
6384 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6385 around <pre_int>.
6386
6387 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6388
eecdcaf5
LMI
6389 * nnmh.el (nnmh-request-list-1): Optimize for speed.
6390
7426b4f7
LMI
63912010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6392
eecdcaf5
LMI
6393 * mm-util.el (mm-image-load-path): Just return the image directories,
6394 not all directories in the path in addition to the image directories.
6395 (mm-image-load-path): Maintain a cache of the image directories so that
6396 the `g' command in Gnus doesn't have to stat dozens of directories each
6397 time.
6398
10e91ca9
LMI
6399 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6400 (gnus-html-wash-tags): Add a new `i' command to insert images.
6401 (gnus-html-insert-image): New command and keystroke.
25f28806 6402 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 6403 (gnus-html-show-images): Rename command.
8fab3e39
LMI
6404 (gnus-html-wash-tags): Remove more white space before <pre_int> image
6405 spacers.
6406 (gnus-html-wash-tags): Decode entities at the end, so that entities
6407 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
6408
6409 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6410 so that nnimap methods aren't agentized by default. There's apparently
6411 many problems related to agent/imap behaviour.
6412
7426b4f7
LMI
6413 * gnus-art.el (gnus-article-copy-string): New command and key binding.
6414
6415 * gnus-html.el: Doc fix.
6416
3fb8f8a1
KY
64172010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
6418
73137971
KY
6419 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6420 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 6421 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
6422
6423 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6424 for XEmacs.
6425
3fb8f8a1
KY
6426 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6427 of symbol that holds plist data.
6428 (gnus-process-plist): Remove plist of process after getting it.
6429
2e23878e
LMI
64302010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6431
5d97d032
LMI
6432 * message.el (message-generate-hashcash): Change default to
6433 'opportunistic if hashcash is installed.
6434
2e23878e 6435 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
6436 (gnus-html-put-image): Only call image-size once, since it's somewhat
6437 time-consuming on remote X servers.
2e23878e 6438
60893e6f
KY
64392010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6442 decoded contents.
f68a93a9 6443 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 6444
1d297c49
LMI
64452010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6446
e5500d2a
LMI
6447 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6448 group line format, since it isn't very interesting.
6449
954c8060
LMI
6450 * gnus-agent.el (gnus-agent-short-article),
6451 (gnus-agent-long-article): Increase values for these two variables,
6452 since most people are likely to have more network connection and
6453 storage than before.
6454
a1347097
LMI
6455 * gnus.el (gnus-refer-article-method): Change default to 'current.
6456 When referring an article, the common behaviour is to refer it from the
6457 current select method, not the native select method. The chances of
6458 the native select method having the message in question is rather slim
6459 these days.
6460
6461 * gnus-sum.el (gnus-auto-select-subject): Change default to
6462 `unseen-or-unread'. I think it's likely that most people want to
6463 select an unseen article over a previously seen, but unread one.
6464
6465 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
6466 means that in the article buffer none of the minor mode elements will
6467 be shown, usually, and this is not desirable in most cases.
6468
1d297c49
LMI
6469 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6470 that commands like `d' (and the like) go to the next line in the
6471 buffer, instead of the next unread article. I think this is the
6472 behaviour that is most natural for most users.
6473 (gnus-single-article-buffer): Change default to nil, so that people can
6474 have as many article buffers open as they have summary buffer. I think
6475 this is the most natural way for the groups to behave.
6476
6477 * message.el (message-generate-new-buffers): Change default to
6478 `unsent', so that all new message buffers start their names with the
6479 string "*unsent", and it's easier to find the buffers if you move from
6480 them.
6481
a93b858c
LMI
64822010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6483
6484 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 6485 small. They're probably tracking images.
36a806f3 6486 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
6487 (gnus-html-rescale-image): Yet another try at getting the image sizing
6488 right.
a93b858c
LMI
6489
6490 * nntp.el (nntp-request-set-mark): Refuse to do marks if
6491 nntp-marks-file-name is nil.
6492
2aafbe5a
TZ
64932010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6494
6495 * gnus-html.el (gnus-html-wash-tags)
6496 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6497 Better logging.
6498
9a4b54db
LMI
64992010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6500
296a8e19 6501 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 6502
9a4b54db
LMI
6503 * gnus-html.el (gnus-html-wash-tags): Check the value of
6504 gnus-blocked-images in the summary buffer.
6505
9a047bac
TZ
65062010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6507
6508 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6509
261ff377
LMI
65102010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6511
c6c81576
LMI
6512 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6513 like "a", it seems like.
6514 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6515 since it needs to be picked from the correct buffer.
6516
296a8e19 6517 * nnwfm.el: Remove.
261ff377 6518
296a8e19 6519 * nnlistserv.el: Remove.
261ff377 6520
d743e0d1
TZ
65212010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6522
6523 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6524 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6525
075843d3
LMI
65262010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6527
296a8e19 6528 * nnkiboze.el: Remove.
f7362445 6529
296a8e19 6530 * nndb.el: Remove.
f7362445 6531
075843d3
LMI
6532 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6533 alt text.
1ee093a3
LMI
6534 (gnus-html-rescale-image): Try to get the rescaling logic right for
6535 images that are just wide and not tall.
075843d3
LMI
6536
6537 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6538 overshadow variable bindings.
6539
6ca07e49
TZ
65402010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
6541
6542 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
6543 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6544 Add extra logging.
6ca07e49 6545
fe01e1a3
LMI
65462010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6547
6548 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
6549 (gnus-max-image-proportion): New variable.
6550 (gnus-html-rescale-image): New function.
6551 (gnus-html-put-image): Rescale images.
fe01e1a3 6552
765abcce
SM
65532010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 Fix up some byte-compiler warnings.
6556 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6557 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6558 (gnus-article-fill-cited-article, gnus-article-hide-citation)
6559 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6560 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6561 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6562 (gnus-group-update-group): Use save-excursion and with-current-buffer.
6563
da43765d
KY
65642010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6565
6566 * gnus-html.el (gnus-article-html): Decode contents by charset.
6567
a14b3417
KY
65682010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6569
b0e30310
KY
6570 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6571 (gnus-html-frame-width, gnus-blocked-images)
6572 * message.el (message-prune-recipient-rules): Add custom version.
6573 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6574
a14b3417
KY
6575 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6576 functions.
6577
cd110b2b
KY
6578 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6579 gnus-process-get.
6580
8f563146
KY
65812010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
6582
6583 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6584 instead of lsub directly.
6585
2cdd366f
KY
65862010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6587
296a8e19 6588 * nnwarchive.el: Remove.
3c08d668 6589
296a8e19 6590 * gnus-soup.el: Remove.
c4d82de8 6591
296a8e19 6592 * nnsoup.el: Remove.
c4d82de8 6593
296a8e19 6594 * nnultimate.el: Remove.
c4d82de8 6595
51dee5ef
KY
6596 * gnus-html.el (gnus-blocked-images): New variable.
6597
2cdd366f
KY
6598 * message.el (message-prune-recipients): New function.
6599 (message-prune-recipient-rules): New variable.
6600
6601 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6602 guess whether a long line is natural text or not.
6603
296a8e19
SM
6604 * gnus-html.el (gnus-html-schedule-image-fetching):
6605 Use gnus-process-plist and friends for compatibility.
2cdd366f 6606
2d217ead
SM
66072010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * gnus-html.el: Require packages that define macros used in this file.
6610 (gnus-article-mouse-face): Declare to silence byte-compiler.
6611 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6612 process-get.
6613 (gnus-html-put-image): Use plist-get to avoid getf.
6614 (gnus-html-prefetch-images): Use with-current-buffer.
6615
1a10d421
KY
66162010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6617
2cdd366f
KY
6618 * gnus-ems.el: Provide compatibility functions for
6619 gnus-set-process-plist.
6620
1a10d421
KY
6621 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6622 * gnus.el (gnus-valid-select-methods)
6623 * message.el (message-send-mail-partially-limit)
6624 * mm-decode.el (mm-text-html-renderer)
6625 * mml.el (mml-insert-mime-headers-always)
6626 * smiley.el (smiley-regexp-alist): Bump custom version.
6627
66282010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6629
6630 * gnus-html.el: require mm-url.
ad142133
KY
6631 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6632 with the url to `url'.
6633 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 6634
f5ec697d
KY
66352010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6636
c2861968
KY
6637 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6638 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 6639 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 6640
296a8e19 6641 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 6642
379dde03 6643 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 6644 UTF-8. This seems to fix problems with some German web feeds.
379dde03 6645
5a2756c8
KY
6646 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6647 at the top so that the proper colours are applied.
6648
47fe149b
KY
6649 * gnus-art.el (gnus-article-view-part): Doc fix.
6650
fb16bb46
KY
6651 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6652 XEmacs-compatible.
6653 (gnus-html-put-image): Don't do images on non-graphic displays.
6654
296a8e19 6655 * nnslashdot.el: Remove this unused backend.
77ae8989 6656
75856ec0
KY
6657 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6658 actions.
77ae8989 6659 (gnus-undo-register-1): Revert last change.
75856ec0 6660
0be02d8a
KY
6661 * gnus-group.el (gnus-group-completing-read): Protect against not
6662 having completion-styles bound.
6663
6664 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6665 make broken recipients happier.
6666
929989ff
KY
6667 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6668
6669 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6670 point parameter.
6671
f5ec697d
KY
6672 * gnus-group.el (gnus-group-completing-read): Add 'substring to
6673 completion-styles for group selection.
6674
5ec44091
KY
66752009-02-04 Andreas Schwab <schwab@suse.de>
6676
6677 * gnus-score.el (gnus-score-string): Fix regex for matching extra
6678 headers and regexp-quote the match if necessary.
6679
07466c8e
KY
66802009-03-24 Miles Bader <miles@gnu.org>
6681
6682 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6683 the blinking smiley.
6684
66852009-03-24 Simon Josefsson <simon@josefsson.org>
6686
6687 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6688 blink smiley.
6689
8bff7c00
KY
66902010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6693 where the dribbel file lives exists.
6694
6695 * message.el (message-send-mail-partially-limit): Change the default to
6696 nil, since most people don't want this.
6697
6698 * mm-url.el (mm-url-decode-entities): Also decode entities like
6699 &#x3212.
6700
0b10e437
KY
67012009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
6702
6703 * gnus-sum.el (gnus-summary-idna-message):
6704 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6705 Hyperlink urls in docstrings with URL `...'.
6706
b1992461
KY
67072010-08-29 Adam Sjøgren <asjo@koldfront.dk>
6708
6709 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6710 functions.
6711
655efd71
KY
67122010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6713
b1992461
KY
6714 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6715 say what the mouseover text should be.
6716
6717 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6718 version of the mm-w3m-safe-url-regexp variable to only download images
6719 in the groups where we want that to happen.
6720
6721 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6722
6723 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6724 easier debugging.
6725 (gnus-article-beginning-of-window): Add kludge to allow spacing past
6726 big pictures in the article buffer.
6727
6728 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6729 gnus-article-html.
6730 (mm-text-html-renderer): gnus-article-html needs curl in addition to
6731 w3m.
6732
655efd71
KY
6733 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6734
6b8382e4
KY
67352010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6736
6737 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6738 which doesn't exist.
6739
6740 * message.el (message-inhibit-ecomplete): New variable to allow some
6741 function to inhibit ecomplete address storage.
6742 (message-resend): Disable ecomplete message storage when resending
6743 messages.
6744
6745 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6746
dc6de553
KY
67472010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6750 Save excursion while copying, moving, and deleting articles in order to
6751 prevent the cursor from jumping to unforeseen place.
6752
8e7d4ca1
GM
67532010-08-17 Glenn Morris <rgm@gnu.org>
6754
10506f64
GM
6755 * gnus-sync.el: Require gnus components whose functions are used.
6756
8e7d4ca1
GM
6757 * gnus-art.el (bookmark-make-record-function):
6758 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6759 Declare for compiler.
6760
6761 * mm-url.el (mml-compute-boundary): Autoload.
6762
4e815860
KY
67632010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
6764
6765 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6766
ab731e1c
KY
67672010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
6768
6769 Typo fix "hoo4a" -> "hook".
6770
6771 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6772
810717b6
GM
67732010-08-14 Glenn Morris <rgm@gnu.org>
6774
6775 * gnus-sync.el (gnus-sync): Fix defgroup version.
6776
8c330707
KY
67772010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
6778
f5a62bb4 6779 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
6780
6781 * gnus-sync.el: Fix docs.
6782 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6783 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6784
186a9cbb
KY
67852010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6786
6787 Optimizations for gnus-sync.el.
6788
6789 * gnus-sync.el: Add docs about gnus-sync-backend
6790 possibilities.
6791 (gnus-sync-save): Remove unnecessary message.
6792 (gnus-sync-read): Optimize and show what groups were skipped.
6793
bbe276f2
KY
67942010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6795
6796 Minor bug fixes for gnus-sync.el.
6797
296a8e19
SM
6798 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6799 Don't read the sync on get-new-news.
79993b19 6800
bbe276f2
KY
6801 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6802 quiet.
6803
296a8e19
SM
6804 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6805 (fix typo).
bbe276f2 6806
62a83cc8
KY
68072010-07-30 Lawrence Mitchell <wence@gmx.li>
6808
6809 Make saving and restoring of hidden threads work with overlays.
6810 Patch applied by Ted Zlatanov.
6811
6812 * gnus-sum.el (gnus-hidden-threads-configuration)
6813 (gnus-restore-hidden-threads-configuration): Update to deal with text
6814 properties, rather than searching for a magic character.
6815
c4b1c354
KY
68162010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
6817
62a83cc8
KY
6818 New gnus-sync.el library for synchronization of marks.
6819
77154961
KY
6820 * gnus-sync.el: New library for synchronization of marks.
6821
296a8e19 6822 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
6823 renamed from `gnus-registry-grep-in-list'.
6824
296a8e19
SM
6825 * gnus-registry.el (gnus-registry-follow-group-p):
6826 Use `gnus-grep-in-list'.
77154961 6827
c4b1c354
KY
6828 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6829
cbfb9427
KY
68302010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6833 determining charset of text fails.
6834
e9d1aaff
KY
68352010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6836
6837 * nnmail.el (nnmail-get-new-mail-1): Revert.
6838
6839 * nnml.el (nnml-active-number): Make sure names of newly created groups
6840 in nnml-group-alist are encoded.
6841
6f1c4158
KY
68422010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6845 containing non-ASCII characters in active file for nnml back end.
6846
86fb1061
KY
68472010-07-24 David Engster <dengste@eml.cc>
6848
6849 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6850 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6851
a0abd4d6
DU
68522010-07-21 Daiki Ueno <ueno@unixuser.org>
6853
6854 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6855 tag (Bug#6654).
6856
72897ff9
KY
68572010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6858
6859 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6860 the article buffer, not the summary buffer.
6861
e859bbda
KY
68622010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6865 Emacs 23 as well.
6866
68672010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
6868
6869 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6870 Patch applied by Karl Fogel.
6871
296a8e19
SM
6872 * gnus-sum.el (gnus-summary-bookmark-make-record):
6873 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 6874
33b48483
KF
68752010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6876
6877 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6878 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6879 C-w still not working correctly from Article buffers; Thierry's
6880 patch to fix that will be applied after this.
6881
6882 * gnus-art.el (bookmark-make-record-function): New local variable.
6883
e859bbda
KY
6884 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6885 article buffer.
33b48483
KF
6886 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6887
e44fa724
KF
68882010-07-13 Karl Fogel <kfogel@red-bean.com>
6889
e859bbda
KY
6890 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6891 on changes in bookmark.el.
e44fa724 6892
04c23739
MH
68932010-06-22 Mark A. Hershberger <mah@everybody.org>
6894
6895 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6896 the *other* type of HTML form submission.
6897
85350e06
MA
68982010-06-15 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * auth-source.el (auth-source-pick): If choice does not contain a
6901 questioned keyword, set the check to t.
6902
89a13959
RF
69032010-06-12 Romain Francoise <romain@orebokech.com>
6904
6905 * gnus-util.el (gnus-date-get-time): Move up before first use.
6906
3e3ab3ab
KY
69072010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6908
6909 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6910 (gnus-article-edit-part): Bind it to make last part that is substituted
6911 or deleted visible.
6912 (gnus-mime-display-single): Buttonize part of which id equals to
6913 gnus-mime-buttonized-part-id.
6914
3d6e7a43
KY
69152010-06-10 Dan Christensen <jdc@uwo.ca>
6916
6917 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6918 (gnus-dd-mmm): Use gnus-date-get-time.
6919 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6920 simplify logic.
6921 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 6922 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 6923
0e4966fb
MA
69242010-06-08 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * auth-source.el (top): Autoload `secrets-list-collections',
6927 `secrets-create-item', `secrets-delete-item'.
6928 (auth-sources): Fix tag string.
6929 (auth-get-source, auth-source-retrieve, auth-source-create)
6930 (auth-source-delete): New defuns.
6931 (auth-source-pick): Rewrite in order to avoid 2 passes.
6932 (auth-source-forget-user-or-password): New parameter USERNAME.
6933 (auth-source-user-or-password): New parameters CREATE-MISSING and
6934 DELETE-EXISTING. Retrieve password interactively, if needed.
6935
5e7d4a75
KY
69362010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6937
6938 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6939 deleting unused directories when gnus-expert-user is t.
6940
3aeb9402
KY
69412010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6942
6943 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6944 for each temp file when gnus-article-browse-delete-temp is ask.
6945
e1b9db1a
KR
69462010-05-20 Kevin Ryde <user42@zip.com.au>
6947
6948 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6949
d567e92f
KY
69502010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6951
6952 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6953 article unless decoding article to be saved.
6954
7cab80f9
KY
69552010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6956
6957 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6958 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6959 generated within the mm-with-unibyte-current-buffer macro.
6960
69612010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6962
6963 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6964 to nil when we're in a mml-preview buffer and no group is selected.
6965
4c9d39ab
KY
69662010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6967
6968 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 6969 when catching the `C-g'. Reported by "Leo".
4c9d39ab 6970
706deb23
KY
69712010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6972
6973 * message.el (message-forward-make-body-plain)
6974 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6975 multibyte-string-p.
6976
8b320e66
KY
69772010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6978
6979 * message.el (message-forward-make-body-mml): Assume original message
6980 is multibyte string; error on unibyte.
6981 (message-forward-make-body-plain): Ditto; don't add excessive newline
6982 in body end.
6983
4767419a
KY
69842010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6985
6986 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6987 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6988
3d73e841
KY
69892010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6990
6991 * mm-extern.el (mm-extern-url): Don't use
6992 mm-with-unibyte-current-buffer.
6993 (mm-extern-cache-contents): Use with-current-buffer instead of
6994 save-excursion + set-buffer.
6995
1fdf5102
KY
69962010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6997
6998 * mm-util.el (mm-emacs-mule): Remove.
6999
70002010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
7001
7002 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7003 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7004 change.
7005
72e841ce
KY
70062010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7007
7008 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7009 bind the default value of enable-multibyte-characters to nil.
7010
d8a7b272
KY
70112010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * message.el (message-forward-make-body-plain)
7014 (message-forward-make-body-mml):
7015 Don't use mm-with-unibyte-current-buffer.
7016
70172010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
7018
7019 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7020 (Bug#5592).
7021
9581ba4d
KY
70222010-05-07 Julien Danjou <julien@danjou.info>
7023
7024 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7025 it to mm-pipe-part.
7026
7027 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7028 it is given.
7029
765d4319
KY
70302010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
7031
7032 * nnweb.el (nnweb-gmane-search)
7033 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7034 XEmacs.
7035
7036 * gnus-art.el (gnus-article-browse-html-parts)
7037 * gnus-group.el (gnus-read-ephemeral-gmane-group)
7038 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7039 make-temp-file.
7040
7041 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7042 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7043 compiling.
7044
7045 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7046 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7047 XEmacs when compiling.
7048
7049 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7050 gnus-pick-mode-off-hook for XEmacs when compiling.
7051 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7052 gnus-binary-mode-off-hook for XEmacs when compiling.
7053
296a8e19
SM
7054 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7055 Return nil if char-charset is not available.
765d4319 7056
86d21cc0 7057 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
7058 macro.
7059
7060 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7061 instead of encode-coding-string.
7062
7063 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7064 'xemacs) instead of mm-emacs-mule to switch function definitions.
7065 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7066
16b90cfe
KY
70672010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
7068
7069 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7070
72528372
KY
70712010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
7072
7073 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7074 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7075
61a9da25
JB
70762010-05-03 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * mm-util.el (mm-decompress-buffer): Use `delete-file';
7079 alias `jka-compr-delete-temp-file' no longer exists.
7080
bbf52f1e
SM
70812010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 Use define-minor-mode in Gnus where applicable.
7084 * mml.el (mml-mode): Use define-minor-mode.
7085 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7086 (gnus-undo-mode): Use define-minor-mode.
7087 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7088 (gnus-dead-summary-mode): Use define-minor-mode.
7089 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7090 Initialize in declaration.
7091 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7092 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7093 (gnus-mailing-list-mode): Use define-minor-mode.
7094 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7095 (gnus-draft-mode): Use define-minor-mode.
7096 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7097 (gnus-dired-mode): Use define-minor-mode.
7098
ee309757
KY
70992010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
7100
7101 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7102 handles on recursive mml-to-mime translation and check them for
a628ad9d 7103 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 7104
62fe59e7
KY
71052010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7108
bd486b03
SM
71092010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7110
7111 * mm-util.el (mm-find-buffer-file-coding-system):
7112 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7113
731533fd
KY
71142010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
7115
7116 * message.el (message-generate-headers): Record insertion of optional
7117 headers as well. Otherwise the check to prevent repeated insertion of
7118 optional headers is a no-op.
7119
bff3818b
KY
71202010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
7121
7122 * smime.el: Don't mention CVS.
7123
7124 * nnrss.el (nnrss-fetch): Don't mention CVS.
7125
7126 * nnir.el: Don't mention CVS.
7127
ebb9641f
SM
71282010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7129
6e104790
SM
7130 * gnus-sum.el (gnus-summary-bookmark-make-record):
7131 Add `location' field.
ebb9641f 7132
398a825b
SM
71332010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * gnus-sum.el: Add bookmark declarations to silence the compiler.
7136 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7137 Use with-current-buffer to silence the byte-compiler.
7138 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7139 bother to require `gnus'.
7140 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
7141
45be326a
TV
71422010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7143
7144 * gnus-sum.el (gnus-summary-bookmark-make-record)
7145 (gnus-summary-bookmark-jump): New functions.
7146 (gnus-summary-mode): Setup bookmark support.
7147
d7b48791
AS
71482010-04-01 Andreas Schwab <schwab@linux-m68k.org>
7149
7150 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7151 if set.
7152
d35ad51f
KY
71532010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7156 gnus-article-browse-html-save-cid-image; make it work recursively for
7157 forwarded messages as well.
7158 (gnus-article-browse-html-parts): Work when prefix arg is given.
7159 (gnus-article-browse-html-article): Doc fix.
7160
85738751
SM
71612010-03-30 Chong Yidong <cyd@stupidchicken.com>
7162
7163 * message.el (message-default-mail-headers):
7164 (message-default-headers): Carry the value mail-default-headers over
7165 into message-default-mail-headers, rather than message-default-headers.
7166
82fc7980
KY
71672010-03-30 Martin Stjernholm <mast@lysator.liu.se>
7168
85738751 7169 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
7170 charset.
7171
7172 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7173 charset into the <meta> tag when the article is encoded to utf-8.
7174
20c0b2ce
KY
71752010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
7176
85738751
SM
7177 * gnus-art.el (gnus-article-browse-delete-temp-files):
7178 Delete directories as well.
20c0b2ce
KY
7179 (gnus-article-browse-html-parts): Work for images that do not specify
7180 file names; delete temp directory when quitting; insert header at the
7181 right place; use file: scheme for image files.
7182
71832010-03-30 Eric Schulte <schulte.eric@gmail.com>
7184
7185 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7186 (gnus-article-browse-html-parts): Use it to make temporary cid image
7187 files in addition to html file so that browser may display them.
7188
9d9ef8e8
KY
71892010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
7190
7191 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7192
afae6cd4
KY
71932010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
7194
7195 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7196
fb178e4c
KY
71972010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
7198
85738751
SM
7199 * auth-source.el (auth-sources): Change default to be simpler.
7200 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
7201 (auth-source-pick): Change to accept any number of search parameters.
7202 Implement fallbacks iteratively, not recursively. Add scoring on the
7203 second pass and sort by score. Call Secret Service API when needed.
7204 (auth-source-user-or-password): Use it. Call Secret Service API
7205 directly when needed to get the user name and the password.
7206
e867cb5d 72072010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
7208
7209 * message.el (message-interactive): Doc fix.
7210 (message-qmail-inject-args): Reflow.
7211 (message-kill-to-signature): Fix typo in docstring.
7212
7213 * smiley.el (smiley-buffer): Fix typo in docstring.
7214
16d8cf52
GM
72152010-03-24 Glenn Morris <rgm@gnu.org>
7216
7217 * mail-source.el (gnus-message): Declare.
7218 (mail-source-delete-old-incoming): Require gnus-util.
7219
ec7995fa
KY
72202010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7223
7224 * message.el (ecomplete-setup): Autoload it for Emacs <23.
7225
7226 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7227 password-cache's default if it is not bound.
7228 (mml-secure-passphrase-cache-expiry): Default to 16 that is
7229 password-cache-expiry's default if it is not bound.
7230
7231 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7232 available in Emacs 21.
7233
72342010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
7235
7236 * auth-source.el (auth-sources): Fix up definition so extra parameters
7237 are always inline.
7238
72392010-03-22 Martin Stjernholm <mast@lysator.liu.se>
7240
296a8e19 7241 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
7242 wasn't updated after mismatch. Clear cached mailbox info correctly
7243 when uidvalidity changes.
7244 (nnimap-group-prefixed-name): New function to avoid some code
7245 duplication.
7246 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7247 (nnimap-request-group): Use it.
7248 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7249 (nnimap-update-unseen): Significantly improved speed of Gnus startup
7250 with many imap folders. This is done by caching the group status from
a628ad9d 7251 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
7252 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7253 but not persistently, so every Gnus startup was still very slow.)
7254
72552010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7256
7257 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
7258 secrets.el dependency.
7259 (auth-sources): Add optional user name. Add secrets.el configuration
7260 choice (unused right now).
7261
72622010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
7263
296a8e19
SM
7264 * gnus-sum.el (gnus-summary-make-menu-bar):
7265 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
7266
7267 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7268 warnings.
7269 (gnus-registry-misc-menus): Variable to hold registry mark menus.
7270 (gnus-registry-install-shortcuts): Populate and use it in a
7271 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7272
72732010-03-20 Martin Stjernholm <mast@lysator.liu.se>
7274
7275 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7276 In-place substitutions for the group name encoding/decoding.
7277 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7278 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7279 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7280 (nnimap-update-unseen, nnimap-request-list)
7281 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7282 (nnimap-request-set-mark, nnimap-split-to-groups)
7283 (nnimap-split-articles, nnimap-request-newgroups)
7284 (nnimap-request-create-group, nnimap-request-accept-article)
7285 (nnimap-request-delete-group, nnimap-request-rename-group)
7286 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
7287 `encoded-mbx' for consistency.
7288 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7289 variable `imap-current-mailbox'.
7290
7291 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7292 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7293
72942010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
7295
7296 * pop3.el (pop3-display-message-size-flag): Display message size byte
7297 counts during POP3 download.
7298 (pop3-movemail): Use it.
7299 (pop3-list): Implement listing of available messages.
7300
73012010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
7302
7303 * nnir.el (nnir-get-article-nov-override-function): New function to
7304 override the normal NOV retrieval.
7305 (nnir-retrieve-headers): Use it.
7306
7d1a9163
MA
73072010-03-19 Michael Albinus <michael.albinus@gmx.de>
7308
7309 * auth-source.el (netrc-machine-user-or-password): Autoload.
7310
aa8f8277
GM
73112010-03-19 Glenn Morris <rgm@gnu.org>
7312
7313 Stop message.el from loading about 40 libraries it doesn't always need.
7314 The general approach is to autoload rather than require, and to
7315 require in the specific functions rather than the file. (Bug#5642)
7316
7317 * gmm-utils.el: Don't require wid-edit.
7318 (widget-create-child-value, widget-convert, widget-default-get):
7319 Autoload.
7320
7321 * gnus-util.el: Don't require time-date, netrc.
7322 (message-fetch-field, gnus-group-name-decode): Declare rather than
7323 autoloading.
7324 (gnus-fetch-field): Require message.
7325 (gnus-decode-newsgroups): Require gnus-group.
7326
7327 * ietf-drums.el: Don't require time-date.
7328
7329 * message.el: Don't require hashcash, canlock, ecomplete.
7330 Do require mail-utils. Require nnheader only when compiling.
7331 (smtpmail-default-smtp-server): Remove declaration.
7332 (message-send-mail-function): Check smtpmail-default-smtp-server
7333 is bound rather than requiring smtpmail.
296a8e19
SM
7334 (message-auto-save-directory, message-insert-signature):
7335 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
7336 (nnheader-insert-file-contents): Autoload.
7337 (hashcash-wait-async): Declare.
7338 (message-send-mail): Only call gnus-setup-posting-charset if
7339 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
7340 (message-send-mail-with-sendmail): Require sendmail.
7341 (canlock-password, canlock-password-for-verify): Declare.
7342 (message-canlock-password): Require canlock.
7343 (nnheader-get-report): Autoload.
7344 (gnus-setup-posting-charset): Declare.
7345 (message-send-news): Require gnus-msg.
7346 (message-make-references, message-make-in-reply-to): Use mail-header-id
7347 rather than the alias mail-header-message-id.
7348 (ecomplete-add-item, ecomplete-save): Declare.
7349 (message-put-addresses-in-ecomplete): Require ecomplete.
7350 (ecomplete-display-matches): Autoload.
7351
7352 * mm-decode.el: Don't require mailcap, gnus-util.
7353 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7354 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7355 Autoload.
7356 (mailcap-mime-extensions): Declare.
7357
7358 * mm-encode.el: Don't require mailcap.
7359 (mailcap-extension-to-mime): Autoload.
7360
7361 * mml-sec.el: Don't require password-cache.
7362
7363 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7364 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7365 (mml-minibuffer-read-type): Require mailcap.
7366 (mml-preview): Require gnus-msg.
7367
7368 * mml1991.el: Require password-cache.
7369 (password-cache-expiry): Remove declaration.
7370
7371 * mml2015.el: Require password-cache.
7372 (password-cache-expiry): Remove declaration.
7373
7374 * nneething.el (mailcap): Require mailcap.
7375
a628ad9d 7376 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
7377 (message-remove-header): Declare rather than autoload.
7378 (nnheader-replace-header): Require message.
7379
7380 * nnimap.el (declare-function): Add compatibility stub.
7381 (netrc-parse, netrc-machine-user-or-password): Declare.
7382 (nnimap-open-connection): Require netrc.
7383
7384 * nntp.el (declare-function): Add compatibility stub.
7385 (netrc-parse, netrc-machine, netrc-get): Declare.
7386 (nntp-send-authinfo): Require netrc.
7387
7388 * rfc2047.el: Don't require qp.
7389 (quoted-printable-encode-region, quoted-printable-decode-string):
7390 Autoload.
7391
7392 * sieve-mode.el: Don't require easymenu.
7393 (easy-menu-add-item): Autoload it.
7394
7395 * spam-stat.el (time-to-number-of-days): Autoload it.
7396
4a44ff5f
KY
73972010-03-17 Kevin Ryde <user42@zip.com.au>
7398
7399 * mml.el (mml-read-tag): Unquote values with `read' to reverse
7400 prin1 in mml-insert-tag (just stripping the quotes gave wrong
7401 value if any backslash escapes).
7402
ddf5d974
KY
74032010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
7404
7405 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7406 if it is available. (bug#5647)
7407
ac1af635
GM
74082010-02-26 Glenn Morris <rgm@gnu.org>
7409
7410 * message.el (message-send-mail-function): Change the default, so that
7411 it inherits from a customized send-mail-function. (Bug#5643)
7412
86f5c034
SM
74132010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7416 shell-command-to-string signals an error (bug#5299).
7417
daf4b83b
GM
74182010-02-24 Glenn Morris <rgm@gnu.org>
7419
7420 * message.el (message-smtpmail-send-it)
7421 (message-send-mail-with-mailclient): Doc fixes.
7422
dc4d6273
GM
74232010-02-16 Glenn Morris <rgm@gnu.org>
7424
7425 * message.el (message-default-mail-headers): Change the default value
7426 to ease the transition from mail-mode to message-mode. (Bug#5555)
7427
b1ea3797
CY
74282010-01-17 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * message.el (message-mail): Just pass yank-action on to message-setup.
7431 (message-setup): Handle (FUN . ARGS) form of yank-action.
7432 (message-with-reply-buffer, message-widen-reply)
7433 (message-yank-original): Handle non-buffer values of
7434 message-reply-buffer (Bug#4080).
f53a6590 7435 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 7436
4963739e
JB
74372010-01-17 Juanma Barranquero <lekktu@gmail.com>
7438
7439 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7440 Fix typo in docstring.
7441
889e4d55
JR
74422010-01-08 Jason Rumney <jasonr@gnu.org>
7443
7444 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7445 response.
7446
8a908224
KY
74472010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7448
7449 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7450
7451 * message.el (message-check-news-header-syntax): Protect against a
7452 string that `rfc822-addresses' returns when parsing fails.
7453
770d9a1f
KY
74542010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7457 (gnus-previous-char-property-change): New functions.
7458
7459 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7460
7b47345b
AS
74612010-01-05 Andreas Schwab <schwab@linux-m68k.org>
7462
7463 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7464 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
7465
61f49e0b
CY
74662010-01-02 Chong Yidong <cyd@stupidchicken.com>
7467
7468 * message.el (message-exchange-point-and-mark): Rework last change to
7469 avoid using optional arg of exchange-point-and-mark, for backward
7470 compatibility.
7471
bd0948ca
CY
74722010-01-01 Chong Yidong <cyd@stupidchicken.com>
7473
296a8e19
SM
7474 * message.el (message-exchange-point-and-mark):
7475 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
7476 mark-active by hand (Bug#5175).
7477
49b196a5
KY
74782009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7479
78dc2a38
KY
7480 * nntp.el (nntp-service-to-port): Work for service expressed with
7481 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 7482
a0db2cdd
GM
74832009-12-17 Glenn Morris <rgm@gnu.org>
7484
7485 * gnus-group.el (gnus-bug-group-download-format-alist):
7486 Change emacs entry to debbugs.gnu.org. Bump :version.
7487
029dda9c
RS
74882009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
7489
7490 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7491
4a9b5bf5
RS
74922009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7493
7494 * message.el (message-info): Explain why we use `Info-goto-node'.
7495
96bdcdc4
SM
74962009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * message.el (message-completion-in-region): New compatibility function.
7499 (message-expand-group): Use it.
7500
7fa123c8
KY
75012009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
7502
7503 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7504 with no unread article should be listed if the 2nd arg `predicate' is
7505 given.
7506
5aa75bd8
JL
75072009-11-29 Juri Linkov <juri@jurta.org>
7508
7509 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7510 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 7511 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 7512
937e60c8
KY
75132009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * message.el (message-from-style, message-interactive)
7516 (message-signature): Always set default values from the corresponding
7517 mail-* variables.
7518 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7519 (message-yank-prefix, message-indentation-spaces)
7520 (message-signature-file, message-default-headers): Use boundp rather
7521 than (featurep 'xemacs) to check if the corresponding mail-* variables
7522 exist.
7523
b4d472c9
CY
75242009-11-20 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * message.el (message-send-mail-with-sendmail): Revert last change.
7527
4332f3ec
CY
75282009-11-19 Chong Yidong <cyd@stupidchicken.com>
7529
7530 * message.el (message-from-style, message-interactive)
7531 (message-cite-prefix-regexp, message-sendmail-envelope-from)
7532 (message-yank-prefix, message-indentation-spaces, message-signature)
7533 (message-signature-file, message-default-headers): For GNU Emacs, set
7534 default values from the corresponding mail-* variables.
7535 (message-send-mail-with-sendmail): Use envelope-from only if
7536 mail-specify-envelope-from is non-nil.
7537
30123838
KY
75382009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7541 containing tspecial characters if they have been already quoted.
7542
12ea3d65
GM
75432009-10-24 Glenn Morris <rgm@gnu.org>
7544
7545 * gnus-art.el (help-xref-stack-item): Define for compiler.
7546
6131a096
KY
75472009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7550
9bfd9a76
KY
75512009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7552
7553 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7554 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7555
75562009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
7557
7558 * gnus.el (gnus-overlay-get): New alias to overlay-get.
7559 (gnus-overlays-in): New alias to overlays-in.
7560
7561 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7562 gnus-overlay-get, and gnus-delete-overlay.
7563 (gnus-summary-show-thread): Make it work as well for systems in which
7564 next-single-char-property-change is not available.
7565 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7566
75672009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
7568
7569 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7570
75712009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
7572
7573 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7574 and XEmacs that don't have `remove-overlays'.
7575
75762009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7579 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7580 selective display. Use overlays instead.
7581
84b5fcf6
JB
75822009-10-04 Juanma Barranquero <lekktu@gmail.com>
7583
7584 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7585
0577a430
JB
75862009-09-29 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * spam-stat.el (spam-stat-load): Fix typo in message.
7589
d93ec753
JB
75902009-09-23 Juanma Barranquero <lekktu@gmail.com>
7591
7592 * gnus-art.el (gnus-article-encrypt-body):
7593 * message.el (message-check-recipients):
7594 * mm-util.el (mm-codepage-setup):
7595 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7596 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7597
54c72c31
KY
75982009-09-22 Daiki Ueno <ueno@unixuser.org>
7599
7600 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7601 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7602 keys from the menu if mm-{sign,encrypt}-option is 'guided.
7603 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7604 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7605
63348d24
GM
76062009-09-18 Glenn Morris <rgm@gnu.org>
7607
7608 * gnus-diary.el (gnus-diary-check-message):
7609 * message.el (message-insert-formatted-citation-line):
7610 * nnbabyl.el (top-level):
7611 * nndiary.el (nndiary-schedule):
7612 Fix typos in condition-case handlers.
7613
54c72c31
KY
76142009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
7615
7616 * gnus-art.el (gnus-article-edit-part): Work for the buffer
7617 configuration that provides the sole article window in a frame;
7618 position point correctly after deleting a part.
7619
76202009-09-14 Adam Sjøgren <asjo@koldfront.dk>
7621
7622 * spam.el (spam-unregister-on-reregister): Add boolean variable.
7623 (spam-resolve-registrations-routine): Use it to unregister articles
7624 that change status.
7625
83ccc32c
KY
76262009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * nnrss.el (nnrss-request-article): Remove binding of
7629 default-enable-multibyte-characters that has gotten needless by
7630 the 2007-07-13 change in rfc2047-encode-message-header.
7631
7632 * mml.el (mml-insert-multipart): Error on the message header.
7633 (mml-insert-part): Error on the message header; position point at
7634 the end of a MIME tag.
7635
de0bdfe7
KY
76362009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7637
5cc79e5a
KY
7638 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7639 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
7640
7641 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7642 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7643 float-time is available; suppress compile warning for time-to-seconds.
7644
76452009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
7646
7647 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7648 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7649 Add the optional argument `encoding' that overrides the default.
7650
7651 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7652 mm-encode-buffer.
7653
63220e37
GM
76542009-09-04 Glenn Morris <rgm@gnu.org>
7655
7656 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7657 mm-disable-multibyte, rather than default-enable-multibyte-characters.
7658 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7659 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7660 * mm-util.el (mm-with-unibyte-current-buffer)
7661 (mm-find-buffer-file-coding-system):
7662 * yenc.el (yenc-decode-region): Use default-value rather than
7663 default-enable-multibyte-characters.
7664
2e62b574
GM
76652009-09-03 Glenn Morris <rgm@gnu.org>
7666
7667 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7668 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7669 than default-enable-multibyte-characters.
7670
de0bdfe7
KY
76712009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
7672
7673 * gnus-art.el (gnus-article-read-summary-keys):
7674 Fix gnus-buffer-configuration's value temporarily used.
7675
3d493bef
GM
76762009-09-02 Glenn Morris <rgm@gnu.org>
7677
9693d3c4
GM
7678 * gnus-util.el (gnus-float-time): New function.
7679 * gnus-delay.el (gnus-delay-article):
7680 * gnus-sum.el (gnus-thread-latest-date):
7681 * gnus-util.el (gnus-user-date): Use gnus-float-time.
7682 * nnspool.el (nnspool-request-newgroups):
7683 Use gnus-float-time rather than time-to-seconds.
7684 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7685
3d493bef
GM
7686 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7687 (gnus-header-subject-face, gnus-header-newsgroups-face)
7688 (gnus-header-name-face, gnus-header-content-face):
7689 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7690 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7691 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7692 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7693 (gnus-cite-face-11):
7694 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7695 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7696 (gnus-server-closed-face, gnus-server-denied-face)
7697 (gnus-server-offline-face):
7698 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7699 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7700 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7701 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7702 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7703 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7704 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7705 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7706 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7707 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7708 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7709 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7710 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7711 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7712 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7713 (gnus-summary-high-undownloaded-face)
7714 (gnus-summary-low-undownloaded-face)
7715 (gnus-summary-normal-undownloaded-face)
7716 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7717 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7718 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7719 (gnus-splash-face):
7720 * message.el (message-header-to-face, message-header-cc-face)
7721 (message-header-subject-face, message-header-newsgroups-face)
7722 (message-header-other-face, message-header-name-face)
7723 (message-header-xheader-face, message-separator-face)
7724 (message-cited-text-face, message-mml-face):
7725 * sieve-mode.el (sieve-control-commands-face)
7726 (sieve-action-commands-face, sieve-test-commands-face)
7727 (sieve-tagged-arguments-face):
7728 * spam.el (spam-face):
7729 Mark face aliases with "-face" in the name as obsolete.
7730
7a4abdd6
GM
77312009-09-01 Glenn Morris <rgm@gnu.org>
7732
7733 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7734 than goto-line.
7735
29b647c5
MB
77362009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
7737
7738 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7739 Don't move point if the command is invoked inside the message header.
7740
265ac10b
SM
77412009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7744 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7745 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7746 * nnir.el (nnir-swish-e-index-file):
7747 * gnus-sum.el (gnus-summary-delete-marked-as-read)
7748 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7749 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7750 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7751 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7752 (gnus-treat-display-xface): Add Emacs version of obsolescence.
7753
b0b63450
MB
77542009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
7755
7756 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7757 Don't save excursion.
7758
14acf2f5
SM
77592009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * nnheader.el (nnheader-find-file-noselect):
7762 * mm-util.el (mm-insert-file-contents):
7763 Use (default-value 'major-mode) instead of default-major-mode.
7764
d3192c8f
SM
77652009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7768
ec179403
GM
77692009-08-25 Glenn Morris <rgm@gnu.org>
7770
7771 * nnir.el (top-level): Don't require cl at run-time.
7772 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7773 Replace cl-function substitute with gnus-replace-in-string.
7774 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7775 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7776 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7777 simplified expansions.
7778
5dcc825f
GM
77792009-08-22 Glenn Morris <rgm@gnu.org>
7780
7781 * gnus-art.el (gnus-button-patch): Use forward-line rather than
7782 goto-line.
7783
b0b63450
MB
77842009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
7785
7786 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7787
7788 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7789 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7790 (gnus-mm-display-part, gnus-mime-display-single)
7791 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7792 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7793
7794 * gnus-sum.el
7795 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7796 (gnus-summary-move-article): Add expirable mark to articles copied or
7797 moved to group that has auto-expire turned on if the option is non-nil.
7798
1d2faf98
GM
77992009-07-24 Glenn Morris <rgm@gnu.org>
7800
7801 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7802 Fix typo. (Bug#3903)
7803
6ab2c7a8
MB
78042009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7807 gnus-article-read-summary-keys rather than gnus-summary-edit-article
7808 that should not be used for draft articles.
7809 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7810 that has no concern in minor mode keys.
7811 (gnus-article-summary-command, gnus-article-summary-command-nosave):
7812 Abolish.
7813
554a69b8
KY
78142009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
7815
7816 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7817 article without making inquiry to a user for unknown encoding.
7818
7819 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7820 (nnmaildir--scan): Assume i-node and device number that file-attributes
7821 returns might be cons-cell.
7822
78232009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7824
7825 * auth-source.el: Remove docs now in auth.texi. Don't use
7826 `gnus-message' for logging. Add new variables `auth-source-debug' and
7827 `auth-source-hide-passwords' and use them.
7828
0985c8f6
GM
78292009-07-15 Glenn Morris <rgm@gnu.org>
7830
7831 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7832
ee5a613e
KY
78332009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7834
7835 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7836 excessive whitespace from the default values of title and description.
7837
aa227ba5
KY
78382009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7839
7840 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7841 mail-fetch-field to fetch Content-Description header in order to
7842 exclude newlines.
7843
0cf681b6
KY
78442009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7845
7846 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7847 to deleted part.
7848
78492009-05-30 David Engster <dengste@eml.cc>
7850
7851 * nnmairix.el: Remove old documentation in the commentary block.
7852 (nnmairix-request-group): Do not update active file for nnml back ends.
7853 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7854 end so that overview files are ignored.
7855 (nnmairix-update-groups): Make updating the groups more robust by using
7856 marks.
7857 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7858 with dollar characters in message-id.
7859
9cc20f6c
RS
78602009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7861
7862 * spam.el: Use dns-query instead of query-dns. Was renamed on
7863 2008-12-25 in dns.el.
7864
1dbc941a
SM
78652009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7868 could happen if the text is only composed of spaces and/or tabs.
7869
2235f4ac
MB
78702009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7871
7872 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7873 when sending a queued message to avoid extra mml tags.
7874
9cdff613
MB
78752009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7878
87202be1
KY
78792009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7880
7881 * gnus-dired.el: Remove autoload for gnus-setup-message.
7882 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7883 displaying Gnus logo; always use compose-mail.
7884
920b3f72
KY
78852009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7886
1e6b95a6 7887 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 7888
0038d478
MB
78892009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7892 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7893 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7894 available.
7895 (gnus-nocem-epg-verify): New function.
7896
9eb59592
MB
78972009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7898
7899 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7900
e38658c4
GM
79012009-02-15 Glenn Morris <rgm@gnu.org>
7902
7903 * gnus-util.el (rmail-insert-rmail-file-header)
7904 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7905 autoloads.
7906 (rmail-default-rmail-file): Remove unnecessary declaration.
7907 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7908
1faded47
GM
79092009-02-14 Glenn Morris <rgm@gnu.org>
7910
7911 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7912 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
7913 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7914 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
7915 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7916 only used in gnus-util, which autoloads it itself.
7917 (rmail-update-summary): Fix autoload.
7918
fef8d38e
GM
7919 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7920 rather than rmail-output-to-rmail-file.
1faded47 7921
c07dfdd9
GM
79222009-02-07 Glenn Morris <rgm@gnu.org>
7923
7924 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7925 autoload of function that no longer exists.
7926 (rmail-toggle-header): Declare.
7927 (message-forward-rmail-make-body): Handle mbox Rmail.
7928
49e787c9
GM
79292009-01-31 Glenn Morris <rgm@gnu.org>
7930
7931 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7932 2009-01-09 change.
7933
3b36c17e
MB
79342009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7935
7936 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7937 (auth-source-forget-all-cached): New convenience function.
7938 (auth-source-user-or-password): Accept list of modes or a single mode.
7939
7940 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7941 auth-source modes.
7942
7943 * nnimap.el (nnimap-open-connection): Use list of
7944 auth-source modes.
7945
7946 * nntp.el (nntp-send-authinfo): Use list of
7947 auth-source modes.
7948
26b9f88d
MB
79492009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7950
7951 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7952 now.
7953
79542009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7955
7956 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7957 coding system in XEmacs; add a workaround for XEmacs.
7958
548f737d
MB
79592009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7960
7961 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7962 of current-language-environment.
7963
79642009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7965
7966 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7967 available at runtime.
7968
79692009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7972
79732009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7974
7975 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7976 the greatest positive fixnum value doesn't work under an XEmacs with
7977 bignum support; use the most-positive-fixnum constant instead,
7978 available since Emacs 21.1 with cl and XEmacs 21.1.
7979
63d12d38
KY
79802009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7983 XEmacs gets not to work.
7984
548f737d
MB
79852009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * mm-util.el (mm-coding-system-priorities): Allow the value like
7988 "Japanese (UTF-8)" of current-language-environment.
7989
ed77e66c
GM
79902009-01-09 Glenn Morris <rgm@gnu.org>
7991
7992 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7993 with last-command-event.
7994
e3e955fe
MB
79952009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7996
7997 * message.el (message-fix-before-sending): Amend comment.
7998
79992009-01-07 David Engster <dengste@eml.cc>
8000
8001 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8002 simplified server definitions by converting it via
8003 gnus-server-to-method.
8004
80052009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8006
8007 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8008 parameter's operands.
8009
80102009-01-06 David Engster <dengste@eml.cc>
8011
8012 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8013 primary select method (for gnus-group-mark-article-as-read).
8014
41ec3f54
TH
80152009-01-06 Tassilo Horn <tassilo@member.fsf.org>
8016
8017 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8018 `(gnus)Face', not `(gnus)X-Face'.
8019
e3e955fe
MB
80202009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
8021
8022 * mm-util.el (mm-ucs-to-char): New function.
8023
8024 * mm-url.el (mm-url-decode-entities): Use it.
8025
80262009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * message.el (message-fix-before-sending): Add `eight-bit' to
8029 illegible-text check.
8030
35203a24
MO
80312009-01-03 Michael Olson <mwolson@gnu.org>
8032
8033 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8034 `headers' is nil. This can occur if the IMAP server does not have
8035 permissions to read messages from a folder, but can write new messages
8036 to the folder.
8037 (nnimap-request-article-part): Do not insert `data' if it is nil.
8038
e3e955fe
MB
80392009-01-01 Dave Love <fx@gnu.org>
8040
8041 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8042
8043 * nnimap.el: Fix author email.
8044 (nnimap-split-rule): Add FIXME comment.
8045 (nnimap-debug): Fix doc string.
8046
80472008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
8048
8049 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8050 overlay-arrow-position and overlay-arrow-string buffer-local; no need
8051 to check if those variables exist (first appeared in Emacs 18.50).
8052
80532008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
8054
8055 * mm-util.el (mm-line-number-at-pos): New function.
8056
8057 * spam-report.el (spam-report-process-queue): Use it.
8058
80592008-12-24 David Engster <dengste@eml.cc>
8060
8061 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8062 parameters that haven't existed as variables as buffer-local variables.
8063
80642008-12-23 Dave Love <fx@gnu.org>
8065
8066 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8067 cadar.
8068
296a8e19 8069 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 8070 imap-starttls-p.
296a8e19 8071 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
8072
80732008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
8074
8075 * spam-report.el (spam-report-gmane-max-requests): New constant.
8076 (spam-report-gmane-wait): New variable.
8077 (spam-report-gmane-ham, spam-report-gmane-spam)
8078 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8079 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8080 the server.
8081
8082 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8083 Add explanations.
8084
8085 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8086 nnheader-accept-process-output and nnheader-read-timeout if available.
8087 (pop3-movemail): Use it.
8088
8089 * message.el (message-check-news-body-syntax): Fix signature check if
8090 there's an attachment.
8091
80922008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8093
8094 * mm-util.el: Add comments to the mm- emulating functions.
8095
80962008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
8097
296a8e19
SM
8098 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8099 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 8100
c7948b5f
MB
81012008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
8102
8103 * mm-util.el (mm-substring-no-properties): New function.
8104 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8105 (mm-special-display-p): Enable those lambda forms to be byte compiled.
8106 (mm-string-to-multibyte): Doc fix.
8107
8108 * mml.el (mml-attach-file): Use mm-substring-no-properties.
8109
81102008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8111
8112 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
8113 (Bug#1574)
8114
81152008-12-16 Glenn Morris <rgm@gnu.org>
8116
8117 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 8118
bf46b4d4
MB
81192008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8122 knows since the charset specified might be a bogus alias that
8123 mm-charset-synonym-alist provides.
8124
81252008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8128 "ISO_8859-1".
8129
8130 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8131
96a22201
KY
81322008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * mm-util.el (mm-charset-eval-alist):
8135 Define it before mm-charset-to-coding-system.
8136 (mm-charset-to-coding-system): Add optional argument `silent';
8137 define it before mm-charset-override-alist.
8138 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8139 default value if it can be used in Emacs currently running;
8140 silence mm-charset-to-coding-system.
8141
b6b8f5fd
KY
81422008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8143
8144 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8145 `allow-override' which says whether to use `mm-charset-override-alist'.
8146 (rfc2047-decode-encoded-words): Use it.
8147
8148 * mm-util.el (mm-charset-override-alist): Fix custom type;
8149 add `(gb2312 . gbk)' to choices.
8150
1250af7b
KY
81512008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8154 fast.
8155
8156 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8157
886367d8
KY
81582008-12-04 Naohiro Aota <nao.aota@gmail.com>
8159
8160 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8161 on links.
8162
8163 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8164
f66de92f
KY
81652008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8166
e01bbc12
KY
8167 * message.el (message-idna-to-ascii-rhs-1): Protect against local
8168 users' addresses that don't have domain parts.
8169 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8170 rather than message-narrow-to-head since there will be the message
8171 header separator.
f66de92f 8172
06c68f84
SM
81732008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8176 since the result is inserted in a unibyte buffer anyway.
8177 (nnimap-demule-use-string-to-multibyte): Remove.
8178 (nnimap-demule): Alias it to mm-string-to-multibyte.
8179
9255ec86
RS
81802008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
8181
8182 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8183 variable for debugging bug#464 and bug#1174.
8184 (nnimap-demule): Use it.
8185
030cca00
MB
81862008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8187
8188 * gnus-score.el (gnus-score-find-trace): Handle default score in total
8189 score calculation correctly.
8190
8a986865
SM
81912008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * message.el (message-send-mail): Just set the buffer to unibyte
8194 rather than use mm-with-unibyte-current-buffer which does a lot more.
8195 (message-send-mail-partially): Don't bother with
8196 mm-with-unibyte-current-buffer since it's already been made unibyte by
8197 message-send-mail.
8198
5b51650c
MB
81992008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
8200
8201 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8202
82032008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
8204
8205 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8206
ed778fad
MB
82072008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8208
8209 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8210 require itself and to remove `with-no-warnings'.
8211
82122008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
8213
8214 * starttls.el (starttls-any-program-available): Get the name of the
8215 available TLS layer program.
8216 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8217 well as the host name in the "opening" message.
8218
8219 * auth-source.el (auth-source-cache, auth-source-do-cache)
8220 (auth-source-user-or-password): Cache passwords and logins by default,
8221 allow override with `auth-source-do-cache'.
8222 (auth-source-forget-user-or-password): Allow users to remove cache
8223 entries if needed.
8224
8e38a1a9
MB
82252008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8226
8227 * ietf-drums.el (ietf-drums-remove-comments): Localize second
8228 condition-case to only the forward-sexp call.
8229
82302008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8233 quotes contained. Make it more robust regardless by an extra
8234 condition-case wrapper.
8235
9091f2d3
MB
82362008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * nnml.el (nnml-request-expire-articles): Check if the function set to
8239 `nnmail-expiry-target' returns the symbol `delete'.
8240
8241 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8242
8243 * nnmail.el (nnmail-expiry-target): Fix custom type.
8244
06b2d4c6
GM
82452008-10-02 Glenn Morris <rgm@gnu.org>
8246
8247 * mm-util.el (mm-codepage-setup): Tweak codepage error.
8248 Silence compiler warning.
8249
059b98fa
CY
82502008-09-30 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * mml.el (mml-menu): Don't assume mml2015 is bound.
8253
4520e527
MB
82542008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8257 exists.
8258
09aece0b
GM
82592008-09-27 Glenn Morris <rgm@gnu.org>
8260
8261 * gnus-util.el (mail-header-remove-comments): Autoload it.
8262
521c4a23
AS
82632008-09-27 Andreas Schwab <schwab@suse.de>
8264
8265 * gnus-util.el (gnus-split-references): Strip comments.
8266 (gnus-parent-id): Likewise.
8267
4520e527
MB
82682008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * message.el (message-confirm-send): Fix version.
8271
82722008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
8273
8274 * message.el (message-idna-to-ascii-rhs-1): Use
8275 mail-extract-address-components rather than mail-header-parse-addresses
8276 that is an alias by default to ietf-drums-parse-addresses that does not
8277 support non-ASCII names in headers' contents.
8278
eef5ade7
MB
82792008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8280
296a8e19 8281 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
8282 avoid the "y/n" wording.
8283
4520e527 82842008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
8285
8286 * message.el (message-set-auto-save-file-name): Save to a different
8287 filename so multiple messages (especially drafts) can be recovered.
8288
e52cac88
MB
82892008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
8290
8291 * message.el (message-confirm-send): Add appropriate version.
8292
82932008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8294
8295 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8296 defvar.
8297
82982008-09-22 Daiki Ueno <ueno@unixuser.org>
8299
8300 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8301 (mm-pkcs7-enveloped-magic): Ditto.
8302
64763fe3
MB
83032008-09-17 Simon Josefsson <simon@josefsson.org>
8304
8305 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8306 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8307
83082008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
8309
8310 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8311 default, it's better.
8312
83132008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
8314
8315 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8316 summary line gnus-number property and ignore them (with a warning
8317 message).
8318
1ae03cd5
KY
83192008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8322 macro caddr in the interactive form since it won't be expanded.
8323
c0ccb0d6
KY
83242008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8325
8326 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8327 `charset'; fix name of function called recursively.
8328 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8329
14ce5fc2
KY
83302008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8331
8332 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8333 (gnus-mime-set-charset-parameters): New function.
8334 (gnus-mime-view-part-as-charset): Use it to correctly display part
8335 specifying wrong charset.
8336
9e601b8d
MB
83372008-09-08 David Engster <dengste@eml.cc>
8338
8339 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8340 in completing-read for back end server.
8341
16dd13df
MB
83422008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
8343
8344 * message.el (message-confirm-send): New variable to confirm sending a
8345 message.
8346 (message-send): Use it.
8347
b86402ab
MB
83482008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
8349
8350 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8351
83522008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8355
83562008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
8357
8358 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8359 prevent tracking too many groups.
8360 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8361 Use it.
8362
9153f10d
MB
83632008-08-11 Ralf Angeli <angeli@caeruleus.net>
8364
8365 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8366 moving point to the bottom of the window in order to avoid recentering.
8367
83682008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
8369
8370 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8371 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8372 (gnus-article-beginning-of-window): Fix calculation.
8373
83742008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
8375
8376 * gnus-msg.el (gnus-summary-supersede-article)
8377 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8378 value of gnus-newsgroup-charset to decode non-MIME encoded text in
8379 message header.
8380
82cc1916
DN
83812008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
8382
8383 * message.el:
8384 * gnus-start.el:
8385 * gnus-registry.el: Remove VMS support.
8386
6ecfe5c2
MB
83872008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
8388
8389 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8390 macro.
8391 (rfc2104-hash): Use it.
8392
83932008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
8394
8395 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8396 (gnus-summary-sort-by-most-recent-date): New commands.
8397 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8398 and menu entries.
8399
84002008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8401
8402 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8403 don't redisplay article for raw contents; remove plural articles stuff.
8404
8405 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8406 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8407 on gnus-summary-save-article; display results properly.
8408
d62672f3
MB
84092008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8410
8411 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8412
84132008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
8414
296a8e19
SM
8415 * gnus-art.el (gnus-summary-save-in-pipe):
8416 Consider gnus-save-all-headers.
d62672f3 8417
d221466a
DN
84182008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8419
8420 * gnus-util.el (ns-focus-frame): Remove declaration.
8421 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
8422 like x.
8423
b737c3d9
TTN
84242008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8425
8426 * rfc2104.el (rfc2104-zero): Delete defconst.
8427 (rfc2104-hex-alist): Likewise.
8428 (rfc2104-hex-to-int): Delete func.
8429 (rfc2104-hexstring-to-bitstring): Likewise.
8430 (rfc2104-nybbles): New defconst.
8431 (rfc2104-hash): Rewrite for speed.
8432
3c823a0c
GM
84332008-07-16 Glenn Morris <rgm@gnu.org>
8434
8435 * gnus-util.el (ns-focus-frame): Declare for compiler.
8436
16c85f26
MB
84372008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
8438
8439 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8440 set as a group parameter.
8441 (gnus-summary-save-in-pipe): Work when it is called independently.
8442 (gnus-summary-pipe-to-muttprint): Don't modify
8443 gnus-summary-pipe-output-default-command.
8444
ad546360
SM
84452008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * message.el (message-send-mail-with-sendmail):
8448 Display the error message.
8449
89167438
MB
84502008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8451
ad546360
SM
8452 * gnus-art.el (gnus-default-article-saver):
8453 Add gnus-summary-save-in-pipe to choices.
89167438
MB
8454 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8455 gnus-summary-pipe-output-default-command as the default command.
8456 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8457 instead of gnus-last-shell-command.
8458
ba60bd44
JB
8459 * gnus-sum.el (gnus-summary-pipe-output-default-command):
8460 New user option.
89167438
MB
8461 (gnus-summary-muttprint-program): Mention the value will be changed.
8462 (gnus-summary-save-article): Force showing of all headers.
8463 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8464
84652008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
8466
8467 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8468
56fd9faa
JB
84692008-07-02 Juanma Barranquero <lekktu@gmail.com>
8470
8471 * nnimap.el (nnimap-id):
8472 * sieve-manage.el (sieve-manage-open): Doc fixes.
8473
68548459
JB
84742008-07-02 Francesc Rocher <rocher@member.fsf.org>
8475
8476 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8477 if available.
8478
32bed934
SM
84792008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8480
eafee8f2
SM
8481 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8482
8483 * nnkiboze.el (nnkiboze-generate-group):
8484 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8485
32bed934
SM
8486 * nnmairix.el: Require CL.
8487
2b968687
MB
84882008-06-15 David Engster <dengste@eml.cc>
8489
8490 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8491
84922008-06-14 Aidan Kehoe <kehoea@parhasard.net>
8493
32bed934
SM
8494 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8495 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
8496 runtime choice under XEmacs.
8497
32bed934
SM
8498 * gnus-sum.el (gnus-summary-set-display-table):
8499 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
8500 `gnus-set-display-table' for the display table, instead of `aset'.
8501
2b968687
MB
85022008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8503
8504 * nnmairix.el: Add autoloads.
8505
85062008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
8507
8508 * nnmairix.el (nnmairix-delete-recreate-group)
8509 (nnmairix-update-and-clear-marks): Fix error messages.
8510
85112008-06-14 David Engster <dengste@eml.cc>
8512
8513 * nnmairix.el: Upgrade to version 0.6.
8514 (nnmairix-group-toggle-propmarks-this-group)
8515 (nnmairix-group-toggle-readmarks-this-group)
8516 (nnmairix-group-delete-recreate-this-group)
8517 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8518 (nnmairix-remove-tick-mark-original-article): New commands.
8519 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8520 (nnmairix-propagate-marks-to-nnmairix-groups)
8521 (nnmairix-only-use-registry, nnmairix-allowfast-default)
8522 (nnmairix-marks-cache, nnmairix-version-output): New variables.
8523 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8524 functions needed for marks propagation and manipulation of read marks.
8525 (nnmairix-update-groups): New function.
8526 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8527 (nnmairix-determine-original-group-from-registry)
8528 (nnmairix-determine-original-group-from-path)
8529 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
8530 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8531 New helper functions.
8532 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
8533 keystrokes for new commands.
8534 (nnmairix-delete-and-create-on-change): Doc string cleanup.
8535 (nnmairix-request-group): Check allow-fast group parameter.
8536 (nnmairix-request-create-group): Set allow-fast group parameter if
8537 nnmairix-allowfast-default is set.
8538 (nnmairix-close-group): Propagate marks upon closing if needed.
8539 (nnmairix-group-toggle-threads-this-group): Use new.
8540 nnmairix-group-toggle-parameter helper function.
8541 (nnmairix-search): Better check for empty search result.
8542 (nnmairix-goto-original-article): Use new helper functions for
8543 determining original article.
8544 (nnmairix-show-original-article): Make sure message-id is in brackets.
8545 (nnmairix-call-mairix-binary): Change variable name.
8546 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8547 helper function.
8548 (nnmairix-widget-toggle-activate): Fix doc string.
8549
a19a8f1b
MB
85502008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * nnir.el: Require edmacro when compiling with XEmacs.
8553 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8554 available in Emacs 21.
8555
8abf1b22
GM
85562008-06-11 Glenn Morris <rgm@gnu.org>
8557
8558 * gnus-util.el (x-focus-frame):
8559 * gnus.el (image-size):
8560 * mm-decode.el (image-size): Declare.
8561
8562 * gnus-picon.el (declare-function): Add compat definition.
8563 (image-size): Declare.
8564
8565 * gnus-group.el (tool-bar-map):
8566 * gnus-sum.el (tool-bar-map): Define for compiler.
8567
8568 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8569
8570 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8571
8572 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8573 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8574 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8575 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8576 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8577 * sieve-manage.el, spam-report.el, spam.el:
8578 Remove unnecessary eval-and-compile of autoloads.
8579
43d28dcd
MA
85802008-06-08 Michael Albinus <michael.albinus@gmx.de>
8581
8582 * auth-source.el: Precise Tramp doc.
8583
966bd7bd
GM
85842008-06-07 Glenn Morris <rgm@gnu.org>
8585
8586 * nnmairix.el: Remove unnecessary eval-when-compile.
8587
85882008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
8589
8590 * nnir.el: New file.
8591
d346bf7e
SM
85922008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * gnus-util.el (gnus-read-shell-command): New function.
8595 * mm-decode.el (mm-pipe-part):
8596 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8597
b1d6cda3
MB
85982008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8599
8600 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8601
6459e35e
GM
86022008-06-03 Glenn Morris <rgm@gnu.org>
8603
8604 * pop3.el (nnheader-accept-process-output): Autoload it.
8605
656b4fa1
MB
86062008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8607
8608 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8609 are not 2-digit hexadecimal characters that follow `%'s.
8610
86112008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
8612
8613 * message.el (message-bogus-recipient-p): Fix type in doc string.
8614 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8615 (message-bogus-addresses): Rename from message-bogus-address-regexp.
8616 Improve custom options.
8617 (message-bogus-recipient-p): Adjust accordingly.
8618
86192008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * nnmairix.el: Require edmacro when compiling with XEmacs.
8622
f394fa25
MB
86232008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
8624
8625 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8626 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8627
a368801c
MB
86282008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
8629
8630 * auth-source.el: Add more docs.
8631
86322008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
8634 * nnheader.el (nnheader-read-timeout): Change the default timeout from
8635 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
8636 retrieval faster in some cases, but might make CPU usage larger.
8637 If this has any bad side effects, we might revert this change.
a368801c
MB
8638
8639 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8640 seems to make mail retrieval much, much faster.
8641 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 8642 unconditionally.
a368801c 8643
296a8e19
SM
8644 * gnus-draft.el (gnus-group-send-queue):
8645 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 8646
03c673c9
MB
86472008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8648
8649 * mml.el (mml-attach-buffer): Prompt for `disposition'.
8650
8651 * message.el (message-bogus-address-regexp): Fix and improve custom
8652 type.
8653 (message-setup-hook): Add message-check-recipients as custom option.
8654
58333467
MB
86552008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
8656
8657 * message.el (message-cite-function): Remove bogus autoload which crept
8658 in during merge from v5-10.
8659
4079589f
MB
86602008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
8661
8662 * nnimap.el (nnimap-open-connection): Fix login/password bug.
8663
8664 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8665
8666 * auth-source.el: Preliminary Tramp docs.
8667 (auth-sources): Change the default auth-sources to use
8668 EPA .gpg files.
8669
e952b711
MB
86702008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
8671
8672 * nntp.el: Autoload `auth-source-user-or-password'.
8673 (nntp-send-authinfo): Use it.
8674
8675 * nnimap.el: Autoload `auth-source-user-or-password'.
8676 (nnimap-open-connection): Use it.
8677
296a8e19 8678 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
8679 for the gnus-message function.
8680 (auth-source-user-or-password): Use it.
8681
4fedcc00
SM
86822008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8685 rfc2104-hexstring-to-byte-list. Return a unibyte string.
8686 (rfc2104-hash): Use it.
8687
149cd465
JB
86882008-05-08 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * gnus-art.el (gnus-article-toggle-truncate-lines):
8691 Don't use `iff' in docstring.
8692
0ab5c2be
MB
86932008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
8694
8695 * gnus-registry.el: Adjusted copyright dates and added a keyword.
8696
8697 * gnus-util.el (gnus-extract-address-component-name)
8698 (gnus-extract-address-component-email): Convenience functions around
8699 `gnus-extract-address-components'.
8700
4fedcc00
SM
8701 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8702 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
8703 sender name to `user-mail-address'.
8704
87052008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
8706
8707 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8708 catch/throw to optimize.
8709 (gnus-registry-find-keywords): Just use member to find a keyword.
8710
42a83f4b
SM
87112008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8714 is current before calling gnus-server-prepare.
8715 (gnus-server-setup-buffer, gnus-server-update-server)
8716 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8717
d844ef2f
JL
87182008-05-04 Juri Linkov <juri@jurta.org>
8719
8720 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8721 (mailcap-file-default-commands): Use mailcap-replace-in-string
8722 instead of replace-regexp-in-string, and mailcap-delete-duplicates
8723 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
8724
f8a29505
MB
87252008-05-03 Reiner Steib <reiner.steib@gmx.de>
8726
8727 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8728
3a23a519
MB
87292008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8730
8731 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8732 hooks.
8733 (gnus-update-read-articles): Speed up non-marks-using users.
8734 (gnus-use-marks): Define gnus-use-marks.
8735 (gnus-propagate-marks): Rename variable to something more sensible.
8736
38ac8b91
JB
87372008-05-02 Juanma Barranquero <lekktu@gmail.com>
8738
8739 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8740 (gmm-image-load-path-for-library): Fix typos in docstrings.
8741 (gmm-message): Reflow docstring.
8742
8336c962
MB
87432008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
8744
42a83f4b
SM
8745 * mail-source.el (mail-source-set-1, mail-source-bind):
8746 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
8747
87482008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
8749
8750 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8751 by sender if it's equal to user-mail-address, it's likely to be
8752 useless.
8753
8754 * mail-source.el (mail-source-bind): Don't use user or password if they
8755 are not bound. Unintern them if they are nil. Don't use server unless
8756 it's bound, and default it to empty string otherwise.
8757
58a67d68
MB
87582008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
8759
8760 * mail-source.el: Load auth-source.el.
8761 (mail-source-bind): Add comments. Call auth-source-user-or-password to
8762 get user name or password, if auth-sources is set up.
8763
8764 * gnus-registry.el (gnus-registry-split-strategy): New variable for
8765 strategy of splitting with parent.
8766 (gnus-registry-split-fancy-with-parent)
8767 (gnus-registry-post-process-groups): Use it and fix prior
8768 bug (returning a list as the split result).
8769
8770 * auth-source.el (auth-sources): Remove server parameter.
8771 (auth-source-pick, auth-source-user-or-password)
8772 (auth-source-user-or-password-imap)
8773 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8774 (auth-source-user-or-password-sftp)
8775 (auth-source-user-or-password-smtp): Remove server parameter.
8776
296fa7b4
JB
87772008-04-25 Juanma Barranquero <lekktu@gmail.com>
8778
8779 * smime.el (smime-sign-region, smime-encrypt-region)
8780 (smime-decrypt-region):
8781 Remove redundant calls to `generate-new-buffer-name'.
8782
58a67d68
MB
87832008-04-24 Luca Capello <luca@pca.it> (tiny change)
8784
8785 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8786 Don't use QP for message/rfc822.
8787 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8788
2136a8a7
SM
87892008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * sieve-manage.el (sieve-string-bytes): Remove.
8792 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8793 correct byte-length only if the process's coding-system is the same as
8794 the one used internally by Emacs to represent strings.
8795
a837fe74
JL
87962008-04-22 Juri Linkov <juri@jurta.org>
8797
8798 * mailcap.el (mailcap-file-default-commands): New function.
8799
d55fe5bb
MB
88002008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8801
8802 * message.el (message-signature-separator, message-cite-function):
8803 Change custom version.
8804
88052008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
8806
8807 * mm-decode.el (mm-display-external): Make temp file read-only.
8808
88092008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
8810
8811 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8812 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
8813 `C-c C-f d'.
8814
88152008-04-12 Adrian Aichner <adrian@xemacs.org>
8816
8817 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8818
88192008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8820
296a8e19 8821 * auth-source.el: Add docs.
2136a8a7 8822 (auth-sources): Modify format to support server.
d55fe5bb
MB
8823 (auth-source-pick, auth-source-user-or-password)
8824 (auth-source-user-or-password-imap)
8825 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8826 (auth-source-user-or-password-sftp)
8827 (auth-source-user-or-password-smtp): Add server parameter.
8828
88292008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8830
8831 * gnus-registry.el: Initialize the registry when gnus-registry-install
8832 is t.
8833
73f2395e
KY
88342008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8835
8836 * compface.el (uncompface): Make buffer unibyte.
8837
e66d8771
SM
88382008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * mail-source.el (mail-source-value):
8841 Prefer fboundp to functionp so it works with macros as well.
8842
407da272
GM
88432008-04-05 Glenn Morris <rgm@gnu.org>
8844
8845 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8846
3b728e95
SM
88472008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8848
d37ded9e
SM
8849 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8850 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8851
407da272
GM
8852 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8853 multibyteness after rather than before erasing it.
33e2f72c 8854
75eda25b
SM
8855 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8856 mm-with-multibyte.
407da272
GM
8857 (gnus-request-article-this-buffer): Make sure the proper decoding is
8858 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 8859
2b57967e
SM
8860 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8861 default-enable-multibyte-characters.
8862
d7eb3b36
SM
8863 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8864 default-enable-multibyte-characters.
8865
7ab0253d
SM
8866 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8867
3b728e95
SM
8868 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8869
5faa2ec0
SM
88702008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8871
8872 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8873 Fix last change in case the element is not even a symbol.
8874
59429511
MB
88752008-04-02 Simon Josefsson <simon@josefsson.org>
8876
8877 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8878 imap-enable-exchange-bug-workaround.
8879 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8880
88812008-04-01 Simon Josefsson <simon@josefsson.org>
8882
8883 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8884 a 100 byte status-checks into a 2-3MB transfer for each group.
8885 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8886 to enable bug workaround or not.
8887 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8888
a0e08467
GM
88892008-03-31 Glenn Morris <rgm@gnu.org>
8890
8891 * message.el (mml2015-use): Declare for compiler.
8892 (message-info): Require mml2015 when appropriate.
8893
990e2c2f
SM
88942008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8895
8896 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8897 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8898 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8899 (nntp-service-to-port): New function.
8900 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8901 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8902 (nntp-open-netcat-stream): New function.
8903 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8904
59429511
MB
89052008-03-29 Sven Joachim <svenjoac@gmx.de>
8906
8907 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8908
fa98585c
SM
89092008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8912
9b3ebcb6
MB
89132008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8914
8915 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8916
89172008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8918
fa98585c
SM
8919 * message.el (message-signature-separator): Change default.
8920 Improve custom type.
9b3ebcb6
MB
8921 (message-cite-function): Change default to
8922 message-cite-original-without-signature.
8923
8924 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8925 toggle.
8926
8927 * message.el (message-check-news-body-syntax): Fix signature check.
8928 (message-setup-1): Mark buffer as unmodified _after_ running
8929 message-setup-hook and handling message-alternative-emails.
8930 (message-shorten-references): Be more strict when building list of
8931 valid references to comply with GNKSA.
8932
fa98585c
SM
8933 * gnus-group.el (gnus-read-ephemeral-bug-group)
8934 (gnus-read-ephemeral-debian-bug-group)
8935 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
8936
8937 * message.el (message-info): Don't use booleanp which isn't supported
8938 in Emacs 21 and XEmacs.
8939
89402008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8941
8942 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8943 gnus-group-gmane-group-download-format.
8944 (gnus-group-read-ephemeral-gmane-group): Rename from
8945 gnus-group-read-ephemeral-gmane-group.
8946 (gnus-read-ephemeral-gmane-group-url): Rename from
8947 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 8948 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
8949 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8950 (gnus-read-ephemeral-emacs-bug-group): New commands.
8951
89522008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8953
8954 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8955 (gnus-visible-headers): Improve custom type.
8956
89572008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8958
8959 * mml.el (mml-menu): Add workarounds for XEmacs.
8960
8961 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8962 X-Boundary header.
8963
8964 * message.el (message-simplify-recipients): Fix previous commit.
8965
b813166a
SM
89662008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8967
df06dd59 8968 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 8969 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 8970
b813166a
SM
8971 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8972 Prefer fboundp to functionp so it works with macros as well.
8973
9b3ebcb6
MB
89742008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8975
5faa2ec0
SM
8976 * message.el (message-alter-recipients-discard-bogus-full-name):
8977 New function.
9b3ebcb6
MB
8978 (message-alter-recipients-function): New variable.
8979 (message-get-reply-headers): Use it.
8980 (message-replace-header): New helper function.
8981 (message-recipients-without-full-name): New variable.
8982 (message-simplify-recipients): New command.
8983
8984 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8985
8986 * message.el (message-info): Handle EasyPG manual.
8987
8988 * mml.el (mml-menu): Add entry for EasyPG.
8989
89902008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8991
8992 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8993 parameter.
8994
8995 * message.el (message-disassociate-draft): Specify drafts group name
8996 fully.
8997
89982008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8999
296a8e19
SM
9000 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9001 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
9002
90032008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
9004
9005 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9006 args of `how-many' of which the XEmacs version doesn't take; declare
9007 Info-index-next as function.
9008
90092008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9010
9011 * gnus-score.el (gnus-score-headers): Fix handling of
9012 gnus-inhibit-slow-scoring.
9013
9014 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9015 string.
9016 (gnus-button-url-regexp): Improve handling of parenthesis.
9017 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9018 (gnus-button-handle-info-keystrokes): Handle index entries.
9019
90202008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
9021
9022 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9023 Incoming* files.
9024
90252008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9026
296a8e19 9027 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
9028 (auth-source-pick): Use it.
9029
90302008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9031
9032 * auth-source.el (auth-source-protocols)
296a8e19 9033 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
9034 modified variable customizations and defaults.
9035 (auth-source-pick, auth-source-user-or-password)
9036 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9037 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9038 (auth-source-user-or-password-sftp)
9039 (auth-source-user-or-password-smtp): Use new variables and provide an
9040 interface to netrc.el.
9041
90422008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
9043
9044 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9045 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9046 Make sure the nntp port to specify is a string.
9047
dd58a686
SM
90482008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9049
ed075cb4
SM
9050 * nntp.el: Use with-current-buffer.
9051 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9052 dubious mm-with-unibyte-current-buffer.
9053 (nntp-with-open-group-function): New function extracted from
9054 nntp-with-open-group macro.
9055 (nntp-with-open-group): Use the function, so it's easier to debug.
9056 Add indentation and debugging info.
296a8e19
SM
9057 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9058 Recommend the use of the netcat alternatives.
ed075cb4 9059
f15a9fec
SM
9060 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9061 Avoid mm-string-as-multibyte as well.
9062
944c87e0
SM
9063 * nnweb.el (nnweb-insert-html):
9064 Remove use of nnheader-string-as-multibyte.
9065
2ec9cf15
SM
9066 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9067 (nnheader-string-as-multibyte): Remove.
9068
3d2440b4
SM
9069 * mm-view.el: Use inhibit-read-only.
9070 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9071 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9072 or unibyte-string.
9073
456cace2
SM
9074 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9075 (mm-uu-yenc-extract): Use with-current-buffer.
9076
f5fcf556
SM
9077 * gnus-soup.el (gnus-soup-send-packet): Don't use
9078 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9079
c9de7755
SM
9080 * nnmh.el: Use with-current-buffer.
9081 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9082 mm-string-as-multibyte on the output of mm-encode-coding-string.
9083
3d2440b4 9084 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
9085 (nnimap-request-move-article): Use with-current-buffer.
9086
3d2440b4
SM
9087 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9088 inserting the handle-buffer's text, so the implicit multibyte->unibyte
9089 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 9090
228b6ecd
SM
9091 * gnus-msg.el: Use with-current-buffer.
9092
dd58a686
SM
9093 * message.el (message-ignored-resent-headers): Add "Delivered-To".
9094
9b3ebcb6
MB
90952008-03-10 Daiki Ueno <ueno@unixuser.org>
9096
9097 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9098 string for caching if it is 'PIN.
9099
37a68866
MB
91002008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
9101
dd58a686
SM
9102 * mail-source.el (mail-source-delete-old-incoming-confirm):
9103 Change default to nil.
37a68866
MB
9104 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9105
8f7abae3
MB
91062008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
9107
9108 * gnus-art.el (gnus-narrow-to-page): Position point properly.
9109 (gnus-article-goto-prev-page): Work for articles having ^L's.
9110
9111 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9112
9113 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9114
e0385bf4
KF
91152008-03-07 Karl Fogel <kfogel@red-bean.com>
9116
56388398 9117 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
9118 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9119 (gnus-bookmark-jump): Adjust some variable names.
9120
8f7abae3 91212008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 9122
8f7abae3
MB
9123 * auth-source.el: New package.
9124 (auth-source-choices): Add customization entry point variable.
9125
9126 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9127 bug.
9128
91292008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
9130
9131 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9132 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 9133 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
9134 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
9135 the `gnus-registry-mark-map' keymap dynamically from
9136 `gnus-registry-marks'. The generated functions update the summary line
9137 when a registry mark is added or deleted, and will call
9138 `gnus-registry-install-p' (see the comments in the code).
9139 (gnus-registry-user-format-function-M): Use concat intelligently.
9140
9141 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9142 the registry mark functions.
a7b50e1c 9143
c1717fbd
GM
91442008-03-05 Glenn Morris <rgm@gnu.org>
9145
9146 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9147 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9148 gnus-art.
9149 (top-level): No need to load own source when compiling.
9150
8f7abae3
MB
91512008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9154 Suggested by <chris.anderton@zetnet.co.uk>.
9155
1fc34624
GM
91562008-03-04 Glenn Morris <rgm@gnu.org>
9157
9158 * gnus-sum.el (top-level): No need to require gnus when compiling,
9159 since unconditionally required near start of file.
9160 (gnus-summary-display-while-building): Move definition before use.
9161
8f7abae3
MB
91622008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
9163
296a8e19
SM
9164 * gnus-registry.el (gnus-registry-user-format-function-M):
9165 Add formatting function.
8f7abae3
MB
9166
91672008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9168
296a8e19 9169 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
9170 with plists.
9171 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9172 Use new format.
9173
91742008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9177 `where-is-internal' that returns a range of key sequences.
9178
dacb905a
SM
91792008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9180
a88fd51a
SM
9181 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9182
c7a91ce1 9183 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
9184 (gnus-summary-jump-to-group): Consider windows on other displayed
9185 frames as well. Similar changes might be needed elsewhere, but that's
9186 the one I've bumped into during my use.
c7a91ce1 9187
62dc3ac3 9188 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 9189 * gnus-msg.el (gnus-debug):
dacb905a
SM
9190 * gnus-group.el (gnus-update-group-mark-positions):
9191 Use mm-string-to-multibyte.
9192
8f7abae3
MB
91932008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
9194
9195 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9196 doesn't handle NotDashEscaped.
9197
9198 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
9199 (mml-dnd-attach-options): Fix typo in custom choice.
9200
296a8e19
SM
9201 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9202 Change nndoc-article-type to mbox.
8f7abae3
MB
9203 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9204
9205 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
9206 to nil, instead of html2text.
9207
9208 * imap.el (imap-debug): Add `imap-ping-server'.
9209
9210 * gnus-bookmark.el: Add FIXMEs.
9211
9212 * message.el (message-form-letter-separator)
9213 (message-send-form-letter-delay): New variables.
9214 (message-send-form-letter): Use them. New command to send form
9215 letters. Requested by Uwe Siart.
9216 (message-send-mail-function): Doc fix. Add "Other" custom option.
9217
14e8de0c
MB
92182008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
9219
9220 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9221 empty author.
9222
92232008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
9224
9225 * gnus-registry.el (gnus-registry-marks): Add variable for
9226 customization of marks and their appearance.
9227 (gnus-registry-read-mark): Use it.
9228 (gnus-registry-do-marks): Add utility function to loop through
9229 `gnus-registry-marks'.
9230 (gnus-registry-install-shortcuts-and-menus): Add function to install
9231 shortcuts and menus.
9232 (gnus-registry-initialize): Use it.
9233 (gnus-registry-default-mark): Clarify documentation.
9234
ab74c815
GM
92352008-02-29 Glenn Morris <rgm@gnu.org>
9236
9237 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9238 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9239 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9240 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9241 Change defcustom :version from 23.0 to 23.1.
9242
14e8de0c
MB
92432008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
9244
9245 * gnus-registry.el (gnus-registry-follow-group-p)
9246 (gnus-registry-post-process-groups): Add functions to aid registry
9247 splitting and improve logging. Clarify behavior in function
9248 documentation.
9249 (gnus-registry-split-fancy-with-parent): Use them.
9250
80de1778
SM
92512008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * gnus-art.el: Use with-current-buffer.
9254
14e8de0c
MB
92552008-02-27 David Engster <dengste@eml.cc>
9256
9257 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9258 Express real group name in the response.
9259
92602008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9261
9262 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9263 (nnmairix-last-server, nnmairix-current-server): Defvar them.
9264 (nnmairix-goto-original-article): Defvar gnus-registry-install and
9265 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
9266 (nnmairix-request-group-with-article-number-correction):
9267 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
9268
92692008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
9272 (mm-uu-extract): Improve face for low color ttys.
9273 Reported by Sascha Wilde.
14e8de0c 9274
da13b6cc
GM
92752008-02-27 Glenn Morris <rgm@gnu.org>
9276
9277 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
9278 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9279 variables to defconsts. Convert comments to doc-strings.
9280 (nnmairix-last-server, nnmairix-current-server): Convert from free
9281 variables to defvars. Convert comments to doc-strings.
9282 (gnus-registry-fetch-group): Autoload.
9283 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9284 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
9285 (nnmairix-widget-build-editable-fields): Use car cddr rather than
9286 caddr.
be021c01
GM
9287 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9288 nnmairix-request-group-with-article-number-correction call.
9289 (nnmairix-fast, nnmairix-group): New, less general names, for free
9290 variables passed from nnmairix-request-group to
9291 nnmairix-request-group-with-article-number-correction. Declare.
9292 (nnmairix-request-group-with-article-number-correction):
9293 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 9294
3d0f8a67
MB
92952008-02-26 David Engster <dengste@eml.cc>
9296
9297 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
9298 version 0.5.
9299
93002008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
9301
9302 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9303 instead of making an extra function call. Don't add the current group
9304 to articles only when they have the group. Use
9305 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9306 Reported by David <de_bb@arcor.de>.
9307
f5490ddc
MB
93082008-02-24 Miles Bader <miles@gnu.org>
9309
9310 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9311 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9312 (mm-find-mime-charset-region):
9313 * mm-bodies.el (mm-encode-body):
9314 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9315
52bec650
MB
93162008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * mail-source.el (mail-source-delete-incoming): Change default.
9319 Supplement doc string.
9320
9321 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9322
93232008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9324
9325 * nnmail.el (nnmail-message-id-cache-file): Derive from
9326 `gnus-home-directory'.
9327
93282008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
9329
9330 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 9331 Document negative prefix.
52bec650 9332
5e25c514 9333 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
9334
93352008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * message.el (message-unsent-separator): Add the Exim bounce
9338 separator.
9339
93402008-02-10 Daiki Ueno <ueno@unixuser.org>
9341
9342 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9343 list.
9344 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9345 recipient/signer list.
9346
0b9c5ab7
RS
93472008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9350 fbound (Emacs 23 unicode), signal an error.
9351
1888e568
GM
93522008-02-08 Glenn Morris <rgm@gnu.org>
9353
9354 * gnus-art.el (pgg-display-output-buffer): Declare as function.
9355
52bec650
MB
93562008-02-07 Tassilo Horn <tassilo@member.fsf.org>
9357
9358 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9359 ports to the calls to `netrc-machine-user-or-password' in addition to
9360 "imap" and "imaps".
9361
e9198520
MB
93622008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
9363
9364 * gnus.el (gnus-group-startup-message): Add `find-image' call before
9365 image-load-path is let-bound. Reported by Harald Hanche-Olsen
9366 <hanche@math.ntnu.no>.
9367
93682008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9369
9370 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9371
9303f985 93722008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
9373
9374 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9375
9376 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9377
9303f985 93782008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
9379
9380 * mml.el (mml-parse-1): Remove apparently vestigial use of
9381 `mm-hack-charsets'.
9382 * mm-bodies.el (mm-encode-body): Likewise.
9383
9303f985 93842008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 9385
4fedcc00 9386 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
9387 rfc2104-hexstring-to-bitstring and changed to return a byte list.
9388 (rfc2104-hash): Convert the result of concat to unibyte string.
9389
9303f985 93902008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 9391
aca7a3d2
MB
9392 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9393 coding-system-for-read.
9394 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9395
8385d659 9396 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 9397 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 9398 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 9399
10ef2ef7 94002008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
9401
9402 * mail-source.el (mail-sources): Add `group' choice.
9403
9404 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9405 parameter `in-group' to control into which group the articles go.
9406 Add treatment of `group' mail-source.
9407
a445370f
DN
94082008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
9409
9410 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9411 * message.el (message-beginning-of-line): Use featurep instead of bound
9412 tests in order to resolve conditionals at compile time.
9413
4599d0ec
MB
94142008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
9415
9416 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9417
9418 * mm-decode.el (mm-dissect-buffer): Decode description.
9419
9420 * mml.el (mml-to-mime): Encode message header first.
9421
0b6799c3
MB
94222008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
9423
9424 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9425 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9426
94272008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
9428
9429 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9430
94312008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9434 prefix keys.
9435 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9436 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9437 gnus-xmas.el.
9438
94392008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
9440
9441 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9442 Add new variables for article mark management.
9443 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9444 list of extra data entries which, when present, will indicate that the
9445 article ID should not be trimmed from the registry.
9446 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9447 functions.
9448 (gnus-registry-read-mark): New function to read a mark name from the
9449 user.
9450 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9451 (gnus-registry-set-article-mark-internal): New functions to add and
9452 remove marks.
9453 (gnus-registry-get-article-marks): New function to show the marks for
9454 an article, or retrieve them for further use.
9455
94562008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
9457
9458 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9459 keys when no argument is given.
9460
94612008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9462
9463 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
9464 (gnus-thread-sort-by-random): Fix doc strings.
9465 Reported by jidanni@jidanni.org.
0b6799c3
MB
9466
94672008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
9468
9469 * gnus-art.el (gnus-article-describe-bindings): New function.
9470 (gnus-article-read-summary-keys): Use it.
9471 (gnus-article-mode-map): Bind `C-h b' to it.
9472
95838435
MB
94732008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9476 XEmacs.
296a8e19
SM
9477 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9478 Protect against non-character events.
95838435 9479
95838435
MB
94802008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
9481
296a8e19
SM
9482 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9483 New command.
95838435
MB
9484 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9485 instead of END. Change name of the temp file.
9486 (gnus-group-gmane-group-download-format): Add doc string. Make it
9487 customizable.
9488
94892008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9492 bind `S W' to gnus-article-wide-reply-with-original; set default
9493 binding to gnus-article-read-summary-send-keys.
9494 (gnus-article-read-summary-keys): Fix the order of keys; display
9495 continuation keys correctly in the echo area; describe bindings
9496 correctly when keys end with `C-h'.
9497 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
9498 (gnus-article-describe-key, gnus-article-describe-key-briefly):
9499 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
9500 correctly in the echo area.
9501 (gnus-article-reply-with-original): Ignore prefix argument.
9502 (gnus-article-wide-reply-with-original): New function.
9503
d82cf70b
MB
95042008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9507 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9508
95092008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
9510
9511 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9512 (gnus-group-read-ephemeral-gmane-group): New command.
9513
f3041af1
DN
95142008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9517
87035689
MB
95182007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * message.el (message-send-mail-function): Increase custom version.
9521
9522 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9523 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
9524
87035689
MB
95252007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
9526
9527 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9528 html parts correctly; support forwarded messages.
9529 (gnus-article-browse-html-article): Remove work buffers.
9530
9531 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9532 compiling.
9533 (netrc-bound-and-true-p): New macro.
9534 (netrc-parse): Use it instead of bound-and-true-p that is not available
9535 in XEmacs 21.4.
9536
95372007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
9538
9539 * gnus-registry.el (gnus-registry-mark-article)
9540 (gnus-registry-article-marks): Add functionality to mark articles
9541 through the Gnus registry.
9542
9543 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9544 (netrc-parse): Use encrypt-file-alist to determine if
9545 encrypt-find-model or encrypt-insert-file-contents should be used.
9546
541cbf8b
GM
95472007-12-19 Glenn Morris <rgm@gnu.org>
9548
9549 * mml.el (message-options-set, message-narrow-to-head)
9550 (message-in-body-p, message-mail-p, message-encode-message-body):
9551 Autoload.
9552 (message-remove-header, message-narrow-to-headers-or-head)
9553 (message-subscribed-p, message-make-mail-followup-to)
9554 (message-position-on-field, message-news-p)
9555 (message-options-set-recipient, message-generate-headers)
9556 (message-sort-headers): Declare as functions.
9557
87035689
MB
95582007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9559
9560 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9561 convention in doc string.
9562
95632007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9566 title to html parts.
9567 (gnus-article-browse-html-article): Pass message header to it.
9568
9569 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9570
95712007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
9572
9573 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9574 or password compatible with XEmacs.
9575
bbbe940b
MB
95762007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
9577
9578 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9579 format document.
9580 (gnus-mime-delete-part): Don't write description line if empty.
9581 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9582
880820fe 95832007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
9584
9585 * gnus-sum.el (gnus-summary-mark-unread-as-read)
9586 (gnus-summary-mark-read-and-unread-as-read)
9587 (gnus-summary-mark-current-read-and-unread-as-read)
9588 (gnus-summary-mark-unread-as-ticked): Doc fix.
9589 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9590
95912007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9592
296a8e19
SM
9593 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9594 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
9595
95962007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
9597
9598 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9599 yes-or-no-p.
9600
96012007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
9602
9603 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 9604 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 9605
296a8e19
SM
9606 * gnus-art.el (gnus-article-browse-delete-temp-files):
9607 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
9608 (gnus-article-browse-html-parts): Work with message/external-body; use
9609 mm-add-meta-html-tag.
9610
cef98b13
GM
96112007-12-11 Glenn Morris <rgm@gnu.org>
9612
9613 * gnus-cache.el: Require gnus-sum not just when compiling.
9614
9615 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9616
296a8e19
SM
9617 * gnus-int.el (gnus-server-opened, gnus-status-message):
9618 Move definitions before use.
cef98b13
GM
9619
9620 * mm-decode.el: Require gnus-util.
9621 (mm-remove-part): Only call delete-annotation on XEmacs.
9622
9623 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9624
9625 * nnmail.el: Require gnus-int.
9626
9627 * spam.el: Move `require's before `eval-when-compile's.
9628
9629 * gnus-ems.el (gnus-alive-p):
9630 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 9631 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
9632 * mail-source.el (gnus-compress-sequence):
9633 * message.el (Info-goto-node, format-spec):
9634 * mm-bodies.el (message-options-get):
9635 * mm-decode.el (mm-view-pkcs7):
9636 * mm-util.el (gmm-write-region):
9637 * mml-smime.el (mml-compute-boundary)
9638 (gnus-completing-read-with-default):
9639 * mml.el (widget-button-press, gnus-make-hashtable):
9640 * mml1991.el (mm-decode-content-transfer-encoding)
9641 (mm-encode-content-transfer-encoding)
9642 (message-options-get, message-options-set):
9643 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9644 * nnfolder.el (gnus-request-group):
9645 * nnheader.el (ietf-drums-unfold-fws):
9646 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9647 * smime.el (gnus-run-mode-hooks):
9648 * spam-stat.el (gnus-message): Autoload.
9649
9650 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9651 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9652 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9653 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9654 Add declare-function compatibility definition.
9655
9656 * gnus-cache.el (nnvirtual-find-group-art):
9657 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9658 (gnus-add-image, gnus-add-wash-type):
9659 * gnus-group.el (nnkiboze-score-file):
9660 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9661 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
9662 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9663 (message-tokenize-header, gnus-get-buffer-create)
9664 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9665 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
9666 * gnus.el (gnus-group-decoded-name):
9667 * mail-source.el (imap-capability):
9668 * mm-bodies.el (message-options-set):
9669 * mm-decode.el (gnus-configure-windows):
9670 * mm-extern.el (message-goto-body):
9671 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9672 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9673 (epg-sub-key-validity, message-options-set):
9674 * mml.el (widget-event-point, gnus-configure-windows):
9675 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9676 * mml2015.el (epg-check-configuration, epg-configuration)
9677 (message-options-set):
9678 * nndb.el (nndb-request-article):
9679 * nnfolder.el (gnus-request-create-group):
9680 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9681 * nnmaildir.el (gnus-group-mark-article-read):
9682 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9683 * rfc1843.el (message-fetch-field):
9684 * spam.el (gnus-extract-address-components):
9685 Declare as functions.
9686
bbbe940b
MB
96872007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9690
a5ded4c9
GM
96912007-12-09 Glenn Morris <rgm@gnu.org>
9692
9693 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9694
9695 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 9696 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 9697 Add declare-function compatibility definition.
a5ded4c9
GM
9698
9699 * gnus-art.el (w3-region, w3m-region, Info-menu):
9700 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9701 * gnus-sum.el (gnus-get-predicate):
9702 * gnus-util.el (mm-append-to-file, w32-focus-frame):
9703 * message.el (mail-abbrev-in-expansion-header-p):
9704 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 9705 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
9706 * sieve-manage.el (password-read, password-cache-add)
9707 (password-cache-remove):
8d0f97a4 9708 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 9709
274f1353
DK
97102007-12-08 David Kastrup <dak@gnu.org>
9711
9712 * gnus-sum.el (gnus-summary-simplify-subject-query):
9713 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9714 `message'.
9715
a601fb74 97162007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 9717
a601fb74 9718 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 9719
af5370ad
RS
97202007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
9721
9722 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9723
21ee0911
MB
97242007-12-06 Christian Plate <cplate@web.de> (tiny change)
9725
296a8e19 9726 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
9727 Call gnus-add-to-range ranges only once with a prepared article-list.
9728
97292007-12-06 Paul Jarc <prj@po.cwru.edu>
9730
149cd465
JB
9731 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9732 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
9733 group names with backslashes.
9734 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 9735
f0131492 97362007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 9737
a601fb74
GM
9738 * gnus-art.el (article-make-date-line):
9739 * gnus-start.el (gnus-load):
9740 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 9741
415a09fb
MB
97422007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9743
9744 * gnus-art.el (gnus-use-idna)
9745 * gnus-start.el (gnus-site-init-file)
9746 * message.el (message-use-idna)
9747 * mm-uu.el (mm-uu-hide-markers)
9748 * smiley.el (smiley-style): Revert changes that suppress warnings.
9749
97502007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9751
9752 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
9753 specify charset to html source.
9754 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
9755
97562007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
9757
9758 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9759 idna-program in order to suppress byte compile warning issued by XEmacs
9760 that came to byte compile the default value section of defcustom forms
9761 recently.
9762
9763 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9764 value of installation-directory.
9765
9766 * message.el (message-use-idna): Don't directly refer to the value of
9767 idna-program.
9768
9769 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9770
9771 * smiley.el (smiley-style): Don't directly call face-attribute.
9772
b890d447
MB
97732007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
9774
9775 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9776
9777 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
9778 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9779 Don't require. Use autoloads instead.
b890d447
MB
9780 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9781 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9782 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9783 (gnus-dired-mode): Adjust doc string.
9784 (gnus-dired-mail-mode): New variable.
9785 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9786 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9787 (gnus-dired-mail-buffers): New function. Return mail or message
9788 composition buffers.
9789 (gnus-dired-attach): Use it.
9790 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9791 NO-DECODE.
9792 (gnus-dired-print): Use `gnus-print-buffer' depending on
9793 `gnus-dired-mail-mode'.
9794
97952007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * rfc2047.el (rfc2047-encoded-word-regexp)
9798 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9799 explaining what regexp patterns are for.
9800
13b0ef01
GM
98012007-12-04 Glenn Morris <rgm@gnu.org>
9802
9803 * password.el: Move to ../password-cache.el.
9804
9805 * mml1991.el (password-read, password-cache-add, password-cache-remove):
9806 * mml2015.el (password-read, password-cache-add, password-cache-remove):
9807 * mml-smime.el (password-read, password-cache-add)
9808 (password-cache-remove):
9809 No need to autoload, since mml-sec requires password.
9810
9811 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9812 * message.el (gnus-extract-address-components):
9813 * mml-smime.el (gnus-extract-address-components): Define for compiler.
9814
9815 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9816 password.
9817
b890d447
MB
98182007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9819
9820 * mailcap.el: Reduce dependencies.
9821 (mail-header-parse-content-type): Autoload.
9822 (mailcap-delete-duplicates): New alias.
9823 (mailcap-mime-info): Add optional argument NO-DECODE.
9824 (mailcap-mime-types): Use mailcap-delete-duplicates.
9825
9826 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9827
98282007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9829
9830 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9831 function.
9832
9833 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9834 (gnus-uu-yenc-article): New function.
9835
9836 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9837
296a8e19 9838 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 9839
21662dc7
GM
98402007-12-02 Glenn Morris <rgm@gnu.org>
9841
323fc9ec
GM
9842 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9843 Move to ../net.
9844
21662dc7
GM
9845 * binhex.el, uudecode.el: Move to ../mail.
9846
ceabaeb3
GM
9847 * encrypt.el: Remove file.
9848
b890d447
MB
98492007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9852 matches on patches.
9853
296a8e19
SM
9854 * gnus-art.el (gnus-article-browse-html-article):
9855 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
9856
9857 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9858 string. Add comments.
9859
9860 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9861 if rhs is ASCII.
9862
08545d0a
GM
98632007-12-01 Glenn Morris <rgm@gnu.org>
9864
fb18c032 9865 * dig.el, dns.el: Move to ../net.
c3335b6a 9866 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 9867
08545d0a
GM
9868 * mail-source.el (top-level): Require format-spec before
9869 eval-when-compile.
9870
257a0a0d
GM
98712007-11-30 Glenn Morris <rgm@gnu.org>
9872
9873 * encrypt.el: Require password, rather than autoloading password-read.
9874
b890d447
MB
98752007-11-28 Elias Oltmanns <eo@nebensachen.de>
9876
9877 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9878 caller can indicate whether the cache should be disregarded for this
9879 call. This way the result of the call is reproducible at all times and
9880 can be considered a canonical server name for the supplied method.
9881 (gnus-agent-method-p): Canonicalize server names by pushing their
9882 method through `gnus-method-to-server' using the no-cache argument.
9883
296a8e19
SM
9884 * gnus-srvr.el (gnus-server-insert-server-line):
9885 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
9886
9887 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9888 gnus-agent-possibly-synchronize-flags as this should be called when the
9889 server is actually being opened.
9890 (gnus-agent-possibly-synchronize-flags)
9891 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9892 flags file of an agentized server to the latter function.
9893
9894 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9895 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9896 after a connection has been established successfully.
9897
98982007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * gnus-art.el (article-display-face): Force to display face if called
9901 interactively; check if gnus-article-x-face-too-ugly matches author.
9902 (article-display-x-face): Display face even if From header is missing
9903 as article-display-face does.
9904
d50fd8e2
GM
99052007-11-28 Richard Stallman <rms@gnu.org>
9906
9907 * md4.el: Move to ../.
9908 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9909
b890d447
MB
99102007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9911
9912 * mail-source.el (mail-sources): Default to fetch from file for
9913 compatibility with default of nnmail-spool-file.
9914
99152007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9916
9917 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9918 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9919 to look for encoded word that should be encoded again.
9920 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9921 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9922 encoding pattern.
9923 (rfc2047-decode-region): Switch strict regexp and loose one according
9924 to rfc2047-allow-irregular-q-encoded-words.
9925
a06e7b5d
SJ
99262007-11-26 Simon Josefsson <simon@josefsson.org>
9927
9928 * imap.el: Move to ../net directory.
9929
b890d447
MB
99302007-11-25 Romain Francoise <romain@orebokech.com>
9931
9932 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9933
99342007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9935
9936 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9937 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9938
9939 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9940 `nnmail-spool-file'.
9941
9942 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9943 `nnmail-spool-file'.
9944
9945 * gnus-move.el (gnus-change-server): Ditto.
9946
9947 * gnus-kill.el (gnus-batch-score): Ditto.
9948
9949 * gnus-cache.el (gnus-jog-cache): Ditto.
9950
c9e31f32
SM
9951 * gnus-msg.el (gnus-summary-reply):
9952 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
9953
99542007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9955
c9e31f32
SM
9956 * gnus-cache.el (gnus-cache-generate-nov-databases):
9957 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
9958 nnml-generate-nov-databases-1.
9959
e3b0153a
GM
99602007-11-24 Glenn Morris <rgm@gnu.org>
9961
9962 * message.el (message-tool-bar-retro): Update for rename
9963 mail_send.xpm->mail-send.xpm.
9964
b890d447
MB
99652007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9966
9967 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9968 `smime-ldap-search' for Emacs 22 and up.
9969
145cc6b9
RS
99702007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9971
63ff8478
RS
9972 * hashcash.el: Move to ../mail directory.
9973
8746c8b8
RS
9974 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9975
145cc6b9
RS
9976 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9977 `smime-ldap-search' for Emacs 22 and up.
9978
82816ba1
SM
99792007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9980
b7b80032
SM
9981 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9982
82816ba1
SM
9983 * message.el (message-send-mail-function): Fix error convention.
9984 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9985 (message-widen-reply, message-send-mail, message-talkative-question)
9986 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9987 (message-clone-locals, message-send-news): Use with-current-buffer.
9988 (message-insert-or-toggle-importance): Remove unused var `valid'.
9989 (message-make-references): Remove unused var `new-references'.
9990 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9991
3042deef
JB
99922007-11-22 Juanma Barranquero <lekktu@gmail.com>
9993
9994 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9995 (spam-split-symbolic-return-positive): Reflow docstring.
9996 (spam-backends, spam-summary-exit-behavior)
9997 (spam-mark-ham-unread-before-move-from-spam-group)
9998 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9999 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10000 (spam-clear-cache, spam-backend-check, spam-install-backend)
10001 (spam-install-statistical-backend, spam-list-of-processors)
10002 (spam-group-processor-p, spam-split, spam-bogofilter-score)
10003 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10004 (spam-check-crm114, spam-initialize, spam-unload-hook):
10005 Fix typos in docstrings.
10006
b890d447
MB
100072007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10008
10009 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10010 been checked if they have never been read and those group levels are
10011 higher than the one that a user specified.
10012
100132007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10014
10015 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10016 foreign groups unless a group level is specified by a user.
10017 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10018
b62a39c4
RS
100192007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * message.el (message-send-mail-function): Require sendmail.
10022
2ea6167b
RS
100232007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
10024
9e0a8576
RS
10025 * message.el (message-send-mail-function): Check for smtpmail too.
10026
f21470ef
RS
10027 * utf7.el (utf7-encode, utf7-decode): Use coding system
10028 `utf-7'/`utf-7-imap' from utf-7.el' if available.
10029
2ea6167b
RS
10030 * message.el (message-send-mail-function): New function.
10031 (message-send-mail-function): Set default using
10032 message-send-mail-function. Adjust doc string.
10033 (message-send-mail-with-mailclient): New function.
10034
127a6f0e
GM
100352007-11-17 Richard Stallman <rms@gnu.org>
10036
10037 * assistant.el: Remove file.
10038
9efa445f
DN
100392007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
10040
10041 * smime.el (from):
10042 * rfc2047.el (message-posting-charset):
10043 * qp.el (mm-use-ultra-safe-encoding):
10044 * pop3.el (parse-time-months):
10045 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10046 * nnml.el (files):
10047 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10048 (jka-compr-compression-info-list, ange-ftp-path-format)
10049 (efs-path-regexp):
10050 * nndiary.el (files):
10051 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10052 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10053 (epg-digest-algorithm-alist, inhibit-redisplay)
10054 (password-cache-expiry):
10055 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10056 (pgg-output-buffer, password-cache-expiry):
10057 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10058 (efs-path-regexp):
10059 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10060 (inhibit-redisplay):
10061 * mm-uu.el (file-name, start-point, end-point, entry)
10062 (gnus-newsgroup-name, gnus-newsgroup-charset):
10063 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10064 (latin-unity-ucs-list):
10065 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10066 (mm-uu-binhex-decode-function):
b97439ce 10067 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
10068 (rmail-enable-mime-composing, gnus-local-organization)
10069 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10070 (gnus-read-active-file, facemenu-add-face-function)
10071 (facemenu-remove-face-function, gnus-article-decoded-p)
10072 (tool-bar-mode):
10073 * mail-source.el (display-time-mail-function):
10074 * gnus-util.el (nnmail-pathname-coding-system)
10075 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10076 (gnus-original-article-buffer, gnus-user-agent)
10077 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10078 (xemacs-codename, sxemacs-codename, emacs-program-version):
10079 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10080 * gnus-start.el (gnus-agent-covered-methods)
10081 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10082 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10083 (gnus-newsgroup-headers, gnus-group-list-mode)
10084 (gnus-group-mark-positions, gnus-newsgroup-data)
10085 (gnus-newsgroup-unreads, nnoo-state-alist)
10086 (gnus-current-select-method, mail-sources)
10087 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10088 (nnmail-spool-file, gnus-cache-active-hashtb):
10089 * gnus-mh.el (mh-lib-progs):
10090 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10091 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10092 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10093 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10094 (gnus-group-buffer):
10095 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10096 (font-lock-set-defaults):
10097 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10098 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10099 (gnus-summary-post-menu, total-parts, type, condition, length):
10100 * gnus-agent.el (gnus-agent-read-agentview):
10101 * flow-fill.el (show-trailing-whitespace):
10102 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10103 eval-and-compile wrappers for byte compiler pacifiers.
10104
10105 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10106 (mm-display-inline-fontify): Check for featurep 'xemacs not
10107 extent-list.
10108
10109 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10110 itimer-list.
10111 (mm-create-image-xemacs): Only do something for XEmacs.
10112 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10113
10114 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10115
10116 * gnus-registry.el (gnus-adaptive-word-syntax-table):
10117 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10118
e9346447
JB
101192007-11-15 Juanma Barranquero <lekktu@gmail.com>
10120
ec5741dc 10121 * nnimap.el (nnimap-split-download-body):
e9346447 10122 * gnus-demon.el (gnus-demon):
ec5741dc 10123 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 10124
1428d46b
MB
101252007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10126
296a8e19
SM
10127 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10128 New macros.
1428d46b
MB
10129 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10130 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10131 copy data from unibyte buffer to multibyte current buffer.
93acd23d 10132 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
10133 to copy data from unibyte current buffer to multibyte buffer.
10134 (nntp-make-process-buffer): Make process buffer unibyte.
10135
10136 * pop3.el (pop3-open-server): Fix typo in Lisp code.
10137
101382007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
10139
10140 * pop3.el (pop3-open-server): Accept and process data more robustly at
10141 connexion start to avoid spurious "POP SSL connexion failed" errors.
10142
101432007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10144
10145 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10146 read group names.
10147
101482007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
10149
10150 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10151
101522007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * nnmail.el (nnmail-parse-active): Make group names unibyte.
10155 (nnmail-save-active): Use a unibyte buffer when saving active file,
10156 which may contain non-ASCII group names.
10157
10158 * nnml.el (nnml-request-group): Decode group names in messages.
10159
4d8a28ec
MB
101602007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
10161
10162 * message.el (message-citation-line-function)
10163 (message-insert-formatted-citation-line): Fix spelling of
10164 `message-insert-formated-citation-line'.
10165
c12ecb0a
MB
101662007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
10167
10168 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10169
4d8a28ec
MB
101702007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10171
10172 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10173 nnmail-pathname-coding-system.
10174
10175 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10176 that a user enters; decode group names in messages.
10177
10178 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10179
60ece9b0
MB
101802007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10183
10184 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10185
10186 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10187 risky local variable.
10188
10189 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10190
101912007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
10192
10193 * encrypt.el: Improve documentation to fix function name typo.
10194 Reported by Daiki Ueno <ueno@unixuser.org>.
10195
101962007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10199 even if the point is not in the last page of an article.
10200 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10201 back to the previous page.
10202
c590ed3a
MB
102032007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
10204
10205 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10206
60ece9b0
MB
102072007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10208
10209 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10210
c70dbcd5
SM
102112007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
10212
296a8e19
SM
10213 * message.el (message-check-news-body-syntax):
10214 Avoid mm-string-as-multibyte.
c70dbcd5
SM
10215 (message-hide-headers): Don't assume (point-min)==1.
10216
437ce4be
MB
102172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10218
10219 * message.el (message-remove-blank-cited-lines): Fix if remove is
10220 given.
10221 (message-bogus-address-regexp): New variable.
10222 (message-bogus-recipient-p): New function.
10223 (message-check-recipients): New command.
10224 (message-syntax-checks): Add `bogus-recipient'.
10225 (message-fix-before-sending): Add `bogus-recipient'.
10226
10227 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
10228 (gnus-treat-body-boundary): Don't test window-system.
10229
296fa7b4 102302007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
10231
10232 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 10233
c7ff939a
RS
102342007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10235
10236 * gnus.el: Bump version to Gnus v5.13.
10237
01c52d31
MB
102382007-10-28 Miles Bader <miles@gnu.org>
10239
10240 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10241 at compile-time too.
10242
437ce4be
MB
102432007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
10244
296a8e19
SM
10245 * gnus-msg.el (gnus-message-setup-hook):
10246 Add `message-remove-blank-cited-lines' to options.
437ce4be 10247
01c52d31
MB
102482007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * message.el (message-remove-blank-cited-lines): New function.
880820fe 10251 Suggested by Karl Plästerer.
01c52d31
MB
10252
102532007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10254
10255 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10256 mapc.
10257
10258 * imap.el (imap-open): Replace mapcar called for effect with mapc.
10259 (top-level): Use mapc to set functions to be traced for debugging.
10260
10261 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10262 called for effect with while loop.
10263
10264 * message.el (message-talkative-question): Replace mapcar called for
10265 effect with mapc.
10266
10267 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10268 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10269 called for effect with dolist.
10270
10271 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10272
10273 * nndiary.el: Use dolist instead of mapcar to add diary headers to
10274 gnus-extra-headers and nnmail-extra-headers.
10275
10276 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10277 called for effect with dolist.
10278 (top-level): Use mapc to set functions to be traced for debugging.
10279
10280 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10281 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10282 dolist.
10283
10284 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10285 Replace mapcar called for effect with mapc.
10286 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10287 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10288 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10289 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10290
10291 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10292 remove-if that's a cl function.
10293
10294 * webmail.el (webmail-debug): Replace mapcar called for effect with
10295 dolist.
10296
01c52d31
MB
102972007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10300 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10301 with while loop.
10302
10303 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10304 functions from article-* functions.
10305 (gnus-multi-decode-header): Replace mapcar called for effect with
10306 dolist.
10307
10308 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10309 (gnus-bookmark-show-details): Replace mapcar called for effect with
10310 while loop.
10311
10312 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10313 called for effect with while loop.
10314
10315 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10316 with dolist.
10317
296a8e19
SM
10318 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10319 Replace mapcar called for effect with dolist.
01c52d31
MB
10320
10321 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10322
10323 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10324 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10325 Replace mapcar called for effect with dolist.
10326 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10327 mapc.
10328
10329 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10330 Replace mapcar called for effect with dolist.
10331 (gnus-topic-list): Replace mapcar called for effect with mapc.
10332
10333 * gnus.el: Use mapc instead of mapcar to add autoloads.
10334
4b576f7d
RS
103352007-10-23 Richard Stallman <rms@gnu.org>
10336
10337 * gnus-group.el (gnus-group-highlight): Mark as risky.
10338
fdc90613
MB
103392007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * gnus.el (gnus-server-to-method): Return method found first in
10342 gnus-newsrc-alist.
10343
01c52d31
MB
10344 * gnus-art.el (gnus-article-highlight-signature)
10345 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10346 button overlay without the front stickiness.
10347
103482007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
10349
10350 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10351 overview buffer needed a catch to receive its throw.
296a8e19 10352 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
10353 easier to use.
10354
fdc90613
MB
103552007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10358 `next-line'.
10359
5255e3ff
MB
103602007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
10361
10362 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10363 exclude address matching message-dont-reply-to-names.
10364
b4fde39f
MB
103652007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * gnus-util.el (gnus-string<): New function.
10368
10369 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 10370 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
10371
103722007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10375 the frame-focus tag is set in gnus-buffer-configuration.
10376
01c52d31
MB
103772007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10378
10379 * gnus-art.el (gnus-article-add-button): Make a button overlay without
10380 the front stickiness.
10381
103822007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10383
10384 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10385 url pattern; remove duplicate one.
10386 (gnus-article-extend-url-button): New function.
10387 (gnus-article-add-buttons): Use it.
10388 (gnus-button-push): Use concatenated url that it makes.
10389
6ab3804a
JB
103902007-10-04 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10393 (sieve-manage-open): Use `mapc' instead of `mapcar'.
10394
2f19ece7
SM
103952007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10398 Don't hardcode point-min==1.
10399
1d0df8af
DK
104002007-09-30 David Kastrup <dak@gnu.org>
10401
10402 * gnus-art.el (gnus-article-reply-with-original)
10403 (gnus-article-followup-with-original): When `transient-mark-mode' is
10404 off, refrain from active-region behavior for followups.
10405
4b70e299
MB
104062007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
10407
10408 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
10409 Fix comment about "iso8859-1".
10410
d4835507 104112007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
10412
10413 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10414 ones returned from the verify-function.
10415
296a8e19
SM
10416 * mm-uu.el (mm-uu-pgp-signed-extract-1):
10417 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
10418
104192007-10-07 Daiki Ueno <ueno@unixuser.org>
10420
10421 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10422 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10423 failed.
4b70e299
MB
10424
104252007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10426
e9346447 10427 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 10428
01c52d31
MB
104292007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
10430
10431 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10432 to mark a thread as expirable. Add variable `hide' to handle hiding of
10433 thread for both the null and zero (kill/expire thread) universal prefix
10434 cases.
10435 (gnus-summary-expire-thread): Add new function to expire a thread,
10436 using gnus-summary-kill-thread.
10437 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10438 shortcuts for gnus-summary-expire-thread.
10439 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10440 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
10441
104422007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10443
10444 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10445 extras value, so an extras entry can be deleted.
10446 (gnus-registry-delete-extra-entry): Use it.
10447 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10448 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10449 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
10450 storage through the gnus-registry, and provide an appropriate API for
10451 it.
01c52d31 10452
4b70e299
MB
104532007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10454
10455 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10456 Suggested by Leo <sdl.web@gmail.com>.
10457
10458 * gnus.el: Do.
10459
104602007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10461
10462 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10463 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
10464
10465 * gnus-agent.el (gnus-agent-fetch-headers): Do.
10466
10467 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10468 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10469
104702007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
10471
10472 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10473 newline.
10474 (nnmbox-request-accept-article): Don't change article in source buffer;
10475 narrow to header to use message-fetch-field rather than
10476 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10477 (nnmbox-request-replace-article): Quote lines that'll be misidentified
10478 as delimiters; make sure article ends with newline.
10479 (nnmbox-delete-mail): Correct last position of article to be deleted;
10480 ignore X-Gnus-Newsgroup header in article body.
10481 (nnmbox-save-mail): Quote lines looking like delimiters at the right
10482 positions; make sure article ends with newline.
10483
01c52d31
MB
10484 * message.el (message-display-abbrev): Don't infloop when a user
10485 inserts SPC in the beginning of header.
10486
104872007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
10488
10489 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10490 list of groups not followed by default. Fix type to be regexp.
10491 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10492
104932007-09-06 Tassilo Horn <tassilo@member.fsf.org>
10494
10495 * hmac-def.el (define-hmac-function): Switch from old-style to
10496 new-style backquotes.
10497
002876ab 10498 * md4.el (md4-make-step): Likewise.
01c52d31
MB
10499
105002007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10503 raw-text coding system when saving .newsrc file, which may contain
10504 non-ASCII group names.
10505
4b70e299
MB
105062007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * gnus-cus.el (gnus-score-extra): New widget.
10509 (gnus-score-extra-convert): New function.
10510 (gnus-score-customize): Use it for Extra.
10511
01c52d31
MB
105122007-08-31 Daiki Ueno <ueno@unixuser.org>
10513
10514 * mml2015.el (mml2015-extract-cleartext-signature): New function.
10515 (mml2015-mailcrypt-clear-verify): Use it.
10516 (mml2015-gpg-clear-verify): Use it.
10517 (mml2015-pgg-clear-verify): Use it.
10518 (mml2015-epg-clear-verify): Replace the current part with the output
10519 from GnuPG; don't extract the plaintext by itself.
10520
10521 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10522 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10523 mml2015-clear-verify-function; don't touch the armor headers or
10524 dash-escaped text here.
10525
105262007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10527
10528 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10529 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10530 parts, or application/octet-stream as a last resort.
10531 (gnus-mime-view-part-as-type): Don't toggle display.
10532 (gnus-mime-view-part-as-charset): Don't turn off display before
10533 querying charset.
10534
10535 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10536 stuff to undisplayer function in Emacs.
10537 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10538
10539 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10540 text/calendar parts.
10541
7f22a765
MB
105422007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10543
01c52d31
MB
10544 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10545 decoding text/calendar parts.
10546
10547 * message.el (message-forward-make-body-mime): Always mark body as
10548 having no illegible text; remove signed-or-encrypted argument.
10549 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10550
7f22a765
MB
10551 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10552 (mml-generate-mime-1): Don't encode body if it is specified to be in
10553 raw form; don't make buffer be unibyte when inserting multibyte string.
10554
67d0660b
SM
105552007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * sha1.el: Fix up comment style.
10558 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10559 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10560
10561 * hex-util.el: Fix up comment style.
10562 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10563
10564 * gnus-salt.el: Use with-current-buffer.
10565 (gnus-pick-setup-message): Fix long-standing typo.
10566
bdaf8a62
MB
105672007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
10568
01c52d31
MB
10569 * imap.el (imap-logout-timeout): New variable.
10570 (imap-logout, imap-logout-wait): New functions.
10571 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10572
10573 * nnimap.el (nnimap-logout-timeout): New server variable.
10574 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10575 nnimap-logout-timeout.
10576
bdaf8a62
MB
10577 * gnus-art.el (gnus-article-summary-command-nosave)
10578 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10579
105802007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * gnus.el (gnus-maximum-newsgroup): New variable.
10583
10584 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10585 according to gnus-maximum-newsgroup.
10586
10587 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
10588 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10589 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 10590
01c52d31
MB
105912007-08-14 Tassilo Horn <tassilo@member.fsf.org>
10592
296a8e19 10593 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
10594 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
10595 Don't perform gnus-configure-windows here; reuse existing sticky
10596 article buffer.
10597
10598 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10599 it doesn't exist in gnus-article-mode.
10600
106012007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10604 (gnus-agent-decoded-group-name): New function.
10605 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10606 (gnus-agent-expire-group-1): Use it; decode group name in messages.
10607
106082007-08-12 Tassilo Horn <tassilo@member.fsf.org>
10609
10610 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10611 Add binding for gnus-sticky-article.
10612 (gnus-summary-exit): Don't kill sticky article buffers.
10613
10614 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10615 article buffer.
10616 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10617 (gnus-kill-sticky-article-buffers): New commands.
10618
37cc095b
MB
106192007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
10620
10621 * nntp.el (nntp-xref-number-is-evil): New server variable.
10622 (nntp-find-group-and-number): If it is non-nil, don't trust article
10623 numbers in the Xref header.
10624
01c52d31
MB
106252007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10626
10627 * gnus-agent.el (gnus-agent-read-group): New function.
10628 (gnus-agent-flush-group, gnus-agent-expire-group)
10629 (gnus-agent-regenerate-group): Use it.
10630 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10631 nnmail-pathname-coding-system.
10632
37cc095b
MB
106332007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10634
10635 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10636
01c52d31
MB
10637 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10638 that are unread as unread, and also as selected so that information of
10639 marks having been changed by a user may be updated when exiting group.
10640
37cc095b
MB
106412007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
10642
10643 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10644
01c52d31
MB
106452007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
10646
10647 * gnus-art.el (gnus-mime-display-single): Pass part number that is
10648 calculated ignoring signature parts to gnus-treat-article.
10649
106502007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10653 a point here in order to keep the window start.
10654 (gnus-insert-mime-security-button): Make a button overlay without the
10655 front stickiness.
10656 (gnus-mime-display-security): Goto the end of a button.
10657
10658 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10659
106602007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10661
10662 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10663 group-name-at-point.
10664 (gnus-group-completing-read): New function that offers decoded
10665 non-ASCII group names for completion.
10666 (gnus-fetch-group, gnus-group-read-ephemeral-group)
10667 (gnus-group-jump-to-group, gnus-group-make-group-simple)
10668 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10669 (gnus-group-fetch-control): Use it.
10670 (gnus-fetch-group): Use group-name-at-point for the initial value
10671 rather than the default value; use gnus-alive-p.
10672
10673 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10674 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10675 (gnus-summary-post-news): Use gnus-group-completing-read.
10676
10677 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10678 (gnus-read-move-group-name): Decode group name for completion.
10679
f0131492 106802007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
10681
10682 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10683 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10684 Yamaoka slightly modified the code).
10685
106862007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
10687
10688 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10689 (nnmail-split-incoming): Bind it.
10690
10691 * nnml.el (nnml-group-name-charset): New function.
10692 (nnml-decoded-group-name): Use it; don't decode group name if
10693 nnmail-group-names-not-encoded-p is non-nil.
10694 (nnml-encoded-group-name): New function.
10695 (nnml-group-pathname): Inline nnml-decoded-group-name.
10696 (nnml-request-expire-articles): Decode group name in message.
10697 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10698 nnmail-pathname-coding-system.
10699 (nnml-save-mail, nnml-active-number): Work with decoded group names and
10700 not decoded ones according to nnmail-group-names-not-encoded-p.
10701 (nnml-generate-active-info): Use nnml-encoded-group-name.
10702
3ecd3a56
GM
107032007-08-08 Glenn Morris <rgm@gnu.org>
10704
10705 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10706 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10707 doc-strings and comments.
10708
cacc7b51
GM
107092007-07-25 Glenn Morris <rgm@gnu.org>
10710
10711 * Relicense all FSF files to GPLv3 or later.
10712
01c52d31 107132007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 10714
296a8e19
SM
10715 * gnus-sum.el (gnus-summary-move-article):
10716 Make gnus-summary-respool-article work.
2f62a044 10717
f931ce84
MB
107182007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
10719
10720 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10721 string.
10722
880820fe 107232007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10724
10725 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
10726 that should be ignored when comparing distant RSS articles with local
10727 ones.
10728 (nnrss-make-hash-index): New function. Create a hash index according
10729 to the ignored fields.
10730 (nnrss-check-group): Use it.
10731
107322007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10735
10736 * gnus-art.el (article-decode-group-name): Decode Xref header too.
10737
10738 * gnus-group.el (gnus-group-make-group): Encode group name here unless
10739 the new optional argument ENCODED is non-nil.
10740 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10741 coding system for encoding group name.
10742 (gnus-group-make-rss-group): Pass un-encoded group name to
10743 gnus-group-make-group.
10744 (gnus-group-set-info): Tell gnus-group-make-group that group name is
10745 encoded.
10746
10747 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10748 Encode group name to which articles are moved or copied.
10749 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10750 coding system for encoding Newsgroup, Followup-To and Xref headers.
10751
10752 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10753 marks; use nnheader-file-coding-system to write a file.
10754 (nnagent-retrieve-headers): Bind file-name-coding-system to
10755 nnmail-pathname-coding-system.
10756
10757 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10758
10759 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10760 (nnml-request-article, nnml-request-create-group)
10761 (nnml-request-rename-group, nnml-find-id)
10762 (nnml-possibly-change-directory, nnml-possibly-create-directory)
10763 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10764 (nnml-save-marks): Use nnml-group-pathname instead of
10765 nnmail-group-pathname.
10766
10767 (nnml-request-create-group, nnml-request-expire-articles)
10768 (nnml-request-move-article, nnml-request-delete-group)
10769 (nnml-deletable-article-p, nnml-possibly-create-directory)
10770 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10771 (nnml-open-marks): Bind file-name-coding-system to
10772 nnmail-pathname-coding-system.
10773
10774 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
10775 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10776 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
10777 (nnml-request-accept-article): Pass server argument to
10778 nnml-active-number and nnml-save-mail.
10779 (nnml-find-group-number): Pass server argument to nnml-find-id.
10780 (nnml-request-update-info): Pass server argument to
10781 nnml-marks-changed-p.
10782
10783 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10784 (nnml-save-mail, nnml-active-number): Add server argument.
10785
10786 (nnml-request-delete-group): Warn if group is missing.
10787 (nnml-get-nov-buffer): Decode group name.
10788 (nnml-generate-active-info): Encode group name.
10789 (nnml-open-marks): Decode group name in messages.
10790
107912007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10792
10793 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10794 if it is not specified.
10795 (gnus-article-pipe-part, gnus-article-save-part)
10796 (gnus-article-interactively-view-part, gnus-article-copy-part)
10797 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10798 (gnus-article-inline-part, gnus-article-save-part-and-strip)
10799 (gnus-article-replace-part, gnus-article-delete-part)
10800 (gnus-article-view-part-as-type): Pass raw prefix argument to
10801 gnus-article-part-wrapper.
10802
108032007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
10804
296a8e19
SM
10805 * gnus-agent.el (gnus-agent-save-active):
10806 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
10807
10808 * gnus-cache.el (gnus-cache-save-buffers)
10809 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10810 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10811 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10812 (gnus-cache-braid-nov, gnus-cache-braid-heads)
10813 (gnus-cache-generate-active, gnus-cache-rename-group)
10814 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
10815 (gnus-cache-update-overview-total-fetched-for):
10816 Bind file-name-coding-system to nnmail-pathname-coding-system.
10817 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10818 New variables.
01c52d31
MB
10819 (gnus-cache-decoded-group-name): New function.
10820 (gnus-cache-file-name): Use it.
10821 (gnus-cache-generate-active): Use non-decoded group name for active.
10822
10823 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10824 right place.
10825 (gnus-write-active-file): Don't break non-ASCII group names.
10826
10827 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10828 nnmail-pathname-coding-system.
10829
10830 * gnus-uu.el (gnus-uu-decode-save): Typo.
10831
f931ce84
MB
108322007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10833
10834 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10835
2f62a044
MB
108362007-07-14 David Kastrup <dak@gnu.org>
10837
10838 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10839 finishing actions if we did not edit the article.
10840
01c52d31
MB
108412007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10842
10843 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10844 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10845 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10846 (gnus-agent-flush-group, gnus-agent-flush-cache)
10847 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10848 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10849 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10850 (gnus-agent-regenerate-group)
10851 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
10852 (gnus-agent-update-view-total-fetched-for):
10853 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
10854 (gnus-agent-group-pathname): Don't encode file names by
10855 nnmail-pathname-coding-system.
10856 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10857 coding-system-for-write instead of buffer-file-coding-system to
10858 gnus-agent-file-coding-system.
10859
10860 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10861 Decode group name.
10862
10863 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10864
10865 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10866 (gnus-read-newsrc-el-file): Make group names unibyte.
10867
10868 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10869 nnmail-pathname-coding-system.
10870
10871 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10872 (nnrss-request-delete-group): Bind file-name-coding-system to
10873 nnmail-pathname-coding-system.
296a8e19
SM
10874 (nnrss-read-server-data, nnrss-read-group-data):
10875 Bind file-name-coding-system correctly.
01c52d31
MB
10876 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10877
10878 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10879 (nntp-server-to-method-cache): New variable.
10880 (nntp-group-pathname): New function that decodes non-ASCII group names.
10881 (nntp-possibly-create-directory, nntp-marks-changed-p)
10882 (nntp-save-marks, nntp-open-marks): Use it.
10883 (nntp-possibly-create-directory, nntp-open-marks):
10884 Bind file-name-coding-system to nnmail-pathname-coding-system.
10885 (nntp-open-marks): Decode group names when bootstrapping marks.
10886
10887 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10888 Newsgroups and Folowup-To headers.
10889
82fe1aed
MB
108902007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10893 (gnus-server-closed-face, gnus-server-denied-face)
10894 (gnus-server-offline-face): Remove variable.
10895 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10896
01c52d31
MB
10897 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10898 of modifying message-stack directly for XEmacs.
10899
82fe1aed
MB
10900 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10901 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10902 if the coding-system argument is nil for XEmacs.
10903
10904 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10905 mm-charset-override-alist.
10906
10907 * rfc2047.el: Don't require base64; require rfc2045 for the function
10908 rfc2045-encode-string.
10909 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10910 to quote the parameter value.
10911
01c52d31
MB
109122007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10915 form in gnus-group-name-charset-method-alist.
10916
10917 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10918 overrides the default layout edit-form.
10919
10920 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10921
10922 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10923
60b0b668
MB
109242007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10927 as unfetched articles.
10928
109292007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10930
10931 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10932
01c52d31
MB
109332007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10934
10935 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10936 original back end that keeps marks in the local system.
10937
60b0b668
MB
109382007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10939
01c52d31
MB
10940 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10941 arg of pop-to-buffer for XEmacs.
10942 (gnus-article-read-summary-keys): Ditto; don't restore window
10943 configuration if summary command ends up with neither article buffer
10944 nor summary buffer; describe bindings if summary keys end with C-h.
10945
109462007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10947
10948 * message.el (message-fix-before-sending): Skip raw message part to be
10949 forwarded while checking illegible text.
296a8e19
SM
10950 (message-forward-make-body-mime, message-forward-make-body):
10951 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
10952
109532007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10954
10955 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10956 (gnus-message-with-timestamp-1): New macro.
10957 (gnus-message-with-timestamp): New function.
10958 (gnus-message): Use them.
10959
10960 * nnheader.el (nnheader-message): Use them.
10961
109622007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10963
10964 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10965 .newsrc.eld file.
60b0b668 10966
5cedca8d
MB
109672007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
10970 (gnus-agent-retrieve-headers):
10971 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
10972
10973 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10974 available also when the server returns simply a dot.
10975
10976 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10977
524705ae
MB
109782007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10979
01c52d31
MB
10980 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10981
109822007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10983
524705ae
MB
10984 * gnus-ems.el (gnus-x-splash): Make it work.
10985
10986 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10987 from being used.
10988
01c52d31
MB
109892007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10992 the front stickiness.
10993 (gnus-article-summary-command-nosave): Correct the order of the
10994 arguments passed to pop-to-buffer.
10995 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10996 summary command ends up with the article buffer.
10997
10998 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10999 the same faces.
524705ae 11000
770edeec
JB
110012007-06-07 Juanma Barranquero <lekktu@gmail.com>
11002
524705ae 11003 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 11004
34c5dce5
JB
110052007-06-06 Juanma Barranquero <lekktu@gmail.com>
11006
3e3dc2c3
JB
11007 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11008 * gnus-sum.el (gnus-summary-highlight):
524705ae 11009 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 11010 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 11011
524705ae
MB
110122007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11013
11014 * gnus-art.el (gnus-mime-view-part-externally)
11015 (gnus-mime-view-part-internally): Fix predicate function passed to
11016 completing-read.
11017
01c52d31
MB
11018 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11019
11020 * gnus.el (gnus-update-message-archive-method): Add :version.
11021
110222007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11023
11024 * gnus.el (gnus-update-message-archive-method): New variable.
11025
11026 * gnus-start.el (gnus-setup-news): Update saved "archive" method
11027 according to gnus-message-archive-method if
11028 gnus-update-message-archive-method is non-nil.
11029
110302007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11031
296a8e19
SM
11032 * gnus-sum.el (gnus-summary-limit-to-address): New function.
11033 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 11034 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 11035
c14dcd06
CY
110362007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11037
11038 * message.el (message-pop-to-buffer): Add switch-function argument.
11039 (message-mail): Pass switch-function argument to it.
524705ae 11040
01c52d31
MB
110412007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
11042
11043 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11044 Improve doc string.
11045
110462007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11047
11048 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11049 (gnus-header-content)
11050 * gnus-cite.el (gnus-cite-10)
11051 * gnus-srvr.el (gnus-server-closed)
11052 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11053 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11054 (gnus-group-mail-3-empty, gnus-group-mail-low)
11055 (gnus-group-mail-low-empty, gnus-splash)
11056 * message.el (message-header-to, message-header-cc)
11057 (message-header-subject, message-header-other, message-header-name)
11058 (message-header-xheader, message-separator, message-cited-text)
11059 (message-mml): Lighten colors of faces used for dark background.
11060
110612007-05-24 Simon Josefsson <simon@josefsson.org>
11062
11063 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11064 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
11065
524705ae
MB
110662007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11067
c9e31f32
SM
11068 * message.el (message-narrow-to-headers-or-head):
11069 Ignore mail-header-separator in the body.
524705ae 11070
01c52d31
MB
110712007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11072
11073 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11074 same as window size.
11075
110762007-05-22 Kevin Ryde <user42@zip.com.au>
11077
11078 * message.el (message-font-lock-keywords): Use message-header-xheader
11079 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
11080 ahead of the anything pattern, to get it recognised.
11081
880820fe 110822007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
11083
11084 * gnus-sum.el (gnus-articles-to-read)
11085 (gnus-summary-insert-old-articles): Don't truncate group name for
11086 `read-string'.
11087
11088 * gnus-util.el (gnus-limit-string): Delete this function.
11089
296a8e19
SM
11090 * gnus-sum.el (gnus-simplify-subject-fully):
11091 Use `truncate-string-to-width' instead.
01c52d31 11092
880820fe 110932007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 11094
296a8e19
SM
11095 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11096 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
11097 (gnus-summary-exit): Use it.
11098
524705ae
MB
110992007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
11100
11101 * gnus-art.el (gnus-article-mode): Fix comment about displaying
11102 non-break space.
c14dcd06 11103
01c52d31
MB
111042007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
11105
11106 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11107 Check if group is not a directory.
11108 (nnfolder-request-expire-articles): Don't delete articles if the target
11109 group is not available.
11110
11111 * nnml.el (nnml-request-create-group): Properly check if group is not a
11112 file.
11113 (nnml-request-expire-articles): Don't delete articles if the target
11114 group is not available.
11115
11116 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11117 Don't quote characters that are within parentheses.
11118
111192007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
11120
11121 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11122 (gnus-handle-ephemeral-exit): Select article according to it.
11123
111242007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11125
11126 * message.el (message-insert-formated-citation-line): Remove newline.
11127 (message-citation-line-format): Add final \n here so that the user can
11128 avoid a blank line.
11129
111302007-05-03 Dan Christensen <jdc@uwo.ca>
11131
11132 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11133 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11134 Update lanl/arXiv support.
596e5f72 11135
01c52d31
MB
111362007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11137
11138 * gnus.el: Bump version number.
11139
111402007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11141
11142 * gnus.el (gnus-version-number): Bump version.
11143
9b3ebcb6 111442007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
11145
11146 * gnus.el: No Gnus v0.6 is released.
11147
111482007-04-27 Didier Verna <didier@xemacs.org>
11149
296a8e19
SM
11150 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11151 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
11152 * message.el: Don't require 'gnus-util.
11153 (message-dont-reply-to-names): Handle name change above.
11154 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11155
111562007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11159 since the initial value varies according to the system.
11160
111612007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11162
11163 * mm-util.el (mm-charset-synonym-alist): Defcustom.
11164
111652007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
11166
11167 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11168
111692007-04-24 Didier Verna <didier@xemacs.org>
11170
11171 Improve the type of gnus-ignored-from-addresses.
11172 * gnus-util.el (gnus-orify-regexp): New function.
11173 * message.el (gnus-util): Require it.
11174 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11175 * gnus-sum.el (gnus-ignored-from-addresses): New function.
11176 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11177
111782007-04-24 Didier Verna <didier@xemacs.org>
11179
11180 * gnus-sum.el:
11181 * gnus-utils.el: Fix some trailing whitespaces.
11182
111832007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
11184
11185 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11186 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11187 article's Message-ID; refer parent article in summary buffer.
11188
11189 * message.el (message-bounce): Call mime-to-mml.
11190
111912007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11192
11193 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 11194
6b554e88
MB
111952007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
11196
11197 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11198 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11199 displayed of multipart/alternative part if it is invoked from summary
11200 buffer.
6b554e88
MB
11201
11202 * mm-view.el (mm-inline-text-html-render-with-w3m)
11203 (mm-inline-text-html-render-with-w3m-standalone)
11204 (mm-inline-render-with-function): Use mail-parse-charset by default.
11205
01c52d31
MB
112062007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
11207
11208 * parse-time.el (parse-time-string-chars): Check if CHAR
11209 is less than the length of parse-time-syntax.
11210
112112007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
11212
11213 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11214 from gnus-newsgroup-processable.
11215
112162007-04-16 Didier Verna <didier@xemacs.org>
11217
296a8e19
SM
11218 * gnus-msg.el (gnus-configure-posting-styles):
11219 Handle message-signature-directory properly with :file syntax.
11220 Reported by "Leo".
01c52d31
MB
11221
112222007-04-11 Didier Verna <didier@xemacs.org>
11223
11224 New user option: message-signature-directory.
11225 * gnus-msg.el (gnus-configure-posting-styles): Support it.
11226 * message.el (message-insert-signature): Ditto.
11227 * message.el (message-signature-file): Doc update.
11228 * message.el (message-signature-directory): New.
11229
c429815a
MB
112302007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
11231
296a8e19
SM
11232 * gnus-msg.el (gnus-inews-yank-articles):
11233 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
11234
112352007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * message.el (message-yank-original): Make sure cited text ends with
11238 newline; don't exchange point and mark.
11239
112402007-04-07 Chong Yidong <cyd@stupidchicken.com>
11241
11242 * tls.el (open-tls-stream): Properly handle case where there
11243 is no associated buffer.
11244
c345112e
TTN
112452007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
11246
11247 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11248 message-yank-original, make sure (< mark TEXT point).
11249
8aed9ac5
RS
112502007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11251
01c52d31
MB
11252 * message.el (message-fill-column): New variable.
11253 (message-mode): Use it. Add comment on a possible new hook.
11254
8aed9ac5
RS
11255 * nnmail.el (nnmail-spool-file): Mark as obsolete.
11256 (nnmail-get-new-mail): Reformat.
11257
11258 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11259
11260 * gmm-utils.el: Fix Commentary.
11261 (gmm-tool-bar-from-list): Fix typo in doc string.
11262
561fb491
TTN
112632007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
11264
01c52d31
MB
11265 * message.el (message-yank-original): Don't switch point and mark
11266 unnecessarily to put point and mark as documented.
11267
112682007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11269
11270 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11271 from the message heads.
11272
112732007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
11274
11275 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11276 article buffer does not have a window. This may not be the best
11277 solution but is certainly better than setting the start of the null,
11278 that is the current, window.
11279
112802007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11281
11282 * gnus-draft.el (gnus-draft-setup-hook): New hook.
11283 (gnus-draft-setup): Run it.
11284
11285 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11286 gnus-score-fast-scoring. Allow regexp.
11287 (gnus-score-headers): Use it.
11288
11289 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11290 XEmacs.
11291
11292 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11293 string.
11294 (gnus-button-alist): Also catch `<f1> k ...'.
11295 (gnus-treat-display-x-face): Fix doc string.
561fb491 11296
87ba2830
MB
112972007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11298
11299 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11300 evaluation of gnus-extended-version to ensure correct generation of the
11301 User-Agent header when message-generate-headers-first is used.
11302
01c52d31 113032007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 11304
01c52d31
MB
11305 * hashcash.el (hashcash-generate-payment-async): Don't crash if
11306 hashcash-path is nil. Don't call callback with incorrect number of
11307 parameters if val is 0.
87ba2830 11308
815b81c8
MB
113092007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11310
11311 * message.el (message-required-news-headers):
11312 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11313
113142007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11315
11316 * message.el (message-generate-new-buffers): Change the meaning of the
11317 nil value; add `standard' to the choices; treat t as `unique'; improve
11318 doc string.
11319 (gnus-select-frame-set-input-focus): Autoload.
11320 (message-buffer-name): Search for the existing message buffer if
11321 message-generate-new-buffers is nil or `standard'; treat the value t of
11322 message-generate-new-buffers as `unique'.
11323 (message-pop-to-buffer): Raise the frame already displaying the message
11324 buffer; clear the echo area after querying.
11325 (message-setup): Pass the `continue' argument to compose-mail.
11326 (message-mail): Prefer `switch-function' if it is given; search for the
11327 existing message buffer if the `continue' argument is non-nil; pass
11328 continue and switch-function arguments to compose-mail by way of
11329 message-setup.
11330 (message-mail-other-window): Adjust argument of message-setup.
11331 (message-mail-other-frame): Ditto.
11332
01c52d31
MB
113332007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11334
11335 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11336 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11337 to turn font-lock on when turning gnus-message-citation-mode on.
11338
113392007-03-06 Daiki Ueno <ueno@unixuser.org>
11340
11341 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11342 (mml-smime-function-alist): New variable; add epg as the backend.
11343 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11344 mml-smime- functions instead.
11345 * mm-view.el: Require smime.
11346
113472007-03-05 Didier Verna <didier@xemacs.org>
11348
11349 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11350 instead of just inheritance for posting styles.
11351 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11352
113532007-02-24 John Paul Wallington <jpw@pobox.com>
11354
11355 * tls.el (tls-certtool-program): Fix custom type.
11356
113572007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11358
11359 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11360 and point-at-eol instead of line-(beginning|end)-position.
11361
11362 * assistant.el (assistant-parse-buffer): Ditto.
11363
113642007-02-28 Daiki Ueno <ueno@unixuser.org>
11365
11366 * mml2015.el (mml2015-epg-find-usable-key): New function.
11367 (mml2015-epg-sign): Use it.
11368 (mml2015-epg-encrypt): Use it.
11369
45cb30ee
MB
113702007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11371
11372 * message.el (message-make-in-reply-to): Quote name containing
11373 non-ASCII characters. It will make the RFC2047 encoder cause an error
11374 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 11375 <nakaji@jp.freebsd.org>.
45cb30ee 11376
01c52d31
MB
113772007-02-27 Didier Verna <didier@xemacs.org>
11378
11379 Include the group parameters as well as the topic ones in the
11380 inheritance filter process.
11381 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11382 argument GROUP-PARAMS-LIST.
11383 * gnus-topic.el (gnus-group-topic-parameters): Use it.
11384
45cb30ee
MB
113852007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11386
11387 * nntp.el (nntp-never-echoes-commands)
11388 (nntp-open-connection-functions-never-echo-commands): New variables.
11389 (nntp-send-command): Use them.
11390
01c52d31
MB
113912007-02-20 Daiki Ueno <ueno@unixuser.org>
11392
296a8e19 11393 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
11394
113952007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11396
11397 * mml.el (mml-content-disposition-alist): New user option.
11398 (mml-content-disposition): New function.
11399 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11400 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11401
114022007-02-19 Daiki Ueno <ueno@unixuser.org>
11403
11404 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11405 verification.
11406
aa260d63
MB
114072007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11408
11409 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11410 articles posted in the last 24 hours.
11411
c371062c
CY
114122007-02-14 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11415
880820fe 114162007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
11417
11418 * nntp.el (nntp-send-command): Don't wait for echoes when
11419 nntp-open-ssl-stream is used.
11420
114212007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11422
11423 * gnus-cite.el (gnus-test-font-lock-add-keywords)
11424 (gnus-message-add-citation-keywords)
11425 (gnus-message-remove-citation-keywords): Remove.
11426 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11427 directly, make the variables in font-lock-defaults buffer-local, add
11428 gnus-message-citation-keywords to them and then update the value of
11429 font-lock-keywords.
11430
114312007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * message.el (message-cite-original-1): Don't call
11434 gnus-article-highlight-citation.
11435
11436 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11437 citations; fix line count.
11438
114392007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11440
11441 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11442 (gnus-message-add-citation-keywords)
11443 (gnus-message-remove-citation-keywords): Use it; fix the emulating
11444 versions of font-lock-add-keywords and font-lock-remove-keywords to
11445 work with XEmacs correctly.
11446
114472007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11448
11449 * gnus-cite.el (gnus-cite-face-list): Set the values of
11450 gnus-message-max-citation-depth and gnus-message-citation-keywords.
11451 (gnus-message-max-citation-depth): Use defvar rather than defconst.
11452 (gnus-message-cite-prefix-regexp): New variable.
11453 (gnus-message-search-citation-line): Use it; protect against long
11454 citation prefix; fill match data with nil rather than 0 for XEmacs; set
11455 the 0th match data for Emacs.
11456 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11457 (gnus-message-add-citation-keywords): Append keywords rather than
11458 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
11459 (gnus-message-remove-citation-keywords):
11460 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
11461
11462 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11463
11464 * message.el (message-cite-prefix-regexp): Set the value of
11465 gnus-message-cite-prefix-regexp.
11466
c91f4b83
MB
114672007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11468
11469 * nnweb.el (nnweb-google-parse-1): Update parser.
11470
8f77631e
JB
114712007-01-29 Juanma Barranquero <lekktu@gmail.com>
11472
11473 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11474
41e49ce6
MB
114752007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11476
11477 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11478 regexp.
11479
114802007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11481
11482 * uudecode.el (uudecode-string-to-multibyte): New function emulating
11483 string-to-multibyte.
11484 (uudecode-decode-region-internal): Use it.
11485
b28080e3
MB
114862007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11487
296a8e19
SM
11488 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11489 Fix custom choice.
b28080e3
MB
11490
11491 * gnus-art.el (gnus-signature-limit): Fix custom choice.
11492
01c52d31
MB
114932007-01-22 Daiki Ueno <ueno@unixuser.org>
11494
11495 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11496
11497 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11498 `write-region' to respect `mm-inhibit-file-name-handlers'.
11499
b66f54c1
MB
115002007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
11501
11502 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11503 Use gnus-home-directory instead of "~/" or "$HOME".
11504
01c52d31
MB
115052007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
11506
11507 * encrypt.el (encrypt-insert-file-contents): Add better prompt
11508 to mention filename.
11509 Add comments at beginning regarding usage.
11510 (encrypt-write-file-contents): Change interactive so a string is
11511 acceptable. If the file has no associated model, show an error instead
11512 of a nonsense prompt.
11513
115142007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11515
11516 * spam.el (spam-bsfilter-ham-switch): Fix typo.
11517 Thanks to Yoshihiko Yamada for kind notification of this typo.
11518
0d7c8ac4
KH
115192007-01-12 Kenichi Handa <handa@m17n.org>
11520
11521 * uudecode.el (uudecode-decode-region-internal): Make it work in a
11522 multibyte buffer.
651408cb
MB
11523
115242007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
11525
01c52d31
MB
11526 * gnus-score.el (gnus-score-fast-scoring): New variable.
11527 (gnus-score-headers): Use it.
11528
651408cb 11529 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 11530
296a8e19
SM
11531 * message.el (message-cite-original-1):
11532 Call gnus-article-highlight-citation if requested.
60ece9b0 11533 (message-make-from): Allow name and address as optional arguments.
40e902eb 11534
01c52d31 11535 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 11536
01c52d31
MB
11537 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11538 bugs to doc string.
11539 (gnus-button-alist): Add mid\\|message-id.
11540 (gnus-button-fetch-group): Extend for use in
11541 `browse-url-browser-function'.
11542 (gnus-button-url-regexp): Try to catch paired parentheses like in
11543 Wikipedia URLs.
d84c3737 11544
01c52d31
MB
11545 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11546 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 11547
01c52d31 115482007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 11549
01c52d31
MB
11550 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11551 Update copyright.
ba361211 11552
01c52d31 115532007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 11554
01c52d31 11555 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 11556
01c52d31 115572007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 11558
01c52d31
MB
11559 * gnus-registry.el (gnus-registry-unfollowed-groups)
11560 (gnus-registry-split-fancy-with-parent): Fix documentation.
11561
115622007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11563
11564 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11565 from nnweb groups.
11566
115672006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
11568
11569 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11570 Xref urls. Erase buffer before requesting head.
11571
11572 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11573
115742007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * gnus-soup.el (gnus-soup): New custom group. Make user variables
11577 customizable.
11578
115792007-01-05 Daiki Ueno <ueno@unixuser.org>
11580
11581 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11582 no signing key is found.
11583 (mml2015-epg-encrypt): Ask user whether to skip or abort if
11584 no encrypting and/or signing key is found.
11585
115862007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11587
11588 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11589
115902007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11591
11592 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11593 headers read from disk with the ones newly found in the current search.
11594 This should no longer cause problems, because the article numbers in
11595 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
11596
115972007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11598
11599 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11600
116012007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
11602
11603 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11604
01c52d31
MB
116052007-01-01 Romain Francoise <romain@orebokech.com>
11606
11607 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11608
116092006-12-31 Steve Youngs <steve@sxemacs.org>
11610
11611 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11612 `define-minor-mode' macro definition expanded properly.
11613 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11614 exclude it there.
11615
11616 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11617 of 2006-12-30. The default is nil on (S)XEmacs already because of the
11618 `fboundp' test.
11619 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11620 This is OK to autoload in (S)XEmacs now.
11621
116222006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11623
11624 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11625 keystroke.
11626 (gnus-summary-limit-to-singletons): Fix typo.
11627
11628 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11629 else fails.
11630
db629244
MB
116312006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11632
01c52d31
MB
11633 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11634 docstring.
11635
11636 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11637 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11638 (gnus-summary-insert-dormant-articles): Fix typo in message.
11639
116402006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
11641
11642 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11643 nil for XEmacs.
11644 (gnus-message-citation-mode): Don't autoload in XEmacs.
11645
11646 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 11647
880820fe 116482006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 11649
296a8e19
SM
11650 * nnimap.el (nnimap-expunge-search-string):
11651 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
11652
116532006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
11654
11655 * spam.el: Revert to make-obsolete-variable because
11656 define-obsolete-variable-alias is not supported in Emacs 21.
11657
01c52d31
MB
11658 * spam.el (spam-ifile-path, spam-ifile-database-path)
11659 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11660 make-obsolete-variable.
11661 (spam-bsfilter-path, spam-bsfilter-program)
11662 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
11663 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11664 Don't use "path" inappropriately.
01c52d31
MB
11665 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11666 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11667 variable names.
11668
11e95b02
MB
116692006-12-28 Daiki Ueno <ueno@unixuser.org>
11670
11671 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11672 summary buffer.
11673
01c52d31
MB
11674 * password.el (password-cache-remove): Use clear-string to burn
11675 password, if available.
11e95b02 11676
01c52d31
MB
116772006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11678
11679 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11680
11681 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11682
11683 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11684 (gnus-message-highlight-citation): Move defcustom here from
11685 gnus-cite.el.
11686 (gnus-message-citation-mode): Autoload.
11687
11688 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
11689 checks to make it compile with XEmacs.
11690 (gnus-message-citation-mode): New minor mode.
11691 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11692 (gnus-message-highlight-citation): New variables.
11693 (gnus-message-search-citation-line)
11694 (gnus-message-add-citation-keywords)
11695 (gnus-message-remove-citation-keywords)
11696 (turn-on-gnus-message-citation-mode)
11697 (turn-off-gnus-message-citation-mode): New functions.
11698
116992006-12-26 Oliver Scholz <epameinondas@gmx.de>
11700
11701 * gnus-cite.el: Enable highlighting of different citation levels in
11702 message-mode.
11e95b02
MB
11703
117042006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
11705
11706 * message.el (message-make-fqdn): Fix comment.
11707 (message-bogus-system-names): Add ".local".
11708
11709 * spam.el (spam-ifile-path, spam-ifile-program)
11710 (spam-ifile-database-path, spam-ifile-database)
11711 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11712 Don't use "path" inappropriately.
11713 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11714 strings.
11715 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
11716 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11717 Use new variable names.
11e95b02
MB
11718
11719 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11720 (gnus-treat-display-smileys): Simplify using
11721 gnus-image-type-available-p.
11722
11723 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11724 available.
11725
117262006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
11727
11728 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11729 one after turning on the buffer's multibyteness instead of decoding
11730 them directly in the unibyte buffer that causes unexpected conversion
11731 in Emacs 23 (unicode).
11732
01c52d31
MB
117332006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11734
11735 * message.el (message-generate-hashcash): Fix custom type.
11736
117372006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11738
11739 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11740
9b9e104e
MB
117412006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
11742
11743 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11744 disconnect icons. Add help text.
11745
01c52d31
MB
117462006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
11747
11748 * spam.el (spam-extra-header-to-number): CRM114 spam score is
11749 negated to be consistent with the others we handle.
11750
117512006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11752
11753 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11754 version of gnus-summary-buffer to something, so that we can use two
11755 article buffers at the same time.
11756
117572006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
11758
11759 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11760 trigger all the extra headers.
11761 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11762 sorting.
11763
117642006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11765
11766 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11767 solid groups.
11768
bcd3e063
MB
117692006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11770
11771 * legacy-gnus-agent.el: Add Copyright notice.
11772
82e5f93f
CY
117732006-12-12 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11776
01c52d31
MB
117772006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11778
11779 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11780
11781 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11782 to make it work reliably in CVS Emacs.
11783 (gnus-summary-limit-strange-charsets-predicate)
11784 (gnus-summary-limit-to-predicate): New functions.
11785
f88e76a8
CY
117862006-12-08 Chong Yidong <cyd@stupidchicken.com>
11787
11788 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11789 specifying array size.
11790 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11791 array if it is too small.
296a8e19 11792 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
11793 (gnus-sort-threads-loop): New function.
11794
e925d5ae 117952006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
11796
11797 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11798 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11799
880820fe 118002006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
11801
11802 * mm-url.el (mm-url-predefined-programs): Call curl with correct
11803 options.
11804
01c52d31
MB
118052006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11806
11807 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11808 DOS-ing the recipient.
11809
11810 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11811 the headers when creating the mapping to avoid mismappings.
11812 (nnweb-gmane-create-mapping): Always nix out old mapping.
11813
118142006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11815
11816 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11817 and mm-verify-option to never.
11818
5538c331
MB
118192006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11820
01c52d31
MB
11821 * message.el (message-signed-or-encrypted-p): New function.
11822 (message-forward-make-body): Use it.
11823
11824 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11825 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
11826
118272006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11828
296a8e19
SM
11829 * nneething.el (nneething-decode-file-name):
11830 Replace decode-coding-string with mm-decode-coding-string.
5538c331 11831
01c52d31
MB
11832 * gnus-int.el (gnus-open-server): Say failed server's name.
11833
550831ed
JB
118342006-11-24 Juanma Barranquero <lekktu@gmail.com>
11835
11836 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11837 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11838
11839 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11840 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11841 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11842 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11843 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11844 (gnus-subscribe-newsgroup, gnus-1):
11845 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11846 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11847 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11848 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11849
01c52d31
MB
118502006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
11852 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11853 keystroke.
11854 (gnus-summary-limit-to-bodies): Implement headersp.
11855
118562006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11857
11858 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11859
e8f0f70d
MB
118602006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11861
11862 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11863
01c52d31
MB
118642006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11865
11866 * message.el (message-generate-hashcash): Expand range of values to
11867 include `opportunistic'.
11868 (message-send-mail): Use it.
11869
b07e0143
MB
118702006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11871
11872 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11873 and comment it.
11874
11875 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11876
4573e0df
MB
118772006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11878
11879 * gnus-util.el (gnus-extract-address-components): Improve comment.
11880
118812006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * gnus-util.el (gnus-extract-address-components): Work with address in
11884 which the name portion contains @.
11885
118862006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11887
11888 * gnus.el (gnus-start): Move custom group up.
11889 (gnus-select-method): Don't autoload, but make it available for
11890 `customize-variable'.
11891 (gnus-getenv-nntpserver): Don't autoload.
11892
01c52d31
MB
118932006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11894
11895 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11896
118972006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11898
11899 * message.el (message-sendmail-extra-arguments): New variable.
11900 (message-send-mail-with-sendmail): Use it.
11901
4573e0df
MB
119022006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11905 mm-with-unibyte-current-buffer to make string unibyte.
11906
11907 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11908 mm-string-as-multibyte.
11909
01c52d31
MB
119102006-11-14 Daiki Ueno <ueno@unixuser.org>
11911
11912 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11913 Reported by Werner Koch <wk@gnupg.org>.
11914
119152006-11-14 Daiki Ueno <ueno@p360>
11916
11917 * mml2015.el: Autoload epa-select-keys when compiling.
11918
119192006-11-13 Daiki Ueno <ueno@unixuser.org>
11920
11921 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11922 message-options.
11923 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11924
119252006-11-13 Daiki Ueno <ueno@unixuser.org>
11926
296a8e19 11927 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
11928 EasyPG (< 0.0.6).
11929 (mml2015-always-trust): New user option.
11930 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11931 prompt.
11932
119332006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * nntp.el (nntp-authinfo-force): New variable.
11936 (nntp-send-authinfo): Use it.
11937
4573e0df
MB
119382006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11939
01c52d31
MB
11940 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11941 decode encoded words. Improve prompt. Add comment about forwarding.
11942 (message-replacement-char): Move up.
4573e0df
MB
11943
119442006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11945
11946 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11947 instead of gnus-intersection because arguments of gnus-sorted-nunion
11948 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11949
01c52d31
MB
119502006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11951
11952 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
11953 (message-simplify-subject-functions):
11954 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
11955
119562006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11957
c4cc8b9a 11958 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
11959 (message-simplify-subject-functions): New variable.
11960 (message-simplify-subject): Use it. Fix typo in doc string.
11961 Support message-strip-subject-encoded-words.
11962
06856b12
JB
119632006-11-03 Juanma Barranquero <lekktu@gmail.com>
11964
11965 * gnus-diary.el (gnus-diary-delay-format-function):
11966 * nndiary.el (nndiary-reminders):
11967 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11968
b193caa3
MB
119692006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11970
11971 * gnus-art.el (article-hide-boring-headers): Fetch date from
11972 gnus-original-article-buffer to avoid problems with localized date
11973 strings.
11974
119752006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11978
ab785936
MB
119792006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11980
06856b12
JB
11981 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11982 New variables.
ab785936
MB
11983 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11984 (mm-charset-synonym-alist): Move some entries to
11985 mm-codepage-iso-8859-list.
296a8e19
SM
11986 (mm-charset-synonym-alist, mm-charset-override-alist):
11987 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 11988
b90a6149
MB
119892006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11990
11991 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11992
119932006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11994
11995 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11996 with Emacs 21 and XEmacs.
11997
01c52d31
MB
119982006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11999
12000 * spam.el (spam-parse-address): New function for better parsing,
12001 catching errors, etc.
12002 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12003
b90a6149
MB
120042006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * mm-view.el: Add interactive arg to html2text autoload.
12007
120082006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12009
12010 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12011
01c52d31
MB
120122006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
12013
296a8e19
SM
12014 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12015 New variables.
01c52d31
MB
12016 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12017 (mm-charset-synonym-alist): Move some entries to
12018 mm-codepage-iso-8859-list.
12019
12020 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12021
120222006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
12023
12024 * message.el (message-citation-line-format)
12025 (message-insert-formated-citation-line): Fix implementation of %E, %N
12026 and %n according to the doc string.
12027
120282006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
12029
296a8e19
SM
12030 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12031 Use car-safe to avoid bad parses.
01c52d31 12032
c86d4601
MB
120332006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12034
12035 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12036 names.
12037
12038 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12039
120402006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12041
01c52d31
MB
12042 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12043 header.
12044
12045 * message.el (message-draft-headers): Add Date.
12046 (message-headers-to-generate): Fix typo in docstring.
12047
12048 * nndraft.el (nndraft-required-headers): New variable.
12049 (nndraft-generate-headers): Use it.
12050
12051 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12052
120532006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12054
12055 * gnus-registry.el (gnus-registry-wash-for-keywords)
12056 (gnus-registry-find-keywords): New functions to allow easy searching of
12057 articles that are in the registry.
12058
120592006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
12060
296a8e19
SM
12061 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12062 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 12063 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
12064
120652006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12066
12067 * gnus.el (gnus-mime): Remove unused custom group.
12068
92edaeed
MB
120692006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12070
12071 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12072 "blank line" when searching for end of armor headers.
12073
120742006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
12075
12076 * gmm-utils.el (gmm-write-region): Fix variable name.
12077
120782006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
12079
12080 * gmm-utils.el (gmm-write-region): New function based on compatibility
12081 code from `mm-make-temp-file'.
12082
12083 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12084
12085 * nnmaildir.el (nnmaildir--update-nov)
12086 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12087 Use `gmm-write-region'.
12088
996aa8c1
MB
120892006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12090
296a8e19
SM
12091 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12092 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
12093
12094 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12095
12096 * message.el (message-replacement-char): New variable.
12097 (message-fix-before-sending): Use it.
12098 (message-simplify-subject): New function to remove duplicate code.
12099 (message-reply, message-followup): Use it.
12100
296a8e19
SM
12101 * gnus-sum.el (gnus-summary-make-menu-bar):
12102 Clarify gnus-summary-limit-to-articles.
996aa8c1 12103
01c52d31 121042006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 12105
01c52d31 12106 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 12107
01c52d31 12108 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 12109
01c52d31 121102006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 12111
01c52d31
MB
12112 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12113 ignore non-string data.
996aa8c1 12114
01c52d31 121152006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 12116
01c52d31
MB
12117 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12118 non-string data (needs to be done in the registry too).
996aa8c1 12119
01c52d31 121202006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 12121
01c52d31
MB
12122 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12123 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12124 (gnus-registry-split-fancy-with-parent)
12125 (gnus-registry-fetch-simplified-message-subject-fast)
12126 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12127 Remove text properties on ingress into the registry and when it's saved.
12128 (gnus-registry-clean-empty-function): Fix bug with cleaning the
12129 registry from entries with no groups.
996aa8c1 12130
01c52d31 121312006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 12132
01c52d31
MB
12133 * gnus-util.el (gnus-string-remove-all-properties): Add utility
12134 function to remove string properties.
996aa8c1 12135
67099291
MB
121362006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12137
12138 * gmm-utils.el (gmm): Adjust custom version.
12139
296a8e19
SM
12140 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12141 Adjust custom version.
67099291
MB
12142
12143 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12144
01c52d31
MB
121452006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12146
12147 * gnus-art.el (gnus-insert-prev-page-button)
12148 (gnus-insert-next-page-button): Simplify. Reformat.
12149
121502006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12151
12152 * gnus-art.el (gnus-insert-prev-page-button)
12153 (gnus-insert-next-page-button): Apply gnus-article-button-face.
12154
94019f61
CY
121552006-09-25 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12158
01c52d31
MB
121592006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
12160
c4cc8b9a
JB
12161 * gnus-art.el (gnus-insert-mime-button)
12162 (gnus-insert-mime-security-button):
12163 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
12164
121652006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
12166
12167 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12168 readable.
12169
121702006-09-20 Steve Youngs <steve@sxemacs.org>
12171
12172 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12173 `browse-url-of-file' instead of `browse-url'.
12174
0327a464
MB
121752006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12176
12177 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12178 regexp. Articles containing quotation were cut prematurely.
12179
121802006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12181
01c52d31
MB
12182 * message.el (message-cite-original-1): Use nobody by default for the
12183 value of From header.
0327a464
MB
12184 (message-reply): Ditto.
12185
01c52d31
MB
121862006-09-11 Daiki Ueno <ueno@unixuser.org>
12187
12188 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12189 to the gnus-info. This fixes a bug of inline-PGP message verification.
12190 Reported by Michael Piotrowski <mxp@dynalabs.de>.
12191
b110774a
MB
121922006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
12193
12194 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12195 mails in the doc string. Add some URLs in comment.
01c52d31 12196 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
12197
121982006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
12199
12200 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12201 backslashes handling and the way to find boundaries of quoted strings.
12202
01c52d31
MB
122032006-09-07 Daiki Ueno <ueno@unixuser.org>
12204
12205 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12206 mml1991-encrypt-to-self is set and mml1991-signers is not set.
12207 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12208 mml2015-encrypt-to-self is set and mml2015-signers is not set.
12209
676c1893
RS
122102006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12211
01c52d31
MB
12212 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
12213 doc string.
12214 (gnus-button-regexp, gnus-button-last): Remove unused variables.
12215
122162006-09-06 Simon Josefsson <jas@extundo.com>
12217
12218 * mml2015.el (mml2015-use): Doc fix, mention epg.
12219
122202006-09-06 Daiki Ueno <ueno@unixuser.org>
12221
12222 * mml2015.el (mml2015-use): Default to epg, if available.
12223
122242006-09-06 Daiki Ueno <ueno@unixuser.org>
12225
12226 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12227 message-sender.
12228 (mml1991-epg-encrypt): Ditto.
12229 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12230 message-sender.
12231 (mml2015-epg-encrypt): Ditto.
676c1893 12232
de4fbbe4
CY
122332006-09-04 Chong Yidong <cyd@stupidchicken.com>
12234
12235 * message.el (message-send-mail-with-sendmail): Look for sendmail in
12236 several common directories.
12237
01c52d31
MB
122382006-09-05 Daiki Ueno <ueno@unixuser.org>
12239
12240 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12241 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12242
d7093904
MB
122432006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12244
8fbdffe5
MB
12245 * gnus-art.el (article-decode-encoded-words): Make it fast.
12246
122472006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
12248
12249 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12250
d7093904
MB
12251 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12252 in quoted string into `\'.
12253
343d6628
MB
122542006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12255
12256 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12257 Use standard-syntax-table.
12258
122592006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * gnus-art.el (gnus-decode-address-function): New variable.
12262 (article-decode-encoded-words): Use it to decode headers which are
12263 assumed to contain addresses.
12264 (gnus-mime-delete-part): Remove useless `or'.
12265
12266 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12267 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12268 (gnus-nov-parse-line): Use it to decode From header.
12269 (gnus-get-newsgroup-headers): Ditto.
12270 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12271
12272 * mail-parse.el (mail-decode-encoded-address-region): New alias.
12273 (mail-decode-encoded-address-string): New alias.
12274
12275 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12276 New function.
12277 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12278 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12279 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12280 (rfc2047-decode-string): Ditto.
12281 (rfc2047-decode-address-region): New function.
12282 (rfc2047-decode-address-string): New function.
12283
01c52d31
MB
122842006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
12285
12286 * message.el (message-caesar-buffer-body): Allow rotating headers.
12287
12288 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12289
12290 * message.el (message-insert-formated-citation-line): Fix %f.
12291 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12292
122932006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12296 (gnus-bookmark-mouse-available-p): New macro.
12297 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12298 (gnus-bookmark-bmenu-show-infos): Use it.
12299 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12300 (gnus-bookmark-bmenu-hide-infos): Ditto.
12301 (gnus-bookmark-remove-properties): New function.
12302 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12303 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12304 (gnus-bookmark-write-file): Bind coding-system-for-write.
12305 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12306 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12307 group before selecting it.
12308 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12309 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12310 quit-window if it is not available; use gnus-mouse-2 and bind it to
12311 gnus-bookmark-bmenu-select-by-mouse.
12312 (gnus-bookmark-show-details): Remove unused variable `details-list'.
12313 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 12314
5dab7628
RF
123152006-08-13 Romain Francoise <romain@orebokech.com>
12316
12317 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12318 space.
12319
5ebdc299
MB
123202006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12321
12322 * compface.el (uncompface): Use binary rather than raw-text-unix.
12323
123242006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
12325
12326 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
12327 place when communicating with the external programs.
12328 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
12329
123302006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
12331
12332 * nnheader.el (nnheader-insert-head): Fix typo in comment.
12333
123342006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12335
12336 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12337 Make it more robust by parsing author and date independently.
12338
ebf693f3
MB
123392006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
12340
12341 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12342
01c52d31
MB
123432006-07-28 Daiki Ueno <ueno@unixuser.org>
12344
12345 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12346 first matching secret key.
12347 (mml2015-epg-encrypt): Ditto.
12348
12349 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12350 first matching secret key.
12351 (mml1991-epg-encrypt): Ditto.
12352
12353 * mml2015.el (mml2015-encrypt-to-self): New user option.
12354 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12355 mml2015-epg-encrypt-to-self is set.
12356
12357 * mml1991.el (mml1991-encrypt-to-self): New variable.
12358 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12359 mml1991-epg-encrypt-to-self is set.
12360
12361 * mml2015.el (mml2015-signers): New user option.
12362 (mml2015-epg-sign): Reflect the value of mml2015-signers.
12363 (mml2015-epg-encrypt): Allow to select signing keys.
12364
12365 * mml1991.el (mml1991-signers): New variable.
12366 (mml1991-epg-sign): Reflect the value of mml1991-signers.
12367 (mml1991-epg-encrypt): Allow to select signing keys.
12368
ebf693f3
MB
123692006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
12370
12371 * nnheader.el (nnheader-insert-head): Make it work even if the file
12372 uses CRLF for the line-break code.
12373
01c52d31
MB
123742006-07-25 Daiki Ueno <ueno@unixuser.org>
12375
12376 * mml2015.el: Require mml-sec instead of password.
12377 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12378 (mml2015-cache-passphrase): Inherit the default value from
12379 mml-secure-cache-passphrase.
12380 (mml2015-passphrase-cache-expiry): Inherit the default value from
12381 mml-secure-passphrase-cache-expiry.
12382
12383 * mml1991.el: Require mml-sec instead of password.
12384 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12385 (mml1991-cache-passphrase): Inherit the default value from
12386 mml-secure-cache-passphrase.
12387 (mml1991-passphrase-cache-expiry): Inherit the default value from
12388 mml-secure-passphrase-cache-expiry.
12389
12390 * mml-sec.el: Require password.
12391 (mml-secure-verbose): New user option.
12392 (mml-secure-cache-passphrase): New user option.
12393 (mml-secure-passphrase-cache-expiry): New user option.
12394
123952006-07-24 Daiki Ueno <ueno@unixuser.org>
12396
12397 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12398 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 12399 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
12400
12401 FIXME: Use `tiny change'?
12402
bd876f90
MB
124032006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12404
12405 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12406 workaround for the url package included with Emacs.
12407
12408 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12409
01c52d31
MB
124102006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
12411
12412 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12413 correctly. This fixes a bug caused by the 2006-05-12 change.
12414
06dc8321
KF
124152006-07-18 Karl Fogel <kfogel@red-bean.com>
12416
12417 * nnmail.el (nnmail-article-group): If splitting raises an error, give
12418 some information about the error when saying that the `bogus' mail
12419 group will be used.
12420
7ce31649
MB
124212006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12424 string.
12425
b44409c9
MB
124262006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
12427
12428 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12429
763bb2d4
MB
124302006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12431
12432 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12433
01c52d31
MB
124342006-07-10 Daiki Ueno <ueno@unixuser.org>
12435
12436 * mml1991.el (mml1991-function-alist): Add epg.
12437 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12438 (mml1991-epg-encrypt): New functions.
12439
124402006-07-10 Daiki Ueno <ueno@unixuser.org>
12441
12442 * mml2015.el (mml2015-verbose): New variable.
12443 (mml2015-cache-passphrase): Ditto.
12444 (mml2015-passphrase-cache-expiry): Ditto.
12445 (mml2015-function-alist): Add epg.
12446 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12447 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
12448 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12449 New functions.
01c52d31
MB
12450
124512006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12452
12453 * message.el (message-cite-original-1): Preserve region when removing
12454 quoted text due to X-No-Archive in order to avoid bogus attribution
12455 when citing multiple messages.
12456
124572006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12458
296a8e19
SM
12459 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12460 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 12461
827dc73d
MB
124622006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
12463
12464 * gnus-diary.el (gnus-user-format-function-d)
12465 (gnus-user-format-function-D): Autoload.
12466
01c52d31 12467 * imap.el (Commentary): Fix typo.
827dc73d 12468
01c52d31
MB
12469 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12470 2006-04-22 contribution.
12471
124722006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12473
12474 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12475 It didn't really fix the bogosity I'm seeing with solid web groups.
12476
124772006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12478
12479 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12480 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12481 created using server names. If we use the feature without declaring
12482 it, Gnus does not properly manage server and group state.
12483
12484 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12485 bound.
12486
124872006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12488
12489 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12490 looking up the method using GROUP's prefix before inventing a new one.
12491 It is used on killed/unknown groups in various places where returning
12492 an all-new method isn't expected by the caller.
12493
12494 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12495 and match semantics of gnus-group-real-prefix.
12496
124972006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
12498
12499 * nnmail.el (nnmail-broken-references-mailers): New variable.
12500 (nnmail-ignore-broken-references): New function generalizing
12501 nnmail-fix-eudora-headers.
12502 (nnmail-fix-eudora-headers): Now obsolete.
12503
296a8e19
SM
12504 * gnus-art.el (gnus-button-handle-custom):
12505 Support `customize-apropos*'.
01c52d31
MB
12506
125072006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12508
12509 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12510
12511 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12512 articles.
12513
125142006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
12515
12516 * message.el (message-cite-reply-above): New variable.
12517 (message-yank-original): Use it.
827dc73d 12518
a367620f
MB
125192006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12522
01c52d31
MB
125232006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
12524
12525 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12526 as read.
12527
12528 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12529
125302006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
12531
12532 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12533 (gnus-bookmark-default-file): Use gnus-directory.
12534 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12535 Remove "*" in doc string.
12536 (gnus-bookmark-write-file): Simplify.
12537 (gnus-bookmark-maybe-sort-alist): Use `when'.
12538 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
12539 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12540 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
12541 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12542 compatibility.
12543 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12544 compatibility.
12545 (gnus-bookmark-menu-heading): Fix version.
12546
125472006-06-19 Bastien Guerry <bzg@altern.org>
12548
12549 * gnus-bookmark.el: New file.
12550
5cfd0f2e
MB
125512006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
12552
12553 * message.el (message-syntax-checks): Doc fix.
12554
01c52d31
MB
125552006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12556
12557 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12558 unsubscribed groups as if they were killed ones. It causes duplicate
12559 entries in gnus-newsrc-alist.
12560
f362b760
MB
125612006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
12562
12563 * message.el (message-syntax-checks): Doc fix.
12564 (message-send-mail): Add check for continuation headers.
12565 (message-check-news-header-syntax): Fix regexp used to check for
12566 continuation headers.
12567
125682006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12571
01c52d31
MB
125722006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
12573
12574 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12575
125762006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12577
12578 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12579 default-truncate-lines.
12580
26c9afc3
MB
125812006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
12582
12583 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12584 to fill the utf-8 entry.
12585
01c52d31 125862006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 12587
01c52d31
MB
12588 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12589
125902006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
12591
12592 * gnus-agent.el (directory-files-and-attributes): Move all the way
12593 forward (the third and final move).
12594 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 12595 nonexistent directory. Handle by returning nil.
01c52d31
MB
12596
125972006-05-30 Didier Verna <didier@xemacs.org>
12598
12599 * message.el (message-dont-reply-to-names): Update the custom type.
12600 * message.el (message-dont-reply-to-names): New defsubst: potentially
12601 convert a list of regexps into a single one.
12602 * message.el (message-get-reply-headers): Use it.
12603 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12604
126052006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12606
12607 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
12608
126092006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * gnus-ml.el (gnus-mailing-list-subscribe)
12612 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12613 (gnus-mailing-list-message): Fix doc strings.
12614
126152006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12616
12617 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12618 of doing it manually.
12619
01c52d31
MB
126202006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12621
12622 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12623 comment.
12624
26c9afc3
MB
126252006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
12626
296a8e19
SM
12627 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12628 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 12629 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
12630 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12631 (gnus-agent-regenerate-group): Check numeric names to see if they are
12632 messages or groups.
01c52d31
MB
12633 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12634 better way of do this...)
12635
296a8e19
SM
12636 * gnus-cache.el (gnus-agent-total-fetched-for):
12637 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
12638
126392006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
12640
12641 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12642 (gnus-saved-headers): Ditto.
01c52d31 12643 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
12644 (gnus-article-save): Override gnus-save-all-headers and
12645 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
12646 (gnus-summary-save-in-file): Add :headers property.
12647 (gnus-summary-write-to-file): Ditto.
12648
12649 * gnus-sum.el (gnus-summary-save-article): Bind
12650 gnus-prompt-before-saving to t when saving many articles in a file;
12651 always show all headers.
12652
126532006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12654
12655 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12656 marks.
12657
12658 * message.el (message-indent-citation): Add optional arguments to allow
12659 using it outside of message buffers.
12660
12661 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12662 (gnus-article-treat-unfold-headers): Use it.
12663 (gnus-article-truncate-lines): New variable.
12664 (gnus-article-mode): Use it.
12665 (gnus-article-toggle-truncate-lines): New function.
12666
296a8e19
SM
12667 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12668 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
12669
12670 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12671 coding system in XEmacs, use binary.
12672
126732006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12674
12675 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12676 after-load-alist.
12677
12678 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12679 this function should save decoded articles.
12680 (gnus-summary-write-to-file): Use property to specify this function
12681 should save decoded articles and specify gnus-summary-save-in-file
12682 should be used to save articles other than the first one when saving
12683 many articles.
12684 (gnus-summary-save-body-in-file): Use property to specify this
12685 function should save decoded articles.
12686 (gnus-summary-write-body-to-file): Use property to specify this
12687 function should save decoded articles and specify
12688 gnus-summary-save-body-in-file should be used to save articles other
12689 than the first one when saving many articles.
12690
12691 * gnus-sum.el (gnus-summary-save-article): Simplify.
12692
126932006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
12694
296a8e19
SM
12695 * gnus-art.el (gnus-default-article-saver):
12696 Add gnus-summary-write-body-to-file.
01c52d31
MB
12697 (gnus-article-save-coding-system): Don't use coding system object
12698 in XEmacs.
26c9afc3
MB
12699 (gnus-read-save-file-name): Add optional `dir-var' argument which
12700 specifies directory in which files are saved; work even if optional
12701 `variable' argument is not specified.
01c52d31
MB
12702 (gnus-summary-write-to-file): Read file name.
12703 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12704 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
12705
12706 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12707 (gnus-summary-local-variables): Add it.
12708 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
12709 (gnus-summary-save-article): Remove optional `decode' argument;
12710 determine whether to decode articles by the value of
12711 gnus-default-article-saver; when saving many files using
12712 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12713 it first and use gnus-summary-save-in-file or
12714 gnus-summary-save-body-in-file thereafter unless
12715 gnus-prompt-before-saving is always; move point to article which
12716 will be saved.
12717 (gnus-summary-save-article-file): Revert.
12718 (gnus-summary-write-article-file): Revert.
12719 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
12720 (gnus-summary-write-article-body-file): New function.
12721
127222006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
12723
01c52d31 12724 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 12725
01c52d31 127262006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 12727
01c52d31
MB
12728 * gnus-art.el (gnus-default-article-saver): Doc fix.
12729 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12730 from gnus-summary-save-article-coding-system, and default to a
12731 certain coding system.
12732 (gnus-output-to-file): Add coding cookie and encode text according
12733 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 12734
01c52d31
MB
12735 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12736 gnus-art.el and rename to gnus-article-save-coding-system.
12737 (gnus-summary-save-article): Require gnus-art; don't show all
12738 headers if it decodes articles; don't add coding cookie here;
12739 don't bind mm-text-coding-system-for-write.
12740 (gnus-summary-save-article-file): Save decoded articles.
12741 (gnus-summary-write-article-file): When saving many files, use
12742 gnus-summary-write-to-file first and gnus-summary-save-in-file
12743 thereafter unless gnus-prompt-before-saving is always.
12744 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 12745
01c52d31 127462006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 12747
01c52d31 12748 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 12749
880820fe 127502006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
12751
12752 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12753 its hash index. Store this hash in `nnrss-group-data'.
12754 (nnrss-read-group-data): Update accordingly.
12755
127562006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12759 entry.
12760
296a8e19
SM
12761 * gnus-sum.el (gnus-summary-make-menu-bar):
12762 Add gnus-article-browse-html-article.
01c52d31
MB
12763
127642006-05-23 Hynek Schlawack <hynek@ularx.de>
12765
296a8e19
SM
12766 * gnus-sum.el (gnus-summary-mime-map):
12767 Add gnus-article-browse-html-article.
12768
01c52d31
MB
127692006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
12770
12771 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12772 suitable coding systems in customize.
12773
127742006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12775
12776 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 12777
d7ba2a01
RS
127782006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12779
f18df03d
MB
12780 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12781 (gnus-summary-expire-articles-now): Shorten prompt.
12782
d7ba2a01 12783 * gmm-utils.el (wid-edit): Require.
296a8e19 12784 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
12785 (gmm-image-search-load-path): Use it.
12786 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
12787
01c52d31
MB
127882006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
12789
296a8e19
SM
12790 * gnus-sum.el (gnus-summary-save-article-coding-system):
12791 New variable.
12792 (gnus-summary-save-article): Add optional `decode' argument.
12793 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
12794 save decoded article.
12795 (gnus-summary-write-article-file): Save decoded article if
12796 gnus-summary-save-article-coding-system is non-nil.
12797
12798 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12799 type.
12800
128012006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
12802
12803 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12804
128052006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
12806
12807 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12808 first to test gnus-single-article-buffer which may be buffer-local.
12809
296a8e19
SM
12810 * gnus-sum.el (gnus-summary-setup-buffer):
12811 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
12812 group; make gnus-article-buffer, gnus-article-current, and
12813 gnus-original-article-buffer always buffer-local.
12814 (gnus-summary-exit): Kill article buffer belonging to ephemeral
12815 group.
12816 (gnus-handle-ephemeral-exit): Don't move to next summary line.
12817
128182006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12819
12820 * nnml.el (nnml-request-compact-group): Compressed files might not
12821 have .gz extension.
12822
54e573e6
MB
128232006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12826 (mm-copy-to-buffer): Use with-current-buffer.
12827 (mm-display-part): Simplify.
12828 (mm-inlinable-p): Add optional arg `type'.
12829
01c52d31
MB
128302006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12831
49c7d1ac 12832 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
12833 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12834 Try harder to show the attachment internally or externally using
12835 gnus-mime-view-part-as-type.
12836
01c52d31 128372006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 12838
01c52d31
MB
12839 * message.el (message-from-style, message-signature-separator)
12840 (message-user-organization-file, message-send-mail-function)
12841 (message-citation-line-function, message-yank-prefix)
12842 (message-indent-citation-function, message-signature)
12843 (message-signature-file, message-signature-insert-empty-line):
12844 Remove autoloads.
12845
296a8e19
SM
12846 * gnus-art.el (gnus-buttonized-mime-types):
12847 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
12848
128492006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12850
12851 * gnus.el (gnus-version-number): Bump version.
12852
128532006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12854
12855 * gnus.el: No Gnus v0.5 is released.
12856
128572006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12858
12859 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12860 fetching articles by message-id.
12861
128622006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12863
12864 * message.el (hashcash): Require hashcash as normal.
12865
296a8e19
SM
12866 * ecomplete.el (ecomplete-highlight-match-line):
12867 Use point-at-eol.
01c52d31
MB
12868 (ecomplete-highlight-match-line): Use `highlight', because that
12869 face exists in both Emacs and XEmacs.
12870
12871 * message.el (message-display-abbrev): Use point-at-bol.
12872
12873 * mail-source.el: Don't require timer/timer-funcs.
12874
12875 * gnus-async.el: Ditto.
12876
12877 * password.el: Ditto.
12878
12879 * mm-url.el: Ditto.
12880
12881 * mm-util.el: Require timer/timer-funcs.
12882
128832006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12884
12885 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12886 Close.
54e573e6 12887
9606f1cb
MB
128882006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12889
12890 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12891 unibyte after clear-decrypt function runs.
12892
12893 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12894 returns as a unibyte string.
12895
305452a5
MB
128962006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12897
305452a5
MB
12898 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12899 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12900 (mml1991-pgg-encrypt): Ditto.
12901
0565caeb
MB
129022006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12903
01c52d31
MB
12904 * message.el (message-user-organization-file): Check several
12905 locations of the organization file.
0565caeb 12906
01c52d31
MB
12907 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12908 Add gnus-article-view-part-as-type.
0565caeb 12909
01c52d31 12910 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
12911
12912 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12913 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 12914
01c52d31
MB
12915 * mml.el: Simplify autoload.
12916 (mml-mode): defvar dnd-protocol-alist instead of using
12917 symbol-value.
12918 (mml-default-directory): New variable.
12919 (mml-minibuffer-read-file): Use it.
12920 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12921
12922 * message.el (message-citation-line-format): New variable.
12923 (message-insert-formated-citation-line): New function.
296a8e19
SM
12924 (message-citation-line-function):
12925 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
12926
12927 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12928 to doc string.
12929
12930 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12931 depending on mm-verify-option.
0565caeb 12932
305452a5
MB
129332006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12934
12935 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12936 binding pgg-* variables; reimplement the section which prevents
12937 MIME header from being signed.
12938 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12939 pgg-text-mode; remove a blank line at the top of body.
12940
12941 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12942 lines at the top of body; use gnus-newsgroup-charset if there's no
12943 Charset header.
12944
0565caeb
MB
129452006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12946
01c52d31
MB
12947 * message.el (message-self-insert-commands): Doc fix.
12948
0565caeb
MB
12949 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12950 (mm-uu-pgp-encrypted-test): Ditto.
12951 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12952 between header and body; return application/pgp-encrypted handle
12953 if decryption failed; decode decrypted body by charset.
12954
12955 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12956 element match to application/pgp-*.
12957
01c52d31
MB
129582006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12959
12960 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12961 HTML.
12962
129632006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12964
12965 * mail-source.el (mail-source-call-script): Message the error
12966 string.
12967
129682006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12969
12970 * gnus-util.el (gnus-byte-compile): Use it.
12971
002876ab 129722006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
12973
12974 * gnus-util.el (kill-empty-logs): New function.
12975
129762006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12977
12978 * message.el (message-mail-alias-type): Doc fix.
12979 (message-mail-alias-type-p): New function.
12980 (message-send): Use it.
12981 (message-mode): Ditto.
12982 (message-strip-forbidden-properties): Ditto.
12983
296a8e19
SM
12984 * ecomplete.el (ecomplete-database-file-coding-system):
12985 New variable.
01c52d31
MB
12986 (ecomplete-save): Use it.
12987 (ecomplete-setup): Use it.
12988
129892006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12990
12991 * message.el (message-self-insert-commands): New variable.
12992 (message-strip-forbidden-properties): Use it.
12993
129942006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12995
12996 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12997 that doesn't make XEmacs choke.
12998
f67d6742
MB
129992006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
13000
49c7d1ac
SM
13001 * gnus-util.el (gnus-replace-in-string):
13002 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
13003
130042006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13005
49c7d1ac
SM
13006 * gnus-util.el (gnus-select-frame-set-input-focus):
13007 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
13008 definition defined in Emacs 22 for old Emacsen.
13009
01c52d31 130102006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 13011
01c52d31 13012 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 13013
01c52d31 130142006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 13015
01c52d31
MB
13016 * gnus-registry.el (gnus-registry-cache-save): Remove text
13017 properties when saving via the temp buffer.
bd29ba20 13018
01c52d31 130192006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 13020
01c52d31 13021 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 13022
01c52d31 130232006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 13024
01c52d31
MB
13025 * message.el (message-generate-hashcash): Default to non-nil when
13026 hashcash is found.
18c06a99 13027
01c52d31
MB
13028 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13029 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 13030
01c52d31 13031 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 13032
01c52d31 13033 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 13034
01c52d31 130352006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 13036
01c52d31
MB
13037 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13038 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13039 Remove autoloads.
163cb72d 13040
01c52d31 130412006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 13042
01c52d31 13043 * message.el (message-generate-hashcash): Default to.
163cb72d 13044
01c52d31 130452006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 13046
01c52d31
MB
13047 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13048 concatenating segments rather than before concatenating them.
163cb72d 13049
01c52d31 130502006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 13051
01c52d31 13052 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 13053
01c52d31
MB
13054 * imap.el (imap-quote-specials): New function.
13055 (imap-login-auth): Quote specials.
14e6dc54 13056
01c52d31 130572006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 13058
01c52d31 13059 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 13060
296a8e19
SM
13061 * message.el (message-forward-make-body-plain):
13062 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
13063 (message-remove-ignored-headers): Factor out into function.
13064 (message-forward-make-body-mml): Use it.
13065 * rfc2231.el (rfc2231-parse-string): Remove dead code.
13066 (rfc2231-parse-string): Allow concatanation of parameters that
13067 aren't contiguous. The test case is
13068 (mail-header-parse-content-type "message/external-body;
13069 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13070 access-type=LOCAL-FILE;
13071 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 13072
01c52d31 130732006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 13074
01c52d31
MB
13075 * nntp.el (nntp-accept-process-output): Return the value of
13076 `nnheader-accept-process-output'.
14e6dc54 13077
01c52d31 130782006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 13079
01c52d31
MB
13080 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13081 (gnus-button-alist): Recognize more diff formats.
13082 (gnus-button-patch): Strip directory.
14e6dc54 13083
01c52d31 130842006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 13085
01c52d31
MB
13086 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13087 Emacs 22 when setting focus.
1b155fbd 13088
01c52d31 130892006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 13090
01c52d31
MB
13091 * gnus-art.el (gnus-article-treat-types): Do treatment of
13092 text/x-verbatim parts.
13093 (gnus-button-patch): New command.
b6f2cf4b 13094
01c52d31
MB
13095 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13096 addresses that contain invalid characters.
b6f2cf4b 13097
01c52d31 130982006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 13099
296a8e19
SM
13100 * message.el (message-put-addresses-in-ecomplete):
13101 Use gnus-replace-in-string.
01c52d31
MB
13102 (message-is-yours-p): Use the more correct
13103 mail-header-parse-address instead of
13104 mail-extract-address-components.
13105 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 13106
01c52d31
MB
13107 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13108 keystroke.
77218834 13109
01c52d31
MB
13110 * gnus-art.el (gnus-treatment-function-alist): Change order of
13111 newsgroups/generic header folding to avoid double-folding.
77218834 13112
01c52d31 13113 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 13114
296a8e19
SM
13115 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13116 New command.
01c52d31 13117 (gnus-summary-repeat-search-article-backward): New command.
d451514f 13118
01c52d31
MB
13119 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13120 groups in the parent topic.
13121
880820fe 131222006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
13123
13124 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13125 (spam-extra-header-to-number): Return the CRM114 number as a
13126 number instead of a string.
13127
131282006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13129
296a8e19 13130 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
13131 gnus-fun.
13132
13133 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13134
131352006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13136
13137 * message.el (message-strip-forbidden-properties): Only display on
13138 self-insert-command.
13139
13140 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13141 reindent.
13142 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13143
131442006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
13145
13146 * smiley.el (smiley-style): Fix typo.
d451514f 13147
4f162824
KH
131482006-03-23 Kenichi Handa <handa@m17n.org>
13149
13150 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13151 instead of set-buffer-multibyte.
13152
e9e33c19
KH
131532006-03-23 Kenichi Handa <handa@m17n.org>
13154
13155 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13156 buffer and then decode the buffer text if necessary.
13157 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13158 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 13159
01c52d31 131602006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 13161
296a8e19
SM
13162 * hashcash.el (hashcash-insert-payment-async-2):
13163 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
13164 (mail-add-payment): Use message-narrow-to-header instead of trying
13165 to do the same itself.
f5e92214 13166
01c52d31 13167 * message.el (message-hidden-headers): Add Face.
f5e92214 13168
01c52d31
MB
13169 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13170 reparenting code.
13171 (gnus-summary-reparent-children): Refactored out code.
13172 (gnus-summary-thread-map): New keystroke.
13173 (gnus-summary-reparent-children): Make into command.
f5e92214 13174
01c52d31
MB
13175 * smiley.el (smiley-style): Default to `medium' if using a large
13176 font.
f5e92214 13177
01c52d31
MB
13178 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13179 does it itself.
f5e92214 13180
01c52d31 13181 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 13182
01c52d31 131832006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 13184
01c52d31
MB
13185 * nnagent.el (nnagent-request-set-mark): Silence log file
13186 writing.
13187 (nnagent-request-set-mark): Use write-region instead of
13188 append-to-file.
f5e92214 13189
01c52d31
MB
13190 * gnus-sum.el (gnus-read-header): Fudge article number if using a
13191 strange select method.
f5e92214 13192
01c52d31
MB
13193 * ecomplete.el (ecomplete-display-matches): Get highlightling
13194 right.
13195 (ecomplete-display-matches): Use literals.
13196 (ecomplete-display-matches): Disable message logging.
f5e92214 13197
01c52d31 13198 * message.el (message-display-abbrev): Small optimization.
531bedc3 13199
01c52d31
MB
13200 * ecomplete.el (ecomplete-display-matches): Allow automatic
13201 display.
531bedc3 13202
296a8e19
SM
13203 * message.el (message-strip-forbidden-properties):
13204 Display abbrevs.
01c52d31 13205 (message-display-abbrev): Get automatic display right.
531bedc3 13206
01c52d31
MB
13207 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13208 keystrokes.
531bedc3 13209
01c52d31 132102006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 13211
01c52d31 13212 TODO: Backport to v5-10!
531bedc3 13213
01c52d31 13214 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 13215 Move here (and rename) from gnus-registry.el.
531bedc3 13216
01c52d31
MB
13217 * gnus-registry.el: Require gnus-util.
13218 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 13219
01c52d31 132202006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 13221
296a8e19
SM
13222 * gnus-group.el (gnus-group-catchup-current):
13223 Change if-then-else-if-then-else into cond.
01c52d31
MB
13224 (gnus-group-catchup): Indent.
13225 (group-name-at-point): New function.
13226 (gnus-fetch-group): Provide default from thing at point.
531bedc3 13227
01c52d31 132282006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 13229
01c52d31 13230 * message.el (message-display-abbrev): Fix regexp.
531bedc3 13231
296a8e19
SM
13232 * ecomplete.el (ecomplete-highlight-match-line):
13233 Reimplement choosing.
01c52d31
MB
13234 (ecomplete-highlight-match-line): Fix up code rewrite, remove
13235 dead variables.
ea8ae765 13236
01c52d31
MB
13237 * message.el (message-newline-and-indent): Remove debugging.
13238 (message-display-abbrev): Use new implementation.
ea8ae765 13239
01c52d31 132402006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 13241
296a8e19
SM
13242 * gnus-art.el (gnus-article-mode):
13243 Set cursor-in-non-selected-windows to nil.
ea8ae765 13244
01c52d31
MB
13245 * smiley.el: Revert previous change.
13246 (smiley-data-directory): defvar it before using it in the
13247 defcustom of `smiley-style'.
ea8ae765 13248
01c52d31 132492006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 13250
01c52d31 13251 * message.el (message-newline-and-indent): New function.
ea8ae765 13252
01c52d31 13253 * ecomplete.el: Implement more bits.
85fd8002 13254
01c52d31
MB
13255 * message.el (message-put-addresses-in-ecomplete): Clean up the
13256 string.
85fd8002 13257
01c52d31 13258 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 13259
296a8e19
SM
13260 * gnus-sum.el (gnus-summary-save-parts):
13261 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 13262 names.
85fd8002 13263
01c52d31 13264 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 13265
01c52d31
MB
13266 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13267 parameter to say whether to actually parse the individual
13268 addresses.
61e66a15 13269
01c52d31
MB
13270 * message.el (message-put-addresses-in-ecomplete): New function.
13271 (ecomplete): Require.
13272 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 13273
01c52d31 132742006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 13275
01c52d31
MB
13276 * flow-fill.el (fill-flowed): Remove trailing space from blank
13277 quoted lines.
fe62aacc 13278
01c52d31 132792006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 13280
01c52d31
MB
13281 * smiley.el (smiley-style): Move definition later to avoid a
13282 compilation warning.
fe62aacc 13283
01c52d31 132842006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 13285
01c52d31
MB
13286 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13287 buffer and then decode the buffer text if necessary.
13288 (rfc2231-encode-string): Be sure to work on multibyte buffer at
13289 first, and after mm-encode-body, change the buffer to unibyte.
13290 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 13291
01c52d31 132922006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 13293
01c52d31
MB
13294 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13295 Content-Type header instead of Content-Disposition header.
13296 (gnus-mime-inline-part): Ditto.
13297 (gnus-mime-view-part-as-charset): Ignore charset that the part
13298 specifies.
719120ef 13299
01c52d31
MB
13300 * mm-decode.el (mm-display-part): Work with external parts and
13301 usual parts similarly.
719120ef 13302
01c52d31
MB
13303 * mm-extern.el (mm-inline-external-body): Use mm-display-part
13304 instead of gnus-display-mime.
719120ef 13305
01c52d31
MB
13306 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13307 instead of with-temp-buffer.
719120ef 13308
01c52d31
MB
13309 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13310 tag to summarized topics part in order to encode non-ASCII text.
719120ef 13311
01c52d31 133122006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 13313
01c52d31
MB
13314 * smiley.el (smiley-style): New variable.
13315 (smiley-directory): New function.
13316 (smiley-data-directory): Derive from `smiley-style' using
13317 `smiley-directory'.
13318 (smiley-regexp-alist): Add new entries.
719120ef 13319
01c52d31
MB
13320 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13321 (gnus-article-browse-delete-temp): Add :version.
719120ef 13322
880820fe 133232006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 13324
01c52d31
MB
13325 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13326 the sieve region.
719120ef 13327
01c52d31 133282006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 13329
01c52d31 13330 * gnus.el (gnus-version-number): Bump version.
719120ef 13331
01c52d31 133322006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 13333
01c52d31 13334 * gnus.el: No Gnus v0.4 is released.
719120ef 13335
01c52d31 133362006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 13337
01c52d31
MB
13338 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13339 layout.
719120ef 13340
01c52d31
MB
13341 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13342 unknown charset.
719120ef 13343
01c52d31
MB
13344 * message.el (message-header-synonyms): Add Original-To to the
13345 default.
ba0226dd 13346
01c52d31
MB
13347 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13348 optional parameter.
ba0226dd 13349
01c52d31 133502006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 13351
01c52d31 13352 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 13353
01c52d31 133542006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 13355
01c52d31 13356 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 13357
01c52d31 133582006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 13359
01c52d31 13360 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 13361
01c52d31 133622006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 13363
01c52d31 13364 * password.el (password-reset): New function.
5f4264e5 13365
01c52d31 133662006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 13367
296a8e19
SM
13368 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13369 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 13370
01c52d31 133712006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 13372
01c52d31
MB
13373 * nnweb.el (nnweb-google-create-mapping): Update regexp.
13374 Some whitespace was matched into the url, which broke browsing hits
13375 > 100 when mm-url-use-external was nil.
5f4264e5 13376
01c52d31 133772006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 13378
296a8e19
SM
13379 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13380 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 13381
01c52d31
MB
13382 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13383 bound.
e13be7a2 13384
01c52d31 133852006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 13386
01c52d31
MB
13387 * pgg-gpg.el: Clean up process buffers every time gpg processes
13388 complete.
b5189759 13389
01c52d31 133902006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 13391
01c52d31
MB
13392 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13393 doc string.
16f18d05 13394
01c52d31 133952006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 13396
01c52d31
MB
13397 * pgg-gpg.el (pgg-gpg-process-filter)
13398 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 13399
01c52d31
MB
13400 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13401 lines, temporary fix.
d71c0855 13402
01c52d31 134032006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 13404
01c52d31 13405 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 13406
01c52d31 134072006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 13408
01c52d31
MB
13409 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13410 default-enable-multibyte-characters. This reverts the change from
13411 revision 6.17 which is no longer necessary because the passphrase
13412 is sent separately now. GnuPG messages are unreadable under
13413 multibyte locales with default-enable-multibyte-characters set to
13414 nil.
cf5a5c38 13415
01c52d31 134162006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 13417
01c52d31 13418 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 13419
01c52d31 134202006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 13421
01c52d31
MB
13422 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13423 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
13424 instead.
cf5a5c38 13425
01c52d31 134262006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 13427
296a8e19
SM
13428 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13429 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 13430 Newsgroups.
cf5a5c38 13431
01c52d31 134322006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 13433
01c52d31 13434 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 13435
01c52d31 134362006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 13437
01c52d31
MB
13438 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13439 when searching for already-paid recipients.
34128042 13440
01c52d31 134412006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 13442
01c52d31
MB
13443 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13444 passphrases when it is not needed.
13445 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13446 passphrase stuff from gpg, should only be necessary when you use
13447 gpg with a smartcard.
34128042 13448
01c52d31 134492006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 13450
01c52d31
MB
13451 * mml.el (mml-insert-mime): Ignore cached contents of
13452 message/external-body part.
34128042 13453
01c52d31
MB
13454 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13455 (mm-insert-part): Ditto.
34128042 13456
01c52d31 134572006-03-23 Simon Josefsson <jas@extundo.com>
34128042 13458
01c52d31
MB
13459 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13460 Reiner.
13461 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 13462
01c52d31 134632006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 13464
01c52d31
MB
13465 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13466 older emacsen.
13467 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 13468
01c52d31 134692006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 13470
01c52d31
MB
13471 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13472 if we can.
c96ec15a 13473
01c52d31 134742006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 13475
01c52d31
MB
13476 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13477 (pgg-gpg-update-agent): New function.
13478 (pgg-gpg-use-agent-p): New function.
13479 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13480 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13481 (pgg-gpg-sign-region): Use it.
c96ec15a 13482
01c52d31 134832006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 13484
01c52d31
MB
13485 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13486 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 13487
01c52d31 134882006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 13489
01c52d31
MB
13490 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13491 <wilde@sha-bang.de>.
13492 (pgg-gpg-use-agent): New variable.
13493 (pgg-gpg-process-region): Use it.
13494 (pgg-gpg-encrypt-region): Likewise.
13495 (pgg-gpg-encrypt-symmetric-region): Likewise.
13496 (pgg-gpg-decrypt-region): Likewise.
13497 (pgg-gpg-sign-region): Likewise.
13498 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 13499
01c52d31 135002006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 13501
01c52d31 13502 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 13503
01c52d31
MB
13504 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13505 Add comment on version.
6203370b 13506
01c52d31 135072006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 13508
01c52d31 13509 * smiley.el: Add missing test smiley.
6203370b 13510
01c52d31 135112006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 13512
01c52d31
MB
13513 * mm-decode.el (mm-with-part): New macro.
13514 (mm-get-part): Use it; work with message/external-body as well.
13515 (mm-save-part): Treat name and filename equally.
6203370b 13516
01c52d31
MB
13517 * mm-extern.el (mm-extern-cache-contents): New function.
13518 (mm-inline-external-body): Use it; force the part to be displayed;
13519 move undisplayer added to the cached handle to the parent.
6203370b 13520
01c52d31
MB
13521 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13522 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 13523
01c52d31 13524 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 13525
01c52d31 135262006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 13527
01c52d31
MB
13528 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13529 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
13530 Emacs.]
46e8fe3d 13531
01c52d31 135322006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 13533
01c52d31
MB
13534 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13535 path rather than symbol. Always return list of directories.
13536 Guarantee that image directory comes first. [Sync with image.el,
13537 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 13538
01c52d31
MB
13539 * message.el (message-make-tool-bar): Adjust to new API of
13540 `gmm-image-load-path-for-library'.
46e8fe3d 13541
01c52d31 13542 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 13543
01c52d31 13544 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 13545
01c52d31 135462006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 13547
01c52d31
MB
13548 * gnus-art.el (gnus-article-only-boring-p):
13549 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13550 intangible text.
13551 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 13552
01c52d31 135532006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 13554
296a8e19
SM
13555 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13556 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 13557
01c52d31 135582006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 13559
01c52d31
MB
13560 * message.el (message-unique-id): Don't use message-number-base36
13561 if (user-uid) is a float.
13562 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 13563
01c52d31 135642006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 13565
01c52d31 13566 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 13567
01c52d31
MB
13568 * gnus-art.el (gnus-mime-display-single): Make sure there is an
13569 empty line between a part and a message part.
7347faa8 13570
01c52d31 135712006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 13572
01c52d31
MB
13573 * smiley.el: Add more test smileys.
13574 (smiley-data-directory, smiley-regexp-alist)
13575 (gnus-smiley-file-types): Fix doc strings.
13576 (smiley-update-cache): Clear smiley-cached-regexp-alist before
13577 adding new elements.
13578 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 13579
01c52d31 135802006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 13581
01c52d31
MB
13582 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13583 scan latest NoCeM messages instead of old ones.
13584 (gnus-nocem-check-article): Fix regexps so as to match to PGP
13585 delimiters that are recently used.
13586 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 13587
01c52d31 13588 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 13589
01c52d31
MB
13590 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13591 level which is larger than gnus-use-nocem is specified.
7347faa8 13592
01c52d31 13593 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 13594
01c52d31 135952006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 13596
01c52d31 13597 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 13598
01c52d31
MB
13599 * gnus-group.el (gnus-group-update-tool-bar): New variable.
13600 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 13601
01c52d31 13602 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 13603
01c52d31
MB
13604 * gnus-group.el (gnus-group-redraw-when-idle)
13605 (gnus-group-redraw-check): Remove.
13606 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 13607
01c52d31 136082006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 13609
01c52d31
MB
13610 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13611 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 13612
01c52d31 136132006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 13614
01c52d31
MB
13615 * message.el (message-make-tool-bar): Rename gmm-image-load-path
13616 to gmm-image-load-path-for-library. Call with no-error argument.
13617 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 13618
01c52d31 13619 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 13620
01c52d31 13621 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 13622
01c52d31 13623 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 13624
01c52d31 136252006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 13626
01c52d31 13627 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 13628
01c52d31
MB
13629 * nnml.el (nnml-generate-nov-databases-directory): Rename from
13630 nnml-generate-nov-databases-1.
13631 (nnml-generate-nov-databases): Use it.
13632 (nnml-generate-nov-databases-directory): Document no-active
13633 argument.
c4288669 13634
01c52d31
MB
13635 * gmm-utils.el (gmm-image-load-path-for-library): Return single
13636 directory if path is t. Add no-error.
c4288669 13637
01c52d31
MB
13638 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13639 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 13640
296a8e19
SM
13641 * gnus-art.el (gnus-article-browse-delete-temp-files):
13642 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 13643
01c52d31
MB
13644 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13645 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
13646 Add example to docstring. Rename local variables. Move error
13647 checks to default case in cond and simplify.
73043f7d 13648
01c52d31 136492006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 13650
01c52d31
MB
13651 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13652 handle is multipart when calling it recursively.
13653 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 13654
01c52d31 136552006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 13656
01c52d31
MB
13657 * nnimap.el (nnimap-request-update-info-internal): Optimize.
13658 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 13659
01c52d31 136602006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 13661
01c52d31
MB
13662 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13663 is loaded.
7dafe00b 13664
01c52d31
MB
13665 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13666 loaded.
7dafe00b 13667
01c52d31 136682006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 13669
01c52d31
MB
13670 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13671 to "Emacs 23 (unicode)" in doc string.
7dafe00b 13672
01c52d31
MB
13673 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13674 "Emacs 23 (unicode)" in comment.
7dafe00b 13675
01c52d31 136762006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 13677
01c52d31 13678 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 13679
01c52d31
MB
13680 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13681 characters 160 through 255 in Emacs 23.
7dafe00b 13682
01c52d31 136832006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 13684
01c52d31
MB
13685 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13686 gnus-article-browse-html-temp.
296a8e19
SM
13687 (gnus-article-browse-delete-temp): Make it customizable.
13688 Add `file'. Adjust doc string.
13689 (gnus-article-browse-delete-temp-files): Add argument.
13690 Allow query for each file. Adjust doc string.
13691 (gnus-article-browse-html-parts):
13692 Add `gnus-article-browse-delete-temp-files' to
01c52d31 13693 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 13694
01c52d31 136952006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 13696
01c52d31
MB
13697 * gnus-art.el (gnus-article-browse-html-temp)
13698 (gnus-article-browse-delete-temp): New variables.
13699 (gnus-article-browse-delete-temp-files): New function.
13700 (gnus-article-browse-html-parts): Use it.
7dafe00b 13701
01c52d31 137022006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 13703
01c52d31 13704 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 13705
01c52d31
MB
13706 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13707 string.
7dafe00b 13708
01c52d31 13709 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
13710 gnus-summary-insert-new-articles when unplugged.
13711 Remove gnus-summary-search-article-forward.
7dafe00b 13712
01c52d31
MB
13713 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13714 display-visual-class instead of display-color-cells.
7dafe00b 13715
01c52d31 137162006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 13717
01c52d31
MB
13718 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13719 message/* containing non-ASCII text properly.
7dafe00b 13720
01c52d31 137212006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 13722
01c52d31
MB
13723 * message.el: Require gmm-utils, remove autoloads.
13724 (message-tool-bar): Set default based on
13725 gmm-tool-bar-style.
13726 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 13727
01c52d31
MB
13728 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13729 gmm-tool-bar-style.
13730 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 13731
01c52d31
MB
13732 * gnus-group.el (gnus-group-tool-bar): Set default based on
13733 gmm-tool-bar-style.
13734 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 13735
01c52d31
MB
13736 * gmm-utils.el (gmm-image-directory): Rename variable from
13737 gmm-image-load-path.
13738 (gmm-image-load-path): Use gmm-image-directory.
13739 (gmm-customize-mode): New function.
13740 (gmm-tool-bar-style): New variable.
7dafe00b 13741
01c52d31
MB
13742 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13743 gnus-group-redraw-line-number.
13744 (gnus-group-redraw-check): Simplify.
13745 (gnus-group-tool-bar-update): Remove redraw check.
13746 (gnus-group-make-tool-bar): Add redraw check.
447505b5 13747
01c52d31 137482006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 13749
01c52d31 13750 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 13751
01c52d31 137522006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 13753
01c52d31 13754 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 13755
01c52d31 137562006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 13757
01c52d31
MB
13758 * gnus-art.el (gnus-button): New face.
13759 (gnus-article-button-face): Use it.
3031d8b0 13760
296a8e19
SM
13761 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13762 Add gnus-summary-next-page. Re-order.
3031d8b0 13763
01c52d31
MB
13764 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13765 next-node are now included.
13766 (gnus-group-redraw-line-number): New internal variable.
13767 (gnus-group-redraw-check): Helper function for updating the tool
13768 bar.
13769 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 13770
01c52d31 13771 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 13772
01c52d31
MB
13773 * spam.el (spam-spamassassin-score-regexp): New internal variable.
13774 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
13775 Use it to match format of Spamassassin 3.0 and later.
13776 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
13777 (spam-check-bogofilter)
13778 (spam-bogofilter-register-with-bogofilter): Fix args of
13779 `gnus-error' calls.
3031d8b0 13780
01c52d31 137812006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 13782
01c52d31 13783 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
13784 unnecessary interaction when sending queued mails.
13785 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 13786
01c52d31 137872006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 13788
01c52d31
MB
13789 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13790 first or last are nil.
3031d8b0 13791
01c52d31 137922006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 13793
01c52d31 13794 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 13795
01c52d31 137962006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 13797
01c52d31 13798 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 13799
01c52d31 138002006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 13801
01c52d31 13802 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 13803
01c52d31 138042006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 13805
01c52d31
MB
13806 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13807 nov.php.
58090a8d 13808
01c52d31 138092006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 13810
01c52d31
MB
13811 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13812 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13813 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
13814 output on the server side.
13815 (nnweb-google-create-mapping): Update regexps and add some
13816 progress indication.
58090a8d 13817
01c52d31 138182006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 13819
296a8e19
SM
13820 * gnus-group.el (gnus-group-tool-bar-gnome):
13821 Fix gnus-agent-toggle-plugged. Re-order icons.
13822 (gnus-group-tool-bar-gnome):
13823 Add gnus-group-{prev,next}-unread-group.
01c52d31 13824 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 13825
296a8e19
SM
13826 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13827 Move gnus-summary-insert-new-articles.
58090a8d 13828
296a8e19
SM
13829 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13830 Fix comments.
58090a8d 13831
01c52d31
MB
13832 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13833 also available in Emacs 21.3.
58090a8d 13834
01c52d31
MB
13835 * message.el (message-fix-before-sending): Change "Emacs 22" to
13836 "Emacs 23 (unicode)" in comment.
58090a8d 13837
01c52d31
MB
13838 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13839 "Emacs 23 (unicode)" in comment.
58090a8d 13840
01c52d31
MB
13841 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13842 comment.
13843 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 13844
01c52d31 13845 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 13846
01c52d31 138472006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 13848
01c52d31
MB
13849 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13850 and load-path.
58090a8d 13851
01c52d31 138522006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 13853
01c52d31
MB
13854 * message.el: Autoload gmm-image-load-path.
13855 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13856 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13857 consitency.
58090a8d 13858
01c52d31
MB
13859 * gmm-utils.el (gmm-image-load-path): Also search in
13860 "../etc/images". Don't set gmm-image-load-path if we don't find
13861 the image.
58090a8d 13862
01c52d31 138632006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 13864
01c52d31
MB
13865 * gmm-utils.el (gmm-image-load-path): Don't make
13866 `gmm-image-load-path' include subdirectories which the second arg
13867 `image' might specify.
58090a8d 13868
01c52d31
MB
13869 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13870 subdirectory to icon file names.
58090a8d 13871
01c52d31 13872 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 13873
01c52d31 138742006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 13875
01c52d31
MB
13876 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13877 gmm-image-load-path calls.
58090a8d 13878
01c52d31 13879 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 13880
01c52d31 13881 * message.el (message-make-tool-bar): Ditto.
58090a8d 13882
296a8e19 13883 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 13884
01c52d31
MB
13885 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13886 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 13887
01c52d31
MB
13888 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13889 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 13890
01c52d31
MB
13891 * message.el (message-tool-bar-gnome): Use new icon names.
13892 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 13893
296a8e19
SM
13894 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13895 New functions from MH-E.
01c52d31 13896 (gmm-image-load-path): New variable from MH-E.
296a8e19 13897 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
13898 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13899 *-image-load-path-called-flag.
4c2ad11d 13900
01c52d31 139012006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 13902
01c52d31 13903 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 13904
01c52d31 139052006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 13906
01c52d31
MB
13907 * nnimap.el (nnimap-request-move-article): Change folder back to
13908 source group before deleting.
6586e9c9 13909
01c52d31 139102006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 13911
01c52d31 13912 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 13913
296a8e19
SM
13914 * gnus-art.el (mm-url-insert-file-contents-external):
13915 Autoload mm-url.
e8beac8a 13916
01c52d31 13917 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 13918
01c52d31 139192006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 13920
01c52d31
MB
13921 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13922 coding system which mm-charset-to-coding-system returns for a
13923 given charset is valid.
e8beac8a 13924
01c52d31 139252006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 13926
01c52d31
MB
13927 * html2text.el (html2text-remove-tag-list):
13928 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 13929
01c52d31 139302006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 13931
01c52d31 13932 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 13933
01c52d31 139342006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 13935
296a8e19
SM
13936 * gnus-art.el (article-strip-banner):
13937 Call article-really-strip-banner only when the regexp match is made.
3b059693 13938
01c52d31 139392006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 13940
296a8e19
SM
13941 * gnus-art.el (article-strip-banner):
13942 Use gnus-extract-address-components instead of
01c52d31
MB
13943 mail-header-parse-addresses to make it work with non-ASCII text;
13944 remove mail-encode-encoded-word-string.
3b059693 13945
01c52d31
MB
13946 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13947 values which are surrounded with \"...\"; make it never cause a
13948 Lisp error; give up parsing of parameters if it failed in
13949 extracting type.
3b059693 13950
880820fe 139512006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 13952
01c52d31
MB
13953 * smime.el (smime-cert-by-ldap-1): Fix bug where
13954 `smime-ldap-search' returns results without userCertificates.
ab513ed4 13955
01c52d31 139562006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 13957
01c52d31 13958 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 13959
01c52d31 139602006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 13961
01c52d31
MB
13962 * spam.el (spam-check-spamassassin-headers): Adapt format for
13963 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13964 <ari@mbf.ocn.ne.jp>.
13965 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 13966
01c52d31 139672006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 13968
01c52d31
MB
13969 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13970 make-temp-file; make it work with XEmacs as well.
9516b9f4 13971
01c52d31
MB
13972 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13973 mm-make-temp-file.
9516b9f4 13974
01c52d31
MB
13975 * mm-decode.el (mm-display-external): Use the 3rd arg of
13976 mm-make-temp-file.
13977 (mm-create-image-xemacs): Ditto.
9516b9f4 13978
01c52d31 139792006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 13980
01c52d31
MB
13981 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13982 with message-narrow-to-headers.
13983 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13984 (gnus-draft-check-draft-articles): New function.
13985 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 13986
01c52d31 139872006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 13988
01c52d31
MB
13989 * gnus-art.el (gnus-article-browse-html-parts):
13990 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13991 Don't use suffix argument for mm-make-temp-file for Emacs 21
13992 compatibility. Remove useless `format'.
292f71fe 13993
01c52d31 139942006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 13995
01c52d31
MB
13996 * nnweb.el (nnweb-google-wash-article): Update regexps.
13997 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 13998
01c52d31 139992006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 14000
01c52d31
MB
14001 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14002 re-loading nn* modules.
292f71fe 14003
01c52d31 140042006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 14005
01c52d31
MB
14006 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14007 for `tool-bar-mode' and don't check it's default-value.
292f71fe 14008
01c52d31 14009 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 14010
01c52d31 14011 * message.el (message-make-tool-bar): Ditto.
292f71fe 14012
01c52d31
MB
14013 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14014 `substring'. Shorten tmp-file name.
292f71fe 14015
01c52d31 14016 * gnus.el: Remove bogus comment.
292f71fe 14017
01c52d31 140182006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 14019
01c52d31
MB
14020 * gnus-art.el (gnus-article-browse-html-parts): New function.
14021 (gnus-article-browse-html-article): New function for viewing html
14022 articles with a browser.
bd2cef66 14023
01c52d31 140242006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 14025
01c52d31
MB
14026 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14027 (mml2015-pgg-encrypt): Ditto.
ffda926c 14028
01c52d31
MB
14029 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14030 (mml1991-pgg-encrypt): Ditto.
f5fab556 14031
01c52d31 140322006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 14033
296a8e19
SM
14034 * nnfolder.el (nnfolder-insert-newsgroup-line):
14035 Use message-make-date instead of current-time-string.
4b9f0de2 14036
01c52d31
MB
14037 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14038 to gnus-decoded which mm-uu might set.
4b9f0de2 14039
01c52d31 140402006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 14041
01c52d31
MB
14042 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14043 don't decode quoted parameters; remove misimported Emacs code.
14044 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14045 (rfc2231-decode-encoded-string): Don't use split-string which
14046 behaves differently according to Emacs version; use
14047 mm-decode-coding-region to convert charset to coding-system.
14048 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14049 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 14050
01c52d31 140512006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 14052
01c52d31
MB
14053 * gnus-art.el (article-decode-charset): Don't use ignore-errors
14054 when calling mail-header-parse-content-type.
14055 (article-de-quoted-unreadable): Ditto.
14056 (article-de-base64-unreadable): Ditto.
14057 (article-wash-html): Ditto.
20051b27 14058
01c52d31
MB
14059 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14060 calling mail-header-parse-content-type and
14061 mail-header-parse-content-disposition.
14062 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14063 mail-header-parse-content-type.
82259e50 14064
01c52d31
MB
14065 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14066 insert charset and format parameters; encode description after
14067 inserting it to buffer.
14068 (mml-insert-parameter): Fold lines properly even if a parameter is
14069 segmented into two or more lines; change the max column to 76.
82259e50 14070
01c52d31
MB
14071 * rfc1843.el (rfc1843-decode-article-body): Don't use
14072 ignore-errors when calling mail-header-parse-content-type.
46f93472 14073
01c52d31
MB
14074 * rfc2231.el (rfc2231-parse-string): Return at least type if
14075 possible; don't cause an error even if it fails in parsing of
14076 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14077 (rfc2231-encode-string): Don't break lines at the beginning, leave
14078 it to mml-insert-parameter.
46f93472 14079
01c52d31
MB
14080 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14081 calling mail-header-parse-content-type.
d3a597b7 14082
01c52d31 140832006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 14084
01c52d31
MB
14085 * spam-report.el (spam-report-gmane-use-article-number):
14086 Improve doc string.
14087 (spam-report-gmane-internal): Check if a suitable header was found
14088 in the article.
8753ddee 14089
01c52d31 140902006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 14091
01c52d31
MB
14092 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14093 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 14094
01c52d31 140952006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 14096
01c52d31 14097 Update copyright notices of all files in the gnus directory.
8753ddee 14098
01c52d31 140992006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 14100
01c52d31 14101 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 14102
01c52d31 141032006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 14104
01c52d31
MB
14105 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14106 segmented lines of parameter value to cope with Thunderbird 1.5
14107 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14108 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14109 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 14110
01c52d31 141112006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 14112
01c52d31
MB
14113 * mml.el (mml-generate-mime-1): Correct the order of inline signed
14114 parts.
a33704bb 14115
01c52d31 141162006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 14117
01c52d31
MB
14118 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14119 there's only one active file for all servers.
14120 (nnweb-request-scan): Make sure nnweb-articles is initialized on
14121 solid groups. Gnus might have used a FAST request to select the group.
14122 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14123 and nnweb-search redundantly in the active file.
14124 (nnweb-request-list): Don't list bogus groups. There can only be one.
14125 (nnweb-request-create-group): Don't use ARGS.
14126 (nnweb-possibly-change-server, nnweb-request-group): Remove some
14127 initialisations. Let nnoo do the work.
a33704bb 14128
01c52d31 141292006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 14130
01c52d31
MB
14131 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14132 Say the part has been decoded.
a33704bb 14133
01c52d31 14134 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 14135
01c52d31 141362006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 14137
01c52d31
MB
14138 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14139 mailcap-viewer-test-cache when there's no 'test clause, since that
14140 will invert the meaning of a "nil" test previously determined by
14141 mailcap-mailcap-entry-passes-test.
53cfefc8 14142
01c52d31 141432006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 14144
01c52d31
MB
14145 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14146 compiling.
53cfefc8 14147
01c52d31 14148 * gnus-sum.el: Ditto.
53cfefc8 14149
01c52d31 14150 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 14151
01c52d31 141522006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 14153
01c52d31 14154 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 14155
01c52d31 141562006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 14157
01c52d31
MB
14158 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14159 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14160 current Google Groups.
53cfefc8 14161
01c52d31 141622006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 14163
01c52d31
MB
14164 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14165 and tool-bar-mode.
66841476 14166
01c52d31
MB
14167 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14168 and tool-bar-mode.
66841476 14169
01c52d31
MB
14170 * message.el (message-tool-bar-update): Simplify.
14171 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 14172
01c52d31
MB
14173 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14174 gnus-summary-buffer.
14175 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14176 gnus-summary-reply.
81df110a 14177
01c52d31 14178 * gmm-utils.el (gmm): Add :version.
5fae1cae 14179
01c52d31 141802006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 14181
296a8e19
SM
14182 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14183 Don't autoload.
5fae1cae 14184
01c52d31 141852006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 14186
01c52d31 14187 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 14188
01c52d31 141892006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 14190
01c52d31 14191 * message.el: Change some comments WRT tool-bars.
81df110a 14192
01c52d31
MB
14193 * gnus-sum.el (gnus-summary-tool-bar)
14194 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14195 (gnus-summary-tool-bar-zap-list): New variables.
14196 (gnus-summary-make-tool-bar): Complete rewrite using
14197 `gmm-tool-bar-from-list'.
430d3ed7 14198
01c52d31 14199 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
14200 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14201 New variables.
01c52d31
MB
14202 (gnus-group-make-tool-bar): Complete rewrite using
14203 `gmm-tool-bar-from-list'.
14204 (gnus-group-tool-bar-update): New function.
430d3ed7 14205
01c52d31 14206 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 14207
01c52d31 142082006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 14209
01c52d31
MB
14210 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14211 is dissected into a single part of which the type is the same as
14212 the given one; decode charset.
6ff5b064 14213
01c52d31 142142006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 14215
01c52d31
MB
14216 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14217 into alists as symbol not string, since that's what
14218 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14219 look for.
a8f6d239 14220
01c52d31 142212006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 14222
01c52d31
MB
14223 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14224 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 14225
01c52d31 14226 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 14227
01c52d31 142282006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 14229
01c52d31
MB
14230 * gnus-art.el (gnus-mime-security-button-commands): New variable.
14231 (gnus-mime-security-button-menu): New definition.
14232 (gnus-mime-security-button-map): Use them.
14233 (gnus-mime-security-button-menu): New function.
14234 (gnus-insert-mime-security-button): Addition to help echo.
14235 (gnus-mime-security-run-function, gnus-mime-security-save-part)
14236 (gnus-mime-security-pipe-part): New functions.
d752cf53 14237
01c52d31
MB
14238 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14239 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 14240
01c52d31
MB
14241 * mm-decode.el (mm-handle-set-disposition): Remove.
14242 (mm-handle-set-description): Remove.
d752cf53 14243
01c52d31 142442006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 14245
01c52d31
MB
14246 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14247 (mm-w3m-standalone-supports-m17n-p): New function.
14248 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14249 w3m usage.
d752cf53 14250
296a8e19
SM
14251 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14252 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 14253
01c52d31 142542006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 14255
296a8e19
SM
14256 * message.el (message-tool-bar-zap-list):
14257 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
14258 (message-tool-bar-update): New function.
14259 (message-tool-bar, message-tool-bar-gnome)
14260 (message-tool-bar-retro): Add message-tool-bar-update.
14261 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 14262
01c52d31 14263 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 14264
01c52d31
MB
14265 * gmm-utils.el (gmm-error): Describe `args'.
14266 (gmm-tool-bar-zap-list): New widget.
14267 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 14268
01c52d31 142692006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 14270
01c52d31
MB
14271 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14272 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14273 the number of recursive calls.
4a2358e9 14274
01c52d31
MB
14275 * mm-decode.el (mm-handle-set-disposition): New macro.
14276 (mm-handle-set-description): New macro.
4a2358e9 14277
01c52d31 142782006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 14279
01c52d31
MB
14280 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14281 encoding.
4a2358e9 14282
01c52d31 142832006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 14284
01c52d31
MB
14285 * message.el (message-tool-bar-zap-list, message-tool-bar)
14286 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14287 (message-tool-bar-local-item-from-menu): Remove.
14288 (message-tool-bar-map): Replace by `message-make-tool-bar'.
14289 (message-make-tool-bar): New function.
14290 (message-mode): Use `message-make-tool-bar'.
4a2358e9 14291
01c52d31
MB
14292 * gmm-utils.el: New file.
14293 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14294 (gmm-lazy): New widget copied from `nnmail.el'.
14295 (gmm-tool-bar-from-list): New function for creating customizable
14296 tool bars.
14297 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
14298 output.
14299 (gmm): Add :prefix to defgroup.
4a2358e9 14300
01c52d31 143012006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 14302
01c52d31 14303 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 14304
01c52d31 143052006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 14306
01c52d31
MB
14307 * mml.el (mml-attach-file): Describe `description' in doc string.
14308 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 14309
01c52d31 143102006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 14311
01c52d31 14312 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 14313
01c52d31 143142006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 14315
01c52d31 14316 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 14317
01c52d31 143182006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 14319
01c52d31
MB
14320 * imap.el (imap-open): Handle case where buffer is a buffer
14321 object.
41e11121 14322
01c52d31 143232005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 14324
01c52d31
MB
14325 * gnus-delay.el (gnus-delay): Don't autoload.
14326 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14327 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 14328
01c52d31 143292005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 14330
01c52d31 14331 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 14332
01c52d31 143332006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 14334
01c52d31 14335 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 14336
01c52d31 14337 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 14338
01c52d31 143392006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 14340
01c52d31 14341 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 14342
01c52d31 143432006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 14344
01c52d31
MB
14345 * mm-decode.el (mm-inlined-types): Add application/pgp.
14346 (mm-automatic-display): Ditto.
11e22c4a 14347
01c52d31
MB
14348 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14349 part as text.
11e22c4a 14350
01c52d31 143512006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 14352
01c52d31
MB
14353 * nnrss.el: Update copyright.
14354 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 14355
01c52d31
MB
14356 * gnus-art.el:
14357 * gnus-sum.el:
14358 * mm-uu.el:
14359 * mm-view.el: Update copyright.
97f78c9b 14360
01c52d31 143612006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 14362
01c52d31
MB
14363 * message.el (message-info): New function.
14364 (message-mode-menu): Add it.
14365 Update copyright.
97f78c9b 14366
01c52d31 14367 * ChangeLog: Fix and update copyright.
97f78c9b 14368
01c52d31 143692006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 14370
01c52d31
MB
14371 * message.el (message-forward-subject-name-subject): Prefer the
14372 address to 'nowhere' if the sender has no name.
14373 Fix typo. Update copyright year.
97f78c9b 14374
01c52d31 143752006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 14376
296a8e19
SM
14377 * gnus-art.el (article-wash-html):
14378 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 14379 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 14380
01c52d31
MB
14381 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14382 mm-inline-text-html-render-with-w3m-standalone.
14383 (mm-text-html-washer-alist): Map w3m-standalone to
14384 gnus-article-wash-html-with-w3m-standalone.
14385 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 14386
01c52d31 143872006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 14388
01c52d31
MB
14389 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14390 Improve LaTeX.
4b91459a 14391
01c52d31 143922006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 14393
01c52d31
MB
14394 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14395 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 14396
01c52d31
MB
14397 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14398 the buffer.
4b91459a 14399
01c52d31 144002006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 14401
01c52d31
MB
14402 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14403 custom definition of `gnus-posting-styles'.
d44e3b45 14404
296a8e19
SM
14405 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14406 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 14407
01c52d31 144082006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 14409
01c52d31
MB
14410 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14411 Use nntp for bug archive.
4b91459a 14412
01c52d31 144132006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 14414
01c52d31
MB
14415 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14416 parts.
14417 (nnrss-normalize-date): New function converts ISO 8601 date into
14418 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14419 (nnrss-check-group): Use it.
c03ac728 14420
01c52d31 144212006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 14422
01c52d31 14423 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 14424
01c52d31
MB
14425 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14426 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
14427 (nnrss-insert-w3): Ditto.
d8a88581 14428
01c52d31 144292005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 14430
01c52d31
MB
14431 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14432 the articles to be forwarded including the case where neither a
14433 number of articles nor a region is specified.
d8a88581 14434
01c52d31 144352005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 14436
01c52d31
MB
14437 * nnrss.el (nnrss-request-article): Fix last change; fill
14438 text/plain parts.
7573397b 14439
01c52d31 144402005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 14441
01c52d31
MB
14442 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14443 in text/plain part.
14444 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 14445
01c52d31 144462005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 14447
01c52d31
MB
14448 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14449 article.
9ebc3953 14450
01c52d31 144512005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 14452
01c52d31
MB
14453 * nnml.el: Don't require gnus-bcklg. Autoload it.
14454 (nnml-use-compressed-files, nnml-save-mail): Support other
14455 comression programs such as bzip2.
7929f858 14456
01c52d31 144572005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 14458
01c52d31
MB
14459 * dns.el (query-dns): Make sure we check the buffer size before
14460 removing tcp headers.
7929f858 14461
01c52d31 144622005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 14463
01c52d31
MB
14464 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14465 remove MIME buttons associated with multipart/alternative parts.
14466 (gnus-mime-display-alternative): Tag buttons using `article-type'
14467 text property.
ead25b5c 14468
01c52d31
MB
14469 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14470 associated with multipart/alternative parts.
ead25b5c 14471
01c52d31 14472 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 14473
01c52d31
MB
14474 * mm-decode.el (mm-inlined-types): Fix custom type.
14475 (mm-keep-viewer-alive-types): Ditto.
14476 (mm-automatic-display): Ditto.
14477 (mm-attachment-override-types): Ditto.
14478 (mm-inline-override-types): Ditto.
14479 (mm-automatic-external-display): Ditto.
8774406b 14480
01c52d31 144812005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 14482
01c52d31
MB
14483 * spam-report.el (spam-report-user-mail-address)
14484 (spam-report-user-agent): New variables.
14485 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 14486
01c52d31 144872005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 14488
01c52d31
MB
14489 * gnus-art.el (gnus-button-handle-custom): Do not just use
14490 `customize-apropos' for any "M-x customize-*" button but the
14491 function called for. Accept both the function name and its
14492 argument in order to achieve this.
296a8e19
SM
14493 (gnus-button-alist): Remove support for "custom:" URL's.
14494 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 14495 customize-*" buttons.
59fda2fa 14496
01c52d31 144972005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 14498
01c52d31
MB
14499 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14500 multipart/alternative and add xref to mm-discouraged-alternatives
14501 in doc string.
7d0c69be 14502
01c52d31
MB
14503 * mm-decode.el (mm-discouraged-alternatives): Add xref to
14504 gnus-buttonized-mime-types in doc string.
7d0c69be 14505
01c52d31 145062005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 14507
01c52d31
MB
14508 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14509 Suggest image/.* in the doc string.
d6697c02 14510
01c52d31 145112005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 14512
01c52d31
MB
14513 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14514 message-marks (Debian bug #342521).
d6697c02 14515
01c52d31 145162005-12-12 Simon Josefsson <jas@extundo.com>
84861437 14517
01c52d31
MB
14518 * password.el (password-read-from-cache): Add.
14519 (password-read): Use it.
84861437 14520
01c52d31 145212005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 14522
296a8e19
SM
14523 * rfc2047.el (rfc2047-charset-to-coding-system):
14524 Recognize us-ascii as a MIME charset.
3338c0ad 14525
296a8e19
SM
14526 * mm-bodies.el (mm-decode-content-transfer-encoding):
14527 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 14528
01c52d31 145292005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 14530
01c52d31 14531 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 14532
01c52d31 14533 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 14534
01c52d31 145352005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 14536
01c52d31 14537 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 14538
01c52d31 145392005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 14540
01c52d31
MB
14541 * mm-decode.el (mm-display-external): Use nametemplate (defined in
14542 RFC1524) if it is in mailcap or add a suffix according to
14543 mailcap-mime-extensions when generating a temp filename; postpone
14544 deleting a temp file for 2 seconds for some wrappers, shell
14545 scripts, and so on, which might exit right after having started a
14546 viewer command as a background job.
14547
145482005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14549
14550 * nntp.el (nntp-marks-directory): Fix custom group.
14551
14552 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14553 steps when < 10.
14554
296a8e19
SM
14555 * gnus-start.el (gnus-no-server-1):
14556 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
14557
145582005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14559
14560 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14561 parens.
14562
145632005-11-26 Dave Love <fx@gnu.org>
14564
14565 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14566 (tls-program, tls-success): Provide openssl alternative.
14567
14568 * starttls.el: Doc fixes.
14569 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14570 SERVICE to PORT.
14571
002876ab 14572 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
14573 port null or service name.
14574 (starttls-negotiate): Autoload.
14575
145762005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14577
14578 * message.el (message-kill-to-signature): Fix interactive spec.
14579
145802005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * pop3.el (pop3-open-server): Recognize a string as a service name.
14583
145842005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
14585
14586 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14587
145882005-11-23 Dave Love <fx@gnu.org>
14589
14590 Add pop3s, pop3/starttls.
14591
14592 * pop3.el (pop3-authentication-scheme): Clarify doc.
14593 (open-tls-stream, starttls-open-stream): Autoload.
14594 (pop3-stream-type): New.
14595 (pop3-open-server): Use it.
14596
14597 * mail-source.el (mail-sources): Fix some :types. Add stream type
14598 for POP.
14599 (mail-source-keyword-map): Add :stream for POP.
14600 (mail-source-fetch-pop): Use pop3-stream-type.
14601
146022005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14605 of current-time-string.
14606
146072005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
14608
14609 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14610 date header.
14611
146122005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14613
14614 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14615 it can seriously impact performance as it bypasses the agent's
14616 local caches.
14617
146182005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
14619
14620 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14621 must be explicitly online rather than "not explicitly offline" for
14622 its flags to be synchronized.
14623
14624 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14625 that gnus-uu-unmark-thread will function correctly.
14626
14627 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14628 1024K is instead displayed as 1M.
14629
146302005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14631
14632 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14633
146342005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
14635
14636 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14637
146382005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
14639
14640 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14641 error message to display actual error condition.
14642 (gnus-agent-save-local): Avoid saving symbols that are bound to
14643 nil as they simply result in a warning message in
14644 gnus-agent-read-local.
14645
146462005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14647
14648 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14649 rather than make-variable-buffer-local for file-precious-flag.
14650
146512005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14652
14653 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14654 for duplicates which are removed. The invalid sort check then
14655 triggers a rescan after the sort as sorting may have moved
14656 duplicate entries such that they can be cheaply detected.
14657
146582005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14661
146622005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
14663
296a8e19
SM
14664 * gnus-agent.el (gnus-agent-article-alist-save-format):
14665 Change internal variable to a custom variable. Change default value
01c52d31
MB
14666 from compressed(2) to uncompressed(1).
14667 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14668 support for uncompressed agentview files. Taken together, reading
14669 the agentview file should now be 6-7 times faster.
14670
146712005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
14672
14673 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14674 as a buffer-local variable. This avoids creating truncated
14675 dribble files as a result of a hang up, eg.
14676
146772005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14678
296a8e19
SM
14679 * gnus-start.el (gnus-start-draft-setup):
14680 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
14681
14682 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
14683 (gnus-group-get-parameter, gnus-group-parameter-value):
14684 Describe allow-list argument.
01c52d31
MB
14685
14686 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14687 string.
14688
146892005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
14690
14691 * gnus-art.el (gnus-default-article-saver): Add user-defined
14692 `function' to custom type.
14693
146942005-10-30 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * imap.el (imap-open): Handle case where buffer is a buffer
14697 object.
14698
146992005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
14700
14701 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14702 long lines.
14703 (gnus-cache-delete-group): Wrap doc strings.
14704
14705 * gnus-agent.el (gnus-agent-rename-group)
14706 (gnus-agent-delete-group): Wrap doc strings.
14707
01c52d31
MB
147082005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14709
14710 * gnus-start.el (gnus-1): Add "native" to
14711 gnus-predefined-server-alist.
14712
14713 * gnus.el (gnus-method-to-server): Don't add "native" to the
14714 lists here, because that leads to problems when
14715 gnus-select-method is bound.
14716
147172005-11-09 Simon Josefsson <jas@extundo.com>
14718
14719 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14720 use (not sort-by-date) instead.
14721
147222005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * gnus-delay.el (gnus-delay-group): Don't autoload.
14725 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14726 to be re-loaded when customizing the `gnus-delay' group.
14727
147282005-11-19 Chong Yidong <cyd@stupidchicken.com>
14729
14730 * message.el: Revert last changes.
14731 (message-insert-citation-line): Use newlines.
14732
147332005-11-17 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * message.el (message-courtesy-message)
14736 (message-mark-insert-begin, message-mark-insert-end)
14737 (message-elide-ellipsis, message-cancel-message)
14738 (message-add-header, message-change-subject)
14739 (message-cross-post-followup-to-header)
14740 (message-cross-post-insert-note, message-reduce-to-to-cc)
14741 (message-widen-reply, message-delete-not-region)
14742 (message-kill-to-signature, message-insert-signature)
14743 (message-insert-importance-high, message-insert-importance-low)
14744 (message-insert-or-toggle-importance)
14745 (message-insert-disposition-notification-to)
14746 (message-indent-citation, message-yank-original)
14747 (message-cite-original-without-signature, message-cite-original)
14748 (message-insert-citation-line, message-position-on-field)
14749 (message-fix-before-sending, message-send-mail-partially)
14750 (message-send-mail, message-send-mail-with-sendmail)
14751 (message-send-mail-with-qmail, message-send-news)
14752 (message-check-news-header-syntax, message-generate-headers)
14753 (message-insert-courtesy-copy, message-fill-address)
14754 (message-fill-header, message-shorten-references)
14755 (message-setup-1, message-cancel-news)
14756 (message-forward-make-body-plain, message-forward-make-body-mime)
14757 (message-forward-make-body-mml, message-encode-message-body)
14758 (message-forward-make-body-digest-plain)
14759 (message-forward-make-body-digest-mime)
14760 (message-use-alternative-email-as-from): Insert `hard-newline'
14761 instead of ordinary newlines.
14762
147632005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
14764
14765 * message.el (message-generate-headers): Downcase the argument
14766 given to message-check-element.
14767
147682005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
14769
14770 * nntp.el (nntp-authinfo-rejected): New error condition.
14771 (nntp-wait-for): Use new error condition to signal authentication
14772 error.
14773 (nntp-retrieve-data): Rethrow new error condition to break out of
14774 recursive call to nntp-send-authinfo.
14775
147762005-11-08 Romain Francoise <romain@orebokech.com>
14777
14778 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14779 (gnus-summary-exit-map): Bind to `Z p'.
14780 (gnus-summary-make-menu-bar): Add menu item.
14781
147822005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
14783
14784 * gnus-art.el (gnus-article-treat-custom): Add `first'.
14785 (gnus-treat-*): Add `first' in all doc strings.
14786
14787 * gnus-group.el (gnus-group-compact-group): Fix typo.
14788
147892005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
14790
14791 * gnus.el (gnus-parameters-case-fold-search): New variable.
14792 (gnus-parameters-get-parameter): Use it.
14793
14794 * gnus-score.el (gnus-home-score-file): Doc fix.
14795
147962005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
14797
14798 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14799
148002005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * mm-util.el (mm-special-display-p): New function.
14803
14804 * mml.el (mml-preview): Use it; doc fix.
14805
148062005-10-29 Romain Francoise <romain@orebokech.com>
14807
14808 * message.el (message-fix-before-sending): Fix comment.
14809
148102005-10-29 Jari Aalto <jari.aalto@cante.net>
14811
14812 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14813
148142005-10-29 Jari Aalto <jari.aalto@cante.net>
14815
14816 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14817 Used in gnus-score.el.
14818
148192005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14820
14821 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14822
148232005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14824
14825 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14826 whitespace removed in revision 7.8. Use concatenated string to
14827 protect trailing whitespace.
14828
880820fe 148292005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
14830
14831 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14832 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14833 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14834 Courier IMAP ("some version from 2004"). Mostly based on similar
14835 code in the same function.
14836
148372005-10-26 Didier Verna <didier@xemacs.org>
14838
002876ab 14839 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 14840 article buffer.
002876ab 14841 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 14842 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
14843 NOV database and in article itself.
14844 Invalidate article backlog.
14845
148462005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14847
14848 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14849
148502005-10-26 Simon Josefsson <jas@extundo.com>
14851
14852 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14853 part of 2004-07-25 change.
14854
148552005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14856
14857 * message.el (message-display-completion-list): New function.
14858 (message-expand-group): Use it; make sure the Completions buffer
14859 is modifiable.
14860
148612005-10-30 Chong Yidong <cyd@stupidchicken.com>
14862
c9e31f32 14863 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
14864
148652005-10-24 Eli Zaretskii <eliz@gnu.org>
14866
14867 * pgg-def.el:
14868 * pgg-gpg.el:
14869 * pgg-parse.el:
14870 * pgg-pgp.el:
14871 * pgg-pgp5.el:
14872 * pgg.el: Move to the parent lisp directory.
14873
148742005-10-23 Chong Yidong <cyd@stupidchicken.com>
14875
14876 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14877 user-mail-name is an empty string.
14878
148792005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14880
14881 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14882 depending on gnus-score-decay-constant.
14883
14884 * encrypt.el (encrypt-insert-file-contents)
14885 (encrypt-write-file-contents): Don't use `gnus-message'.
14886
14887 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14888 arguments.
296a8e19
SM
14889 (mm-uu-type-alist): Add message-marks and insert-marks.
14890 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
14891 (mm-uu-hide-markers): New variable.
14892 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14893
14894 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14895 (gnus-convert-image-to-face-command): Use "convert" by default to
14896 allow other input image formats.
14897 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14898 accordingly.
14899
149002005-10-23 Simon Josefsson <jas@extundo.com>
14901
14902 * imap.el (imap-gssapi-program): Align command line parameters
14903 with latest GNU SASL.
14904 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14905
149062005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14907
14908 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14909 HTML.
14910 (nnslashdot-request-article): Ditto.
14911
149122005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14913
14914 * mail-source.el (mail-source-fetch-pop): Require pop3.
14915 (mail-source-check-pop): Ditto.
14916
149172005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14918
14919 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14920 errors.
14921
149222005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14923
14924 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14925 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14926
14927 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14928
296a8e19
SM
14929 * mm-bodies.el (mm-decode-string):
14930 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
14931
149322005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14933
14934 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14935 (rfc2047-charset-to-coding-system): New function.
14936 (rfc2047-decode-encoded-words): New function.
14937 (rfc2047-decode-region): Use them.
14938 (rfc2047-decode-cte): Remove.
14939 (rfc2047-parse-and-decode): Remove.
14940 (rfc2047-decode): Remove.
14941
149422005-10-15 Kenichi Handa <handa@m17n.org>
14943
14944 * rfc2047.el (rfc2047-decode-cte): New function.
14945 (rfc2047-decode-region): Change the way to decode successive
14946 encoded-words: decode B- or Q-encoding in each encoded-word,
14947 concatenate them, and decode it as charset.
14948
149492005-10-17 Chong Yidong <cyd@stupidchicken.com>
14950
14951 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14952 widget-move-and-invoke.
14953 (gnus-custom-mode): Use gnus-custom-map.
14954
149552005-10-15 Bill Wohler <wohler@newt.com>
14956
296a8e19 14957 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
14958 mail_send to mail/send.
14959
149602005-10-16 Masatake YAMATO <jet@gyve.org>
14961
14962 * message.el (message-expand-group): Pass the common
14963 prefix substring of completion to `display-completion-list'.
14964
149652005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14966
14967 * mml-sec.el (mml-secure-method): New internal variable.
14968 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
14969 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14970 New functions using mml-secure-method.
01c52d31
MB
14971
14972 * mml.el (mml-mode-map): Add key bindings for those functions.
14973 (mml-menu): Simplify security menu entries. Suggested by Jesper
14974 Harder <harder@myrealbox.com>.
296a8e19
SM
14975 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14976 Goto end of message if point is the headers of the message.
01c52d31
MB
14977
14978 * message.el (message-in-body-p): New function.
14979
14980 * assistant.el: Autoload gnus-util and netrc.
14981
14982 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14983 Use `mm-charset-override-alist' only when decoding.
14984
296a8e19
SM
14985 * mm-bodies.el (mm-decode-body):
14986 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
14987
14988 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14989 `filename' from Content-Disposition if Content-Type doesn't
14990 provide `name'.
14991 (gnus-mime-view-part-as-type): Set default instead of
14992 initial-input.
14993
149942005-10-09 Daniel Brockman <daniel@brockman.se>
14995
14996 * format-spec.el (format-spec): Propagate text properties of % spec.
14997
149982005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14999
15000 * gnus-art.el (gnus-treat-predicate): Add `first'.
15001
150022005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15003
15004 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15005 (mm-charset-override-alist): New variable.
15006 (mm-charset-to-coding-system): Use it.
15007 (mm-codepage-setup): New helper function.
15008 (mm-charset-eval-alist): New variable.
296a8e19
SM
15009 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15010 Warn about unknown charsets.
01c52d31
MB
15011
150122005-10-04 David Hansen <david.hansen@gmx.net>
15013
15014 * nnrss.el (nnrss-request-article): Add support for the comments tag.
15015 (nnrss-check-group): Ditto.
15016
150172005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15018
15019 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15020 Rename x-gnus-verbatim to x-verbatim.
15021 (mm-uu-type-alist): Fix regexp for verbatim-marks.
15022
15023 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15024 x-verbatim.
15025
15026 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15027
15028 * gnus-util.el (gnus-remove-duplicates): Remove.
15029
15030 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15031 instead of gnus-remove-duplicates.
15032
15033 * message.el (message-remove-duplicates): Remove.
15034 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15035 message-remove-duplicates.
15036
15037 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15038 available, else use implementation from `delete-dups'.
15039
15040 * message.el (message-insert-expires): New function.
15041 (message-mode-map): Add key binding.
15042 (message-mode-field-menu): Add menu entry.
15043 (message-mode): Document it.
15044 (message-make-expires-date): Use `message-make-date'.
15045
150462005-10-04 Josh Huber <huber@alum.wpi.edu>
15047
15048 * message.el (message-make-expires-date): New function.
15049
01c52d31
MB
150502005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * time-date.el: Autoload parse-time-string, XEmacs needs it.
15053
150542005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15057 function rather than the diff-mode.el package.
15058 (mm-display-external): Use with-current-buffer.
15059 (mm-viewer-completion-map, mm-viewer-completion-map):
15060 Move initialization inside declaration.
15061
150622005-09-29 Simon Josefsson <jas@extundo.com>
15063
296a8e19
SM
15064 * spam.el: Load hashcash when compiling, to avoid warnings.
15065 Don't autoload mail-check-payment.
01c52d31
MB
15066 (spam-check-hashcash): Define unconditionally, since hashcash.el
15067 is part of Gnus now. Ignore errors from payment checking.
15068
150692005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15070
296a8e19
SM
15071 * message.el (message-bold-region, message-unbold-region):
15072 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
15073
15074 * message.el: Remove useless autoloads.
15075
150762005-09-28 Simon Josefsson <jas@extundo.com>
15077
15078 * message.el (message-use-idna): Default to t.
15079 (message-use-idna): Test whether encoding works too. Doc fix.
15080
150812005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
15082
15083 * nntp.el (nntp-warn-about-losing-connection): Remove.
15084
150852005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15086
15087 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15088 customizable. Change default value.
15089 (mm-uu-diff-groups-regexp): Change default value.
15090 (mm-uu-type-alist): Add doc string.
15091 (mm-uu-configure): Add doc string. Make it interactive.
15092 (mm-uu-tex-groups-regexp): New variable.
15093 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15094 (mm-uu-type-alist): Add LaTeX documents.
15095 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15096 of "text/verbatim".
15097 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15098
15099 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15100 instead of "text/verbatim".
15101
15102 * message.el (message-mark-inserted-region)
15103 (message-mark-insert-file): Use slrn style marks when called with
15104 prefix argument.
15105
151062005-09-27 Simon Josefsson <jas@extundo.com>
15107
15108 * message.el (message-idna-to-ascii-rhs-1): Reformat.
15109
880820fe 151102005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15111
15112 * message.el (message-remove-duplicates): New function.
15113 Implementation borrowed from `gnus-remove-duplicates'.
15114 (message-idna-to-ascii-rhs): Also encode idna addresses in
15115 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15116 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15117 only ask about the same idna domain once per header and also tell
15118 in what header to replace the idna domain.
15119
15120 * gnus-art.el (article-decode-idna-rhs): Also decode idna
15121 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15122 (article-decode-idna-rhs): Fix regexp so that all idna-address in
15123 a header is decoded and not just the last one.
15124
151252005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15128 has been decoded.
15129
15130 * mm-decode.el (mm-automatic-display): Add text/verbatim.
15131 (mm-insert-part): Don't modify text if it has been decoded.
15132
15133 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15134 decoded.
15135
15136 * mm-view.el (mm-inline-text): Don't strip text props unless
15137 decoding enriched or richtext parts.
15138
151392005-09-25 Romain Francoise <romain@orebokech.com>
15140
15141 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15142 * gnus-start.el (gnus-subscribe-interactively):
15143 * gnus-uu.el (gnus-uu-grab-articles):
15144 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15145 space.
15146
151472005-09-24 Emilio C. Lopes <eclig@gmx.net>
15148
15149 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15150 * mm-view.el (mm-view-pkcs7-decrypt):
15151 * gnus-sum.el (gnus-summary-limit-to-extra)
15152 (gnus-summary-respool-article, gnus-read-move-group-name):
15153 * gnus-score.el (gnus-summary-increase-score):
15154 * gnus-util.el (gnus-completing-read-with-default):
15155 * gnus-art.el (gnus-read-save-file-name)
15156 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15157 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15158 * message.el (message-check-news-header-syntax):
15159 Follow convention for reading with the minibuffer.
15160
151612005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
15162
15163 * spam-report.el (spam-report-url-ping-plain):
15164 Use gnus-extended-version as User-Agent.
15165
15166 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15167 default value is nil.
15168
296a8e19 15169 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
15170 (mm-uu-verbatim-marks-extract): New function.
15171 (mm-uu-extract): New face.
15172 (mm-uu-copy-to-buffer): Use it.
15173
296a8e19 15174 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 15175 `spam-report-gmane-unspam'.
296a8e19 15176 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
15177 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
15178
15179 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15180 Autoload.
296a8e19
SM
15181 (spam-report-gmane-unregister-routine):
15182 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
15183
151842005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
15185
15186 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15187 (spam-report-gmane-unregister-routine): Add support for gmane
15188 unregistration.
15189
15190 * spam-report.el (spam-report-gmane-unspam)
15191 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15192 (spam-report-gmane): Change to take a single article and do unspam
15193 registration.
15194
151952005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15196
15197 * mm-url.el (mm-url-decode-entities): Fix regexp.
15198
151992005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15200
15201 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15202 default to nil, to be able to use Gnus at all. If the default
15203 switches to something else, then the function should be fixed not
15204 be exceedingly slow.
15205
152062005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
15207
15208 * gnus-start.el (gnus-activate-group): If the server is nil, don't
15209 fail hard.
15210
15211 * spam-report.el: Add better Keywords line.
15212
15213 * spam.el: Add Maintainer and better Keywords line.
15214
152152005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15216
15217 * gnus-art.el (gnus-article-replace-part)
15218 (gnus-mime-replace-part): New functions.
15219 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
15220 (gnus-mime-save-part-and-strip): Add file argument.
15221 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 15222
296a8e19
SM
15223 * gnus-sum.el (gnus-summary-mime-map):
15224 Add `gnus-article-replace-part'.
01c52d31
MB
15225
152262005-09-19 Didier Verna <didier@xemacs.org>
15227
15228 The nnml compaction feature:
15229 * nnml.el (nnml-request-compact-group): New function.
15230 * nnml.el (nnml-request-compact): New function.
15231 * gnus-int.el (gnus-request-compact-group): New function.
15232 * gnus-int.el (gnus-request-compact): New function.
15233 * gnus-group.el (gnus-group-compact-group): New function.
15234 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15235 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15236 * gnus-srvr.el (gnus-server-compact-server): New function.
15237 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15238 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15239
152402005-09-18 Deepak Goel <deego@gnufans.org>
15241
15242 * sieve.el (sieve-help): Fix `message' call: first arg should be a
15243 format spec.
15244
152452005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * gnus.el (gnus-group-startup-message): Bind image-load-path.
15248
152492005-09-15 Romain Francoise <romain@orebokech.com>
15250
15251 * message.el (message-fill-paragraph): Clarify docstring.
15252
152532005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
15254
15255 * gnus-art.el (gnus-mime-display-part): Protect against broken
15256 MIME messages.
15257
152582005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
15259
15260 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15261 before parsing header.
15262
152632005-09-11 Jari Aalto <jari.aalto@cante.net>
15264
002876ab 15265 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
15266
152672005-09-11 Romain Francoise <romain@orebokech.com>
15268
15269 * message.el (message-alternative-emails): Improve docstring.
15270 (message-setup-1): Call `message-use-alternative-email-as-from'
15271 after `message-setup-hook' to give it precedence over posting
15272 styles, etc.
296a8e19
SM
15273 (message-use-alternative-email-as-from): Add docstring.
15274 Remove the original From header if present.
01c52d31
MB
15275
15276 * nnml.el (nnml-compressed-files-size-threshold): New variable.
15277 (nnml-save-mail): Use it.
15278
15279 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15280 articles. Add new argument `silent'.
15281 (gnus-uu-mark-all): Report the total number of marked articles.
15282
152832005-09-10 Romain Francoise <romain@orebokech.com>
15284
15285 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15286 (gnus-uu-mark-series): Likewise.
15287
152882005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
15289
15290 * spam-report.el (spam-report-gmane): Fix generation of spam
15291 report URL.
15292
152932005-09-10 Simon Josefsson <jas@extundo.com>
15294
15295 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15296 t, based on discussion on the ding list with Robert Epprecht
15297 <epprecht@solnet.ch>.
15298
152992005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
15300
15301 * spam-report.el (spam-report-gmane): Make it work without
15302 X-Report-Spam header. Gmane now only provides Archived-At.
15303 This is only used if `spam-report-gmane-use-article-number' is nil.
15304 (spam-report-gmane-spam-header): Remove. Not used anymore.
15305
15306 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15307 make `gnus-summary-sort-by-recipient' work with threading.
15308
15309 * nnweb.el (nnweb-google-wash-article): Print a message if article
15310 is not available.
15311
153122005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15313
15314 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15315 change. Decode text/* parts content before displaying.
15316
153172005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15318
15319 * mml-smime.el: Remove defvar of gnus-extract-address-components.
15320
153212005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
15322
15323 * mm-view.el (mm-display-inline-fontify): Disable support modes.
15324
153252005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
15326
c9e31f32 15327 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
15328
15329 * gnus.el (gnus-group-change-level-function): Ditto.
15330
15331 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15332
15333 * gnus-art.el (gnus-signature-limit)
15334 (gnus-article-mime-part-function): Ditto.
15335
153362005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
15337
15338 * mml.el (mml-mode): Silence the byte compiler.
15339
15340 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15341 using `(sit-for 0)' before moving the point to the specified part;
15342 skip unbuttonized parts.
15343 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15344 return to the summary window if gnus-auto-select-part is non-nil.
15345
153462005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
15347
296a8e19
SM
15348 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15349 New variables.
01c52d31
MB
15350 (mml-dnd-attach-file, mml-mode): Use them.
15351
15352 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
15353 Make fetching article by MID work again for Google Groups.
15354 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
15355
15356 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15357 Don't depend on Gnus by using mail-extract-address-components if
15358 gnus-extract-address-components is not bound.
15359
153602005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15361
15362 * gnus-art.el (gnus-mime-display-security): Don't display the
15363 signature, but only the signed part.
15364
153652005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
15366
15367 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15368
15369 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15370 list, not listp.
15371
153722005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
15373
296a8e19
SM
15374 * mm-encode.el (mm-encode-content-transfer-encoding):
15375 Likewise when encoding.
01c52d31
MB
15376
15377 * mm-bodies.el (mm-decode-content-transfer-encoding):
15378 De-canonicalize CRLF for all text content types, not just
15379 text/plain.
15380
153812005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
15382
15383 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15384 valid article; point arrow and cursor at the MIME button.
15385
153862005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15387
15388 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15389 Suggested by Dan Christensen <jdc@uwo.ca>.
15390
15391 * mm-decode.el (mm-save-part): Enable change of prompt.
15392
153932005-08-29 Jari Aalto <jari.aalto@cante.net>
15394
296a8e19
SM
15395 * gnus-msg.el (gnus-inews-add-send-actions):
15396 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
15397
153982005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15399
296a8e19
SM
15400 * gnus-sum.el (gnus-summary-mime-map):
15401 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
15402 gnus-article-jump-to-part.
15403
296a8e19 15404 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 15405 (gnus-article-edit-part): Use it.
296a8e19
SM
15406 (gnus-article-part-wrapper): Add no-handle argument.
15407 (gnus-article-save-part-and-strip, gnus-article-delete-part):
15408 New functions.
01c52d31
MB
15409
154102005-08-29 Romain Francoise <romain@orebokech.com>
15411
15412 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15413 docstring.
15414 (gnus-face-from-file): Likewise.
15415
154162005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
15417
15418 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15419 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15420 non-nil.
15421 (gnus-auto-select-part): New variable.
15422 (gnus-article-jump-to-part): New function.
15423 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15424 (gnus-mime-delete-part): Allow selecting specified part after
15425 deleting or stripping parts.
15426 (gnus-article-jump-to-part): Don't use `read-number'. Use last
15427 part if argument is bogus.
15428
154292005-08-31 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * gnus-art.el (w3m-minor-mode-map):
15432 * gnus-spec.el (gnus-newsrc-file-version):
15433 * gnus-util.el (nnmail-active-file-coding-system)
15434 (gnus-original-article-buffer, gnus-user-agent):
15435 * gnus.el (gnus-ham-process-destinations)
15436 (gnus-parameter-ham-marks-alist)
15437 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15438 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15439 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15440 * mm-decode.el (gnus-current-window-configuration):
15441 * mm-extern.el (gnus-article-mime-handles):
15442 * mm-url.el (url-current-object, url-package-name)
15443 (url-package-version):
15444 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15445 (smime-keys, w3m-cid-retrieve-function-alist)
15446 (w3m-current-buffer, w3m-display-inline-images)
15447 (w3m-minor-mode-map):
15448 * mml-smime.el (gnus-extract-address-components):
15449 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15450 (gnus-newsrc-hashtb, message-default-charset)
15451 (message-deletable-headers, message-options)
15452 (message-posting-charset, message-required-mail-headers)
15453 (message-required-news-headers):
15454 * mml1991.el (mc-pgp-always-sign):
15455 * mml2015.el (mc-pgp-always-sign):
15456 * nnheader.el (nnmail-extra-headers):
15457 * rfc1843.el (gnus-decode-encoded-word-function)
15458 (gnus-decode-header-function, gnus-newsgroup-name):
15459 * spam-stat.el (gnus-original-article-buffer): Add defvars.
15460
154612005-08-22 Karl Chen <quarl@cs.berkeley.edu>
15462
15463 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15464 the end of the date treatments.
15465
154662005-08-15 Simon Josefsson <jas@extundo.com>
15467
15468 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15469 it in url-handlers.el and XEmacs in url.el. Reported by Luca
15470 Capello and Romain Francoise.
296a8e19 15471 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
15472 (pgg-insert-url-with-w3): Require url, to get
15473 url-insert-file-contents regardless of where it is defined.
15474
154752005-08-13 Romain Francoise <romain@orebokech.com>
15476
15477 * message.el (message-cite-original-1): New function.
15478 (message-cite-original): Use it.
15479 (message-cite-original-without-signature): Ditto.
15480
154812005-08-08 Romain Francoise <romain@orebokech.com>
15482
15483 * message.el (message-yank-empty-prefix): New variable.
15484 (message-indent-citation): Use it.
15485 (message-cite-original-without-signature): Respect X-No-Archive.
15486
154872005-08-08 Simon Josefsson <jas@extundo.com>
15488
15489 * pgg.el: Autoload url-insert-file-contents instead of loading
15490 w3/url.
15491 (pgg-insert-url-with-w3): Don't load url here.
15492
154932005-08-07 Jesper Harder <harder@phys.au.dk>
15494
15495 * message.el (message-kill-to-signature): Don't insert newline at
15496 bol.
15497 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15498
154992005-08-06 Romain Francoise <romain@orebokech.com>
15500
15501 * message.el (message-user-fqdn): Fix typo in docstring.
15502
155032005-08-05 Daiki Ueno <ueno@unixuser.org>
15504
15505 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15506
15507 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15508
155092005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
15510
15511 * mm-bodies.el (mm-encode-body): Use coding system rather than
15512 charset to encode text.
15513
15514 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15515 number of charsets if utf-8 is available (XEmacs).
15516
155172005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
15518
15519 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15520 taken from `gnus-button-mid-or-mail-regexp'.
15521 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15522 (gnus-button-alist): Improve regexp for domain part of the MIDs
15523 for news:localpart@domain buttons.
15524 (gnus-button-ctan-directory-regexp): Update.
15525
155262005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
15527
296a8e19
SM
15528 * sieve-manage.el (sieve-manage-interactive-login):
15529 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
15530 (sieve-manage-open): Ditto.
15531 (sieve-manage-authenticate): Ditto.
15532
15533 * mml.el (mml-generate-mime-1): Make the content type default to
15534 text/plain if the filename is not specified.
15535
155362005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15539 instead of insert-buffer.
15540
15541 * message.el (message-yank-original): Ditto; set the mark at the
15542 end of the yanked message.
15543
155442005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
15545
15546 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15547 lines to scroll rather than to stop it.
15548
15549 * mml.el (mml-generate-default-type): Add doc string.
15550 (mml-generate-mime-1): Use mm-default-file-encoding or make it
15551 default to application/octet-stream when determining the content
15552 type if it is not specified for the part or the mml contents; add
15553 a comment about mml-generate-default-type.
15554
155552005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
15556
15557 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15558 make it default to application/octet-stream when determining the
15559 content type if it is not specified for the external contents.
15560
155612005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15562
15563 * rfc2231.el (rfc2231-parse-string): Take care that not only a
15564 segmented parameter but also other parameters might be there.
15565
155662005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15567
15568 * mm-decode.el (mm-display-external): Delete temp file, directory
15569 and buffer immediately if the external process is exited.
15570
155712005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
15572
15573 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15574 fewer lines than that of scroll-margin.
15575 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15576
155772005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
15578
15579 * gnus-art.el (gnus-article-next-page): Revert.
15580 (gnus-article-beginning-of-window): New macro.
15581 (gnus-article-next-page-1): Use it.
15582 (gnus-article-prev-page): Ditto.
15583 (gnus-article-edit-part): Use insert-buffer-substring instead of
15584 insert-buffer.
15585 (gnus-article-edit-exit): Ditto.
15586
15587 * gnus-util.el (gnus-beginning-of-window): Remove.
15588 (gnus-end-of-window): Remove.
15589
155902005-07-25 Simon Josefsson <jas@extundo.com>
15591
15592 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15593 to have the url package without w3. Reported by Daiki Ueno
15594 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15595
155962005-07-20 Didier Verna <didier@xemacs.org>
15597
15598 * gnus-diary.el: Remove the description comment (nndiary is now
15599 properly documented in the Gnus manual).
15600 Fix the spelling of "Back End".
15601 * nndiary.el: Ditto.
15602 Fix the copyright notice.
15603
156042005-07-18 Romain Francoise <romain@orebokech.com>
15605
149cd465
JB
15606 * gnus-sum.el (gnus-summary-to-prefix)
15607 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
15608 (gnus-summary-from-or-to-or-newsgroups): Use them.
15609
156102005-07-17 Romain Francoise <romain@orebokech.com>
15611
15612 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15613 space as it's generally not especially interesting to the user.
15614
156152005-07-16 Romain Francoise <romain@orebokech.com>
15616
15617 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15618 nil to avoid prompting and file modification if one of the
15619 messages at the top of the nnfolder file contains a copyright
15620 notice.
15621 Update copyright notice.
15622
15623 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15624 instead of `current-time-string' as the latter creates a time
15625 string that is not RFC 2822 compliant (it lacks the zone).
15626 Update copyright notice.
15627
156282005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
15629
15630 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15631 for text/rtf. Display default in prompt. Pass default for M-n.
15632
15633 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15634
156352005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
296a8e19
SM
15637 * gnus-msg.el (gnus-button-mailto):
15638 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
15639 save-selected-window internals.
15640
156412005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15644 (gnus-article-next-page-1): Use gnus-beginning-of-window.
15645 (gnus-article-prev-page): Ditto.
15646
15647 * gnus-util.el (gnus-beginning-of-window): New function.
15648 (gnus-end-of-window): New function.
15649
156502005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
15651
296a8e19
SM
15652 * gnus-score.el (gnus-score-edit-all-score):
15653 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
15654 gnus-message.
15655
156562005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15657
296a8e19
SM
15658 * gnus-msg.el (gnus-button-mailto):
15659 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
15660 save-selected-window internals.
15661
156622005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15665 add-minor-mode.
15666 (gnus-binary-mode): Ditto.
15667
15668 * gnus-topic.el (gnus-topic-mode): Ditto.
15669
156702005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
15671
15672 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15673 (gnus-article-prev-page): Take scroll-margin into consideration.
15674
156752005-07-04 Lute Kamstra <lute@gnu.org>
15676
15677 Update FSF's address in GPL notices.
15678
156792005-07-04 Juanma Barranquero <lekktu@gmail.com>
15680
15681 * gnus.el (gnus-exit):
15682 * gnus-group.el (gnus-group-icons):
15683 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15684
15685 * gnus-nocem.el (gnus-nocem):
15686 * message.el (message-various, message-buffers, message-sending)
15687 (message-interface, message-forwarding, message-insertion)
15688 (message-headers, message-news, message-mail):
15689 * pgg-gpg.el (pgg-gpg):
15690 * pgg-parse.el (pgg-parse):
15691 * pgg-pgp.el (pgg-pgp):
15692 * pgg-pgp5.el (pgg-pgp5):
15693 * pop3.el (pop3): Finish `defgroup' description with period.
15694
156952005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-art.el (article-display-face): Improve the efficiency.
15698 (article-display-x-face): Ditto; remove grey x-face stuff.
15699
157002005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
15701
15702 * gnus-art.el (article-display-face): Correct the position in
15703 which Faces are inserted.
15704
157052005-06-29 Didier Verna <didier@xemacs.org>
15706
15707 * gnus-art.el (article-display-face): Display faces in correct
15708 order.
15709
157102005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
15711
15712 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15713 (gnus-fill-real-hashtb): Use hash table instead of obarray.
15714 (gnus-nocem-check-article): Fetch the Type header.
15715 (gnus-nocem-message-wanted-p): Fix the way to examine types.
15716 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15717 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15718 make sure gnus-nocem-hashtb is initialized.
15719 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15720 (gnus-nocem-unwanted-article-p): Ditto.
15721
15722 * pgg.el (pgg-verify): Return the verification result.
15723
157242005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15725
15726 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15727 is ascii.
15728
157292005-06-24 Juanma Barranquero <lekktu@gmail.com>
15730
15731 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15732 `show-nonbreak-escape'.
15733
157342005-06-23 Lute Kamstra <lute@gnu.org>
15735
15736 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15737
15738 * dig.el (dig-mode):
15739 * smime.el (smime-mode): Use gnus-run-mode-hooks.
15740
157412005-06-21 Juanma Barranquero <lekktu@gmail.com>
15742
15743 * nnimap.el (nnimap-split-download-body): Fix spellings.
15744
157452005-06-16 Juanma Barranquero <lekktu@gmail.com>
15746
15747 * gnus-art.el (gnus-article-encrypt-body):
15748 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
15749 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15750 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 15751
880820fe 157522005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15753
15754 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15755 header by looking for magic "MII" at the beginnig.
15756
157572005-06-16 Miles Bader <miles@gnu.org>
15758
15759 * assistant.el (assistant-field): Remove "-face" suffix from face name.
15760 (assistant-field-face): New backward-compatibility alias for renamed
15761 face.
15762 (assistant-render-text): Use renamed assistant-field face.
15763
15764 * spam.el (spam): Remove "-face" suffix from face name.
15765 (spam-face): New backward-compatibility alias for renamed face.
15766 (spam-face, spam-initialize): Use renamed spam face.
15767
15768 * message.el (message-header-to, message-header-cc)
15769 (message-header-subject, message-header-newsgroups)
15770 (message-header-other, message-header-name)
15771 (message-header-xheader, message-separator, message-cited-text)
15772 (message-mml): Remove "-face" suffix from face names.
15773 (message-header-to-face, message-header-cc-face)
15774 (message-header-subject-face, message-header-newsgroups-face)
15775 (message-header-other-face, message-header-name-face)
15776 (message-header-xheader-face, message-separator-face)
15777 (message-cited-text-face, message-mml-face):
15778 New backward-compatibility aliases for renamed faces.
15779 (message-font-lock-keywords): Use renamed message faces.
15780
15781 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15782 (sieve-test-commands, sieve-tagged-arguments):
15783 Remove "-face" suffix from face names.
15784 (sieve-control-commands-face, sieve-action-commands-face)
15785 (sieve-test-commands-face, sieve-tagged-arguments-face):
15786 New backward-compatibility aliases for renamed faces.
15787 (sieve-control-commands-face, sieve-action-commands-face)
15788 (sieve-test-commands-face, sieve-tagged-arguments-face):
15789 Use renamed sieve faces.
15790
15791 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15792 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15793 (gnus-group-news-3-empty, gnus-group-news-4)
15794 (gnus-group-news-4-empty, gnus-group-news-5)
15795 (gnus-group-news-5-empty, gnus-group-news-6)
15796 (gnus-group-news-6-empty, gnus-group-news-low)
15797 (gnus-group-news-low-empty, gnus-group-mail-1)
15798 (gnus-group-mail-1-empty, gnus-group-mail-2)
15799 (gnus-group-mail-2-empty, gnus-group-mail-3)
15800 (gnus-group-mail-3-empty, gnus-group-mail-low)
15801 (gnus-group-mail-low-empty, gnus-summary-selected)
15802 (gnus-summary-cancelled, gnus-summary-high-ticked)
15803 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15804 (gnus-summary-high-ancient, gnus-summary-low-ancient)
15805 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15806 (gnus-summary-low-undownloaded)
15807 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15808 (gnus-summary-low-unread, gnus-summary-normal-unread)
15809 (gnus-summary-high-read, gnus-summary-low-read)
15810 (gnus-summary-normal-read, gnus-splash):
15811 Remove "-face" suffix from face names.
15812 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15813 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15814 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15815 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15816 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15817 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15818 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15819 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15820 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15821 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15822 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15823 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15824 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15825 (gnus-summary-normal-ticked-face)
15826 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15827 (gnus-summary-normal-ancient-face)
15828 (gnus-summary-high-undownloaded-face)
15829 (gnus-summary-low-undownloaded-face)
15830 (gnus-summary-normal-undownloaded-face)
15831 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15832 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15833 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15834 (gnus-splash-face):
15835 New backward-compatibility aliases for renamed faces.
15836 (gnus-group-startup-message): Use renamed gnus faces.
15837
15838 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15839 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15840 (gnus-server-agent): Remove "-face" suffix from face names.
15841 (gnus-server-agent-face, gnus-server-opened-face)
15842 (gnus-server-closed-face, gnus-server-denied-face)
15843 (gnus-server-offline-face):
15844 New backward-compatibility aliases for renamed faces.
15845 (gnus-server-agent-face, gnus-server-opened-face)
15846 (gnus-server-closed-face, gnus-server-denied-face)
15847 (gnus-server-offline-face): Use renamed gnus faces.
15848
15849 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15850 Remove "-face" suffix from face names.
15851 (gnus-picon-xbm-face, gnus-picon-face):
15852 New backward-compatibility aliases for renamed faces.
15853
15854 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15855 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15856 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15857 (gnus-cite-11): Remove "-face" suffix from face names.
15858 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15859 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15860 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15861 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15862 New backward-compatibility aliases for renamed faces.
15863 (gnus-cite-attribution-face, gnus-cite-face-list)
15864 (gnus-article-boring-faces): Use renamed gnus faces.
15865
15866 * gnus-art.el (gnus-signature, gnus-header-from)
15867 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15868 (gnus-header-content): Remove "-face" suffix from face names.
15869 (gnus-signature-face, gnus-header-from-face)
15870 (gnus-header-subject-face, gnus-header-newsgroups-face)
15871 (gnus-header-name-face, gnus-header-content-face):
15872 New backward-compatibility aliases for renamed faces.
15873 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15874
15875 * gnus-sum.el (gnus-summary-selected-face)
15876 (gnus-summary-highlight): Use renamed gnus faces.
15877 * gnus-group.el (gnus-group-highlight): Likewise.
15878
158792005-06-14 Juanma Barranquero <lekktu@gmail.com>
15880
15881 * gnus-sieve.el (gnus-sieve-article-add-rule):
15882 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15883 * spam-stat.el (spam-stat-buffer-change-to-spam)
15884 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15885
15886 * message.el (message-is-yours-p):
15887 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15888
158892005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15890
15891 * mm-view.el (mm-inline-text): Withdraw the last change.
15892
158932005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15894
15895 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15896 executing enriched-decode.
15897
158982005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15899
15900 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15901 charset of tar files.
15902
159032005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15904
15905 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15906
159072005-06-04 Lute Kamstra <lute@gnu.org>
15908
15909 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15910 information is never recorded.
15911
159122005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15915
159162005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * pop3.el (pop3-apop): Run md5 in the binary mode.
15919
15920 * starttls.el (starttls-set-process-query-on-exit-flag):
15921 Use eval-and-compile.
15922
159232005-05-31 Simon Josefsson <jas@extundo.com>
15924
15925 * smime.el (smime-replace-in-string): Define.
15926 (smime-cert-by-ldap-1): Use it.
15927
159282005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * gnus-art.el (article-display-x-face): Replace
15931 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15932
15933 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15934 set-process-query-on-exit-flag or process-kill-without-query.
15935
15936 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15937 loop instead of replace-regexp.
15938
15939 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15940 instead of process-kill-without-query if it is available.
15941
15942 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15943 instead of find-file-hooks if it is available.
15944
15945 * mml1991.el: Bind pgg-default-user-id when compiling.
15946
15947 * mml2015.el: Bind pgg-default-user-id when compiling.
15948
15949 * nndraft.el (nndraft-request-associate-buffer):
15950 Use write-contents-functions instead of write-contents-hooks if it is
15951 available.
15952
15953 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15954 instead of find-file-hooks if it is available.
15955
15956 * nntp.el (nntp-open-connection): Replace
15957 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15958 (nntp-open-ssl-stream): Ditto.
15959 (nntp-open-tls-stream): Ditto.
15960
15961 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15962 set-process-query-on-exit-flag or process-kill-without-query.
15963 (starttls-open-stream-gnutls): Use it instead of
15964 process-kill-without-query.
15965 (starttls-open-stream): Ditto.
15966
159672005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15968
15969 * smime.el (smime-cert-by-ldap-1): Don't use
15970 replace-regexp-in-string.
15971
880820fe 159722005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15973
15974 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15975
15976 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
135377f1 15977 in PEM format. Adjust to the XEmacs compatibility.
01c52d31
MB
15978
159792005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15980
15981 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15982 by `string-to-number'.
15983 * gnus-agent.el (gnus-agent-regenerate-group)
15984 (gnus-agent-fetch-articles): Ditto.
15985 * gnus-art.el (gnus-button-fetch-group): Ditto.
15986 * gnus-cache.el (gnus-cache-generate-active)
15987 (gnus-cache-articles-in-group): Ditto.
15988 * gnus-group.el (gnus-group-set-current-level)
15989 (gnus-group-insert-group-line): Ditto.
15990 * gnus-score.el (gnus-score-set-expunge-below)
15991 (gnus-score-set-mark-below, gnus-summary-score-effect)
15992 (gnus-summary-score-entry): Ditto.
15993 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15994 (gnus-soup-pack): Ditto.
15995 * gnus-spec.el (gnus-xmas-format): Ditto.
15996 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15997 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15998 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15999 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16000 * nndb.el (nndb-get-remote-expire-response): Ditto.
16001 * nndiary.el (nndiary-parse-schedule-value)
16002 (nndiary-string-to-number, nndiary-request-replace-article)
16003 (nndiary-request-article): Ditto.
16004 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16005 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16006 * nneething.el (nneething-make-head): Ditto.
16007 * nnfolder.el (nnfolder-request-article)
16008 (nnfolder-retrieve-headers): Ditto.
16009 * nnheader.el (nnheader-file-to-number): Ditto.
16010 * nnkiboze.el (nnkiboze-request-article): Ditto.
16011 * nnmail.el (nnmail-process-unix-mail-format)
16012 (nnmail-process-babyl-mail-format): Ditto.
16013 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16014 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16015 (nnmh-request-create-group, nnmh-request-list-1)
16016 (nnmh-request-group, nnmh-request-article): Ditto.
16017 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16018 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16019 * nnsoup.el (nnsoup-make-active): Ditto.
16020 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16021 * nntp.el (nntp-find-group-and-number)
16022 (nntp-retrieve-headers-with-xover): Ditto.
16023 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16024 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16025 (pgg-format-key-identifier): Ditto.
16026 * pop3.el (pop3-last, pop3-stat): Ditto.
16027 * qp.el (quoted-printable-decode-region): Ditto.
16028
16029 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16030 of concat.
16031
160322005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16033
16034 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16035
16036 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16037
16038 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16039
16040 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16041
16042 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16043
16044 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16045
16046 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16047 (gnus-carpal-mode): Ditto.
16048
16049 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16050 (gnus-browse-mode): Ditto.
16051
16052 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16053
16054 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16055
160562005-05-29 Richard M. Stallman <rms@gnu.org>
16057
16058 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16059
160602005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16061
16062 * gnus-util.el (gnus-run-mode-hooks): New function.
16063
16064 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16065
160662005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16067
16068 * gnus-agent.el (gnus-agent-make-mode-line-string):
16069 Use mode-line-highlight as mouse-face.
16070
160712005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16072
16073 * canlock.el (canlock): Change the parent group to news.
16074
16075 * deuglify.el (gnus-outlook-deuglify): Add :group.
16076
16077 * dig.el (dig): Add :group.
16078
16079 * dns-mode.el (dns-mode): Add :group.
16080
16081 * encrypt.el (encrypt): Add :group.
16082
16083 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16084 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16085 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16086 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16087 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16088
16089 * gnus-diary.el (gnus-diary): Add :group.
16090
16091 * gnus.el (gnus-group-news-1-face): Add :group.
16092 (gnus-group-news-1-empty-face): Ditto.
16093 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16094 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16095 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16096 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16097 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16098 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16099 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16100 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16101 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16102 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16103 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16104 (gnus-summary-high-ticked-face): Ditto.
16105 (gnus-summary-low-ticked-face): Ditto.
16106 (gnus-summary-normal-ticked-face): Ditto.
16107 (gnus-summary-high-ancient-face): Ditto.
16108 (gnus-summary-low-ancient-face): Ditto.
16109 (gnus-summary-normal-ancient-face): Ditto.
16110 (gnus-summary-high-undownloaded-face): Ditto.
16111 (gnus-summary-low-undownloaded-face): Ditto.
16112 (gnus-summary-normal-undownloaded-face): Ditto.
16113 (gnus-summary-high-unread-face): Ditto.
16114 (gnus-summary-low-unread-face): Ditto.
16115 (gnus-summary-normal-unread-face): Ditto.
16116 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16117 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16118
16119 * hashcash.el (hashcash): New custom group.
16120 (hashcash-default-payment): Add :group.
16121 (hashcash-payment-alist): Ditto.
16122 (hashcash-default-accept-payment): Ditto.
16123 (hashcash-accept-resources): Ditto.
16124 (hashcash-path): Ditto.
16125 (hashcash-extra-generate-parameters): Ditto.
16126 (hashcash-double-spend-database): Ditto.
16127 (hashcash-in-news): Ditto.
16128
16129 * message.el (message-minibuffer-local-map): Add :group.
16130
16131 * netrc.el (netrc): Add :group.
16132
16133 * sieve-manage.el (sieve-manage-log): Add :group.
16134 (sieve-manage-default-user): Diito.
16135 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16136 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16137 (sieve-manage-authenticators): Ditto.
16138 (sieve-manage-authenticator-alist): Ditto.
16139 (sieve-manage-default-port): Ditto.
16140
16141 * sieve-mode.el (sieve-control-commands-face): Add :group.
16142 (sieve-action-commands-face): Ditto.
16143 (sieve-test-commands-face): Ditto.
16144 (sieve-tagged-arguments-face): Ditto.
16145
16146 * smime.el (smime): Add :group.
16147
16148 * spam-report.el (spam-report): Add :group.
16149
16150 * spam.el (spam, spam-face): Add :group.
16151
161522005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16153
16154 * nntp.el (nntp-next-result-arrived-p): Some news servers may
16155 return \n.\n.\n at the end of articles. Protect against that.
16156 (nntp-with-open-group): Allow debugging.
16157
16158 * nnheader.el (mail-header-set-extra): Make into a function
16159 because I just could't understand how to quote the list properly.
16160
16161 * dns.el (query-dns-cached): New function.
16162
161632005-05-26 Lute Kamstra <lute@gnu.org>
16164
16165 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16166
161672005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16168
16169 * gnus-art.el: Don't autoload mail-extract-address-components.
16170
16171 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16172 eval-and-compile to evaluate it.
16173
16174 * hashcash.el: Don't autoload executable-find.
16175
16176 * nndb.el: Don't declare the nndb back end two or more times; don't
16177 autoload news-reply-mode, news-setup, cancel-timer and telnet.
16178
16179 * nntp.el: Autoload format-spec instead of format; use
16180 eval-and-compile to evaluate autoload forms.
16181
161822005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
16183
16184 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16185
161862005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16187
16188 * gnus.el (gnus-version-number): Bump version.
16189
161902005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16191
16192 * gnus.el: No Gnus v0.3 is released.
16193
161942005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16195
16196 * gnus-art.el (gnus-article-edit-part): Disable undo.
16197
161982005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16201 gnus-article-date-lapsed-new-header is t if date timer is active;
16202 skip headers in which the original date value is empty.
16203 (gnus-article-save-original-date): Redefine it as a macro.
16204 (gnus-display-mime): Use it.
16205
162062005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-art.el (article-date-ut): Support converting date in
16209 forwarded parts as well.
16210 (gnus-article-save-original-date): New function.
16211 (gnus-display-mime): Use it.
16212
162132005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
16214
16215 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16216 enclosure element of <item>.
16217
162182005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
16219
296a8e19
SM
16220 * message.el (message-kill-buffer-query): Rename from
16221 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
16222
162232005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16224
16225 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16226 window layout.
16227
162282005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16229
16230 * mml.el: Autoload dnd when compiling.
16231
162322005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16233
16234 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16235 x-dnd-*.
16236
162372005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * qp.el (quoted-printable-encode-region): Save excursion.
16240
162412005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
16242
16243 * message.el (message-kill-buffer-query-if-modified): Add new variable
16244 so the user can kill a modified message buffer quickly.
16245 (message-kill-buffer): Use it.
16246
162472005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
16248
16249 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
16250 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16251
162522005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16253
16254 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16255 contained in text because xml.el decodes entities) with LFs.
16256
162572005-04-11 Lute Kamstra <lute@gnu.org>
16258
16259 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16260 differently.
16261
162622005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * mm-util.el (mm-detect-coding-region): Typo.
16265
162662005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
16267
16268 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16269
f0131492 162702005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
16271
16272 * spam-stat.el (spam-stat-score-buffer): Add a call to a
16273 user-function allow user modifications of the scores.
16274 (spam-stat-score-buffer-user): New function, to allow
16275 user-computed modifications to the score.
002876ab
JB
16276 (spam-stat-score-buffer-user-functions): List of additional
16277 scoring functions.
16278 (spam-stat-error-holder): Global temporary error holder.
16279 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16280 variable.
01c52d31
MB
16281
162822005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
16283
16284 * gnus-registry.el (gnus-registry-clean-empty-function)
16285 (gnus-registry-trim, gnus-registry-fetch-groups)
16286 (gnus-registry-delete-group): Groups that match
16287 `gnus-registry-ignored-groups' are removed from the registry
16288 entries, not just ignored for splitting. This helps clean up the
16289 registry. Also, `gnus-registry-fetch-groups' is a convenient way
16290 to get all the groups a message ID is in.
16291
16292 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 16293 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
16294 (spam-stat-score-buffer-user-functions): Add :number custom type.
16295
162962005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16297
16298 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16299 argument in XEmacs.
16300
16301 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16302 (nnrss-request-group): Decode group name first.
16303 (nnrss-request-article): Make a text/plain article if mml-to-mime
16304 failed.
16305 (nnrss-get-encoding): Return a compatible encoding according to
16306 nnrss-compatible-encoding-alist.
16307 (nnrss-find-el): Use consp instead of listp.
16308 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16309
163102005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16311
16312 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16313 which Emacs 20 doesn't support.
16314 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16315
163162005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16317
16318 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 16319 silence the byte compiler inside the defun.
01c52d31
MB
16320
16321 * gnus-demon.el (parse-time-string): Add autoload.
16322
16323 * gnus-delay.el (parse-time-string): Add autoload.
16324
16325 * gnus-art.el (parse-time-string): Add autoload.
16326
16327 * nnultimate.el (parse-time): Require for `parse-time-string'.
16328
163292005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16330
16331 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16332
16333 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16334
16335 * smime.el (smime-ldap-host-list): Add :version.
16336
163372005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16338
16339 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16340 pass it to `gnus-browse-read-group'.
16341 (gnus-browse-read-group): Add NUMBER argument and pass it to
16342 `gnus-group-read-ephemeral-group'.
16343
16344 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16345 argument and pass it to `gnus-group-read-group'.
16346
163472005-03-19 Aidan Kehoe <kehoea@parhasard.net>
16348
16349 * mm-util.el (mm-xemacs-find-mime-charset): Only call
16350 mm-xemacs-find-mime-charset-1 if we have the mule feature
16351 available at runtime.
16352
163532005-03-25 Werner Lemberg <wl@gnu.org>
16354
16355 * nnmaildir.el: Replace `illegal' with `invalid'.
16356
163572005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * gnus-start.el (gnus-display-time-event-handler):
16360 Check display-time-timer at runtime rather than only at load time
16361 in case display-time-mode is turned off in the mean time.
16362
163632005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16364
16365 * nnimap.el (nnimap-open-connection): Print which authinfo file is
16366 used.
16367
16368 * nneething.el (nneething-map-file-directory): Derive from
16369 `gnus-directory'.
16370
16371 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16372 the To/Cc button.
16373
163742005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16375
16376 * nnmaildir.el (nnmaildir-request-accept-article):
16377 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16378
163792005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16380
16381 * gnus-async.el: Require timer-funcs at compile time when in
16382 XEmacs for `run-with-idle-timer'.
16383
163842005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
16385
16386 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16387 autoloaded function.
16388
163892005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16390
16391 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16392
880820fe 163932005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
16394
16395 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16396
163972005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16398
296a8e19
SM
16399 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16400 Add gnus-expert-user to default.
01c52d31
MB
16401
164022005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
16403
16404 * nnimap.el (nnimap-open-server): Ditto.
16405
16406 * imap.el (imap-authenticate): Fix typo.
16407
164082005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
16409
16410 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16411 buffer (since IMAP server might return FETCH response out of
16412 order, and the nntp buffer must be sorted).
16413
164142005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
16415
296a8e19 16416 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
16417 comparison on string.
16418
149cd465 16419 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
16420 (gnus-agent-score): Rename category keywords to match gnus-cus.
16421 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
16422 gnus-agent-summary-fetch-group clearing processable flags.
16423 (gnus-agent-synchronize-group-flags): Update live group buffer as
16424 synchronization may occur due to the user toggle the plugged
16425 status.
16426 (gnus-agent-fetch-group-1): Clear downloadable flag when article
16427 successfully downloaded.
16428 (gnus-agent-expire-group-1): Avoid using markers when the overview
16429 is in ascending order; greatly improves performance.
296a8e19
SM
16430 (gnus-agent-regenerate-group):
16431 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 16432 gnus and server.
296a8e19 16433 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
16434
164352005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
16436
16437 * message.el: Don't autoload former message-utils variables.
16438 (message-strip-subject-trailing-was): Change doc string.
16439
16440 * nnweb.el: Fixes for `gnus-group-make-web-group'.
16441 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
16442 (nnweb-google-search): Add "hl=en" here.
16443 (nnweb-google-parse-1, nnweb-google-create-mapping):
16444 Don't hardcode URL.
16445
164462005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16447
16448 * message.el (message-get-reply-headers, message-followup):
16449 Mention related variables `message-use-followup-to' and
16450 `message-use-mail-followup-to', in the information buffer.
16451
16452 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16453 of broken groups(-beta).google.com.
16454
164552005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
16456
16457 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16458 parameter to invoked gnus-request-move-article; remove the
16459 redundant gnus-sum-hint-move-is-internal variable; apply the marks
16460 all at once instead of once per article.
16461 (gnus-summary-remove-process-mark): Accept a list of articles as
16462 well as a single article for processing.
16463
16464 * gnus-int.el (gnus-request-move-article): Add move-is-internal
16465 parameter.
16466
16467 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16468
16469 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16470
16471 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16472 parameter.
16473
16474 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16475 parameter.
16476
16477 * nnimap.el (nnimap-request-move-article): Add move-is-internal
16478 parameter and remove the gnus-sum-hint-move-is-internal variable.
16479
16480 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16481 parameter.
16482
16483 * nndraft.el (nndraft-request-move-article): Add move-is-internal
16484 parameter.
16485
16486 * nndiary.el (nndiary-request-move-article): Add move-is-internal
16487 parameter.
16488
16489 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16490
16491 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16492 parameter.
16493
16494 * nnagent.el (nnagent-request-move-article): Add move-is-internal
16495 parameter.
16496
164972005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
16498
16499 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16500 a more conservative way.
16501
165022005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16505 buffer, so it moves the window's cursor.
16506
880820fe 165072005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
16508
16509 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16510 `mm-dissect-multipart' and receive the from field as an (optional)
16511 argument from `mm-dissect-multipart'.
16512 (mm-dissect-multipart): Receive the from field as an argument and
16513 pass it on when we call `mm-dissect-buffer' on MIME parts.
16514 Fixes verification/decryption of signed/encrypted MIME parts.
16515
165162005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
16517
296a8e19
SM
16518 * gnus-sum.el (gnus-summary-move-article):
16519 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
16520 whatever it calls (right now, only nnimap-request-move article
16521 respects it).
16522
296a8e19
SM
16523 * nnimap.el (nnimap-request-move-article):
16524 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
16525 nnimap-request-article.
16526
165272005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * nnheader.el (nnheader-find-file-noselect): Add doc string.
16530
16531 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16532 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16533
16534 * gnus-sum.el (gnus-summary-caesar-message):
16535 Apply `gnus-treat-article' after rotation.
16536
16537 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16538 doc string.
16539
165402005-02-22 Simon Josefsson <jas@extundo.com>
16541
16542 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 16543 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
16544 <arne@arnested.dk>.
16545 (encrypt): Add password-cache and password-cache-expiry as group
16546 members.
16547
880820fe 165482005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
16549
16550 * smime.el (smime-ldap-host-list): Doc fix.
16551 (smime-ask-passphrase): Use `password-read-and-add' to read (and
16552 cache) password.
16553 (smime-sign-region): Use it.
16554 (smime-decrypt-region): Use it.
16555 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16556 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16557 fails.
16558 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16559 certificate from DER to PEM format rather than calling openssl.
16560
16561 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16562
16563 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16564 for signing/encryption.
16565
16566 * mml.el (mml-parse-1): Use them.
16567
880820fe 165682005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 16569
296a8e19 16570 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
16571 (nnrss-request-group): Use `nnheader-message' instead.
16572
165732005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
16574
16575 * nnrss.el (nnrss-verbose): New variable.
16576 (nnrss-request-group): Make it say nnrss is requesting a group.
16577
165782005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16579
16580 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16581 Handle news URL with given port correctly.
16582
165832005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
16584
16585 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16586 containing special characters.
16587
16588 * gnus-sum.el (gnus-summary-edit-article): Ditto.
16589
16590 * mml.el (mime-to-mml): Ditto.
16591
16592 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16593 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16594 (rfc2047-decode-region): Quote decoded words containing special
16595 characters when rfc2047-quote-decoded-words-containing-tspecials
16596 is non-nil.
16597
165982005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
16599
16600 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16601
16602 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16603
166042005-02-15 Simon Josefsson <jas@extundo.com>
16605
16606 * nnimap.el (nnimap-debug): Doc fix.
16607
16608 * imap.el (imap-debug): Doc fix.
16609
166102005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16613
166142005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
16615
16616 * gnus.el (spam-contents): Improve docs for spam-contents
16617 parameter in its variable incarnation.
16618
166192005-02-14 Simon Josefsson <jas@extundo.com>
16620
16621 * smime-ldap.el: Use require instead of load-library for ldap.
16622 (smime-ldap-search): Indent.
16623 (smime-ldap-search-internal): Shorten line.
16624
16625 * smime.el (smime-cert-by-dns): Add doc-string.
16626 (smime-cert-by-ldap-1): Indent.
16627
296a8e19 16628 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
16629 mml-smime-get-dns-ldap.
16630 (mml-smime-encrypt-query): Use new function. Default to ldap.
16631
880820fe 166322005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
16633
16634 * smime.el: Require smime-ldap.
16635 (smime-ldap-host-list): New variable.
16636 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16637
16638 * mml-smime.el (mml-smime-encrypt-query): New function.
16639 (mml-smime-encrypt-query): Use it.
16640
16641 * smime-ldap.el: New file.
16642
166432005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16644
16645 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16646
166472005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16648
16649 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16650 argument in doc string. Make query for type more clear.
16651
166522005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16653
16654 * gnus.el (gnus-group-startup-message): Search for gnus images in
16655 etc/images/gnus.
16656 * mm-util.el (mm-image-load-path): Likewise.
16657 * smiley.el (smiley-data-directory): Search for smilies in
16658 etc/images/smilies.
16659
166602005-02-09 Kim F. Storm <storm@cua.dk>
16661
16662 Change Emacs release version from 21.4 to 22.1 throughout.
16663 Change Emacs development version from 21.3.50 to 22.0.50.
16664
166652005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
16666
16667 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16668
16669 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16670 non-Mule XEmacs as well.
16671 (mm-decompress-buffer): Signal an error intentionally if it does
16672 not decompress compressed data because auto-compression-mode is
16673 disabled.
16674
166752005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
16676
16677 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16678 an ID in the registry even if it has no groups.
16679
166802005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
16681
16682 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16683 merge it into mm-decompress-buffer.
16684 (gnus-mime-copy-part): Use the MIME part charset, the value which
16685 a user specified or gnus-newsgroup-charset for decoding, like
16686 gnus-mime-inline-part does; set buffer-file-coding-system to tell
16687 save-buffer what was used. Suggested by Kevin Ryde
16688 <user42@zip.com.au>.
16689 (gnus-mime-inline-part): Allow the name parameter as well as the
16690 filename parameter; force decompressing of compressed data; always
16691 display contents being not decoded as unibyte.
16692
16693 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16694 as well as the filename parameter.
16695
296a8e19
SM
16696 * mm-util.el (mm-decompress-buffer):
16697 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
16698 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16699 of compressed data.
16700
167012005-02-08 Simon Josefsson <jas@extundo.com>
16702
16703 * imap.el (imap-log): Doc fix.
16704
167052005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16706
16707 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16708 the coding cookies; decompress compressed parts.
16709
10d1d0af 16710 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
16711 to the value which a user specified manually or the coding cookie.
16712
16713 * mm-util.el (mm-string-to-multibyte): New function.
16714 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16715 (mm-coding-system-to-mime-charset): New function.
16716 (mm-decompress-buffer): New function.
16717 (mm-find-buffer-file-coding-system): New function.
16718
16719 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16720 (mm-display-inline-fontify): Rewrite for decoding and decompressing
16721 parts.
16722
167232005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16724
16725 * mm-view.el (mm-display-inline-fontify): Decode a part according
16726 to the charset parameter.
16727
167282005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16729
16730 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16731 prefix arg is neither nil nor a number, as info specifies.
16732
167332005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
16734
16735 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16736 timestamps.
16737
167382005-02-02 Jari Aalto <jari.aalto@cante.net>
16739
16740 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16741 groups error checking and notify user.
16742
167432005-02-02 Jari Aalto <jari.aalto@poboxes.com>
16744
16745 * message.el (message-send-mail-function): Check existence of
16746 sendmail-program first before using default value
16747 `message-send-mail-with-sendmail'. Otherwise use more generic
16748 `smtpmail-send-it'.
16749
167502005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
16751
16752 * nntp.el (nntp-request-update-info): Always return nil.
16753
167542005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
16755
16756 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16757
167582005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * message.el (message-beginning-of-line): Change the behavior when
16761 invoked between BOL and : so that it first moves backward.
16762
167632005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16764
16765 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16766 article buffer when editing of the article is discarded.
16767 (gnus-article-prepare): Revert.
16768
167692005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
16770
16771 * gnus-art.el (gnus-article-prepare):
16772 Remove message-strip-forbidden-properties from the local hook.
16773
167742005-01-27 Simon Josefsson <jas@extundo.com>
16775
16776 * password.el (password-cache-add): Only start one timer per key.
16777 Reported by Derek Atkins <warlord@MIT.EDU>.
16778
167792005-01-26 Steve Youngs <steve@sxemacs.org>
16780
296a8e19 16781 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
16782 timer-funcs.el in the xemacs-base package has a working version of
16783 `run-at-time'.
16784
16785 * password.el: Require timer-funcs instead of run-at-time in
16786 XEmacs.
16787 Remove `password-run-at-time' macro.
16788 (password-cache-add): Use `run-at-time' instead of
16789 `password-run-at-time'.
16790
16791 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16792 for `run-with-idle-timer'.
16793
16794 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16795 for `run-at-time'.
16796
16797 * mm-url.el: Require timer-funcs at compile time when in XEmacs
16798 for `with-timeout'.
16799
168002005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16801
16802 * mml.el (mml-generate-mime-1): Convert string into unibyte when
16803 inserting " *mml*" buffer's contents into a unibyte temp buffer.
16804
168052005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
16806
16807 * mail-source.el (mail-source-fetch-imap): Search for ^From case
16808 sensitively.
16809
168102005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
16811
16812 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16813
168142005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
16815
16816 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16817 which will be inserted according to the multibyteness of a buffer
16818 rather than the type of contents. Suggested by ARISAWA Akihiro
16819 <ari@mbf.ocn.ne.jp>.
16820
16821 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16822 of string which old xml.el may return rather than a string.
16823
168242005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16825
16826 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16827
168282005-01-16 Simon Josefsson <jas@extundo.com>
16829
16830 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16831 idn/idna.el isn't available.
16832 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16833 <michael@waxrat.com>.
16834
16835 * hashcash.el: Remove non-FSF copyright header.
16836
16837 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16838 (hashcash-generate-payment): Use it.
16839 (hashcash-generate-payment-async): Use it.
16840
168412005-01-15 Simon Josefsson <jas@extundo.com>
16842
16843 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16844 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16845
16846 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16847 gnus-summary-idna-message.
16848 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16849 (gnus-summary-idna-message): New function.
16850
168512005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16852
16853 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16854 gnus-novice-user.
16855
168562005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16857
16858 * nnrss.el (nnrss-request-delete-group): Delete entries in
16859 nnrss-group-alist as well.
16860 (nnrss-save-server-data): Insert newline.
16861
168622005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16863
16864 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
16865 symbols. Display full version number for (S)XEmacs.
16866 Optionally display (S)XEmacs codename.
01c52d31
MB
16867
16868 * gnus-util.el (gnus-emacs-version): Update for new
16869 `gnus-user-agent'.
16870
16871 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16872 Gnus version.
16873
168742005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16877 which is unreadable in some setups.
16878
168792005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16880
16881 * gnus-spec.el (gnus-update-format-specifications): Flush the
16882 group format spec cache if it doesn't support decoded group names.
16883
168842005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16885
c9e31f32
SM
16886 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16887 Allow to apply decay on score files matching a regexp.
01c52d31
MB
16888
168892004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16890
16891 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16892 compatibility in %g and %c.
16893
168942004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16895
16896 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16897 name for only %g and %c.
16898 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16899 of gnus-tmp-group to decoded group name.
16900 (gnus-group-make-rss-group): Exclude `/'s from group names.
16901
169022004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16903
16904 * nnrss.el (nnrss-get-encoding): Fix regexp.
16905
169062004-12-27 Simon Josefsson <jas@extundo.com>
16907
16908 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16909 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16910 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16911
169122004-12-17 Kim F. Storm <storm@cua.dk>
16913
16914 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16915
16916 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16917
169182004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16919
16920 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16921
169222004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16923
16924 * nnrss.el: Require rfc2047 and mml.
16925 (nnrss-file-coding-system): New variable.
16926 (nnrss-format-string): Redefine it as an inline function.
16927 (nnrss-decode-group-name): New function.
16928 (nnrss-string-as-multibyte): Remove.
16929 (nnrss-retrieve-headers): Decode group name; don't use
16930 nnrss-format-string.
16931 (nnrss-request-group): Decode group name.
16932 (nnrss-request-article): Decode group name; allow a Message-ID as
16933 well as an article number; don't use nnrss-format-string; encode a
16934 Message-ID string which may contain non-ASCII characters; use
16935 mml-to-mime to compose a MIME article.
16936 (nnrss-request-expire-articles): Decode group name.
16937 (nnrss-request-delete-group): Decode group name.
16938 (nnrss-fetch): Clarify error message.
16939 (nnrss-read-server-data): Use insert-file-contents instead of load;
16940 bind file-name-coding-system; use multibyte buffer.
16941 (nnrss-save-server-data): Bind coding-system-for-write to the
16942 value of nnrss-file-coding-system; bind file-name-coding-system;
16943 add coding cookie.
16944 (nnrss-read-group-data): Use insert-file-contents instead of load;
16945 bind file-name-coding-system; use multibyte buffer.
16946 (nnrss-save-group-data): Bind coding-system-for-write to the
16947 value of nnrss-file-coding-system; bind file-name-coding-system.
16948 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16949 make it work with non-ASCII text.
16950 (nnrss-find-el): Make it work with old xml.el as well.
16951
169522004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16953
16954 * nnrss.el (nnrss-get-encoding): New function.
16955 (nnrss-fetch): Use unibyte buffer initially; bind
16956 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16957 decode contents according to the encoding attribute.
16958 (nnrss-save-group-data): Add coding cookie.
16959 (nnrss-mime-encode-string): New function.
16960 (nnrss-check-group): Use it to encode subject and author.
16961
169622004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16963
16964 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16965 imaginary variable.
16966
169672004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16970 correctly even if there are wide characters.
16971
169722004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16973
16974 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16975 downcased symbol names; make a new cache instead of reusing
16976 bbdb-hashtable.
16977
169782004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16979
16980 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16981 concatenating segments rather than before concatenating them.
16982 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16983
16984 * message.el (message-get-reply-headers): Bind `extra'.
16985
169862004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16987
16988 * message.el (message-extra-wide-headers): New variable.
16989 (message-get-reply-headers): Use it.
16990
169912004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16992
16993 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16994 (gnus-agent-group-pathname): Ditto.
16995
16996 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16997
16998 * gnus-group.el (gnus-group-make-group): Decode group name.
16999 (gnus-group-make-rss-group): Register the group data after opening
17000 the nnrss group.
17001
170022004-12-17 Paul Jarc <prj@po.cwru.edu>
17003
17004 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17005 by expiry now get marked as read.
17006
170072004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17008
17009 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17010
170112004-12-17 Aidan Kehoe <kehoea@parhasard.net>
17012
17013 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17014 unify Latin characters in XEmacs.
17015 (mm-find-mime-charset-region): Use it.
17016
170172004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
17018
17019 * gnus-util.el (gnus-delete-directory): New function.
17020
17021 * gnus-agent.el (gnus-agent-delete-group): Use it.
17022
17023 * gnus-cache.el (gnus-cache-delete-group): Use it.
17024
170252004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17026
17027 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17028 names.
17029
170302004-12-16 Simon Josefsson <jas@extundo.com>
17031
17032 * hashcash.el (hashcash-payment-alist): Fix custom :type.
17033
170342004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
17035
17036 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17037
17038 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17039 (gnus-group-set-current-level): Decode group name.
17040
170412004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
17042
17043 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17044 failed.
17045
170462004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
17047
17048 * gnus-group.el (gnus-group-delete-group): Decode group name.
17049 (gnus-group-make-rss-group): Encode group name.
17050 (gnus-group-catchup-current): Decode group name.
17051 (gnus-group-kill-group): Decode group name.
17052
170532004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17056
170572004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
17058
17059 * gnus-group.el (gnus-group-make-rss-group):
17060 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17061
17062 * gnus-start.el (gnus-setup-news): Honor user's setting to
17063 gnus-message-archive-method. Suggested by Lute Kamstra
17064 <lute@gnu.org>.
17065
170662004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
17067
17068 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17069 global counterparts of the buffer-local variables.
17070
170712004-11-16 Romain Francoise <romain@orebokech.com>
17072
17073 * gnus-sum.el (gnus-summary-exit): Don't clear the global
17074 counterparts of the buffer-local variables.
17075
170762004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17077
296a8e19 17078 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
17079 string.
17080
170812004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
17082
296a8e19 17083 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
17084
17085 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17086 to avoid problems when splitting mails with many recipients.
17087
170882004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17091 pop-to-buffer, covered by the subsequent gnus-configure-windows.
17092
170932004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
17094
17095 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17096 if there is no hashtable in memory or file modification time is
17097 newer than cached timestamp.
17098
170992004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
17100
296a8e19
SM
17101 * gnus-sum.el (gnus-summary-limit-to-recipient):
17102 Implement not-matching option.
01c52d31
MB
17103
171042004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
17105
17106 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17107 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17108 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17109 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17110 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
17111 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17112
171132004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * message.el (message-forward-make-body-mml): Remove headers
17116 according to message-forward-ignored-headers if a message is decoded.
17117
171182004-12-02 Romain Francoise <romain@orebokech.com>
17119
17120 * message.el (message-forward-make-body-plain): Always remove
17121 headers according to message-forward-ignored-headers.
17122
171232004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
17124
17125 * spam.el (spam-summary-prepare-exit): Remove the
17126 gnus-summary-limit pop for now, it has problems with ham marks for
17127 me.
17128
171292004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
17130
17131 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17132 correctly.
17133
171342004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
17135
17136 * format-spec.el (format-spec): Message the char.
17137
171382004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
17139
17140 * gnus-art.el (gnus-split-methods): Reformat comments.
17141
17142 * spam.el (spam-summary-prepare-exit): Remove article limits
17143 before exiting the summary buffer.
17144
171452004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17146
17147 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17148 order to silence the byte compiler.
17149
17150 * spam.el: Fix the way to silence the byte compiler, which
17151 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17152 bbdb-search-simple, spam-BBDB-register-routine,
17153 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17154 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17155 spam-stat-buffer-is-spam, spam-stat-load,
17156 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17157 spam-stat-save and spam-stat-split-fancy.
17158
171592004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
17160
17161 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17162 which may confuse users.
17163 (canlock-password-for-verify): Ditto.
17164
17165 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17166
17167 * gnus-art.el (gnus-emphasis-alist): Ditto.
17168
17169 * gnus-registry.el (gnus-registry-max-entries): Ditto.
17170
17171 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17172
17173 * gnus-start.el (gnus-save-killed-list): Ditto.
17174
17175 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17176 (gnus-sum-thread-tree-root): Ditto.
17177 (gnus-sum-thread-tree-false-root): Ditto.
17178 (gnus-sum-thread-tree-single-indent): Ditto.
17179
17180 * message.el (message-courtesy-message): Ditto.
17181 (message-archive-note): Ditto.
17182 (message-subscribed-address-file): Ditto.
17183 (message-user-fqdn): Ditto.
17184
17185 * spam-report.el (spam-report-gmane-regex): Ditto.
17186
17187 * spam.el (spam-blackhole-good-server-regex): Ditto.
17188
171892004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17190
17191 * mml.el (mml-preview): Widen the message buffer before copying
17192 the contents to the preview buffer; sort headers before previewing.
17193
17194 * message.el (message-hidden-headers): Fix the way to avoid a bug
17195 in the `repeat' widget in Emacs 21.3 or earlier.
17196
171972004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17198
17199 * message.el (message-hidden-headers): Default to "^References:".
17200 Improve customization type. Suggested by Reiner Steib
17201 <Reiner.Steib@gmx.de>.
17202
172032004-11-25 Romain Francoise <romain@orebokech.com>
17204
17205 * message.el (message-strip-forbidden-properties): Remove check for
17206 obsolete `message-hidden' text property, hidden headers are not
17207 accessible in the buffer anymore.
17208
172092004-11-22 Romain Francoise <romain@orebokech.com>
17210
17211 * message.el (message-header-format-alist): Add `From' in list
17212 so that it can be sorted.
17213 (message-fix-before-sending): Widen and sort headers before
17214 sending.
17215 (message-hide-headers): Use narrowing to hide headers by moving
17216 them to the top of the buffer and narrowing to the region
17217 underneath.
17218
172192004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17220
296a8e19
SM
17221 * message.el (message-strip-forbidden-properties):
17222 Bind buffer-read-only (etc) to nil.
01c52d31
MB
17223
172242004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
17225
17226 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17227 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17228
172292004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
17230
17231 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17232
172332004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17234
17235 * dns.el (query-dns): Use sit-for to time instead of
17236 accept-process-output, since that doesn't seem to work on udp
17237 sockets.
17238
172392004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
17240
17241 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17242
172432004-11-15 Jesper Harder <harder@ifa.au.dk>
17244
17245 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17246 doc string. Improve doc string.
17247
172482004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
17249
17250 * nntp.el (nntp-request-update-info): Return nil if
17251 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17252 may not call gnus-activate-group which uselessly issues the GROUP
17253 commands for all nntp groups and wastes time. Reported by Romain
17254 Francoise <romain@orebokech.com>.
17255
17256 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17257
172582004-11-15 Simon Josefsson <jas@extundo.com>
17259
17260 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17261 headers separately.
880820fe 17262 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
17263 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17264
172652004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
17266
17267 * gnus-start.el (gnus-convert-old-newsrc):
17268 Assign legacy-gnus-agent to 5.10.7.
17269
172702004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17273 start of the lines.
17274
172752004-11-14 Magnus Henoch <mange@freemail.hu>
17276
c4cc8b9a
JB
17277 * hashcash.el (hashcash-default-payment): Change default to 20.
17278 (hashcash-default-accept-payment): Change default to 20.
17279 (hashcash-process-alist): New variable.
17280 (hashcash-generate-payment-async): Add.
17281 (hashcash-already-paid-p): Add.
17282 (hashcash-insert-payment): Don't generate payments twice.
17283 (hashcash-insert-payment-async): Add.
17284 (hashcash-insert-payment-async-2): Add.
17285 (hashcash-cancel-async): Add.
17286 (hashcash-wait-async): Add.
17287 (hashcash-processes-running-p): Add.
17288 (hashcash-wait-or-cancel): Add.
01c52d31
MB
17289 (mail-add-payment): New optional argument. Conditionally start
17290 asynchronous calculation.
c4cc8b9a 17291 (mail-add-payment-async): Add.
01c52d31
MB
17292
17293 * message.el (message-send-mail): Wait for asynchronous hashcash
17294 results. Don't clobber existing X-Hashcash headers.
17295 (message-setup-1): Call mail-add-payment-async when
17296 message-generate-hashcash is non-nil.
17297
172982004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17299
17300 * message.el (message-use-alternative-email-as-from): Examine the
17301 From header as well; use message-make-from in order to include a
17302 user's full name.
17303
173042004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
17305
17306 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17307 default; improve customization type.
17308 (gnus-emphasis-custom-with-format): New macro.
17309 (gnus-emphasis-custom-value-to-external): New function.
17310 (gnus-emphasis-custom-value-to-internal): New function.
17311
173122004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
17313
17314 * dns.el (query-dns): Resolve reverse addresses.
17315
173162004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17317
17318 * gnus-group.el (gnus-group-get-new-news): Use it.
17319
17320 * gnus-start.el (gnus-check-reasonable-setup): New function.
17321
173222004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
17323
17324 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17325 "Args out of range" error. Reported by Arnaud Giersch
17326 <arnaud.giersch@free.fr>.
17327
173282004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
17329
17330 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17331
173322004-11-04 Richard M. Stallman <rms@gnu.org>
17333
17334 * spam.el (spam group): Add :version.
17335
17336 * pgg-def.el (pgg group): Add :version.
17337
173382004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
17339
17340 * gnus-art.el (gnus-article-edit-article): Don't associate the
17341 article buffer with a draft file. This is a temporary measure
17342 against the 2004-08-22 change to gnus-article-edit-mode.
17343
173442004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
17345
17346 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17347 (html2text-format-tags): Remove unused variable `attr'.
17348
173492004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
17350
17351 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17352
17353 * spam-stat.el (spam-stat): Add :version.
17354
17355 * sieve.el (sieve): Add :version.
17356
17357 * sha1.el (sha1): Add :version.
17358 (sha1-use-external): Remove redundant version.
17359
17360 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17361 (nnmail-cache-ignore-groups, nnmail-spool-hook)
17362 (nnmail-split-fancy-match-partial-words)
17363 (nnmail-split-lowercase-expanded): Add :version.
17364
17365 * nndiary.el (nndiary): Add :version.
17366
17367 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17368
17369 * mml-sec.el (mml-default-sign-method)
17370 (mml-default-encrypt-method, mml-signencrypt-style-alist):
17371 Add :version.
17372
17373 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17374
17375 * mm-url.el (mm-url-use-external, mm-url-program)
17376 (mm-url-arguments): Add :version.
17377
17378 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17379 (mm-attachment-file-modes, mm-decrypt-option)
17380 (mm-w3m-safe-url-regexp): Add :version.
17381
17382 * message.el (message-cite-prefix-regexp)
17383 (message-sendmail-envelope-from, message-minibuffer-local-map)
17384 (message-user-fqdn, message-completion-alist): Add :version.
17385
17386 * gnus-win.el (gnus-configure-windows-hook)
17387 (gnus-use-frames-on-any-display): Add :version.
17388
17389 * gnus-art.el (gnus-article-address-banner-alist)
17390 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17391 (gnus-treat-from-picon, gnus-treat-mail-picon)
17392 (gnus-treat-x-pgp-sig): Add :version.
17393
17394 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17395 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17396 (gnus-summary-article-delete-hook)
17397 (gnus-summary-display-while-building): Add :version.
17398
17399 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 17400 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
17401
17402 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17403 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17404
17405 * gnus-registry.el (gnus-registry): Add :version.
17406
17407 * gnus-spec.el (gnus-use-correct-string-widths)
17408 (gnus-make-format-preserve-properties): Add :version.
17409
17410 * gnus.el (gnus-group-charter-alist)
17411 (gnus-group-fetch-control-use-browse-url)
17412 (gnus-install-group-spam-parameters): Add :version.
17413
17414 * gnus-diary.el (gnus-diary): Add :version.
17415
17416 * gnus-delay.el (gnus-delay): Add :version.
17417
17418 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17419 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17420 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17421 Add :version.
17422
17423 * gnus-agent.el (gnus-agent-max-fetch-size)
17424 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17425 (gnus-agent-prompt-send-queue): Add :version.
17426
17427 * deuglify.el (gnus-outlook-deuglify): Add :version.
17428
296a8e19
SM
17429 * html2text.el: Beautify code. Improve doc strings.
17430 Some checkdoc cleanup.
01c52d31
MB
17431 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17432
174332004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17434
17435 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17436
174372004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
17438
17439 * gnus-registry.el (gnus-registry-hashtb): Create the registry
17440 when package is loaded.
17441
17442 * spam.el (spam-summary-score-preferred-header): Add global preference
17443 for people who want to override the default SpamAssassin over
17444 Bogofilter preference (when both are set).
17445 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
17446 (spam-user-format-function-S):
17447 Check spam-summary-score-preferred-header.
01c52d31
MB
17448 (spam-extra-header-to-number): Add X-Bogosity header parsing.
17449 (spam-user-format-function-S): Format the score correctly.
17450
174512004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
17452
17453 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17454 signature file. Suggested by Manoj Srivastava
17455 <srivasta@golden-gryphon.com>.
17456
17457 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17458 iso-2022-jp even in the Japanese language environment.
17459 Suggested by Jason Rumney <jasonr@gnu.org>.
17460
174612004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
17462
17463 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17464 use the same characters as the dummy marks; make it free from
17465 getting affected by the language environment.
17466 (gnus-summary-read-group-1): Update mark positions only when the
17467 format spec is updated.
17468
17469 * gnus-spec.el (gnus-update-format-specifications): Return a list
17470 of updated types.
17471
174722004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
17473
17474 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17475 of boundp to check if display-warning is available.
17476
174772004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
17478
17479 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17480
174812004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * nnspool.el (nnspool-spool-directory): Use news-path if the
17484 news-directory variable is not bound.
17485
17486 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17487 function instead of display-warning if it is not available.
17488
174892004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17490
17491 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17492 v5-10: Use `point-at-bol'.
17493
174942004-10-26 Simon Josefsson <jas@extundo.com>
17495
17496 * hashcash.el: Fix URL in comment, reported by Cheng Gao
17497 <chenggao@gmail.com>.
17498
174992004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17500
17501 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
17502 instead.
17503
175042004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
17505
17506 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17507 to remove a server from the nnimap-server-buffer-alist.
17508 (nnimap-open-connection, nnimap-close-server): Use it.
17509
17510 * gnus-encrypt.el: Remove file in favor of encrypt.el.
17511
175122004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
17513
17514 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17515 running the major-mode function.
17516
175172004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17518
17519 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17520 dummy marks in the right way.
17521
175222004-10-18 David Edmondson <dme@dme.org>
17523
17524 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17525 excessively.
17526
175272004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
17528
17529 * gnus-util.el (gnus-split-references): Accept a nil references
17530 string and go on blissfully.
17531
17532 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17533 cases where the references string is non-nil but has no references.
17534
17535 * encrypt.el: Add autoload tags.
17536
17537 * spam.el (spam-resolve-registrations-routine): Remove article
17538 from unregistration list too. Reported by David Hanak
17539 <dhanak@isis.vanderbilt.edu>
17540
175412004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
17542
17543 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 17544 nil. Change custom type.
01c52d31
MB
17545
175462004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
17547
17548 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17549
17550 * gnus-sum.el (gnus-summary-move-article): Use it.
17551
175522004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
17553
17554 * encrypt.el: Add autoload cookies.
17555
17556 * spam.el (spam-backend-article-list-property)
17557 (spam-backend-get-article-todo-list)
b97439ce 17558 (spam-backend-put-article-todo-list)
01c52d31
MB
17559 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17560 Resolve registrations separately.
17561 (spam-register-routine): Format comments.
17562 (spam-unregister-routine, spam-register-routine): Always call with
17563 specific-articles, no default list.
17564 (spam-summary-prepare-exit): Use the spam-classifications function.
17565
17566 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17567 gnus-encrypt.el.
17568
002876ab 17569 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 17570
002876ab 17571 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
17572
175732004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17574
17575 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17576 (gnus-score-save): Use it.
17577
17578 * message.el (message-bury): Use `window-dedicated-p'.
17579
175802004-10-15 Simon Josefsson <jas@extundo.com>
17581
17582 * pop3.el (top-level): Don't require nnheader.
17583 (pop3-read-timeout): Add.
17584 (pop3-accept-process-output): Add.
17585 (pop3-read-response, pop3-retr): Use it.
17586
175872004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
17588
17589 * spam.el (spam-register-routine): Move comment.
17590 (spam-verify-bogofilter): Use 'unknown for the initial
17591 spam-bogofilter-valid state, not 'never.
17592
17593 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17594 for netrc-machine.
17595
296a8e19
SM
17596 * nnimap.el (nnimap-open-connection):
17597 Use netrc-machine-user-or-password.
01c52d31
MB
17598
175992004-10-17 Richard M. Stallman <rms@gnu.org>
17600
17601 * gnus-registry.el (gnus-registry-unload-hook):
17602 Set as a variable with add-hook.
17603
17604 * nnspool.el (nnspool-spool-directory): Use news-directory instead
17605 of news-path.
17606
17607 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17608
17609 * spam.el: Delete duplicate `provide'.
17610 (spam-unload-hook): Set as a variable with add-hook.
17611
176122004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
17613
17614 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17615 in the doc string.
17616
17617 * message.el (message-ignored-news-headers)
17618 (message-ignored-supersedes-headers)
17619 (message-ignored-resent-headers)
17620 (message-forward-ignored-headers): Improve custom type.
17621
176222004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
17623
17624 * message.el (message-tokenize-header): Fix 2004-09-06 change
17625 which used point-min in the wrong place.
17626
176272004-10-12 Simon Josefsson <jas@extundo.com>
17628
17629 * tls.el (tls-certtool-program): New variable.
17630 (tls-certificate-information): New function, based on
17631 ssl-certificate-information.
17632
176332004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
17634
17635 * compface.el: Move the version of ELisp-based uncompface program
17636 to the contrib directory because of the copyright problem.
17637
176382004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17639
17640 * message.el (message-kill-buffer): Raise the current frame.
17641
176422004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
17643
17644 * gnus-sum.el: Mention that multibyte characters don't work as marks.
17645
17646 * gnus.el (message-y-or-n-p): Autoload.
17647
17648 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17649 (pop3-password-required, pop3-authentication-scheme)
296a8e19 17650 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
17651 (pop3): New custom group.
17652 (pop3-retr): Remove `sleep-for' statements.
17653 Suggested by Dave Love <fx@gnu.org>.
17654
17655 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17656 Windows/DOS.
17657
17658 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
17659 (imap-parse-body): Fix incorrect use of `assert'.
17660 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
17661
17662 * mml.el (mml-minibuffer-read-disposition): Require match.
17663 Suggested by Dave Love <fx@gnu.org>.
17664
176652004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17666
17667 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
17668 doc string.
17669
176702004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
17671
17672 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17673
176742004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17675
17676 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17677 instead of calling `mm-insert-inline', to decode text/* parts
17678 before displaying them.
17679
176802004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
17681
17682 * mm-uu.el (mm-uu-text-plain-type): New variable.
17683 (mm-uu-pgp-signed-extract-1): Use it.
17684 (mm-uu-pgp-encrypted-extract-1): Use it.
17685 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17686 bind mm-uu-text-plain-type with that value.
17687 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17688 mm-uu-dissect.
17689
176902004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17691
17692 * gnus-group.el (gnus-update-group-mark-positions):
17693 * gnus-sum.el (gnus-update-summary-mark-positions):
17694 * message.el (message-check-news-body-syntax):
17695 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17696 of string-as-multibyte.
17697
176982004-10-05 Juri Linkov <juri@jurta.org>
17699
17700 * gnus-group.el (gnus-update-group-mark-positions):
17701 * gnus-sum.el (gnus-update-summary-mark-positions):
17702 * message.el (message-check-news-body-syntax):
17703 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17704 8-bit unibyte values to a multibyte string for search functions.
17705
177062004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
17707
17708 * mm-uu.el (mm-uu-dissect): Allow optional arg.
17709 (mm-uu-dissect-text-parts): New function.
17710
17711 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17712 dissect text parts.
17713
17714 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17715 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17716
17717 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17718
296a8e19
SM
17719 * gnus-topic.el (gnus-topic-hierarchical-parameters):
17720 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
17721
177222004-10-06 Jesper Harder <harder@ifa.au.dk>
17723
17724 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17725
177262004-10-05 Jesper Harder <harder@ifa.au.dk>
17727
17728 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17729 where approriate.
17730
17731 * nnml.el (nnml-generate-active-info): do.
17732
17733 * nndiary.el (nndiary-generate-active-info): do.
17734
17735 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17736 (gnus-topic-move): do.
17737
17738 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17739 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17740
17741 * gnus-srvr.el (gnus-server-prepare)
17742 (gnus-server-open-all-servers): do.
17743
17744 * gnus-msg.el (gnus-summary-cancel-article)
17745 (gnus-summary-resend-message)
17746 (gnus-summary-mail-crosspost-complaint): do.
17747
17748 * gnus-move.el (gnus-change-server): do.
17749
17750 * gnus-group.el (gnus-group-unmark-all-groups)
17751 (gnus-group-set-current-level): do.
17752
177532004-10-04 Simon Josefsson <jas@extundo.com>
17754
17755 * message.el (message-generate-hashcash): Doc fix.
17756
177572004-10-02 Kevin Greiner <kgreiner@compsol.cc>
17758
17759 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17760 avoid infinite recursion via gnus-get-function.
17761
177622004-10-02 Jesper Harder <harder@ifa.au.dk>
17763
17764 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17765
17766 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17767
17768 * nnmail.el (nnmail-split-history): do.
17769
17770 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17771 (nnml-request-delete-group): do.
17772
17773 * nnslashdot.el (nnslashdot-read-groups): do.
17774
17775 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17776 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17777
17778 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 17779 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
17780 (nnspool-retrieve-headers-with-nov): Use mapc.
17781 (nnspool-request-newgroups): Use dolist.
17782 (nnspool-request-group): Use last.
17783
17784 * nntp.el (nntp-read-server-type): Use dolist.
17785
17786 * nnvirtual.el (nnvirtual-create-mapping)
17787 (nnvirtual-update-read-and-marked): Use dolist.
17788 (nnvirtual-convert-headers): Simplify.
17789
177902004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17791
296a8e19
SM
17792 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17793 Add support for sync'ing tick marks.
01c52d31
MB
17794
177952004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
17796
17797 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17798 there's no visible header.
17799
178002004-10-01 Kevin Greiner <kgreiner@compsol.cc>
17801
296a8e19
SM
17802 * gnus-agent.el (gnus-agent-synchronize-group-flags):
17803 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
17804
178052004-10-01 Simon Josefsson <jas@extundo.com>
17806
17807 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
17808 acroread.
17809
178102004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17811
17812 * spam-report.el (spam-report-gmane): Fix interactive.
17813
17814 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17815
17816 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17817 when writing file.
17818 (gnus-agent-synchronize-flags): Don't default to being
17819 interactive.
17820
178212004-09-30 Simon Josefsson <jas@extundo.com>
17822
17823 * message.el (message-generate-hashcash): Add.
17824 (message-send-mail): Use it, call mail-add-payment.
17825
178262004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17827
17828 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17829
178302004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17831
296a8e19 17832 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
17833 gnus-requst-update-info with explicit code to sync the in-memory
17834 info read flags with the marks being sync'd to the backend.
17835
296a8e19 17836 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
17837
178382004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17839
17840 * spam.el (spam-verify-bogofilter): Add new function.
17841 (spam-check-bogofilter)
17842 (spam-bogofilter-register-with-bogofilter): Use it.
17843 (spam-verify-bogofilter): Add small fixes.
17844
178452004-09-28 Simon Josefsson <jas@extundo.com>
17846
17847 * hashcash.el (hashcash-generate-payment): Revert.
17848
178492004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17850
296a8e19
SM
17851 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17852 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
17853
17854 * gnus-util.el (gnus-extract-references): Add new function, analogous
17855 to gnus-split-references but extracts only the message-ID without
17856 anything extra.
17857
17858 * hashcash.el (hashcash-generate-payment)
17859 (hashcash-check-payment): Do the right thing if hashcash-path is
17860 nil (because the hashcash program could not be found).
17861
17862 * spam.el (spam-use-hashcash): Remove comment.
17863
178642004-09-27 Jesper Harder <harder@ifa.au.dk>
17865
17866 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17867 (gnus-cache-enter-article, gnus-cache-remove-article)
17868 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17869
17870 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17871
17872 * gnus-art.el (article-hide-boring-headers)
17873 (article-translate-strings, article-display-face)
17874 (gnus-article-mime-match-handle-first)
17875 (gnus-article-highlight-headers)
17876 (gnus-article-add-buttons-to-head): do.
17877
178782004-09-27 Simon Josefsson <jas@extundo.com>
17879
17880 * hashcash.el: New version, from
17881 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17882 ../contrib/.
17883
178842004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17885
17886 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17887
178882004-09-26 Jesper Harder <harder@ifa.au.dk>
17889
17890 * gnus-dup.el (gnus-dup-open): Use mapc.
17891 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17892
17893 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17894 Reported by Stefan Wiens <s.wi@gmx.net>.
17895
17896 * gnus.el (gnus-shutdown): Use dolist.
17897
17898 * gnus-undo.el (gnus-undo): Use mapc.
17899
17900 * nnrss.el (nnrss-generate-active): do.
17901
17902 * message.el (message-cite-original-without-signature)
17903 (message-cite-original): Use mapc.
17904 (message-do-actions, message-make-forward-subject): Use dolist.
17905
179062004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17907
296a8e19 17908 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
17909 deletion to remove entire duplicate line. Fixes merged article
17910 number bug.
17911
179122004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17913
17914 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17915 servers that are offline. Avoids having gnus-agent-toggle-plugged
17916 first ask if you want to open a server and then, even when you
17917 responded with no, asking if you want to synchronize the server's
17918 flags.
17919 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17920 multi-line expressions.
17921 (gnus-agent-synchronize-group-flags): New internal function.
17922 Updates marks in memory (in the info structure) AND in the
17923 backend.
17924
296a8e19 17925 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 17926
296a8e19
SM
17927 * nnagent.el (nnagent-request-set-mark):
17928 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
17929 method, to ensure that synchronization updates marks in the
17930 backend and in the info (in memory) structure.
17931
179322004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17933
17934 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17935 convention fully; don't miss the root article of a thread; make
17936 the X-Draft-From header with correct article numbers.
17937
179382004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17939
17940 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17941 unless plugged. Disable the agent so that an open failure causes
17942 an error.
17943
17944 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 17945 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
17946 synchronizing flags even when the backend stores the flags
17947 locally.
17948
179492004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17950
17951 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17952 in `header' match. Reported by Svend Tollak Munkejord.
17953
17954 * message.el (message-cite-original): Fix use of
17955 `message-cite-articles-with-x-no-archive'.
17956
179572004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17958
17959 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17960 (gnus-window-to-buffer): Ditto.
17961
17962 * mml.el (mml-preview-buffer): New variable.
17963 (mml-preview): Manage window layout with gnus-buffer-configuration.
17964
17965 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17966 X-Draft-From header even if those articles aren't quoted.
17967
179682004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17969
17970 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17971 (gnus-request-set-mark, gnus-request-update-mark): Use new
17972 g-s-t-u-l-m to decide to use backend even when unplugged.
17973
179742004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17975
17976 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17977 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17978
179792004-09-20 Simon Josefsson <jas@extundo.com>
17980
17981 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17982 "utf-16-le".
17983
179842004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17987
179882004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17989
17990 * uudecode.el (uudecode-use-external): Add :version.
17991
17992 * smime.el (smime-CA-file, smime-encrypt-cipher)
17993 (smime-dns-server): Add :version.
17994
17995 * smiley.el (gnus-smiley-file-types): Add :version.
17996
17997 * sha1.el (sha1-use-external): Add :version.
17998
17999 * pgg-def.el (pgg-query-keyserver): Add :version.
18000
18001 * nnmail.el (nnmail-fancy-expiry-targets)
18002 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18003 Add :version.
18004
18005 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18006 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 18007 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
18008
18009 * mml.el (mml-content-disposition-parameters)
18010 (mml-insert-mime-headers-always): Add :version.
18011
18012 * mm-util.el (mm-coding-system-priorities): Add :version.
18013
18014 * mm-decode.el (mm-inline-text-html-with-images)
18015 (mm-keep-viewer-alive-types, mm-external-terminal-program)
18016 (mm-verify-option): Add :version.
18017 (mm-text-html-renderer): Change :version.
18018
18019 * message.el (message-fcc-externalize-attachments)
18020 (message-required-headers, message-draft-headers)
18021 (message-subject-trailing-was-query)
18022 (message-subject-trailing-was-ask-regexp)
18023 (message-subject-trailing-was-regexp, message-mark-insert-begin)
18024 (message-mark-insert-end, message-archive-header)
18025 (message-archive-note, message-cross-post-default)
18026 (message-cross-post-note, message-followup-to-note)
18027 (message-cross-post-note-function, message-use-mail-followup-to)
18028 (message-subscribed-address-functions)
18029 (message-subscribed-address-file, message-subscribed-addresses)
18030 (message-subscribed-regexps, message-allow-no-recipients)
18031 (message-yank-cited-prefix, message-signature-insert-empty-line)
18032 (message-hidden-headers, message-hierarchical-addresses)
18033 (message-mail-user-agent, message-use-idna)
18034 (message-valid-fqdn-regexp)
18035 (message-strip-special-text-properties, message-header-synonyms)
18036 (message-beginning-of-line, message-tab-body-function): Add :version.
18037 (message-insert-canlock, message-wide-reply-confirm-recipients):
18038 Change :version.
18039
18040 * mail-source.el (mail-source-ignore-errors): Add :group, :type
18041 and :version.
18042 (mail-source-delete-old-incoming-confirm)
18043 (mail-source-movemail-program): Add :version.
18044
18045 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18046 (gnus-agent-cache, gnus-agent): Change :version.
18047
18048 * gnus-util.el (gnus-use-byte-compile): Change :version.
18049
18050 * gnus-sum.el (gnus-summary-make-false-root-always)
18051 (gnus-summary-default-high-score)
18052 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18053 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18054 (gnus-read-all-available-headers, gnus-article-emulate-mime)
18055 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18056 (gnus-sum-thread-tree-single-indent)
18057 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18058 (gnus-sum-thread-tree-leaf-with-other)
18059 (gnus-sum-thread-tree-single-leaf): Add :version.
18060 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18061 (gnus-article-loose-mime): Change :version.
18062
18063 * gnus-start.el (gnus-backup-startup-file)
18064 (gnus-save-startup-file-via-temp-buffer): Add :version.
18065
18066 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18067 (gnus-server-offline-face): Add :version.
18068
18069 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18070
18071 * gnus-msg.el (gnus-gcc-externalize-attachments)
18072 (gnus-debug-files, gnus-debug-exclude-variables)
18073 (gnus-discouraged-post-methods): Change :version.
18074 (gnus-confirm-mail-reply-to-news)
18075 (gnus-confirm-treat-mail-like-news): Add :version.
18076
18077 * gnus-int.el (gnus-server-unopen-status): Add :version.
18078
18079 * gnus-group.el (gnus-group-jump-to-group-prompt)
18080 (gnus-large-ephemeral-newsgroup)
18081 (gnus-fetch-old-ephemeral-headers): Add :version.
18082
18083 * gnus-fun.el (gnus-x-face-directory)
18084 (gnus-convert-pbm-to-x-face-command)
18085 (gnus-convert-image-to-x-face-command)
18086 (gnus-convert-image-to-face-command): Add :version.
18087
18088 * gnus-delay.el (gnus-delay-default-hour): Add :version.
18089
18090 * gnus-cite.el (gnus-cite-blank-line-after-header)
18091 (gnus-article-boring-faces): Add :version.
18092
18093 * gnus-art.el (gnus-buttonized-mime-types)
18094 (gnus-inhibit-mime-unbuttonizing)
18095 (gnus-treat-display-face)
18096 (gnus-treat-body-boundary): Change :version.
18097 (gnus-body-boundary-delimiter, gnus-picon-databases)
18098 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18099 (gnus-treat-date-english, gnus-treat-fold-headers)
18100 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18101 (gnus-treat-mail-picon, gnus-treat-wash-html)
18102 (gnus-article-encrypt-protocol)
18103 (gnus-use-idna, gnus-article-over-scroll)
18104 (gnus-mime-display-multipart-alternative-as-mixed)
18105 (gnus-mime-display-multipart-related-as-mixed)
18106 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18107 (gnus-ctan-url, gnus-button-ctan-handler)
18108 (gnus-button-handle-ctan-bogus-regexp)
18109 (gnus-button-ctan-directory-regexp)
18110 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18111 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18112 (gnus-button-man-level, gnus-button-emacs-level)
18113 (gnus-button-message-level, gnus-button-browse-level): Add :version.
18114
18115 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18116 (gnus-agent-go-online): Change :version.
18117 (gnus-agent-expire-unagentized-dirs)
18118 (gnus-agent-auto-agentize-methods): Add :version.
18119
18120 * flow-fill.el (fill-flowed-display-column)
18121 (fill-flowed-encode-column): Add :version.
18122
18123 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18124 (gnus-outlook-deuglify-unwrap-max)
18125 (gnus-outlook-deuglify-cite-marks)
18126 (gnus-outlook-deuglify-unwrap-stop-chars)
18127 (gnus-outlook-deuglify-no-wrap-chars)
18128 (gnus-outlook-deuglify-attrib-cut-regexp)
18129 (gnus-outlook-deuglify-attrib-verb-regexp)
18130 (gnus-outlook-deuglify-attrib-end-regexp)
18131 (gnus-outlook-display-hook): Add :version.
18132
18133 * binhex.el (binhex-use-external): Add :version.
18134
181352004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
18136
18137 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18138 and `invisible'.
18139
181402004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
18141
18142 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18143 in gnus-registry-trim.
18144
181452004-09-13 Simon Josefsson <jas@extundo.com>
18146
18147 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18148
18149 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18150
18151 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18152 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18153 <yamaoka@jpl.org>.
18154 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18155 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18156 <yamaoka@jpl.org>.
18157
18158 * sieve.el (sieve-manage-mode): Ditto.
18159
181602004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
18161
18162 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18163
181642004-09-11 Simon Josefsson <jas@extundo.com>
18165
18166 * dns-mode.el: Add.
18167
18168 * mm-view.el (mm-display-dns-inline): Add.
18169
18170 * mm-decode.el (mm-inline-media-tests): Add text/dns.
18171 (mm-automatic-display): Ditto.
18172
18173 * mailcap.el (mailcap-mime-data): Add text/dns.
18174 (mailcap-mime-extensions): Map .soa to text/dns.
18175
181762004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
18177
18178 * gnus-art.el (article-decode-mime-words, article-babel)
18179 (gnus-article-highlight-signature, gnus-article-add-buttons)
18180 (gnus-signature-toggle): Remove unnecessary bindings of
18181 `inhibit-read-only' inherited from v5.10 merge.
18182
181832004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
18184
18185 * nntp.el (nntp): New customization group.
18186 (nntp-authinfo-file): Add customization group.
18187
18188 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18189
18190 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18191
18192 * gnus.el (to-address, to-list, subscribed)
18193 (large-newsgroup-initial): Ditto.
18194
18195 * flow-fill.el (fill-flowed-display-column)
18196 (fill-flowed-encode-column): Ditto.
18197
ce058493 181982004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
18199
18200 * message.el (message-tokenize-header, message-send-mail-with-qmail):
18201 Use point-min rather than 1.
18202 (message-send-mail): Use buffer-size rather than point-max.
18203
18204 * gnus-sum.el (gnus-summary-search-article-forward):
18205 Signal a specific `search-failed' rather than a generic `error'.
18206
18207 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18208 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18209 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18210
182112004-09-10 Simon Josefsson <jas@extundo.com>
18212
18213 * nndb.el (require): Remove tcp and duplicate cl.
18214
182152004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
18216
18217 * gnus-agent.el (directory-files-and-attributes): Move forward.
18218
182192004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18220
296a8e19
SM
18221 * gnus-agent.el (directory-files-and-attributes):
18222 Optionally defined to support XEmacs.
01c52d31
MB
18223
182242004-09-09 Kevin Greiner <kgreiner@compsol.cc>
18225
002876ab 18226 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
18227 to avoid run-time CL dependencies.
18228 (gnus-agent-unfetch-articles): New function.
18229 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18230 article numbers even when local .overview file is missing.
002876ab 18231 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 18232 27-bit article numbers.
296a8e19
SM
18233 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18234 Use gnus-agent-read-article-number.
01c52d31
MB
18235 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18236 from backend while recognizing that article numbers in .overview
18237 must be valid.
296a8e19
SM
18238 (gnus-agent-update-files-total-fetched-for):
18239 Use directory-files-and-attributes to improve performance.
18240 * gnus-int.el (gnus-request-move-article):
18241 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
18242 improve performance.
18243
296a8e19 18244 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
18245 some users confused by references to .newsrc when they only have a
18246 .newsrc.eld file.
149cd465 18247 (gnus-convert-mark-converter-prompt)
296a8e19 18248 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 18249 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 18250 New function. Used internally to only display 'gnus converting
01c52d31
MB
18251 files' message when actually necessary.
18252
296a8e19 18253 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
18254 methods now autoloaded.
18255
182562004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
18257
18258 * gnus-sum.el (gnus-summary-insert-subject): Remove list
18259 identifiers.
18260
182612004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
18262
18263 * gnus-picon.el: Fix indentation and closing parenthesis.
18264
182652004-09-01 Simon Josefsson <jas@extundo.com>
18266
18267 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 18268 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
18269 to require within a function. Sadly, if sha1.el isn't loaded, the
18270 let binding in m-c-g will hide the defcustom definition, which is
18271 bad.)
18272
18273 * canlock.el: Require sha1, not sha1-el.
18274
18275 * message.el: Don't autoload sha1 (there is a autoload cookie in
18276 sha1.el).
18277
296a8e19 18278 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
18279
182802004-08-30 Juanma Barranquero <lektu@terra.es>
18281
18282 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18283
182842004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
18285
18286 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18287
182882004-08-30 Kim F. Storm <storm@cua.dk>
18289
18290 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18291
18292 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18293 Add :group 'nnimap.
18294
182952004-08-30 Andreas Schwab <schwab@suse.de>
18296
18297 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18298 ?* and ?\;.
18299
18300 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18301 and ?\' to symbol instead of whitespace.
18302
183032004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18304
18305 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18306
18307 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18308 instead of re-search-forward.
18309
18310 * gnus-uu.el (gnus-uu-save-article): Ditto.
18311 (gnus-uu-post-encode-uuencode): Ditto.
18312
18313 * html2text.el (html2text-clean-list-items): Ditto.
18314 (html2text-clean-dtdd): Ditto.
18315 (html2text-format-tags): Ditto.
18316
18317 * message.el (message-send-mail-with-sendmail): Fix regexp.
18318 (message-fill-field-general): Use search-forward instead of
18319 re-search-forward.
18320 (unbold-region): Ditto.
18321
18322 * nnrss.el (nnrss-request-article): Ditto.
18323
18324 * nnslashdot.el (nnslashdot-request-article): Ditto.
18325
18326 * nnweb.el (nnweb-gmane-wash-article): Ditto.
18327
18328 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18329 "Unrecognized menu descriptor" error in XEmacs.
18330
183312004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
18332
18333 * gnus-sum.el (gnus-read-header): Don't remove a header for the
18334 parent article of a sparse article in the thread hashtb.
18335
183362004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
18337
18338 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18339 (nnmail-expand-newtext): Lowercase expanded entries if
18340 nnmail-split-lowercase-expanded is non-nil.
18341
183422004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
18343
c9e31f32 18344 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
18345
18346 * gnus-group.el (gnus-group-line-format-alist): Convert the value
18347 of gnus-tmp-news-method into string under XEmacs. It will be
18348 passed to gnus-correct-length which takes only a string argument.
18349
183502004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
18351
18352 * gnus-util.el (gnus-bind-print-variables): New macro.
18353 (gnus-prin1): Use it.
18354 (gnus-prin1-to-string): Use it.
18355 (gnus-pp): New function.
18356 (gnus-pp-to-string): New function.
18357
c9e31f32
SM
18358 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18359 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
18360 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18361 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18362 * gnus-msg.el (gnus-debug): Ditto.
18363 * gnus-score.el (gnus-score-save): Ditto.
18364 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18365 gnus-pp-to-string.
18366 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18367 with gnus-pp.
18368 * score-mode.el (gnus-score-pretty-print): Ditto.
18369 * webmail.el (webmail-debug): Ditto.
18370
183712004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
18372
c9e31f32
SM
18373 * gnus-art.el (article-display-face, article-display-x-face):
18374 Use buffer-read-only.
01c52d31
MB
18375
183762004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
18377
c9e31f32
SM
18378 * gnus-art.el (article-hide-list-identifiers):
18379 Bind inhibit-read-only as t.
01c52d31
MB
18380
183812004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
18382
18383 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18384
183852004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18388 (gnus-narrow-to-page): Don't assume point-min == 1.
18389 (gnus-article-edit-mode): Derive from message-mode.
18390
18391 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18392 point-min == 1.
18393
18394 * imap.el (imap-parse-address-list, imap-parse-body-ext):
18395 Disable incorrect use of `assert'.
18396
18397 * message.el (message-mode): Set comment-start-skip.
18398
01c52d31
MB
183992004-08-22 Sam Steingold <sds@gnu.org>
18400
18401 * pop3.el (pop3-leave-mail-on-server): New user variable.
18402 (pop3-movemail): Delete mail only when it is nil.
18403
184042004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
18405
18406 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18407
18408 * mml.el (mml-preview): Use `pop-to-buffer'.
18409
18410 * message.el (message-goto-mail-followup-to): Insert after "To".
18411 (message-carefully-insert-headers): Add comment.
18412
18413 * gnus.el: Remove unused variable `gnus-article-check-size'.
18414
18415 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18416
296a8e19
SM
18417 * gnus-art.el (gnus-button-alist):
18418 Improve `gnus-button-handle-library' entry.
01c52d31
MB
18419
184202004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
18421
296a8e19
SM
18422 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18423 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
18424
184252004-08-18 Jesper Harder <harder@ifa.au.dk>
18426
18427 * nntp.el: Add (require 'gnus) due to reference to
18428 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
18429
184302004-08-18 Florian Weimer <fw@deneb.enyo.de>
18431
296a8e19
SM
18432 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18433 Bind `mm-fill-flowed'.
01c52d31
MB
18434
18435 * mm-decode.el (mm-dissect-singlepart): Check it.
18436
184372004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
18438
18439 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18440 'imap' for netrc parsing.
18441
184422004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
18443
18444 * mailcap.el (mailcap-mime-data): Mark as risky.
18445
184462004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
18447
18448 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18449 may be included in the encoded word.
18450 (rfc2047-encode): Don't append a space if the encoded word
18451 includes close parenthesis.
18452
184532004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
18454
18455 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18456 of text within parentheses.
18457
184582004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
18459
18460 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18461 (gnus-encrypt-write-file-contents): Make the password key the file
18462 name PLUS the cipher, not just the cipher. Also remove failed
18463 passwords from the cache.
18464
184652004-08-06 Simon Josefsson <jas@extundo.com>
18466
296a8e19
SM
18467 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18468 Doc fix.
01c52d31
MB
18469
184702004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18471
18472 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18473 LWSP.
18474
184752004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
18476
296a8e19
SM
18477 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18478 Try to append in-reply-to: data to the references: header.
01c52d31 18479
c4cc8b9a 18480 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
18481 (netrc-parse): Use gnus-encrypt.el functions.
18482
18483 * gnus-encrypt.el: Add new file for encryption support; currently
18484 does only a few GPG ciphers and an internal XOR cipher.
18485
18486 * password.el: Add comments on using password-read-and-add.
18487 (password-read-and-add): Add function to read and add the
18488 password to the cache at once.
18489
184902004-07-28 Simon Josefsson <jas@extundo.com>
18491
18492 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18493 parameter (but don't use it, for now).
18494
18495 * imap.el (imap-ssl-open): Use imap-process-connection-type,
18496 instead of hard coding to nil.
18497
184982004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18499
18500 * mm-view.el (mm-inline-image-emacs): Open lines under an image
18501 as mm-inline-image-xemacs does.
18502
185032004-07-26 Simon Josefsson <jas@extundo.com>
18504
18505 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18506 Revert part of 2004-07-17 change below.
18507
185082004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18509
296a8e19
SM
18510 * rfc2047.el (rfc2047-encode-region): Don't infloop.
18511 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
18512
185132004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
18514
18515 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18516 quotes that actually start with ">" at the beginning of the
18517 lines.
18518
185192004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
18520
18521 * rfc2047.el (rfc2047-encode-region): Fix last change.
18522 (rfc2047-encode-parameter): Remove useless concat.
18523
185242004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
18525
18526 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18527 encode special characters; fix some kind of misconfigured headers;
18528 signal a real error if debug-on-quit or debug-on-error is non-nil.
18529 (rfc2047-encode-max-chars): New variable.
18530 (rfc2047-encode-1): Use it.
18531 (rfc2047-encode-parameter): New function.
18532
18533 * mml.el (mml-insert-parameter): Remove an excessive space.
18534
185352004-07-17 Simon Josefsson <jas@extundo.com>
18536
18537 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18538 Kai Grossjohann <kai@emptydomain.de>.
18539 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18540 (gnus-group-make-menu-bar): Ditto.
18541
18542 * gnus-util.el (gnus-group-server): Add.
18543
185442004-07-16 Jesper Harder <harder@ifa.au.dk>
18545
18546 * message.el (message-clone-locals): Clone sendmail and smtp
18547 variables.
18548
185492004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18550
18551 * rfc2047.el (rfc2047-encode-region): Fix last change.
18552
185532004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
18554
18555 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18556 characters as non-special.
18557
185582004-07-09 Simon Josefsson <jas@extundo.com>
18559
18560 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18561 Users will lose all flag changes made while unplugged with
18562 e.g. nntp unless flag synchronization happens, thus `nil' is not a
18563 good default. See numerous reports on ding mailing list.
18564
185652004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
18566
18567 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18568 add generate-head-function and generate-article-function to the
18569 rfc822-forward entry.
18570 (nndoc-rfc822-forward-generate-article): New function.
18571 (nndoc-rfc822-forward-generate-head): New function.
18572
18573 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18574
185752004-07-06 Dan Christensen <jdc@uwo.ca>
18576
18577 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18578 respect display group parameter and gnus-summary-expunge-below.
18579 (gnus-articles-to-read): Remove unused reference to display group
18580 parameter.
18581
185822004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18583
18584 * nnheader.el (nnheader-uniquify-message-id): New experimental
18585 variable.
18586 (nnheader-nov-read-message-id): Use it.
18587
18588 * spam-report.el (spam-report-gmane): Add interactive.
18589
185902004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
18591
296a8e19
SM
18592 * mm-encode.el (mm-content-transfer-encoding-defaults):
18593 Use qp-or-base64 for the application/* types.
01c52d31
MB
18594
185952004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
18596
18597 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18598
185992004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
18600
18601 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18602 trim value.
18603
186042004-01-25 Paul Jarc <prj@po.cwru.edu>
18605
18606 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18607 New macro and function.
18608 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18609
186102004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18611
18612 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18613 after-load-alist.
18614
186152004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
18616
296a8e19
SM
18617 * gnus-group.el (gnus-group-get-new-news-this-group):
18618 Don't update info that isn't there.
01c52d31
MB
18619
186202004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
18621
18622 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18623 entry.
18624
186252004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18626
18627 * mm-view.el (mm-inline-render-with-function): Use multibyte
18628 buffer; decode html source by charset.
18629
18630 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18631
18632 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18633 Mule-UCS is loaded under XEmacs.
18634 (mm-mime-mule-charset-alist): Avoid duplicated entries.
18635
186362004-06-28 Jesper Harder <harder@ifa.au.dk>
18637
18638 * nnheader.el (nnheader-max-head-length): Increase to 8192.
18639
186402004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
18641
18642 * mm-util.el (mm-coding-system-p): Return a coding-system.
18643 (mm-mime-mule-charset-alist): Use shift_jis instead of
18644 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18645 entries for the mime charsets iso-2022-jp-3 and shift_jis.
18646 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18647 instead of japanese-shift-jis and iso-latin-1 respectively in
18648 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
18649 (mm-mule-charset-to-mime-charset):
18650 Make mm-coding-system-priorities effective.
01c52d31
MB
18651 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18652 while predicating of candidates upon the priorities.
18653
186542004-06-27 Jesper Harder <harder@ifa.au.dk>
18655
296a8e19
SM
18656 * gnus-sum.el (gnus-summary-make-menu-bar):
18657 Add gnus-uu-invert-processable.
01c52d31
MB
18658
18659 * gnus.el: Autoload gnus-uu-invert-processable.
18660
186612004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * mm-util.el (mm-with-multibyte-buffer): New macro.
18664
18665 * rfc2047.el (rfc2047-encode-string): Use it.
18666 (rfc2047-encode-region): Move point to the end of the region after
18667 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18668
186692004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18670
18671 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18672 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18673
186742004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
18675
18676 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
18677 (gnus-cite-parse): Ignore quoted envelope From_.
18678 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
18679
186802004-06-23 Jesper Harder <harder@ifa.au.dk>
18681
18682 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18683 invalid addresses.
18684
186852004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
18686
18687 * spam.el: Change section markers, revise TODO list.
18688 (spam-backends): Make new master list of all installed backends.
18689 (spam-summary-exit-behavior): Add new variable to determine how
18690 messages moves are done at summary exit.
18691 (spam-move-spam-nonspam-groups-only)
18692 (spam-process-ham-in-nonham-groups)
18693 (spam-process-ham-in-spam-groups): Remove variables, the
18694 spam-summary-exit-behavior variable should be used to manage this
18695 behavior.
18696 (spam-old-ham-articles, spam-old-spam-articles): Remove.
18697 (spam-old-articles): Add variable, replacing spam-old-ham-articles
18698 and spam-old-spam-articles.
18699 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18700 Add empty variables, placeholders for the backends they represent.
18701 (spam-set-difference): Move, unchanged.
18702 (spam-list-of-processors): Declare OBSOLETE, not used anymore
18703 unless the user has a processor variable.
18704 (spam-classifications, spam-classification-valid-p)
18705 (spam-backend-properties, spam-backend-property-valid-p)
18706 (spam-backend-function-type-valid-p)
18707 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18708 (spam-report-articles-gmane, spam-report-articles-resend):
18709 Remove functions, they are not needed.
18710 (spam-install-backend-super, spam-backend-list)
18711 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18712 (spam-backend-function, spam-backend-ham-registration-function)
18713 (spam-backend-spam-registration-function)
18714 (spam-backend-ham-unregistration-function)
18715 (spam-backend-spam-unregistration-function)
18716 (spam-backend-statistical-p, spam-backend-mover-p)
18717 (spam-install-backend-alias, spam-install-checkonly-backend)
18718 (spam-install-mover-backend, spam-install-nocheck-backend)
18719 (spam-install-backend, spam-install-statistical-backend)
18720 (spam-install-statistical-checkonly-backend): Add backend installation
18721 support.
18722 (spam-summary-prepare-exit): Rewrite to use the new backend code.
18723 (spam-group-processor-p): Use the new backend code and respect the
18724 summary exit behavior.
18725 (spam-mark-spam-as-expired-and-move-routine): Remove.
18726 (spam-summary-prepare): Change to use the new spam-old-articles
18727 variable.
18728 (spam-copy-or-move-routine, spam-copy-spam-routine)
18729 (spam-move-spam-routine, spam-copy-ham-routine)
18730 (spam-move-ham-routine): Add code to copy/move ham or spam.
18731 (spam-fetch-field-fast): Improve doc and code, plus allow the
18732 'number request.
296a8e19
SM
18733 (spam-list-of-checks, spam-list-of-statistical-checks):
18734 Remove variables.
01c52d31
MB
18735 (spam-split, spam-find-spam): Use the new backend code.
18736 (spam-registration-functions): Remove variable.
18737 (spam-unregister-routine): Add convenience wrapper.
18738 (spam-log-undo-registration, spam-register-routine)
18739 (spam-log-processing-to-registry)
18740 (spam-log-unregistration-needed-p): Rename "check" to "backend"
18741 where possible.
18742 (spam-check-gmane-xref, spam-check-regex-headers)
18743 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18744 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18745 (spam-check-bogofilter-headers, spam-check-spamoracle)
18746 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18747 (spam-check-crm114-headers): Use the spam-split-group that
18748 spam-split prepares, no need to determine it every time.
18749
18750 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18751 to the nnheader-parse-naked-head call.
18752
18753 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18754
18755 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18756 the nnheader-nov-read-message-id call.
18757
187582004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
18759
18760 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18761 gnus-activate-group twice. Suggested by Markus Peter
18762 <warp@spin.de>.
18763
187642004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
18765
18766 * gnus-art.el (gnus-article-time-format): Exchange the order of
18767 day and month in the default value; fix customization type.
18768 (article-date-ut): Use add-text-properties.
18769 (article-make-date-line): Use message-make-date instead of
18770 current-time-string.
18771
18772 * message.el (message-fetch-field): Don't use set-text-properties.
18773 (message-make-date): Simplify.
0f49874b 18774
01c52d31 187752004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 18776
01c52d31
MB
18777 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18778 (rfc2047-encode-region): Treat text within parentheses as special;
18779 show the original text when error has occurred.
0f49874b 18780
01c52d31
MB
18781 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18782 already-computed method to gnus-activate-group.
0f49874b 18783
01c52d31
MB
18784 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18785 same select-methods identical Lisp objects.
0f49874b 18786
01c52d31
MB
18787 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18788 object when modifying the info.
0f49874b 18789
01c52d31 187902004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 18791
01c52d31
MB
18792 * gnus-srvr.el (gnus-server-set-info): Remove the server from
18793 gnus-opened-servers since it has never been opened with the new
18794 configuration yet.
0f49874b 18795
01c52d31 187962004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 18797
01c52d31
MB
18798 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18799 arg to nnheader-generate-fake-message-id.
0f49874b 18800
01c52d31 188012004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 18802
01c52d31
MB
18803 * nnheader.el (nnheader-generate-fake-message-id): Accept a
18804 number and build a fake message ID localized to a group and
18805 article number (so it's repeatable from that point on).
cc4a96c6 18806 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 18807 ID format.
ca0a6900 18808
296a8e19
SM
18809 * gnus-sum.el (gnus-get-newsgroup-headers):
18810 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 18811
01c52d31 188122004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 18813
01c52d31
MB
18814 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18815 end-of-buffer.
a21fb88e 18816
01c52d31 188172004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 18818
01c52d31 18819 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 18820
01c52d31 188212004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 18822
01c52d31
MB
18823 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18824 goto-char.
18825 (rfc2047-encode): Fold the line before encoding.
bfe5418b 18826
01c52d31 188272004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 18828
01c52d31
MB
18829 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18830 folding -- not all headers can be folded, and this should be done
18831 by the message composition mode. Probably. I think.
d4755e04 18832
01c52d31 188332004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 18834
01c52d31
MB
18835 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18836 fast.
95f75c75 18837
01c52d31
MB
18838 * gnus-ems.el (gnus-remove-image): Don't use
18839 message-text-with-property; remove only the image found first.
4a43ee9b 18840
01c52d31 188412004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 18842
01c52d31 18843 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 18844
01c52d31 188452004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 18846
01c52d31
MB
18847 * message.el (message-text-with-property): Make it fast and accept
18848 optional arguments.
18849 (message-strip-forbidden-properties): Use it.
18850 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 18851
01c52d31 18852 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 18853
01c52d31 188542004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 18855
01c52d31
MB
18856 * gnus-art.el (article-hide-headers): Don't change the buffer
18857 mistakenly when performing mml-preview even if
18858 gnus-single-article-buffer is nil.
4a43ee9b 18859
01c52d31 188602004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 18861
01c52d31
MB
18862 * message.el (message-expand-name-databases): New user option.
18863 (message-expand-name): Use it.
4a43ee9b 18864
01c52d31 188652004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 18866
01c52d31
MB
18867 * spam.el (spam-report-articles-resend)
18868 (spam-report-resend-register-routine): Allow ham reporting.
18869 (spam-report-resend-register-ham-routine): Add wrapper.
18870 (spam-registration-functions): Add ham resending functions.
18871 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 18872
01c52d31
MB
18873 * gnus.el (ham-resend-to): Add new group parameter.
18874 (spam-process): Add ham resend option.
4a43ee9b 18875
01c52d31
MB
18876 * spam-report.el (spam-report-resend): Allow reporting ham.
18877 (spam-report-resend-ham): Add wrapper.
4a43ee9b 18878
01c52d31 188792004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 18880
296a8e19
SM
18881 * message.el (message-cite-articles-with-x-no-archive):
18882 New variable.
01c52d31 18883 (message-cite-original): Use it.
4a43ee9b 18884
01c52d31 188852004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 18886
01c52d31 18887 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 18888
01c52d31 188892004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 18890
01c52d31
MB
18891 * gnus-art.el (article-hide-headers): Refer to the values for
18892 gnus-ignored-headers and gnus-visible-headers in the summary
18893 buffer since a user may have set them as group parameters.
cfcd5c91 18894
01c52d31 188952004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 18896
01c52d31
MB
18897 * assistant.el (assistant-node-name): Add convenience function.
18898 (assistant-render-text, assistant-render-node): Add error handling,
18899 plus handle multiple next nodes.
18900 (assistant-find-next-node): Comment out for now.
18901 (assistant-find-next-nodes): Add function, returns list of next
18902 nodes.
18903
189042004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18905
18906 * mail-source.el (mail-source-directory): Fix doc-string.
18907
189082004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18909
18910 * assistant.el (assistant-render-text, assistant-eval): Add :set
18911 widget type, which is different because it takes and returns a
18912 list. Much hilarity ensues.
18913
189142004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18915
296a8e19 18916 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 18917
296a8e19
SM
18918 * gnus-group.el (gnus-group-get-new-news-this-group):
18919 Add doc-string.
01c52d31 18920
296a8e19 18921 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
18922
189232004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18924
18925 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18926
189272004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18928
18929 * assistant.el (assistant-render-text): Try to add a :set
18930 widget, more to come.
18931
18932 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18933 strings.
18934 (spam-report-articles-resend)
18935 (spam-register-routine): Do registration iff any articles warrant
18936 it.
18937 (spam-summary-prepare-exit): Change log message for nil group
18938 destinations.
18939
189402004-05-27 Daniel Pittman <daniel@rimspace.net>
18941
296a8e19
SM
18942 * spam.el (spam-report-resend-register-routine):
18943 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
18944
189452004-05-26 Simon Josefsson <jas@extundo.com>
18946
18947 * starttls.el: Merge with my GNUTLS based starttls.el.
18948 (starttls-gnutls-program, starttls-use-gnutls)
18949 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
18950 (starttls-connect, starttls-failure, starttls-success):
18951 New variables.
01c52d31 18952 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
18953 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18954 New functions.
18955 (starttls-negotiate, starttls-open-stream):
18956 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
18957 function if it is set.
18958
189592004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18960
18961 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18962 structured fields.
18963
189642004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18965
18966 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18967
189682004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18969
296a8e19
SM
18970 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18971 Add variable.
01c52d31
MB
18972 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18973 assigning the spam-mark to new messages.
18974
880820fe 189752004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 18976
c4cc8b9a 18977 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
18978
189792004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18980
18981 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18982 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18983 default.
18984
189852004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18986
002876ab 18987 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
18988 correct data.
18989
189902004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18991
18992 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18993 (spam-group-processor-p): Fix function.
18994 (spam-group-processor-multiple-p)
18995 (spam-group-spam-processor-report-gmane-p)
18996 (spam-group-spam-processor-report-resend-p)
18997 (spam-group-spam-processor-bogofilter-p)
18998 (spam-group-spam-processor-blacklist-p)
18999 (spam-group-spam-processor-ifile-p)
19000 (spam-group-ham-processor-ifile-p)
19001 (spam-group-spam-processor-spamoracle-p)
19002 (spam-group-spam-processor-crm114-p)
19003 (spam-group-ham-processor-bogofilter-p)
19004 (spam-group-spam-processor-stat-p)
19005 (spam-group-ham-processor-stat-p)
19006 (spam-group-ham-processor-whitelist-p)
19007 (spam-group-ham-processor-BBDB-p)
19008 (spam-group-ham-processor-spamoracle-p)
19009 (spam-group-ham-processor-copy-p): Remove functions with some
19010 prejudice against unneeded code.
19011 (spam-report-articles-resend)
19012 (spam-report-resend-register-routine): Allow the group/topic
19013 spam-resend-to value to override spam-report-resend-to.
19014 (spam-summary-prepare-exit): Invoke spam-group-processor-p
19015 properly now.
19016
19017 * gnus.el (spam-resend-to): Add group/topic parameter.
19018 (spam-process): Move the OBSOLETE processors to the end of the
19019 choices.
19020
190212004-05-24 Daniel Pittman <daniel@rimspace.net>
19022
296a8e19
SM
19023 * spam-report.el (spam-report-resend-to, spam-report-resend):
19024 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
19025 (spam-report-resend): spam-report-resend takes a list of articles, not
19026 separate article numbers.
19027
190282004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
19029
19030 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19031 addition to emacs-w3m.
19032
190332004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19034
19035 * assistant.el (assistant-authinfo-data): New function.
19036 (assistant-eval): Eval for entire assistant.
19037
19038 * netrc.el (netrc-services-file): New variable.
19039 (netrc-parse-services): New function.
19040 (netrc-find-service-name): New function.
19041 (netrc-find-service-number): New function.
19042 (netrc-port-equal): New function.
19043 (netrc-machine): Use it.
19044
19045 * nnimap.el (nnimap-open-connection): Use netrc.
19046
19047 * gnus-util.el (gnus-netrc-get): Remove aliases.
19048
19049 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19050
19051 * assistant.el (wid-edit): Fix compilation.
19052
19053 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19054
190552004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
19056
19057 * gnus-util.el (gnus-set-file-modes): New function. (small
19058 patch).
19059
190602004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 19061
01c52d31 19062 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 19063
01c52d31
MB
19064 * assistant.el (assistant-render-node): Fix up rendering and
19065 read-only text.
19066 (assistant-render-node): Reset.
19067 (assistant-make-read-only): Not sticky.
cfcd5c91 19068
01c52d31 190692004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 19070
01c52d31
MB
19071 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19072 centered even when gnus-auto-center-summary is t
cfcd5c91 19073
01c52d31 190742004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 19075
01c52d31
MB
19076 * dns.el (dns-get-txt-answer): New function.
19077 (dns-read-txt): Ditto.
19078 (query-dns): Use it.
cfcd5c91 19079
01c52d31 190802004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 19081
01c52d31
MB
19082 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19083 active for foreign groups even if the group level is higher than
19084 the specified value.
cfcd5c91 19085
01c52d31 190862004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 19087
01c52d31
MB
19088 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19089 non-active groups.
9ad41fb7 19090
01c52d31 19091 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 19092
01c52d31 190932004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 19094
01c52d31 19095 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 19096
01c52d31 190972004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 19098
01c52d31
MB
19099 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19100 (spam-crm114-header, spam-crm114-spam-switch)
19101 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19102 (spam-crm114-positive-spam-header)
19103 (spam-crm114-database-directory, spam-list-of-processors)
19104 (spam-group-spam-processor-crm114-p)
19105 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19106 (spam-generic-score, spam-list-of-checks)
19107 (spam-list-of-statistical-checks, spam-registration-functions)
19108 (spam-check-crm114-headers, spam-crm114-score)
19109 (spam-check-crm114, spam-crm114-register-with-crm114)
19110 (spam-crm114-register-spam-routine)
19111 (spam-crm114-unregister-spam-routine)
19112 (spam-crm114-register-ham-routine)
296a8e19
SM
19113 (spam-crm114-unregister-ham-routine): Add CRM114 support.
19114 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 19115
01c52d31 19116 * gnus.el: Add spam-use-crm114.
d0859c9a 19117
01c52d31
MB
19118 * spam.el (spam-list-of-processors, spam-registration-functions):
19119 Add spam-use-resend.
19120 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19121 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
19122 (spam-report-articles-resend, spam-report-resend-register-routine):
19123 Add wrappers around spam-report-resend-to.
d0859c9a 19124
01c52d31
MB
19125 * spam-report.el (spam-report-resend-to, spam-report-resend):
19126 Add support for resending spam.
19127 (spam-report-gmane): Fix line length >80.
d0859c9a 19128
01c52d31 19129 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 19130
01c52d31 191312004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 19132
01c52d31
MB
19133 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19134 number of processed spam messages.
19135 (spam-ham-copy-or-move-routine): Return the number of processed
19136 ham messages.
19137 (spam-summary-prepare-exit): Use the above values to decide
19138 whether status messages shouled be displayed.
d0859c9a 19139
01c52d31 191402004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 19141
296a8e19 19142 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
19143 `rfc2047-encoding-function-alist' in order to avoid conflicting
19144 with the old version.
19145 (rfc2047-encode-region): Concatenate words containing non-ASCII
19146 characters in structured fields; don't encode space-delimited
19147 ASCII words even in unstructured fields; don't break words at
19148 char-category boundaries.
19149 (rfc2047-encode-1): New function.
19150 (rfc2047-encode): Use it; encode text so that it occupies the
19151 maximum width within 76-column; work correctly on Q encoding for
19152 iso-2022-* charsets.
19153 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19154 sure not to break a line just after the header name.
296a8e19 19155 (rfc2047-b-encode-region): Remove.
01c52d31 19156 (rfc2047-b-encode-string): New function.
296a8e19 19157 (rfc2047-q-encode-region): Remove.
01c52d31 19158 (rfc2047-q-encode-string): New function.
d0859c9a 19159
01c52d31 19160 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 19161
01c52d31 191622004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 19163
296a8e19
SM
19164 * gnus-msg.el (gnus-inews-make-draft-meta-information):
19165 Really get it right.
01c52d31 19166 (gnus-inews-make-draft): Really.
d0859c9a 19167
01c52d31 191682004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 19169
01c52d31
MB
19170 * nnmh.el (nnmh-request-list-1): Don't check the link count
19171 before descending. (small patch)
d0859c9a 19172
01c52d31 191732004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 19174
01c52d31
MB
19175 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19176 stuff.
6441d280 19177
296a8e19
SM
19178 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19179 Match on real group name.
6441d280 19180
01c52d31 19181 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 19182
01c52d31 19183 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 19184
01c52d31 191852004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 19186
296a8e19
SM
19187 * gnus-draft.el (gnus-draft-send):
19188 Bind rfc2047-encode-encoded-words.
8654e13a 19189
01c52d31
MB
19190 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19191 (rfc2047-encodable-p): Say that =? needs encoding.
19192 (rfc2047-encode-encoded-words): New variable.
8654e13a 19193
01c52d31 19194 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 19195
01c52d31 19196 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 19197
01c52d31
MB
19198 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19199 to nil.
31640842 19200
01c52d31 19201 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 19202
01c52d31 19203 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 19204
01c52d31 192052004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 19206
296a8e19
SM
19207 * gnus-msg.el (gnus-summary-followup-with-original):
19208 Document yanking of region when active.
61b397cd 19209
01c52d31 192102004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 19211
01c52d31
MB
19212 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19213 groups if the group level is higher than the specified value.
31640842 19214
01c52d31 192152004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 19216
01c52d31 19217 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 19218 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
19219 `gnus-group-jump-to-group-prompt'. Query before jumping to
19220 non-active group.
cd01ded9 19221
01c52d31
MB
19222 * compface.el (uncompface): Be verbose when changing
19223 `uncompface-use-external'.
850c333d 19224
01c52d31
MB
19225 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19226 handle manual section.
850c333d 19227
01c52d31 192282004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 19229
01c52d31 19230 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 19231
01c52d31 192322004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 19233
01c52d31 19234 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 19235
01c52d31 192362004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 19237
01c52d31
MB
19238 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19239 whether backend can accept message.
6a748eda 19240
01c52d31 19241 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 19242
01c52d31 192432004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 19244
01c52d31
MB
19245 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19246 Avoid creating directory when nntp-marks-is-evil is true.
19247 Reported by Reiner Steib.
9a89f5b0 19248
01c52d31 192492004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 19250
01c52d31 19251 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
19252 (gnus-picon-insert-glyph): Add optional `nostring' argument.
19253 (gnus-picon-transform-address): Support `gnus-picon-style'.
19254 From Jesper Harder <harder@ifa.au.dk>.
91472578 19255
01c52d31 192562004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 19257
01c52d31
MB
19258 * message.el (message-fill-field): Return point.
19259 (message-generate-headers): Go to end of field.
91472578 19260
01c52d31
MB
19261 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19262 stuff for non-living groups.
91472578 19263
01c52d31 192642004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 19265
01c52d31
MB
19266 * gnus-art.el (gnus-article-followup-with-original)
19267 (gnus-article-reply-with-original): gnus-mark-active-p ->
19268 gnus-region-active-p.
91472578 19269
01c52d31 192702004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 19271
01c52d31
MB
19272 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19273 only when there is spam or ham to be processed.
91472578 19274
01c52d31 192752004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 19276
01c52d31
MB
19277 * mail-source.el (mail-source-delete-crash-box): Refactor.
19278 (mail-source-fetch): Use it.
19279 (mail-source-fetch-file): Ditto.
19280 (mail-source-fetch-directory): Run postscript in loop.
19281 (mail-source-fetch-pop): Delete.
19282 (mail-source-fetch-maildir): Ditto.
19283 (mail-source-fetch-imap): Ditto.
91472578 19284
01c52d31 19285 * imap.el (imap-authenticators): Comment out sasl.
91472578 19286
01c52d31
MB
19287 * message.el (message-skip-to-next-address): New function.
19288 (message-fill-header-address): Refactor.
19289 (message-fill-address): Use it.
19290 (message-delete-address): Use it.
19291 (message-fill-header-general): Refactor.
19292 (message-fill-field-address): Rename.
19293 (message-narrow-to-field): Find the start of the header.
19294 (message-header-format-alist): Don't pre-fill.
296a8e19 19295 (message-fill-header): Remove.
01c52d31
MB
19296 (message-insert-header): New function.
19297 (message-shorten-references): Use it.
91472578 19298
01c52d31 19299 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 19300
01c52d31 19301 * mail-parse.el (mail-header-make-address): New alias.
91472578 19302
01c52d31 19303 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 19304
01c52d31 19305 * imap.el: Add compiler directives.
91472578 19306
01c52d31 19307 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 19308
01c52d31
MB
19309 * gnus-art.el (article-decode-idna-rhs): Don't use
19310 message-idna-inside-rhs-p.
91472578 19311
01c52d31 193122004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 19313
296a8e19 19314 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 19315 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 19316
296a8e19 19317 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 19318 false positives.
1b155fbd 19319
ce058493 193202004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 19321
01c52d31 19322 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 19323
01c52d31 193242004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 19325
ce058493 19326 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 19327 files.
91472578 19328
01c52d31
MB
19329 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19330 (gnus-inews-do-gcc): Remove sleep.
498063ec 19331
01c52d31
MB
19332 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19333 part under point.
498063ec 19334
01c52d31
MB
19335 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19336 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 19337
01c52d31 193382004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 19339
296a8e19 19340 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 19341
01c52d31 193422004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 19343
01c52d31
MB
19344 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19345 as expired without moving it" message when there are spam
19346 messages left.
498063ec 19347
01c52d31 193482004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 19349
002876ab 19350 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 19351 header is not nil.
707f2b38 19352
01c52d31 193532004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 19354
296a8e19
SM
19355 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19356 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
19357 (nntp-marks-changed-p): New arg SERVER.
19358 (nntp-request-update-info): Adjust caller.
10ace8ea 19359
01c52d31 193602004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 19361
01c52d31 19362 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 19363
01c52d31 193642004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 19365
01c52d31
MB
19366 * nntp.el: Support marks.
19367 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19368 (nntp-marks-modtime, nntp-marks-directory): New variables.
19369 (nntp-request-set-mark, nntp-request-update-info)
19370 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
19371 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19372 New functions.
10ace8ea 19373
01c52d31 193742004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 19375
296a8e19
SM
19376 * gnus-score.el (gnus-score-insert-help):
19377 Use gnus-select-lowest-window.
10ace8ea 19378
01c52d31
MB
19379 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19380 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 19381
01c52d31 19382 * gnus.el: do.
10ace8ea 19383
01c52d31 193842004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 19385
01c52d31
MB
19386 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19387 encodings of MIME-encoded words, in order to improve
19388 interoperability with several broken MUAs.
10ace8ea 19389
01c52d31 193902004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 19391
01c52d31
MB
19392 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19393 tags, only when charsets are not specified in headers.
19394 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 19395
01c52d31 193962004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 19397
01c52d31
MB
19398 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19399 instead of MIME-decoded from fields when checking
19400 `gnus-article-address-banner-alist'.
0302b80e 19401
01c52d31 194022004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 19403
01c52d31
MB
19404 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19405 description rather than subject.
fa9a04e1 19406
01c52d31 194072004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 19408
01c52d31 19409 * gnus.el (gnus-version-number): Bump.
fa9a04e1 19410
01c52d31 194112004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 19412
01c52d31 19413 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 19414
01c52d31 194152004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 19416
296a8e19
SM
19417 * gnus-agent.el (gnus-agent-read-agentview):
19418 Inline gnus-uncompress-range.
fa9a04e1 19419
01c52d31 194202004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 19421
01c52d31
MB
19422 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19423 `exec-installed-p'.
fa9a04e1 19424
01c52d31 194252004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 19426
296a8e19
SM
19427 * gnus.el (spam-process, spam-autodetect-methods):
19428 Add bsfilter and bsfilter-headers.
fa9a04e1 19429
01c52d31
MB
19430 * spam.el (spam-bsfilter): New customize group.
19431 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19432 (spam-bsfilter-header, spam-bsfilter-probability-header)
19433 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19434 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19435 (spam-bsfilter-database-directory): New options.
19436 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19437 (spam-list-of-statistical-checks, spam-registration-functions):
19438 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19439 (spam-bsfilter-score): New command.
19440 (spam-check-bsfilter-headers, spam-check-bsfilter)
19441 (spam-bsfilter-register-with-bsfilter)
19442 (spam-bsfilter-register-spam-routine)
19443 (spam-bsfilter-unregister-spam-routine)
19444 (spam-bsfilter-register-ham-routine)
19445 (spam-bsfilter-unregister-ham-routine): New functions.
19446 (spam-generic-score): Support bsfilter; Accept an optional argument
19447 to recalcurate spam score even if scoring header has already been
19448 added.
19449 (spam-bogofilter-score, spam-spamassassin-score): Accept an
19450 optional argument to recalcurate spam score even if scoring header
19451 has already been added.
bf68d4e6 19452
01c52d31 194532004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 19454
01c52d31
MB
19455 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19456 strings! Reported by David D. Smith <davidsmith@acm.org>.
19457 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19458 link is missing.
f66ce3b9 19459
01c52d31 194602004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 19461
01c52d31
MB
19462 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19463 (html2text-get-attr): Rewrite.
14f56b66 19464
01c52d31
MB
19465 * message.el (message-setup-1): Remove redundant put-text-property
19466 on mail-header-separator.
14f56b66 19467
01c52d31 194682004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 19469
01c52d31
MB
19470 * gnus-registry.el (gnus-registry-cache-whitespace)
19471 (gnus-registry-action, gnus-registry-spool-action)
19472 (gnus-registry-split-fancy-with-parent): Change message levels
19473 from 5 to 3 or 7, as needed.
ec3c4a4c 19474
01c52d31
MB
19475 * spam.el (spam-summary-prepare-exit)
19476 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19477 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 19478 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 19479 level from 5 to 6.
5f5475ac 19480
01c52d31 194812004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 19482
01c52d31
MB
19483 * gnus-ems.el: Autoload appt-select-lowest-window (revert
19484 2004-03-04 change).
5f5475ac 19485
01c52d31 194862004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 19487
c9e31f32
SM
19488 * sieve-manage.el (sieve-manage-open):
19489 * nnweb.el (nnweb-insert-html):
01c52d31 19490 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
19491 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19492 * nnspool.el (nnspool-request-group):
01c52d31 19493 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 19494 * nnml.el (nnml-request-update-info):
01c52d31 19495 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 19496 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 19497 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
19498 (nnimap-request-set-mark):
19499 * nnfolder.el (nnfolder-request-update-info):
01c52d31 19500 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
19501 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19502 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 19503 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 19504 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
19505 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19506 * gnus-nocem.el (gnus-nocem-scan-groups):
19507 * gnus-int.el (gnus-start-news-server):
01c52d31 19508 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
19509 (gnus-group-browse-foreign-server):
19510 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19511 Use mapc when appropriate.
270a576a 19512
01c52d31 195132004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 19514
01c52d31 19515 FIXME: Make separate entries for each person.
270a576a 19516
01c52d31 19517 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 19518 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 19519 <shields@msrl.com>:
270a576a 19520
01c52d31
MB
19521 * spam.el (spam-necessary-extra-headers): Get the extra headers we
19522 may need for spam sorting and scoring.
19523 (spam-user-format-function-S): Add user format function suitable for
19524 general use.
19525 (spam-article-sort-by-spam-status): Add sorting function for summary
19526 sorting.
19527 (spam-extra-header-to-number): Add function to get a score from a
19528 header.
19529 (spam-summary-score): Add function to get a numeric score from the
19530 headers.
c9e31f32 19531 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
19532 (spam-initialize): Take symbols when it's run, and install the
19533 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 19534
01c52d31 195352004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 19536
01c52d31 19537 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 19538 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 19539
01c52d31 195402004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 19541
01c52d31
MB
19542 * gnus-sum.el (gnus-set-global-variables)
19543 (gnus-build-all-threads, gnus-get-newsgroup-headers)
19544 (gnus-article-get-xrefs, gnus-summary-best-group)
19545 (gnus-summary-next-article, gnus-summary-enter-digest-group)
19546 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
19547 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19548 Use with-current-buffer.
270a576a 19549
01c52d31 195502004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 19551
01c52d31
MB
19552 * spam.el (spam-summary-prepare-exit): Simplify logic.
19553 (spam-fetch-article-header): Read the article header if it's not
19554 available.
19555 (spam-list-articles): Simplify logic.
19556 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 19557
01c52d31 19558 * gnus-registry.el: Fix comments at beginning.
270a576a 19559
01c52d31 195602004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 19561
01c52d31
MB
19562 * message.el (message-cater-to-broken-inn): Remove.
19563 (message-shorten-references): Make sure the total folded length of
19564 References is shorter than 998 characters to cater to a bug in INN
19565 2.3. Also, don't pretend that references aren't folded -- this
19566 hasn't worked for a while.
d31fa104 19567
01c52d31 195682004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 19569
01c52d31
MB
19570 * gnus-agent.el (gnus-agentize):
19571 gnus-agent-send-mail-real-function no longer set to current value
19572 of message-send-mail-function but rather a lambda that calls
19573 message-send-mail-function. The change makes the agent real-time
19574 responsive to user changes to message-send-mail-function.
9b981cb6 19575
01c52d31 195762004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 19577
01c52d31 19578 * legacy-gnus-agent.el
296a8e19 19579 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 19580 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 19581
01c52d31 195822004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 19583
01c52d31 19584 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 19585
01c52d31 195862004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 19587
01c52d31
MB
19588 * nnmail.el (nnmail-cache-insert): Always check whether
19589 nnmail-cache-ignore-groups matches a group name.
f429956a 19590
01c52d31 195912004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 19592
01c52d31
MB
19593 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19594 (spam-find-spam, spam-log-processing-to-registry)
19595 (spam-log-registered-p, spam-log-unregistration-needed-p)
19596 (spam-log-undo-registration): Use gnus-message instead of
19597 gnus-error, none of these errors are fatal.
5c243ee4 19598
01c52d31
MB
19599 * gnus-registry.el (gnus-registry-clean-empty-function)
19600 (gnus-registry-clean-empty): Remove only empty entries without
19601 extra data.
aba1948a 19602
01c52d31 196032004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 19604
01c52d31
MB
19605 * spam-stat.el (spam-stat-buffer-change-to-spam)
19606 (spam-stat-buffer-change-to-non-spam): Change (error) to
19607 (gnus-message 8) invocation.
aba1948a 19608
01c52d31 196092004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 19610
01c52d31
MB
19611 * nntp.el (nntp-via-netcat-command): New variable.
19612 (nntp-via-netcat-switches): New variable.
19613 (nntp-open-via-rlogin-and-netcat): New function.
19614 (nntp-open-connection-function): Doc fix.
19615 (nntp-telnet-command): Doc fix.
19616 (nntp-end-of-line): Doc fix.
19617 (nntp-via-rlogin-command): Doc fix.
19618 (nntp-via-user-name): Doc fix.
19619 (nntp-via-address): Doc fix.
aba1948a 19620
01c52d31 196212004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 19622
01c52d31
MB
19623 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19624 error in Emacs 21.1.
ddff82cf 19625
01c52d31 196262004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 19627
01c52d31 19628 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 19629
01c52d31 196302004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 19631
01c52d31
MB
19632 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19633 (gnus-agent-with-refreshed-group): New macro.
19634 (gnus-agent-rename-group): New function.
19635 (gnus-agent-delete-group): New function.
19636 (gnus-agent-save-group-info): Use gnus-command-method when
19637 `method' parameter is nil. Don't write nil entries into the
19638 active file.
19639 (gnus-agent-get-group-info): New function.
296a8e19
SM
19640 (gnus-agent-fetch-articles):
19641 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 19642 used.
296a8e19
SM
19643 (gnus-agent-fetch-headers, gnus-agent-save-alist):
19644 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 19645 used.
296a8e19 19646 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
19647 gnus-group-real-name and gnus-find-method-for-group.
19648 (gnus-agent-set-local): Delete stored entry if either min, or max,
19649 are nil.
296a8e19
SM
19650 (gnus-agent-fetch-session): Reworded error/quit messages.
19651 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
19652 articles fetched to disk before the quit occurred.
19653 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19654 gnus-agent-update-view-total-fetched-for, and
19655 gnus-agent-update-files-total-fetched-for to decrement disk space
19656 used.
296a8e19
SM
19657 (gnus-agent-retrieve-headers):
19658 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
19659 used.
19660 (gnus-agent-regenerate-group): Replace gnus-group-update-group
19661 with gnus-agent-update-files-total-fetched-for to decrement disk
19662 space and fresh group buffer.
19663 (gnus-agent-inhibit-update-total-fetched-for): New variable.
19664 (gnus-agent-need-update-total-fetched-for): New variable.
19665 (gnus-agent-update-files-total-fetched-for): New function.
19666 (gnus-agent-update-view-total-fetched-for): New function.
19667 (gnus-agent-total-fetched-for): New function.
19668
296a8e19
SM
19669 * gnus-cache.el (gnus-cache-save-buffers):
19670 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 19671 used by this group.
296a8e19
SM
19672 (gnus-cache-possibly-enter-article):
19673 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 19674 used by this group.
296a8e19
SM
19675 (gnus-cache-possibly-remove-article):
19676 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
19677 used by this group.
19678 (gnus-cache-generate-nov-databases): Purge total fetched cache.
19679 (gnus-cache-rename-group): New function.
19680 (gnus-cache-delete-group): New function.
19681 (gnus-cache-inhibit-update-total-fetched-for): New variable.
19682 (gnus-cache-need-update-total-fetched-for): New variable.
19683 (gnus-cache-with-refreshed-group): New macro.
19684 (gnus-cache-update-file-total-fetched-for): New function.
19685 (gnus-cache-update-overview-total-fetched-for): New function.
19686 (gnus-cache-rename-group-total-fetched-for): New function.
19687 (gnus-cache-delete-group-total-fetched-for): New function.
19688 (gnus-cache-total-fetched-for): New function.
112d84ef 19689
01c52d31
MB
19690 * gnus-group.el: Require gnus-sum and autoload functions to
19691 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 19692 (gnus-group-line-format): Documented new %F.
01c52d31
MB
19693 (size of Fetched data) group line format; identifies disk space
19694 used by agent and cache.
19695 (gnus-group-line-format-alist): Defined new F format.
19696 (gnus-total-fetched-for): New function.
19697 (gnus-group-delete-group): No longer update
19698 gnus-cache-active-altered as gnus-request-delete-group now keeps
19699 the cache in sync.
19700 (gnus-group-list-active): Let the agent store a server's active
19701 list if currently plugged.
2f7717f6 19702
c9e31f32
SM
19703 * gnus-int.el (gnus-request-delete-group):
19704 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 19705 local disk in sync with the server.
c9e31f32
SM
19706 (gnus-request-rename-group):
19707 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 19708 local disk in sync with the server.
2f7717f6 19709
c9e31f32
SM
19710 * gnus-start.el (gnus-get-unread-articles):
19711 Cosmetic simplification to logic.
c44edf72 19712
01c52d31 19713 * gnus-util.el (gnus-rename-file): New function.
c44edf72 19714
01c52d31 197152004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 19716
01c52d31 19717 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 19718
01c52d31 197192004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 19720
01c52d31
MB
19721 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19722 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 19723
01c52d31 197242004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 19725
01c52d31
MB
19726 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19727 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 19728
01c52d31 197292004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 19730
01c52d31 19731 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 19732
01c52d31 197332004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 19734
01c52d31
MB
19735 * spam.el (spam-set-difference): Add function to replace
19736 gnus-set-difference in spam.el.
19737 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 19738
01c52d31 197392004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 19740
01c52d31
MB
19741 * gnus-registry.el (gnus-registry-cache-file): Update to use
19742 gnus-dribble-directory OR gnus-home-directory OR ~.
19743 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 19744
01c52d31 197452004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 19746
296a8e19
SM
19747 * message.el (message-exchange-point-and-mark):
19748 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 19749 <harder@ifa.au.dk>.
45893b95 19750
01c52d31 197512004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 19752
01c52d31
MB
19753 * message.el (message-exchange-point-and-mark): Don't activate
19754 region if it was inactive. Suggested by Hiroshi Fujishima
19755 <pooh@nature.tsukuba.ac.jp>.
734c5765 19756
01c52d31 197572004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 19758
01c52d31
MB
19759 * gnus-art.el (article-display-face): Display Faces in the same
19760 order as X-Faces.
734c5765 19761
01c52d31 197622004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19763
01c52d31 19764 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 19765
01c52d31 197662004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19767
01c52d31
MB
19768 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19769 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19770 (gnus-article-mime-hierarchy): Remove.
19771 (gnus-article-mime-hierarchy-next): Remove.
19772 (gnus-article-mode): Revert 2004-03-19 change.
19773 (gnus-article-setup-buffer): Revert 2004-03-19 change.
19774 (gnus-insert-mime-button): Revert 2004-03-19 change.
19775 (gnus-mime-accumulate-hierarchy): Remove.
19776 (gnus-mime-enter-multipart): Remove.
149cd465 19777 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
19778 (gnus-mime-display-part): Revert 2004-03-19 change.
19779 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 19780
01c52d31 19781 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 19782
01c52d31 197832004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 19784
01c52d31 19785 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 19786
01c52d31 197872004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19788
01c52d31
MB
19789 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19790 t while entering a file name using the mm-with-multibyte macro.
19791 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 19792
01c52d31 19793 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 19794
01c52d31 197952004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19796
296a8e19
SM
19797 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19798 New user option.
01c52d31
MB
19799 (gnus-mime-multipart-functions): Doc and customization fix.
19800 (gnus-article-mime-hierarchy): New variable.
19801 (gnus-article-mime-hierarchy-next): New variable.
19802 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19803 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19804 gnus-article-mime-hierarchy-next to nil.
19805 (gnus-insert-mime-button): Show hierarchy numbers.
19806 (gnus-mime-accumulate-hierarchy): New function.
19807 (gnus-mime-enter-multipart): New function.
19808 (gnus-mime-leave-multipart): New function.
19809 (gnus-mime-display-part): Recompute hierarchical MIME structure.
19810 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 19811
01c52d31
MB
19812 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19813 gnus-article-mime-hierarchy-next to nil.
ad136a7c 19814
01c52d31 198152004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 19816
01c52d31 19817 * dns.el: Don't require gnus-xmas.
ad136a7c 19818
01c52d31 198192004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 19820
01c52d31
MB
19821 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19822 inline PGP.
19823 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 19824
01c52d31 198252004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19826
01c52d31
MB
19827 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19828 when the group's active is not available.
ad136a7c 19829
01c52d31 198302004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19831
01c52d31
MB
19832 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19833 error.
ad136a7c 19834
01c52d31 198352004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 19836
01c52d31
MB
19837 * imap.el (imap-store-password): New variable.
19838 (imap-interactive-login): Use it.
19839 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 19840
01c52d31 198412004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19842
01c52d31
MB
19843 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19844 window-start and hscroll to summary window.
ad136a7c 19845
01c52d31 198462004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 19847
01c52d31
MB
19848 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19849 conversion message to newsrc-dribble when an actual conversion is
19850 performed.
ad136a7c 19851
01c52d31 198522004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 19853
01c52d31 19854 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 19855
01c52d31 198562004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 19857
01c52d31
MB
19858 * mm-decode.el (mm-complicated-handles): New function reviving
19859 former definition of mm-multiple-handles.
49561cf6 19860
01c52d31
MB
19861 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19862 (gnus-mime-delete-part): Use it.
49561cf6 19863
01c52d31 198642004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 19865
296a8e19
SM
19866 * gnus-agent.el (gnus-agent-read-local):
19867 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
19868 avoid the implicit assumption that they will always be equal.
19869 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19870 coding-system-for-write, as the with-temp-file macro first prints
19871 to a buffer then saves the buffer.
87589a70 19872
01c52d31 198732004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 19874
01c52d31
MB
19875 * gnus-art.el (gnus-article-edit-part): New function.
19876 (gnus-mime-save-part-and-strip): Use it; do query instead of
19877 signaling an error; don't use mm-multiple-handles.
19878 (gnus-mime-delete-part): Ditto.
c825ac9d 19879
01c52d31 198802004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 19881
296a8e19 19882 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 19883 old file versions.
296a8e19 19884 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 19885 form of gnus-agent-expire-days to group properties.
ae465fa7 19886
01c52d31
MB
19887 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19888 (gnus-request-accept-article): Re-indented.
5f49be3f 19889
01c52d31 19890 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 19891 converters to handle old agent file formats. Add logic for a
01c52d31
MB
19892 "backup before upgrading warning".
19893 (gnus-convert-mark-converter-prompt): Developers can mark
19894 functions as needing (default), or not needing,
19895 gnus-convert-old-newsrc's "backup before upgrading warning".
19896 (gnus-convert-converter-needs-prompt): Tests whether the user
19897 should be protected from potentially irreversable changes by the
19898 function.
5f49be3f 19899
002876ab 19900 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 19901 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 19902
01c52d31 199032004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 19904
01c52d31 19905 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 19906
01c52d31 19907 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 19908
01c52d31 199092004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 19910
01c52d31 19911 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 19912
01c52d31 19913 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 19914
01c52d31 19915 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 19916
01c52d31 199172004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 19918
01c52d31
MB
19919 * gnus-sum.el (gnus-widget-reversible-match)
19920 (gnus-widget-reversible-to-internal)
19921 (gnus-widget-reversible-to-external): New functions.
19922 (gnus-widget-reversible): New widget.
19923 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 19924
01c52d31 199252004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 19926
01c52d31
MB
19927 * gnus-sum.el (gnus-thread-sort-functions)
19928 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 19929
01c52d31 199302004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 19931
01c52d31
MB
19932 * spam.el (spam-use-gmane-xref): Add new backend.
19933 (spam-gmane-xref-spam-group): Add variable to control the name of the
19934 Gmane spam group.
19935 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19936 (spam-regex-headers-spam, spam-regex-headers-ham)
19937 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19938 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19939 backends and checks.
19940 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 19941
01c52d31
MB
19942 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19943 an autodetect method.
e2642250 19944
01c52d31 199452004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 19946
01c52d31
MB
19947 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19948 articles are being added to a group.
19949 (gnus-request-replace-article): Inform the agent that articles
19950 need to be uncached as the cached contents are no longer valid.
e2642250 19951
01c52d31 199522004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 19953
01c52d31 19954 * binhex.el: Don't autoload executable-find.
e2642250 19955
01c52d31 19956 * canlock.el: Don't autoload mail-fetch-field.
e2642250 19957
01c52d31 19958 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 19959
01c52d31
MB
19960 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19961 rmail-dont-reply-to and rmail-output.
e2642250 19962
01c52d31 19963 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 19964
01c52d31 19965 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 19966
01c52d31
MB
19967 * imap.el: Don't autoload base64-decode-string,
19968 base64-encode-string and md5.
e2642250 19969
01c52d31
MB
19970 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19971 and rmail-msg-restore-non-pruned-header.
e2642250 19972
01c52d31 19973 * mm-decode.el: Don't autoload executable-find.
e2642250 19974
01c52d31 19975 * mm-url.el: Don't autoload executable-find.
e2642250 19976
01c52d31 19977 * mm-view.el: Don't autoload diff-mode.
e2642250 19978
01c52d31
MB
19979 * nndb.el: Don't autoload news-reply-mode, news-setup,
19980 cancel-timer and telnet.
e2642250 19981
01c52d31 19982 * password.el: Don't autoload run-at-time for Emacs.
e2642250 19983
01c52d31 19984 * sha1-el.el: Don't autoload executable-find.
e2642250 19985
01c52d31 19986 * sieve-mode.el: Don't autoload c-mode.
e2642250 19987
01c52d31 19988 * uudecode.el: Don't autoload executable-find.
e2642250 19989
01c52d31 199902004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 19991
296a8e19 19992 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
19993 (gnus-agent-possibly-alter-active): Avoid null in numeric
19994 comparison.
19995 (gnus-agent-set-local): Refuse to save null in local object table.
19996 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19997 list of articles that will be marked as unread.
e2642250 19998
01c52d31 199992004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 20000
01c52d31 20001 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 20002
01c52d31 200032004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 20004
01c52d31
MB
20005 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20006 language tags.
ba0226dd 20007
01c52d31 200082004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 20009
01c52d31
MB
20010 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20011 Don't bind "obarray".
5153a47a 20012
296a8e19
SM
20013 * gnus-sum.el (gnus-thread-sort-functions):
20014 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
20015 `gnus-thread-sort-by-most-recent-date'.
20016 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 20017
01c52d31 200182004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 20019
01c52d31 20020 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 20021
01c52d31 200222004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 20023
296a8e19
SM
20024 * gnus-cus.el (gnus-agent-customize-category):
20025 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 20026 run-time.
5153a47a 20027
01c52d31
MB
20028 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20029 single-interval range of the form (min . max). Previously the
20030 range had to look like ((min . max)). Likewise, return
20031 (min . max) rather than ((min . max)).
20032 (gnus-range-map): Use gnus-range-normalize to accept
20033 single-interval range.
5153a47a 20034
01c52d31
MB
20035 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20036 the cache, but not the agent, now appear with their usual face.
5153a47a 20037
01c52d31 200382004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 20039
01c52d31
MB
20040 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20041 w3m-safe-url-regexp variable buffer-local.
86713405 20042
01c52d31 20043 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 20044
01c52d31 200452004-02-27 Simon Josefsson <jas@extundo.com>
86713405 20046
01c52d31
MB
20047 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20048 gnus-group-real-prefix.
20049 (gnus-summary-move-article): Use it, instead of
20050 gnus-group-real-prefix.
86713405 20051
01c52d31 200522004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 20053
01c52d31
MB
20054 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20055 w3m-safe-url-regexp variable buffer-local and set it as the value
20056 of mm-w3m-safe-url-regexp.
d5ddd795 20057
01c52d31 20058 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 20059
01c52d31
MB
20060 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20061 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 20062
296a8e19
SM
20063 * nnrss.el (nnrss-opml-export):
20064 Use mm-set-buffer-file-coding-system instead of
01c52d31 20065 set-buffer-file-coding-system.
54506618 20066
01c52d31 200672004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 20068
01c52d31
MB
20069 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20070 of checkdoc.el).
20071 * nnrss.el: do.
20072 * gnus-mlspl.el: do.
20073 * gnus-ml.el: do.
20074 * gnus-srvr.el: do.
54506618 20075
01c52d31 20076 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 20077
01c52d31 200782004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 20079
01c52d31
MB
20080 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20081 Corrections to custom-manual links.
54506618 20082
01c52d31 20083 * gnus-art.el (gnus-article): Ditto.
54506618 20084
01c52d31 20085 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 20086
01c52d31 200872004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 20088
01c52d31 20089 * flow-fill.el: Typo.
54506618 20090
01c52d31 200912004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 20092
01c52d31 20093 * spam-wash.el: New file.
54506618 20094
01c52d31 200952004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 20096
01c52d31 20097 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 20098
01c52d31 200992004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 20100
01c52d31
MB
20101 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20102 to be run with new-articles as LIST1, not LIST2.
20103 (spam-registration-functions): Add spam-use-ham-copy as a nil
20104 registration backend.
54506618 20105
01c52d31 201062004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 20107
01c52d31
MB
20108 * spam-stat.el (spam-stat-washing-hook): New option.
20109 (spam-stat-buffer-words): Use it.
296a8e19
SM
20110 (spam-stat-process-directory, spam-stat-test-directory):
20111 Use insert-file-contents-literally.
01c52d31
MB
20112 (spam-stat-coding-system): New variable.
20113 (spam-stat-load, spam-stat-save): Use it.
54506618 20114
01c52d31 201152004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 20116
296a8e19
SM
20117 * spam-report.el (spam-report-plug-agent):
20118 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 20119
01c52d31 201202004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 20121
296a8e19
SM
20122 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20123 Allow / in mailto URLs.
54506618 20124
01c52d31 201252004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 20126
01c52d31
MB
20127 * spam-report.el (spam-report-process-queue): Fix interactive use.
20128 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20129 (spam-report-unplug-agent): Doc fixes.
20130 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
20131 (spam-report-agentize, spam-report-deagentize):
20132 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 20133
01c52d31
MB
20134 * message.el (message-setup-fill-variables): Add mml tags to
20135 paragraph-start and paragraph-separate. Suggested by Andrew Korty
20136 <ajk@iu.edu>.
20137 (message-mode): Don't modify paragraph-separate there.
54506618 20138
01c52d31 201392004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 20140
01c52d31
MB
20141 * compface.el (uncompface-use-external): Default to undecided.
20142 (uncompface-use-external-threshold): New variable.
20143 (uncompface-float-time): New macro.
20144 (uncompface): Determine whether to use the external decoder if
20145 uncompface-use-external is undecided.
54506618 20146
01c52d31 201472004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 20148
01c52d31
MB
20149 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20150 after images.
54506618 20151
01c52d31 20152 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 20153
01c52d31 201542004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 20155
01c52d31 20156 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 20157
002876ab 20158 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 20159
01c52d31
MB
20160 * gnus-sum.el (gnus-summary-limit-to-age)
20161 (gnus-summary-limit-children): do.
54506618 20162
01c52d31 20163 * gnus-int.el (gnus-request-scan): do.
54506618 20164
01c52d31 20165 * gnus-group.el (gnus-group-suspend): do.
54506618 20166
01c52d31 20167 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 20168
01c52d31 20169 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 20170
01c52d31
MB
20171 * gnus-agent.el (gnus-summary-set-agent-mark)
20172 (gnus-agent-regenerate-group): do.
54506618 20173
01c52d31 20174 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 20175
01c52d31 20176 * binhex.el (binhex-decode-region-internal): do.
54506618 20177
01c52d31 201782004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 20179
01c52d31
MB
20180 * gnus-fun.el (gnus-face-properties-alist): New user option.
20181 (gnus-display-x-face-in-from): Use it.
54506618 20182
01c52d31 20183 * gnus-art.el (article-display-face): Ditto.
54506618 20184
01c52d31 20185 * compface.el (uncompface-use-external): Default to nil.
54506618 20186
01c52d31 201872004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 20188
01c52d31
MB
20189 * nntp.el (nntp-erase-buffer): New function.
20190 (nntp-retrieve-data, nntp-send-command)
20191 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20192 (nntp-possibly-change-group): Use it.
54506618 20193
296a8e19
SM
20194 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20195 Use with-current-buffer.
54506618 20196
01c52d31 201972004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 20198
01c52d31
MB
20199 * compface.el: Merge the ELisp-based uncompface program.
20200 (compface): New customization group.
20201 (uncompface-use-external): New user option.
20202 (uncompface): Call uncompface-internal if uncompface-use-external
20203 is nil.
20204 (uncompface-internal): New function. Note that there are also
20205 some other functions and variables added for this function.
54506618 20206
01c52d31 202072004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 20208
01c52d31
MB
20209 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20210 if necessary.
54506618 20211
01c52d31 202122004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 20213
01c52d31
MB
20214 * spam-report.el (spam-report-unplug-agent)
20215 (spam-report-plug-agent, spam-report-deagentize)
20216 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20217 Add support for the Agent in spam-report: when unplugged, report to a
20218 file; when plugged, submit all the requests.
54506618 20219
01c52d31
MB
20220 * spam.el (spam-register-routine): Fix message about
20221 registration.
54506618 20222
01c52d31 202232004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 20224
01c52d31
MB
20225 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20226 dependencies.
20227 (rfc2047-encode): Use it.
54506618 20228
01c52d31
MB
20229 * gnus-art.el (gnus-button-marker-list): Move before first
20230 reference.
54506618 20231
01c52d31
MB
20232 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20233 (imap-parse-body): Fix format string mismatch.
54506618 20234
01c52d31 20235 * gnus-score.el (gnus-summary-increase-score): do.
54506618 20236
01c52d31 20237 * nnrss.el (nnrss-close): New function.
54506618 20238
01c52d31 202392004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 20240
01c52d31
MB
20241 * nnrss.el (nnrss-make-filename): New function.
20242 (nnrss-request-delete-group, nnrss-read-server-data)
20243 (nnrss-save-server-data, nnrss-read-group-data)
20244 (nnrss-save-group-data): Use it.
20245 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20246 (nnrss-read-server-data, nnrss-read-group-data): Use load.
20247 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 20248
01c52d31 202492004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 20250
01c52d31 20251 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 20252
01c52d31 202532004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 20254
01c52d31
MB
20255 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20256 files.
54506618 20257
01c52d31
MB
20258 * message.el (message-generate-headers-first): Don't quote nil
20259 and t in docstrings.
54506618 20260
01c52d31 20261 * imap.el (imap-id): do.
54506618 20262
01c52d31
MB
20263 * gnus-agent.el (gnus-agent-consider-all-articles)
20264 (gnus-agent-queue-mail): do.
54506618 20265
01c52d31 202662004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 20267
01c52d31
MB
20268 * spam-report.el (spam-report-process-queue): New function.
20269 Process requests from `spam-report-requests-file'.
20270 (spam-report-process-queue): Doc fix.
54506618 20271
01c52d31 202722004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 20273
01c52d31
MB
20274 * spam.el (spam-register-routine)
20275 (spam-log-processing-to-registry, spam-log-registered-p)
20276 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20277 Change "check" to "spam-check" for semi-clarity.
531e5812 20278
01c52d31 202792004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 20280
01c52d31 20281 * pop3.el: Require nnheader.
531e5812 20282
01c52d31 20283 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 20284
01c52d31 20285 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 20286
01c52d31 20287 * gnus-picon.el: Require cl.
531e5812 20288
01c52d31 20289 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 20290
01c52d31 20291 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 20292
01c52d31 20293 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 20294
01c52d31
MB
20295 * gnus-art.el (gnus-article-edit-mode): Define before first
20296 reference.
531e5812 20297
01c52d31 202982004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 20299
01c52d31
MB
20300 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20301 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 20302
01c52d31 20303 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 20304
01c52d31 20305 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 20306
01c52d31 20307 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 20308
01c52d31 20309 * gnus-art.el (article-date-ut): do.
69075cdd 20310
01c52d31
MB
20311 * message.el (message-fetch-field): Remove redundant
20312 case-fold-search binding.
20313 (message-narrow-to-field): Simplify.
69075cdd 20314
01c52d31 203152004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 20316
01c52d31 20317 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 20318
01c52d31
MB
20319 * spam-report.el (spam-report-url-to-file)
20320 (spam-report-requests-file): New function and variable for offline
20321 reporting.
20322 (spam-report-url-ping-function): Add `spam-report-url-to-file'
20323 and user defined function.
20324 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 20325
01c52d31 203262004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 20327
01c52d31 20328 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 20329
01c52d31 203302004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 20331
296a8e19
SM
20332 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20333 Fix format string mismatch.
ebbeed62 20334
01c52d31 20335 * sieve.el (sieve-deactivate-all): do.
8903a9c8 20336
01c52d31 20337 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 20338
01c52d31 20339 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 20340
01c52d31 20341 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 20342
01c52d31 20343 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 20344
01c52d31 203452004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 20346
01c52d31
MB
20347 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20348 the list of checks.
e62e7654 20349
01c52d31 203502004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 20351
01c52d31
MB
20352 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20353 padding.
e62e7654 20354
01c52d31 203552004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 20356
01c52d31
MB
20357 * mm-view.el (mm-fill-flowed): New variable.
20358 (mm-inline-text): Use it.
eb6a2b61 20359
01c52d31 203602004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 20361
01c52d31
MB
20362 * spam.el (spam-spamassassin-register-ham-routine)
20363 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 20364
01c52d31 203652004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 20366
01c52d31
MB
20367 * gnus.el (gnus-tmp-grouplens): Remove.
20368 (gnus-summary-line-format): Remove grouplens.
f0096211 20369
01c52d31 20370 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 20371
01c52d31
MB
20372 * gnus-spec.el (gnus-format-specs): Ditto.
20373 (gnus-update-format-specifications): Flush the group format spec
20374 cache if there's the grouplens stuff.
20375 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 20376
01c52d31 203772004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 20378
01c52d31
MB
20379 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20380 omission.
14e20e13 20381
01c52d31 203822004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 20383
01c52d31
MB
20384 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20385 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 20386
01c52d31 203872004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 20388
149cd465
JB
20389 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20390 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
20391 New macros and functions.
20392 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20393 Handle > NLINK_MAX messages.
296a8e19
SM
20394 * nnmaildir.el (nnmaildir-request-set-mark):
20395 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 20396
01c52d31 203972004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 20398
01c52d31
MB
20399 * spam-stat.el (spam-stat-process-directory-age): New option.
20400 (spam-stat-process-directory): Use it.
c1d7d285 20401
01c52d31 204022004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 20403
01c52d31
MB
20404 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20405 (spam-stat-save): Accept prefix argument.
c1d7d285 20406
01c52d31 204072004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 20408
01c52d31
MB
20409 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20410 links" error.
c1d7d285 20411
01c52d31 204122004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 20413
01c52d31
MB
20414 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20415 compatibility with old .newsrc.eld files.
10b43d7c 20416
01c52d31 20417 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 20418
01c52d31 20419 * gnus-start.el (gnus-1): do.
f4dd4ae8 20420
01c52d31 20421 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 20422
01c52d31 20423 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 20424
01c52d31 20425 * gnus-gl.el: Remove.
f4dd4ae8 20426
01c52d31 204272004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 20428
01c52d31
MB
20429 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20430 marks consisting of a single range {for example, (3 . 5)} rather
20431 than a list of a single range { ((3 . 5)) }.
49561cf6 20432
01c52d31 204332004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 20434
296a8e19
SM
20435 * spam-stat.el (spam-stat-store-gnus-article-buffer):
20436 Use with-current-buffer.
01c52d31
MB
20437 (spam-stat-store-current-buffer): Use insert-buffer-substring to
20438 avoid consing a string.
f4dd4ae8 20439
01c52d31
MB
20440 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20441 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 20442
01c52d31 204432004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 20444
01c52d31
MB
20445 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20446 uncompressed list.
f4dd4ae8 20447
01c52d31 204482004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 20449
01c52d31
MB
20450 * spam-stat.el (spam-stat-strip-xref): New function.
20451 (spam-stat-process-directory): Use it.
f4dd4ae8 20452
01c52d31
MB
20453 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20454 here -- it's done in message-fetch-field.
f4dd4ae8 20455
01c52d31 204562004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 20457
149cd465
JB
20458 * gnus-agent.el (gnus-agent-queue-mail)
20459 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
20460 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20461 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
20462 "nndraft:queue" along to gnus-draft-send.
20463 Use gnus-agent-prompt-send-queue.
01c52d31
MB
20464 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20465 is "nndraft:queue". Suggested by Gaute Strokkenes
20466 <gs234@srcf.ucam.org>
f4dd4ae8 20467
296a8e19
SM
20468 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20469 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
20470 (gnus-agent-cat-groups): Use eval-and-compile, not
20471 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20472 method of gnus-agent-cat-groups even when the buffer has been
20473 evaled.
296a8e19 20474 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 20475 delete gnus-agent-save-active-1.
296a8e19 20476 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
20477 gnus-agent-save-active.
20478 (gnus-agent-write-active): No longer adjust agent's copy of active
20479 file as agent's adjustments are now stored in their own
296a8e19 20480 file. Remove optional parameter.
01c52d31
MB
20481 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20482 servers. Add use of min/max range limits from server's local
20483 file.
296a8e19 20484 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
20485 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20486 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 20487 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 20488 limits for articles known to the agent. Provides a fast mechanism
01c52d31 20489 for altering many active ranges.
3042deef 20490 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 20491 active file (local makes it unnecessary).
296a8e19 20492 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 20493
296a8e19
SM
20494 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20495 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
20496
20497 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20498 disable it when sending to "nndraft:queue".
20499 (gnus-group-send-queue): Add safety check to avoid sending queue
20500 when unplugged.
f4dd4ae8 20501
01c52d31
MB
20502 * gnus-group.el (gnus-group-catchup): Use new
20503 gnus-sequence-of-unread-articles, not
20504 gnus-list-of-unread-articles, to avoid exhausting memory with huge
20505 numbers of articles. Use gnus-range-map to avoid having to
20506 uncompress the unread list.
149cd465 20507 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 20508 Fix invalid ange-ftp reference.
9b5773bc 20509
01c52d31
MB
20510 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20511 (gnus-sorted-range-intersection): Intersection of two ranges
20512 without requiring that they first be uncompressed.
9b5773bc 20513
01c52d31
MB
20514 * gnus-start.el (gnus-activate-group): Unless blocked by the
20515 caller, possibly expand the active range to include both cached
20516 and agentized articles.
20517 (gnus-convert-old-newsrc): Rewrote in anticipation of having
20518 multiple version-dependent converters.
296a8e19 20519 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
20520 gnus-agent-save-active.
20521 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 20522
296a8e19 20523 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
20524 gnus-agent-possibly-alter-active.
20525 (gnus-adjust-marked-articles): Faster handling of simple lists
20526
205272004-01-21 Jesper Harder <harder@ifa.au.dk>
20528
20529 * spam-stat.el (spam-stat-test-directory): New optional argument
20530 displays a list of files detected. Suggested by Andrew Cohen
20531 <cohen@andy.bu.edu>.
20532 (spam-stat-buffer-words-with-scores): Don't narrow and change
20533 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
20534
296fa7b4 205352004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
20536
20537 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20538 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20539 (spam-spamassassin-arguments)
20540 (spam-spamassassin-spam-flag-header)
20541 (spam-spamassassin-positive-spam-flag-header)
20542 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20543 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20544 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20545 (spam-list-of-processors, spam-list-of-checks)
20546 (spam-list-of-statistical-checks, spam-registration-functions)
20547 (spam-check-spamassassin-headers, spam-check-spamassassin)
20548 (spam-spamassassin-score)
20549 (spam-spamassassin-register-with-sa-learn)
20550 (spam-spamassassin-register-spam-routine)
20551 (spam-spamassassin-register-ham-routine)
20552 (spam-assassin-register-spam-routine)
002876ab
JB
20553 (spam-assassin-register-ham-routine): Add SpamAssassin support.
20554 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
20555
205562004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
20557
20558 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20559 default scoring function.
20560 (spam-generic-score): Call spam-spamassassin-score if
20561 spam-use-spamassassin or spam-use-spamassassin-headers is on;
20562 spam-bogofilter-score otherwise.
20563
296a8e19
SM
20564 * gnus.el (spam-process, spam-autodetect-methods):
20565 Add spamassassin and spamassassin-headers.
01c52d31
MB
20566
205672004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
20568
20569 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20570 Suppress unnecessary messages.
20571
205722004-01-20 Jesper Harder <harder@ifa.au.dk>
20573
20574 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20575 make-hash-table.
46cdaf24 20576
01c52d31 205772004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 20578
01c52d31 20579 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 20580
01c52d31 205812004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 20582
01c52d31
MB
20583 * run-at-time.el: Remove useless (require 'itimer),
20584 eval-and-compile and (featurep 'xemacs).
a08b59c9 20585
01c52d31 205862004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 20587
01c52d31
MB
20588 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20589 GROUP is a virtual group.
a08b59c9 20590
01c52d31 205912004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 20592
01c52d31 20593 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 20594
01c52d31 205952004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 20596
01c52d31 20597 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 20598
01c52d31 20599 * pgg-def.el: do.
a08b59c9 20600
01c52d31 20601 * nnmail.el: do.
a08b59c9 20602
01c52d31 20603 * gnus-undo.el: do.
a08b59c9 20604
01c52d31 20605 * gnus-picon.el: do.
a08b59c9 20606
01c52d31 20607 * gnus-util.el: do.
a08b59c9 20608
01c52d31 206092004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 20610
01c52d31 20611 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 20612
01c52d31 206132004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 20614
01c52d31
MB
20615 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20616 handle, as well as a list.
a08b59c9 20617
01c52d31
MB
20618 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20619 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20620 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 20621
01c52d31 206222004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 20623
01c52d31
MB
20624 * message.el (message-kill-to-signature): Allow prefix arg to
20625 specify number of lines to keep before signature.
a08b59c9 20626
01c52d31
MB
206272004-01-14 Kai Grossjohann <kai@emptydomain.de>
20628
c4cc8b9a 20629 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 20630
01c52d31 206312004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 20632
01c52d31
MB
20633 * canlock.el: Always require sha1-el.
20634 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 20635
01c52d31 20636 * message.el: Autoload sha1 only when compiling.
a08b59c9 20637
01c52d31 206382004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 20639
01c52d31 20640 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 20641
01c52d31 206422004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 20643
01c52d31 20644 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 20645
01c52d31 206462004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 20647
01c52d31 20648 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
20649 Invoke gnus-score-mode.
20650 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 20651
296a8e19
SM
20652 * gnus-range.el (gnus-compress-sequence): Doc fix.
20653 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 20654
01c52d31 206552004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 20656
01c52d31 20657 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 20658
01c52d31 206592004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 20660
01c52d31
MB
20661 * spam.el (spam-get-article-as-string): Update to use
20662 gnus-request-article-this-buffer, much simpler.
20663 (spam-get-article-as-buffer): Remove.
6e7fb80c 20664
01c52d31 206652004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 20666
296fa7b4 20667 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 20668
01c52d31 206692004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 20670
01c52d31
MB
20671 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20672 character for the encoding to avoid consing a string.
7cb0aa56 20673
01c52d31
MB
20674 * rfc2047.el (rfc2047-decode-string): Don't cons a string
20675 unnecessarily.
7cb0aa56 20676
01c52d31 20677 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 20678
01c52d31
MB
20679 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20680 of mm-replace-chars-in-string.
e79f14a4 20681
01c52d31 206822004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 20683
c9e31f32 20684 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 20685
01c52d31 20686 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 20687
01c52d31
MB
20688 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20689 a new string in every iteration. Use shy groups.
e79f14a4 20690
01c52d31 206912004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 20692
c9e31f32
SM
20693 * gnus-srvr.el (gnus-browse-unsubscribe-group):
20694 * gnus-soup.el (gnus-soup-group-brew):
20695 * gnus-msg.el (gnus-put-message):
20696 * gnus-move.el (gnus-group-move-group-to-server):
20697 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
20698 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20699 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20700 (gnus-group-update-group, gnus-group-read-group)
20701 (gnus-group-make-group, gnus-group-make-help-group)
20702 (gnus-group-make-archive-group, gnus-group-make-directory-group)
20703 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20704 (gnus-group-sort-by-unread, gnus-group-catchup)
20705 (gnus-group-unsubscribe-group, gnus-group-kill-group)
20706 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
20707 (gnus-group-list-groups):
20708 * gnus.el (gnus-generate-new-group-name):
20709 * gnus-delay.el (gnus-delay-send-queue):
20710 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 20711 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 20712 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 20713 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
20714 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20715 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20716 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
20717 (gnus-group-make-articles-read):
20718 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20719 (gnus-group-change-level, gnus-kill-newsgroup)
20720 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20721 (gnus-get-unread-articles, gnus-make-articles-unread)
20722 (gnus-make-ascending-articles-unread): Use accessor
20723 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20724 to get group information for improved readability.
20725
01c52d31 207262004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20727
01c52d31
MB
20728 * gnus-art.el (article-decode-mime-words, article-babel)
20729 (gnus-article-highlight-signature, gnus-article-add-buttons)
20730 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 20731
01c52d31
MB
20732 * gnus-art.el (gnus-article-highlight-headers)
20733 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 20734
01c52d31
MB
20735 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20736 (gnus-article-set-globals, gnus-request-article-this-buffer)
20737 (gnus-button-message-id, gnus-article-maybe-hide-headers)
20738 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20739 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 20740
01c52d31 207412004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 20742
01c52d31
MB
20743 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20744 also under 80 char limit, and call gnus-error if needed.
20745 (spam-fetch-article-header): Fix - it was a
20746 buffer-local variable (gnus-newsgroup-data).
20747 (spam-find-spam): Use spam-generate-fake-headers, forget about
20748 spam-insert-fake-headers.
20749 (spam-insert-fake-headers): Remove.
1270d7ca 20750
01c52d31 207512004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20752
01c52d31
MB
20753 * deuglify.el (gnus-article-outlook-unwrap-lines)
20754 (gnus-outlook-rearrange-article)
20755 (gnus-outlook-repair-attribution-outlook)
20756 (gnus-outlook-repair-attribution-block)
20757 (gnus-outlook-repair-attribution-other): Remove redundant
20758 save-excursion.
1270d7ca 20759
01c52d31 207602004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 20761
01c52d31
MB
20762 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20763 (spam-fetch-field-subject-fast)
20764 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20765 (spam-fetch-article-header): Add functions to deal with Gnus
20766 internals for fast retrieval of article header data.
20767 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 20768
01c52d31 207692004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20770
01c52d31
MB
20771 * pop3.el (pop3-md5): Remove.
20772 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 20773
01c52d31 20774 * mm-bodies.el: base64 is always built-in.
1270d7ca 20775
296a8e19
SM
20776 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20777 Use with-current-buffer.
1270d7ca 20778
23f87bed 207792004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20780
23f87bed
MB
20781 * canlock.el (canlock-insert-header): Remove excessive grouping in
20782 regexp.
1270d7ca 20783
01c52d31
MB
20784 * gnus-sum.el (gnus-summary-read-document): Ditto.
20785
20786 * gnus-uu.el (gnus-uu-part-number): Ditto.
20787
20788 * html2text.el (html2text-remove-tags): Ditto.
20789 (html2text-format-tags): Ditto.
20790 (html2text-format-single-elements): Ditto.
20791
20792 * mml.el (mml-parse-1): Ditto.
20793
207942004-01-08 Jesper Harder <harder@ifa.au.dk>
20795
20796 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20797
20798 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20799
20800 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20801
20802 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20803
208042003-11-15 Simon Josefsson <jas@extundo.com>
20805
20806 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20807 (pgg-gpg-lookup-key): Use regexp match instead of
20808 split-string (split-string is different between emacs 21.2 and
20809 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
20810
208112004-01-08 Jesper Harder <harder@ifa.au.dk>
20812
20813 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
20814 (gnus-article-part-wrapper, gnus-article-view-part):
20815 Use with-current-buffer.
01c52d31
MB
20816
208172004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20818
20819 * spam.el (spam-disable-spam-split-during-ham-respool)
20820 (spam-spamoracle-database, spam-cache-lookups)
20821 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20822 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20823 (spam-group-ham-marks, spam-group-spam-marks)
20824 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20825 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20826 also add spam-use-blackholes to the statistical checks.
20827 (spam-fetch-field-fast): Add interface to fetching fields, may
20828 become a macro.
20829 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20830 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20831 (spam-insert-fake-headers): Fake an article when needed.
20832 (spam-find-spam): Fake article when possible.
20833 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20834 (spam-check-bogofilter-headers): Use message-fetch-field instead
20835 of nnmail-fetch-field.
20836
208372004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20838
20839 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20840
208412004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20842
20843 * spam.el (spam-split): Do not require spam-use-CHECK to be
20844 enabled if that check is passed to spam-split explicitly; also
20845 fix so 'spam doesn't get converted to spam-split-group when
20846 spam-split-symbolic-return is t.
20847 (spam-find-spam): Find registrations of the article and use those
20848 instead of re-running spam-split to find the spam/ham
20849 classification of the article.
20850 (spam-log-processing-to-registry, spam-log-registered-p)
20851 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20852 Use gnus-error instead of gnus-message.
20853 (spam-log-registration-type): Add function to determine the
20854 classification of a message based on registry entries; will
20855 return nil if both 'spam and 'ham are found.
20856 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20857 a reasonably fast local cache without the loading errors.
20858 (spam-cache-lookups): Set to t by default.
20859 (spam-find-spam): Don't try to guess spam-cache-lookups.
20860 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20861 spam-caches entry.
296a8e19
SM
20862 (spam-filelist-build-cache, spam-filelist-check-cache):
20863 Fix caching of whitelist/blacklist entries.
20864 (spam-check-whitelist, spam-check-blacklist):
20865 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
20866 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20867
208682004-01-07 Jesper Harder <harder@ifa.au.dk>
20869
20870 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20871
20872 * nnmail.el (nnmail-split-fancy): do.
20873
20874 * mml.el (mml-parse): do.
20875
20876 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20877 (gnus-score-adaptive): do.
20878
23f87bed 208792004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20880
01c52d31
MB
20881 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20882 (gnus-mime-button-map): Don't set keymap parent.
20883 (gnus-button-ctan-directory-regexp): Use shy grouping.
20884 (gnus-prev-page-map): Don't set keymap parent.
20885 (gnus-prev-page-map): Remove duplicated one.
20886 (gnus-next-page-map): Don't set keymap parent.
20887 (gnus-mime-security-button-map): Ditto.
20888
20889 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20890 version number.
20891
23f87bed 20892 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 20893
23f87bed 208942004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20895
23f87bed
MB
20896 * canlock.el (canlock-sha1-function): Remove.
20897 (canlock-sha1-function-for-verify): Remove.
20898 (canlock-openssl-program): Remove.
20899 (canlock-openssl-args): Remove.
20900 (canlock-ignore-errors): Remove.
20901 (canlock-sha1-with-openssl): Remove.
20902 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20903 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 20904
23f87bed
MB
20905 * sha1-el.el (sha1-string-external): Make it can return a string
20906 in binary form.
20907 (sha1-region-external): Ditto.
20908 (sha1-string-internal): Ditto.
20909 (sha1-region-internal): Ditto.
20910 (sha1-region): Ditto.
20911 (sha1-string): Ditto.
20912 (sha1): Ditto.
1270d7ca 20913
01c52d31 209142004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20915
01c52d31 20916 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 20917
01c52d31 209182004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20919
01c52d31 20920 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 20921
01c52d31
MB
20922 * run-at-time.el (run-at-time-saved): Remove.
20923 (run-at-time): Doc fix.
1270d7ca 20924
01c52d31 209252004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20926
01c52d31
MB
20927 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20928 (gnus-summary-limit-map): Add it.
20929 (gnus-summary-make-menu-bar): do.
1270d7ca 20930
01c52d31 209312004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 20932
01c52d31
MB
20933 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20934 Make attempt at some caching support (done for BBDB only now).
20935 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20936 addresses to be checked.
20937 (spam-clear-cache-BBDB): Add function, to be invoked by
20938 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20939 (spam-check-BBDB): Check and use the caches, if
20940 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 20941
01c52d31 209422004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 20943
296a8e19 20944 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 20945
01c52d31 209462004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 20947
01c52d31
MB
20948 * run-at-time.el (run-at-time-saved): Move to after the definition
20949 of `run-at-time'.
1270d7ca 20950
01c52d31 209512004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20952
01c52d31
MB
20953 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20954 mm-w3m-local-map-property.
1270d7ca 20955
01c52d31
MB
20956 * mm-view.el (mm-w3m-mode-map): Remove.
20957 (mm-w3m-local-map-property): Remove.
20958 (mm-inline-text-html-render-with-w3m): Don't use
20959 mm-w3m-local-map-property.
1270d7ca 20960
01c52d31 209612004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20962
01c52d31 20963 * run-at-time.el: New file.
1270d7ca 20964
01c52d31
MB
20965 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20966 of gnus-set-text-properties.
1270d7ca 20967
01c52d31 20968 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 20969
01c52d31 20970 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 20971
01c52d31 20972 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 20973
01c52d31
MB
20974 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20975 of gnus-.
1b155fbd 20976
296a8e19 20977 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 20978 password-run-at-time throughout to use run-at-time directly.
1b155fbd 20979
296a8e19 20980 * password.el: Remove definition of run-at-time.
1b155fbd 20981
880820fe 209822004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 20983
01c52d31
MB
20984 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20985 in prompt.
1b155fbd 20986
01c52d31 209872004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 20988
01c52d31
MB
20989 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20990 XEmacs version.
1270d7ca 20991
01c52d31
MB
20992 * dns.el (dns-make-network-process): Use `open-network-stream'
20993 instead of `gnus-xmas-open-network-stream'.
1270d7ca 20994
01c52d31 20995 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 20996
01c52d31 209972004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20998
01c52d31
MB
20999 * gnus-art.el (gnus-mime-display-alternative)
21000 (gnus-insert-mime-button, gnus-insert-mime-security-button)
21001 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21002 Don't use gnus-local-map-property.
1270d7ca 21003
01c52d31 21004 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 21005
296a8e19
SM
21006 * mm-view.el (mm-view-pkcs7-decrypt):
21007 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 21008
01c52d31
MB
21009 * gnus-util.el (gnus-completing-read): do.
21010 (gnus-completing-read-maybe-default): Remove.
1270d7ca 21011
01c52d31 210122004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 21013
01c52d31
MB
21014 * password.el: Only autoload `run-at-time' if not XEmacs.
21015 Only autoload the itimer functions if XEmacs.
1270d7ca 21016
01c52d31 210172004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 21018
01c52d31
MB
21019 * gnus-art.el (gnus-read-string): Remove.
21020 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21021 read-string.
1270d7ca 21022
01c52d31 210232004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 21024
01c52d31
MB
21025 * netrc.el: Autoload password-read.
21026 (netrc): Add configuration group.
296a8e19
SM
21027 (netrc-encoding-method, netrc-openssl-path):
21028 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
21029 ciphers.
21030 (netrc-encode): Add assistant function to encode a file with
21031 netrc-encoding-method.
21032 (netrc-parse): Add interactive parameter, added optional
21033 decoding if netrc-encoding-method is non-nil but otherwise
21034 behavior is standard.
21035 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21036 Do s/encode/encrypt/ everywhere.
1270d7ca 21037
01c52d31 21038 * spam.el: Remove executable-find autoload.
1270d7ca 21039
01c52d31 210402004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 21041
01c52d31 21042 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 21043
01c52d31 21044 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 21045
01c52d31 210462004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 21047
c4cc8b9a 21048 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 21049 (article-treat-ansi-sequences): New variable and function.
01c52d31 21050 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 21051
01c52d31
MB
21052 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21053 Use it.
1270d7ca 21054
01c52d31 210552004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 21056
01c52d31 21057 * mm-util.el (mm-quote-arg): Remove.
23f87bed 21058
01c52d31
MB
21059 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21060 shell-quote-argument.
1270d7ca 21061
01c52d31 21062 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 21063
01c52d31 21064 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 21065
01c52d31
MB
21066 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21067 with make-char.
1270d7ca 21068
01c52d31 21069 * mm-util.el (mm-make-char): Remove.
1270d7ca 21070
01c52d31
MB
21071 * mml.el (mml-mode): Replace gnus-add-minor-mode with
21072 add-minor-mode.
1270d7ca 21073
01c52d31 21074 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 21075
01c52d31 21076 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 21077
01c52d31 21078 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 21079
01c52d31 21080 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 21081
01c52d31 21082 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 21083
01c52d31 21084 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 21085
01c52d31 21086 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 21087
01c52d31 21088 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 21089
01c52d31 21090 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 21091
01c52d31 21092 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 21093
01c52d31
MB
21094 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21095 Replace gnus-char-width with char-width.
1270d7ca 21096
01c52d31 21097 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 21098
01c52d31
MB
21099 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21100 Replace gnus-char-width with char-width.
1270d7ca 21101
01c52d31 21102 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 21103
01c52d31
MB
21104 * spam-stat.el (with-syntax-table): Remove with-syntax-table
21105 definition.
21106 Remove Emacs 20 hash table compatibility code.
1270d7ca 21107
01c52d31
MB
21108 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21109 20 compatibility code.
1270d7ca 21110
01c52d31 21111 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 21112
01c52d31 21113 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 21114
296a8e19
SM
21115 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21116 Replace with point-at-{eol,bol}.
1270d7ca 21117
01c52d31 21118 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 21119
01c52d31 21120 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 21121
149cd465
JB
21122 * flow-fill.el (fill-flowed-point-at-bol)
21123 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 21124
01c52d31
MB
21125 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21126 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 21127
01c52d31 211282004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 21129
01c52d31
MB
21130 * ntlm.el (ntlm-string-as-unibyte): New macro.
21131 (ntlm-build-auth-response): Use it.
1270d7ca 21132
01c52d31
MB
21133 Remove Emacs 20 stuff:
21134 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21135 of delq and copy-sequence.
21136 * gnus-art.el (popup-menu): Remove the compiler macro.
21137 * nnmail.el (nnmail-split-fancy): Don't support customizing with
21138 Emacs 20.
1270d7ca 21139
01c52d31 211402004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 21141
01c52d31
MB
21142 * ntlm.el: Fix namespace. Change smb-passwd-hash into
21143 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21144 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21145 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21146 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21147 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21148 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21149 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21150 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21151 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21152 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
21153 string-xor into ntlm-string-xor.
21154 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 21155
01c52d31 21156 * ntlm.el: Don't include poem.
1270d7ca 21157
296a8e19
SM
21158 * md4.el (print-int32, print-string-hexa): Remove.
21159 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 21160
01c52d31 21161 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 21162
01c52d31
MB
21163 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
21164 probably breaks emacs with DL patch, but do we care? Is anyone
21165 still using the DL stuff?)
1270d7ca 21166
01c52d31
MB
21167 * sieve-manage.el: Use the password package.
21168 (sieve-manage-read-passwd): Remove.
21169 (sieve-manage-interactive-login): Use password. Re-add
21170 condition-case around loop.
21171
21172 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
21173 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21174 Use the password package.
01c52d31
MB
21175
211762003-02-19 Simon Josefsson <jas@extundo.com>
21177
21178 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21179 token.
21180
211812002-08-07 Simon Josefsson <jas@extundo.com>
21182
21183 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21184 (sieve-manage-authenticators):
21185 (sieve-manage-authenticator-alist): Add some SASL mechs.
21186 (sieve-sasl-auth): New function.
21187 (sieve-manage-cram-md5-auth):
21188 (sieve-manage-plain-auth): Rewrite using SASL library.
21189 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21190 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21191 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21192 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21193
211942004-01-05 Simon Josefsson <jas@extundo.com>
21195
21196 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21197 New files.
21198
211992004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21200
21201 * gnus-group.el (gnus-no-groups-message): Update.
21202
21203 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21204
212052003-11-09 Simon Josefsson <jas@extundo.com>
21206
21207 * imap.el: Support for ID IMAP extension (RFC 2971).
21208 (imap-local-variables): Add imap-id.
21209 (imap-id): New variable.
21210 (imap-id): New function.
21211 (imap-parse-response): Parse untagged ID response.
21212 * nnimap.el (nnimap-id): New variable.
21213 (nnimap-open-connection): Use it.
21214
212152003-12-28 Simon Josefsson <jas@extundo.com>
21216
21217 * gnus-score.el (gnus-score-edit-all-score): New.
21218 * gnus-group.el (gnus-group-score-map): Bind it to W e.
21219
212202004-01-04 Simon Josefsson <jas@extundo.com>
21221
21222 * password.el: Add.
21223
212242004-01-04 Mario Lang <lang@zid.tugraz.at>
21225
e3e955fe 21226 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 21227 (dns-query-types): New function.
e3e955fe
MB
21228 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
21229 PTR and SOA replies, see RFC 1035.
01c52d31
MB
21230
212312004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21232
296a8e19 21233 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 21234
296a8e19 21235 * Move to Changelog.2.
01c52d31
MB
21236
212372004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21238
21239 * gnus.el (gnus-version-number): Bump version.
21240
212412004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
21242
21243 * gnus.el: No Gnus v0.1 is released.
1270d7ca 21244
01c52d31 212452004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 21246
01c52d31 21247 * gnus.el: No Gnus v0.0 is released.
1270d7ca 21248
01c52d31 212492004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 21250
01c52d31
MB
21251 * gnus.el (gnus-version-number): Bump.
21252 (gnus-version): No.
1270d7ca 21253
ef3b7aae 21254See ChangeLog.2 for earlier changes.
2a34a036 21255
95df8112 21256 Copyright (C) 2004-2011 Free Software Foundation, Inc.
5b87ad55
GM
21257
21258 This file is part of GNU Emacs.
21259
5e809f55 21260 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 21261 it under the terms of the GNU General Public License as published by
5e809f55
GM
21262 the Free Software Foundation, either version 3 of the License, or
21263 (at your option) any later version.
5b87ad55
GM
21264
21265 GNU Emacs is distributed in the hope that it will be useful,
21266 but WITHOUT ANY WARRANTY; without even the implied warranty of
21267 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21268 GNU General Public License for more details.
21269
21270 You should have received a copy of the GNU General Public License
5e809f55 21271 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 21272
ef3b7aae 21273;; Local Variables:
880820fe 21274;; coding: utf-8
d7ba2a01 21275;; fill-column: 79
33462dfa 21276;; add-log-time-zone-rule: t
ef3b7aae 21277;; End: