Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
a123622d
G
12011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4
5 * gssapi.el: New file separated out from imap.el to provide a general
6 Kerberos 5 connection facility for Emacs.
7
8 * message.el (message-elide-ellipsis): Document the format spec
9 ellipsis.
10
112011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12
13 * message.el (message-elide-region): Allow the ellipsis to say how many
14 lines were removed.
15
162011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
19 window configurations containing buffers that are now dead.
20
21 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
22 parsing to avoid integer overflows.
23 (nnimap-parse-flags): Simplify the last change.
24 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
25 too large for 32-bit Emacsen.
26
0adf5618
SM
272011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * auth-source.el (auth-source-netrc-create):
30 * message.el (message-yank-original): Fix use of `case'.
31
a123622d
G
322011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
33
34 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
35 XEmacs, which was one character too wide.
36
372011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
38
39 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
40 default number of articles to display.
41 (gnus-articles-to-read): Use pretty names for prompt.
42
432011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
44
45 * gnus-int.el (gnus-open-server): Ditto.
46
47 * gnus-start.el (gnus-activate-group): Give a backtrace if
48 debug-on-quit is set and the user hits `C-g'.
49 (gnus-read-active-file): Ditto.
50
51 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
52
1e660395
TZ
532011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
54
55 * message.el (message-yank-original): Use cond instead of CL case.
56
aa2ebce9
SM
572011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * auth-source.el (auth-source-netrc-create): Use usual format for the
60 default in prompts.
61
67613d31
TZ
622011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
63
64 * auth-source.el (auth-source-netrc-create): Show the default in the
65 prompt when prompting for token creation.
66
4248cca2
TZ
672011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
68
69 * auth-source.el (auth-source-format-prompt): Always convert the value
70 to a string to avoid evaluating non-string arguments.
71 (auth-source-netrc-create): Offer default properly, not as initial
72 content in `read-string'.
73 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
74 of line to determine if we've been run before. If so, don't run again,
75 but print a trivial message to indicate the cache was hit instead.
76
a276370e
G
772011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
78
aa2ebce9
SM
79 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
80 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
81 The user will have to run `gnus-sync-read' manually and wait for Cloudy
a276370e
G
82 Gnus.
83
842011-03-11 Julien Danjou <julien@danjou.info>
85
86 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
87 modified file".
88
733afdf4
TZ
892011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * auth-source.el (auth-source-read-char-choice): New function to read a
92 character choice using `dropdown-list', `read-char-choice', or
93 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
94 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
f3b54b0e 95 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
733afdf4 96 (auth-source-netrc-saver): Use it.
f3b54b0e 97 (auth-source-pick-first-password): New convenience function.
733afdf4
TZ
98
992011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
100
101 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
102 parameter in the credentials.
103 (nnimap-open-connection-1): Use it after a successful login.
104 (nnimap-credentials): Add IMAP-specific user and password prompt.
105
106 * auth-source.el (auth-source-search): Add :require parameter, taking a
107 list. Document it and the :save-function return token. Pass :require
108 down. Change the CREATED message from a warning to a debug statement.
109 (auth-source-search-backends): Pass :require down.
110 (auth-source-netrc-search): Pass :require down.
111 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
112 Change save prompt to indicate all modifications saved here are
113 deletions.
114 (auth-source-netrc-create): Take user login name as default in user
115 prompt. Move all the save functionality to a lexically bound function
116 under the :save-function token in the returned list. Set up clearer
117 default prompts for user, host, port, and secret.
118 (auth-source-netrc-saver): New function, intended to be wrapped for
119 :save-function.
120
a5057546
G
1212011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
122
123 * shr.el (shr-table-horizontal-line): Change the defaults for the table
124 lines to be spaces instead.
125
1262011-03-07 Julien Danjou <julien@danjou.info>
127
128 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
129 (sieve-sasl-auth): Check that auth-source-search did return something,
130 or just return an empty string.
131
7e27ce9c
AL
1322011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
133
134 * gnus.el (gnus-interactive): Use read-directory-name.
135
136 * gnus-uu.el (gnus-uu-decode-uu-and-save)
137 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
138 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
139 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
140 Likewise.
141
142 * gnus-group.el (gnus-group-make-directory-group): Likewise.
143
706b5974
G
1442011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
145
a5057546
G
146 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
147 onto the list of killed groups, too. This makes killed nnimap groups,
148 for instance, more reliably not reappear.
149
150 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
151 the parent.
152
706b5974
G
153 * gnus-sum.el (gnus-update-read-articles): Fix typo.
154
155 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
156 really have server-side marks.
157
158 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
159 since most backends do not usefully have server-side marks.
160 (gnus-update-read-articles): Propagate marks to all backends that
161 really have server-side marks.
162
1632011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
164
aa2ebce9
SM
165 * message.el (message-cite-reply-position, message-cite-style):
166 New variables.
706b5974
G
167 (message-yank-original): Use the new citation styles.
168
7fd0923b
DU
1692011-03-04 Daiki Ueno <ueno@unixuser.org>
170
171 * message.el (message-options): Revert the change that's a workaround
8879add8
DU
172 for XEmacs buffer-local issue; don't mark it buffer-local when running
173 under XEmacs.
7fd0923b 174
71f8b7ed
G
1752011-03-03 Tassilo Horn <tassilo@member.fsf.org>
176
177 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
178 numbers too big to be `read'.
179
1802011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
181
182 * message.el (message-options): Make buffer-local two ways to attempt
183 to fix a XEmacs bug.
184
e1a135a9
JD
1852011-03-02 Julien Danjou <julien@danjou.info>
186
187 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
188
fb9b91be
JD
1892011-03-01 Julien Danjou <julien@danjou.info>
190
191 * gnus-art.el (list-identifier): Add list-identifier as a parameter
192 group.
193 (article-hide-list-identifiers): Use list-identifier group parameter.
194
3b0468c4
JD
1952011-02-28 Julien Danjou <julien@danjou.info>
196
197 * sieve.el (sieve-buffer-script-name): New local variable to store
198 sieve script name.
199 (sieve-edit-script): Store sieve script name.
200 (sieve-upload): Use sieve script name when uploading.
201 (sieve-upload): Use substitute-command-keys.
202 (sieve-edit-script): Use substitute-command-keys.
203 (sieve-refresh-scriptlist): Use substitute-command-keys.
204 (sieve-manage-mode-map): Define keymap properly.
205 (sieve-manage-mode): Do not set mode name manually, change mode-name to
206 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
207 Remove commented code about cvs.
208 (sieve-manage-quit): New function.
209 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
210
85e75ded
LI
2112011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
212
213 * gnus-group.el (gnus-import-other-newsrc-file): New function.
214
003522ce
G
2152011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
216
61e9662e
TZ
217 * auth-source.el (auth-source-search): Cache empty result sets.
218
003522ce
G
219 * auth-source.el (auth-source-save-behavior): New variable to replace
220 `auth-source-never-create'.
221 (auth-source-netrc-create): Use it.
222 (auth-source-never-save): Remove.
223
2242011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
225
226 * nnimap.el (nnimap-stream): Doc fix.
227 (nnimap-open-connection-1): Reverse the order of the ports to that the
228 prompted-for port is first.
229
230 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
231 retrieval by the no-group selection.
232
233 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
234 numerical parameters.
235
3b0468c4
JD
2362011-02-25 Julien Danjou <julien@danjou.info>
237
238 * gnus-gravatar.el: Use gnus-with-article-buffer.
239
240 * gnus-art.el (gnus-with-article-buffer): Check that the
241 gnus-article-buffer is alive.
242
003522ce
G
2432011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
244
245 * auth-source.el (auth-source-creation-prompts): New variable to manage
246 creation-time prompts.
247 (auth-source-search): Document it.
248 (auth-source-format-prompt): Add utility function.
249 (auth-source-netrc-create): Don't default the user name to
250 user-login-name. Use `auth-source-creation-prompts' and some default
251 prompts for user, host, port, and password (the default generic prompt
252 remains ugly).
253 (auth-source-never-save): Add customizable option to never save info.
254 (auth-source-netrc-create): Use it and improve save prompts. Fix help
255 mode excursion.
256
a22e7484
KY
2572011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
258
259 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
260 argument that XEmacs doesn't support.
261
fa41748c
G
2622011-02-23 Julien Danjou <julien@danjou.info>
263
264 * gnus-art.el (article-make-date-line): Ignore errors if time is
265 invalid and not convertible.
266 (article-make-date-line): Only add lapsed time if time is not nil.
267
d41d18c0
TZ
2682011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
269
270 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
271 `read-char-choice' for backwards compatibility.
fa41748c
G
272 (auth-source-netrc-element-or-first): New function to DTRT for
273 parameter extraction.
274 (auth-source-netrc-create): Use it and fix multiple parameter print
275 bug. Use the default passed from above (given-default) or the
276 built-in (user-login-name for :user).
d41d18c0 277
4a3988d5
G
2782011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
279
aa2ebce9
SM
280 * gnus-start.el (gnus-dribble-read-file):
281 Set buffer-save-without-query, since we always want to save the dribble
4a3988d5
G
282 file, probably.
283
284 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
285 nnimap.
286
aa2ebce9 287 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4a3988d5
G
288 -summary- since it's a user-visible variable.
289
290 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
291 first time you use the new Gnus.
292
2932011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
294
295 * auth-source.el: Don't load netrc.el.
296 (auth-sources): Search ~/.netrc as well by default.
297 (auth-source-debug): Add 'trivia option for extra output.
298 (auth-source-do-trivia): Use it.
299 (auth-source-search): Simplify logic to use
300 `auth-source-search-backends'. Use `auth-source-do-trivia' where
301 appropriate. Don't keep a running count at this level. Layer :create
302 and :delete options appropriately on the first and second passes.
303 Don't track the backend with the search results.
304 (auth-source-search-backends): New function to search a list of
305 backends for a processed spec.
306 (auth-source-netrc-parse): Cache all netrc files, making
307 auth-source-netrc-cache an alist keyed by the file name and using the
308 file mtime as the caching criterion. Keep the obfuscated data secret
309 with a lexical bind.
310 (auth-source-netrc-search): Don't calculate the length of the results
311 unnecessarily.
312 (auth-source-search-backends): Fix bug.
313 (auth-source-netrc-create): Rework prompts.
314
3152011-02-22 Andrew Cohen <cohen@andy.bu.edu>
316
317 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
318 Lower case names of search constraints.
319 (nnir-run-query): Cache and reuse search constraints for all imap
320 servers.
321
7dde5efe
SS
3222011-02-22 Sam Steingold <sds@gnu.org>
323
324 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
325
8e22bee0
G
3262011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
327
328 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
329 after exit.
4a3988d5 330 (gnus-setup-message): Define missing variable from last checkin.
8e22bee0
G
331
332 * gnus-sum.el (gnus-summary-show-article): When called with t as the
333 value, show the raw article.
334
3352011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
336
337 * nnimap.el (nnimap-open-connection-1): Revert last change, since
338 auth-source now accepts numbers.
339
340 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
341 spec, too.
342 (auth-source-ensure-strings): New function.
343
344 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
345 (gnus-article-setup-buffer): Always restart the date timer so that user
346 changes to the frequency is respected.
347
348 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
349 port numbers, so make sure it gets that if nnimap-server-port is
350 explicit.
351
3522011-02-21 Simon Josefsson <simon@josefsson.org>
353
354 * nnimap.el (nnimap-inbox): Doc fix.
355
6d713256
CY
3562011-02-20 Chong Yidong <cyd@stupidchicken.com>
357
358 * shr-color.el (shr-color->hexadecimal): Use renamed function names
359 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
360 color-lab-to-srgb.
361
06b840e0
LI
3622011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
363
364 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
365 given method as in the group name if we're using an extended method.
366 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
367 command, if we're using that, instead of waiting for the beginning.
368
369 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
370 we're sure to get unique server names, and we don't output two async
371 commands in the same buffer. This fixes an NNTP hang for some users.
372
3732011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
374
375 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
376 summary buffer before reading going to the next buffer. This avoids
377 putting the point in the group buffer if you `C-g' the command.
378
379 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
380 cache (for now) to make ~/.authinfo.gpg files usable.
381
382 * nnfolder.el (copyright-update): Define for the compiler.
383
384 * auth-source.el (auth-source-search): Fix unbound variable.
385
67ab0163 3862011-02-19 Glenn Morris <rgm@gnu.org>
85ee3c75
GM
387
388 * gnus.el (gnus-meta): Doc fix.
389
67ab0163 3902011-02-19 Chong Yidong <cyd@stupidchicken.com>
b9c82730
CY
391
392 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
393 in case it's not yet loaded.
394
01baa1e6
G
3952011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
396
397 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
398 line we're waiting for.
399
4002011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
401
402 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
403 face with line-width greater than zero will cause RET in gnus summary
404 buffer to scroll down article page-wise because auto vscroll happens,
405 it should be temporalily disabled when doing a scroll-up.
406
56e96bed
G
4072011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
408
409 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
410 outputs from the server.
411
4122011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
413
414 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
415 later so that bbdb can hook in easier.
416
c13bc26b
LI
4172011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
418
38046520
LI
419 * auth-source.el (auth-source-search): Don't try to create credentials
420 if the caller doesn't want that.
0d873e93
LI
421 (auth-source-search): If we don't find a match, don't bug out on
422 non-bound variables.
423 (auth-source-search): Only ask a single backend to create the
424 credentials.
38046520 425
c13bc26b
LI
426 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
427 logging.
428 (nnimap-credentials): Protect against auth-source-search returning nil.
429 (nnimap-request-list): Protect against not being able to open the
430 server.
431
7ba93e94
G
4322011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
433
1d2c4a49
LI
434 * auth-source.el (auth-source-search): Do a two-phase search, one with
435 no :create to get the responses from all backends.
436
7ba93e94
G
437 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
438 when getting credentials.
439
440 * gnus-util.el (gnus-delete-duplicates): New function.
441
35123c04
TZ
4422011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
443
7ba93e94
G
444 * nnimap.el (nnimap-credentials): Instead of picking the first port as
445 a creation default, pass the whole port list down. It will be
446 completed.
447
448 * auth-source.el (auth-source-search): Updated docs to talk about
449 multiple creation choices.
450 (auth-source-netrc-create): Accept a list as a value (from the search
451 parameters) and do completion on that list. Keep a separate netrc line
452 with the password obscured for showing the user.
453
454 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
455 first choice to `auth-source-search' so it will be used for entry
456 creation instead of the server's Gnus-specific name.
457 (nnimap-credentials): Rely on the auth-source library to select which
458 port is actually wanted in the new netrc entry, so don't override
459 `auth-source-creation-defaults'.
460
35123c04
TZ
461 * auth-source.el (auth-source-netrc-parse): Use :port instead of
462 :protocol and accept a missing user, host, or port as a wildcard match.
a202ff49 463 (auth-source-debug): Default to off.
35123c04
TZ
464
465 (auth-source-netrc-search, auth-source-netrc-create)
466 (auth-source-secrets-search, auth-source-secrets-create)
467 (auth-source-user-or-password, auth-source-backend, auth-sources)
468 (auth-source-backend-parse-parameters, auth-source-search): Use :port
469 instead of :protocol.
470
471 * nnimap.el (nnimap-credentials): Pass a port default to
472 `auth-source-search' in case an entry needs to be created.
473 (nnimap-open-connection-1): Use :port instead of :protocol.
474
d638ac9e
KY
4752011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
476
477 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
478 instead of delete-dups that is not available in XEmacs 21.4.
479
584c9d3f
G
4802011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
481
482 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
483 nil means that nnimap doesn't get updated.
484
4852011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
486
487 * auth-source.el (auth-source-netrc-create): Return a synthetic search
488 result when the user doesn't want to write to the file.
489 (auth-source-netrc-search): Expect a synthetic result and proceed
490 accordingly.
491 (auth-source-cache-expiry): New variable to override
492 `password-cache-expiry'.
493 (auth-source-remember): Use it.
494
495 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
496 parameter. Create entry if necessary by using :create t.
497 (nnimap-open-connection-1): Don't pass `inhibit-create'.
498
ca6ddb88
TZ
4992011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
500
501 * auth-source.el (auth-source-debug): Enable by default and don't
502 mention the obsolete `auth-source-hide-passwords'.
503 (auth-source-do-warn): New function to debug unconditionally.
504 (auth-source-do-debug): Use it.
505 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
506 and for Secrets API entries when the secrets.el library is not
507 available.
508
5415d076
G
5092011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
510
511 * gnus-sum.el (gnus-propagate-marks): Default to nil.
512 (gnus-summary-exit): Kill the correct article buffer on exit from a
513 `C-d' group.
514
515 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
516 gnus-propagate-marks.
517
518 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
519 before killing the buffers so that a non-full window conf gets handled
520 correctly.
521 (gnus-summary-exit): Ditto.
522 (gnus-summary-read-group-1): Ditto.
523
524 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
525 async code again so that we can debug it properly.
526
527 * message.el (message-reply): Take an optional switch-buffer parameter
528 so that Gnus window confs are respected better.
529
e45de620
TZ
5302011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
531
532 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
aa2ebce9
SM
533 `plist-get' to accept non-list parameters (XEmacs issue).
534 Fix docstring.
5415d076
G
535 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
536 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
537 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
538 Login collection is "Login" and not "login".
e45de620 539
d5e9a4e9
LI
5402011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
541
5415d076
G
542 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
543 multiple headers.
544
d5e9a4e9
LI
545 * nnimap.el (nnimap-inhibit-logging): New variable.
546 (nnimap-log-command): Don't log login commands.
547
548 * auth-source.el (auth-source-netrc-search): The asserts seem to want
549 to have more parameters.
550
551 * nnimap.el (nnimap-send-command): Mark the command time for each
552 command, so that we don't get NOOPs stepping on our toes.
553
554 * gnus-art.el (article-date-ut): Get the date from the Date header on
555 `t'.
556
6ce6c742
KY
5572011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
558
559 * auth-source.el (auth-source-search): Use copy-sequence instead of
560 the cl.el copy-list.
561
12295c5d
G
5622011-02-13 Adam Sjøgren <asjo@koldfront.dk>
563
564 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
565 Improve prompt.
566
5672011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
568
569 * gnus-art.el (gnus-article-mode-line-format): Remove the article
570 washing status from the default format. It isn't very informative.
571
114fe546
G
5722011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
573
aa2ebce9
SM
574 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
575 Fix Gcc processing on imap.
114fe546 576
665addc9
SM
5772011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * message.el (message-bury): Don't pop up a new window when selected
580 window is dedicated.
581
cec2114e
AL
5822011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
583
584 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
585
b8e0f0cd
G
5862011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
587
588 * sieve-manage.el: Autoload `auth-source-search'.
589 (sieve-sasl-auth): Use it.
590
5912011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * nnimap.el: Autoload `auth-source-forget+'.
594 (nnimap-open-connection-1): Use it if the connection fails.
595
596 * auth-source.el: Require `password-cache'.
597 (auth-source-hide-passwords, auth-source-cache): Remove and mark
598 obsolete.
599 (auth-source-magic): Marker for `password-cache' keys.
600 (auth-source-do-cache): Update docstring.
601 (auth-source-search): Use and check cache.
602 (auth-source-forget-all-cached, auth-source-remember)
603 (auth-source-recall, auth-source-forget, auth-source-forget+)
604 (auth-source-specmatchp): Caching support functions.
605 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
606 Remove and obsolete.
607 (auth-source-user-or-password): Remove caching to further discourage
608 using it. Always hide passwords.
609
af4e5f4c
G
6102011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
613 code for now, since it doesn't work for all users.
614
6152011-02-09 Julien Danjou <julien@danjou.info>
616
617 * message.el (message-options): Make message-options really buffer
618 local.
619
b8e0f0cd
G
6202011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
621
622 * mail-source.el: Autoload `auth-source-search'.
623 (mail-source-keyword-map): Note order matters.
624 (mail-source-set-1): Get all the mail-source source values and
625 defaults and search auth-source on those if needed. This can all
626 probably be simplified.
627
628 * nnimap.el: Autoload `auth-source-search'.
629 (nnimap-credentials): Use it.
630 (nnimap-open-connection-1): Ask for the virtual server and physical
631 address in one shot.
632
633 * nntp.el: Autoload `auth-source-search'.
634 (nntp-send-authinfo): Use it. Note TODO.
635
756441ed
JD
6362011-02-08 Julien Danjou <julien@danjou.info>
637
af4e5f4c
G
638 * shr.el (shr-tag-body): Add support for text attribute in body
639 markups.
640
756441ed
JD
641 * message.el (message-options): Make message-options a local variable.
642
b8e0f0cd
G
6432011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
644
645 * auth-source.el (auth-source-secrets-search)
646 (auth-source-user-or-password): Use `append' instead of `nconc'.
647 (auth-source-user-or-password): Build return list better and protect
648 against nil :secret.
649
41d579ce
LI
6502011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
651
652 * nnimap.el (nnimap-update-info): Refactor slightly.
653 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
654 (nnimap-update-info): Clean up slightly.
655 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
656 characters.
665addc9 657 (nnimap-process-quirk): Rename function to avoid collision.
41d579ce 658 (nnimap-update-info): Fix macrology bug-out.
b52daf3d 659 (nnimap-update-info): Simplify split history test.
41d579ce 660
b8e0f0cd
G
6612011-02-06 Michael Albinus <michael.albinus@gmx.de>
662
aa2ebce9
SM
663 * auth-source.el (top): Require 'eieio unconditionally.
664 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
b8e0f0cd
G
665 (auth-source-secrets-search): Limit search when `max' is greater than
666 number of results.
667
76b8d9dd
LI
6682011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
669
670 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
671 part not returning any data.
672
673 * proto-stream.el (open-protocol-stream): Document the return value.
674
b8e0f0cd
G
6752011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
676
677 * auth-source.el (auth-source-secrets-search): Add examples.
678
184469b7
JD
6792011-02-06 Julien Danjou <julien@danjou.info>
680
681 * message.el (message-setup-1): Handle message-generate-headers-first
682 set to t.
683
b8e0f0cd
G
6842011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
685
686 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
687 API with a string "secrets:collection-name" and with 'default.
688 (auth-source-backend-parse): Parse "secrets:collection-name" and
689 'default. Recurse on parses instead of repeating code. Use the
690 Secrets API is the source is not nil and 'ignore otherwise. Emit a
691 message when ignoring a source.
692 (auth-source-search): List ignored search keys at the top level.
693 (auth-source-netrc-create): Use `case' instead of `cond'.
694 (auth-source-secrets-search): Created with TODOs.
695 (auth-source-secrets-create): Created with TODOs.
696 (auth-source-retrieve, auth-source-create, auth-source-delete)
697 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
698 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
699 (auth-source-user-or-password-sftp)
aa2ebce9 700 (auth-source-user-or-password-smtp): Remove.
b8e0f0cd
G
701 (auth-source-user-or-password): Deprecated and modified to be a wrapper
702 around `auth-source-search'. Not tested thoroughly.
703
7042011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
705
706 * auth-source.el: Bring in assoc and eioeio libraries.
707 (secrets-enabled): New variable to track the status of the Secrets API.
708 (auth-source-backend): New EIOEIO class to represent a backend.
709 (auth-source-creation-defaults): New variable to set prompt defaults
710 during token creation (see the `auth-source-search' docstring for
711 details).
712 (auth-sources): Simplify to allow a simple string as a netrc backend
713 spec.
714 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
715 (auth-source-backend-parse-parameters): Fill in the backend parameters.
716 (auth-source-search): Main auth-source API entry point.
717 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
718 (auth-source-search-collection): Helper function for searching.
719 (auth-source-netrc-parse, auth-source-netrc-normalize)
720 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
721 Supports search, create, and delete.
722 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
723 backend stubs.
724 (auth-source-user-or-password): Call `auth-source-search' but it's not
725 ready yet.
726
2b7feab0
LI
7272011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
728
ec72bf63
G
729 * message.el (message-setup-1): Remove the read-only stuff, since it
730 doesn't work under XEmacs, for some reason.
731
665addc9 732 * gnus-sum.el (gnus-user-date): Rename back from
ec72bf63
G
733 gnus-summary-user-date since user code refers to it.
734
735 * shr.el (shr-render-td): Store the actual background colour used.
736
2b7feab0
LI
737 * message.el (message-setup-1): Don't bind the constant
738 -forbidden-properties.
739 (message-setup-1): Revert previous change, since it needs to bind the
740 props to insert them.
741 (message-resend): Allow removing the read-only separator line.
742
0d1c2cc8
G
7432011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
744
745 * nnimap.el (nnimap-request-accept-article): Give an error message if
746 the APPEND wasn't successful.
747
7482011-02-03 Adam Sjøgren <asjo@koldfront.dk>
749
750 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
751 that have no groups.
752
7532011-02-03 Julien Danjou <julien@danjou.info>
754
755 * gnus-draft.el: Remove progn around gnus-draft-setup.
756
7572011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
758
759 * gnus-start.el (gnus-read-active-for-groups): This function is never
760 called with a nil `infos', so clean that up.
761 (gnus-get-unread-articles): Request active files from primary/secondary
762 methods that have no groups (yet).
763
7642011-02-03 Julien Danjou <julien@danjou.info>
765
766 * message.el (message-setup-1): Always generate References first.
767 (message-mail): Return the return value of message-setup, not always t.
768 (message-setup-1): Insert mail-header-separator with read-only and
769 intangible properties set.
770
771 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
772 user-date in docstring.
773
774 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
775
776 * gnus.el (gnus-summary-line-format): Mention &user-date format in
777 docstring.
778
779 * gnus.el (gnus-user-date-format-alist): Change default value. Use
780 defcustom, with type and group. Move from gnus-util.el. Rename to
781 gnus-summary-user-date-format-alist.
782
5a6a61f7
GM
7832011-02-03 Glenn Morris <rgm@gnu.org>
784
785 * nnimap.el (gnus-fetch-headers): Declare.
786
787 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
788
7f13c2e2
LI
7892011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
790
011f86c7
LI
791 * message.el (message-forward-make-body-digest-plain)
792 (message-followup, message-reply): Clean up things noted by Stefan.
793
7f13c2e2
LI
794 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
795 gnus-article-update-date-headers is nil.
c61a8b44
LI
796 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
797 it didn't really work with defcustom.
798 (article-update-date-lapsed): Make sure the window start doesn't move,
799 either.
7f13c2e2 800
39cde66c
JD
8012011-02-01 Julien Danjou <julien@danjou.info>
802
803 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
804 format.
805
806 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
807 standard in Emacs nowadays.
808
99c2a4e3
SM
8092011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * message.el (message-expand-name): Don't trust the return value of
812 bbdb-complete-name.
813 (message-check-news-header-syntax): Remove unused var `start'.
814 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
815 (message-inhibit-body-encoding): Move to before first use.
816 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
817 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
818 (Organization, Message-ID, Date, mh-previous-window-config):
819 Defvar the vars using dynamic scoping.
820
c1d5851d
LI
8212011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
822
abb97fbb
LI
823 * shr.el (shr-render-td): Only do colours at the final rendering.
824 Should be slightly faster.
825 (shr-insert-table): Fix up TD background colours when doing the
826 vertical padding.
827
8c9da040
LI
828 * gnus-art.el (article-date-ut): Protect against articles with no Date
829 header.
abb97fbb
LI
830 (article-update-date-lapsed): Don't use current-column to find the
831 horizontal position. It's fragile in the presence of \003 characters.
8c9da040 832
c1d5851d
LI
833 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
834
0832490d
LI
8352011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
836
32a400d4
LI
837 * gnus-art.el (article-transform-date): Rewrite to still work when
838 there are several rfc2822 parts.
5b9b62f1 839 (article-transform-date): Fix infinite recursion.
0c74b838
LI
840 (article-date-ut): Replace infinitely many Date headers with a single
841 one when called interactively.
32a400d4 842
0832490d
LI
843 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
844 secure manner.
845
846 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
847 move around by not using save-window-excursion. It seems to work...
848
c4753373
KY
8492011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
850
851 * gnus-art.el (article-make-date-line): Work for user-defined format.
852
12e3ca0a
LI
8532011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
854
1d88c091
LI
855 * nntp.el (nntp-retrieve-group-data-early)
856 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
857 fetching functions.
858
e389d61f
LI
859 * gnus-start.el (gnus-read-active-for-groups): Read the active files
860 thoroughly for all backends that have no known groups. This should
861 allow new nnml methods to retrieve mail.
862
863 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
864 that Gnus doesn't know exists again.
865
aa2ebce9 866 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
12e3ca0a 867 (gnus-treat-date-ut): Ditto.
aa2ebce9
SM
868 (gnus-article-update-date-header): Rename.
869 (gnus-treat-date-local): Remove.
870 (gnus-treat-date-english): Remove.
871 (gnus-treat-date-lapsed): Remove.
872 (gnus-treat-date-combined-lapsed): Remove.
873 (gnus-treat-date-original): Remove.
874 (gnus-treat-date-iso8601): Remove.
875 (gnus-treat-date-user-defined): Remove.
12e3ca0a
LI
876 (gnus-article-date-headers): New variable to control all the date
877 header options.
878 (article-date-ut): Rewrite to allow using the new way to format date
879 headers(s).
880
228724bc
LI
8812011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
882
fe72c8fa
LI
883 * nnmail.el (nnmail-article-group): Check for a direct fancy split
884 method.
7920f982 885 (nnmail-article-group): A better test for fanciness.
fe72c8fa 886
228724bc
LI
887 * nnimap.el (nnimap-request-head): Protect against not finding the
888 article by Message-ID.
889
bc68bd39
LI
8902011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
891
892 * gnus-art.el (article-update-date-lapsed): Try a better way to really
893 keep point at the "same place".
894
54b6f6ed
G
8952011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
896
897 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
898 data if the group is unactivated.
899
584cbd9e
JD
9002011-01-28 Julien Danjou <julien@danjou.info>
901
54b6f6ed
G
902 * gnus-win.el: Remove dead function gnus-window-configuration-element.
903 (gnus-all-windows-visible-p): Remove old compatibility code.
904 (gnus-window-top-edge): Add docstring.
905
584cbd9e
JD
906 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
907
d6f13ac8
LI
9082011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
909
9da02ea1
LI
910 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
911 older request-update-info.
912
d6f13ac8
LI
913 * gnus-art.el (article-make-date-line): Limit the length a bit more.
914
bb760c5d
DU
9152011-01-28 Daiki Ueno <ueno@unixuser.org>
916
665addc9
SM
917 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
918 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
bb760c5d 919
19cc6697
G
9202011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
921
5d85ab5e
G
922 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
923 groups. This makes the nndraft:queue group pop up if it's not already
924 there.
925
8937ef6e
LI
926 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
927 messages" logic, which was reversed.
928
19cc6697
G
929 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
930 the "same place" even if point is on the line being replaced.
931 (article-update-date-lapsed): Allow updating both the combined lapsed
932 and the lapsed headers.
933 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
934 (article-make-date-line): Limit the number of segments dynamically to
935 avoid too-long lines.
936
9372011-01-27 Julien Danjou <julien@danjou.info>
938
939 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
940 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
941
14596870
KY
9422011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
943
944 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
945 Use plist-get instead of the cl function getf.
946
fb9464ee
GM
9472011-01-27 Glenn Morris <rgm@gnu.org>
948
949 * gnus-util.el (float-time): Get rid of compiler warning, again.
950
647559c2
LI
9512011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
952
3f39b526
LI
953 * shr.el (shr-put-color): Special-case background colours: Do put them
954 at the blank parts at the front of the lines.
955
647559c2
LI
956 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
957 exit hook to nix out all data on readedness on group exit.
958
959 * gnus-util.el (float-time): If float-time is bound, always use it on
960 all Emacsen. It's unclear why the subrp check was there.
961 (time-date): Require to make some autoload issues on XEmacs go away.
962
963 * shr.el (shr-put-color): Don't do the box padding in tables, since
964 they're already padded.
965
e4dbdb09
LI
9662011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
967
647559c2
LI
968 * gnus-art.el (gnus-article-next-page): When the last line of the
969 article is displayed, scroll down once more instead of going to the
970 next article at once.
971 (article-lapsed-string): Refactor out and allow specifying how many
972 segments you want.
973 (gnus-article-setup-buffer): Start updating the lapsed header directly.
974 (gnus-article-update-lapsed-header): New variable.
975
e4dbdb09
LI
976 * shr.el: Revert change that made headings use different-sized faces.
977 The Emacs display engine isn't advanced enough that, for instance,
01c35094 978 tables can comfortably use differently-sized faces.
e4dbdb09 979
008cad90
G
9802011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
981
982 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
983 used.
984 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
985 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
986 we're using an encrypted connection.
987
988 * proto-stream.el: Alter the interface functions to also return the
989 actual stream type used: network or tls.
990
9912011-01-25 Julien Danjou <julien@danjou.info>
992
993 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
994 (mm-display-javascript-inline): New function.
995
996 * mm-decode.el (mm-inline-media-tests): Add application/javascript
997 viewing function.
998
19e0dbe0
KY
9992011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * shr.el (shr-expand-newlines): Fix variable name.
1002
d709b79a
LI
10032011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1004
1005 * shr.el (shr-expand-newlines): Make nested boxes work.
1006
c5ecc769
G
10072011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1008
1009 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1010 backgrounds.
1011 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1012 in a more sensible manner.
1013
10142011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1015
1016 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1017 if EPG is loaded.
1018
10192011-01-24 Julien Danjou <julien@danjou.info>
1020
1021 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1022 tags.
1023
cb51ba08
LI
10242011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1025
1026 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1027 commands.
1028
1029 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1030 in the article buffer.
1031 (gnus-gravatar-insert): Use blank space from the current buffer to
1032 avoid breaking text properties. This makes X-Sent updating work again.
1033
1034 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1035
10362011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1037
1038 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1039 fix the bug in url-http.el instead.
1040
1041 * shr.el (shr-image-fetched): Ditto.
1042
1043 * shr.el (shr-image-fetched): Avoid having point move in the article
1044 buffer.
1045
1046 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1047 buffer after being called. It's apparently being killed by url.el, and
1048 killing it made point move to end-of-buffer in a random buffer.
1049
1050 * shr.el (shr-image-fetched): Ditto.
1051
3f680407
JD
10522011-01-23 Julien Danjou <julien@danjou.info>
1053
1054 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1055
1056 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1057 text/x-org.
1058
9e928ac9
G
10592011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1060
1061 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1062 (i.e., nnimap) returning nil as the article number.
1063
ce504ff0 10642011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9e928ac9
G
1065
1066 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1067 "DelSp" parameter in RFC3676.
1068
10692011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1070
1071 * message.el (message-check-recipients): Display the encoded version of
1072 the bogus address if they differ.
1073
1074 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1075 after sending.
1076
1077 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1078
1079 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1080
1081 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1082 group buffer after sending the queue.
1083
1084 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1085
10862011-01-22 Julien Danjou <julien@danjou.info>
1087
1088 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1089
acf151a8
LI
10902011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1091
1092 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1093 nested related parts.
1094
1095 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1096 unexpired articles. This fixes the regression that led expiry marks to
1097 disappear from nnfolder groups.
1098
e425f18b
SM
10992011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1102 Don't confuse the "ret" of "retrograde" with RET.
1103
f205c6e7
JD
11042011-01-21 Julien Danjou <julien@danjou.info>
1105
1106 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1107 than mm-insert-inline.
1108
9695908d
KY
11092011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1110
1111 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1112 Widen article buffer.
1113
8dabbfd6
SM
11142011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1117 the temp buffer.
1118 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1119
6e3165fb
JD
11202011-01-20 Julien Danjou <julien@danjou.info>
1121
1122 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1123
1124 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1125 than mm-insert-inline to insert inline part: this respect
1126 mm-inline-media-tests displayers.
1127
1128 * mm-view.el (mm-display-shell-script-inline): New function.
1129
1130 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1131
1132 * mm-uu.el (mm-uu-type-alist): Add org block.
1133 (mm-uu-org-src-code-block-extract): New function.
1134
1135 * mm-view.el (mm-display-org-inline): New function.
1136
1137 * mm-decode.el (mm-automatic-display): Add text/org.
1138
1139 * mailcap.el (mailcap-mime-extensions): Add .org.
1140
a2e3ac99
KY
11412011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1144 gnus-article-add-buttons.
1145
672022e7
G
11462011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1147
1148 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1149 From header with a date and "nobody" as the sender.
1150
11512011-01-19 Julien Danjou <julien@danjou.info>
1152
1153 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1154 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1155 if you have the same regexp several times.
1156 (gnus-button-push): Fix matching when regexp is symbol.
1157
d52969e8
GM
11582011-01-15 Glenn Morris <rgm@gnu.org>
1159
1160 * message.el (message-mail): A compose-mail function should
1161 accept headers as strings.
1162
25ca2e61
CY
11632011-01-13 Chong Yidong <cyd@stupidchicken.com>
1164
8dabbfd6
SM
1165 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1166 Add :vert-only tags.
25ca2e61
CY
1167 (message-mail): New arg RETURN-ACTION.
1168 (message-return-action): New var.
1169 (message-bury): Use it.
1170 (message-mode): Make it buffer-local.
1171 (message-send-and-exit): Always call message-bury.
1172
1173 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1174 message-mail.
1175
c516cd6d
LMI
11762011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1177
1178 * nnimap.el (nnimap-convert-partial-article): Protect against
1179 zero-length body parts.
1180
8dabbfd6
SM
1181 * mm-decode.el (mm-preferred-alternative-precedence):
1182 Discourage showing empty parts.
c516cd6d
LMI
1183
1184 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1185 and stuff if the backend didn't return the article number. This fixes
1186 an Exchange-related nnimap bug.
1187
1188 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1189 group window, because it does the wrong thing when a separate frame
1190 displays the group buffer.
1191
1192 * proto-stream.el (open-protocol-stream): Protect against the low-level
1193 transport functions returning nil.
1194
ad09474a
DU
11952011-01-07 Daiki Ueno <ueno@unixuser.org>
1196
1197 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1198 (mml2015-epg-find-usable-secret-key): New function.
1199 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1200 mml2015-epg-find-usable-key (Bug#7797).
1201 (mml2015-epg-encrypt): Ditto.
1202
37657cbd
LMI
12032011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1204
1205 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1206
980f570a
GM
12072011-01-03 Glenn Morris <rgm@gnu.org>
1208
c4c15f02
GM
1209 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1210
980f570a
GM
1211 * sieve.el (sieve-open-server): Give a more explicit error if
1212 sieve-manage-open returns nil. (Bug#7720)
1213
b173bdd9
KF
12142011-01-02 Karl Fogel <kfogel@red-bean.com>
1215
1216 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1217
bb7f5cbc
G
12182011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1219
84d89ede
LMI
1220 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1221 This avoids sending passwords in plain text over non-encrypted
1222 channels.
1223
1224 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1225
1226 * nnimap.el (nnimap-login): Refactored out into own function, and
1227 implement CRAM-MD5.
1228 (nnimap-wait-for-line): Refactored out.
1229
bb7f5cbc
G
1230 * mm-view.el (mml-smime): Require.
1231
12322010-12-20 David Engster <deng@eml.cc>
1233
1234 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1235 use EPG to decrypt S/MIME messages instead of openssl.
1236
12372011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1238
1239 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1240
1241 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1242 status is the group clearly is unreachable.
1243
1244 * auth-source.el (auth-source-create): Add the optional second
1245 parameter to `local-variable-p' to be compatible with XEmacs.
1246
12472011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1248
1249 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1250 work when using a compressed nnml folder.
1251
12522011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1253
1254 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1255 backends after sanitising on entry, because this never makes sense:
1256 If the articles have gone missing, then the data no longer exists on
1257 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1258 overwrite anything anyway.
1259
1260 * shr.el (shr-insert-document): Bind shr-width dynamically to
1261 window-width if it's nil.
1262
12632010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1264
1265 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1266 with the meaning of using the full emacs window width for rendering.
1267
fdee7cc1
DU
12682010-12-27 Daiki Ueno <ueno@unixuser.org>
1269
1270 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1271 case when sender is not given.
1272
ade9369c
JD
12732010-12-23 Julien Danjou <julien@danjou.info>
1274
1275 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1276 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1277 the addresses, otherwise we might misplaced the gravatar.
1278
9d9cfd53
DU
12792010-12-21 Daiki Ueno <ueno@unixuser.org>
1280
38e2584d 1281 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
1282 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1283 obsolete in Emacs.
1284
38e2584d
KY
12852010-12-20 Julien Danjou <julien@danjou.info>
1286
1287 * gnus-util.el (gnus-rescale-image): Revert last change.
1288
70041e9a
G
12892010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * gnus-group.el (gnus-group-delete-articles): New command.
1292
12932010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1294
1295 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1296
12972010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1298
1299 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1300 here, since it's up to the backends to do CRLF removal if their
1301 protocol has it.
1302
1303 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1304
38e2584d
KY
13052010-12-17 Julien Danjou <julien@danjou.info>
1306
1307 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1308 they are from file. Can also scale up.
1309
70041e9a
G
13102010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1311
1312 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1313 gnus-use-agent.
1314 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1315
1316 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1317
13182010-12-17 Julien Danjou <julien@danjou.info>
1319
1320 * gravatar.el (gravatar-retrieve-synchronously): New function.
1321 (gravatar-get-data): Make more robust.
1322
59a7e27d
LMI
13232010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1324
1325 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1326 to really consider the last line.
1327
549c9aed
G
13282010-12-16 Daiki Ueno <ueno@unixuser.org>
1329
1330 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1331 list of recipient keys, or use symmetric encryption if not a list.
1332 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1333 EPA override, replacing the call to `netrc-store-data'.
1334
13352010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1336
1337 * gnus-srvr.el: Avoid passing nil regexp argument to
1338 delete-matching-lines.
1339
13402010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1341
1342 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1343 fetching stops when Gnus exits.
1344
1345 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1346 function.
1347 (nnfolder-request-expire-articles): Save all the buffers after doing
1348 expiry.
1349
1350 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1351 the last article", since that led to serious performance regressions
1352 when expiring nnml groups.
1353
13542010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1355
1356 * nnir.el: Improve customizations.
1357
13582010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1359
1360 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1361
1362 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1363 group has been killed.
1364 (gnus-group-yank-group): Ditto.
1365
1366 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1367
1368 * nnimap.el (nnimap-request-update-group-status): New function.
1369
1370 * gnus-int.el (gnus-request-update-group-status): New interface
1371 function.
1372
1373 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1374 copying read-ness to the backends.
1375
1376 * nnimap.el (nnimap-quirk): New function.
1377 (nnimap-retrieve-group-data-early): Use it.
1378 (nnimap-quirks): New alist.
1379
48ba8195
KY
13802010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1381
1382 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1383 don't delete it within indentation.
1384
549c9aed
G
13852010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1388 previous line.
1389
156e3f9c
G
13902010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
1392 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1393 QRESYNC command by deleting a superfluous space which broke Cyrus
1394 servers. This change will break other servers that are buggy the other
1395 way around.
1396
e7b07d2f
TZ
13972010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1398
1399 * spam.el: Reindent and fix long lines.
1400 (spam-copy-or-move-routine): Exclude invalid move destinations.
1401
27625a58
AC
14022010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1403
1404 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1405 installed the registry.
1406
99e58ed5
AC
14072010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1408
1409 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1410 groupname doesn't contain "gmane".
1411
7410c270
G
14122010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
1414 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1415 (gnus-1): Don't create the nndrafts group twice.
1416 (gnus-setup-news): There's no need to read the active file here, since
1417 that's done again later on a per-backend basis.
1418 (gnus-start-draft-setup): Make sure that the new group is started out
1419 empty.
1420
1421 * gnus-agent.el (gnus-agentize): Don't create the queue group
1422 automatically on startup. It'll be created later, if needed.
1423
1424 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1425 of automatically subscribed groups.
1426 (gnus-auto-subscribed-categories): New variable.
1427 (gnus-matches-options-n): Use it.
1428 (gnus-default-subscribed-newsgroups): Remove unused variable.
1429 (gnus-start-draft-setup): Message a bit less.
1430
14312010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1432
1433 * nnir.el (nnir-run-imap): Return article list in order of increasing
1434 UID.
1435
07176b2a
LMI
14362010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1437
8dabbfd6
SM
1438 * gnus-sum.el (gnus-summary-enter-digest-group):
1439 Mention gnus-auto-select-on-ephemeral-exit.
07176b2a
LMI
1440
1441 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1442 convention of the network-only option.
1443
3b84b005
G
14442010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1445
1446 * proto-stream.el (proto-stream-open-network-only): New function to
1447 have a way to specify non-STARTTLS upgrade connections.
1448
14492010-12-10 Julien Danjou <julien@danjou.info>
1450
1451 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1452 email address is nil.
1453
1454 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1455
14562010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1457
1458 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1459 deletion.
1460 (nnir-run-imap): Only need to parse list once.
1461
f73341e2
LMI
14622010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1463
1464 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 1465 (shr-tag-label): Add <label> support.
f73341e2 1466
e2d0ba98
KY
14672010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1468
99139556
KY
1469 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1470
e2d0ba98
KY
1471 * shr.el (shr-image-displayer): Work for images lined side by side.
1472
4ef06429
RP
14732010-12-08 Robert Pluim <rpluim@gmail.com>
1474
1475 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1476 parameter, since XEmacs doesn't accept t as a parameter.
1477
47ac6170
AC
14782010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1479
1480 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1481 ids.
1482 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 1483 (nnir-request-expire-articles): New function.
47ac6170 1484
60568d74
LMI
14852010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1486
1487 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1488 overflow, possibly.
1489
1490 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1491 (shr-render-td): Handle td style="" better.
1492 (shr-tag-table): Use the color from the style sheet.
1493 (shr-render-td): Make sure we copy over all the overlays, too.
1494
f2f6365c
AC
14952010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1496
1497 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1498 (nnir-request-article): Improve article retrieval.
1499
c912b478
KY
15002010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1501
1502 * mm-util.el (mm-extra-numeric-entities): New variable.
1503
1504 * mm-url.el (mm-url-decode-entities):
1505 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1506
674c5ccf
SM
15072010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1508
1509 * message.el: Use completion-at-point.
1510 (message-completion-function): New fun, extracted from message-tab.
1511 (message-mode): Use it for completion-at-point-functions.
1512 (message-tab): Use it and completion-at-point.
1513
6568edea
KY
15142010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1515
1516 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1517 character if a non-breakable character follows.
1518
b31b26b4
G
15192010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1520
516aa569
G
1521 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1522 any stream.
1523
b31b26b4
G
1524 * shr.el (shr-tag-font): Colorize the region.
1525 (shr-tag-body): Ditto.
1526 (shr-tag-font): Actually let the styles be inherited instead of
1527 overwriting them.
1528 (shr-tag-font): Get the background color right.
1529 (shr-tag-style): Ignore all <style> tags for the moment.
1530
1531 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1532 a Message-ID to avoid having nnimap depend on gnus-sum.
1533
1534 * shr.el (shr-descend): Only colorize something if we have a node that
1535 sets colors.
1536
15372010-12-06 Julien Danjou <julien@danjou.info>
1538
1539 * shr.el (shr-render-td): Render td content with shr-descend, so style
1540 will be applied to <td> too.
1541 (shr-colorize-region): Colorize region even if we only have a background.
1542 (shr-tag-body): Fix color and background color inheritance.
1543 Do not recolorize after shr-generic.
1544 (shr-tag-font): Let shr-generic colorize via inheritance.
1545
7454326a
G
15462010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1547
1548 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1549
15502010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1551
1552 * nnir.el (nnir-request-move-article): Remove obsolete code.
1553
c67e426e
KY
15542010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1557
04db63bc
G
15582010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1559
1560 * gnus-sum.el (gnus-summary-respool-article): The completion function
1561 expects a list instead of an alist.
1562
1563 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1564 string as the parameter.
1565
1566 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1567
1568 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1569 styles.
1570 (shr-colorize-region): New function.
1571 (shr-insert-background-overlay): Remove.
1572 (shr-render-td): Background setting should be taken care of on a higher
1573 level.
1574 (shr-tag-body): Use post-hoc colorizations.
1575 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1576 (shr-put-color-1): Don't overwrite old colors.
1577 (shr-colorize-region): When the background color isn't explicit, use
1578 a fixed background.
1579
1580 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1581 nnmail variables.
1582
15832010-12-05 Bjørn Mork <bjorn@mork.no>
1584
1585 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1586 unless necessary.
1587
15882010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1589
1590 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1591 server.
1592
15932010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1594
1595 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1596 so that TAB works.
1597
1598 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1599 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1600
1601 * shr.el (shr-urlify): Show the URL before the title to avoid
1602 misleading URLs.
1603
16042010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1605
1606 * shr.el (shr-urlify): Display the title in <a> tags.
1607
16082010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1609
1610 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1611
1b811c90
AC
16122010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1613
1614 * nnir.el: Rearrange code to allow macros to be autoloaded by
1615 gnus-sum.el.
1616 (nnir-retrieve-headers-override-function): Make this variable
1617 customizable.
1618 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1619
1620 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1621 from nnir.el.
1622
6ce4202f
JD
16232010-12-03 Julien Danjou <julien@danjou.info>
1624
1625 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1626
115e0ebf
KY
16272010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1628
9778055f
KY
1629 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1630 allow optional argument `environment'.
115e0ebf 1631
acab4d4b
GM
16322010-12-03 Glenn Morris <rgm@gnu.org>
1633
1634 * mm-extern.el (message-goto-body): Update declaration.
1635
d6f6af81
KY
16362010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1637
1638 * gnus-util.el (gnus-macroexpand-all): New function.
1639
1640 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1641 instead of macroexpand-all that is unavailable in XEmacs.
1642
ed797193
G
16432010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1644
1645 * nnir.el (nnir-summary-line-format): New variable.
1646 (nnir-mode): Use it.
1647 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1648 (nnir-article-ids): Reimplement as defsubst.
1649 (nnir-retrieve-headers): Don't mangle the subject header.
1650 (nnir-run-imap): Use 100 as RSV score.
1651 (nnir-run-find-grep): Fix for full server searching.
1652 (nnir-run-gmane): Better restriction to gmane groups.
1653
1654 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1655 summary buffers.
1656
16572010-12-02 Julien Danjou <julien@danjou.info>
1658
1659 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1660
1661 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1662
1663 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1664 support.
1665
16662010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1667
1668 * nnir.el: Update to handle the registry better.
1669 (autoload): Silence byte-compiler.
1670 (nnir-open-server): Add a hook for nnir groups.
1671 (nnir-request-move-article): Don't mangle the header. Better to use
1672 formating variables (which will be added in the future).
1673 (nnir-registry-action): Update the registry using the original article
1674 group name.
1675 (nnir-mode): Install nnir-specific hooks for updating the registry.
1676
1677 * gnus-sum.el
8dabbfd6
SM
1678 (gnus-article-original-subject,gnus-newsgroup-original-name):
1679 Remove obsolete variables.
ed797193
G
1680 (gnus-summary-move-article): Remove use of obsolete variables.
1681 (gnus-summary-local-variables): Make move and delete hooks local to
1682 summary buffers.
1683
16842010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1685
1686 * rtree.el: New file.
1687
16882010-12-01 Julien Danjou <julien@danjou.info>
1689
1690 * message.el (message-user-organization): Do not use
1691 gnus-local-organization.
1692
1693 * gnus.el: Remove gnus-local-organization.
1694
1695 * gnus-msg.el: Remove nastygram thing.
1696
16972010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1698
1699 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1700 funcall.
1701
17022010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1705 names.
1706
1707 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1708 characters.
1709
1710 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1711 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1712 Suggested by Štěpán Němec <stepnem@gmail.com>.
1713 (gnus-gravatar-transform-address): Use mail-extract-address-components
1714 that supports non-ASCII names rather than mail-header-parse-addresses.
1715
17162010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1717
1718 * proto-stream.el (open-protocol-stream): All starttls connections are
1719 handled by the network handler.
1720
17212010-11-30 Julien Danjou <julien@danjou.info>
1722
1723 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1724 (nnimap-open-connection-1): Fix PREAUTH.
1725
1726 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1727
17282010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1729
1730 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1731 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1732 (shr-insert): Use them.
1733 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1734
17352010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1736
1737 * nnir.el (nnir-request-move-article): Bail out if original group
1738 doesn't support article moves.
1739 (nnir-get-active): Improve active list retrieval.
1740
17412010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742
1743 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1744
17452010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1746
1747 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1748 seem to accept strings-with-numbers as port numbers,
1749
17502010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1751
1752 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1753 change the registry.
1754
17552010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1758 delete-dups that is not available in XEmacs 21.4.
1759
1760 * mm-util.el (mm-delete-duplicates): Add comment.
1761
17622010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1763
1764 * nnir.el (nnir-ignored-newsgroups): New variable.
1765 (nnir-get-active): Use it.
1766
17672010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1768
1769 * proto-stream.el (proto-stream-open-network): Add some comments.
1770
1771 * nntp.el (nntp-open-connection): Provide a :success condition.
1772
1773 * nnimap.el (nnimap-open-connection-1): Ditto.
1774
1775 * proto-stream.el (proto-stream-open-network): See what the response to
1776 the STARTTLS command is.
1777
1778 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1779 backwards compatibility).
1780 (nnimap-open-connection-1): Really respect nnimap-server-port.
1781
1782 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1783 TLS upgrades we don't really care about the identity of the peer.
1784 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1785 that what we've checked for.
1786 (proto-stream-always-use-starttls): Only default to t if
1787 open-gnutls-stream exists.
1788 (proto-stream-open-network): If STARTTLS failed, then just open a
1789 normal connection.
1790 (proto-stream-open-network): Wait until the greeting before doing
1791 STARTTLS.
1792
1793 * nntp.el (nntp-open-connection): Report what the connection error is.
1794
8dabbfd6 1795 * proto-stream.el (open-protocol-stream): Rename from
ed797193
G
1796 open-proto-stream.
1797
17982010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1799
1800 * nnimap.el (nnimap-stream): Change default to `undecided'.
1801 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1802 first, and then network.
1803 (nnimap-open-connection-1): Respect nnimap-server-port.
1804 (nnimap-open-connection): Be more backwards-compatible.
1805
1806 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1807 (proto-stream-open-starttls): De-duplicate the starttls code.
1808 (proto-stream-open-starttls): Folded back into the main function.
1809 (proto-stream-open-network): Fix typo in the gnutls path.
1810 (proto-stream-command): Refactor out.
1811
1812 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1813
1814 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1815 starttls.el STARTTLS.
1816
1817 * color.el (color-lab->srgb): Fix function call name.
1818
1819 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1820 if we're using tls.el.
1821 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1822 built in, then don't try to establish a STARTTLS connection.
1823
1824 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1825 servers.
1826
1827 * proto-stream.el (open-proto-stream): Use network, not stream.
1828 (open-proto-stream): Add a way to specify what the end of a command is.
1829
1830 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1831 connections types.
1832 (nntp-open-network-stream): Remove.
1833 (nntp-open-ssl-stream): Remove.
1834 (nntp-open-tls-stream): Remove.
1835 (nntp-ssl-program): Remove.
1836
1837 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1838
18392010-11-27 Andrew Cohen <cohen@andy.bu.edu>
1840
1841 * nnir.el: Fix typos.
1842 (nnir-retrieve-headers-override-function): Rename variable to reflect
1843 new semantics.
1844 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1845 macros.
1846 (nnir-request-article, nnir-request-move-article): Use them.
1847 (nnir-categorize): New function.
1848 (nnir-run-query): Use it.
1849 (nnir-retrieve-headers): Rewrite to batch header retrieval.
1850 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1851 sorted.
1852 (nnir-group-full-name): Use gnus-group-full-name instead.
1853 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1854 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1855
18562010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1857
1858 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1859
1860 * proto-stream.el: New library to provide protocol-specific
1861 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1862 protocols.
1863 (open-proto-stream): Complete the documentation.
1864 (proto-stream-open-network): Fix some typos.
1865
1866 * nnimap.el (nnimap-open-connection): Use it.
1867
07976ae3 18682010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
1869
1870 * pop3.el (pop3-open-server): Read server greeting before starting TLS
1871 negotiation.
1872
f5462bae
JD
18732010-11-26 Julien Danjou <julien@danjou.info>
1874
1875 * color.el: Rename various rgb functions to srgb.
1876
36af6c65
G
18772010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1878
1879 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1880 names.
1881
b40950bf
KY
18822010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * shr.el (shr-insert): Revert last change.
1885 (shr-find-fill-point): Never leave point being at bol;
1886 relax the kinsoku limitation when rendering tables.
1887
ae489548
LMI
18882010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1889
5be93fc8
LMI
1890 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1891 results from -accept-article.
1892
1893 * shr-color.el: Require cl when compiling.
1894
1e91d0eb
LMI
1895 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1896 checkin.
1897
1898 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1899
57cc52be
LMI
1900 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1901
5f285722
LMI
1902 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1903 'add and 'delete to set backend marks.
1904
1905 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1906
1907 * nnheader.el (nnheader-update-marks-actions): Refactor out.
1908
1909 * nntp.el (nntp-request-set-mark): Use it.
1910
1911 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1912
1913 * nnml.el (nnml-request-set-mark): Ditto.
1914
ae489548
LMI
1915 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1916 introduces regressions in article selection.
cccb4b4c
LMI
1917 (nnimap-find-uid-response): New function.
1918 (nnimap-request-accept-article): Use the UID returned, if any.
1919 (nnimap-request-move-article): Use the UID returned, if any.
1920 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 1921 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
1922 (nnimap-request-set-mark): Extend syntax with 'set.
1923
1924 * nnml.el (nnml-request-set-mark): Ditto.
1925
1926 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1927
1928 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 1929
443ecb08
KY
19302010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932 * message.el (message-called-interactively-p): A temporary macro.
1933 (message-goto-body): Use it temporarily.
1934
a56a1cce
LMI
19352010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1936
1937 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1938 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 1939 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 1940
fd042993
G
19412010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1942
1943 * shr.el (shr-insert): Fix the way to fold lines.
1944
d50717f0
JD
19452010-11-25 Julien Danjou <julien@danjou.info>
1946
fd042993
G
1947 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1948
1949 * color.el: Rename from color-lab.el
1950 (color-rgb->hex): Add.
1951 (color-complement): Add.
1952 (color-complement-hex): Add.
1953
d50717f0
JD
1954 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1955
fded65c7
LMI
19562010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1957
1958 * shr-color.el (shr-color-visible): Don't bug out if the colour names
1959 don't exist.
1960
bbf9f302
KY
19612010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1962
e4f123a4
KY
1963 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1964 assuming that article displaying or another mml-preview may be
1965 interrupted for an error or for the like.
1966
bbf9f302
KY
1967 * shr.el (shr-get-background): Fix argument name.
1968
144b7b5c
G
19692010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1970
1971 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1972
1973 * gnus-sum.el (gnus-summary-include-articles): New function.
1974
1975 * message.el (message-goto-body): called-interactively-p needs a
1976 parameter, so use `any'.
1977
1978 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1979 clear marks before moving, since they're synced from the Gnus side
1980 first.
1981
1982 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1983 (gnus-summary-move-article): Copy over all marks before moving, so that
1984 IMAP doesn't think a new article has arrived.
1985
19862010-11-24 Julien Danjou <julien@danjou.info>
1987
1988 * shr.el (shr-insert-background-overlay): Fix typo.
1989 (shr-render-td): Copy the background before rendering.
1990
1991 * shr-color.el (shr-color-visible): Fix docstring.
1992
1993 * shr.el (shr-tag-table): Add bgcolor support.
1994 (shr-render-td): Add bgcolor support.
1995 (shr-get-background): Add.
1996 (shr-insert-foreground-overlay): Use shr-get-background.
1997
1998 * message.el (message-goto-body): Use called-interactively-p.
1999 (message-in-body-p): message-goto-body returns point.
2000
20012010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2002
2003 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2004 Fixes something or other in Emacs 23, and is backwards compatible.
2005
2006 * message.el (message-goto-body): Remove the <#secure special-casing,
2007 which is too special.
2008
2009 * shr.el (shr-parse-style): Drop !important from styles.
2010
20112010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2012
2013 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2014 this function to return incorrect results when calling it with an
2015 explicit article argument different from
2016 (gnus-summary-article-number).
2017
20182010-11-24 Julien Danjou <julien@danjou.info>
2019
2020 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2021 (shr-tag-body): Add background support.
2022 (shr-descend): Add background support.
2023 (shr-tag-title): Add.
2024
2025 * shr-color.el (shr-color-visible): Really return original background
2026 if fixed.
2027
67d43a1d
G
20282010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2029
01c35094 2030 * shr.el (shr-color-check): Protect against non-existent colour names.
67d43a1d
G
2031
20322010-11-24 Julien Danjou <julien@danjou.info>
2033
5b42dfdd
JD
2034 * color-lab.el: Require 'cl when compiling.
2035
67d43a1d
G
2036 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2037
2038 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2039 matched part.
2040
2041 * color-lab.el: Fix all expt calls to use float type.
2042
463bcf11
KY
20432010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2044
69881db0
KY
2045 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2046 expression to shr-color-check as is.
2047
4b8b6f60
KY
2048 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2049
463bcf11
KY
2050 * color-lab.el: Add coding cookie.
2051 (float-pi): Use eval-and-compile.
2052
094ae2ab
G
20532010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2054
2055 * shr.el (shr-insert-color-overlay): Split stuff like
2056 "#444444 !important" to find the real colour.
1110d53b
LMI
2057 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2058 parse <font color="red"> entries.
094ae2ab
G
2059
20602010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2061
2062 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2063 point when parsing headers.
2064
2065 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2066 is positioned properly when parsing headers.
2067
a2994808
JD
20682010-11-23 Julien Danjou <julien@danjou.info>
2069
094ae2ab
G
2070 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2071
2072 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2073
a2994808
JD
2074 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2075
8dabbfd6
SM
2076 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2077 Use shr-color-hue-to-rgb.
a2994808
JD
2078 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2079
ebe79557
LMI
20802010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081
2082 * shr.el (shr-color->hexadecimal): Autoload.
2083 (shr-descend): Add color to all tags.
2084
440b1345
JD
20852010-11-22 Julien Danjou <julien@danjou.info>
2086
ef6a2907
JD
2087 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2088 shr-color->hexadecimal.
2089
2090 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2091 RGB() or HSL() color representation.
2092
2093 * shr.el (shr-tag-font): Add.
2094 (shr-tag-color-check): New function to get better colors.
2095 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2096 tag-span.
2097
2098 * shr-color.el: New file.
2099
2100 * color-lab.el: New file.
2101
440b1345
JD
2102 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2103
59e75882
G
21042010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2105
2106 * nnir.el: Fix typo in comments.
2107 (nnir-run-imap): Simplify code. No need to reverse artlist.
2108 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2109
21102010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2113
2114 * nnimap.el (nnimap-get-capabilities): Refactor out.
2115 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2116
034244e5
RA
21172010-11-21 Ralf Angeli <angeli@caeruleus.net>
2118
2119 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2120 appearing when `mm-uu-hide-markers' is nil.
2121
e39a5583
LMI
21222010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2123
296a8e19
SM
2124 * nnimap.el (nnimap-unselect-group): Make into its own function.
2125 (nnimap-request-rename-group): Unselect group before renaming.
2126 This had gotten lost somewhere.
e39a5583
LMI
2127 (nnimap-request-accept-article): Keep track of examined groups, and
2128 unselect the group before APPENDing to read-only groups.
2129 (nnimap-request-move-article): Clear flags before moving so that they
2130 can be re-set later.
2131
e7424f06
KY
21322010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2133
2134 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2135 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2136
b59a9eef
KY
21372010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2138
2139 * gnus-art.el (gnus-mime-display-single)
2140 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2141 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2142 parameter.
2143
d3098750
LMI
21442010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
296a8e19 2146 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
2147 (shr-table-vertical-line): New variable.
2148 (shr-insert-table): Use it.
2149
6568a67d
KY
21502010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * gnus-html.el (gnus-html-wash-images): Don't display images if
2153 gnus-inhibit-images is non-nil; register displayer for cid images.
2154 (gnus-html-display-image): Work for cid image.
2155 (gnus-html-insert-image): Allow arguments.
2156 (gnus-html-put-image): Inhibit read-only.
2157 (gnus-html-prefetch-images): Don't prefetch images if
2158 gnus-inhibit-images is non-nil.
2159
c0f9edce
G
21602010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2161
2162 * shr.el (shr-put-image): Break lines when inserting big pictures.
2163
21642010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2165
2166 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2167 sender, thanks Katsumi Yamaoka.
2168
21692010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2170
2171 * nnir.el (nnir-run-imap): Reverse the article list for each group
2172 rather than the whole list.
2173
40de2c6d
KY
21742010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2175
f8d8a97b
KY
2176 * shr.el (shr-image-displayer): Protect function against non-existent
2177 image source.
2178
40de2c6d
KY
2179 * gnus-art.el (gnus-inhibit-images): New user option.
2180 (gnus-mime-display-single): Don't display image if it is non-nil.
2181
2182 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2183 gnus-inhibit-images.
2184
2185 * shr.el (shr-image-displayer): New function.
2186 (shr-tag-img): Use it.
2187
809fde05
DD
21882010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2189
2190 * mml2015.el (mml2015-epg-sign): Use From header.
2191
90eef047
LMI
21922010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
0073e031
LMI
2194 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2195
2196 * gnus-util.el (gnus-find-text-property-region): Return markers.
2197
8b6f6573
LMI
2198 * shr.el (shr-tag-img): Put a displayer in the text property.
2199
2200 * gnus-util.el (gnus-find-text-property-region): New utility function.
2201
2202 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2203 (gnus-html-show-images): Remove.
2204
2205 * gnus-art.el (gnus-article-show-images): New, more general function.
2206
2207 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2208 image url text properties.
2209
2210 * shr.el: Ditto.
2211
90eef047
LMI
2212 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2213 gnus-agent-auto-agentize-methods is set. Which it isn't.
2214
3a7a03ad
KY
22152010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2216
2217 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2218 work for two or more articles.
2219
2f0e0dc8
KY
22202010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2221
059b2b00
KY
2222 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2223 divide an image that's in an html article to two or more when washing
2224 non-ASCII characters in alt text of it.
2f0e0dc8 2225
b0feab7d
KY
22262010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2227
2228 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2229 smime-decrypt-region using function argument.
2230 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2231
2232 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2233
2234 * smime.el (smime-decrypt-region): Catch it.
2235
ec54e7a4
SM
22362010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * smime.el (smime-mode-map): Move initialization into declaration.
2239 (gnus-run-mode-hooks): Don't autoload.
2240 (smime-mode): Use define-derived-mode.
2241
0b58f78e
GM
22422010-11-11 Glenn Morris <rgm@gnu.org>
2243
8d60680b
GM
2244 * smime.el (from): Restrict declaration to XEmacs.
2245
0b58f78e
GM
2246 * nnir.el (gnus-group-topic-name): Autoload.
2247
e7102c0a
KY
22482010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2249
2250 * shr.el (shr-insert): Don't break long line if it is because of
2251 kinsoku-bol characters in the line end.
2252
67a3b17c
AC
22532010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2254
54e275fa 2255 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 2256 and subject.
54e275fa 2257 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
2258 been retrieved.
2259
54e275fa 2260 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
2261 subject for virtual articles such as those in an nnir summary buffer.
2262
9c1d3f98
KY
22632010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2266 least 21.5).
2267
2268 * smime.el (from): Declare it again for XEmacs.
2269
a7f6e5b9
LMI
22702010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2271
2272 * message.el (message-resend): Don't disable encoding unless it's
2273 already encoded.
2274
2275 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2276 low-numbered articles.
2277
fdf14191
KY
22782010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2279
3d492670
KY
2280 * rfc2047.el (rfc2047-syntax-table): Simplify.
2281
fdf14191
KY
2282 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2283 set-char-table-range for XEmacs.
2284
6f0d4bb6
GM
22852010-11-10 Glenn Morris <rgm@gnu.org>
2286
89eee1e0
GM
2287 * smime.el (from): Remove unused declaration.
2288
6f0d4bb6
GM
2289 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2290 (gnus-float-time): On Emacs, always an alias.
2291
2292 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2293 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2294
16c1b3bc
KY
22952010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2296
7dfd3008 2297 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 2298
be3c11b3
LMI
22992010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2300
2301 * shr.el (browse-url-mailto): Autoload.
2302
2303 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2304
2305 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2306 regexp doesn't need quoting.
2307
27410d0a
SJ
23082010-11-09 Sven Joachim <svenjoac@gmx.de>
2309
2310 * message.el (message-subject-trailing-was-ask-regexp)
2311 (message-subject-trailing-was-regexp): Match was: in addition to was.
2312
9b026d9f
GM
23132010-11-09 Glenn Morris <rgm@gnu.org>
2314
2315 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2316 (nnbabyl-check-mbox): Use point-at-bol.
2317
be3c11b3
LMI
23182010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319
2320 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 2321
be3c11b3
LMI
2322 * message.el (message-mailto): New function.
2323 (message-mailto): Should accept other parameters.
2324 (message-mailto): Remove since it duplicates browse-url-mailto
2325 functionality.
44d51d84 2326
1fe0787f
LMI
23272010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2328
2329 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2330 methods.
2331 (gnus-read-active-file): Ditto.
2332
2333 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2334 ": " from the prompt.
2335 (gnus-group-make-group): Ditto.
2336
e180ab9f
GM
23372010-11-07 Glenn Morris <rgm@gnu.org>
2338
2339 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2340 (gnus-bookmark-kill-line): Use point-at-eol.
2341
c9bc6636
KY
23422010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2343
2344 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2345 asterisks in From header.
2346
4ddab346
G
23472010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2350 string to avoid making the From headers syntactically invalid.
2351
2352 * message.el (message-send-mail): Don't insert courtesy messages if the
2353 message already has List-Post and List-ID messages.
2354
c497474b
GM
23552010-11-06 Glenn Morris <rgm@gnu.org>
2356
2357 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2358 `condition', `type', `length' a prefix.
2359 (gnus-treat-predicate): Update for above name changes.
2360
4ddab346
G
23612010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2362
2363 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2364 binding. Handled by `gnus-summary-refer-thread' instead.
2365 (nnir-warp-to-article): New backend function.
2366
2367 * nnimap.el (nnimap-request-thread): Force dependency updating.
2368
2369 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2370 (gnus-summary-refer-thread): Rework to improve thread-referral.
2371
2372 * gnus-int.el (gnus-warp-to-article): New function.
2373
2374 * gnus-sum.el (gnus-summary-article-map): Bind it.
2375
181cb5fb
G
23762010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2377
c497474b 2378 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
2379 gnus-summary-refer-thread.
2380
c497474b 2381 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 2382 headers.
c497474b 2383 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 2384 being cut in gnus-cut-threads.
c497474b 2385 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
2386 thread.
2387
23882010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2389
2390 * message.el (message-send-mail): Use the value of
2391 message-courtesy-message from the message buffer.
2392
2393 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2394
2395 * shr.el (shr-browse-url): Implement mailto: URLs.
2396
2397 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2398 "raw".
2399
2400 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2401 if it's already selected.
2402
2403 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2404
b354bc53
KY
24052010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2406
2407 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2408 to measure the length and truncate alt text.
2409
73ab9865
GM
24102010-11-03 Glenn Morris <rgm@gnu.org>
2411
2412 * nndiary.el (nndiary-generate-nov-databases-1)
2413 (nndiary-generate-active-info): Rename dynamic variable `files' to
2414 something less generic.
2415
6ec9acb3
AC
24162010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2417
73ab9865 2418 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
2419 move articles from nnir.
2420
dc9791eb
LMI
24212010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2422
73ab9865 2423 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 2424
14782c59
JD
24252010-11-02 Julien Danjou <julien@danjou.info>
2426
2427 * nnir.el: Remove wais support.
2428
cb48fe81
GM
24292010-11-02 Glenn Morris <rgm@gnu.org>
2430
2431 * gnus-html.el: Reorder requirements to quieten compiler.
2432
f939acf1
KY
24332010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2434
2435 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2436 properly for XEmacs as well.
2437 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2438 (gnus-article-natural-long-line-p): Use window-width rather than
2439 frame-width.
2440
2960c86f
AC
24412010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2442
cb48fe81
GM
2443 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2444 (nnir-read-parms): Don't modify query.
2445 (nnir-run-query): Add ability to search topic on current line.
2446 (nnir-get-active): Clean up.
2960c86f 2447
9310f19d
LMI
24482010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
285cf7c8
LMI
2450 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2451 degenerate articles.
2452
2453 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2454 (gnus-print-buffer): Just print the buffer as is, without any copying
2455 to a buffer and then re-highlighting.
2456
9310f19d
LMI
2457 * nnimap.el (nnimap-request-group): Store the new updated info.
2458 (nnimap-request-group): Select the group when we don't know whether it
2459 exists or not.
2460
2461 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2462 groups.
2463
2464 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2465 groups.
2466
2467 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2468 groups.
2469
2470 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2471 long-lines case by only filling the long lines.
2472
2473 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2474 (bug #7311).
2475
84fd0e33
KY
24762010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * shr.el: No need to declare `declare-function' since shr.el is for
2479 only Emacsen that provide `libxml-parse-html-region'.
2480
c8ccffb1
GM
24812010-11-01 Glenn Morris <rgm@gnu.org>
2482
4c188c5a
GM
2483 * mm-util.el (gnus-completing-read): Autoload.
2484 (mm-read-coding-system): Simplify Emacs definition.
2485
4f7a670a 2486 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
2487 * nnimap.el (gnutls-negotiate):
2488 * nntp.el (netrc-parse): Fix declarations.
2489
87732ef3
KY
24902010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2493 string-match-p in Emacs >=23.
2494
2495 * gnus-msg.el (gnus-configure-posting-styles)
2496 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2497
a1daed2b
GM
24982010-11-01 Glenn Morris <rgm@gnu.org>
2499
e195d639
GM
2500 * nnir.el (declare-function): Add compat stub.
2501 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2502 (nnir-run-gmane): Require 'mm-url.
2503
ed1d182d
GM
2504 * mm-util.el (mm-string-to-multibyte): Simplify.
2505
85a45a69
GM
2506 * shr.el (declare-function): Add compat stub.
2507 (url-cache-create-filename): Declare.
2508 (mm-disable-multibyte, widget-convert-button): Autoload.
2509
b10d32ef
GM
2510 * smime.el (ldap-search): Declare.
2511 (smime-cert-by-ldap-1): Require ldap on Emacs.
2512
2b1e1ff4
GM
2513 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2514 (nnimap-keepalive): Use gnus-float-time.
2515
89cff466
GM
2516 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2517 (mail-source-delete-crash-box): Use gnus-float-time.
2518
26205de3 2519 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 2520
c36dea19 2521 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 2522
e116c1eb
GM
2523 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2524
f979f37e
GM
2525 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2526
1d8ff0c6
GM
2527 * sieve-manage.el: Require 'cl when compiling.
2528
a1daed2b
GM
2529 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2530 (gnus-iswitchb-completing-read): Require iswitchb.
2531 (gnus-select-frame-set-input-focus): Silence compiler.
2532
389b76fa
G
25332010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
a8336650
LMI
2535 * message.el (message-subject-trailing-was-query): Change default to t,
2536 since I think that's what most people want.
2537
389b76fa
G
2538 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2539 appending for easier debugging.
2540 (nnimap-wait-for-connection): Take a regexp.
2541 (nnimap-request-accept-article): Wait for the continuation line before
2542 sending anything unless we're streaming.
2543
2544 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2545 leave the header washing to take place.
2546
25472010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2548
2549 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2550 regular expression match and replace in posting styles.
2551
25522010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2553
2554 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2555 an entire server.
2556 (nnir-get-active): New function.
2557 (nnir-run-imap): Use it.
2558 (nnir-run-gmane): Who knew, gmane search returns an article score!
2559
296a8e19 2560 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
2561 server on the current line with nnir.
2562
25632010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2564
2565 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2566 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2567 left edge.
2568 (gnus-article-foldable-buffer): Skip past the prefix when determining
2569 raggedness.
2570
2571 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2572 the raw article, and change `C-u g' to show the article without doing
2573 treatments.
2574
2575 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2576 on to `gnus-treat-article'.
2577 (gnus-inhibit-article-treatments): New variable.
2578
2579 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2580
2581 * gnus-art.el (gnus-treatment-function-alist): Have
2582 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2583 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2584 sections.
2585
2586 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2587 parameter.
2588 (gnus-article-fill-cited-long-lines): New function.
2589 (gnus-article-fill-cited-article): Allow filling only long sections.
2590
2591 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2592 and non-punctuation (like after the apostrophe in "'We").
2593
2594 * gnus-sum.el (gnus-summary-select-article): Make sure
2595 gnus-original-article-buffer is alive.
2596
2597 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2598 reflect the order they're in in the digest.
2599
2600 * gnus.el (gnus-group-startup-message): Move point to the start of the
2601 buffer.
2602
2603 * nnimap.el (nnimap-capability): New function.
2604 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2605 is set.
2606
324c5734
DE
26072010-10-31 David Engster <dengste@eml.cc>
2608
2609 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2610 conform with changes to gnus-completing-read.
2611
953d41c4
G
26122010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2613
2614 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2615
26162010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2617
2f5e7c6f
GM
2618 * nnir.el: Move defvar, defcustom around to keep file organized
2619 and keep byte-compiler quiet.
2620 (nnir-read-parms): Accept search-engine as arg.
2621 (nnir-run-query): Pass search-engine as arg.
2622 (nnir-search-engine): Remove.
953d41c4
G
2623
26242010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2625
2626 * shr.el (shr-generic): The text nodes should be text, not :text.
2627
2628 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2629 later in the file.
2630
26312010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2632
2f5e7c6f
GM
2633 * nnir.el: General clean up. Allow searching with multiple engines.
2634 Allow separate extra-parameters for each engine.
2635 Batch queries when possible.
2636 (nnir-imap-default-search-key,nnir-method-default-engines):
2637 Add customize interface.
2638 (nnir-run-gmane): New engine.
2639 (nnir-engines): Use it. Qualify all prompts with engine name.
2640 (nnir-search-engine): Remove global variable.
2641 (nnir-run-hyrex): Restore for now.
2642 (nnir-extra-parms,nnir-search-history): New variables.
2643 (gnus-group-make-nnir-group): Use them.
2644 (nnir-group-server): Remove in favor of gnus-group-server.
2645 (nnir-request-group): Avoid searching twice.
2646 (nnir-sort-groups-by-server): New function.
953d41c4 2647
837ba704
JD
26482010-10-30 Julien Danjou <julien@danjou.info>
2649
2650 * gnus-group.el: Remove gnus-group-fetch-control.
2651
2f5e7c6f
GM
2652 * gnus-start.el (gnus-find-new-newsgroups):
2653 Remove gnus-check-first-time-used.
837ba704
JD
2654
2655 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2656
1e961f10
KAH
26572010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2658
2659 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2660 set on groups that don't have \* permanentflags.
2661
99e65b2d
G
26622010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2663
2664 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2665 control the background color.
2666 (shr-tag-img): Ignore very small web bug type images.
2667 (shr-put-image): Add help-echo alt texts to the images.
2668 (shr-tag-video): Show the video poster image.
2669
26702010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671
2672 * shr.el (shr-table-depth): New variable.
2673 (shr-tag-table-1): Only insert the images after the top-level table.
2674
2675 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2676
2677 * gnus-util.el (gnus-list-memq-of-list): New function.
2678
2679 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2680 selected.
2681 (nnimap-unsplittable-articles): New slot.
2682 (nnimap-new-articles): Use it.
2683
26842010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2685
2686 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2687 move to the previous line on `M-g'.
2688
26892010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2690
2691 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2692 *-request-group, which seems unnecessary.
2693
2694 * nnimap.el (nnimap-quote-specials): Function copied over from
2695 imap.el.
2696 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2697 they support that. Suggested by Tom Regner.
2698
86741733
JD
26992010-10-29 Julien Danjou <julien@danjou.info>
2700
99e65b2d
G
2701 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2702 defalias.
2703 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2704
2705 * gnus.el: Remove `gnus-nntp-service' variable.
2706 (gnus-secondary-servers): Make obsolete.
2707 (gnus-nntp-server): Make obsolete.
2708
2ec4c966
JD
2709 * gnus-start.el (gnus-1): Remove x-splash calls.
2710
2711 * gnus-ems.el (gnus-x-splash): Remove.
2712
2713 * gnus.el (gnus-group-startup-message): Simplify/update code.
2714
86741733
JD
2715 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2716 capability before doing anything.
2717 (gnus-group-insert-group-line): Remove useless
2718 gnus-group-remove-excess-properties.
2719
9efcd224
KY
27202010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2723
eb9df2c9
LMI
27242010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2725
2726 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2727 config after reselecting.
2728
cfe94935
JD
27292010-10-28 Julien Danjou <julien@danjou.info>
2730
4abff904
JD
2731 * shr.el (shr-put-image): Use point even if only inserting text.
2732 (shr-put-image): Save excursion when inserting alt text on non-graphic
2733 display, so the behaviour is the same when we are on a graphic display.
2734
cfe94935
JD
2735 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2736
a87ee50b
KY
27372010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2738
2739 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2740 (gnus-mime-copy-part): Check coding system, not charset.
2741 (gnus-mime-view-part-externally): Never remove part.
2742 (gnus-mime-view-part-internally): Don't remove part here.
2743 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2744 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2745 multipart/alternative.
2746
2747 * mm-decode.el (mm-display-part): Take optional arg `force'.
2748
11a5db4a
JD
27492010-10-26 Julien Danjou <julien@danjou.info>
2750
2751 * gnus-group.el (gnus-group-default-list-level): Add this function to
2752 compute the default list level.
2753 (gnus-group-default-list-level): Add possibility to use a function.
2754
e617ab06
KY
27552010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2756
3444dc61
KY
2757 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2758
e617ab06
KY
2759 * gnus-group.el (gnus-group-completing-read)
2760 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2761 gnus-replace-in-string.
2762
036d93bc
KY
27632010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2764
296a8e19 2765 * shr.el (shr-tag-div): Add.
036d93bc 2766
84acb2f6
JD
27672010-10-25 Julien Danjou <julien@danjou.info>
2768
2769 * gnus-util.el: Remove `gnus-with-local-quit'.
2770
2771 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2772
28090d40
LMI
27732010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2776 the original article buffer.
2777
b5c575e6
G
27782010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * nnimap.el (nnimap-request-head): New function.
2781 (nnimap-request-move-article): Try to be slighly faster by not
2782 requesting the entire message when moving.
2783 (nnimap-transform-headers): Don't bug out on bodiless articles.
2784 (nnimap-send-command): Have no outstanding messages if the IMAP server
2785 doesn't support streaming.
2786 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2787
27882010-10-24 Julien Danjou <julien@danjou.info>
2789
2790 * message.el (message-default-headers): Fix type.
2791
de635afe
G
27922010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2793
2794 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2795 prefetching images.
2796
2797 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2798 backend for unknown groups. This is mainly useful for nnimap groups.
2799
2800 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2801 group isn't covered by the agent.
2802
28032010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2804
2f5e7c6f
GM
2805 * nnir.el (nnir-method-default-engines): New variable.
2806 (nnir-run-query): Use it.
2807 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2808 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 2809
2f5e7c6f 2810 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
2811 gnus-group-make-nnir-group.
2812
28132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2814
2f5e7c6f 2815 * shr.el (shr-tag-object): Add.
de635afe
G
2816
2817 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2818 original article buffer live.
296a8e19
SM
2819 (gnus-summary-select-article-buffer):
2820 Mention gnus-widen-article-buffer.
de635afe 2821
530f7b67
LMI
28222010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2823
296a8e19 2824 * shr.el (shr-tag-strong): Add.
530f7b67 2825
280f417b
G
28262010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2827
530f7b67
LMI
2828 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2829 group names. They mess up the group buffer badly.
2830
280f417b
G
2831 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2832
2833 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2834 instead of the summary one.
2835
e0da801a
G
28362010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2837
f9bbc77a
KY
2838 * mml.el (mml-preview): Work properly when editing article.
2839
e0da801a
G
2840 * gnus-start.el (gnus-read-active-file-1): Don't add method to
2841 gnus-have-read-active-file if it's already been in.
2842
28432010-10-22 Tom Tromey <tromey@redhat.com>
2844
2845 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2846 gnus-group-completing-read.
2847
d806c872
G
28482010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
2850 * message.el (message-mode-map): Don't bind M-; to comment region, to
2851 allow the global comment-dwim to work.
2852
28532010-10-21 Julien Danjou <julien@danjou.info>
2854
2855 * message.el (message-setup-1): Allow message-default-headers to be a
2856 function.
2857
3c066373
KY
28582010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2859
2860 * shr.el (shr-tag-table): Simplify.
2861
d815edf0 28622010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 2863
d815edf0
LMI
2864 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2865 to avoid trying to snarf invalid stuff.
1171414d 2866
d815edf0 2867 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 2868
d99bf2d8
LMI
2869 * gnus.el (gnus-message-archive-group): Quote value.
2870 (gnus-message-archive-group): Mark as changed.
2871
6c85a14f
LMI
2872 * shr.el (shr-add-font): Don't put the font properties on the newline
2873 or the indentation.
2874
2875 * message.el (message-fix-before-sending): Change options when sending
2876 non-printable characters.
2877
d99bf2d8 2878 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
2879 monthly outgoing groups.
2880
728fd3b9
LMI
2881 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2882 that have gotten new numbers.
2883
2884 * nnimap.el (nnimap-request-replace-article): New function.
2885
ab388ec4
KY
28862010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2887
2888 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2889 (nnrss-request-article): Don't use special html washing code.
2890
2526f423
G
28912010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2892
2893 * shr.el (shr-tag-table): Remove useless nconc.
2894
28952010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896
2897 * gnus-art.el (article-wash-html): Simplify and remove the charset
2898 stuff. Use the normal html rendering code instead of the special html
2899 washing code.
2900
2901 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2902 `gnus-w3m' symbols.
296a8e19 2903 (mm-text-html-washer-alist): Remove.
2526f423 2904
296a8e19
SM
2905 * mm-decode.el (mm-inline-text-html-renderer): Remove.
2906 (mm-inline-media-tests): Remove use.
2526f423
G
2907 (mm-text-html-renderer): Change default to the `shr' symbol.
2908
296a8e19 2909 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
2910
2911 * gnus-art.el (gnus-blocked-images): New function. Allow the
2912 `gnus-blocked-images' to be a function.
296a8e19 2913 (gnus-article-wash-function): Remove.
2526f423 2914
9d1bf25d
JD
29152010-10-20 Julien Danjou <julien@danjou.info>
2916
2526f423
G
2917 * spam.el (spam-list-of-processors): Mark as obsolete.
2918
9d1bf25d 2919 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 2920 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 2921
ba91f05d
G
29222010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
2923
2924 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2925 run file-truename on remote files. This can be expensive and even
2926 prevent one from editing drafts if some unrelated buffer has a stale
2927 connection.
2928
9f47ba2d
KY
29292010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2932 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
2933 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2934 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 2935
2e76c12c
LMI
29362010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2937
b643306f
LMI
2938 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2939 lines.
cdf1fca4 2940 (shr-save-contents): New command and keystroke.
b643306f 2941
2e76c12c
LMI
2942 * nndoc.el (nndoc-type-alist): Add git support.
2943 (nndoc-git-type-p): New function.
2944 (nndoc-transform-git-article): Ditto.
2945 (nndoc-transform-git-headers): Ditto.
c872595d 2946 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
2947
2948 * shr.el (shr-parse-style): New function.
2949 (shr-tag-span): Ditto.
2950
2951 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2952 to `G G' to avoid collisions.
2953
83ffd571
KY
29542010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2955
2fe10446 2956 * shr.el: Load kinsoku if necessary.
83ffd571
KY
2957 (shr-kinsoku-shorten): New internal variable.
2958 (shr-find-fill-point): Make kinsoku shorten text line if
2959 shr-kinsoku-shorten is bound to non-nil.
2960 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2961 shr-indentation too when testing if table is wider than frame width.
2962 (shr-insert-table): Use `string-width' instead of `length' to measure
2963 text width.
2964 (shr-insert-table-ruler): Make sure indentation is done at bol.
2965
a04f9e26
SM
29662010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2969 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2970 undecoded network data.
2971
7cad71ad
G
29722010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2755ee78
LMI
2974 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2975 name in the mode line spec so that the mode line menu works
2976 (bug #2431).
2977
2978 * message.el (message-get-reply-headers): If we're fed `to-address',
2979 then always use that.
2980
7cad71ad
G
2981 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2982 aren't so wide as to need to switch off the edit menu.
2983
2984 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2985 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2986
2987 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2988 `M-g'.
2989 (nnimap-update-info): Update flags/read marks even if \* isn't part of
2990 the permanent marks.
2991
29922010-10-18 Andrew Cohen <cohen@andy.bu.edu>
2993
a04f9e26
SM
2994 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2995 Splitting according to references/in-reply-to obeys the ignore-groups
2996 variable, while splitting by sender and subject do not.
7cad71ad
G
2997
29982010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3001 alist, so that we can look for non-Unicode chars.
3002 (article-translate-strings): Allow both character and string maps.
3003
73db8b08
KY
30042010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3005
3006 * shr.el (shr-insert): Don't insert space behind a wide character
3007 categorized as kinsoku-bol, or between characters both categorized as
3008 nospace.
3009
b57a665d
G
30102010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3011
2f5e7c6f 3012 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
3013 headers to gnus-newsgroup-headers.
3014
30152010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3016
3017 * shr.el (shr-tag-img): Don't align images -- since we're not
3018 rescaling, this often leads to ugly displays.
3019
283f7b93
G
30202010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3021
a04f9e26 3022 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
3023 duplicates.
3024
30252010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3026
3027 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3028 call.
3029
68f6bd17
KY
30302010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
283f7b93
G
3032 * gnus.el: Autoload gnus-html-show-images.
3033
3034 * nnimap.el: Use nnheader-message throughout.
3035
68f6bd17
KY
3036 * shr.el (shr-tag-img): Ignore images with no data.
3037
283f7b93
G
30382010-10-15 Julien Danjou <julien@danjou.info>
3039
ba91f05d
G
3040 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3041 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 3042
20438017
KY
30432010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3044
283f7b93
G
3045 * shr.el (shr-insert): Remove space inserted before or after a
3046 breakable character or at the beginning or the end of a line.
20438017
KY
3047 (shr-find-fill-point): Do kinsoku; find the second best point or give
3048 it up if there's no breakable point.
3049
030158f3
G
30502010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
3052 * nnimap.el (nnimap-open-connection): Message when opening connection
3053 for debugging purposes.
3054
3055 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3056 on every setup buffer call to allow this to change from article to
3057 article.
3058
3059 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3060 buffers where we have a wide table.
3061
30622010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3063
3064 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3065 uses *-request-thread.
3066
30672010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3068
3069 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3070 incantation, which is no longer valid.
3071
30722010-10-14 Julien Danjou <julien@danjou.info>
3073
3074 * shr.el: Fix defcustom type (char -> character).
3075
0d2d1bdc
G
30762010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3077
3078 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3079 programs.
3080
30812010-10-14 Julien Danjou <julien@danjou.info>
3082
31e96eec
JD
3083 * shr.el (shr-tag-a): Use url-link as widget type.
3084
0d2d1bdc
G
3085 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3086 `gnus-group-get-icon'.
3087
a1d16a7b
G
30882010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
d1090fe8
LMI
3090 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3091 This should make server editing work better.
3092
a1d16a7b
G
3093 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3094
3095 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3096 (nnimap-parse-flags): Fix regexp.
3097
3098 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3099 probably work for CJVK text, too.
3100
296a8e19 3101 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
3102 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3103
31042010-10-13 Julien Danjou <julien@danjou.info>
3105
3106 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3107 responses.
3108
31092010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3110
3111 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3112
3113 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3114 anything in Emacs.
3115
3116 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3117
d0e0de31
JD
31182010-10-13 Julien Danjou <julien@danjou.info>
3119
3120 * shr.el (shr-width): Make shr-width a defcustom with default to
3121 fill-column.
3122 (shr-tag-img): Use shr-width rather than fill-column.
3123
7417851c
KY
31242010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3125
68d9bf4b
KY
3126 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3127
7417851c
KY
3128 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3129 position when (X-)Faces exist.
3130 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3131 avatars when called interactively.
3132
ab67634f
G
31332010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3134
3135 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3136 gnus-article-x-face-too-ugly is bound.
3137
6ffab592
LMI
31382010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3139
ab67634f
G
3140 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3141
3142 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3143 mailbox that doesn't exist.
3144
31452010-10-12 Julien Danjou <julien@danjou.info>
3146
3147 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3148 (shr-get-image-data): Encode URL properly when fetching from cache.
3149 (shr-tag-img): Use aligned-to spaces to align correctly images.
3150
3151 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3152 before inserting the Gravatar.
3153
3154 * shr.el (shr-tag-img): Add align attribute support for <img>.
3155
31562010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3157
296a8e19 3158 * gnus-gravatar.el (gnus-art): Require.
ab67634f 3159
6ffab592
LMI
3160 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3161 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3162 Remove long obsoleted functions.
3163
f0b7f5a8
KY
31642010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3165
f0b7f5a8
KY
3166 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3167
ed1d182d
GM
3168 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3169 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3170 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3171 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3172 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3173 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
3174 Fix comment for declare-function.
3175
6b7df8d3
G
31762010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3177
3178 * nnimap.el (nnimap-request-rename-group): Select group read-only
3179 before renaming it.
3180
3181 * shr.el (shr-insert): Fix up the white space only regexp.
3182
3183 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3184 bodies. Protect against this. Reported by Michael Welsh Duggan.
3185
3186 * shr.el (shr-current-column): New function.
3187 (shr-find-fill-point): New function.
3188
31892010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3190
3191 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3192 numbers.
3193
31942010-10-11 Julien Danjou <julien@danjou.info>
3195
3196 * shr.el (shr-hr-line): Add.
3197 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3198 display hr lines.
3199 (shr-max-columns): Do not change state to nil if we just inserting
3200 spaces.
3201
6ec07c5a
LMI
32022010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3203
3204 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3205 select the last group.
3206
0be56f17
TZ
32072010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3208
3209 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3210
dab0271f
G
32112010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
3213 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3214 for Gnus.
3215 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3216 (nnimap-update-qresync-info): Mark \Seen articles as read.
3217
3218 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3219 non-variable, too.
3220
3221 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3222 available.
3223 (nnimap-update-info): Rely more on the current active than the param
3224 active to avoid marking articles as read too much.
3225
3226 * auth-source.el (auth-source-create): Use (user-login-name) for the
3227 user name default.
3228
3229 * nnimap.el (nnimap-update-info): If the server doesn't return any
3230 useful info, just use the previous info.
3231 (nnimap-update-info): Prefer old info over start-article.
3232 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3233
32342010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3235
3236 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
3237 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3238 Use key rather than value.
dab0271f
G
3239 (nnir-imap-search-other): New variable.
3240 (nnir-read-parm): Use it.
3241 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3242 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3243
32442010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3246 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3247 the process, too.
3248
f7aa248a
G
32492010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3250
296a8e19
SM
3251 * spam.el (gnus-summary-mode-map): Bind to "$".
3252 Suggested by Russ Allbery.
f7aa248a
G
3253
3254 * shr.el: Rework the way things are indented by <li> slightly.
3255
3256 * gnus.el (gnus-group-set-parameter): Fix typo.
3257
3258 * nnimap.el: Start implementing QRESYNC support.
3259
32602010-10-09 Julien Danjou <julien@danjou.info>
3261
3262 * nnir.el (nnir-engines): Fix too many arguments.
3263
32642010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3265
3266 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3267 group is the "last", so that the backends like nnfolder actually save
3268 their folders.
3269
3270 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3271 try to use that for the tls stream.
3272 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3273 UIDVALIDITY and find out which groups are read-only and not.
3274 (nnimap-get-flags): Use the same marks parsing code as the rest of
3275 nnimap.
3276
afba0c4b
JD
32772010-10-09 Julien Danjou <julien@danjou.info>
3278
1736ad36
JD
3279 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3280
afba0c4b
JD
3281 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3282 retrieving gravatars.
3283
3284 * shr.el (shr-table-corner): Add.
3285 (shr-table-line): Add.
3286 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3287
36d3245f
G
32882010-10-08 Julien Danjou <julien@danjou.info>
3289
3290 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3291
32922010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3293
3294 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3295
3296 * gnus-sum.el (gnus-mark-article-as-unread)
3297 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3298 (gnus-summary-set-bookmark): Use it.
3299
3300 * gnus-msg.el (gnus-setup-message): Use it.
3301
3302 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3303
3304 * gnus.el (gnus-group-remove-parameter): Use it.
3305
3306 * gnus-group.el (gnus-group-make-web-group): Use it.
3307
3308 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3309
3310 * nnregistry.el: Update docs to mention manual.
3311
3312 * gnus-registry.el: Update docs to mention nnregistry.el.
3313 (gnus-registry-initialize): Don't install nnregistry refer method
3314 automatically.
3315 (gnus-registry-install-nnregistry): Remove it.
3316
33172010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3318
3319 * shr.el (shr-insert): Don't insert double spaces.
3320
863b61d6
KY
33212010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3322
090f6ea1
KY
3323 * gnus-gravatar.el (gnus-treat-from-gravatar)
3324 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3325 called interactively.
3326
f7aa0b8f
KY
3327 * gnus-art.el (gnus-mime-view-part-externally)
3328 (gnus-mime-view-part-internally): Make predicate function passed to
3329 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3330 of a mime type.
3331
863b61d6
KY
3332 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3333
3d319c8f
LMI
33342010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3335
3336 * shr.el (require): Require cl when compiling.
3337 (shr-tag-hr): New function.
3338
3339 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
3340 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3341 This makes nnimap work properly on Courier again.
3d319c8f
LMI
3342
3343 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
01c35094 3344 the variable for backwards compatibility.
3d319c8f
LMI
3345
3346 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3347 the file name before using to avoid setting mm-default-directory to
3348 nil.
3349
3350 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3351 bidning gnus-agent variables.
3352
3353 * shr.el (shr-render-td): Use a cache for the table rendering function
3354 to avoid getting an exponential rendering behaviour in nested tables.
3355 (shr-insert): Rework the line-breaking algorithm.
3356 (shr-insert): Don't leave trailing spaces.
3357 (shr-insert-table): Also insert empty TDs.
3358 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3359
3a3cbf0a
SM
33602010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * gnus-sum.el (gnus-number): Rename from `number'.
3363 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3364 (gnus-summary-limit-children): Update uses correspondingly.
3365
fcf2d385
KY
33662010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3367
3368 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3369 (gnus-gravatar-transform-address): Don't show avatars of people of
3370 which mail addresses match gnus-gravatar-too-ugly.
3371
a7dcc87b
G
33722010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * shr.el (shr-table-widths): Expand TD elements to fill available
3375 space.
3376
33772010-10-07 Julien Danjou <julien@danjou.info>
3378
3379 * nnimap.el (nnimap-request-rename-group): Add this method.
3380
814cc274
KY
33812010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3382
3383 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3384 name from XEmacs' function-arglist.
3385
3386 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3387 gravatar under XEmacs.
3388
cbabe91f
TZ
33892010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3390
3391 * auth-source.el: Update docs with TODO items.
3392
3393 * gnus-sync.el: Update docs to explain state and plans.
3394
3395 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3396 Hooks for mark updates.
3397 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3398
3399 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3400 hooks with arguments, which is needed for mark update hooks.
3401
fd9ba500
JD
34022010-10-06 Julien Danjou <julien@danjou.info>
3403
d2abc29a
JD
3404 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3405 was matched.
3406
fd9ba500
JD
3407 * sieve-manage.el: Update example in `Commentary'.
3408
3409 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3410
3411 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3412 not 2000.
3413 (sieve-manage-authenticate): Re-add function.
3414
66627fa9
G
34152010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3416
3417 * shr.el (shr-insert): Get 'space transition right.
35624242 3418 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
3419
3420 * nnimap.el (nnimap-open-connection): Prepare to support
3421 open-gnutls-stream.
3422
3423 * shr.el: Rearrange function order to be more logical.
3424
34252010-10-06 Julien Danjou <julien@danjou.info>
3426
3427 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3428 (nnrss-discover-feed): Remove 404 URL in docstring.
3429
3430 * nnir.el: Fix Swish-E URL.
3431 Fix Namazu URL.
3432
3433 * message.el (message-change-subject): Remove 404 URL in a comment.
3434
61c47336
KY
34352010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3436
568f71a8
KY
3437 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3438 called interactively.
3439
61c47336
KY
3440 * gnus-util.el (gnus-remove-if): Allow hash table.
3441 (gnus-remove-if-not): New function.
3442
3443 * gnus-art.el (gnus-mime-view-part-as-type)
3444 * gnus-score.el (gnus-summary-score-effect)
3445 * gnus-sum.el (gnus-read-move-group-name):
3446 Replace remove-if-not with gnus-remove-if-not.
3447
3448 * gnus-group.el (gnus-group-completing-read):
3449 Regard collection as a hash table if it is not a list.
3450
130e977f
LMI
34512010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3452
a0ec382a
LMI
3453 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3454
3455 * shr.el: Document the table-rendering algorithm.
3456
130e977f
LMI
3457 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3458 invalid URLs.
3459
3460 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3461 line-broken.
3462 (shr-tag-img): Ignore image fetching errors.
3463 (shr-overlays-in-region): Compute overlay positions correctly.
3464
3465 * mm-decode.el (mm-shr): Require shr.
3466
3467 * gnus-art.el (gnus-blocked-images): Move variable here.
3468
3469 * shr.el (shr-insert-table): Bind free variable.
3470
3471 * mm-decode.el (mm-shr): Bind shr-content-function.
3472
3473 * shr.el (shr-content-function): New variable.
3474
3475 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3476 added for symmetry.
3477
3478 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3479
3480 * gnus-group.el (gnus-group-make-group): Doc fix.
3481
3482 * nnimap.el (nnimap-request-newgroups): Return success.
3483
3484 * shr.el (shr-find-elements): New function.
3485 (shr-tag-table): Put all the images after the table.
3486 (shr-tag-table): Really inhibit images inside the table.
3487 (shr-collect-overlays): Copy over overlays from the TD elements to the
3488 main document.
3489
3490 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3491 gnus-blocked-images.
3492
6f7e2ffd
JD
34932010-10-05 Julien Danjou <julien@danjou.info>
3494
1d8e1f78
JD
3495 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3496
6f7e2ffd
JD
3497 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3498 (gnus-html-maximum-image-size): Add this function.
3499 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3500
3501 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3502 server-value of the capability is nil.
3503
562f5ce5
G
35042010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3505
3506 * shr.el (shr-tag-em): Add <EM> tag.
3507
35082010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3509
3510 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3511 customizable.
3512
3513 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3514 handing broken links to browse-url.
3515
50cb700c
JD
35162010-10-05 Julien Danjou <julien@danjou.info>
3517
3518 * gnus-util.el (gnus-emacs-completing-read)
3519 (gnus-iswitchb-completing-read): Use autoload rather than require.
3520
cfadea45
KY
35212010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3522
1225bc49
KY
3523 * gnus-util.el (gnus-completing-read-function): Exclude
3524 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3525 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3526 XEmacs.
3527
3528 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3529 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3530
9c619400
KY
3531 * gnus-html.el: Don't require help-fns under XEmacs.
3532 (gnus-html-schedule-image-fetching): Work for XEmacs.
3533
cfadea45
KY
3534 * mm-decode.el (mm-shr): Decode contents by charset.
3535
5d2ef6db
G
35362010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3537
130e977f
LMI
3538 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3539 unknown.
3540
71e691a5
G
3541 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3542 (shr-get-image-data): Ensure against the cache file missing.
3543
3544 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3545 for data.
3546
3547 * spam-report.el (spam-report-url-ping-plain): Don't query about
3548 killing the process.
3549
3550 * shr.el (shr-render-td): Protect against too-wide text.
3551
35522010-10-04 Julien Danjou <julien@danjou.info>
3553
3554 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3555 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3556
3557 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3558 retrieved.
3559
35602010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3561
296a8e19 3562 * shr.el (browse-url): Require.
71e691a5
G
3563 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3564 lines.
3565 (shr-show-alt-text, shr-browse-image): New commands.
3566 (shr-browse-url, shr-copy-url): New commands.
3567
3568 * gnus-sum.el (gnus-widen-article-window): New variable.
3569 (gnus-summary-select-article-buffer): Use it.
3570
3571 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3572 without @ signs.
3573
35742010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3575
3576 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3577
35782010-10-04 Julien Danjou <julien@danjou.info>
3579
3580 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3581 for XEmacs.
3582
35832010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
3585 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3586
3587 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3588 (nnimap-close-server): Implement.
3589
5d2ef6db 3590 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
3591 (shr-insert): Tweak line breaking.
3592 (shr-insert): Handle <pre> better.
8028ed5c
LMI
3593 (shr-tag-li): Get <li> indentation right.
3594 (shr-tag-li): Get <li> indentation even righter.
3595 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
3596 (shr-make-table): Tweak table generation.
3597 (shr-make-table): Fix typo.
3598
3599 * shr.el: Implement table rendering.
5d2ef6db
G
3600
36012010-10-04 Julien Danjou <julien@danjou.info>
3602
3603 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3604
23179cb9
LMI
36052010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3606
3607 * shr.el (shr-insert): Use string anchors instead of line anchors.
3608
a41c2e6d
G
36092010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3610
3611 * shr.el: Add headings.
3612 (shr-ensure-paragraph): Actually work.
3613 (shr-tag-li): Make <ul> prettier.
3614 (shr-insert): Get white space at the beginning/end of elements right.
3615 (shr-tag-p): Collapse subsequent <p>s.
3616 (shr-ensure-paragraph): Don't insert double line feeds after blank
3617 lines.
3618 (shr-insert): \t is also space.
3619 (shr-tag-s): Fix "s" tag name function.
3620 (shr-tag-s): Fix face prop name.
3621
36222010-10-03 Julien Danjou <julien@danjou.info>
3623
3624 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3625
3626 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3627 gnus-window-inside-pixel-edges.
3628
3629 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3630 gnus-ems.
3631
3632 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3633
3634 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3635 function.
3636
3637 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3638 resize choice.
3639
36402010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3641
3642 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3643 beginning of the buffer.
3644
3645 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3646 article buffer again.
3647
296a8e19 3648 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
3649
3650 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3651 when it's at the start of the buffer.
3652
3653 * shr.el (shr-tag-blockquote): Convert name.
3654 (shr-rescale-image): Use the right image-size variant.
3655
3656 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3657 buffer isn't shown, then select the current article first instead of
3658 bugging out.
3659 (gnus-summary-select-article-buffer): Show both the article and summary
3660 buffers again.
3661
3662 * shr.el (shr-fontize-cont): Protect against regions with no text.
3663 Rename tag functions to shr-tag-* for enhanced security.
3664 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3665
d99a4591
CY
36662010-10-03 Chong Yidong <cyd@stupidchicken.com>
3667
3668 * shr.el (shr-insert):
3669 * pop3.el (pop3-movemail):
3670 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3671 loaded.
3672
922ad43e
GM
36732010-10-03 Glenn Morris <rgm@gnu.org>
3674
0f810fbf
GM
3675 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3676
3615c80c
GM
3677 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3678
7530a81b
GM
3679 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3680
4ec3f7cf
GM
3681 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3682
922ad43e
GM
3683 * gnus-util.el (gnus-make-local-hook): Simplify.
3684
870409d4
G
36852010-10-02 Julien Danjou <julien@danjou.info>
3686
3687 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3688 (gnus-ido-completing-read): New function.
3689 (gnus-emacs-completing-read): New function.
3690 (gnus-completing-read): Use gnus-completing-read-function.
3691 Add gnus-completing-read-function.
3692
36932010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3694
3695 * shr.el (shr-insert-document): Autoload.
3696 (shr-img): Be silent.
3697 (shr-insert): Add a newline after every picture before text.
3698 (shr-add-font): Use overlays for combining faces.
3699 (shr-insert): Pass upwards the text start point.
3700
3701 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3702 possible.
3703 (mm-shr): New function.
3704
37052010-10-02 Julien Danjou <julien@danjou.info>
3706
3707 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3708 should go backward.
3709
f3fd95db
JB
37102010-10-02 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * shr.el (shr): Fix typo in provide call.
3713
367f7f81
LMI
37142010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3715
3716 * shr.el: New file.
3717
3718 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3719
3720 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3721 completing read.
3722
a3f57c41
G
37232010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3724
3725 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3726 we're being queried about. Suggested by Dan Jacobson.
3727
296a8e19
SM
3728 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3729 Suggested by Jason Eisner.
a3f57c41
G
3730
3731 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3732 table, too. Suggested by Stefan Wiens.
3733 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3734 the table unnecessary. Suggested by Stefan Wiens.
3735
3736 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3737 longer needed, and probably doesn't work either, as pointed out by
3738 Stefan Wiens.
3739 (gnus-summary-exit): Remove call to the clearing function.
3740 (gnus-summary-exit-no-update): Ditto.
3741
3742 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3743 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3744 Reported by Stefan Monnier.
3745 (gnus-summary-save-in-rmail): Ditto.
3746
3747 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3748 article buffer, instead of both the article buffer and the summary
3749 buffer. Sort of suggested by Dan Jacobson.
3750
3751 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3752
3753 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3754 Suggested by Dan Jacobson.
3755
3756 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3757 documentation clearer.
3758
3759 * message.el (message-shorten-references): Comment on the number "21".
3760 Suggested by Stefan Monnier.
3761
3762 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3763 Suggested by Dan Jacobson.
3764
296a8e19
SM
3765 * gnus.el (gnus-large-newsgroup):
3766 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
3767
3768 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3769 externalize attachments. Bug reported by Steve Wen.
3770
3771 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3772 really message anything to the user.
3773
3774 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3775 directly.
3776
3777 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3778 messages in empty groups.
3779
37802010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3781
3782 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3783 non-UIDNEXT group.
3784
37852010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3786
3787 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3788 not the value from the collection.
3789
3790 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3791 values. This sometimes happens on some groups that have no info.
3792 (nnimap-request-newgroups): New function.
3793
37942010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3795
3796 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3797 check into `gnus-registry-initialize'.
3798 (gnus-registry-initialize): Ditto.
3799 Fix and extend header docs.
3800
aecb42aa
LMI
38012010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3802
0a887f39
LMI
3803 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3804 regexp backtrace overflows.
3805
aecb42aa
LMI
3806 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3807 for starttls that tls.el implements; i.e. openssl.
3808
4b36c6d4
KY
38092010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3810
3811 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3812 (gravatar-create-image): New function that's an alias to
3813 gnus-xmas-create-image, gnus-create-image, or create-image.
3814 (gravatar-data->image): Use it.
3815
6b958814
G
38162010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3817
3818 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3819 install the nnregistry refer method.
3820 (gnus-registry-install-hooks): Use it.
3821 (gnus-registry-unfollowed-groups): Add nnmairix to the default
3822 unfollowed groups.
3823
38242010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
3825
3826 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3827 expanding threads.
3828
38292010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3830
3831 * nnir.el: Use the server names without suffixes (bug #7009).
3832
3833 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3834 unencrypted to STARTTLS, if possible.
3835
38362010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3837
3838 * message.el (message-ignored-supersedes-headers): Strip Injection-*
3839 headers before superseding.
3840
38412010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3842
3843 * nnrss.el (nnrss-use-local): Add documentation.
3844
3845 * nnimap.el (nnimap-extend-tls-programs): New function.
3846 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3847 (nnimap-wait-for-connection): Accept the greeting from the stupid
3848 output from openssl s_client -starttls, too.
3849
3850 * nnimap.el (nnimap-find-article-by-message-id): Really return the
3851 article number.
3852 (nnimap-split-fancy): New variable.
3853 (nnimap-split-incoming-mail): Use it.
3854
3855 * nntp.el (nntp-server-list-active-group): Document.
3856
3857 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3858 SELECT to get the message-id.
3859
296a8e19 3860 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
3861 (defvar): Ditto.
3862 (mail-source-fetcher-alist): Ditto.
296a8e19 3863 (mail-source-fetch-webmail): Remove.
6b958814 3864
296a8e19 3865 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
3866
3867 * gnus.el: Fix up make-obsolete-variable declarations throughout.
3868
3869 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3870 the \r.
3871
743595bc
JD
38722010-09-30 Julien Danjou <julien@danjou.info>
3873
3874 * gnus-agent.el (gnus-agent-add-group): Fix call to
3875 gnus-completing-read.
3876
38772010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3878
3879 * nndoc.el (nndoc-retrieve-groups): New function.
3880
3881 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3882 `default', use nnmail-split-methods.
3883 (nnimap-request-article): Downcase the NILs so that they are nil.
3884
3885 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3886 symbol.
3887
3888 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3889 code, since if the user has requested network, that's what they ought
3890 to get.
3891 (nnimap-request-set-mark): Erase the buffer before issuing commands.
3892 (nnimap-split-rule): Mark as obsolete.
3893
296a8e19
SM
3894 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3895 New variable.
743595bc
JD
3896
3897 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3898 correct slot, too.
3899
39002010-09-29 Julien Danjou <julien@danjou.info>
3901
3902 * gnus.el (gnus-local-domain): Declare variable obsolete.
3903
2f5e7c6f
GM
3904 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3905 Fix history computing.
743595bc
JD
3906 (gnus-ido-completing-read): Require ido.
3907
39082010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3909
3910 * gnus-registry.el: Don't prompt on load, which makes it impossible to
3911 build Gnus.
3912
3913 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3914 when interpreting the structures.
3915 (nnimap-request-accept-article): Add \r\n to the lines to make this
3916 work with Cyrus.
3917
743595bc
JD
3918 * nndraft.el (nndraft-request-expire-articles): Use the group name
3919 instead if "nndraft". Fix found by Nils Ackermann.
3920
6b958814
G
39212010-09-29 Ludovic Courtes <ludo@gnu.org>
3922
296a8e19 3923 * nnregistry.el: Add.
6b958814 3924
01270787
SM
39252010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * nnmail.el (group, group-art-list, group-art):
3928 Remove unneeded directives.
3929
0c43b6f8
KY
39302010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3931
3932 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3933 (mm-mime-charset)
3934 * rfc2047.el (rfc2047-syntax-table)
3935 * utf7.el (utf7-utf-16-coding-system): Comment fix.
3936
3937 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3938 rather than `insert-file-contents' and `eval-region'.
3939
743595bc
JD
39402010-09-29 Julien Danjou <julien@danjou.info>
3941
3942 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3943 replacement of `gnus-gravatar-relief' to mimic
3944 `gnus-faces-properties-alist'.
3945 Add :version property.
3946
5b5dafd2
KY
39472010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3948
3949 * mail-source.el (mail-source-report-new-mail)
3950 * message.el (message-default-mail-headers)
3951 * mm-decode.el (mm-valid-image-format-p): Comment fix.
3952
3953 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3954
b6fda8fc
JD
39552010-09-28 Julien Danjou <julien@danjou.info>
3956
3957 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3958 mail-address contains the same string as real-name.
3959
3960 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3961 non-blank in header, otherwise it'll get stripped.
3962
3963 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3964 real-name, and then for mail address rather than doing : or , search.
3965
743595bc
JD
39662010-09-27 Julien Danjou <julien@danjou.info>
3967
743595bc
JD
3968 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3969 right completing-read function.
3970 (gnus-use-ido): New variable
3971 (gnus-completing-read-with-default): Remove.
296a8e19
SM
3972 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3973 (gnus-agent-add-group):
3974 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3975 * mm-view.el (mm-view-pkcs7-decrypt):
3976 * mm-util.el (mm-codepage-setup):
3977 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3978 * mml-smime.el (mml-smime-openssl-sign-query):
3979 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3980 (mml-insert-multipart):
3981 * gnus-msg.el (gnus-summary-yank-message):
3982 * gnus-int.el (gnus-start-news-server):
3983 * mm-decode.el (mm-interactively-view-part):
3984 * gnus-dired.el (gnus-dired-attach):
3985 * gnus.el (gnus-read-method):
3986 * gnus-bookmark.el (gnus-bookmark-jump):
3987 * gnus-art.el (gnus-mime-view-part-as-type)
3988 (gnus-mime-action-on-part, gnus-article-encrypt-body):
3989 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3990 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3991 * nnmairix.el (nnmairix-create-server-and-default-group)
3992 (nnmairix-update-groups, nnmairix-get-server)
3993 (nnmairix-backend-to-server, nnmairix-goto-original-article)
3994 (nnmairix-get-group-from-file-path):
3995 * nnrss.el (nnrss-find-rss-via-syndic8):
3996 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3997 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3998 (gnus-group-browse-foreign-server):
3999 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4000 (gnus-summary-execute-command, gnus-summary-respool-article)
4001 (gnus-read-move-group-name):
4002 * gnus-score.el (gnus-summary-increase-score)
4003 (gnus-summary-score-effect):
4004 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 4005
e0a185ae
KY
40062010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4007
635be05a
KY
4008 * nnimap.el (auth-source-forget-user-or-password)
4009 (auth-source-user-or-password): Autoload.
4010
e0a185ae
KY
4011 * message.el (message-from-style, message-interactive)
4012 (message-signature): Remove comment.
4013 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4014 always.
4015 (message-sendmail-envelope-from): Comment fix.
4016 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
4017 (message-indentation-spaces):
4018 Default to mail-indentation-spaces always.
e0a185ae
KY
4019 (message-signature-file): Default to mail-signature-file always.
4020
9f2d52e7
G
40212010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4022
4023 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4024 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4025 new articles.
4026
4027 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4028 parts.
4029 (nnimap-request-article): Work with the t setting, too.
4030
4031 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4032 that you don't get flashes of other buffers.
4033 (gnus-summary-show-complete-article): Intern before setting.
4034
40352010-09-27 David Engster <dengste@eml.cc>
4036
938c0d10 4037 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
4038 well as HEADERS.
4039 (nnmairix-retrieve-headers): Provide new argument for the above.
4040
40412010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4042
4043 * gnus-sum.el (gnus-summary-move-article): Don't alter
4044 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4045 group.
4046
4047 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4048
4049 * message.el (message-cite-prefix-regexp): Revert my last edit.
4050
4051 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4052 variable instead of the Gnus variable.
4053
4054 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4055
296a8e19 4056 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
4057
4058 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4059 since some servers don't like it.
4060 (nnimap-open-connection): Forget credentials if the server says the
4061 password was wrong.
4062 (nnimap-parse-line): Protect against invalid data.
4063
4064 * gnus-sum.el (gnus-summary-move-article): Add comment.
4065 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4066 nothing alters it while scanning for new messages.
4067
4068 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4069 which may or may not help.
4070 (nnimap-open-connection): If we're doing a stream connection, and then
4071 discover we're on a STARTTLS-capable server, then open a STARTTLS
4072 connection instead.
4073
14db1c41
LMI
40742010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4075
296a8e19 4076 * nnimap.el (utf7): Require.
14db1c41
LMI
4077
4078 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4079 prefix.
4080
1d77b63e
JB
40812010-09-27 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4084
062eae99
G
40852010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4086
4087 * nnimap.el (nnimap-request-accept-article): Message the error on
4088 error.
4089
e5fa3899
KY
40902010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4091
4092 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4093
1821a7b4
LMI
40942010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4095
82bccbfa
KY
4096 * nndoc.el (nndoc-request-list): Return success always.
4097
4098 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
4099 `fetch-old' -- we only want to fetch the articles we've requested.
4100 The rest are in the agent, probably.
82bccbfa
KY
4101 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4102 disappeared server" to something low. It's not important.
4103
4104 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4105 arrived before the FETCH data.
4106
4107 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4108 target here, because we don't know the Gnus name of the group.
4109
4110 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4111 for the correct group.
4112
4113 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4114
4115 * gnus.el (gnus): Give a final warning after startup.
4116
4117 * gnus-util.el (gnus-action-message-log): New variable.
4118 (gnus-message): Use it.
4119 (gnus-final-warning): New function.
4120
4121 * nnimap.el (nnimap-open-connection): Record the greeting.
4122 (nnimap): Add greeting.
4123
41242010-09-26 Julien Danjou <julien@danjou.info>
4125
4126 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4127 arguments.
4128 (gnus-html-wash-images): Fix spec computing to include start/end.
4129
4130 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4131
41322010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4133
4134 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4135 deletion.
4136 (nnimap-retrieve-headers): Don't select the group, because that's
4137 already done by nnimap-possibly-change-group.
4138
4139 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4140 (gnus-picon-transform-address): Use it.
4141
2696d88f
G
4142 * mail-source.el (mail-source-value): Revert previous patch.
4143
4144 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4145 on failure.
4146 (nnimap-open-connection): Look up both virtual and physical server name
4147 credentials.
4148
4149 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4150
41512009-02-08 Dave Love <fx@gnu.org>
4152
296a8e19
SM
4153 * gnus-win.el (gnus-window-to-buffer-helper)
4154 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
4155
4156 * mail-source.el (mail-source-value): Function needn't be a symbol.
4157
41582010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4159
4160 * message.el (message-cite-prefix-regexp): Remove } from the cite
4161 prefix.
4162
4163 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4164 highlight again, so that the highlight is correct.
4165
4166 * gnus-picon.el (gnus-picon): Remove again.
4167 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4168
1821a7b4
LMI
4169 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4170 doing the header highlightling, so that the background colour of the
4171 picon is correct.
4172
296a8e19 4173 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
4174 (gnus-picon): Ditto.
4175 (gnus-picon): Reinstate. The background colour for picons is white.
4176 (gnus-picon-insert-glyph): Make the background white.
4177
4178 * nnml.el (nnml-open-nov): Don't return dead buffers.
4179
4180 * auth-source.el (auth-source-create): Query the user for whether to
4181 store the credentials.
4182
4183 * auth-source.el (auth-source-user-or-password): Use the existing auth
4184 sources, if any, for creation.
4185
4186 * gnus.el (gnus-group-fast-parameter): Return the last matching
4187 parameter instead of the first matching parameter.
4188
41892010-09-26 Julien Danjou <julien@danjou.info>
4190
4191 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4192
41932010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4194
4195 * mml2015.el (mml2015-use): Remove gpg support.
4196
4197 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 4198 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
4199
42002010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4201
4202 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4203 (gnus-browse-unsubscribe-current-group): Document it.
4204 (gnus-browse-unsubscribe-group): Use it.
4205
42062010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
4208 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4209 address to the To list for easier response.
4210
296a8e19 4211 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
4212 (gnus-splash): Don't play jingle.
4213 (gnus): Silence gnus-load message.
4214
296a8e19 4215 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
4216
4217 * gnus.el (gnus-play-jingle): Remove audio support.
4218
4219 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4220
296a8e19 4221 * earcon.el: Remove -- no users.
1821a7b4 4222
296a8e19 4223 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
4224
4225 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4226
4227 * gnus-start.el (gnus-setup-news): Remove nocem support.
4228
296a8e19 4229 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 4230
296a8e19 4231 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
4232
4233 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 4234 Remove.
1821a7b4 4235
296a8e19 4236 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
4237 uses NoCeM any more.
4238
4239 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4240 (gnus-button-ctan-handler): Ditto.
4241 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4242 (gnus-button-ctan-directory-regexp): Ditto.
4243 (gnus-button-handle-ctan): Ditto.
4244 (gnus-button-tex-level): Ditto.
296a8e19 4245 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
4246
42472010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4248
296a8e19 4249 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
4250 nnimap-streaming test.
4251
4252 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4253 servers twice.
4254
4255 * nnimap.el (nnimap-open-connection): Add more error reporting when
4256 nnimap fails early.
4257
4258 * nnheader.el (nnheader-get-report-string): New function.
4259 (nnheader-get-report): Use it.
4260
4261 * gnus-int.el (gnus-check-server): Say what the error was when opening
4262 failed.
4263
4264 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4265 using streaming.
4266
42672010-09-25 Julien Danjou <julien@danjou.info>
4268
4269 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4270 gnus-window-inside-pixel-edges.
4271
758845a0
LMI
42722010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
1821a7b4
LMI
4274 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4275
4276 * mm-decode.el (mm-save-part): Allow saving to other directories the
4277 normal Emacs way.
4278
296a8e19
SM
4279 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4280 Suggested by Jay Berkenbilt.
1821a7b4
LMI
4281
4282 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4283 there isn't a single byte.
4284
4285 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4286 just do it. It doesn't really seem to matter what the user responds
4287 here, I think, so it's just a confusing question.
4288
4289 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4290 non-streaming case.
4291
296a8e19 4292 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
4293 (gnus-article-encrypt-body): Use it.
4294
4295 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4296 keystroke.
4297
296a8e19
SM
4298 * nnimap.el (nnimap-find-wanted-parts-1):
4299 Use gnus-fetch-partial-articles.
1821a7b4
LMI
4300
4301 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4302
4303 * nnimap.el (nnimap-insert-partial-structure): New function.
4304 (nnimap-get-partial-article): New function.
4305 (nnimap-request-article): Use it.
4306 (nnimap-wait-for-response): Return whether the wait was successful.
4307 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4308 retrieval wasn't successful.
4309 (nnimap-retrieve-group-data-early): Allow throttling servers.
4310 (nnimap-streaming): New variable.
296a8e19 4311 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
4312
4313 * mm-decode.el (mm-with-part): Protect against killed buffers.
4314
758845a0
LMI
4315 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4316 for prettier summary display.
4317
cd178df2
AC
43182010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4319
2f5e7c6f 4320 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 4321
56d95d02
LMI
43222010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
6f33b4d7
LMI
4324 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4325 apparently third-party libraries depend on it.
4326
4327 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4328 before starting negotiation.
4329
6688abe0
LMI
4330 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4331 privacy reasons.
4332 (gnus-treat-mail-gravatar): Ditto.
4333
56d95d02
LMI
4334 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4335 buffer when inserting images. Inserting text into the headers, for
4336 instance, can make them invalid.
4337
e70153eb
JD
43382010-09-25 Julien Danjou <julien@danjou.info>
4339
a41db107
JD
4340 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4341 variables.
4342
4343 * nnheader.el: Remove useless variables news-reply-yank-from and
4344 news-reply-yank-message-id.
4345
4346 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4347 variables.
4348
4349 * mml1991.el: Remove useless mml1991-verbose.
4350
4351 * gnus.el: Remove useless variable gnus-use-generic-from.
4352 Remove obsolete variable gnus-topic-indentation.
4353
4354 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4355
4356 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4357
4358 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4359
4360 * gnus-group.el: Remove useless gnus-group-icon-cache.
4361 Remove useless gnus-ephemeral-group-server.
4362
4363 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4364
e70153eb
JD
4365 * mml2015.el: Remove useless mml2015-verbose.
4366
4367 * mml-smime.el: Remove useless mml-smime-verbose.
4368
4369 * gnus.el: Remove useless gnus-local-domain.
4370
296a8e19
SM
4371 * gnus-gravatar.el (gnus-gravatar-transform-address):
4372 Use gnus-gravatar-size.
e70153eb
JD
4373
4374 * gnus-art.el: Remove useless gnus-treat-translate.
4375
61b1af82
G
43762010-09-24 Julien Danjou <julien@danjou.info>
4377
4378 * gnus-sum.el: Add support for Gravatars.
4379
4380 * gnus-art.el: Add support for Gravatars.
4381
4382 * gnus-gravatar.el: Add this file.
4383
4384 * gravatar.el: Add this file.
4385
43862010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4387
296a8e19 4388 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 4389
296a8e19 4390 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 4391
296a8e19 4392 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 4393
296a8e19 4394 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 4395
296a8e19 4396 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 4397
296a8e19 4398 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 4399 (gnus-group-recent-archive-directory): Ditto.
296a8e19 4400 (gnus-group-make-archive-group): Remove.
61b1af82
G
4401
4402 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4403
4404 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4405 use the same article number for all the cached articles.
4406
4407 * nnimap.el (nnimap-command): Register the last command time so
4408 that we can use it for idling NOOPs.
4409 (nnimap-open-connection): Start the keeplive timer.
4410 (nnimap-make-process-buffer): Store all the process buffers.
4411 (nnimap-keepalive): New function.
4412
938c0d10 4413 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
4414
44152010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4416
4417 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4418 handling.
4419
44202010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4421
4422 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4423 its data structures.
4424
4425 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4426 instead of the cl.el copy-list.
4427 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4428 equalp.
4429
5843126b
KY
44302010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4431
4432 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4433 and tool-bar-local-item-from-menu.
4434
4435 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4436 mode-line-highlight face for Emacs.
4437
4438 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4439 loading gnus-sum.elc; fix comment for canlock-verify.
4440 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
4441 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4442 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
4443 (gnus-article-next-page-1): No need to adjust the number of lines.
4444 (gnus-article-describe-bindings): Always use help-buffer.
4445
4446 * gnus-audio.el (gnus-audio-inline-sound)
4447 * gnus-cus.el (gnus-custom-mode)
4448 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4449
4450 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4451
4452 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4453 compatible code.
4454
0a9f9d06 44552010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
4456
4457 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4458 visiting the fcc file in rmail-mode.
4459
d3361e62
KY
44602010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4461
4462 * nnir.el: Silence the byte compiler.
4463
4464 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4465 alias to browse-url-url-encode-chars if any.
4466 (gnus-html-encode-url): Use it.
4467
b1ae92ba
G
44682010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * gnus-start.el (gnus-use-backend-marks): New variable.
4471 (gnus-get-unread-articles-in-group): Use it.
4472
4473 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4474 makeover.
4475
44762010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4477
4478 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4479
44802010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
4483 Remove.
4484 (gnus-setup-news-hook):
4485 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
4486
4487 * gnus-int.el (gnus-request-update-info): Protect against backends not
4488 having the function.
4489
4490 * nnimap.el (nnimap-stream): Mention starttls.
4491 (nnimap-open-connection): Add starttls support.
4492
44932010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4494
4495 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4496
44972010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4500 BODYSTRUCTUREs.
4501 (nnimap-transform-headers): Unfold quoted {42} headers.
4502
4503 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4504 the info.
4505 (gnus-get-unread-articles): Only call updatep on backends that support
4506 it.
4507
4508 * nnweb.el (nnweb-request-update-info): NOOP.
4509
296a8e19 4510 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 4511
296a8e19 4512 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
4513 since it only deals with marks.
4514
296a8e19 4515 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
4516 gnus-request-marks, and make a new gnus-request-update-info.
4517
4518 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4519 the active instead of the high number, which is usually too low.
4520
45212010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4522
296a8e19 4523 * encrypt.el: Remove.
b1ae92ba 4524
239952b0
LMI
45252010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4526
d8ec441e
LMI
4527 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4528 server in symbolic form.
4529
296a8e19 4530 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 4531
b069e5a6
G
45322010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4535 (nnimap-update-info): Fix up code slightly.
4536
4537 * gnus-int.el (gnus-open-server): Add tracing for performance
4538 debugging.
4539
4540 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4541 (gnus-group-insert-group-line): Pass the real group name so that it
4542 gets the right data.
4543
4544 * gnus-start.el (gnus-get-unread-articles): Don't have
4545 `gnus-get-unread-articles-in-group' update info, since that can be
4546 really slow and doesn't seem to be needed?
4547
b069e5a6
G
45482010-09-22 Julien Danjou <julien@danjou.info>
4549
296a8e19
SM
4550 * gnus-group.el (gnus-group-insert-group-line):
4551 Call gnus-group-highlight-line.
b069e5a6
G
4552 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4553 default hook list.
4554 (gnus-group-update-eval-form): Add new function.
4555 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4556 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4557
45582010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4559
4560 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4561 immediate, then expire all articles.
4562 (nnimap-update-info): Fix off-by-one errors.
4563 (nnimap-flags-to-marks): Would return no marks lists for group with no
4564 flags. Instead return the other data.
4565
45662010-09-22 Julien Danjou <julien@danjou.info>
4567
296a8e19 4568 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
4569 Only return an icon.
4570 (gnus-group-insert-group-line): Compute icon to return.
4571
296a8e19 4572 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
4573 (gnus-html-image-fetched): Only cache if
4574 gnus-html-image-automatic-caching is set.
4575 (gnus-html-image-fetched): Check for errors.
4576
45772010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4578
4579 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4580 once per method on `g'. This ensures that backends like nnfolder don't
4581 open all their folders.
4582
4583 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4584 (nnimap-request-list): Nix out group in the correct buffer.
4585 (nnimap-parse-flags): Implement by using `read' instead of
4586 hand-parsing.
4587 (nnimap-flags-to-marks): Pass on permanent-flags.
4588 (nnimap-make-process-buffer): Record the server name.
4589 (nnimap-parse-flags): Fix typo.
4590 (nnimap-request-scan): Run split on the server in general, not just a
4591 single group.
4592
4593 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4594 parameter, and propagate this downwards.
4595
4596 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4597 since EXAMINE changes it on the server.
4598
4599 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4600 this command might take a while.
4601
46022010-09-22 Julien Danjou <julien@danjou.info>
4603
2f5e7c6f 4604 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
4605 harmful if you have 2 images side-by-side, they can't be properly
4606 update on text deletion. Using text-property is safer here.
b069e5a6
G
4607 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4608 data.
4609
46102010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4611
296a8e19 4612 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
4613 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4614 (nnimap-expunge): Flip default to t.
4615
4616 * gnus.el (gnus-method-to-server): Don't push things to the cache
4617 unless it's unique.
4618 (gnus-server-to-method): Ditto.
4619
7390c1cd
TZ
46202010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4621
4622 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4623
b4e64499
JD
46242010-09-22 Julien Danjou <julien@danjou.info>
4625
b069e5a6
G
4626 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4627 get the start of data.
4628 (gnus-html-encode-url): Add this function to encode special chars in
4629 URL.
4630 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4631 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4632
c7e2ef4e
JD
4633 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4634 default.
4635 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4636
b4e64499
JD
4637 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4638 images alt-text.
4639 (gnus-html-put-image): Put alt-text as help-echo.
4640
4def29e7
KY
46412010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4642
4643 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4644 * mm-util.el (mm-decompress-buffer)
4645 * nnir.el (nnir-run-find-grep)
4646 * pop3.el (pop3-list): Use 3rd arg of split-string.
4647
b069e5a6
G
46482010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4649
4650 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4651 outside the active range. Suggested by Dan Christensen.
4652
4653 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4654 slightly later to avoid double-getting it.
4655
4656 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4657 previous patch.
4658
4659 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4660
0617bb00
LMI
46612010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4662
4663 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4664
46652010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * gnus-int.el (gnus-open-server): Give a better error message in the
4668 "go offline" case.
4669
4670 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4671 marks for nnimap, which is seldom the right thing to do.
4672
4673 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4674 (gnus-same-method-different-name): New function.
4675
4676 * nnimap.el (parse-time): Require.
4677
4678 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4679 method in the presence of many similar methods.
4680
4681 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4682
4683 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4684 nnml-inhibit-expiry.
4685
4686 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4687 find out whether methods are equal.
4688
4689 * nnimap.el (nnimap-find-expired-articles): New function.
4690 (nnimap-process-expiry-targets): New function.
4691 (nnimap-request-move-article): Request the article before looking at
4692 what the Message-ID is. Fix found by Andrew Cohen.
4693 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4694
4695 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4696 for oldness in addition to being a predicate.
4697
4698 * nnimap.el (nnimap-request-group): When we have zero articles, return
4699 the right data to Gnus.
4700 (nnimap-request-expire-articles): Only delete articles immediately if
4701 the target is 'delete.
4702
4703 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4704 method, this would bug out.
4705
296a8e19 4706 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
4707 gnus-group-nnimap-expunge, and implemented as a normal interface
4708 function.
4709
4710 * gnus-int.el (gnus-request-expunge-group): New function.
4711
4712 * nnimap.el (nnimap-request-create-group): Implement.
4713 (nnimap-request-expunge-group): New function.
4714
2c8b2fc8
JD
47152010-09-21 Julien Danjou <julien@danjou.info>
4716
4717 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4718 (gnus-html-cache-expired): Add new function.
4719 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4720 wethever we should display image for fetch it.
4721 Compute alt-text earlier to pass it to the fetching function too.
4722 (gnus-html-schedule-image-fetching): Change function argument to only
4723 get one image at a time, not a list.
4724 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4725 cache.
4726 (gnus-html-get-image-data): New function to retrieve image data from
4727 cache.
4728 (gnus-html-put-image): Change buffer argument to use image data rather
4729 than file, and place image above region rather than inserting a new
2f5e7c6f 4730 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
4731 the image above alt-text.
4732 (gnus-html-prune-cache): Remove.
4733 (gnus-html-show-images): Start to fetch image when we find one, do not
4734 push into a temporary list.
4735 (gnus-html-prefetch-images): Only fetch image if they have expired.
4736 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4737 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4738
e4e22d29
KY
47392010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4740
4741 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4742
a46359d4
LMI
47432010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4744
b069e5a6
G
4745 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4746 spec inser "*" if the group isn't active instead of 0.
4747
a46359d4
LMI
4748 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4749 opening the server.
4750 (nnimap-request-delete-group): Implement group deletion.
4751 (nnimap-transform-headers): Return the size of the entire message in
4752 the Bytes header, not just the size of the first part.
4753 (nnimap-request-move-article): When moving an article from nnimap,
4754 request the article first so the accepting form has an article to
4755 accept. Reported by Dan Christensen.
4756 (nnimap-command): Make sure that the error message doesn't error out.
4757
47582010-09-20 David Edmondson <dme@dme.org> (tiny change)
4759
4760 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4761 we haven't requested anything.
4762
47632010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4764
4765 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4766 "". Fix found by Andrew Cohen.
4767
4768 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4769 instead of -encode-string.
4770
321fce93
KY
47712010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4772
4773 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4774
4775 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4776 by mm-subst-char-in-string.
4777
e8861cd2
LMI
47782010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
bdaa75c7
LMI
4780 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4781 waiting for the connection string.
4782
4783 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4784 arriving.
4785
4786 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4787 bogus characters. This allows selecting certain Gmail groups.
4788
4789 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4790 (nnimap-fetch-partial-articles): New variable.
4791 (nnimap-open-connection): When looking for credentials, also use the
4792 nnimap-server-port.
4793 (nnimap-request-article): Return the group/article number, so that Gnus
4794 `^' works as expected.
296a8e19 4795 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
4796
4797 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4798 comments.
4799 (gnus-methods-sloppily-equal): New function.
4800 (gnus): When using the development version of Gnus, load the gnus-load
4801 file.
4802
4803 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
4804 `gnus-open-server' on each method before trying to scan them etc.
4805 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
4806
4807 * nnimap.el (nnimap-authenticator): New variable.
4808 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
4809 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4810 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
4811
4812 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4813 patch, found by Knut Anders Hatlen.
4814
48152010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4816
4817 * gnus-agent.el (gnus-agent-batch-confirmation)
4818 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4819 to gnus-message.
4820 * gnus-art.el (gnus-article-describe-briefly): Likewise.
4821 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4822 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4823 * gnus-int.el (gnus-open-server): Likewise.
4824 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4825 (gnus-score-check-syntax): Likewise.
4826 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4827 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4828 Likewise.
4829 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4830
48312010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4832
4833 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4834 calling conventions so that prefetch doesn't bug out.
4835
48362010-09-19 Julien Danjou <julien@danjou.info>
4837
4838 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4839 rather than `subst-char-in-region' in order to be able to replace ASCII
4840 char by UTF-8 ones.
4841
4842 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4843 than curl.
4844 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4845 the right URL and ALT text on images.
4846 (gnus-html-wash-tags): Fix tag case.
93acd23d 4847 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
4848 (gnus-article-html): Add -o display_ins_del=2 option.
4849 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4850
48512010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4854 the extra mail headers, which sometimes seem to happen for unknown
4855 reasons.
4856
4857 * mail-parse.el (mail-header-encode-parameter): Define as
4858 rfc2045-encode-string instead of as rfc2231-encode-string, since some
4859 (or most, perhaps?) mail readers don't understand the latter, but do
4860 understand the former.
4861
e8861cd2
LMI
4862 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4863 to nil, so that no methods are automatically agentized. I think this
4864 is probably what most users want.
4865
4866 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4867 from url-retrieve, for instance about invalid URLs.
4868
4869 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4870 groups that have no articles.
4871 (nnimap-request-article): Check that we really got an article when we
4872 requested one.
4873
4874 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4875 doesn't exist.
4876
4877 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4878 nntp buffer so the agent can save it.
4879 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4880 that CRLF doesn't get translated to \n.
4881 (nnimap-open-connection): Don't make 'shell commands only send \n.
4882
149caf54
SM
48832010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4886 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4887 Update var name.
4888 (nnml-generate-nov-file): Use dolist.
4889 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4890 Use with-current-buffer.
4891
286c4fc2
LMI
48922010-09-18 Julien Danjou <julien@danjou.info>
4893
4894 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4895 parallel.
4896
88ed5ce8
KY
48972010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4898
286c4fc2
LMI
4899 * nnimap.el (nnimap-update-info): When doing partial marks update, get
4900 the range update right.
4901 (nnimap-request-group): Don't make `M-g' bug out on group with no
4902 marks.
296a8e19 4903 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
4904 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4905 command we're looking for. This helps when the server sends more
4906 responses after we've gotten everything we expected.
4907 (nnimap): Add a `newlinep' field to keep track of end-of-line
4908 conventions.
4909 Don't send CRLF to things that don't want it.
4910 (nnimap-request-accept-article): Ditto.
4911
49122010-09-18 Julien Danjou <julien@danjou.info>
4913
4914 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4915 than curl to retrieve images.
4916
49172010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4918
4919 * nnimap.el (nnimap-update-info): Extend the info so that we can set
4920 the marks.
4921 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4922 (nnimap-wait-for-connection): New function.
4923 (nnimap-open-connection): If we have PREAUTH, don't query for login
4924 credentials.
4925 (nnimap-update-info): Fix off-by-one error when concatenating ranges
4926 when doing a partial update.
4927
49282010-09-18 Julien Danjou <julien@danjou.info>
4929
4930 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4931 tags.
4932
49332010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4934
4935 * nnimap.el (nnimap-credentials): New function.
4936 (nnimap-open-connection): Use the new function to look for credentials
4937 also on the numeric equivalents of "imap" and "imaps".
4938
4939 * gnus-start.el (gnus-activate-group): Send the info to
4940 gnus-request-group.
4941
4942 * nnimap.el (nnimap-request-group): Have the "check" version of the
4943 function parse flags and update the info, so that a `M-g' get a total
4944 resync of all flags from the group.
4945
4946 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4947 to allow backends to alter the info on group selection. Also alter all
4948 the backend -request-group functions to take the parameter.
4949
4950 * nnimap.el (nnimap-store-info): New function.
4951 (nnimap-update-info): Store the info for later usage.
4952 (nnimap-request-group): Use the stored info for the dont-check case, so
4953 that we don't retrieve all marks when we enter a group.
4954
4955 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 4956
bf5ba10b
LMI
4957 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4958 update the group info. This makes the nndraft groups, for instance, go
4959 back to their old behaviour.
4960
88ed5ce8
KY
4961 * gnus-sum.el (gnus-select-newsgroup): Indent.
4962
4963 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4964 in.
4965 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4966 nothing.
4967
4968 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4969 from methods that are denied.
4970
4971 * gnus-int.el (gnus-method-denied-p): New function.
4972
4973 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4974 store the password instead of netrc.
4975 (nnimap-open-connection): Don't error out when we can't make a
4976 connections.
4977
4978 * auth-source.el (auth-source-create): In the password prompt, say what
4979 we're querying for. Also prompt for user name if that hasn't been
4980 given.
4981
296a8e19 4982 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
4983
49842010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4987 method when we're reading from the agent.
4988
4989 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4990
4991 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4992 that's probably most useful for users.
4993
4994 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4995 "failed" all the time.
4996
4997 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4998 ...)) with (with-current-buffer ... ).
4999
5000 * nntp.el (nntp-open-server): Return whether the open was successful or
5001 not.
5002
5003 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5004 select an unread unseen article first.
5005
5006 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5007 /etc/services, supply some sensible port defaults.
5008
b069e5a6 50092010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
5010
5011 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5012
50132010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5014
5015 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5016 doesn't have any parameters.
5017
50182010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5021 only upcased checks.
5022
5023 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5024
5025 * nnimap.el (nnimap-open-shell-stream): New function.
5026 (nnimap-open-connection): Use it.
5027 (nnimap-transform-headers): Get the number of lines in each message.
5028 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5029 number of lines.
5030 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5031 problem.
5032
5033 * utf7.el (utf7-encode): Autoload.
5034
5035 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5036 to allow the mail splitting to not return a default group. This is
5037 useful for nnimap, which will leave unmatched mail in the inbox.
5038
5039 * nnimap.el: Rewritten.
5040
5041 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5042 nnimap usage.
5043
5044 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5045 if the move is internal, so that nnimap can do fast internal moves.
5046
5047 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5048 data.
5049 (gnus-read-active-for-groups): Support finishing the early retrieval of
5050 data.
5051
5052 * gnus-range.el (gnus-range-nconcat): New function.
5053
5054 * gnus-int.el (gnus-finish-retrieve-group-infos)
5055 (gnus-retrieve-group-data-early): New functions.
5056
63556fc6
SM
50572010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5060 (nnrss-retrieve-groups):
5061 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5062 (pop3-quit): Use with-current-buffer.
5063
f4530299
KY
50642010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5065
0eb04273
KY
5066 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5067 instead of nnheader-accept-process-output.
5068
f4530299
KY
5069 * gnus-html.el (gnus-html-schedule-image-fetching)
5070 (gnus-html-prefetch-images): Replace process-kill-without-query by
5071 gnus-set-process-query-on-exit-flag.
5072
eca7d7bf
RF
50732010-09-16 Romain Francoise <romain@orebokech.com>
5074
5075 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5076
01e80360
LMI
50772010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5078
b069e5a6
G
5079 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5080 parameter to unintern is mandatory-ish in Emacs 24.
5081
01e80360
LMI
5082 * gnus-html.el (gnus-html-schedule-image-fetching)
5083 (gnus-html-prefetch-images): Check for curl before using it.
5084
5085 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5086 depend on curl, which isn't essential.
5087
5088 * imap.el: Revert back to version
5089 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5090 seem problematic.
5091
5e2a84e3
JB
50922010-09-14 Juanma Barranquero <lekktu@gmail.com>
5093
5094 * gnus-registry.el (gnus-registry-install-shortcuts):
5095 Explicitly pass `obarray' to `unintern' to avoid a warning.
5096
74769e8b
LMI
50972010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5098
296a8e19 5099 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
5100 change.
5101
296a8e19 5102 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
5103 functions, including the moreover stuff.
5104
51052010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5106
5107 * nnrss.el (nnrss-retrieve-groups): New function.
5108
32405341
JB
51092010-09-14 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * .dir-locals.el: Add no-byte-compile cookie.
5112
dff99050
KY
51132010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5114
5115 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5116 for back end that doesn't support request-scan.
5117
a9ec34f4
LMI
51182010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5119
5120 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5121 then do request scans from the backends.
5122
5123 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5124 avoid running a hook per line, since this takes a lot of time,
5125 profiling shows.
5126 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5127 directly if gnus-visual-p is true.
5128
39486331
KY
51292010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5130
5131 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5132 groups; replace mapcar with dolist which is a bit faster; pass groups
5133 info to gnus-read-active-file-1.
5134 (gnus-read-active-file-1): Scan only specified groups if the new
5135 optional arg `infos' is given.
5136
698ecd82
LMI
51372010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5138
e574f629
LMI
5139 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5140
296a8e19
SM
5141 * pop3.el (pop3-movemail): Remove.
5142 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 5143
698ecd82
LMI
5144 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5145 don't restrict end-tag searches to the end of the line.
5146
55c9cbb0
KY
51472010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5148
5149 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5150 articles of every unchecked group to t, which means unknown since the
5151 server has never been opened.
5152
724d30be
KY
51532010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5154
99fcd180
LMI
5155 * gnus-html.el (gnus-html-show-alt-text): New command.
5156 (gnus-html-browse-image): Ditto.
5157 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5158 to browse the image directly.
9778a07a
LMI
5159 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5160 better.
99fcd180 5161
296a8e19
SM
5162 * gnus-async.el (gnus-async-article-callback):
5163 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
5164
5165 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5166 before feeding URLs to curl.
5167
16ec6ca4
KY
51682010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5169
ecc74b38
KY
5170 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5171 internal images as deletable by `W D D'.
5172
16ec6ca4
KY
5173 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5174 (gnus-async-article-callback): Fix typo.
5175
5edc8186
LMI
51762010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5177
f9e50677
LMI
5178 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5179 current line to work around bugs in the output from w3m.
5180
8d408585
LMI
5181 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5182 for groups that want that.
5183
d832b437
LMI
5184 * nntp.el (nntp-wait-for-string): Supply a timeout for
5185 accept-process-output to ensure progress.
5186
cdad7ab2
LMI
5187 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5188 level to get unread articles from, then use that for foreign groups,
5189 too.
5190
f39ccb2e
LMI
5191 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5192 confuses the rest of the function.
5193
26f96aa0
LMI
5194 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5195 for the methods that support -retrieve-groups, too.
5196
5edc8186
LMI
5197 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5198
ed96ace9
KY
51992010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5200
5201 * pop3.el: Require cl when compiling.
5202 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5203
d65835d9
LMI
52042010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5205
a83e5f19
LMI
5206 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5207 that aren't going to be activated.
f87f756b 5208 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 5209
29cd986b
LMI
5210 * gnus-html.el (gnus-article-html): Allow calling without specifying
5211 the handle. In that case, dissect the buffer first.
5212
29d31b55
LMI
5213 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5214
d32fac69
LMI
5215 * nnimap.el (nnimap-open-connection): Revert the change that would look
5216 into authinfo for imaps instead of imap.
5217
c15c8017
LMI
5218 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5219 say that you don't want to call gnus-request-group with don-check, but
5220 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
5221 (gnus-get-unread-articles): Count the archive groups as secondary, so
5222 that they're activated the same way as before.
c15c8017 5223
3733ba53
LMI
5224 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5225 case-insensitively.
296a8e19 5226 (nnimap-debug): Remove.
3733ba53 5227
8695c9a7
LMI
5228 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5229 mail from a file, and the file doesn't exist.
5230
3ff31c90
LMI
5231 * pop3.el (pop3-streaming-movemail): Return t for success.
5232
b1a069e6
LMI
5233 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5234 .authinfo if we're using ssl connection.
5235
0c6dfaf8
LMI
5236 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5237 already have if we're in a main Gnus `g' run.
5238
d65835d9
LMI
5239 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5240
c6faacb4
KY
52412010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5242
3cf628e8
KY
5243 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5244
8737ef69
KY
5245 * nnmh.el (nnmh-request-list-1): Bind `file'.
5246
c6faacb4
KY
5247 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5248 alias to set-process-query-on-exit-flag or process-kill-without-query.
5249 (pop3-open-server): Use it.
5250
eecdcaf5
LMI
52512010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5252
85816ac1
LMI
5253 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5254 box to the Incoming file. Fixes mistake in previous checkin.
5255
5256 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5257 request loop (for debugging purposes) removed.
5258
530b8957
LMI
5259 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5260 culprit is more visible.
85816ac1
LMI
5261 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5262 (nnml-add-incremental-nov): New functions to do "incremental" nov
5263 updates, where we just append to the end of the existing nov files
5264 without reading/writing them in full.
530b8957
LMI
5265
5266 * mail-source.el (mail-source-delete-crash-box): Really only check the
5267 incoming files once in a while.
5268
ff3eb82e
LMI
5269 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5270
a2bb410e
LMI
5271 * mail-source.el (mail-source-delete-crash-box): Only check the
5272 incoming files for deletion once per day to save a lot of file
5273 accesses.
5274
5275 * pop3.el (pop3-logon): Fix up unbound variable typo.
5276
5277 * mail-source.el (pop3-streaming-movemail): Autoload.
5278
296a8e19
SM
5279 * pop3.el (pop3-streaming-movemail):
5280 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
5281
5282 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5283 retrieval.
5284
296a8e19 5285 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
5286 (pop3-streaming-movemail, pop3-send-streaming-command)
5287 (pop3-wait-for-messages, pop3-write-to-file)
5288 (pop3-number-of-responses): New functions for streaming pop3
5289 retrieval.
5290
ef45ee6f
LMI
5291 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5292 come from no known methods.
fb994703
LMI
5293 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5294 list.
ef45ee6f 5295
296a8e19 5296 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 5297 message sizes.
ef45ee6f
LMI
5298 (pop3-movemail): Use erase-buffer instead of looping and deleting
5299 regions, which seems rather odd.
34e03853 5300
4469385c
LMI
5301 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5302 file once per `g' run.
5303
2c8bcd54
LMI
5304 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5305 directories. This makes the draft queue directory work.
5306
8c3e17f8
LMI
5307 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5308 data from the backends, so that we only request the list of groups from
5309 each method once. This should speed things up considerably.
5310
5311 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5312 detect that it's not implemented.
5313
5314 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5315 we actually do recurse down into the tree, but don't stat all leaf
5316 nodes.
5317
f790bb74
LMI
5318 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5319 then say so instead of bugging out.
5320
c25d60ab
LMI
5321 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5322 files exist before trying to read them.
5323
5324 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5325 around <pre_int>.
5326
5327 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5328
eecdcaf5
LMI
5329 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5330
7426b4f7
LMI
53312010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5332
eecdcaf5
LMI
5333 * mm-util.el (mm-image-load-path): Just return the image directories,
5334 not all directories in the path in addition to the image directories.
5335 (mm-image-load-path): Maintain a cache of the image directories so that
5336 the `g' command in Gnus doesn't have to stat dozens of directories each
5337 time.
5338
10e91ca9
LMI
5339 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5340 (gnus-html-wash-tags): Add a new `i' command to insert images.
5341 (gnus-html-insert-image): New command and keystroke.
25f28806 5342 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 5343 (gnus-html-show-images): Rename command.
8fab3e39
LMI
5344 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5345 spacers.
5346 (gnus-html-wash-tags): Decode entities at the end, so that entities
5347 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
5348
5349 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5350 so that nnimap methods aren't agentized by default. There's apparently
5351 many problems related to agent/imap behaviour.
5352
7426b4f7
LMI
5353 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5354
5355 * gnus-html.el: Doc fix.
5356
3fb8f8a1
KY
53572010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5358
73137971
KY
5359 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5360 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 5361 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
5362
5363 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5364 for XEmacs.
5365
3fb8f8a1
KY
5366 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5367 of symbol that holds plist data.
5368 (gnus-process-plist): Remove plist of process after getting it.
5369
2e23878e
LMI
53702010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5371
5d97d032
LMI
5372 * message.el (message-generate-hashcash): Change default to
5373 'opportunistic if hashcash is installed.
5374
2e23878e 5375 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
5376 (gnus-html-put-image): Only call image-size once, since it's somewhat
5377 time-consuming on remote X servers.
2e23878e 5378
60893e6f
KY
53792010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5382 decoded contents.
f68a93a9 5383 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 5384
1d297c49
LMI
53852010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5386
e5500d2a
LMI
5387 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5388 group line format, since it isn't very interesting.
5389
954c8060
LMI
5390 * gnus-agent.el (gnus-agent-short-article),
5391 (gnus-agent-long-article): Increase values for these two variables,
5392 since most people are likely to have more network connection and
5393 storage than before.
5394
a1347097
LMI
5395 * gnus.el (gnus-refer-article-method): Change default to 'current.
5396 When referring an article, the common behaviour is to refer it from the
5397 current select method, not the native select method. The chances of
5398 the native select method having the message in question is rather slim
5399 these days.
5400
5401 * gnus-sum.el (gnus-auto-select-subject): Change default to
5402 `unseen-or-unread'. I think it's likely that most people want to
5403 select an unseen article over a previously seen, but unread one.
5404
5405 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5406 means that in the article buffer none of the minor mode elements will
5407 be shown, usually, and this is not desirable in most cases.
5408
1d297c49
LMI
5409 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5410 that commands like `d' (and the like) go to the next line in the
5411 buffer, instead of the next unread article. I think this is the
5412 behaviour that is most natural for most users.
5413 (gnus-single-article-buffer): Change default to nil, so that people can
5414 have as many article buffers open as they have summary buffer. I think
5415 this is the most natural way for the groups to behave.
5416
5417 * message.el (message-generate-new-buffers): Change default to
5418 `unsent', so that all new message buffers start their names with the
5419 string "*unsent", and it's easier to find the buffers if you move from
5420 them.
5421
a93b858c
LMI
54222010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5423
5424 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 5425 small. They're probably tracking images.
36a806f3 5426 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
5427 (gnus-html-rescale-image): Yet another try at getting the image sizing
5428 right.
a93b858c
LMI
5429
5430 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5431 nntp-marks-file-name is nil.
5432
2aafbe5a
TZ
54332010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5434
5435 * gnus-html.el (gnus-html-wash-tags)
5436 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5437 Better logging.
5438
9a4b54db
LMI
54392010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5440
296a8e19 5441 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 5442
9a4b54db
LMI
5443 * gnus-html.el (gnus-html-wash-tags): Check the value of
5444 gnus-blocked-images in the summary buffer.
5445
9a047bac
TZ
54462010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5447
5448 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5449
261ff377
LMI
54502010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5451
c6c81576
LMI
5452 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5453 like "a", it seems like.
5454 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5455 since it needs to be picked from the correct buffer.
5456
296a8e19 5457 * nnwfm.el: Remove.
261ff377 5458
296a8e19 5459 * nnlistserv.el: Remove.
261ff377 5460
d743e0d1
TZ
54612010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5462
5463 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5464 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5465
075843d3
LMI
54662010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5467
296a8e19 5468 * nnkiboze.el: Remove.
f7362445 5469
296a8e19 5470 * nndb.el: Remove.
f7362445 5471
075843d3
LMI
5472 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5473 alt text.
1ee093a3
LMI
5474 (gnus-html-rescale-image): Try to get the rescaling logic right for
5475 images that are just wide and not tall.
075843d3
LMI
5476
5477 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5478 overshadow variable bindings.
5479
6ca07e49
TZ
54802010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5481
5482 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
5483 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5484 Add extra logging.
6ca07e49 5485
fe01e1a3
LMI
54862010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5487
5488 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
5489 (gnus-max-image-proportion): New variable.
5490 (gnus-html-rescale-image): New function.
5491 (gnus-html-put-image): Rescale images.
fe01e1a3 5492
765abcce
SM
54932010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5494
5495 Fix up some byte-compiler warnings.
5496 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5497 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5498 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5499 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5500 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5501 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5502 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5503
da43765d
KY
55042010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5505
5506 * gnus-html.el (gnus-article-html): Decode contents by charset.
5507
a14b3417
KY
55082010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5509
b0e30310
KY
5510 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5511 (gnus-html-frame-width, gnus-blocked-images)
5512 * message.el (message-prune-recipient-rules): Add custom version.
5513 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5514
a14b3417
KY
5515 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5516 functions.
5517
cd110b2b
KY
5518 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5519 gnus-process-get.
5520
8f563146
KY
55212010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5522
5523 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5524 instead of lsub directly.
5525
2cdd366f
KY
55262010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5527
296a8e19 5528 * nnwarchive.el: Remove.
3c08d668 5529
296a8e19 5530 * gnus-soup.el: Remove.
c4d82de8 5531
296a8e19 5532 * nnsoup.el: Remove.
c4d82de8 5533
296a8e19 5534 * nnultimate.el: Remove.
c4d82de8 5535
51dee5ef
KY
5536 * gnus-html.el (gnus-blocked-images): New variable.
5537
2cdd366f
KY
5538 * message.el (message-prune-recipients): New function.
5539 (message-prune-recipient-rules): New variable.
5540
5541 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5542 guess whether a long line is natural text or not.
5543
296a8e19
SM
5544 * gnus-html.el (gnus-html-schedule-image-fetching):
5545 Use gnus-process-plist and friends for compatibility.
2cdd366f 5546
2d217ead
SM
55472010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5548
5549 * gnus-html.el: Require packages that define macros used in this file.
5550 (gnus-article-mouse-face): Declare to silence byte-compiler.
5551 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5552 process-get.
5553 (gnus-html-put-image): Use plist-get to avoid getf.
5554 (gnus-html-prefetch-images): Use with-current-buffer.
5555
1a10d421
KY
55562010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5557
2cdd366f
KY
5558 * gnus-ems.el: Provide compatibility functions for
5559 gnus-set-process-plist.
5560
1a10d421
KY
5561 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5562 * gnus.el (gnus-valid-select-methods)
5563 * message.el (message-send-mail-partially-limit)
5564 * mm-decode.el (mm-text-html-renderer)
5565 * mml.el (mml-insert-mime-headers-always)
5566 * smiley.el (smiley-regexp-alist): Bump custom version.
5567
55682010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5569
5570 * gnus-html.el: require mm-url.
ad142133
KY
5571 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5572 with the url to `url'.
5573 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 5574
f5ec697d
KY
55752010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5576
c2861968
KY
5577 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5578 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 5579 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 5580
296a8e19 5581 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 5582
379dde03 5583 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 5584 UTF-8. This seems to fix problems with some German web feeds.
379dde03 5585
5a2756c8
KY
5586 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5587 at the top so that the proper colours are applied.
5588
47fe149b
KY
5589 * gnus-art.el (gnus-article-view-part): Doc fix.
5590
fb16bb46
KY
5591 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5592 XEmacs-compatible.
5593 (gnus-html-put-image): Don't do images on non-graphic displays.
5594
296a8e19 5595 * nnslashdot.el: Remove this unused backend.
77ae8989 5596
75856ec0
KY
5597 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5598 actions.
77ae8989 5599 (gnus-undo-register-1): Revert last change.
75856ec0 5600
0be02d8a
KY
5601 * gnus-group.el (gnus-group-completing-read): Protect against not
5602 having completion-styles bound.
5603
5604 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5605 make broken recipients happier.
5606
929989ff
KY
5607 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5608
5609 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5610 point parameter.
5611
f5ec697d
KY
5612 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5613 completion-styles for group selection.
5614
5ec44091
KY
56152009-02-04 Andreas Schwab <schwab@suse.de>
5616
5617 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5618 headers and regexp-quote the match if necessary.
5619
07466c8e
KY
56202009-03-24 Miles Bader <miles@gnu.org>
5621
5622 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5623 the blinking smiley.
5624
56252009-03-24 Simon Josefsson <simon@josefsson.org>
5626
5627 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5628 blink smiley.
5629
8bff7c00
KY
56302010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5631
5632 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5633 where the dribbel file lives exists.
5634
5635 * message.el (message-send-mail-partially-limit): Change the default to
5636 nil, since most people don't want this.
5637
5638 * mm-url.el (mm-url-decode-entities): Also decode entities like
5639 &#x3212.
5640
0b10e437
KY
56412009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5642
5643 * gnus-sum.el (gnus-summary-idna-message):
5644 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5645 Hyperlink urls in docstrings with URL `...'.
5646
b1992461
KY
56472010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5648
5649 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5650 functions.
5651
655efd71
KY
56522010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5653
b1992461
KY
5654 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5655 say what the mouseover text should be.
5656
5657 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5658 version of the mm-w3m-safe-url-regexp variable to only download images
5659 in the groups where we want that to happen.
5660
5661 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5662
5663 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5664 easier debugging.
5665 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5666 big pictures in the article buffer.
5667
5668 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5669 gnus-article-html.
5670 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5671 w3m.
5672
655efd71
KY
5673 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5674
6b8382e4
KY
56752010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5676
5677 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5678 which doesn't exist.
5679
5680 * message.el (message-inhibit-ecomplete): New variable to allow some
5681 function to inhibit ecomplete address storage.
5682 (message-resend): Disable ecomplete message storage when resending
5683 messages.
5684
5685 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5686
dc6de553
KY
56872010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5688
5689 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5690 Save excursion while copying, moving, and deleting articles in order to
5691 prevent the cursor from jumping to unforeseen place.
5692
8e7d4ca1
GM
56932010-08-17 Glenn Morris <rgm@gnu.org>
5694
10506f64
GM
5695 * gnus-sync.el: Require gnus components whose functions are used.
5696
8e7d4ca1
GM
5697 * gnus-art.el (bookmark-make-record-function):
5698 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5699 Declare for compiler.
5700
5701 * mm-url.el (mml-compute-boundary): Autoload.
5702
4e815860
KY
57032010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5704
5705 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5706
ab731e1c
KY
57072010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5708
5709 Typo fix "hoo4a" -> "hook".
5710
5711 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5712
810717b6
GM
57132010-08-14 Glenn Morris <rgm@gnu.org>
5714
5715 * gnus-sync.el (gnus-sync): Fix defgroup version.
5716
8c330707
KY
57172010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5718
f5a62bb4 5719 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
5720
5721 * gnus-sync.el: Fix docs.
5722 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5723 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5724
186a9cbb
KY
57252010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5726
5727 Optimizations for gnus-sync.el.
5728
5729 * gnus-sync.el: Add docs about gnus-sync-backend
5730 possibilities.
5731 (gnus-sync-save): Remove unnecessary message.
5732 (gnus-sync-read): Optimize and show what groups were skipped.
5733
bbe276f2
KY
57342010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5735
5736 Minor bug fixes for gnus-sync.el.
5737
296a8e19
SM
5738 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5739 Don't read the sync on get-new-news.
79993b19 5740
bbe276f2
KY
5741 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5742 quiet.
5743
296a8e19
SM
5744 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5745 (fix typo).
bbe276f2 5746
62a83cc8
KY
57472010-07-30 Lawrence Mitchell <wence@gmx.li>
5748
5749 Make saving and restoring of hidden threads work with overlays.
5750 Patch applied by Ted Zlatanov.
5751
5752 * gnus-sum.el (gnus-hidden-threads-configuration)
5753 (gnus-restore-hidden-threads-configuration): Update to deal with text
5754 properties, rather than searching for a magic character.
5755
c4b1c354
KY
57562010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5757
62a83cc8
KY
5758 New gnus-sync.el library for synchronization of marks.
5759
77154961
KY
5760 * gnus-sync.el: New library for synchronization of marks.
5761
296a8e19 5762 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
5763 renamed from `gnus-registry-grep-in-list'.
5764
296a8e19
SM
5765 * gnus-registry.el (gnus-registry-follow-group-p):
5766 Use `gnus-grep-in-list'.
77154961 5767
c4b1c354
KY
5768 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5769
cbfb9427
KY
57702010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5771
5772 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5773 determining charset of text fails.
5774
e9d1aaff
KY
57752010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5776
5777 * nnmail.el (nnmail-get-new-mail-1): Revert.
5778
5779 * nnml.el (nnml-active-number): Make sure names of newly created groups
5780 in nnml-group-alist are encoded.
5781
6f1c4158
KY
57822010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5783
5784 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5785 containing non-ASCII characters in active file for nnml back end.
5786
86fb1061
KY
57872010-07-24 David Engster <dengste@eml.cc>
5788
5789 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5790 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5791
a0abd4d6
DU
57922010-07-21 Daiki Ueno <ueno@unixuser.org>
5793
5794 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5795 tag (Bug#6654).
5796
72897ff9
KY
57972010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5798
5799 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5800 the article buffer, not the summary buffer.
5801
e859bbda
KY
58022010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5803
5804 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5805 Emacs 23 as well.
5806
58072010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
5808
5809 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5810 Patch applied by Karl Fogel.
5811
296a8e19
SM
5812 * gnus-sum.el (gnus-summary-bookmark-make-record):
5813 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 5814
33b48483
KF
58152010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5816
5817 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5818 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5819 C-w still not working correctly from Article buffers; Thierry's
5820 patch to fix that will be applied after this.
5821
5822 * gnus-art.el (bookmark-make-record-function): New local variable.
5823
e859bbda
KY
5824 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5825 article buffer.
33b48483
KF
5826 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5827
e44fa724
KF
58282010-07-13 Karl Fogel <kfogel@red-bean.com>
5829
e859bbda
KY
5830 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5831 on changes in bookmark.el.
e44fa724 5832
04c23739
MH
58332010-06-22 Mark A. Hershberger <mah@everybody.org>
5834
5835 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5836 the *other* type of HTML form submission.
5837
85350e06
MA
58382010-06-15 Michael Albinus <michael.albinus@gmx.de>
5839
5840 * auth-source.el (auth-source-pick): If choice does not contain a
5841 questioned keyword, set the check to t.
5842
89a13959
RF
58432010-06-12 Romain Francoise <romain@orebokech.com>
5844
5845 * gnus-util.el (gnus-date-get-time): Move up before first use.
5846
3e3ab3ab
KY
58472010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5850 (gnus-article-edit-part): Bind it to make last part that is substituted
5851 or deleted visible.
5852 (gnus-mime-display-single): Buttonize part of which id equals to
5853 gnus-mime-buttonized-part-id.
5854
3d6e7a43
KY
58552010-06-10 Dan Christensen <jdc@uwo.ca>
5856
5857 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5858 (gnus-dd-mmm): Use gnus-date-get-time.
5859 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5860 simplify logic.
5861 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 5862 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 5863
0e4966fb
MA
58642010-06-08 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * auth-source.el (top): Autoload `secrets-list-collections',
5867 `secrets-create-item', `secrets-delete-item'.
5868 (auth-sources): Fix tag string.
5869 (auth-get-source, auth-source-retrieve, auth-source-create)
5870 (auth-source-delete): New defuns.
5871 (auth-source-pick): Rewrite in order to avoid 2 passes.
5872 (auth-source-forget-user-or-password): New parameter USERNAME.
5873 (auth-source-user-or-password): New parameters CREATE-MISSING and
5874 DELETE-EXISTING. Retrieve password interactively, if needed.
5875
5e7d4a75
KY
58762010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5877
5878 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5879 deleting unused directories when gnus-expert-user is t.
5880
3aeb9402
KY
58812010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
5882
5883 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5884 for each temp file when gnus-article-browse-delete-temp is ask.
5885
e1b9db1a
KR
58862010-05-20 Kevin Ryde <user42@zip.com.au>
5887
5888 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
5889
d567e92f
KY
58902010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5893 article unless decoding article to be saved.
5894
7cab80f9
KY
58952010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5896
5897 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5898 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5899 generated within the mm-with-unibyte-current-buffer macro.
5900
59012010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5902
5903 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5904 to nil when we're in a mml-preview buffer and no group is selected.
5905
4c9d39ab
KY
59062010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
5907
5908 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 5909 when catching the `C-g'. Reported by "Leo".
4c9d39ab 5910
706deb23
KY
59112010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * message.el (message-forward-make-body-plain)
5914 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5915 multibyte-string-p.
5916
8b320e66
KY
59172010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * message.el (message-forward-make-body-mml): Assume original message
5920 is multibyte string; error on unibyte.
5921 (message-forward-make-body-plain): Ditto; don't add excessive newline
5922 in body end.
5923
4767419a
KY
59242010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
5925
5926 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5927 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
5928
3d73e841
KY
59292010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
5930
5931 * mm-extern.el (mm-extern-url): Don't use
5932 mm-with-unibyte-current-buffer.
5933 (mm-extern-cache-contents): Use with-current-buffer instead of
5934 save-excursion + set-buffer.
5935
1fdf5102
KY
59362010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5937
5938 * mm-util.el (mm-emacs-mule): Remove.
5939
59402010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
5941
5942 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5943 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5944 change.
5945
72e841ce
KY
59462010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5947
5948 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5949 bind the default value of enable-multibyte-characters to nil.
5950
d8a7b272
KY
59512010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5952
5953 * message.el (message-forward-make-body-plain)
5954 (message-forward-make-body-mml):
5955 Don't use mm-with-unibyte-current-buffer.
5956
59572010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
5958
5959 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5960 (Bug#5592).
5961
9581ba4d
KY
59622010-05-07 Julien Danjou <julien@danjou.info>
5963
5964 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5965 it to mm-pipe-part.
5966
5967 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5968 it is given.
5969
765d4319
KY
59702010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
5971
5972 * nnweb.el (nnweb-gmane-search)
5973 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5974 XEmacs.
5975
5976 * gnus-art.el (gnus-article-browse-html-parts)
5977 * gnus-group.el (gnus-read-ephemeral-gmane-group)
5978 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5979 make-temp-file.
5980
5981 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5982 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5983 compiling.
5984
5985 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5986 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5987 XEmacs when compiling.
5988
5989 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5990 gnus-pick-mode-off-hook for XEmacs when compiling.
5991 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5992 gnus-binary-mode-off-hook for XEmacs when compiling.
5993
296a8e19
SM
5994 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5995 Return nil if char-charset is not available.
765d4319 5996
86d21cc0 5997 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
5998 macro.
5999
6000 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6001 instead of encode-coding-string.
6002
6003 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6004 'xemacs) instead of mm-emacs-mule to switch function definitions.
6005 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6006
16b90cfe
KY
60072010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6008
6009 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6010
72528372
KY
60112010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6014 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6015
61a9da25
JB
60162010-05-03 Juanma Barranquero <lekktu@gmail.com>
6017
6018 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6019 alias `jka-compr-delete-temp-file' no longer exists.
6020
bbf52f1e
SM
60212010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 Use define-minor-mode in Gnus where applicable.
6024 * mml.el (mml-mode): Use define-minor-mode.
6025 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6026 (gnus-undo-mode): Use define-minor-mode.
6027 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6028 (gnus-dead-summary-mode): Use define-minor-mode.
6029 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6030 Initialize in declaration.
6031 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6032 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6033 (gnus-mailing-list-mode): Use define-minor-mode.
6034 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6035 (gnus-draft-mode): Use define-minor-mode.
6036 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6037 (gnus-dired-mode): Use define-minor-mode.
6038
ee309757
KY
60392010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6040
6041 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6042 handles on recursive mml-to-mime translation and check them for
a628ad9d 6043 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 6044
62fe59e7
KY
60452010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6046
6047 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6048
bd486b03
SM
60492010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6050
6051 * mm-util.el (mm-find-buffer-file-coding-system):
6052 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6053
731533fd
KY
60542010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6055
6056 * message.el (message-generate-headers): Record insertion of optional
6057 headers as well. Otherwise the check to prevent repeated insertion of
6058 optional headers is a no-op.
6059
bff3818b
KY
60602010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6061
6062 * smime.el: Don't mention CVS.
6063
6064 * nnrss.el (nnrss-fetch): Don't mention CVS.
6065
6066 * nnir.el: Don't mention CVS.
6067
ebb9641f
SM
60682010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6e104790
SM
6070 * gnus-sum.el (gnus-summary-bookmark-make-record):
6071 Add `location' field.
ebb9641f 6072
398a825b
SM
60732010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6076 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6077 Use with-current-buffer to silence the byte-compiler.
6078 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6079 bother to require `gnus'.
6080 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6081
45be326a
TV
60822010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6083
6084 * gnus-sum.el (gnus-summary-bookmark-make-record)
6085 (gnus-summary-bookmark-jump): New functions.
6086 (gnus-summary-mode): Setup bookmark support.
6087
d7b48791
AS
60882010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6089
6090 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6091 if set.
6092
d35ad51f
KY
60932010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6096 gnus-article-browse-html-save-cid-image; make it work recursively for
6097 forwarded messages as well.
6098 (gnus-article-browse-html-parts): Work when prefix arg is given.
6099 (gnus-article-browse-html-article): Doc fix.
6100
85738751
SM
61012010-03-30 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * message.el (message-default-mail-headers):
6104 (message-default-headers): Carry the value mail-default-headers over
6105 into message-default-mail-headers, rather than message-default-headers.
6106
82fc7980
KY
61072010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6108
85738751 6109 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
6110 charset.
6111
6112 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6113 charset into the <meta> tag when the article is encoded to utf-8.
6114
20c0b2ce
KY
61152010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6116
85738751
SM
6117 * gnus-art.el (gnus-article-browse-delete-temp-files):
6118 Delete directories as well.
20c0b2ce
KY
6119 (gnus-article-browse-html-parts): Work for images that do not specify
6120 file names; delete temp directory when quitting; insert header at the
6121 right place; use file: scheme for image files.
6122
61232010-03-30 Eric Schulte <schulte.eric@gmail.com>
6124
6125 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6126 (gnus-article-browse-html-parts): Use it to make temporary cid image
6127 files in addition to html file so that browser may display them.
6128
9d9ef8e8
KY
61292010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6130
6131 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6132
afae6cd4
KY
61332010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6134
6135 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6136
fb178e4c
KY
61372010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6138
85738751
SM
6139 * auth-source.el (auth-sources): Change default to be simpler.
6140 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
6141 (auth-source-pick): Change to accept any number of search parameters.
6142 Implement fallbacks iteratively, not recursively. Add scoring on the
6143 second pass and sort by score. Call Secret Service API when needed.
6144 (auth-source-user-or-password): Use it. Call Secret Service API
6145 directly when needed to get the user name and the password.
6146
e867cb5d 61472010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
6148
6149 * message.el (message-interactive): Doc fix.
6150 (message-qmail-inject-args): Reflow.
6151 (message-kill-to-signature): Fix typo in docstring.
6152
6153 * smiley.el (smiley-buffer): Fix typo in docstring.
6154
16d8cf52
GM
61552010-03-24 Glenn Morris <rgm@gnu.org>
6156
6157 * mail-source.el (gnus-message): Declare.
6158 (mail-source-delete-old-incoming): Require gnus-util.
6159
ec7995fa
KY
61602010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6161
6162 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6163
6164 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6165
6166 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6167 password-cache's default if it is not bound.
6168 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6169 password-cache-expiry's default if it is not bound.
6170
6171 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6172 available in Emacs 21.
6173
61742010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6175
6176 * auth-source.el (auth-sources): Fix up definition so extra parameters
6177 are always inline.
6178
61792010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6180
296a8e19 6181 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
6182 wasn't updated after mismatch. Clear cached mailbox info correctly
6183 when uidvalidity changes.
6184 (nnimap-group-prefixed-name): New function to avoid some code
6185 duplication.
6186 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6187 (nnimap-request-group): Use it.
6188 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6189 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6190 with many imap folders. This is done by caching the group status from
a628ad9d 6191 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
6192 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6193 but not persistently, so every Gnus startup was still very slow.)
6194
61952010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6198 secrets.el dependency.
6199 (auth-sources): Add optional user name. Add secrets.el configuration
6200 choice (unused right now).
6201
62022010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6203
296a8e19
SM
6204 * gnus-sum.el (gnus-summary-make-menu-bar):
6205 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
6206
6207 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6208 warnings.
6209 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6210 (gnus-registry-install-shortcuts): Populate and use it in a
6211 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6212
62132010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6214
6215 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6216 In-place substitutions for the group name encoding/decoding.
6217 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6218 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6219 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6220 (nnimap-update-unseen, nnimap-request-list)
6221 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6222 (nnimap-request-set-mark, nnimap-split-to-groups)
6223 (nnimap-split-articles, nnimap-request-newgroups)
6224 (nnimap-request-create-group, nnimap-request-accept-article)
6225 (nnimap-request-delete-group, nnimap-request-rename-group)
6226 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6227 `encoded-mbx' for consistency.
6228 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6229 variable `imap-current-mailbox'.
6230
6231 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6232 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6233
62342010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6235
6236 * pop3.el (pop3-display-message-size-flag): Display message size byte
6237 counts during POP3 download.
6238 (pop3-movemail): Use it.
6239 (pop3-list): Implement listing of available messages.
6240
62412010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6242
6243 * nnir.el (nnir-get-article-nov-override-function): New function to
6244 override the normal NOV retrieval.
6245 (nnir-retrieve-headers): Use it.
6246
7d1a9163
MA
62472010-03-19 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * auth-source.el (netrc-machine-user-or-password): Autoload.
6250
aa8f8277
GM
62512010-03-19 Glenn Morris <rgm@gnu.org>
6252
6253 Stop message.el from loading about 40 libraries it doesn't always need.
6254 The general approach is to autoload rather than require, and to
6255 require in the specific functions rather than the file. (Bug#5642)
6256
6257 * gmm-utils.el: Don't require wid-edit.
6258 (widget-create-child-value, widget-convert, widget-default-get):
6259 Autoload.
6260
6261 * gnus-util.el: Don't require time-date, netrc.
6262 (message-fetch-field, gnus-group-name-decode): Declare rather than
6263 autoloading.
6264 (gnus-fetch-field): Require message.
6265 (gnus-decode-newsgroups): Require gnus-group.
6266
6267 * ietf-drums.el: Don't require time-date.
6268
6269 * message.el: Don't require hashcash, canlock, ecomplete.
6270 Do require mail-utils. Require nnheader only when compiling.
6271 (smtpmail-default-smtp-server): Remove declaration.
6272 (message-send-mail-function): Check smtpmail-default-smtp-server
6273 is bound rather than requiring smtpmail.
296a8e19
SM
6274 (message-auto-save-directory, message-insert-signature):
6275 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
6276 (nnheader-insert-file-contents): Autoload.
6277 (hashcash-wait-async): Declare.
6278 (message-send-mail): Only call gnus-setup-posting-charset if
6279 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6280 (message-send-mail-with-sendmail): Require sendmail.
6281 (canlock-password, canlock-password-for-verify): Declare.
6282 (message-canlock-password): Require canlock.
6283 (nnheader-get-report): Autoload.
6284 (gnus-setup-posting-charset): Declare.
6285 (message-send-news): Require gnus-msg.
6286 (message-make-references, message-make-in-reply-to): Use mail-header-id
6287 rather than the alias mail-header-message-id.
6288 (ecomplete-add-item, ecomplete-save): Declare.
6289 (message-put-addresses-in-ecomplete): Require ecomplete.
6290 (ecomplete-display-matches): Autoload.
6291
6292 * mm-decode.el: Don't require mailcap, gnus-util.
6293 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6294 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6295 Autoload.
6296 (mailcap-mime-extensions): Declare.
6297
6298 * mm-encode.el: Don't require mailcap.
6299 (mailcap-extension-to-mime): Autoload.
6300
6301 * mml-sec.el: Don't require password-cache.
6302
6303 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6304 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6305 (mml-minibuffer-read-type): Require mailcap.
6306 (mml-preview): Require gnus-msg.
6307
6308 * mml1991.el: Require password-cache.
6309 (password-cache-expiry): Remove declaration.
6310
6311 * mml2015.el: Require password-cache.
6312 (password-cache-expiry): Remove declaration.
6313
6314 * nneething.el (mailcap): Require mailcap.
6315
a628ad9d 6316 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
6317 (message-remove-header): Declare rather than autoload.
6318 (nnheader-replace-header): Require message.
6319
6320 * nnimap.el (declare-function): Add compatibility stub.
6321 (netrc-parse, netrc-machine-user-or-password): Declare.
6322 (nnimap-open-connection): Require netrc.
6323
6324 * nntp.el (declare-function): Add compatibility stub.
6325 (netrc-parse, netrc-machine, netrc-get): Declare.
6326 (nntp-send-authinfo): Require netrc.
6327
6328 * rfc2047.el: Don't require qp.
6329 (quoted-printable-encode-region, quoted-printable-decode-string):
6330 Autoload.
6331
6332 * sieve-mode.el: Don't require easymenu.
6333 (easy-menu-add-item): Autoload it.
6334
6335 * spam-stat.el (time-to-number-of-days): Autoload it.
6336
4a44ff5f
KY
63372010-03-17 Kevin Ryde <user42@zip.com.au>
6338
6339 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6340 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6341 value if any backslash escapes).
6342
ddf5d974
KY
63432010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6344
6345 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6346 if it is available. (bug#5647)
6347
ac1af635
GM
63482010-02-26 Glenn Morris <rgm@gnu.org>
6349
6350 * message.el (message-send-mail-function): Change the default, so that
6351 it inherits from a customized send-mail-function. (Bug#5643)
6352
86f5c034
SM
63532010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6354
6355 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6356 shell-command-to-string signals an error (bug#5299).
6357
daf4b83b
GM
63582010-02-24 Glenn Morris <rgm@gnu.org>
6359
6360 * message.el (message-smtpmail-send-it)
6361 (message-send-mail-with-mailclient): Doc fixes.
6362
dc4d6273
GM
63632010-02-16 Glenn Morris <rgm@gnu.org>
6364
6365 * message.el (message-default-mail-headers): Change the default value
6366 to ease the transition from mail-mode to message-mode. (Bug#5555)
6367
b1ea3797
CY
63682010-01-17 Chong Yidong <cyd@stupidchicken.com>
6369
6370 * message.el (message-mail): Just pass yank-action on to message-setup.
6371 (message-setup): Handle (FUN . ARGS) form of yank-action.
6372 (message-with-reply-buffer, message-widen-reply)
6373 (message-yank-original): Handle non-buffer values of
6374 message-reply-buffer (Bug#4080).
f53a6590 6375 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 6376
4963739e
JB
63772010-01-17 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6380 Fix typo in docstring.
6381
889e4d55
JR
63822010-01-08 Jason Rumney <jasonr@gnu.org>
6383
6384 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6385 response.
6386
8a908224
KY
63872010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6388
6389 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6390
6391 * message.el (message-check-news-header-syntax): Protect against a
6392 string that `rfc822-addresses' returns when parsing fails.
6393
770d9a1f
KY
63942010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6395
6396 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6397 (gnus-previous-char-property-change): New functions.
6398
6399 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6400
7b47345b
AS
64012010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6402
6403 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6404 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6405
61f49e0b
CY
64062010-01-02 Chong Yidong <cyd@stupidchicken.com>
6407
6408 * message.el (message-exchange-point-and-mark): Rework last change to
6409 avoid using optional arg of exchange-point-and-mark, for backward
6410 compatibility.
6411
bd0948ca
CY
64122010-01-01 Chong Yidong <cyd@stupidchicken.com>
6413
296a8e19
SM
6414 * message.el (message-exchange-point-and-mark):
6415 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
6416 mark-active by hand (Bug#5175).
6417
49b196a5
KY
64182009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6419
78dc2a38
KY
6420 * nntp.el (nntp-service-to-port): Work for service expressed with
6421 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 6422
a0db2cdd
GM
64232009-12-17 Glenn Morris <rgm@gnu.org>
6424
6425 * gnus-group.el (gnus-bug-group-download-format-alist):
6426 Change emacs entry to debbugs.gnu.org. Bump :version.
6427
029dda9c
RS
64282009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6429
6430 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6431
4a9b5bf5
RS
64322009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6433
6434 * message.el (message-info): Explain why we use `Info-goto-node'.
6435
96bdcdc4
SM
64362009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * message.el (message-completion-in-region): New compatibility function.
6439 (message-expand-group): Use it.
6440
7fa123c8
KY
64412009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6442
6443 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6444 with no unread article should be listed if the 2nd arg `predicate' is
6445 given.
6446
5aa75bd8
JL
64472009-11-29 Juri Linkov <juri@jurta.org>
6448
6449 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6450 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 6451 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 6452
937e60c8
KY
64532009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6454
6455 * message.el (message-from-style, message-interactive)
6456 (message-signature): Always set default values from the corresponding
6457 mail-* variables.
6458 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6459 (message-yank-prefix, message-indentation-spaces)
6460 (message-signature-file, message-default-headers): Use boundp rather
6461 than (featurep 'xemacs) to check if the corresponding mail-* variables
6462 exist.
6463
b4d472c9
CY
64642009-11-20 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * message.el (message-send-mail-with-sendmail): Revert last change.
6467
4332f3ec
CY
64682009-11-19 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * message.el (message-from-style, message-interactive)
6471 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6472 (message-yank-prefix, message-indentation-spaces, message-signature)
6473 (message-signature-file, message-default-headers): For GNU Emacs, set
6474 default values from the corresponding mail-* variables.
6475 (message-send-mail-with-sendmail): Use envelope-from only if
6476 mail-specify-envelope-from is non-nil.
6477
30123838
KY
64782009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6479
6480 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6481 containing tspecial characters if they have been already quoted.
6482
12ea3d65
GM
64832009-10-24 Glenn Morris <rgm@gnu.org>
6484
6485 * gnus-art.el (help-xref-stack-item): Define for compiler.
6486
6131a096
KY
64872009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6488
6489 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6490
9bfd9a76
KY
64912009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6492
6493 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6494 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6495
64962009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6497
6498 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6499 (gnus-overlays-in): New alias to overlays-in.
6500
6501 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6502 gnus-overlay-get, and gnus-delete-overlay.
6503 (gnus-summary-show-thread): Make it work as well for systems in which
6504 next-single-char-property-change is not available.
6505 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6506
65072009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6510
65112009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6514 and XEmacs that don't have `remove-overlays'.
6515
65162009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6519 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6520 selective display. Use overlays instead.
6521
84b5fcf6
JB
65222009-10-04 Juanma Barranquero <lekktu@gmail.com>
6523
6524 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6525
0577a430
JB
65262009-09-29 Juanma Barranquero <lekktu@gmail.com>
6527
6528 * spam-stat.el (spam-stat-load): Fix typo in message.
6529
d93ec753
JB
65302009-09-23 Juanma Barranquero <lekktu@gmail.com>
6531
6532 * gnus-art.el (gnus-article-encrypt-body):
6533 * message.el (message-check-recipients):
6534 * mm-util.el (mm-codepage-setup):
6535 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6536 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6537
54c72c31
KY
65382009-09-22 Daiki Ueno <ueno@unixuser.org>
6539
6540 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6541 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6542 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6543 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6544 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6545
63348d24
GM
65462009-09-18 Glenn Morris <rgm@gnu.org>
6547
6548 * gnus-diary.el (gnus-diary-check-message):
6549 * message.el (message-insert-formatted-citation-line):
6550 * nnbabyl.el (top-level):
6551 * nndiary.el (nndiary-schedule):
6552 Fix typos in condition-case handlers.
6553
54c72c31
KY
65542009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6555
6556 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6557 configuration that provides the sole article window in a frame;
6558 position point correctly after deleting a part.
6559
65602009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6561
6562 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6563 (spam-resolve-registrations-routine): Use it to unregister articles
6564 that change status.
6565
83ccc32c
KY
65662009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6567
6568 * nnrss.el (nnrss-request-article): Remove binding of
6569 default-enable-multibyte-characters that has gotten needless by
6570 the 2007-07-13 change in rfc2047-encode-message-header.
6571
6572 * mml.el (mml-insert-multipart): Error on the message header.
6573 (mml-insert-part): Error on the message header; position point at
6574 the end of a MIME tag.
6575
de0bdfe7
KY
65762009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6577
5cc79e5a
KY
6578 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6579 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
6580
6581 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6582 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6583 float-time is available; suppress compile warning for time-to-seconds.
6584
65852009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6586
6587 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6588 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6589 Add the optional argument `encoding' that overrides the default.
6590
6591 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6592 mm-encode-buffer.
6593
63220e37
GM
65942009-09-04 Glenn Morris <rgm@gnu.org>
6595
6596 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6597 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6598 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6599 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6600 * mm-util.el (mm-with-unibyte-current-buffer)
6601 (mm-find-buffer-file-coding-system):
6602 * yenc.el (yenc-decode-region): Use default-value rather than
6603 default-enable-multibyte-characters.
6604
2e62b574
GM
66052009-09-03 Glenn Morris <rgm@gnu.org>
6606
6607 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6608 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6609 than default-enable-multibyte-characters.
6610
de0bdfe7
KY
66112009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6612
6613 * gnus-art.el (gnus-article-read-summary-keys):
6614 Fix gnus-buffer-configuration's value temporarily used.
6615
3d493bef
GM
66162009-09-02 Glenn Morris <rgm@gnu.org>
6617
9693d3c4
GM
6618 * gnus-util.el (gnus-float-time): New function.
6619 * gnus-delay.el (gnus-delay-article):
6620 * gnus-sum.el (gnus-thread-latest-date):
6621 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6622 * nnspool.el (nnspool-request-newgroups):
6623 Use gnus-float-time rather than time-to-seconds.
6624 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6625
3d493bef
GM
6626 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6627 (gnus-header-subject-face, gnus-header-newsgroups-face)
6628 (gnus-header-name-face, gnus-header-content-face):
6629 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6630 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6631 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6632 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6633 (gnus-cite-face-11):
6634 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6635 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6636 (gnus-server-closed-face, gnus-server-denied-face)
6637 (gnus-server-offline-face):
6638 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6639 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6640 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6641 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6642 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6643 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6644 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6645 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6646 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6647 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6648 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6649 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6650 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6651 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6652 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6653 (gnus-summary-high-undownloaded-face)
6654 (gnus-summary-low-undownloaded-face)
6655 (gnus-summary-normal-undownloaded-face)
6656 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6657 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6658 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6659 (gnus-splash-face):
6660 * message.el (message-header-to-face, message-header-cc-face)
6661 (message-header-subject-face, message-header-newsgroups-face)
6662 (message-header-other-face, message-header-name-face)
6663 (message-header-xheader-face, message-separator-face)
6664 (message-cited-text-face, message-mml-face):
6665 * sieve-mode.el (sieve-control-commands-face)
6666 (sieve-action-commands-face, sieve-test-commands-face)
6667 (sieve-tagged-arguments-face):
6668 * spam.el (spam-face):
6669 Mark face aliases with "-face" in the name as obsolete.
6670
7a4abdd6
GM
66712009-09-01 Glenn Morris <rgm@gnu.org>
6672
6673 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6674 than goto-line.
6675
29b647c5
MB
66762009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6677
6678 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6679 Don't move point if the command is invoked inside the message header.
6680
265ac10b
SM
66812009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6684 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6685 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6686 * nnir.el (nnir-swish-e-index-file):
6687 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6688 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6689 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6690 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6691 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6692 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6693
b0b63450
MB
66942009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6695
6696 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6697 Don't save excursion.
6698
14acf2f5
SM
66992009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * nnheader.el (nnheader-find-file-noselect):
6702 * mm-util.el (mm-insert-file-contents):
6703 Use (default-value 'major-mode) instead of default-major-mode.
6704
d3192c8f
SM
67052009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6706
6707 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6708
ec179403
GM
67092009-08-25 Glenn Morris <rgm@gnu.org>
6710
6711 * nnir.el (top-level): Don't require cl at run-time.
6712 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6713 Replace cl-function substitute with gnus-replace-in-string.
6714 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6715 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6716 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6717 simplified expansions.
6718
5dcc825f
GM
67192009-08-22 Glenn Morris <rgm@gnu.org>
6720
6721 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6722 goto-line.
6723
b0b63450
MB
67242009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6725
6726 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6727
6728 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6729 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6730 (gnus-mm-display-part, gnus-mime-display-single)
6731 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6732 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6733
6734 * gnus-sum.el
6735 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6736 (gnus-summary-move-article): Add expirable mark to articles copied or
6737 moved to group that has auto-expire turned on if the option is non-nil.
6738
1d2faf98
GM
67392009-07-24 Glenn Morris <rgm@gnu.org>
6740
6741 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6742 Fix typo. (Bug#3903)
6743
6ab2c7a8
MB
67442009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6747 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6748 that should not be used for draft articles.
6749 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6750 that has no concern in minor mode keys.
6751 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6752 Abolish.
6753
554a69b8
KY
67542009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6755
6756 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6757 article without making inquiry to a user for unknown encoding.
6758
6759 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6760 (nnmaildir--scan): Assume i-node and device number that file-attributes
6761 returns might be cons-cell.
6762
67632009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6764
6765 * auth-source.el: Remove docs now in auth.texi. Don't use
6766 `gnus-message' for logging. Add new variables `auth-source-debug' and
6767 `auth-source-hide-passwords' and use them.
6768
0985c8f6
GM
67692009-07-15 Glenn Morris <rgm@gnu.org>
6770
6771 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6772
ee5a613e
KY
67732009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6776 excessive whitespace from the default values of title and description.
6777
aa227ba5
KY
67782009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6781 mail-fetch-field to fetch Content-Description header in order to
6782 exclude newlines.
6783
0cf681b6
KY
67842009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6785
6786 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6787 to deleted part.
6788
67892009-05-30 David Engster <dengste@eml.cc>
6790
6791 * nnmairix.el: Remove old documentation in the commentary block.
6792 (nnmairix-request-group): Do not update active file for nnml back ends.
6793 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6794 end so that overview files are ignored.
6795 (nnmairix-update-groups): Make updating the groups more robust by using
6796 marks.
6797 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6798 with dollar characters in message-id.
6799
9cc20f6c
RS
68002009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6801
6802 * spam.el: Use dns-query instead of query-dns. Was renamed on
6803 2008-12-25 in dns.el.
6804
1dbc941a
SM
68052009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6808 could happen if the text is only composed of spaces and/or tabs.
6809
2235f4ac
MB
68102009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6811
6812 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6813 when sending a queued message to avoid extra mml tags.
6814
9cdff613
MB
68152009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6816
6817 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6818
87202be1
KY
68192009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
6820
6821 * gnus-dired.el: Remove autoload for gnus-setup-message.
6822 (gnus-dired-attach): Fake this-command value to prevent Gnus from
6823 displaying Gnus logo; always use compose-mail.
6824
920b3f72
KY
68252009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6826
1e6b95a6 6827 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 6828
0038d478
MB
68292009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
6830
6831 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6832 (gnus-nocem-issuers): List currently active issuers; fix custom type.
6833 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6834 available.
6835 (gnus-nocem-epg-verify): New function.
6836
9eb59592
MB
68372009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
6838
6839 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6840
e38658c4
GM
68412009-02-15 Glenn Morris <rgm@gnu.org>
6842
6843 * gnus-util.el (rmail-insert-rmail-file-header)
6844 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6845 autoloads.
6846 (rmail-default-rmail-file): Remove unnecessary declaration.
6847 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6848
1faded47
GM
68492009-02-14 Glenn Morris <rgm@gnu.org>
6850
6851 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6852 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
6853 (rmail-output-to-rmail-file): Remove autoload of deleted function,
6854 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
6855 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6856 only used in gnus-util, which autoloads it itself.
6857 (rmail-update-summary): Fix autoload.
6858
fef8d38e
GM
6859 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6860 rather than rmail-output-to-rmail-file.
1faded47 6861
c07dfdd9
GM
68622009-02-07 Glenn Morris <rgm@gnu.org>
6863
6864 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6865 autoload of function that no longer exists.
6866 (rmail-toggle-header): Declare.
6867 (message-forward-rmail-make-body): Handle mbox Rmail.
6868
49e787c9
GM
68692009-01-31 Glenn Morris <rgm@gnu.org>
6870
6871 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6872 2009-01-09 change.
6873
3b36c17e
MB
68742009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
6875
6876 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6877 (auth-source-forget-all-cached): New convenience function.
6878 (auth-source-user-or-password): Accept list of modes or a single mode.
6879
6880 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6881 auth-source modes.
6882
6883 * nnimap.el (nnimap-open-connection): Use list of
6884 auth-source modes.
6885
6886 * nntp.el (nntp-send-authinfo): Use list of
6887 auth-source modes.
6888
26b9f88d
MB
68892009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6890
6891 * auth-source.el: Update docs to reflect epa-file-enable is to be used
6892 now.
6893
68942009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6895
6896 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6897 coding system in XEmacs; add a workaround for XEmacs.
6898
548f737d
MB
68992009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
6900
6901 * mm-util.el (mm-coding-system-priorities): Protect against nil value
6902 of current-language-environment.
6903
69042009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
6905
6906 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6907 available at runtime.
6908
69092009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6910
6911 * gnus-art.el (article-date-ut): Fix end point of narrowing.
6912
69132009-01-11 Aidan Kehoe <kehoea@parhasard.net>
6914
6915 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6916 the greatest positive fixnum value doesn't work under an XEmacs with
6917 bignum support; use the most-positive-fixnum constant instead,
6918 available since Emacs 21.1 with cl and XEmacs 21.1.
6919
63d12d38
KY
69202009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6921
6922 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6923 XEmacs gets not to work.
6924
548f737d
MB
69252009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6926
6927 * mm-util.el (mm-coding-system-priorities): Allow the value like
6928 "Japanese (UTF-8)" of current-language-environment.
6929
ed77e66c
GM
69302009-01-09 Glenn Morris <rgm@gnu.org>
6931
6932 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6933 with last-command-event.
6934
e3e955fe
MB
69352009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6936
6937 * message.el (message-fix-before-sending): Amend comment.
6938
69392009-01-07 David Engster <dengste@eml.cc>
6940
6941 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6942 simplified server definitions by converting it via
6943 gnus-server-to-method.
6944
69452009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6946
6947 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6948 parameter's operands.
6949
69502009-01-06 David Engster <dengste@eml.cc>
6951
6952 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6953 primary select method (for gnus-group-mark-article-as-read).
6954
41ec3f54
TH
69552009-01-06 Tassilo Horn <tassilo@member.fsf.org>
6956
6957 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6958 `(gnus)Face', not `(gnus)X-Face'.
6959
e3e955fe
MB
69602009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6961
6962 * mm-util.el (mm-ucs-to-char): New function.
6963
6964 * mm-url.el (mm-url-decode-entities): Use it.
6965
69662009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
6967
6968 * message.el (message-fix-before-sending): Add `eight-bit' to
6969 illegible-text check.
6970
35203a24
MO
69712009-01-03 Michael Olson <mwolson@gnu.org>
6972
6973 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6974 `headers' is nil. This can occur if the IMAP server does not have
6975 permissions to read messages from a folder, but can write new messages
6976 to the folder.
6977 (nnimap-request-article-part): Do not insert `data' if it is nil.
6978
e3e955fe
MB
69792009-01-01 Dave Love <fx@gnu.org>
6980
6981 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6982
6983 * nnimap.el: Fix author email.
6984 (nnimap-split-rule): Add FIXME comment.
6985 (nnimap-debug): Fix doc string.
6986
69872008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6988
6989 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6990 overlay-arrow-position and overlay-arrow-string buffer-local; no need
6991 to check if those variables exist (first appeared in Emacs 18.50).
6992
69932008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * mm-util.el (mm-line-number-at-pos): New function.
6996
6997 * spam-report.el (spam-report-process-queue): Use it.
6998
69992008-12-24 David Engster <dengste@eml.cc>
7000
7001 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7002 parameters that haven't existed as variables as buffer-local variables.
7003
70042008-12-23 Dave Love <fx@gnu.org>
7005
7006 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7007 cadar.
7008
296a8e19 7009 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 7010 imap-starttls-p.
296a8e19 7011 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
7012
70132008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7014
7015 * spam-report.el (spam-report-gmane-max-requests): New constant.
7016 (spam-report-gmane-wait): New variable.
7017 (spam-report-gmane-ham, spam-report-gmane-spam)
7018 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7019 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7020 the server.
7021
7022 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7023 Add explanations.
7024
7025 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7026 nnheader-accept-process-output and nnheader-read-timeout if available.
7027 (pop3-movemail): Use it.
7028
7029 * message.el (message-check-news-body-syntax): Fix signature check if
7030 there's an attachment.
7031
70322008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * mm-util.el: Add comments to the mm- emulating functions.
7035
70362008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7037
296a8e19
SM
7038 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7039 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 7040
c7948b5f
MB
70412008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7042
7043 * mm-util.el (mm-substring-no-properties): New function.
7044 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7045 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7046 (mm-string-to-multibyte): Doc fix.
7047
7048 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7049
70502008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7051
7052 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
7053 (Bug#1574)
7054
70552008-12-16 Glenn Morris <rgm@gnu.org>
7056
7057 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 7058
bf46b4d4
MB
70592008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7060
7061 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7062 knows since the charset specified might be a bogus alias that
7063 mm-charset-synonym-alist provides.
7064
70652008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7066
7067 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7068 "ISO_8859-1".
7069
7070 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7071
96a22201
KY
70722008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7073
7074 * mm-util.el (mm-charset-eval-alist):
7075 Define it before mm-charset-to-coding-system.
7076 (mm-charset-to-coding-system): Add optional argument `silent';
7077 define it before mm-charset-override-alist.
7078 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7079 default value if it can be used in Emacs currently running;
7080 silence mm-charset-to-coding-system.
7081
b6b8f5fd
KY
70822008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7083
7084 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7085 `allow-override' which says whether to use `mm-charset-override-alist'.
7086 (rfc2047-decode-encoded-words): Use it.
7087
7088 * mm-util.el (mm-charset-override-alist): Fix custom type;
7089 add `(gb2312 . gbk)' to choices.
7090
1250af7b
KY
70912008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7092
7093 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7094 fast.
7095
7096 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7097
886367d8
KY
70982008-12-04 Naohiro Aota <nao.aota@gmail.com>
7099
7100 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7101 on links.
7102
7103 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7104
f66de92f
KY
71052008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7106
e01bbc12
KY
7107 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7108 users' addresses that don't have domain parts.
7109 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7110 rather than message-narrow-to-head since there will be the message
7111 header separator.
f66de92f 7112
06c68f84
SM
71132008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7116 since the result is inserted in a unibyte buffer anyway.
7117 (nnimap-demule-use-string-to-multibyte): Remove.
7118 (nnimap-demule): Alias it to mm-string-to-multibyte.
7119
9255ec86
RS
71202008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7121
7122 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7123 variable for debugging bug#464 and bug#1174.
7124 (nnimap-demule): Use it.
7125
030cca00
MB
71262008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7127
7128 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7129 score calculation correctly.
7130
8a986865
SM
71312008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * message.el (message-send-mail): Just set the buffer to unibyte
7134 rather than use mm-with-unibyte-current-buffer which does a lot more.
7135 (message-send-mail-partially): Don't bother with
7136 mm-with-unibyte-current-buffer since it's already been made unibyte by
7137 message-send-mail.
7138
5b51650c
MB
71392008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7140
7141 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7142
71432008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7144
7145 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7146
ed778fad
MB
71472008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7148
7149 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7150 require itself and to remove `with-no-warnings'.
7151
71522008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7153
7154 * starttls.el (starttls-any-program-available): Get the name of the
7155 available TLS layer program.
7156 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7157 well as the host name in the "opening" message.
7158
7159 * auth-source.el (auth-source-cache, auth-source-do-cache)
7160 (auth-source-user-or-password): Cache passwords and logins by default,
7161 allow override with `auth-source-do-cache'.
7162 (auth-source-forget-user-or-password): Allow users to remove cache
7163 entries if needed.
7164
8e38a1a9
MB
71652008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7166
7167 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7168 condition-case to only the forward-sexp call.
7169
71702008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7171
7172 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7173 quotes contained. Make it more robust regardless by an extra
7174 condition-case wrapper.
7175
9091f2d3
MB
71762008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * nnml.el (nnml-request-expire-articles): Check if the function set to
7179 `nnmail-expiry-target' returns the symbol `delete'.
7180
7181 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7182
7183 * nnmail.el (nnmail-expiry-target): Fix custom type.
7184
06b2d4c6
GM
71852008-10-02 Glenn Morris <rgm@gnu.org>
7186
7187 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7188 Silence compiler warning.
7189
059b98fa
CY
71902008-09-30 Chong Yidong <cyd@stupidchicken.com>
7191
7192 * mml.el (mml-menu): Don't assume mml2015 is bound.
7193
4520e527
MB
71942008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7197 exists.
7198
09aece0b
GM
71992008-09-27 Glenn Morris <rgm@gnu.org>
7200
7201 * gnus-util.el (mail-header-remove-comments): Autoload it.
7202
521c4a23
AS
72032008-09-27 Andreas Schwab <schwab@suse.de>
7204
7205 * gnus-util.el (gnus-split-references): Strip comments.
7206 (gnus-parent-id): Likewise.
7207
4520e527
MB
72082008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7209
7210 * message.el (message-confirm-send): Fix version.
7211
72122008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7213
7214 * message.el (message-idna-to-ascii-rhs-1): Use
7215 mail-extract-address-components rather than mail-header-parse-addresses
7216 that is an alias by default to ietf-drums-parse-addresses that does not
7217 support non-ASCII names in headers' contents.
7218
eef5ade7
MB
72192008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7220
296a8e19 7221 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
7222 avoid the "y/n" wording.
7223
4520e527 72242008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
7225
7226 * message.el (message-set-auto-save-file-name): Save to a different
7227 filename so multiple messages (especially drafts) can be recovered.
7228
e52cac88
MB
72292008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7230
7231 * message.el (message-confirm-send): Add appropriate version.
7232
72332008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7234
7235 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7236 defvar.
7237
72382008-09-22 Daiki Ueno <ueno@unixuser.org>
7239
7240 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7241 (mm-pkcs7-enveloped-magic): Ditto.
7242
64763fe3
MB
72432008-09-17 Simon Josefsson <simon@josefsson.org>
7244
7245 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7246 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7247
72482008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7249
7250 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7251 default, it's better.
7252
72532008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7254
7255 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7256 summary line gnus-number property and ignore them (with a warning
7257 message).
7258
1ae03cd5
KY
72592008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7260
7261 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7262 macro caddr in the interactive form since it won't be expanded.
7263
c0ccb0d6
KY
72642008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7265
7266 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7267 `charset'; fix name of function called recursively.
7268 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7269
14ce5fc2
KY
72702008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7271
7272 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7273 (gnus-mime-set-charset-parameters): New function.
7274 (gnus-mime-view-part-as-charset): Use it to correctly display part
7275 specifying wrong charset.
7276
9e601b8d
MB
72772008-09-08 David Engster <dengste@eml.cc>
7278
7279 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7280 in completing-read for back end server.
7281
16dd13df
MB
72822008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7283
7284 * message.el (message-confirm-send): New variable to confirm sending a
7285 message.
7286 (message-send): Use it.
7287
b86402ab
MB
72882008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7289
7290 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7291
72922008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7293
7294 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7295
72962008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7297
7298 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7299 prevent tracking too many groups.
7300 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7301 Use it.
7302
9153f10d
MB
73032008-08-11 Ralf Angeli <angeli@caeruleus.net>
7304
7305 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7306 moving point to the bottom of the window in order to avoid recentering.
7307
73082008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7311 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7312 (gnus-article-beginning-of-window): Fix calculation.
7313
73142008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * gnus-msg.el (gnus-summary-supersede-article)
7317 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7318 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7319 message header.
7320
82cc1916
DN
73212008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7322
7323 * message.el:
7324 * gnus-start.el:
7325 * gnus-registry.el: Remove VMS support.
7326
6ecfe5c2
MB
73272008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7328
7329 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7330 macro.
7331 (rfc2104-hash): Use it.
7332
73332008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7336 (gnus-summary-sort-by-most-recent-date): New commands.
7337 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7338 and menu entries.
7339
73402008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7341
7342 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7343 don't redisplay article for raw contents; remove plural articles stuff.
7344
7345 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7346 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7347 on gnus-summary-save-article; display results properly.
7348
d62672f3
MB
73492008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7350
7351 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7352
73532008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7354
296a8e19
SM
7355 * gnus-art.el (gnus-summary-save-in-pipe):
7356 Consider gnus-save-all-headers.
d62672f3 7357
d221466a
DN
73582008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7359
7360 * gnus-util.el (ns-focus-frame): Remove declaration.
7361 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7362 like x.
7363
b737c3d9
TTN
73642008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7365
7366 * rfc2104.el (rfc2104-zero): Delete defconst.
7367 (rfc2104-hex-alist): Likewise.
7368 (rfc2104-hex-to-int): Delete func.
7369 (rfc2104-hexstring-to-bitstring): Likewise.
7370 (rfc2104-nybbles): New defconst.
7371 (rfc2104-hash): Rewrite for speed.
7372
3c823a0c
GM
73732008-07-16 Glenn Morris <rgm@gnu.org>
7374
7375 * gnus-util.el (ns-focus-frame): Declare for compiler.
7376
16c85f26
MB
73772008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7378
7379 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7380 set as a group parameter.
7381 (gnus-summary-save-in-pipe): Work when it is called independently.
7382 (gnus-summary-pipe-to-muttprint): Don't modify
7383 gnus-summary-pipe-output-default-command.
7384
ad546360
SM
73852008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * message.el (message-send-mail-with-sendmail):
7388 Display the error message.
7389
89167438
MB
73902008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7391
ad546360
SM
7392 * gnus-art.el (gnus-default-article-saver):
7393 Add gnus-summary-save-in-pipe to choices.
89167438
MB
7394 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7395 gnus-summary-pipe-output-default-command as the default command.
7396 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7397 instead of gnus-last-shell-command.
7398
ba60bd44
JB
7399 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7400 New user option.
89167438
MB
7401 (gnus-summary-muttprint-program): Mention the value will be changed.
7402 (gnus-summary-save-article): Force showing of all headers.
7403 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7404
74052008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7406
7407 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7408
56fd9faa
JB
74092008-07-02 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * nnimap.el (nnimap-id):
7412 * sieve-manage.el (sieve-manage-open): Doc fixes.
7413
68548459
JB
74142008-07-02 Francesc Rocher <rocher@member.fsf.org>
7415
7416 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7417 if available.
7418
32bed934
SM
74192008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7420
eafee8f2
SM
7421 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7422
7423 * nnkiboze.el (nnkiboze-generate-group):
7424 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7425
32bed934
SM
7426 * nnmairix.el: Require CL.
7427
2b968687
MB
74282008-06-15 David Engster <dengste@eml.cc>
7429
7430 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7431
74322008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7433
32bed934
SM
7434 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7435 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
7436 runtime choice under XEmacs.
7437
32bed934
SM
7438 * gnus-sum.el (gnus-summary-set-display-table):
7439 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
7440 `gnus-set-display-table' for the display table, instead of `aset'.
7441
2b968687
MB
74422008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7443
7444 * nnmairix.el: Add autoloads.
7445
74462008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7447
7448 * nnmairix.el (nnmairix-delete-recreate-group)
7449 (nnmairix-update-and-clear-marks): Fix error messages.
7450
74512008-06-14 David Engster <dengste@eml.cc>
7452
7453 * nnmairix.el: Upgrade to version 0.6.
7454 (nnmairix-group-toggle-propmarks-this-group)
7455 (nnmairix-group-toggle-readmarks-this-group)
7456 (nnmairix-group-delete-recreate-this-group)
7457 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7458 (nnmairix-remove-tick-mark-original-article): New commands.
7459 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7460 (nnmairix-propagate-marks-to-nnmairix-groups)
7461 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7462 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7463 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7464 functions needed for marks propagation and manipulation of read marks.
7465 (nnmairix-update-groups): New function.
7466 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7467 (nnmairix-determine-original-group-from-registry)
7468 (nnmairix-determine-original-group-from-path)
7469 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
7470 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7471 New helper functions.
7472 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
7473 keystrokes for new commands.
7474 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7475 (nnmairix-request-group): Check allow-fast group parameter.
7476 (nnmairix-request-create-group): Set allow-fast group parameter if
7477 nnmairix-allowfast-default is set.
7478 (nnmairix-close-group): Propagate marks upon closing if needed.
7479 (nnmairix-group-toggle-threads-this-group): Use new.
7480 nnmairix-group-toggle-parameter helper function.
7481 (nnmairix-search): Better check for empty search result.
7482 (nnmairix-goto-original-article): Use new helper functions for
7483 determining original article.
7484 (nnmairix-show-original-article): Make sure message-id is in brackets.
7485 (nnmairix-call-mairix-binary): Change variable name.
7486 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7487 helper function.
7488 (nnmairix-widget-toggle-activate): Fix doc string.
7489
a19a8f1b
MB
74902008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7491
7492 * nnir.el: Require edmacro when compiling with XEmacs.
7493 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7494 available in Emacs 21.
7495
8abf1b22
GM
74962008-06-11 Glenn Morris <rgm@gnu.org>
7497
7498 * gnus-util.el (x-focus-frame):
7499 * gnus.el (image-size):
7500 * mm-decode.el (image-size): Declare.
7501
7502 * gnus-picon.el (declare-function): Add compat definition.
7503 (image-size): Declare.
7504
7505 * gnus-group.el (tool-bar-map):
7506 * gnus-sum.el (tool-bar-map): Define for compiler.
7507
7508 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7509
7510 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7511
7512 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7513 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7514 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7515 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7516 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7517 * sieve-manage.el, spam-report.el, spam.el:
7518 Remove unnecessary eval-and-compile of autoloads.
7519
43d28dcd
MA
75202008-06-08 Michael Albinus <michael.albinus@gmx.de>
7521
7522 * auth-source.el: Precise Tramp doc.
7523
966bd7bd
GM
75242008-06-07 Glenn Morris <rgm@gnu.org>
7525
7526 * nnmairix.el: Remove unnecessary eval-when-compile.
7527
75282008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
7529
7530 * nnir.el: New file.
7531
d346bf7e
SM
75322008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * gnus-util.el (gnus-read-shell-command): New function.
7535 * mm-decode.el (mm-pipe-part):
7536 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7537
b1d6cda3
MB
75382008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7539
7540 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7541
6459e35e
GM
75422008-06-03 Glenn Morris <rgm@gnu.org>
7543
7544 * pop3.el (nnheader-accept-process-output): Autoload it.
7545
656b4fa1
MB
75462008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7547
7548 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7549 are not 2-digit hexadecimal characters that follow `%'s.
7550
75512008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7552
7553 * message.el (message-bogus-recipient-p): Fix type in doc string.
7554 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7555 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7556 Improve custom options.
7557 (message-bogus-recipient-p): Adjust accordingly.
7558
75592008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7560
7561 * nnmairix.el: Require edmacro when compiling with XEmacs.
7562
f394fa25
MB
75632008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7564
7565 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7566 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7567
a368801c
MB
75682008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7569
7570 * auth-source.el: Add more docs.
7571
75722008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7573
7574 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7575 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
7576 retrieval faster in some cases, but might make CPU usage larger.
7577 If this has any bad side effects, we might revert this change.
a368801c
MB
7578
7579 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7580 seems to make mail retrieval much, much faster.
7581 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 7582 unconditionally.
a368801c 7583
296a8e19
SM
7584 * gnus-draft.el (gnus-group-send-queue):
7585 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 7586
03c673c9
MB
75872008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7588
7589 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7590
7591 * message.el (message-bogus-address-regexp): Fix and improve custom
7592 type.
7593 (message-setup-hook): Add message-check-recipients as custom option.
7594
58333467
MB
75952008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7596
7597 * message.el (message-cite-function): Remove bogus autoload which crept
7598 in during merge from v5-10.
7599
4079589f
MB
76002008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7601
7602 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7603
7604 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7605
7606 * auth-source.el: Preliminary Tramp docs.
7607 (auth-sources): Change the default auth-sources to use
7608 EPA .gpg files.
7609
e952b711
MB
76102008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7611
7612 * nntp.el: Autoload `auth-source-user-or-password'.
7613 (nntp-send-authinfo): Use it.
7614
7615 * nnimap.el: Autoload `auth-source-user-or-password'.
7616 (nnimap-open-connection): Use it.
7617
296a8e19 7618 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
7619 for the gnus-message function.
7620 (auth-source-user-or-password): Use it.
7621
4fedcc00
SM
76222008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7623
7624 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7625 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7626 (rfc2104-hash): Use it.
7627
149cd465
JB
76282008-05-08 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * gnus-art.el (gnus-article-toggle-truncate-lines):
7631 Don't use `iff' in docstring.
7632
0ab5c2be
MB
76332008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7634
7635 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7636
7637 * gnus-util.el (gnus-extract-address-component-name)
7638 (gnus-extract-address-component-email): Convenience functions around
7639 `gnus-extract-address-components'.
7640
4fedcc00
SM
7641 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7642 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
7643 sender name to `user-mail-address'.
7644
76452008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7646
7647 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7648 catch/throw to optimize.
7649 (gnus-registry-find-keywords): Just use member to find a keyword.
7650
42a83f4b
SM
76512008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7654 is current before calling gnus-server-prepare.
7655 (gnus-server-setup-buffer, gnus-server-update-server)
7656 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7657
d844ef2f
JL
76582008-05-04 Juri Linkov <juri@jurta.org>
7659
7660 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7661 (mailcap-file-default-commands): Use mailcap-replace-in-string
7662 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7663 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7664
f8a29505
MB
76652008-05-03 Reiner Steib <reiner.steib@gmx.de>
7666
7667 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7668
3a23a519
MB
76692008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7670
7671 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7672 hooks.
7673 (gnus-update-read-articles): Speed up non-marks-using users.
7674 (gnus-use-marks): Define gnus-use-marks.
7675 (gnus-propagate-marks): Rename variable to something more sensible.
7676
38ac8b91
JB
76772008-05-02 Juanma Barranquero <lekktu@gmail.com>
7678
7679 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7680 (gmm-image-load-path-for-library): Fix typos in docstrings.
7681 (gmm-message): Reflow docstring.
7682
8336c962
MB
76832008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7684
42a83f4b
SM
7685 * mail-source.el (mail-source-set-1, mail-source-bind):
7686 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
7687
76882008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7689
7690 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7691 by sender if it's equal to user-mail-address, it's likely to be
7692 useless.
7693
7694 * mail-source.el (mail-source-bind): Don't use user or password if they
7695 are not bound. Unintern them if they are nil. Don't use server unless
7696 it's bound, and default it to empty string otherwise.
7697
58a67d68
MB
76982008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7699
7700 * mail-source.el: Load auth-source.el.
7701 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7702 get user name or password, if auth-sources is set up.
7703
7704 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7705 strategy of splitting with parent.
7706 (gnus-registry-split-fancy-with-parent)
7707 (gnus-registry-post-process-groups): Use it and fix prior
7708 bug (returning a list as the split result).
7709
7710 * auth-source.el (auth-sources): Remove server parameter.
7711 (auth-source-pick, auth-source-user-or-password)
7712 (auth-source-user-or-password-imap)
7713 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7714 (auth-source-user-or-password-sftp)
7715 (auth-source-user-or-password-smtp): Remove server parameter.
7716
296fa7b4
JB
77172008-04-25 Juanma Barranquero <lekktu@gmail.com>
7718
7719 * smime.el (smime-sign-region, smime-encrypt-region)
7720 (smime-decrypt-region):
7721 Remove redundant calls to `generate-new-buffer-name'.
7722
58a67d68
MB
77232008-04-24 Luca Capello <luca@pca.it> (tiny change)
7724
7725 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7726 Don't use QP for message/rfc822.
7727 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7728
2136a8a7
SM
77292008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * sieve-manage.el (sieve-string-bytes): Remove.
7732 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7733 correct byte-length only if the process's coding-system is the same as
7734 the one used internally by Emacs to represent strings.
7735
a837fe74
JL
77362008-04-22 Juri Linkov <juri@jurta.org>
7737
7738 * mailcap.el (mailcap-file-default-commands): New function.
7739
d55fe5bb
MB
77402008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7741
7742 * message.el (message-signature-separator, message-cite-function):
7743 Change custom version.
7744
77452008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7746
7747 * mm-decode.el (mm-display-external): Make temp file read-only.
7748
77492008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7750
7751 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7752 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7753 `C-c C-f d'.
7754
77552008-04-12 Adrian Aichner <adrian@xemacs.org>
7756
7757 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7758
77592008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7760
296a8e19 7761 * auth-source.el: Add docs.
2136a8a7 7762 (auth-sources): Modify format to support server.
d55fe5bb
MB
7763 (auth-source-pick, auth-source-user-or-password)
7764 (auth-source-user-or-password-imap)
7765 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7766 (auth-source-user-or-password-sftp)
7767 (auth-source-user-or-password-smtp): Add server parameter.
7768
77692008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7770
7771 * gnus-registry.el: Initialize the registry when gnus-registry-install
7772 is t.
7773
73f2395e
KY
77742008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * compface.el (uncompface): Make buffer unibyte.
7777
e66d8771
SM
77782008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * mail-source.el (mail-source-value):
7781 Prefer fboundp to functionp so it works with macros as well.
7782
407da272
GM
77832008-04-05 Glenn Morris <rgm@gnu.org>
7784
7785 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7786
3b728e95
SM
77872008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7788
d37ded9e
SM
7789 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7790 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7791
407da272
GM
7792 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7793 multibyteness after rather than before erasing it.
33e2f72c 7794
75eda25b
SM
7795 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7796 mm-with-multibyte.
407da272
GM
7797 (gnus-request-article-this-buffer): Make sure the proper decoding is
7798 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 7799
2b57967e
SM
7800 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7801 default-enable-multibyte-characters.
7802
d7eb3b36
SM
7803 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7804 default-enable-multibyte-characters.
7805
7ab0253d
SM
7806 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7807
3b728e95
SM
7808 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7809
5faa2ec0
SM
78102008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7811
7812 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7813 Fix last change in case the element is not even a symbol.
7814
59429511
MB
78152008-04-02 Simon Josefsson <simon@josefsson.org>
7816
7817 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7818 imap-enable-exchange-bug-workaround.
7819 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7820
78212008-04-01 Simon Josefsson <simon@josefsson.org>
7822
7823 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7824 a 100 byte status-checks into a 2-3MB transfer for each group.
7825 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7826 to enable bug workaround or not.
7827 (nnimap-find-minmax-uid): Only enable workaround conditionally.
7828
a0e08467
GM
78292008-03-31 Glenn Morris <rgm@gnu.org>
7830
7831 * message.el (mml2015-use): Declare for compiler.
7832 (message-info): Require mml2015 when appropriate.
7833
990e2c2f
SM
78342008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7837 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7838 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7839 (nntp-service-to-port): New function.
7840 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7841 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7842 (nntp-open-netcat-stream): New function.
7843 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7844
59429511
MB
78452008-03-29 Sven Joachim <svenjoac@gmx.de>
7846
7847 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7848
fa98585c
SM
78492008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7852
9b3ebcb6
MB
78532008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
7854
7855 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7856
78572008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7858
fa98585c
SM
7859 * message.el (message-signature-separator): Change default.
7860 Improve custom type.
9b3ebcb6
MB
7861 (message-cite-function): Change default to
7862 message-cite-original-without-signature.
7863
7864 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7865 toggle.
7866
7867 * message.el (message-check-news-body-syntax): Fix signature check.
7868 (message-setup-1): Mark buffer as unmodified _after_ running
7869 message-setup-hook and handling message-alternative-emails.
7870 (message-shorten-references): Be more strict when building list of
7871 valid references to comply with GNKSA.
7872
fa98585c
SM
7873 * gnus-group.el (gnus-read-ephemeral-bug-group)
7874 (gnus-read-ephemeral-debian-bug-group)
7875 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
7876
7877 * message.el (message-info): Don't use booleanp which isn't supported
7878 in Emacs 21 and XEmacs.
7879
78802008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7881
7882 * gnus-group.el (gnus-gmane-group-download-format): Rename from
7883 gnus-group-gmane-group-download-format.
7884 (gnus-group-read-ephemeral-gmane-group): Rename from
7885 gnus-group-read-ephemeral-gmane-group.
7886 (gnus-read-ephemeral-gmane-group-url): Rename from
7887 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 7888 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
7889 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7890 (gnus-read-ephemeral-emacs-bug-group): New commands.
7891
78922008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7893
7894 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7895 (gnus-visible-headers): Improve custom type.
7896
78972008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7898
7899 * mml.el (mml-menu): Add workarounds for XEmacs.
7900
7901 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7902 X-Boundary header.
7903
7904 * message.el (message-simplify-recipients): Fix previous commit.
7905
b813166a
SM
79062008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7907
df06dd59 7908 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 7909 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 7910
b813166a
SM
7911 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7912 Prefer fboundp to functionp so it works with macros as well.
7913
9b3ebcb6
MB
79142008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7915
5faa2ec0
SM
7916 * message.el (message-alter-recipients-discard-bogus-full-name):
7917 New function.
9b3ebcb6
MB
7918 (message-alter-recipients-function): New variable.
7919 (message-get-reply-headers): Use it.
7920 (message-replace-header): New helper function.
7921 (message-recipients-without-full-name): New variable.
7922 (message-simplify-recipients): New command.
7923
7924 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7925
7926 * message.el (message-info): Handle EasyPG manual.
7927
7928 * mml.el (mml-menu): Add entry for EasyPG.
7929
79302008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
7931
7932 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7933 parameter.
7934
7935 * message.el (message-disassociate-draft): Specify drafts group name
7936 fully.
7937
79382008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
7939
296a8e19
SM
7940 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7941 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
7942
79432008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7944
7945 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7946 args of `how-many' of which the XEmacs version doesn't take; declare
7947 Info-index-next as function.
7948
79492008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * gnus-score.el (gnus-score-headers): Fix handling of
7952 gnus-inhibit-slow-scoring.
7953
7954 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7955 string.
7956 (gnus-button-url-regexp): Improve handling of parenthesis.
7957 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7958 (gnus-button-handle-info-keystrokes): Handle index entries.
7959
79602008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
7961
7962 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7963 Incoming* files.
7964
79652008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7966
296a8e19 7967 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
7968 (auth-source-pick): Use it.
7969
79702008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
7971
7972 * auth-source.el (auth-source-protocols)
296a8e19 7973 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
7974 modified variable customizations and defaults.
7975 (auth-source-pick, auth-source-user-or-password)
7976 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7977 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7978 (auth-source-user-or-password-sftp)
7979 (auth-source-user-or-password-smtp): Use new variables and provide an
7980 interface to netrc.el.
7981
79822008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7985 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7986 Make sure the nntp port to specify is a string.
7987
dd58a686
SM
79882008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7989
ed075cb4
SM
7990 * nntp.el: Use with-current-buffer.
7991 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7992 dubious mm-with-unibyte-current-buffer.
7993 (nntp-with-open-group-function): New function extracted from
7994 nntp-with-open-group macro.
7995 (nntp-with-open-group): Use the function, so it's easier to debug.
7996 Add indentation and debugging info.
296a8e19
SM
7997 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7998 Recommend the use of the netcat alternatives.
ed075cb4 7999
f15a9fec
SM
8000 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8001 Avoid mm-string-as-multibyte as well.
8002
944c87e0
SM
8003 * nnweb.el (nnweb-insert-html):
8004 Remove use of nnheader-string-as-multibyte.
8005
2ec9cf15
SM
8006 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8007 (nnheader-string-as-multibyte): Remove.
8008
3d2440b4
SM
8009 * mm-view.el: Use inhibit-read-only.
8010 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8011 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8012 or unibyte-string.
8013
456cace2
SM
8014 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8015 (mm-uu-yenc-extract): Use with-current-buffer.
8016
f5fcf556
SM
8017 * gnus-soup.el (gnus-soup-send-packet): Don't use
8018 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8019
c9de7755
SM
8020 * nnmh.el: Use with-current-buffer.
8021 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8022 mm-string-as-multibyte on the output of mm-encode-coding-string.
8023
3d2440b4 8024 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
8025 (nnimap-request-move-article): Use with-current-buffer.
8026
3d2440b4
SM
8027 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8028 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8029 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 8030
228b6ecd
SM
8031 * gnus-msg.el: Use with-current-buffer.
8032
dd58a686
SM
8033 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8034
9b3ebcb6
MB
80352008-03-10 Daiki Ueno <ueno@unixuser.org>
8036
8037 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8038 string for caching if it is 'PIN.
8039
37a68866
MB
80402008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8041
dd58a686
SM
8042 * mail-source.el (mail-source-delete-old-incoming-confirm):
8043 Change default to nil.
37a68866
MB
8044 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8045
8f7abae3
MB
80462008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8049 (gnus-article-goto-prev-page): Work for articles having ^L's.
8050
8051 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8052
8053 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8054
e0385bf4
KF
80552008-03-07 Karl Fogel <kfogel@red-bean.com>
8056
56388398 8057 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
8058 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8059 (gnus-bookmark-jump): Adjust some variable names.
8060
8f7abae3 80612008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 8062
8f7abae3
MB
8063 * auth-source.el: New package.
8064 (auth-source-choices): Add customization entry point variable.
8065
8066 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8067 bug.
8068
80692008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8070
8071 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8072 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 8073 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
8074 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8075 the `gnus-registry-mark-map' keymap dynamically from
8076 `gnus-registry-marks'. The generated functions update the summary line
8077 when a registry mark is added or deleted, and will call
8078 `gnus-registry-install-p' (see the comments in the code).
8079 (gnus-registry-user-format-function-M): Use concat intelligently.
8080
8081 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8082 the registry mark functions.
a7b50e1c 8083
c1717fbd
GM
80842008-03-05 Glenn Morris <rgm@gnu.org>
8085
8086 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8087 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8088 gnus-art.
8089 (top-level): No need to load own source when compiling.
8090
8f7abae3
MB
80912008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8092
8093 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8094 Suggested by <chris.anderton@zetnet.co.uk>.
8095
1fc34624
GM
80962008-03-04 Glenn Morris <rgm@gnu.org>
8097
8098 * gnus-sum.el (top-level): No need to require gnus when compiling,
8099 since unconditionally required near start of file.
8100 (gnus-summary-display-while-building): Move definition before use.
8101
8f7abae3
MB
81022008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8103
296a8e19
SM
8104 * gnus-registry.el (gnus-registry-user-format-function-M):
8105 Add formatting function.
8f7abae3
MB
8106
81072008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8108
296a8e19 8109 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
8110 with plists.
8111 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8112 Use new format.
8113
81142008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8115
8116 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8117 `where-is-internal' that returns a range of key sequences.
8118
dacb905a
SM
81192008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8120
a88fd51a
SM
8121 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8122
c7a91ce1 8123 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
8124 (gnus-summary-jump-to-group): Consider windows on other displayed
8125 frames as well. Similar changes might be needed elsewhere, but that's
8126 the one I've bumped into during my use.
c7a91ce1 8127
62dc3ac3 8128 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 8129 * gnus-msg.el (gnus-debug):
dacb905a
SM
8130 * gnus-group.el (gnus-update-group-mark-positions):
8131 Use mm-string-to-multibyte.
8132
8f7abae3
MB
81332008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8134
8135 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8136 doesn't handle NotDashEscaped.
8137
8138 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8139 (mml-dnd-attach-options): Fix typo in custom choice.
8140
296a8e19
SM
8141 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8142 Change nndoc-article-type to mbox.
8f7abae3
MB
8143 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8144
8145 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8146 to nil, instead of html2text.
8147
8148 * imap.el (imap-debug): Add `imap-ping-server'.
8149
8150 * gnus-bookmark.el: Add FIXMEs.
8151
8152 * message.el (message-form-letter-separator)
8153 (message-send-form-letter-delay): New variables.
8154 (message-send-form-letter): Use them. New command to send form
8155 letters. Requested by Uwe Siart.
8156 (message-send-mail-function): Doc fix. Add "Other" custom option.
8157
14e8de0c
MB
81582008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8159
8160 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8161 empty author.
8162
81632008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8164
8165 * gnus-registry.el (gnus-registry-marks): Add variable for
8166 customization of marks and their appearance.
8167 (gnus-registry-read-mark): Use it.
8168 (gnus-registry-do-marks): Add utility function to loop through
8169 `gnus-registry-marks'.
8170 (gnus-registry-install-shortcuts-and-menus): Add function to install
8171 shortcuts and menus.
8172 (gnus-registry-initialize): Use it.
8173 (gnus-registry-default-mark): Clarify documentation.
8174
ab74c815
GM
81752008-02-29 Glenn Morris <rgm@gnu.org>
8176
8177 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8178 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8179 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8180 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8181 Change defcustom :version from 23.0 to 23.1.
8182
14e8de0c
MB
81832008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8184
8185 * gnus-registry.el (gnus-registry-follow-group-p)
8186 (gnus-registry-post-process-groups): Add functions to aid registry
8187 splitting and improve logging. Clarify behavior in function
8188 documentation.
8189 (gnus-registry-split-fancy-with-parent): Use them.
8190
80de1778
SM
81912008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8192
8193 * gnus-art.el: Use with-current-buffer.
8194
14e8de0c
MB
81952008-02-27 David Engster <dengste@eml.cc>
8196
8197 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8198 Express real group name in the response.
8199
82002008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8203 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8204 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8205 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
8206 (nnmairix-request-group-with-article-number-correction):
8207 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
8208
82092008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8210
8211 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
8212 (mm-uu-extract): Improve face for low color ttys.
8213 Reported by Sascha Wilde.
14e8de0c 8214
da13b6cc
GM
82152008-02-27 Glenn Morris <rgm@gnu.org>
8216
8217 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
8218 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8219 variables to defconsts. Convert comments to doc-strings.
8220 (nnmairix-last-server, nnmairix-current-server): Convert from free
8221 variables to defvars. Convert comments to doc-strings.
8222 (gnus-registry-fetch-group): Autoload.
8223 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8224 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
8225 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8226 caddr.
be021c01
GM
8227 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8228 nnmairix-request-group-with-article-number-correction call.
8229 (nnmairix-fast, nnmairix-group): New, less general names, for free
8230 variables passed from nnmairix-request-group to
8231 nnmairix-request-group-with-article-number-correction. Declare.
8232 (nnmairix-request-group-with-article-number-correction):
8233 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 8234
3d0f8a67
MB
82352008-02-26 David Engster <dengste@eml.cc>
8236
8237 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8238 version 0.5.
8239
82402008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8241
8242 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8243 instead of making an extra function call. Don't add the current group
8244 to articles only when they have the group. Use
8245 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8246 Reported by David <de_bb@arcor.de>.
8247
f5490ddc
MB
82482008-02-24 Miles Bader <miles@gnu.org>
8249
8250 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8251 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8252 (mm-find-mime-charset-region):
8253 * mm-bodies.el (mm-encode-body):
8254 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8255
52bec650
MB
82562008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8257
8258 * mail-source.el (mail-source-delete-incoming): Change default.
8259 Supplement doc string.
8260
8261 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8262
82632008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8264
8265 * nnmail.el (nnmail-message-id-cache-file): Derive from
8266 `gnus-home-directory'.
8267
82682008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 8271 Document negative prefix.
52bec650 8272
5e25c514 8273 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
8274
82752008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276
8277 * message.el (message-unsent-separator): Add the Exim bounce
8278 separator.
8279
82802008-02-10 Daiki Ueno <ueno@unixuser.org>
8281
8282 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8283 list.
8284 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8285 recipient/signer list.
8286
0b9c5ab7
RS
82872008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8288
8289 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8290 fbound (Emacs 23 unicode), signal an error.
8291
1888e568
GM
82922008-02-08 Glenn Morris <rgm@gnu.org>
8293
8294 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8295
52bec650
MB
82962008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8297
8298 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8299 ports to the calls to `netrc-machine-user-or-password' in addition to
8300 "imap" and "imaps".
8301
e9198520
MB
83022008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8303
8304 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8305 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8306 <hanche@math.ntnu.no>.
8307
83082008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8309
8310 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8311
9303f985 83122008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
8313
8314 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8315
8316 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8317
9303f985 83182008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8319
8320 * mml.el (mml-parse-1): Remove apparently vestigial use of
8321 `mm-hack-charsets'.
8322 * mm-bodies.el (mm-encode-body): Likewise.
8323
9303f985 83242008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8325
4fedcc00 8326 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
8327 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8328 (rfc2104-hash): Convert the result of concat to unibyte string.
8329
9303f985 83302008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8331
aca7a3d2
MB
8332 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8333 coding-system-for-read.
8334 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8335
8385d659 8336 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 8337 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 8338 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 8339
10ef2ef7 83402008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
8341
8342 * mail-source.el (mail-sources): Add `group' choice.
8343
8344 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8345 parameter `in-group' to control into which group the articles go.
8346 Add treatment of `group' mail-source.
8347
a445370f
DN
83482008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8349
8350 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8351 * message.el (message-beginning-of-line): Use featurep instead of bound
8352 tests in order to resolve conditionals at compile time.
8353
4599d0ec
MB
83542008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8355
8356 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8357
8358 * mm-decode.el (mm-dissect-buffer): Decode description.
8359
8360 * mml.el (mml-to-mime): Encode message header first.
8361
0b6799c3
MB
83622008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8363
8364 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8365 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8366
83672008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8368
8369 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8370
83712008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8372
8373 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8374 prefix keys.
8375 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8376 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8377 gnus-xmas.el.
8378
83792008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8380
8381 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8382 Add new variables for article mark management.
8383 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8384 list of extra data entries which, when present, will indicate that the
8385 article ID should not be trimmed from the registry.
8386 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8387 functions.
8388 (gnus-registry-read-mark): New function to read a mark name from the
8389 user.
8390 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8391 (gnus-registry-set-article-mark-internal): New functions to add and
8392 remove marks.
8393 (gnus-registry-get-article-marks): New function to show the marks for
8394 an article, or retrieve them for further use.
8395
83962008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8397
8398 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8399 keys when no argument is given.
8400
84012008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8402
8403 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
8404 (gnus-thread-sort-by-random): Fix doc strings.
8405 Reported by jidanni@jidanni.org.
0b6799c3
MB
8406
84072008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8408
8409 * gnus-art.el (gnus-article-describe-bindings): New function.
8410 (gnus-article-read-summary-keys): Use it.
8411 (gnus-article-mode-map): Bind `C-h b' to it.
8412
95838435
MB
84132008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8416 XEmacs.
296a8e19
SM
8417 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8418 Protect against non-character events.
95838435 8419
95838435
MB
84202008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8421
296a8e19
SM
8422 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8423 New command.
95838435
MB
8424 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8425 instead of END. Change name of the temp file.
8426 (gnus-group-gmane-group-download-format): Add doc string. Make it
8427 customizable.
8428
84292008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8430
8431 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8432 bind `S W' to gnus-article-wide-reply-with-original; set default
8433 binding to gnus-article-read-summary-send-keys.
8434 (gnus-article-read-summary-keys): Fix the order of keys; display
8435 continuation keys correctly in the echo area; describe bindings
8436 correctly when keys end with `C-h'.
8437 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
8438 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8439 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
8440 correctly in the echo area.
8441 (gnus-article-reply-with-original): Ignore prefix argument.
8442 (gnus-article-wide-reply-with-original): New function.
8443
d82cf70b
MB
84442008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8445
8446 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8447 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8448
84492008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8450
8451 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8452 (gnus-group-read-ephemeral-gmane-group): New command.
8453
f3041af1
DN
84542008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8455
8456 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8457
87035689
MB
84582007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8459
8460 * message.el (message-send-mail-function): Increase custom version.
8461
8462 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8463 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8464
87035689
MB
84652007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8466
8467 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8468 html parts correctly; support forwarded messages.
8469 (gnus-article-browse-html-article): Remove work buffers.
8470
8471 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8472 compiling.
8473 (netrc-bound-and-true-p): New macro.
8474 (netrc-parse): Use it instead of bound-and-true-p that is not available
8475 in XEmacs 21.4.
8476
84772007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8478
8479 * gnus-registry.el (gnus-registry-mark-article)
8480 (gnus-registry-article-marks): Add functionality to mark articles
8481 through the Gnus registry.
8482
8483 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8484 (netrc-parse): Use encrypt-file-alist to determine if
8485 encrypt-find-model or encrypt-insert-file-contents should be used.
8486
541cbf8b
GM
84872007-12-19 Glenn Morris <rgm@gnu.org>
8488
8489 * mml.el (message-options-set, message-narrow-to-head)
8490 (message-in-body-p, message-mail-p, message-encode-message-body):
8491 Autoload.
8492 (message-remove-header, message-narrow-to-headers-or-head)
8493 (message-subscribed-p, message-make-mail-followup-to)
8494 (message-position-on-field, message-news-p)
8495 (message-options-set-recipient, message-generate-headers)
8496 (message-sort-headers): Declare as functions.
8497
87035689
MB
84982007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8499
8500 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8501 convention in doc string.
8502
85032007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8504
8505 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8506 title to html parts.
8507 (gnus-article-browse-html-article): Pass message header to it.
8508
8509 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8510
85112007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8512
8513 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8514 or password compatible with XEmacs.
8515
bbbe940b
MB
85162007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8517
8518 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8519 format document.
8520 (gnus-mime-delete-part): Don't write description line if empty.
8521 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8522
880820fe 85232007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
8524
8525 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8526 (gnus-summary-mark-read-and-unread-as-read)
8527 (gnus-summary-mark-current-read-and-unread-as-read)
8528 (gnus-summary-mark-unread-as-ticked): Doc fix.
8529 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8530
85312007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8532
296a8e19
SM
8533 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8534 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
8535
85362007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8537
8538 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8539 yes-or-no-p.
8540
85412007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 8544 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 8545
296a8e19
SM
8546 * gnus-art.el (gnus-article-browse-delete-temp-files):
8547 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
8548 (gnus-article-browse-html-parts): Work with message/external-body; use
8549 mm-add-meta-html-tag.
8550
cef98b13
GM
85512007-12-11 Glenn Morris <rgm@gnu.org>
8552
8553 * gnus-cache.el: Require gnus-sum not just when compiling.
8554
8555 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8556
296a8e19
SM
8557 * gnus-int.el (gnus-server-opened, gnus-status-message):
8558 Move definitions before use.
cef98b13
GM
8559
8560 * mm-decode.el: Require gnus-util.
8561 (mm-remove-part): Only call delete-annotation on XEmacs.
8562
8563 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8564
8565 * nnmail.el: Require gnus-int.
8566
8567 * spam.el: Move `require's before `eval-when-compile's.
8568
8569 * gnus-ems.el (gnus-alive-p):
8570 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 8571 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
8572 * mail-source.el (gnus-compress-sequence):
8573 * message.el (Info-goto-node, format-spec):
8574 * mm-bodies.el (message-options-get):
8575 * mm-decode.el (mm-view-pkcs7):
8576 * mm-util.el (gmm-write-region):
8577 * mml-smime.el (mml-compute-boundary)
8578 (gnus-completing-read-with-default):
8579 * mml.el (widget-button-press, gnus-make-hashtable):
8580 * mml1991.el (mm-decode-content-transfer-encoding)
8581 (mm-encode-content-transfer-encoding)
8582 (message-options-get, message-options-set):
8583 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8584 * nnfolder.el (gnus-request-group):
8585 * nnheader.el (ietf-drums-unfold-fws):
8586 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8587 * smime.el (gnus-run-mode-hooks):
8588 * spam-stat.el (gnus-message): Autoload.
8589
8590 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8591 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8592 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8593 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8594 Add declare-function compatibility definition.
8595
8596 * gnus-cache.el (nnvirtual-find-group-art):
8597 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8598 (gnus-add-image, gnus-add-wash-type):
8599 * gnus-group.el (nnkiboze-score-file):
8600 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8601 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
8602 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8603 (message-tokenize-header, gnus-get-buffer-create)
8604 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8605 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
8606 * gnus.el (gnus-group-decoded-name):
8607 * mail-source.el (imap-capability):
8608 * mm-bodies.el (message-options-set):
8609 * mm-decode.el (gnus-configure-windows):
8610 * mm-extern.el (message-goto-body):
8611 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8612 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8613 (epg-sub-key-validity, message-options-set):
8614 * mml.el (widget-event-point, gnus-configure-windows):
8615 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8616 * mml2015.el (epg-check-configuration, epg-configuration)
8617 (message-options-set):
8618 * nndb.el (nndb-request-article):
8619 * nnfolder.el (gnus-request-create-group):
8620 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8621 * nnmaildir.el (gnus-group-mark-article-read):
8622 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8623 * rfc1843.el (message-fetch-field):
8624 * spam.el (gnus-extract-address-components):
8625 Declare as functions.
8626
bbbe940b
MB
86272007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8628
8629 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8630
a5ded4c9
GM
86312007-12-09 Glenn Morris <rgm@gnu.org>
8632
8633 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8634
8635 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 8636 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 8637 Add declare-function compatibility definition.
a5ded4c9
GM
8638
8639 * gnus-art.el (w3-region, w3m-region, Info-menu):
8640 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8641 * gnus-sum.el (gnus-get-predicate):
8642 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8643 * message.el (mail-abbrev-in-expansion-header-p):
8644 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 8645 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
8646 * sieve-manage.el (password-read, password-cache-add)
8647 (password-cache-remove):
8d0f97a4 8648 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 8649
274f1353
DK
86502007-12-08 David Kastrup <dak@gnu.org>
8651
8652 * gnus-sum.el (gnus-summary-simplify-subject-query):
8653 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8654 `message'.
8655
a601fb74 86562007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 8657
a601fb74 8658 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 8659
af5370ad
RS
86602007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8661
8662 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8663
21ee0911
MB
86642007-12-06 Christian Plate <cplate@web.de> (tiny change)
8665
296a8e19 8666 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
8667 Call gnus-add-to-range ranges only once with a prepared article-list.
8668
86692007-12-06 Paul Jarc <prj@po.cwru.edu>
8670
149cd465
JB
8671 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8672 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
8673 group names with backslashes.
8674 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 8675
f0131492 86762007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 8677
a601fb74
GM
8678 * gnus-art.el (article-make-date-line):
8679 * gnus-start.el (gnus-load):
8680 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 8681
415a09fb
MB
86822007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8683
8684 * gnus-art.el (gnus-use-idna)
8685 * gnus-start.el (gnus-site-init-file)
8686 * message.el (message-use-idna)
8687 * mm-uu.el (mm-uu-hide-markers)
8688 * smiley.el (smiley-style): Revert changes that suppress warnings.
8689
86902007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8691
8692 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
8693 specify charset to html source.
8694 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
8695
86962007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8697
8698 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8699 idna-program in order to suppress byte compile warning issued by XEmacs
8700 that came to byte compile the default value section of defcustom forms
8701 recently.
8702
8703 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8704 value of installation-directory.
8705
8706 * message.el (message-use-idna): Don't directly refer to the value of
8707 idna-program.
8708
8709 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8710
8711 * smiley.el (smiley-style): Don't directly call face-attribute.
8712
b890d447
MB
87132007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8714
8715 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8716
8717 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
8718 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8719 Don't require. Use autoloads instead.
b890d447
MB
8720 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8721 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8722 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8723 (gnus-dired-mode): Adjust doc string.
8724 (gnus-dired-mail-mode): New variable.
8725 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8726 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8727 (gnus-dired-mail-buffers): New function. Return mail or message
8728 composition buffers.
8729 (gnus-dired-attach): Use it.
8730 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8731 NO-DECODE.
8732 (gnus-dired-print): Use `gnus-print-buffer' depending on
8733 `gnus-dired-mail-mode'.
8734
87352007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * rfc2047.el (rfc2047-encoded-word-regexp)
8738 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8739 explaining what regexp patterns are for.
8740
13b0ef01
GM
87412007-12-04 Glenn Morris <rgm@gnu.org>
8742
8743 * password.el: Move to ../password-cache.el.
8744
8745 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8746 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8747 * mml-smime.el (password-read, password-cache-add)
8748 (password-cache-remove):
8749 No need to autoload, since mml-sec requires password.
8750
8751 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8752 * message.el (gnus-extract-address-components):
8753 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8754
8755 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8756 password.
8757
b890d447
MB
87582007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8759
8760 * mailcap.el: Reduce dependencies.
8761 (mail-header-parse-content-type): Autoload.
8762 (mailcap-delete-duplicates): New alias.
8763 (mailcap-mime-info): Add optional argument NO-DECODE.
8764 (mailcap-mime-types): Use mailcap-delete-duplicates.
8765
8766 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8767
87682007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8769
8770 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8771 function.
8772
8773 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8774 (gnus-uu-yenc-article): New function.
8775
8776 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8777
296a8e19 8778 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 8779
21662dc7
GM
87802007-12-02 Glenn Morris <rgm@gnu.org>
8781
323fc9ec
GM
8782 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8783 Move to ../net.
8784
21662dc7
GM
8785 * binhex.el, uudecode.el: Move to ../mail.
8786
ceabaeb3
GM
8787 * encrypt.el: Remove file.
8788
b890d447
MB
87892007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8790
8791 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8792 matches on patches.
8793
296a8e19
SM
8794 * gnus-art.el (gnus-article-browse-html-article):
8795 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
8796
8797 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8798 string. Add comments.
8799
8800 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8801 if rhs is ASCII.
8802
08545d0a
GM
88032007-12-01 Glenn Morris <rgm@gnu.org>
8804
fb18c032 8805 * dig.el, dns.el: Move to ../net.
c3335b6a 8806 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 8807
08545d0a
GM
8808 * mail-source.el (top-level): Require format-spec before
8809 eval-when-compile.
8810
257a0a0d
GM
88112007-11-30 Glenn Morris <rgm@gnu.org>
8812
8813 * encrypt.el: Require password, rather than autoloading password-read.
8814
b890d447
MB
88152007-11-28 Elias Oltmanns <eo@nebensachen.de>
8816
8817 * gnus.el (gnus-method-to-server): Add an optional parameter so the
8818 caller can indicate whether the cache should be disregarded for this
8819 call. This way the result of the call is reproducible at all times and
8820 can be considered a canonical server name for the supplied method.
8821 (gnus-agent-method-p): Canonicalize server names by pushing their
8822 method through `gnus-method-to-server' using the no-cache argument.
8823
296a8e19
SM
8824 * gnus-srvr.el (gnus-server-insert-server-line):
8825 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
8826
8827 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8828 gnus-agent-possibly-synchronize-flags as this should be called when the
8829 server is actually being opened.
8830 (gnus-agent-possibly-synchronize-flags)
8831 (gnus-agent-possibly-synchronize-flags-server): Move check for the
8832 flags file of an agentized server to the latter function.
8833
8834 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8835 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8836 after a connection has been established successfully.
8837
88382007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
8839
8840 * gnus-art.el (article-display-face): Force to display face if called
8841 interactively; check if gnus-article-x-face-too-ugly matches author.
8842 (article-display-x-face): Display face even if From header is missing
8843 as article-display-face does.
8844
d50fd8e2
GM
88452007-11-28 Richard Stallman <rms@gnu.org>
8846
8847 * md4.el: Move to ../.
8848 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8849
b890d447
MB
88502007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
8851
8852 * mail-source.el (mail-sources): Default to fetch from file for
8853 compatibility with default of nnmail-spool-file.
8854
88552007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
8856
8857 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8858 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8859 to look for encoded word that should be encoded again.
8860 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8861 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8862 encoding pattern.
8863 (rfc2047-decode-region): Switch strict regexp and loose one according
8864 to rfc2047-allow-irregular-q-encoded-words.
8865
a06e7b5d
SJ
88662007-11-26 Simon Josefsson <simon@josefsson.org>
8867
8868 * imap.el: Move to ../net directory.
8869
b890d447
MB
88702007-11-25 Romain Francoise <romain@orebokech.com>
8871
8872 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8873
88742007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8875
8876 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8877 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8878
8879 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8880 `nnmail-spool-file'.
8881
8882 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8883 `nnmail-spool-file'.
8884
8885 * gnus-move.el (gnus-change-server): Ditto.
8886
8887 * gnus-kill.el (gnus-batch-score): Ditto.
8888
8889 * gnus-cache.el (gnus-jog-cache): Ditto.
8890
c9e31f32
SM
8891 * gnus-msg.el (gnus-summary-reply):
8892 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
8893
88942007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8895
c9e31f32
SM
8896 * gnus-cache.el (gnus-cache-generate-nov-databases):
8897 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
8898 nnml-generate-nov-databases-1.
8899
e3b0153a
GM
89002007-11-24 Glenn Morris <rgm@gnu.org>
8901
8902 * message.el (message-tool-bar-retro): Update for rename
8903 mail_send.xpm->mail-send.xpm.
8904
b890d447
MB
89052007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8906
8907 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8908 `smime-ldap-search' for Emacs 22 and up.
8909
145cc6b9
RS
89102007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8911
63ff8478
RS
8912 * hashcash.el: Move to ../mail directory.
8913
8746c8b8
RS
8914 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
8915
145cc6b9
RS
8916 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8917 `smime-ldap-search' for Emacs 22 and up.
8918
82816ba1
SM
89192007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8920
b7b80032
SM
8921 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8922
82816ba1
SM
8923 * message.el (message-send-mail-function): Fix error convention.
8924 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8925 (message-widen-reply, message-send-mail, message-talkative-question)
8926 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8927 (message-clone-locals, message-send-news): Use with-current-buffer.
8928 (message-insert-or-toggle-importance): Remove unused var `valid'.
8929 (message-make-references): Remove unused var `new-references'.
8930 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8931
3042deef
JB
89322007-11-22 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8935 (spam-split-symbolic-return-positive): Reflow docstring.
8936 (spam-backends, spam-summary-exit-behavior)
8937 (spam-mark-ham-unread-before-move-from-spam-group)
8938 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8939 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8940 (spam-clear-cache, spam-backend-check, spam-install-backend)
8941 (spam-install-statistical-backend, spam-list-of-processors)
8942 (spam-group-processor-p, spam-split, spam-bogofilter-score)
8943 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8944 (spam-check-crm114, spam-initialize, spam-unload-hook):
8945 Fix typos in docstrings.
8946
b890d447
MB
89472007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8948
8949 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8950 been checked if they have never been read and those group levels are
8951 higher than the one that a user specified.
8952
89532007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8956 foreign groups unless a group level is specified by a user.
8957 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8958
b62a39c4
RS
89592007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
8960
8961 * message.el (message-send-mail-function): Require sendmail.
8962
2ea6167b
RS
89632007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
8964
9e0a8576
RS
8965 * message.el (message-send-mail-function): Check for smtpmail too.
8966
f21470ef
RS
8967 * utf7.el (utf7-encode, utf7-decode): Use coding system
8968 `utf-7'/`utf-7-imap' from utf-7.el' if available.
8969
2ea6167b
RS
8970 * message.el (message-send-mail-function): New function.
8971 (message-send-mail-function): Set default using
8972 message-send-mail-function. Adjust doc string.
8973 (message-send-mail-with-mailclient): New function.
8974
127a6f0e
GM
89752007-11-17 Richard Stallman <rms@gnu.org>
8976
8977 * assistant.el: Remove file.
8978
9efa445f
DN
89792007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8980
8981 * smime.el (from):
8982 * rfc2047.el (message-posting-charset):
8983 * qp.el (mm-use-ultra-safe-encoding):
8984 * pop3.el (parse-time-months):
8985 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8986 * nnml.el (files):
8987 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8988 (jka-compr-compression-info-list, ange-ftp-path-format)
8989 (efs-path-regexp):
8990 * nndiary.el (files):
8991 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8992 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8993 (epg-digest-algorithm-alist, inhibit-redisplay)
8994 (password-cache-expiry):
8995 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8996 (pgg-output-buffer, password-cache-expiry):
8997 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8998 (efs-path-regexp):
8999 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9000 (inhibit-redisplay):
9001 * mm-uu.el (file-name, start-point, end-point, entry)
9002 (gnus-newsgroup-name, gnus-newsgroup-charset):
9003 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9004 (latin-unity-ucs-list):
9005 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9006 (mm-uu-binhex-decode-function):
b97439ce 9007 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
9008 (rmail-enable-mime-composing, gnus-local-organization)
9009 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9010 (gnus-read-active-file, facemenu-add-face-function)
9011 (facemenu-remove-face-function, gnus-article-decoded-p)
9012 (tool-bar-mode):
9013 * mail-source.el (display-time-mail-function):
9014 * gnus-util.el (nnmail-pathname-coding-system)
9015 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9016 (gnus-original-article-buffer, gnus-user-agent)
9017 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9018 (xemacs-codename, sxemacs-codename, emacs-program-version):
9019 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9020 * gnus-start.el (gnus-agent-covered-methods)
9021 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9022 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9023 (gnus-newsgroup-headers, gnus-group-list-mode)
9024 (gnus-group-mark-positions, gnus-newsgroup-data)
9025 (gnus-newsgroup-unreads, nnoo-state-alist)
9026 (gnus-current-select-method, mail-sources)
9027 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9028 (nnmail-spool-file, gnus-cache-active-hashtb):
9029 * gnus-mh.el (mh-lib-progs):
9030 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9031 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9032 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9033 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9034 (gnus-group-buffer):
9035 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9036 (font-lock-set-defaults):
9037 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9038 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9039 (gnus-summary-post-menu, total-parts, type, condition, length):
9040 * gnus-agent.el (gnus-agent-read-agentview):
9041 * flow-fill.el (show-trailing-whitespace):
9042 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9043 eval-and-compile wrappers for byte compiler pacifiers.
9044
9045 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9046 (mm-display-inline-fontify): Check for featurep 'xemacs not
9047 extent-list.
9048
9049 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9050 itimer-list.
9051 (mm-create-image-xemacs): Only do something for XEmacs.
9052 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9053
9054 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9055
9056 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9057 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9058
e9346447
JB
90592007-11-15 Juanma Barranquero <lekktu@gmail.com>
9060
ec5741dc 9061 * nnimap.el (nnimap-split-download-body):
e9346447 9062 * gnus-demon.el (gnus-demon):
ec5741dc 9063 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 9064
1428d46b
MB
90652007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9066
296a8e19
SM
9067 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9068 New macros.
1428d46b
MB
9069 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9070 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9071 copy data from unibyte buffer to multibyte current buffer.
93acd23d 9072 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
9073 to copy data from unibyte current buffer to multibyte buffer.
9074 (nntp-make-process-buffer): Make process buffer unibyte.
9075
9076 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9077
90782007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9079
9080 * pop3.el (pop3-open-server): Accept and process data more robustly at
9081 connexion start to avoid spurious "POP SSL connexion failed" errors.
9082
90832007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9084
9085 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9086 read group names.
9087
90882007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9089
9090 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9091
90922007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9093
9094 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9095 (nnmail-save-active): Use a unibyte buffer when saving active file,
9096 which may contain non-ASCII group names.
9097
9098 * nnml.el (nnml-request-group): Decode group names in messages.
9099
4d8a28ec
MB
91002007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9101
9102 * message.el (message-citation-line-function)
9103 (message-insert-formatted-citation-line): Fix spelling of
9104 `message-insert-formated-citation-line'.
9105
c12ecb0a
MB
91062007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9107
9108 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9109
4d8a28ec
MB
91102007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9111
9112 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9113 nnmail-pathname-coding-system.
9114
9115 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9116 that a user enters; decode group names in messages.
9117
9118 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9119
60ece9b0
MB
91202007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9121
9122 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9123
9124 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9125
9126 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9127 risky local variable.
9128
9129 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9130
91312007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9132
9133 * encrypt.el: Improve documentation to fix function name typo.
9134 Reported by Daiki Ueno <ueno@unixuser.org>.
9135
91362007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9137
9138 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9139 even if the point is not in the last page of an article.
9140 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9141 back to the previous page.
9142
c590ed3a
MB
91432007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9146
60ece9b0
MB
91472007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9148
9149 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9150
c70dbcd5
SM
91512007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9152
296a8e19
SM
9153 * message.el (message-check-news-body-syntax):
9154 Avoid mm-string-as-multibyte.
c70dbcd5
SM
9155 (message-hide-headers): Don't assume (point-min)==1.
9156
437ce4be
MB
91572007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9158
9159 * message.el (message-remove-blank-cited-lines): Fix if remove is
9160 given.
9161 (message-bogus-address-regexp): New variable.
9162 (message-bogus-recipient-p): New function.
9163 (message-check-recipients): New command.
9164 (message-syntax-checks): Add `bogus-recipient'.
9165 (message-fix-before-sending): Add `bogus-recipient'.
9166
9167 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
9168 (gnus-treat-body-boundary): Don't test window-system.
9169
296fa7b4 91702007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
9171
9172 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 9173
c7ff939a
RS
91742007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9175
9176 * gnus.el: Bump version to Gnus v5.13.
9177
01c52d31
MB
91782007-10-28 Miles Bader <miles@gnu.org>
9179
9180 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9181 at compile-time too.
9182
437ce4be
MB
91832007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9184
296a8e19
SM
9185 * gnus-msg.el (gnus-message-setup-hook):
9186 Add `message-remove-blank-cited-lines' to options.
437ce4be 9187
01c52d31
MB
91882007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9189
9190 * message.el (message-remove-blank-cited-lines): New function.
880820fe 9191 Suggested by Karl Plästerer.
01c52d31
MB
9192
91932007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9194
9195 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9196 mapc.
9197
9198 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9199 (top-level): Use mapc to set functions to be traced for debugging.
9200
9201 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9202 called for effect with while loop.
9203
9204 * message.el (message-talkative-question): Replace mapcar called for
9205 effect with mapc.
9206
9207 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9208 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9209 called for effect with dolist.
9210
9211 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9212
9213 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9214 gnus-extra-headers and nnmail-extra-headers.
9215
9216 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9217 called for effect with dolist.
9218 (top-level): Use mapc to set functions to be traced for debugging.
9219
9220 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9221 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9222 dolist.
9223
9224 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9225 Replace mapcar called for effect with mapc.
9226 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9227 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9228 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9229 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9230
9231 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9232 remove-if that's a cl function.
9233
9234 * webmail.el (webmail-debug): Replace mapcar called for effect with
9235 dolist.
9236
01c52d31
MB
92372007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9238
9239 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9240 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9241 with while loop.
9242
9243 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9244 functions from article-* functions.
9245 (gnus-multi-decode-header): Replace mapcar called for effect with
9246 dolist.
9247
9248 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9249 (gnus-bookmark-show-details): Replace mapcar called for effect with
9250 while loop.
9251
9252 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9253 called for effect with while loop.
9254
9255 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9256 with dolist.
9257
296a8e19
SM
9258 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9259 Replace mapcar called for effect with dolist.
01c52d31
MB
9260
9261 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9262
9263 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9264 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9265 Replace mapcar called for effect with dolist.
9266 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9267 mapc.
9268
9269 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9270 Replace mapcar called for effect with dolist.
9271 (gnus-topic-list): Replace mapcar called for effect with mapc.
9272
9273 * gnus.el: Use mapc instead of mapcar to add autoloads.
9274
4b576f7d
RS
92752007-10-23 Richard Stallman <rms@gnu.org>
9276
9277 * gnus-group.el (gnus-group-highlight): Mark as risky.
9278
fdc90613
MB
92792007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9280
9281 * gnus.el (gnus-server-to-method): Return method found first in
9282 gnus-newsrc-alist.
9283
01c52d31
MB
9284 * gnus-art.el (gnus-article-highlight-signature)
9285 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9286 button overlay without the front stickiness.
9287
92882007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9289
9290 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9291 overview buffer needed a catch to receive its throw.
296a8e19 9292 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
9293 easier to use.
9294
fdc90613
MB
92952007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9296
9297 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9298 `next-line'.
9299
5255e3ff
MB
93002007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9301
9302 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9303 exclude address matching message-dont-reply-to-names.
9304
b4fde39f
MB
93052007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9306
9307 * gnus-util.el (gnus-string<): New function.
9308
9309 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 9310 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
9311
93122007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9313
9314 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9315 the frame-focus tag is set in gnus-buffer-configuration.
9316
01c52d31
MB
93172007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9318
9319 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9320 the front stickiness.
9321
93222007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9325 url pattern; remove duplicate one.
9326 (gnus-article-extend-url-button): New function.
9327 (gnus-article-add-buttons): Use it.
9328 (gnus-button-push): Use concatenated url that it makes.
9329
6ab3804a
JB
93302007-10-04 Juanma Barranquero <lekktu@gmail.com>
9331
9332 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9333 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9334
2f19ece7
SM
93352007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9338 Don't hardcode point-min==1.
9339
1d0df8af
DK
93402007-09-30 David Kastrup <dak@gnu.org>
9341
9342 * gnus-art.el (gnus-article-reply-with-original)
9343 (gnus-article-followup-with-original): When `transient-mark-mode' is
9344 off, refrain from active-region behavior for followups.
9345
4b70e299
MB
93462007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9347
9348 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
9349 Fix comment about "iso8859-1".
9350
d4835507 93512007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
9352
9353 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9354 ones returned from the verify-function.
9355
296a8e19
SM
9356 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9357 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
9358
93592007-10-07 Daiki Ueno <ueno@unixuser.org>
9360
9361 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9362 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9363 failed.
4b70e299
MB
9364
93652007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9366
e9346447 9367 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 9368
01c52d31
MB
93692007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9370
9371 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9372 to mark a thread as expirable. Add variable `hide' to handle hiding of
9373 thread for both the null and zero (kill/expire thread) universal prefix
9374 cases.
9375 (gnus-summary-expire-thread): Add new function to expire a thread,
9376 using gnus-summary-kill-thread.
9377 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9378 shortcuts for gnus-summary-expire-thread.
9379 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9380 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9381
93822007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9383
9384 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9385 extras value, so an extras entry can be deleted.
9386 (gnus-registry-delete-extra-entry): Use it.
9387 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9388 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9389 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
9390 storage through the gnus-registry, and provide an appropriate API for
9391 it.
01c52d31 9392
4b70e299
MB
93932007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9394
9395 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9396 Suggested by Leo <sdl.web@gmail.com>.
9397
9398 * gnus.el: Do.
9399
94002007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9401
9402 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9403 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9404
9405 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9406
9407 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9408 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9409
94102007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9413 newline.
9414 (nnmbox-request-accept-article): Don't change article in source buffer;
9415 narrow to header to use message-fetch-field rather than
9416 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9417 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9418 as delimiters; make sure article ends with newline.
9419 (nnmbox-delete-mail): Correct last position of article to be deleted;
9420 ignore X-Gnus-Newsgroup header in article body.
9421 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9422 positions; make sure article ends with newline.
9423
01c52d31
MB
9424 * message.el (message-display-abbrev): Don't infloop when a user
9425 inserts SPC in the beginning of header.
9426
94272007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9428
9429 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9430 list of groups not followed by default. Fix type to be regexp.
9431 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9432
94332007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9434
9435 * hmac-def.el (define-hmac-function): Switch from old-style to
9436 new-style backquotes.
9437
002876ab 9438 * md4.el (md4-make-step): Likewise.
01c52d31
MB
9439
94402007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9441
9442 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9443 raw-text coding system when saving .newsrc file, which may contain
9444 non-ASCII group names.
9445
4b70e299
MB
94462007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9447
9448 * gnus-cus.el (gnus-score-extra): New widget.
9449 (gnus-score-extra-convert): New function.
9450 (gnus-score-customize): Use it for Extra.
9451
01c52d31
MB
94522007-08-31 Daiki Ueno <ueno@unixuser.org>
9453
9454 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9455 (mml2015-mailcrypt-clear-verify): Use it.
9456 (mml2015-gpg-clear-verify): Use it.
9457 (mml2015-pgg-clear-verify): Use it.
9458 (mml2015-epg-clear-verify): Replace the current part with the output
9459 from GnuPG; don't extract the plaintext by itself.
9460
9461 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9462 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9463 mml2015-clear-verify-function; don't touch the armor headers or
9464 dash-escaped text here.
9465
94662007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9467
9468 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9469 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9470 parts, or application/octet-stream as a last resort.
9471 (gnus-mime-view-part-as-type): Don't toggle display.
9472 (gnus-mime-view-part-as-charset): Don't turn off display before
9473 querying charset.
9474
9475 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9476 stuff to undisplayer function in Emacs.
9477 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9478
9479 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9480 text/calendar parts.
9481
7f22a765
MB
94822007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9483
01c52d31
MB
9484 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9485 decoding text/calendar parts.
9486
9487 * message.el (message-forward-make-body-mime): Always mark body as
9488 having no illegible text; remove signed-or-encrypted argument.
9489 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9490
7f22a765
MB
9491 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9492 (mml-generate-mime-1): Don't encode body if it is specified to be in
9493 raw form; don't make buffer be unibyte when inserting multibyte string.
9494
67d0660b
SM
94952007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * sha1.el: Fix up comment style.
9498 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9499 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9500
9501 * hex-util.el: Fix up comment style.
9502 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9503
9504 * gnus-salt.el: Use with-current-buffer.
9505 (gnus-pick-setup-message): Fix long-standing typo.
9506
bdaf8a62
MB
95072007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9508
01c52d31
MB
9509 * imap.el (imap-logout-timeout): New variable.
9510 (imap-logout, imap-logout-wait): New functions.
9511 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9512
9513 * nnimap.el (nnimap-logout-timeout): New server variable.
9514 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9515 nnimap-logout-timeout.
9516
bdaf8a62
MB
9517 * gnus-art.el (gnus-article-summary-command-nosave)
9518 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9519
95202007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus.el (gnus-maximum-newsgroup): New variable.
9523
9524 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9525 according to gnus-maximum-newsgroup.
9526
9527 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
9528 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9529 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 9530
01c52d31
MB
95312007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9532
296a8e19 9533 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
9534 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9535 Don't perform gnus-configure-windows here; reuse existing sticky
9536 article buffer.
9537
9538 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9539 it doesn't exist in gnus-article-mode.
9540
95412007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9542
9543 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9544 (gnus-agent-decoded-group-name): New function.
9545 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9546 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9547
95482007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9549
9550 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9551 Add binding for gnus-sticky-article.
9552 (gnus-summary-exit): Don't kill sticky article buffers.
9553
9554 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9555 article buffer.
9556 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9557 (gnus-kill-sticky-article-buffers): New commands.
9558
37cc095b
MB
95592007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9560
9561 * nntp.el (nntp-xref-number-is-evil): New server variable.
9562 (nntp-find-group-and-number): If it is non-nil, don't trust article
9563 numbers in the Xref header.
9564
01c52d31
MB
95652007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * gnus-agent.el (gnus-agent-read-group): New function.
9568 (gnus-agent-flush-group, gnus-agent-expire-group)
9569 (gnus-agent-regenerate-group): Use it.
9570 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9571 nnmail-pathname-coding-system.
9572
37cc095b
MB
95732007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9574
9575 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9576
01c52d31
MB
9577 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9578 that are unread as unread, and also as selected so that information of
9579 marks having been changed by a user may be updated when exiting group.
9580
37cc095b
MB
95812007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9582
9583 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9584
01c52d31
MB
95852007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9586
9587 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9588 calculated ignoring signature parts to gnus-treat-article.
9589
95902007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9591
9592 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9593 a point here in order to keep the window start.
9594 (gnus-insert-mime-security-button): Make a button overlay without the
9595 front stickiness.
9596 (gnus-mime-display-security): Goto the end of a button.
9597
9598 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9599
96002007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9601
9602 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9603 group-name-at-point.
9604 (gnus-group-completing-read): New function that offers decoded
9605 non-ASCII group names for completion.
9606 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9607 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9608 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9609 (gnus-group-fetch-control): Use it.
9610 (gnus-fetch-group): Use group-name-at-point for the initial value
9611 rather than the default value; use gnus-alive-p.
9612
9613 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9614 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9615 (gnus-summary-post-news): Use gnus-group-completing-read.
9616
9617 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9618 (gnus-read-move-group-name): Decode group name for completion.
9619
f0131492 96202007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
9621
9622 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9623 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9624 Yamaoka slightly modified the code).
9625
96262007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9627
9628 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9629 (nnmail-split-incoming): Bind it.
9630
9631 * nnml.el (nnml-group-name-charset): New function.
9632 (nnml-decoded-group-name): Use it; don't decode group name if
9633 nnmail-group-names-not-encoded-p is non-nil.
9634 (nnml-encoded-group-name): New function.
9635 (nnml-group-pathname): Inline nnml-decoded-group-name.
9636 (nnml-request-expire-articles): Decode group name in message.
9637 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9638 nnmail-pathname-coding-system.
9639 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9640 not decoded ones according to nnmail-group-names-not-encoded-p.
9641 (nnml-generate-active-info): Use nnml-encoded-group-name.
9642
3ecd3a56
GM
96432007-08-08 Glenn Morris <rgm@gnu.org>
9644
9645 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9646 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9647 doc-strings and comments.
9648
cacc7b51
GM
96492007-07-25 Glenn Morris <rgm@gnu.org>
9650
9651 * Relicense all FSF files to GPLv3 or later.
9652
01c52d31 96532007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 9654
296a8e19
SM
9655 * gnus-sum.el (gnus-summary-move-article):
9656 Make gnus-summary-respool-article work.
2f62a044 9657
f931ce84
MB
96582007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9659
9660 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9661 string.
9662
880820fe 96632007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
9664
9665 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9666 that should be ignored when comparing distant RSS articles with local
9667 ones.
9668 (nnrss-make-hash-index): New function. Create a hash index according
9669 to the ignored fields.
9670 (nnrss-check-group): Use it.
9671
96722007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9675
9676 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9677
9678 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9679 the new optional argument ENCODED is non-nil.
9680 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9681 coding system for encoding group name.
9682 (gnus-group-make-rss-group): Pass un-encoded group name to
9683 gnus-group-make-group.
9684 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9685 encoded.
9686
9687 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9688 Encode group name to which articles are moved or copied.
9689 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9690 coding system for encoding Newsgroup, Followup-To and Xref headers.
9691
9692 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9693 marks; use nnheader-file-coding-system to write a file.
9694 (nnagent-retrieve-headers): Bind file-name-coding-system to
9695 nnmail-pathname-coding-system.
9696
9697 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9698
9699 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9700 (nnml-request-article, nnml-request-create-group)
9701 (nnml-request-rename-group, nnml-find-id)
9702 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9703 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9704 (nnml-save-marks): Use nnml-group-pathname instead of
9705 nnmail-group-pathname.
9706
9707 (nnml-request-create-group, nnml-request-expire-articles)
9708 (nnml-request-move-article, nnml-request-delete-group)
9709 (nnml-deletable-article-p, nnml-possibly-create-directory)
9710 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9711 (nnml-open-marks): Bind file-name-coding-system to
9712 nnmail-pathname-coding-system.
9713
9714 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
9715 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9716 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
9717 (nnml-request-accept-article): Pass server argument to
9718 nnml-active-number and nnml-save-mail.
9719 (nnml-find-group-number): Pass server argument to nnml-find-id.
9720 (nnml-request-update-info): Pass server argument to
9721 nnml-marks-changed-p.
9722
9723 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9724 (nnml-save-mail, nnml-active-number): Add server argument.
9725
9726 (nnml-request-delete-group): Warn if group is missing.
9727 (nnml-get-nov-buffer): Decode group name.
9728 (nnml-generate-active-info): Encode group name.
9729 (nnml-open-marks): Decode group name in messages.
9730
97312007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9734 if it is not specified.
9735 (gnus-article-pipe-part, gnus-article-save-part)
9736 (gnus-article-interactively-view-part, gnus-article-copy-part)
9737 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9738 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9739 (gnus-article-replace-part, gnus-article-delete-part)
9740 (gnus-article-view-part-as-type): Pass raw prefix argument to
9741 gnus-article-part-wrapper.
9742
97432007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9744
296a8e19
SM
9745 * gnus-agent.el (gnus-agent-save-active):
9746 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
9747
9748 * gnus-cache.el (gnus-cache-save-buffers)
9749 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9750 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9751 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9752 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9753 (gnus-cache-generate-active, gnus-cache-rename-group)
9754 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
9755 (gnus-cache-update-overview-total-fetched-for):
9756 Bind file-name-coding-system to nnmail-pathname-coding-system.
9757 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9758 New variables.
01c52d31
MB
9759 (gnus-cache-decoded-group-name): New function.
9760 (gnus-cache-file-name): Use it.
9761 (gnus-cache-generate-active): Use non-decoded group name for active.
9762
9763 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9764 right place.
9765 (gnus-write-active-file): Don't break non-ASCII group names.
9766
9767 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9768 nnmail-pathname-coding-system.
9769
9770 * gnus-uu.el (gnus-uu-decode-save): Typo.
9771
f931ce84
MB
97722007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9775
2f62a044
MB
97762007-07-14 David Kastrup <dak@gnu.org>
9777
9778 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9779 finishing actions if we did not edit the article.
9780
01c52d31
MB
97812007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9782
9783 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9784 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9785 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9786 (gnus-agent-flush-group, gnus-agent-flush-cache)
9787 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9788 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9789 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9790 (gnus-agent-regenerate-group)
9791 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
9792 (gnus-agent-update-view-total-fetched-for):
9793 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
9794 (gnus-agent-group-pathname): Don't encode file names by
9795 nnmail-pathname-coding-system.
9796 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9797 coding-system-for-write instead of buffer-file-coding-system to
9798 gnus-agent-file-coding-system.
9799
9800 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9801 Decode group name.
9802
9803 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9804
9805 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9806 (gnus-read-newsrc-el-file): Make group names unibyte.
9807
9808 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9809 nnmail-pathname-coding-system.
9810
9811 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9812 (nnrss-request-delete-group): Bind file-name-coding-system to
9813 nnmail-pathname-coding-system.
296a8e19
SM
9814 (nnrss-read-server-data, nnrss-read-group-data):
9815 Bind file-name-coding-system correctly.
01c52d31
MB
9816 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9817
9818 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9819 (nntp-server-to-method-cache): New variable.
9820 (nntp-group-pathname): New function that decodes non-ASCII group names.
9821 (nntp-possibly-create-directory, nntp-marks-changed-p)
9822 (nntp-save-marks, nntp-open-marks): Use it.
9823 (nntp-possibly-create-directory, nntp-open-marks):
9824 Bind file-name-coding-system to nnmail-pathname-coding-system.
9825 (nntp-open-marks): Decode group names when bootstrapping marks.
9826
9827 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9828 Newsgroups and Folowup-To headers.
9829
82fe1aed
MB
98302007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9831
9832 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9833 (gnus-server-closed-face, gnus-server-denied-face)
9834 (gnus-server-offline-face): Remove variable.
9835 (gnus-server-font-lock-keywords): Use faces that are not aliases.
9836
01c52d31
MB
9837 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9838 of modifying message-stack directly for XEmacs.
9839
82fe1aed
MB
9840 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9841 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9842 if the coding-system argument is nil for XEmacs.
9843
9844 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9845 mm-charset-override-alist.
9846
9847 * rfc2047.el: Don't require base64; require rfc2045 for the function
9848 rfc2045-encode-string.
9849 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9850 to quote the parameter value.
9851
01c52d31
MB
98522007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
9853
9854 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9855 form in gnus-group-name-charset-method-alist.
9856
9857 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9858 overrides the default layout edit-form.
9859
9860 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9861
9862 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9863
60b0b668
MB
98642007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
9865
9866 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9867 as unfetched articles.
9868
98692007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
9870
9871 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9872
01c52d31
MB
98732007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9876 original back end that keeps marks in the local system.
9877
60b0b668
MB
98782007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
9879
01c52d31
MB
9880 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9881 arg of pop-to-buffer for XEmacs.
9882 (gnus-article-read-summary-keys): Ditto; don't restore window
9883 configuration if summary command ends up with neither article buffer
9884 nor summary buffer; describe bindings if summary keys end with C-h.
9885
98862007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9887
9888 * message.el (message-fix-before-sending): Skip raw message part to be
9889 forwarded while checking illegible text.
296a8e19
SM
9890 (message-forward-make-body-mime, message-forward-make-body):
9891 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
9892
98932007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9894
9895 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9896 (gnus-message-with-timestamp-1): New macro.
9897 (gnus-message-with-timestamp): New function.
9898 (gnus-message): Use them.
9899
9900 * nnheader.el (nnheader-message): Use them.
9901
99022007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
9903
9904 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9905 .newsrc.eld file.
60b0b668 9906
5cedca8d
MB
99072007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
9910 (gnus-agent-retrieve-headers):
9911 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
9912
9913 * nntp.el (nntp-send-xover-command): Recognize an xover command is
9914 available also when the server returns simply a dot.
9915
9916 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9917
524705ae
MB
99182007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9919
01c52d31
MB
9920 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9921
99222007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9923
524705ae
MB
9924 * gnus-ems.el (gnus-x-splash): Make it work.
9925
9926 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9927 from being used.
9928
01c52d31
MB
99292007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9930
9931 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9932 the front stickiness.
9933 (gnus-article-summary-command-nosave): Correct the order of the
9934 arguments passed to pop-to-buffer.
9935 (gnus-article-read-summary-keys): Ditto; make it work properly when the
9936 summary command ends up with the article buffer.
9937
9938 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9939 the same faces.
524705ae 9940
770edeec
JB
99412007-06-07 Juanma Barranquero <lekktu@gmail.com>
9942
524705ae 9943 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 9944
34c5dce5
JB
99452007-06-06 Juanma Barranquero <lekktu@gmail.com>
9946
3e3dc2c3
JB
9947 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9948 * gnus-sum.el (gnus-summary-highlight):
524705ae 9949 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 9950 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 9951
524705ae
MB
99522007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * gnus-art.el (gnus-mime-view-part-externally)
9955 (gnus-mime-view-part-internally): Fix predicate function passed to
9956 completing-read.
9957
01c52d31
MB
9958 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9959
9960 * gnus.el (gnus-update-message-archive-method): Add :version.
9961
99622007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
9963
9964 * gnus.el (gnus-update-message-archive-method): New variable.
9965
9966 * gnus-start.el (gnus-setup-news): Update saved "archive" method
9967 according to gnus-message-archive-method if
9968 gnus-update-message-archive-method is non-nil.
9969
99702007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
9971
296a8e19
SM
9972 * gnus-sum.el (gnus-summary-limit-to-address): New function.
9973 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 9974 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 9975
c14dcd06
CY
99762007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9977
9978 * message.el (message-pop-to-buffer): Add switch-function argument.
9979 (message-mail): Pass switch-function argument to it.
524705ae 9980
01c52d31
MB
99812007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
9982
9983 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9984 Improve doc string.
9985
99862007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9989 (gnus-header-content)
9990 * gnus-cite.el (gnus-cite-10)
9991 * gnus-srvr.el (gnus-server-closed)
9992 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9993 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9994 (gnus-group-mail-3-empty, gnus-group-mail-low)
9995 (gnus-group-mail-low-empty, gnus-splash)
9996 * message.el (message-header-to, message-header-cc)
9997 (message-header-subject, message-header-other, message-header-name)
9998 (message-header-xheader, message-separator, message-cited-text)
9999 (message-mml): Lighten colors of faces used for dark background.
10000
100012007-05-24 Simon Josefsson <simon@josefsson.org>
10002
10003 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10004 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10005
524705ae
MB
100062007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10007
c9e31f32
SM
10008 * message.el (message-narrow-to-headers-or-head):
10009 Ignore mail-header-separator in the body.
524705ae 10010
01c52d31
MB
100112007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10012
10013 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10014 same as window size.
10015
100162007-05-22 Kevin Ryde <user42@zip.com.au>
10017
10018 * message.el (message-font-lock-keywords): Use message-header-xheader
10019 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10020 ahead of the anything pattern, to get it recognised.
10021
880820fe 100222007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10023
10024 * gnus-sum.el (gnus-articles-to-read)
10025 (gnus-summary-insert-old-articles): Don't truncate group name for
10026 `read-string'.
10027
10028 * gnus-util.el (gnus-limit-string): Delete this function.
10029
296a8e19
SM
10030 * gnus-sum.el (gnus-simplify-subject-fully):
10031 Use `truncate-string-to-width' instead.
01c52d31 10032
880820fe 100332007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 10034
296a8e19
SM
10035 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10036 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
10037 (gnus-summary-exit): Use it.
10038
524705ae
MB
100392007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10040
10041 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10042 non-break space.
c14dcd06 10043
01c52d31
MB
100442007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10045
10046 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10047 Check if group is not a directory.
10048 (nnfolder-request-expire-articles): Don't delete articles if the target
10049 group is not available.
10050
10051 * nnml.el (nnml-request-create-group): Properly check if group is not a
10052 file.
10053 (nnml-request-expire-articles): Don't delete articles if the target
10054 group is not available.
10055
10056 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10057 Don't quote characters that are within parentheses.
10058
100592007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10060
10061 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10062 (gnus-handle-ephemeral-exit): Select article according to it.
10063
100642007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10065
10066 * message.el (message-insert-formated-citation-line): Remove newline.
10067 (message-citation-line-format): Add final \n here so that the user can
10068 avoid a blank line.
10069
100702007-05-03 Dan Christensen <jdc@uwo.ca>
10071
10072 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10073 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10074 Update lanl/arXiv support.
596e5f72 10075
01c52d31
MB
100762007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10077
10078 * gnus.el: Bump version number.
10079
100802007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10081
10082 * gnus.el (gnus-version-number): Bump version.
10083
9b3ebcb6 100842007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
10085
10086 * gnus.el: No Gnus v0.6 is released.
10087
100882007-04-27 Didier Verna <didier@xemacs.org>
10089
296a8e19
SM
10090 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10091 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
10092 * message.el: Don't require 'gnus-util.
10093 (message-dont-reply-to-names): Handle name change above.
10094 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10095
100962007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10099 since the initial value varies according to the system.
10100
101012007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10104
101052007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10106
10107 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10108
101092007-04-24 Didier Verna <didier@xemacs.org>
10110
10111 Improve the type of gnus-ignored-from-addresses.
10112 * gnus-util.el (gnus-orify-regexp): New function.
10113 * message.el (gnus-util): Require it.
10114 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10115 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10116 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10117
101182007-04-24 Didier Verna <didier@xemacs.org>
10119
10120 * gnus-sum.el:
10121 * gnus-utils.el: Fix some trailing whitespaces.
10122
101232007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10126 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10127 article's Message-ID; refer parent article in summary buffer.
10128
10129 * message.el (message-bounce): Call mime-to-mml.
10130
101312007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10132
10133 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 10134
6b554e88
MB
101352007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10136
10137 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10138 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10139 displayed of multipart/alternative part if it is invoked from summary
10140 buffer.
6b554e88
MB
10141
10142 * mm-view.el (mm-inline-text-html-render-with-w3m)
10143 (mm-inline-text-html-render-with-w3m-standalone)
10144 (mm-inline-render-with-function): Use mail-parse-charset by default.
10145
01c52d31
MB
101462007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10147
10148 * parse-time.el (parse-time-string-chars): Check if CHAR
10149 is less than the length of parse-time-syntax.
10150
101512007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10154 from gnus-newsgroup-processable.
10155
101562007-04-16 Didier Verna <didier@xemacs.org>
10157
296a8e19
SM
10158 * gnus-msg.el (gnus-configure-posting-styles):
10159 Handle message-signature-directory properly with :file syntax.
10160 Reported by "Leo".
01c52d31
MB
10161
101622007-04-11 Didier Verna <didier@xemacs.org>
10163
10164 New user option: message-signature-directory.
10165 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10166 * message.el (message-insert-signature): Ditto.
10167 * message.el (message-signature-file): Doc update.
10168 * message.el (message-signature-directory): New.
10169
c429815a
MB
101702007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10171
296a8e19
SM
10172 * gnus-msg.el (gnus-inews-yank-articles):
10173 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
10174
101752007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * message.el (message-yank-original): Make sure cited text ends with
10178 newline; don't exchange point and mark.
10179
101802007-04-07 Chong Yidong <cyd@stupidchicken.com>
10181
10182 * tls.el (open-tls-stream): Properly handle case where there
10183 is no associated buffer.
10184
c345112e
TTN
101852007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10186
10187 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10188 message-yank-original, make sure (< mark TEXT point).
10189
8aed9ac5
RS
101902007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10191
01c52d31
MB
10192 * message.el (message-fill-column): New variable.
10193 (message-mode): Use it. Add comment on a possible new hook.
10194
8aed9ac5
RS
10195 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10196 (nnmail-get-new-mail): Reformat.
10197
10198 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10199
10200 * gmm-utils.el: Fix Commentary.
10201 (gmm-tool-bar-from-list): Fix typo in doc string.
10202
561fb491
TTN
102032007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10204
01c52d31
MB
10205 * message.el (message-yank-original): Don't switch point and mark
10206 unnecessarily to put point and mark as documented.
10207
102082007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10209
10210 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10211 from the message heads.
10212
102132007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10214
10215 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10216 article buffer does not have a window. This may not be the best
10217 solution but is certainly better than setting the start of the null,
10218 that is the current, window.
10219
102202007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10223 (gnus-draft-setup): Run it.
10224
10225 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10226 gnus-score-fast-scoring. Allow regexp.
10227 (gnus-score-headers): Use it.
10228
10229 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10230 XEmacs.
10231
10232 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10233 string.
10234 (gnus-button-alist): Also catch `<f1> k ...'.
10235 (gnus-treat-display-x-face): Fix doc string.
561fb491 10236
87ba2830
MB
102372007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10238
10239 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10240 evaluation of gnus-extended-version to ensure correct generation of the
10241 User-Agent header when message-generate-headers-first is used.
10242
01c52d31 102432007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 10244
01c52d31
MB
10245 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10246 hashcash-path is nil. Don't call callback with incorrect number of
10247 parameters if val is 0.
87ba2830 10248
815b81c8
MB
102492007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10250
10251 * message.el (message-required-news-headers):
10252 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10253
102542007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * message.el (message-generate-new-buffers): Change the meaning of the
10257 nil value; add `standard' to the choices; treat t as `unique'; improve
10258 doc string.
10259 (gnus-select-frame-set-input-focus): Autoload.
10260 (message-buffer-name): Search for the existing message buffer if
10261 message-generate-new-buffers is nil or `standard'; treat the value t of
10262 message-generate-new-buffers as `unique'.
10263 (message-pop-to-buffer): Raise the frame already displaying the message
10264 buffer; clear the echo area after querying.
10265 (message-setup): Pass the `continue' argument to compose-mail.
10266 (message-mail): Prefer `switch-function' if it is given; search for the
10267 existing message buffer if the `continue' argument is non-nil; pass
10268 continue and switch-function arguments to compose-mail by way of
10269 message-setup.
10270 (message-mail-other-window): Adjust argument of message-setup.
10271 (message-mail-other-frame): Ditto.
10272
01c52d31
MB
102732007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10274
10275 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10276 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10277 to turn font-lock on when turning gnus-message-citation-mode on.
10278
102792007-03-06 Daiki Ueno <ueno@unixuser.org>
10280
10281 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10282 (mml-smime-function-alist): New variable; add epg as the backend.
10283 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10284 mml-smime- functions instead.
10285 * mm-view.el: Require smime.
10286
102872007-03-05 Didier Verna <didier@xemacs.org>
10288
10289 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10290 instead of just inheritance for posting styles.
10291 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10292
102932007-02-24 John Paul Wallington <jpw@pobox.com>
10294
10295 * tls.el (tls-certtool-program): Fix custom type.
10296
102972007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10300 and point-at-eol instead of line-(beginning|end)-position.
10301
10302 * assistant.el (assistant-parse-buffer): Ditto.
10303
103042007-02-28 Daiki Ueno <ueno@unixuser.org>
10305
10306 * mml2015.el (mml2015-epg-find-usable-key): New function.
10307 (mml2015-epg-sign): Use it.
10308 (mml2015-epg-encrypt): Use it.
10309
45cb30ee
MB
103102007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10311
10312 * message.el (message-make-in-reply-to): Quote name containing
10313 non-ASCII characters. It will make the RFC2047 encoder cause an error
10314 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 10315 <nakaji@jp.freebsd.org>.
45cb30ee 10316
01c52d31
MB
103172007-02-27 Didier Verna <didier@xemacs.org>
10318
10319 Include the group parameters as well as the topic ones in the
10320 inheritance filter process.
10321 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10322 argument GROUP-PARAMS-LIST.
10323 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10324
45cb30ee
MB
103252007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10326
10327 * nntp.el (nntp-never-echoes-commands)
10328 (nntp-open-connection-functions-never-echo-commands): New variables.
10329 (nntp-send-command): Use them.
10330
01c52d31
MB
103312007-02-20 Daiki Ueno <ueno@unixuser.org>
10332
296a8e19 10333 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
10334
103352007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10336
10337 * mml.el (mml-content-disposition-alist): New user option.
10338 (mml-content-disposition): New function.
10339 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10340 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10341
103422007-02-19 Daiki Ueno <ueno@unixuser.org>
10343
10344 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10345 verification.
10346
aa260d63
MB
103472007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10348
10349 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10350 articles posted in the last 24 hours.
10351
c371062c
CY
103522007-02-14 Chong Yidong <cyd@stupidchicken.com>
10353
10354 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10355
880820fe 103562007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10357
10358 * nntp.el (nntp-send-command): Don't wait for echoes when
10359 nntp-open-ssl-stream is used.
10360
103612007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10362
10363 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10364 (gnus-message-add-citation-keywords)
10365 (gnus-message-remove-citation-keywords): Remove.
10366 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10367 directly, make the variables in font-lock-defaults buffer-local, add
10368 gnus-message-citation-keywords to them and then update the value of
10369 font-lock-keywords.
10370
103712007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * message.el (message-cite-original-1): Don't call
10374 gnus-article-highlight-citation.
10375
10376 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10377 citations; fix line count.
10378
103792007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10380
10381 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10382 (gnus-message-add-citation-keywords)
10383 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10384 versions of font-lock-add-keywords and font-lock-remove-keywords to
10385 work with XEmacs correctly.
10386
103872007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10388
10389 * gnus-cite.el (gnus-cite-face-list): Set the values of
10390 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10391 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10392 (gnus-message-cite-prefix-regexp): New variable.
10393 (gnus-message-search-citation-line): Use it; protect against long
10394 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10395 the 0th match data for Emacs.
10396 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10397 (gnus-message-add-citation-keywords): Append keywords rather than
10398 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
10399 (gnus-message-remove-citation-keywords):
10400 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
10401
10402 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10403
10404 * message.el (message-cite-prefix-regexp): Set the value of
10405 gnus-message-cite-prefix-regexp.
10406
c91f4b83
MB
104072007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10408
10409 * nnweb.el (nnweb-google-parse-1): Update parser.
10410
8f77631e
JB
104112007-01-29 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10414
41e49ce6
MB
104152007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10416
10417 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10418 regexp.
10419
104202007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10421
10422 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10423 string-to-multibyte.
10424 (uudecode-decode-region-internal): Use it.
10425
b28080e3
MB
104262007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10427
296a8e19
SM
10428 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10429 Fix custom choice.
b28080e3
MB
10430
10431 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10432
01c52d31
MB
104332007-01-22 Daiki Ueno <ueno@unixuser.org>
10434
10435 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10436
10437 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10438 `write-region' to respect `mm-inhibit-file-name-handlers'.
10439
b66f54c1
MB
104402007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10441
10442 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10443 Use gnus-home-directory instead of "~/" or "$HOME".
10444
01c52d31
MB
104452007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10446
10447 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10448 to mention filename.
10449 Add comments at beginning regarding usage.
10450 (encrypt-write-file-contents): Change interactive so a string is
10451 acceptable. If the file has no associated model, show an error instead
10452 of a nonsense prompt.
10453
104542007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10455
10456 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10457 Thanks to Yoshihiko Yamada for kind notification of this typo.
10458
0d7c8ac4
KH
104592007-01-12 Kenichi Handa <handa@m17n.org>
10460
10461 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10462 multibyte buffer.
651408cb
MB
10463
104642007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10465
01c52d31
MB
10466 * gnus-score.el (gnus-score-fast-scoring): New variable.
10467 (gnus-score-headers): Use it.
10468
651408cb 10469 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 10470
296a8e19
SM
10471 * message.el (message-cite-original-1):
10472 Call gnus-article-highlight-citation if requested.
60ece9b0 10473 (message-make-from): Allow name and address as optional arguments.
40e902eb 10474
01c52d31 10475 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 10476
01c52d31
MB
10477 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10478 bugs to doc string.
10479 (gnus-button-alist): Add mid\\|message-id.
10480 (gnus-button-fetch-group): Extend for use in
10481 `browse-url-browser-function'.
10482 (gnus-button-url-regexp): Try to catch paired parentheses like in
10483 Wikipedia URLs.
d84c3737 10484
01c52d31
MB
10485 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10486 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 10487
01c52d31 104882007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 10489
01c52d31
MB
10490 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10491 Update copyright.
ba361211 10492
01c52d31 104932007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 10494
01c52d31 10495 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 10496
01c52d31 104972007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 10498
01c52d31
MB
10499 * gnus-registry.el (gnus-registry-unfollowed-groups)
10500 (gnus-registry-split-fancy-with-parent): Fix documentation.
10501
105022007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10503
10504 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10505 from nnweb groups.
10506
105072006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10508
10509 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10510 Xref urls. Erase buffer before requesting head.
10511
10512 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10513
105142007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10515
10516 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10517 customizable.
10518
105192007-01-05 Daiki Ueno <ueno@unixuser.org>
10520
10521 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10522 no signing key is found.
10523 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10524 no encrypting and/or signing key is found.
10525
105262007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10527
10528 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10529
105302007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10531
10532 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10533 headers read from disk with the ones newly found in the current search.
10534 This should no longer cause problems, because the article numbers in
10535 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
10536
105372007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10538
10539 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10540
105412007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10542
10543 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10544
01c52d31
MB
105452007-01-01 Romain Francoise <romain@orebokech.com>
10546
10547 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10548
105492006-12-31 Steve Youngs <steve@sxemacs.org>
10550
10551 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10552 `define-minor-mode' macro definition expanded properly.
10553 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10554 exclude it there.
10555
10556 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10557 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10558 `fboundp' test.
10559 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10560 This is OK to autoload in (S)XEmacs now.
10561
105622006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10565 keystroke.
10566 (gnus-summary-limit-to-singletons): Fix typo.
10567
10568 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10569 else fails.
10570
db629244
MB
105712006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10572
01c52d31
MB
10573 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10574 docstring.
10575
10576 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10577 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10578 (gnus-summary-insert-dormant-articles): Fix typo in message.
10579
105802006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10581
10582 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10583 nil for XEmacs.
10584 (gnus-message-citation-mode): Don't autoload in XEmacs.
10585
10586 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 10587
880820fe 105882006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 10589
296a8e19
SM
10590 * nnimap.el (nnimap-expunge-search-string):
10591 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
10592
105932006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10594
10595 * spam.el: Revert to make-obsolete-variable because
10596 define-obsolete-variable-alias is not supported in Emacs 21.
10597
01c52d31
MB
10598 * spam.el (spam-ifile-path, spam-ifile-database-path)
10599 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10600 make-obsolete-variable.
10601 (spam-bsfilter-path, spam-bsfilter-program)
10602 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
10603 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10604 Don't use "path" inappropriately.
01c52d31
MB
10605 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10606 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10607 variable names.
10608
11e95b02
MB
106092006-12-28 Daiki Ueno <ueno@unixuser.org>
10610
10611 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10612 summary buffer.
10613
01c52d31
MB
10614 * password.el (password-cache-remove): Use clear-string to burn
10615 password, if available.
11e95b02 10616
01c52d31
MB
106172006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10618
10619 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10620
10621 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10622
10623 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10624 (gnus-message-highlight-citation): Move defcustom here from
10625 gnus-cite.el.
10626 (gnus-message-citation-mode): Autoload.
10627
10628 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10629 checks to make it compile with XEmacs.
10630 (gnus-message-citation-mode): New minor mode.
10631 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10632 (gnus-message-highlight-citation): New variables.
10633 (gnus-message-search-citation-line)
10634 (gnus-message-add-citation-keywords)
10635 (gnus-message-remove-citation-keywords)
10636 (turn-on-gnus-message-citation-mode)
10637 (turn-off-gnus-message-citation-mode): New functions.
10638
106392006-12-26 Oliver Scholz <epameinondas@gmx.de>
10640
10641 * gnus-cite.el: Enable highlighting of different citation levels in
10642 message-mode.
11e95b02
MB
10643
106442006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10645
10646 * message.el (message-make-fqdn): Fix comment.
10647 (message-bogus-system-names): Add ".local".
10648
10649 * spam.el (spam-ifile-path, spam-ifile-program)
10650 (spam-ifile-database-path, spam-ifile-database)
10651 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10652 Don't use "path" inappropriately.
10653 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10654 strings.
10655 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
10656 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10657 Use new variable names.
11e95b02
MB
10658
10659 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10660 (gnus-treat-display-smileys): Simplify using
10661 gnus-image-type-available-p.
10662
10663 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10664 available.
10665
106662006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10667
10668 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10669 one after turning on the buffer's multibyteness instead of decoding
10670 them directly in the unibyte buffer that causes unexpected conversion
10671 in Emacs 23 (unicode).
10672
01c52d31
MB
106732006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10674
10675 * message.el (message-generate-hashcash): Fix custom type.
10676
106772006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10678
10679 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10680
9b9e104e
MB
106812006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10682
10683 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10684 disconnect icons. Add help text.
10685
01c52d31
MB
106862006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10687
10688 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10689 negated to be consistent with the others we handle.
10690
106912006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10692
10693 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10694 version of gnus-summary-buffer to something, so that we can use two
10695 article buffers at the same time.
10696
106972006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10698
10699 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10700 trigger all the extra headers.
10701 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10702 sorting.
10703
107042006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10705
10706 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10707 solid groups.
10708
bcd3e063
MB
107092006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10710
10711 * legacy-gnus-agent.el: Add Copyright notice.
10712
82e5f93f
CY
107132006-12-12 Chong Yidong <cyd@stupidchicken.com>
10714
10715 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10716
01c52d31
MB
107172006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10718
10719 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10720
10721 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10722 to make it work reliably in CVS Emacs.
10723 (gnus-summary-limit-strange-charsets-predicate)
10724 (gnus-summary-limit-to-predicate): New functions.
10725
f88e76a8
CY
107262006-12-08 Chong Yidong <cyd@stupidchicken.com>
10727
10728 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10729 specifying array size.
10730 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10731 array if it is too small.
296a8e19 10732 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
10733 (gnus-sort-threads-loop): New function.
10734
e925d5ae 107352006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
10736
10737 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10738 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10739
880820fe 107402006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
10741
10742 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10743 options.
10744
01c52d31
MB
107452006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10746
10747 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10748 DOS-ing the recipient.
10749
10750 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10751 the headers when creating the mapping to avoid mismappings.
10752 (nnweb-gmane-create-mapping): Always nix out old mapping.
10753
107542006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10755
10756 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10757 and mm-verify-option to never.
10758
5538c331
MB
107592006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10760
01c52d31
MB
10761 * message.el (message-signed-or-encrypted-p): New function.
10762 (message-forward-make-body): Use it.
10763
10764 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10765 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
10766
107672006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10768
296a8e19
SM
10769 * nneething.el (nneething-decode-file-name):
10770 Replace decode-coding-string with mm-decode-coding-string.
5538c331 10771
01c52d31
MB
10772 * gnus-int.el (gnus-open-server): Say failed server's name.
10773
550831ed
JB
107742006-11-24 Juanma Barranquero <lekktu@gmail.com>
10775
10776 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10777 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10778
10779 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10780 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10781 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10782 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10783 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10784 (gnus-subscribe-newsgroup, gnus-1):
10785 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10786 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10787 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10788 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10789
01c52d31
MB
107902006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10791
10792 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10793 keystroke.
10794 (gnus-summary-limit-to-bodies): Implement headersp.
10795
107962006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10797
10798 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10799
e8f0f70d
MB
108002006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10801
10802 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10803
01c52d31
MB
108042006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10805
10806 * message.el (message-generate-hashcash): Expand range of values to
10807 include `opportunistic'.
10808 (message-send-mail): Use it.
10809
b07e0143
MB
108102006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10811
10812 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10813 and comment it.
10814
10815 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10816
4573e0df
MB
108172006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
10818
10819 * gnus-util.el (gnus-extract-address-components): Improve comment.
10820
108212006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10822
10823 * gnus-util.el (gnus-extract-address-components): Work with address in
10824 which the name portion contains @.
10825
108262006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * gnus.el (gnus-start): Move custom group up.
10829 (gnus-select-method): Don't autoload, but make it available for
10830 `customize-variable'.
10831 (gnus-getenv-nntpserver): Don't autoload.
10832
01c52d31
MB
108332006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
10834
10835 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10836
108372006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10838
10839 * message.el (message-sendmail-extra-arguments): New variable.
10840 (message-send-mail-with-sendmail): Use it.
10841
4573e0df
MB
108422006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10843
10844 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10845 mm-with-unibyte-current-buffer to make string unibyte.
10846
10847 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10848 mm-string-as-multibyte.
10849
01c52d31
MB
108502006-11-14 Daiki Ueno <ueno@unixuser.org>
10851
10852 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10853 Reported by Werner Koch <wk@gnupg.org>.
10854
108552006-11-14 Daiki Ueno <ueno@p360>
10856
10857 * mml2015.el: Autoload epa-select-keys when compiling.
10858
108592006-11-13 Daiki Ueno <ueno@unixuser.org>
10860
10861 * mml2015.el (mml2015-epg-sign): Save the signing keys in
10862 message-options.
10863 (mml2015-epg-encrypt): Save the recipient keys in message-options.
10864
108652006-11-13 Daiki Ueno <ueno@unixuser.org>
10866
296a8e19 10867 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
10868 EasyPG (< 0.0.6).
10869 (mml2015-always-trust): New user option.
10870 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10871 prompt.
10872
108732006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10874
10875 * nntp.el (nntp-authinfo-force): New variable.
10876 (nntp-send-authinfo): Use it.
10877
4573e0df
MB
108782006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
10879
01c52d31
MB
10880 * message.el (message-strip-subject-encoded-words): Allow _not_ to
10881 decode encoded words. Improve prompt. Add comment about forwarding.
10882 (message-replacement-char): Move up.
4573e0df
MB
10883
108842006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10885
10886 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10887 instead of gnus-intersection because arguments of gnus-sorted-nunion
10888 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
10889
01c52d31
MB
108902006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
10891
10892 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
10893 (message-simplify-subject-functions):
10894 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
10895
108962006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
10897
c4cc8b9a 10898 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
10899 (message-simplify-subject-functions): New variable.
10900 (message-simplify-subject): Use it. Fix typo in doc string.
10901 Support message-strip-subject-encoded-words.
10902
06856b12
JB
109032006-11-03 Juanma Barranquero <lekktu@gmail.com>
10904
10905 * gnus-diary.el (gnus-diary-delay-format-function):
10906 * nndiary.el (nndiary-reminders):
10907 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10908
b193caa3
MB
109092006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10910
10911 * gnus-art.el (article-hide-boring-headers): Fetch date from
10912 gnus-original-article-buffer to avoid problems with localized date
10913 strings.
10914
109152006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10916
10917 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10918
ab785936
MB
109192006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
10920
06856b12
JB
10921 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10922 New variables.
ab785936
MB
10923 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10924 (mm-charset-synonym-alist): Move some entries to
10925 mm-codepage-iso-8859-list.
296a8e19
SM
10926 (mm-charset-synonym-alist, mm-charset-override-alist):
10927 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 10928
b90a6149
MB
109292006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10930
10931 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10932
109332006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10934
10935 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10936 with Emacs 21 and XEmacs.
10937
01c52d31
MB
109382006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
10939
10940 * spam.el (spam-parse-address): New function for better parsing,
10941 catching errors, etc.
10942 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10943
b90a6149
MB
109442006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10945
10946 * mm-view.el: Add interactive arg to html2text autoload.
10947
109482006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10949
10950 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10951
01c52d31
MB
109522006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
10953
296a8e19
SM
10954 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10955 New variables.
01c52d31
MB
10956 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10957 (mm-charset-synonym-alist): Move some entries to
10958 mm-codepage-iso-8859-list.
10959
10960 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10961
109622006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
10963
10964 * message.el (message-citation-line-format)
10965 (message-insert-formated-citation-line): Fix implementation of %E, %N
10966 and %n according to the doc string.
10967
109682006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
10969
296a8e19
SM
10970 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10971 Use car-safe to avoid bad parses.
01c52d31 10972
c86d4601
MB
109732006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10974
10975 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10976 names.
10977
10978 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10979
109802006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10981
01c52d31
MB
10982 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10983 header.
10984
10985 * message.el (message-draft-headers): Add Date.
10986 (message-headers-to-generate): Fix typo in docstring.
10987
10988 * nndraft.el (nndraft-required-headers): New variable.
10989 (nndraft-generate-headers): Use it.
10990
10991 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10992
109932006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10994
10995 * gnus-registry.el (gnus-registry-wash-for-keywords)
10996 (gnus-registry-find-keywords): New functions to allow easy searching of
10997 articles that are in the registry.
10998
109992006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11000
296a8e19
SM
11001 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11002 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 11003 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
11004
110052006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11006
11007 * gnus.el (gnus-mime): Remove unused custom group.
11008
92edaeed
MB
110092006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11010
11011 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11012 "blank line" when searching for end of armor headers.
11013
110142006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11015
11016 * gmm-utils.el (gmm-write-region): Fix variable name.
11017
110182006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11019
11020 * gmm-utils.el (gmm-write-region): New function based on compatibility
11021 code from `mm-make-temp-file'.
11022
11023 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11024
11025 * nnmaildir.el (nnmaildir--update-nov)
11026 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11027 Use `gmm-write-region'.
11028
996aa8c1
MB
110292006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11030
296a8e19
SM
11031 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11032 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
11033
11034 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11035
11036 * message.el (message-replacement-char): New variable.
11037 (message-fix-before-sending): Use it.
11038 (message-simplify-subject): New function to remove duplicate code.
11039 (message-reply, message-followup): Use it.
11040
296a8e19
SM
11041 * gnus-sum.el (gnus-summary-make-menu-bar):
11042 Clarify gnus-summary-limit-to-articles.
996aa8c1 11043
01c52d31 110442006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 11045
01c52d31 11046 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 11047
01c52d31 11048 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 11049
01c52d31 110502006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11051
01c52d31
MB
11052 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11053 ignore non-string data.
996aa8c1 11054
01c52d31 110552006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11056
01c52d31
MB
11057 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11058 non-string data (needs to be done in the registry too).
996aa8c1 11059
01c52d31 110602006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11061
01c52d31
MB
11062 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11063 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11064 (gnus-registry-split-fancy-with-parent)
11065 (gnus-registry-fetch-simplified-message-subject-fast)
11066 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11067 Remove text properties on ingress into the registry and when it's saved.
11068 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11069 registry from entries with no groups.
996aa8c1 11070
01c52d31 110712006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11072
01c52d31
MB
11073 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11074 function to remove string properties.
996aa8c1 11075
67099291
MB
110762006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11077
11078 * gmm-utils.el (gmm): Adjust custom version.
11079
296a8e19
SM
11080 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11081 Adjust custom version.
67099291
MB
11082
11083 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11084
01c52d31
MB
110852006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11086
11087 * gnus-art.el (gnus-insert-prev-page-button)
11088 (gnus-insert-next-page-button): Simplify. Reformat.
11089
110902006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11091
11092 * gnus-art.el (gnus-insert-prev-page-button)
11093 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11094
94019f61
CY
110952006-09-25 Chong Yidong <cyd@stupidchicken.com>
11096
11097 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11098
01c52d31
MB
110992006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11100
c4cc8b9a
JB
11101 * gnus-art.el (gnus-insert-mime-button)
11102 (gnus-insert-mime-security-button):
11103 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
11104
111052006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11106
11107 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11108 readable.
11109
111102006-09-20 Steve Youngs <steve@sxemacs.org>
11111
11112 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11113 `browse-url-of-file' instead of `browse-url'.
11114
0327a464
MB
111152006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11116
11117 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11118 regexp. Articles containing quotation were cut prematurely.
11119
111202006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11121
01c52d31
MB
11122 * message.el (message-cite-original-1): Use nobody by default for the
11123 value of From header.
0327a464
MB
11124 (message-reply): Ditto.
11125
01c52d31
MB
111262006-09-11 Daiki Ueno <ueno@unixuser.org>
11127
11128 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11129 to the gnus-info. This fixes a bug of inline-PGP message verification.
11130 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11131
b110774a
MB
111322006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11133
11134 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11135 mails in the doc string. Add some URLs in comment.
01c52d31 11136 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
11137
111382006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11141 backslashes handling and the way to find boundaries of quoted strings.
11142
01c52d31
MB
111432006-09-07 Daiki Ueno <ueno@unixuser.org>
11144
11145 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11146 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11147 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11148 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11149
676c1893
RS
111502006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11151
01c52d31
MB
11152 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11153 doc string.
11154 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11155
111562006-09-06 Simon Josefsson <jas@extundo.com>
11157
11158 * mml2015.el (mml2015-use): Doc fix, mention epg.
11159
111602006-09-06 Daiki Ueno <ueno@unixuser.org>
11161
11162 * mml2015.el (mml2015-use): Default to epg, if available.
11163
111642006-09-06 Daiki Ueno <ueno@unixuser.org>
11165
11166 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11167 message-sender.
11168 (mml1991-epg-encrypt): Ditto.
11169 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11170 message-sender.
11171 (mml2015-epg-encrypt): Ditto.
676c1893 11172
de4fbbe4
CY
111732006-09-04 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11176 several common directories.
11177
01c52d31
MB
111782006-09-05 Daiki Ueno <ueno@unixuser.org>
11179
11180 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11181 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11182
d7093904
MB
111832006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11184
8fbdffe5
MB
11185 * gnus-art.el (article-decode-encoded-words): Make it fast.
11186
111872006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11188
11189 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11190
d7093904
MB
11191 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11192 in quoted string into `\'.
11193
343d6628
MB
111942006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11195
11196 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11197 Use standard-syntax-table.
11198
111992006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11200
11201 * gnus-art.el (gnus-decode-address-function): New variable.
11202 (article-decode-encoded-words): Use it to decode headers which are
11203 assumed to contain addresses.
11204 (gnus-mime-delete-part): Remove useless `or'.
11205
11206 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11207 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11208 (gnus-nov-parse-line): Use it to decode From header.
11209 (gnus-get-newsgroup-headers): Ditto.
11210 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11211
11212 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11213 (mail-decode-encoded-address-string): New alias.
11214
11215 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11216 New function.
11217 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11218 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11219 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11220 (rfc2047-decode-string): Ditto.
11221 (rfc2047-decode-address-region): New function.
11222 (rfc2047-decode-address-string): New function.
11223
01c52d31
MB
112242006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11225
11226 * message.el (message-caesar-buffer-body): Allow rotating headers.
11227
11228 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11229
11230 * message.el (message-insert-formated-citation-line): Fix %f.
11231 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11232
112332006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11234
11235 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11236 (gnus-bookmark-mouse-available-p): New macro.
11237 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11238 (gnus-bookmark-bmenu-show-infos): Use it.
11239 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11240 (gnus-bookmark-bmenu-hide-infos): Ditto.
11241 (gnus-bookmark-remove-properties): New function.
11242 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11243 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11244 (gnus-bookmark-write-file): Bind coding-system-for-write.
11245 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11246 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11247 group before selecting it.
11248 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11249 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11250 quit-window if it is not available; use gnus-mouse-2 and bind it to
11251 gnus-bookmark-bmenu-select-by-mouse.
11252 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11253 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 11254
5dab7628
RF
112552006-08-13 Romain Francoise <romain@orebokech.com>
11256
11257 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11258 space.
11259
5ebdc299
MB
112602006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11261
11262 * compface.el (uncompface): Use binary rather than raw-text-unix.
11263
112642006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11265
11266 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
11267 place when communicating with the external programs.
11268 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
11269
112702006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11271
11272 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11273
112742006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11275
11276 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11277 Make it more robust by parsing author and date independently.
11278
ebf693f3
MB
112792006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11280
11281 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11282
01c52d31
MB
112832006-07-28 Daiki Ueno <ueno@unixuser.org>
11284
11285 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11286 first matching secret key.
11287 (mml2015-epg-encrypt): Ditto.
11288
11289 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11290 first matching secret key.
11291 (mml1991-epg-encrypt): Ditto.
11292
11293 * mml2015.el (mml2015-encrypt-to-self): New user option.
11294 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11295 mml2015-epg-encrypt-to-self is set.
11296
11297 * mml1991.el (mml1991-encrypt-to-self): New variable.
11298 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11299 mml1991-epg-encrypt-to-self is set.
11300
11301 * mml2015.el (mml2015-signers): New user option.
11302 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11303 (mml2015-epg-encrypt): Allow to select signing keys.
11304
11305 * mml1991.el (mml1991-signers): New variable.
11306 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11307 (mml1991-epg-encrypt): Allow to select signing keys.
11308
ebf693f3
MB
113092006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * nnheader.el (nnheader-insert-head): Make it work even if the file
11312 uses CRLF for the line-break code.
11313
01c52d31
MB
113142006-07-25 Daiki Ueno <ueno@unixuser.org>
11315
11316 * mml2015.el: Require mml-sec instead of password.
11317 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11318 (mml2015-cache-passphrase): Inherit the default value from
11319 mml-secure-cache-passphrase.
11320 (mml2015-passphrase-cache-expiry): Inherit the default value from
11321 mml-secure-passphrase-cache-expiry.
11322
11323 * mml1991.el: Require mml-sec instead of password.
11324 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11325 (mml1991-cache-passphrase): Inherit the default value from
11326 mml-secure-cache-passphrase.
11327 (mml1991-passphrase-cache-expiry): Inherit the default value from
11328 mml-secure-passphrase-cache-expiry.
11329
11330 * mml-sec.el: Require password.
11331 (mml-secure-verbose): New user option.
11332 (mml-secure-cache-passphrase): New user option.
11333 (mml-secure-passphrase-cache-expiry): New user option.
11334
113352006-07-24 Daiki Ueno <ueno@unixuser.org>
11336
11337 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11338 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 11339 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
11340
11341 FIXME: Use `tiny change'?
11342
bd876f90
MB
113432006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11344
11345 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11346 workaround for the url package included with Emacs.
11347
11348 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11349
01c52d31
MB
113502006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11351
11352 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11353 correctly. This fixes a bug caused by the 2006-05-12 change.
11354
06dc8321
KF
113552006-07-18 Karl Fogel <kfogel@red-bean.com>
11356
11357 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11358 some information about the error when saying that the `bogus' mail
11359 group will be used.
11360
7ce31649
MB
113612006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11362
11363 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11364 string.
11365
b44409c9
MB
113662006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11367
11368 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11369
763bb2d4
MB
113702006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11371
11372 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11373
01c52d31
MB
113742006-07-10 Daiki Ueno <ueno@unixuser.org>
11375
11376 * mml1991.el (mml1991-function-alist): Add epg.
11377 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11378 (mml1991-epg-encrypt): New functions.
11379
113802006-07-10 Daiki Ueno <ueno@unixuser.org>
11381
11382 * mml2015.el (mml2015-verbose): New variable.
11383 (mml2015-cache-passphrase): Ditto.
11384 (mml2015-passphrase-cache-expiry): Ditto.
11385 (mml2015-function-alist): Add epg.
11386 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11387 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
11388 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11389 New functions.
01c52d31
MB
11390
113912006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11392
11393 * message.el (message-cite-original-1): Preserve region when removing
11394 quoted text due to X-No-Archive in order to avoid bogus attribution
11395 when citing multiple messages.
11396
113972006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11398
296a8e19
SM
11399 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11400 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 11401
827dc73d
MB
114022006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11403
11404 * gnus-diary.el (gnus-user-format-function-d)
11405 (gnus-user-format-function-D): Autoload.
11406
01c52d31 11407 * imap.el (Commentary): Fix typo.
827dc73d 11408
01c52d31
MB
11409 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11410 2006-04-22 contribution.
11411
114122006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11413
11414 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11415 It didn't really fix the bogosity I'm seeing with solid web groups.
11416
114172006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11418
11419 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11420 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11421 created using server names. If we use the feature without declaring
11422 it, Gnus does not properly manage server and group state.
11423
11424 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11425 bound.
11426
114272006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11428
11429 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11430 looking up the method using GROUP's prefix before inventing a new one.
11431 It is used on killed/unknown groups in various places where returning
11432 an all-new method isn't expected by the caller.
11433
11434 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11435 and match semantics of gnus-group-real-prefix.
11436
114372006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11438
11439 * nnmail.el (nnmail-broken-references-mailers): New variable.
11440 (nnmail-ignore-broken-references): New function generalizing
11441 nnmail-fix-eudora-headers.
11442 (nnmail-fix-eudora-headers): Now obsolete.
11443
296a8e19
SM
11444 * gnus-art.el (gnus-button-handle-custom):
11445 Support `customize-apropos*'.
01c52d31
MB
11446
114472006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11448
11449 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11450
11451 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11452 articles.
11453
114542006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11455
11456 * message.el (message-cite-reply-above): New variable.
11457 (message-yank-original): Use it.
827dc73d 11458
a367620f
MB
114592006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11460
11461 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11462
01c52d31
MB
114632006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11464
11465 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11466 as read.
11467
11468 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11469
114702006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11471
11472 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11473 (gnus-bookmark-default-file): Use gnus-directory.
11474 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11475 Remove "*" in doc string.
11476 (gnus-bookmark-write-file): Simplify.
11477 (gnus-bookmark-maybe-sort-alist): Use `when'.
11478 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
11479 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11480 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
11481 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11482 compatibility.
11483 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11484 compatibility.
11485 (gnus-bookmark-menu-heading): Fix version.
11486
114872006-06-19 Bastien Guerry <bzg@altern.org>
11488
11489 * gnus-bookmark.el: New file.
11490
5cfd0f2e
MB
114912006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11492
11493 * message.el (message-syntax-checks): Doc fix.
11494
01c52d31
MB
114952006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11496
11497 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11498 unsubscribed groups as if they were killed ones. It causes duplicate
11499 entries in gnus-newsrc-alist.
11500
f362b760
MB
115012006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * message.el (message-syntax-checks): Doc fix.
11504 (message-send-mail): Add check for continuation headers.
11505 (message-check-news-header-syntax): Fix regexp used to check for
11506 continuation headers.
11507
115082006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11509
11510 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11511
01c52d31
MB
115122006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11513
11514 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11515
115162006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11517
11518 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11519 default-truncate-lines.
11520
26c9afc3
MB
115212006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11522
11523 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11524 to fill the utf-8 entry.
11525
01c52d31 115262006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 11527
01c52d31
MB
11528 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11529
115302006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11531
11532 * gnus-agent.el (directory-files-and-attributes): Move all the way
11533 forward (the third and final move).
11534 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 11535 nonexistent directory. Handle by returning nil.
01c52d31
MB
11536
115372006-05-30 Didier Verna <didier@xemacs.org>
11538
11539 * message.el (message-dont-reply-to-names): Update the custom type.
11540 * message.el (message-dont-reply-to-names): New defsubst: potentially
11541 convert a list of regexps into a single one.
11542 * message.el (message-get-reply-headers): Use it.
11543 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11544
115452006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11546
11547 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
11548
115492006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11550
11551 * gnus-ml.el (gnus-mailing-list-subscribe)
11552 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11553 (gnus-mailing-list-message): Fix doc strings.
11554
115552006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11556
11557 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11558 of doing it manually.
11559
01c52d31
MB
115602006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11561
11562 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11563 comment.
11564
26c9afc3
MB
115652006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11566
296a8e19
SM
11567 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11568 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 11569 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
11570 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11571 (gnus-agent-regenerate-group): Check numeric names to see if they are
11572 messages or groups.
01c52d31
MB
11573 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11574 better way of do this...)
11575
296a8e19
SM
11576 * gnus-cache.el (gnus-agent-total-fetched-for):
11577 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
11578
115792006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11580
11581 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11582 (gnus-saved-headers): Ditto.
01c52d31 11583 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
11584 (gnus-article-save): Override gnus-save-all-headers and
11585 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
11586 (gnus-summary-save-in-file): Add :headers property.
11587 (gnus-summary-write-to-file): Ditto.
11588
11589 * gnus-sum.el (gnus-summary-save-article): Bind
11590 gnus-prompt-before-saving to t when saving many articles in a file;
11591 always show all headers.
11592
115932006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11594
11595 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11596 marks.
11597
11598 * message.el (message-indent-citation): Add optional arguments to allow
11599 using it outside of message buffers.
11600
11601 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11602 (gnus-article-treat-unfold-headers): Use it.
11603 (gnus-article-truncate-lines): New variable.
11604 (gnus-article-mode): Use it.
11605 (gnus-article-toggle-truncate-lines): New function.
11606
296a8e19
SM
11607 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11608 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
11609
11610 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11611 coding system in XEmacs, use binary.
11612
116132006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11614
11615 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11616 after-load-alist.
11617
11618 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11619 this function should save decoded articles.
11620 (gnus-summary-write-to-file): Use property to specify this function
11621 should save decoded articles and specify gnus-summary-save-in-file
11622 should be used to save articles other than the first one when saving
11623 many articles.
11624 (gnus-summary-save-body-in-file): Use property to specify this
11625 function should save decoded articles.
11626 (gnus-summary-write-body-to-file): Use property to specify this
11627 function should save decoded articles and specify
11628 gnus-summary-save-body-in-file should be used to save articles other
11629 than the first one when saving many articles.
11630
11631 * gnus-sum.el (gnus-summary-save-article): Simplify.
11632
116332006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11634
296a8e19
SM
11635 * gnus-art.el (gnus-default-article-saver):
11636 Add gnus-summary-write-body-to-file.
01c52d31
MB
11637 (gnus-article-save-coding-system): Don't use coding system object
11638 in XEmacs.
26c9afc3
MB
11639 (gnus-read-save-file-name): Add optional `dir-var' argument which
11640 specifies directory in which files are saved; work even if optional
11641 `variable' argument is not specified.
01c52d31
MB
11642 (gnus-summary-write-to-file): Read file name.
11643 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11644 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
11645
11646 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11647 (gnus-summary-local-variables): Add it.
11648 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
11649 (gnus-summary-save-article): Remove optional `decode' argument;
11650 determine whether to decode articles by the value of
11651 gnus-default-article-saver; when saving many files using
11652 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11653 it first and use gnus-summary-save-in-file or
11654 gnus-summary-save-body-in-file thereafter unless
11655 gnus-prompt-before-saving is always; move point to article which
11656 will be saved.
11657 (gnus-summary-save-article-file): Revert.
11658 (gnus-summary-write-article-file): Revert.
11659 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
11660 (gnus-summary-write-article-body-file): New function.
11661
116622006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11663
01c52d31 11664 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 11665
01c52d31 116662006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 11667
01c52d31
MB
11668 * gnus-art.el (gnus-default-article-saver): Doc fix.
11669 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11670 from gnus-summary-save-article-coding-system, and default to a
11671 certain coding system.
11672 (gnus-output-to-file): Add coding cookie and encode text according
11673 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 11674
01c52d31
MB
11675 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11676 gnus-art.el and rename to gnus-article-save-coding-system.
11677 (gnus-summary-save-article): Require gnus-art; don't show all
11678 headers if it decodes articles; don't add coding cookie here;
11679 don't bind mm-text-coding-system-for-write.
11680 (gnus-summary-save-article-file): Save decoded articles.
11681 (gnus-summary-write-article-file): When saving many files, use
11682 gnus-summary-write-to-file first and gnus-summary-save-in-file
11683 thereafter unless gnus-prompt-before-saving is always.
11684 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 11685
01c52d31 116862006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 11687
01c52d31 11688 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 11689
880820fe 116902006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
11691
11692 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11693 its hash index. Store this hash in `nnrss-group-data'.
11694 (nnrss-read-group-data): Update accordingly.
11695
116962006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11697
11698 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11699 entry.
11700
296a8e19
SM
11701 * gnus-sum.el (gnus-summary-make-menu-bar):
11702 Add gnus-article-browse-html-article.
01c52d31
MB
11703
117042006-05-23 Hynek Schlawack <hynek@ularx.de>
11705
296a8e19
SM
11706 * gnus-sum.el (gnus-summary-mime-map):
11707 Add gnus-article-browse-html-article.
11708
01c52d31
MB
117092006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11710
11711 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11712 suitable coding systems in customize.
11713
117142006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11715
11716 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 11717
d7ba2a01
RS
117182006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11719
f18df03d
MB
11720 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11721 (gnus-summary-expire-articles-now): Shorten prompt.
11722
d7ba2a01 11723 * gmm-utils.el (wid-edit): Require.
296a8e19 11724 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
11725 (gmm-image-search-load-path): Use it.
11726 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11727
01c52d31
MB
117282006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11729
296a8e19
SM
11730 * gnus-sum.el (gnus-summary-save-article-coding-system):
11731 New variable.
11732 (gnus-summary-save-article): Add optional `decode' argument.
11733 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
11734 save decoded article.
11735 (gnus-summary-write-article-file): Save decoded article if
11736 gnus-summary-save-article-coding-system is non-nil.
11737
11738 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11739 type.
11740
117412006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11742
11743 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11744
117452006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11746
11747 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11748 first to test gnus-single-article-buffer which may be buffer-local.
11749
296a8e19
SM
11750 * gnus-sum.el (gnus-summary-setup-buffer):
11751 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
11752 group; make gnus-article-buffer, gnus-article-current, and
11753 gnus-original-article-buffer always buffer-local.
11754 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11755 group.
11756 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11757
117582006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11759
11760 * nnml.el (nnml-request-compact-group): Compressed files might not
11761 have .gz extension.
11762
54e573e6
MB
117632006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11766 (mm-copy-to-buffer): Use with-current-buffer.
11767 (mm-display-part): Simplify.
11768 (mm-inlinable-p): Add optional arg `type'.
11769
01c52d31
MB
117702006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11771
49c7d1ac 11772 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
11773 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11774 Try harder to show the attachment internally or externally using
11775 gnus-mime-view-part-as-type.
11776
01c52d31 117772006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 11778
01c52d31
MB
11779 * message.el (message-from-style, message-signature-separator)
11780 (message-user-organization-file, message-send-mail-function)
11781 (message-citation-line-function, message-yank-prefix)
11782 (message-indent-citation-function, message-signature)
11783 (message-signature-file, message-signature-insert-empty-line):
11784 Remove autoloads.
11785
296a8e19
SM
11786 * gnus-art.el (gnus-buttonized-mime-types):
11787 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
11788
117892006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11790
11791 * gnus.el (gnus-version-number): Bump version.
11792
117932006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11794
11795 * gnus.el: No Gnus v0.5 is released.
11796
117972006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11798
11799 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11800 fetching articles by message-id.
11801
118022006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11803
11804 * message.el (hashcash): Require hashcash as normal.
11805
296a8e19
SM
11806 * ecomplete.el (ecomplete-highlight-match-line):
11807 Use point-at-eol.
01c52d31
MB
11808 (ecomplete-highlight-match-line): Use `highlight', because that
11809 face exists in both Emacs and XEmacs.
11810
11811 * message.el (message-display-abbrev): Use point-at-bol.
11812
11813 * mail-source.el: Don't require timer/timer-funcs.
11814
11815 * gnus-async.el: Ditto.
11816
11817 * password.el: Ditto.
11818
11819 * mm-url.el: Ditto.
11820
11821 * mm-util.el: Require timer/timer-funcs.
11822
118232006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11824
11825 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11826 Close.
54e573e6 11827
9606f1cb
MB
118282006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11829
11830 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11831 unibyte after clear-decrypt function runs.
11832
11833 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11834 returns as a unibyte string.
11835
305452a5
MB
118362006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11837
305452a5
MB
11838 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11839 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11840 (mml1991-pgg-encrypt): Ditto.
11841
0565caeb
MB
118422006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
11843
01c52d31
MB
11844 * message.el (message-user-organization-file): Check several
11845 locations of the organization file.
0565caeb 11846
01c52d31
MB
11847 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11848 Add gnus-article-view-part-as-type.
0565caeb 11849
01c52d31 11850 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
11851
11852 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11853 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 11854
01c52d31
MB
11855 * mml.el: Simplify autoload.
11856 (mml-mode): defvar dnd-protocol-alist instead of using
11857 symbol-value.
11858 (mml-default-directory): New variable.
11859 (mml-minibuffer-read-file): Use it.
11860 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11861
11862 * message.el (message-citation-line-format): New variable.
11863 (message-insert-formated-citation-line): New function.
296a8e19
SM
11864 (message-citation-line-function):
11865 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
11866
11867 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11868 to doc string.
11869
11870 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11871 depending on mm-verify-option.
0565caeb 11872
305452a5
MB
118732006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11876 binding pgg-* variables; reimplement the section which prevents
11877 MIME header from being signed.
11878 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11879 pgg-text-mode; remove a blank line at the top of body.
11880
11881 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11882 lines at the top of body; use gnus-newsgroup-charset if there's no
11883 Charset header.
11884
0565caeb
MB
118852006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11886
01c52d31
MB
11887 * message.el (message-self-insert-commands): Doc fix.
11888
0565caeb
MB
11889 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11890 (mm-uu-pgp-encrypted-test): Ditto.
11891 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11892 between header and body; return application/pgp-encrypted handle
11893 if decryption failed; decode decrypted body by charset.
11894
11895 * mm-decode.el (mm-automatic-display): Don't make application/pgp
11896 element match to application/pgp-*.
11897
01c52d31
MB
118982006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11899
11900 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11901 HTML.
11902
119032006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11904
11905 * mail-source.el (mail-source-call-script): Message the error
11906 string.
11907
119082006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11909
11910 * gnus-util.el (gnus-byte-compile): Use it.
11911
002876ab 119122006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
11913
11914 * gnus-util.el (kill-empty-logs): New function.
11915
119162006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11917
11918 * message.el (message-mail-alias-type): Doc fix.
11919 (message-mail-alias-type-p): New function.
11920 (message-send): Use it.
11921 (message-mode): Ditto.
11922 (message-strip-forbidden-properties): Ditto.
11923
296a8e19
SM
11924 * ecomplete.el (ecomplete-database-file-coding-system):
11925 New variable.
01c52d31
MB
11926 (ecomplete-save): Use it.
11927 (ecomplete-setup): Use it.
11928
119292006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11930
11931 * message.el (message-self-insert-commands): New variable.
11932 (message-strip-forbidden-properties): Use it.
11933
119342006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11935
11936 * message.el (message-put-addresses-in-ecomplete): Use a regexp
11937 that doesn't make XEmacs choke.
11938
f67d6742
MB
119392006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
11940
49c7d1ac
SM
11941 * gnus-util.el (gnus-replace-in-string):
11942 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
11943
119442006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11945
49c7d1ac
SM
11946 * gnus-util.el (gnus-select-frame-set-input-focus):
11947 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
11948 definition defined in Emacs 22 for old Emacsen.
11949
01c52d31 119502006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 11951
01c52d31 11952 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 11953
01c52d31 119542006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 11955
01c52d31
MB
11956 * gnus-registry.el (gnus-registry-cache-save): Remove text
11957 properties when saving via the temp buffer.
bd29ba20 11958
01c52d31 119592006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 11960
01c52d31 11961 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 11962
01c52d31 119632006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 11964
01c52d31
MB
11965 * message.el (message-generate-hashcash): Default to non-nil when
11966 hashcash is found.
18c06a99 11967
01c52d31
MB
11968 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11969 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 11970
01c52d31 11971 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 11972
01c52d31 11973 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 11974
01c52d31 119752006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 11976
01c52d31
MB
11977 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11978 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11979 Remove autoloads.
163cb72d 11980
01c52d31 119812006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 11982
01c52d31 11983 * message.el (message-generate-hashcash): Default to.
163cb72d 11984
01c52d31 119852006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 11986
01c52d31
MB
11987 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11988 concatenating segments rather than before concatenating them.
163cb72d 11989
01c52d31 119902006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 11991
01c52d31 11992 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 11993
01c52d31
MB
11994 * imap.el (imap-quote-specials): New function.
11995 (imap-login-auth): Quote specials.
14e6dc54 11996
01c52d31 119972006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 11998
01c52d31 11999 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 12000
296a8e19
SM
12001 * message.el (message-forward-make-body-plain):
12002 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
12003 (message-remove-ignored-headers): Factor out into function.
12004 (message-forward-make-body-mml): Use it.
12005 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12006 (rfc2231-parse-string): Allow concatanation of parameters that
12007 aren't contiguous. The test case is
12008 (mail-header-parse-content-type "message/external-body;
12009 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12010 access-type=LOCAL-FILE;
12011 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 12012
01c52d31 120132006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 12014
01c52d31
MB
12015 * nntp.el (nntp-accept-process-output): Return the value of
12016 `nnheader-accept-process-output'.
14e6dc54 12017
01c52d31 120182006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 12019
01c52d31
MB
12020 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12021 (gnus-button-alist): Recognize more diff formats.
12022 (gnus-button-patch): Strip directory.
14e6dc54 12023
01c52d31 120242006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 12025
01c52d31
MB
12026 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12027 Emacs 22 when setting focus.
1b155fbd 12028
01c52d31 120292006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 12030
01c52d31
MB
12031 * gnus-art.el (gnus-article-treat-types): Do treatment of
12032 text/x-verbatim parts.
12033 (gnus-button-patch): New command.
b6f2cf4b 12034
01c52d31
MB
12035 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12036 addresses that contain invalid characters.
b6f2cf4b 12037
01c52d31 120382006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 12039
296a8e19
SM
12040 * message.el (message-put-addresses-in-ecomplete):
12041 Use gnus-replace-in-string.
01c52d31
MB
12042 (message-is-yours-p): Use the more correct
12043 mail-header-parse-address instead of
12044 mail-extract-address-components.
12045 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 12046
01c52d31
MB
12047 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12048 keystroke.
77218834 12049
01c52d31
MB
12050 * gnus-art.el (gnus-treatment-function-alist): Change order of
12051 newsgroups/generic header folding to avoid double-folding.
77218834 12052
01c52d31 12053 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 12054
296a8e19
SM
12055 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12056 New command.
01c52d31 12057 (gnus-summary-repeat-search-article-backward): New command.
d451514f 12058
01c52d31
MB
12059 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12060 groups in the parent topic.
12061
880820fe 120622006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
12063
12064 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12065 (spam-extra-header-to-number): Return the CRM114 number as a
12066 number instead of a string.
12067
120682006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12069
296a8e19 12070 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
12071 gnus-fun.
12072
12073 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12074
120752006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12076
12077 * message.el (message-strip-forbidden-properties): Only display on
12078 self-insert-command.
12079
12080 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12081 reindent.
12082 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12083
120842006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12085
12086 * smiley.el (smiley-style): Fix typo.
d451514f 12087
4f162824
KH
120882006-03-23 Kenichi Handa <handa@m17n.org>
12089
12090 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12091 instead of set-buffer-multibyte.
12092
e9e33c19
KH
120932006-03-23 Kenichi Handa <handa@m17n.org>
12094
12095 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12096 buffer and then decode the buffer text if necessary.
12097 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12098 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 12099
01c52d31 121002006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12101
296a8e19
SM
12102 * hashcash.el (hashcash-insert-payment-async-2):
12103 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
12104 (mail-add-payment): Use message-narrow-to-header instead of trying
12105 to do the same itself.
f5e92214 12106
01c52d31 12107 * message.el (message-hidden-headers): Add Face.
f5e92214 12108
01c52d31
MB
12109 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12110 reparenting code.
12111 (gnus-summary-reparent-children): Refactored out code.
12112 (gnus-summary-thread-map): New keystroke.
12113 (gnus-summary-reparent-children): Make into command.
f5e92214 12114
01c52d31
MB
12115 * smiley.el (smiley-style): Default to `medium' if using a large
12116 font.
f5e92214 12117
01c52d31
MB
12118 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12119 does it itself.
f5e92214 12120
01c52d31 12121 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 12122
01c52d31 121232006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12124
01c52d31
MB
12125 * nnagent.el (nnagent-request-set-mark): Silence log file
12126 writing.
12127 (nnagent-request-set-mark): Use write-region instead of
12128 append-to-file.
f5e92214 12129
01c52d31
MB
12130 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12131 strange select method.
f5e92214 12132
01c52d31
MB
12133 * ecomplete.el (ecomplete-display-matches): Get highlightling
12134 right.
12135 (ecomplete-display-matches): Use literals.
12136 (ecomplete-display-matches): Disable message logging.
f5e92214 12137
01c52d31 12138 * message.el (message-display-abbrev): Small optimization.
531bedc3 12139
01c52d31
MB
12140 * ecomplete.el (ecomplete-display-matches): Allow automatic
12141 display.
531bedc3 12142
296a8e19
SM
12143 * message.el (message-strip-forbidden-properties):
12144 Display abbrevs.
01c52d31 12145 (message-display-abbrev): Get automatic display right.
531bedc3 12146
01c52d31
MB
12147 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12148 keystrokes.
531bedc3 12149
01c52d31 121502006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 12151
01c52d31 12152 TODO: Backport to v5-10!
531bedc3 12153
01c52d31 12154 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 12155 Move here (and rename) from gnus-registry.el.
531bedc3 12156
01c52d31
MB
12157 * gnus-registry.el: Require gnus-util.
12158 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 12159
01c52d31 121602006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12161
296a8e19
SM
12162 * gnus-group.el (gnus-group-catchup-current):
12163 Change if-then-else-if-then-else into cond.
01c52d31
MB
12164 (gnus-group-catchup): Indent.
12165 (group-name-at-point): New function.
12166 (gnus-fetch-group): Provide default from thing at point.
531bedc3 12167
01c52d31 121682006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12169
01c52d31 12170 * message.el (message-display-abbrev): Fix regexp.
531bedc3 12171
296a8e19
SM
12172 * ecomplete.el (ecomplete-highlight-match-line):
12173 Reimplement choosing.
01c52d31
MB
12174 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12175 dead variables.
ea8ae765 12176
01c52d31
MB
12177 * message.el (message-newline-and-indent): Remove debugging.
12178 (message-display-abbrev): Use new implementation.
ea8ae765 12179
01c52d31 121802006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 12181
296a8e19
SM
12182 * gnus-art.el (gnus-article-mode):
12183 Set cursor-in-non-selected-windows to nil.
ea8ae765 12184
01c52d31
MB
12185 * smiley.el: Revert previous change.
12186 (smiley-data-directory): defvar it before using it in the
12187 defcustom of `smiley-style'.
ea8ae765 12188
01c52d31 121892006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 12190
01c52d31 12191 * message.el (message-newline-and-indent): New function.
ea8ae765 12192
01c52d31 12193 * ecomplete.el: Implement more bits.
85fd8002 12194
01c52d31
MB
12195 * message.el (message-put-addresses-in-ecomplete): Clean up the
12196 string.
85fd8002 12197
01c52d31 12198 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 12199
296a8e19
SM
12200 * gnus-sum.el (gnus-summary-save-parts):
12201 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 12202 names.
85fd8002 12203
01c52d31 12204 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 12205
01c52d31
MB
12206 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12207 parameter to say whether to actually parse the individual
12208 addresses.
61e66a15 12209
01c52d31
MB
12210 * message.el (message-put-addresses-in-ecomplete): New function.
12211 (ecomplete): Require.
12212 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 12213
01c52d31 122142006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 12215
01c52d31
MB
12216 * flow-fill.el (fill-flowed): Remove trailing space from blank
12217 quoted lines.
fe62aacc 12218
01c52d31 122192006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 12220
01c52d31
MB
12221 * smiley.el (smiley-style): Move definition later to avoid a
12222 compilation warning.
fe62aacc 12223
01c52d31 122242006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 12225
01c52d31
MB
12226 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12227 buffer and then decode the buffer text if necessary.
12228 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12229 first, and after mm-encode-body, change the buffer to unibyte.
12230 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 12231
01c52d31 122322006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 12233
01c52d31
MB
12234 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12235 Content-Type header instead of Content-Disposition header.
12236 (gnus-mime-inline-part): Ditto.
12237 (gnus-mime-view-part-as-charset): Ignore charset that the part
12238 specifies.
719120ef 12239
01c52d31
MB
12240 * mm-decode.el (mm-display-part): Work with external parts and
12241 usual parts similarly.
719120ef 12242
01c52d31
MB
12243 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12244 instead of gnus-display-mime.
719120ef 12245
01c52d31
MB
12246 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12247 instead of with-temp-buffer.
719120ef 12248
01c52d31
MB
12249 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12250 tag to summarized topics part in order to encode non-ASCII text.
719120ef 12251
01c52d31 122522006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12253
01c52d31
MB
12254 * smiley.el (smiley-style): New variable.
12255 (smiley-directory): New function.
12256 (smiley-data-directory): Derive from `smiley-style' using
12257 `smiley-directory'.
12258 (smiley-regexp-alist): Add new entries.
719120ef 12259
01c52d31
MB
12260 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12261 (gnus-article-browse-delete-temp): Add :version.
719120ef 12262
880820fe 122632006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 12264
01c52d31
MB
12265 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12266 the sieve region.
719120ef 12267
01c52d31 122682006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12269
01c52d31 12270 * gnus.el (gnus-version-number): Bump version.
719120ef 12271
01c52d31 122722006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12273
01c52d31 12274 * gnus.el: No Gnus v0.4 is released.
719120ef 12275
01c52d31 122762006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12277
01c52d31
MB
12278 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12279 layout.
719120ef 12280
01c52d31
MB
12281 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12282 unknown charset.
719120ef 12283
01c52d31
MB
12284 * message.el (message-header-synonyms): Add Original-To to the
12285 default.
ba0226dd 12286
01c52d31
MB
12287 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12288 optional parameter.
ba0226dd 12289
01c52d31 122902006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 12291
01c52d31 12292 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 12293
01c52d31 122942006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 12295
01c52d31 12296 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 12297
01c52d31 122982006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12299
01c52d31 12300 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 12301
01c52d31 123022006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 12303
01c52d31 12304 * password.el (password-reset): New function.
5f4264e5 12305
01c52d31 123062006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12307
296a8e19
SM
12308 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12309 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 12310
01c52d31 123112006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 12312
01c52d31
MB
12313 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12314 Some whitespace was matched into the url, which broke browsing hits
12315 > 100 when mm-url-use-external was nil.
5f4264e5 12316
01c52d31 123172006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 12318
296a8e19
SM
12319 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12320 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 12321
01c52d31
MB
12322 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12323 bound.
e13be7a2 12324
01c52d31 123252006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 12326
01c52d31
MB
12327 * pgg-gpg.el: Clean up process buffers every time gpg processes
12328 complete.
b5189759 12329
01c52d31 123302006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 12331
01c52d31
MB
12332 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12333 doc string.
16f18d05 12334
01c52d31 123352006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 12336
01c52d31
MB
12337 * pgg-gpg.el (pgg-gpg-process-filter)
12338 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 12339
01c52d31
MB
12340 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12341 lines, temporary fix.
d71c0855 12342
01c52d31 123432006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12344
01c52d31 12345 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 12346
01c52d31 123472006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 12348
01c52d31
MB
12349 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12350 default-enable-multibyte-characters. This reverts the change from
12351 revision 6.17 which is no longer necessary because the passphrase
12352 is sent separately now. GnuPG messages are unreadable under
12353 multibyte locales with default-enable-multibyte-characters set to
12354 nil.
cf5a5c38 12355
01c52d31 123562006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12357
01c52d31 12358 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 12359
01c52d31 123602006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12361
01c52d31
MB
12362 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12363 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12364 instead.
cf5a5c38 12365
01c52d31 123662006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 12367
296a8e19
SM
12368 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12369 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 12370 Newsgroups.
cf5a5c38 12371
01c52d31 123722006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 12373
01c52d31 12374 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 12375
01c52d31 123762006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 12377
01c52d31
MB
12378 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12379 when searching for already-paid recipients.
34128042 12380
01c52d31 123812006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 12382
01c52d31
MB
12383 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12384 passphrases when it is not needed.
12385 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12386 passphrase stuff from gpg, should only be necessary when you use
12387 gpg with a smartcard.
34128042 12388
01c52d31 123892006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 12390
01c52d31
MB
12391 * mml.el (mml-insert-mime): Ignore cached contents of
12392 message/external-body part.
34128042 12393
01c52d31
MB
12394 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12395 (mm-insert-part): Ditto.
34128042 12396
01c52d31 123972006-03-23 Simon Josefsson <jas@extundo.com>
34128042 12398
01c52d31
MB
12399 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12400 Reiner.
12401 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 12402
01c52d31 124032006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 12404
01c52d31
MB
12405 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12406 older emacsen.
12407 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 12408
01c52d31 124092006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 12410
01c52d31
MB
12411 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12412 if we can.
c96ec15a 12413
01c52d31 124142006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 12415
01c52d31
MB
12416 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12417 (pgg-gpg-update-agent): New function.
12418 (pgg-gpg-use-agent-p): New function.
12419 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12420 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12421 (pgg-gpg-sign-region): Use it.
c96ec15a 12422
01c52d31 124232006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 12424
01c52d31
MB
12425 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12426 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 12427
01c52d31 124282006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 12429
01c52d31
MB
12430 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12431 <wilde@sha-bang.de>.
12432 (pgg-gpg-use-agent): New variable.
12433 (pgg-gpg-process-region): Use it.
12434 (pgg-gpg-encrypt-region): Likewise.
12435 (pgg-gpg-encrypt-symmetric-region): Likewise.
12436 (pgg-gpg-decrypt-region): Likewise.
12437 (pgg-gpg-sign-region): Likewise.
12438 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 12439
01c52d31 124402006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 12441
01c52d31 12442 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 12443
01c52d31
MB
12444 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12445 Add comment on version.
6203370b 12446
01c52d31 124472006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 12448
01c52d31 12449 * smiley.el: Add missing test smiley.
6203370b 12450
01c52d31 124512006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 12452
01c52d31
MB
12453 * mm-decode.el (mm-with-part): New macro.
12454 (mm-get-part): Use it; work with message/external-body as well.
12455 (mm-save-part): Treat name and filename equally.
6203370b 12456
01c52d31
MB
12457 * mm-extern.el (mm-extern-cache-contents): New function.
12458 (mm-inline-external-body): Use it; force the part to be displayed;
12459 move undisplayer added to the cached handle to the parent.
6203370b 12460
01c52d31
MB
12461 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12462 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 12463
01c52d31 12464 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 12465
01c52d31 124662006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12467
01c52d31
MB
12468 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12469 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12470 Emacs.]
46e8fe3d 12471
01c52d31 124722006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12473
01c52d31
MB
12474 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12475 path rather than symbol. Always return list of directories.
12476 Guarantee that image directory comes first. [Sync with image.el,
12477 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 12478
01c52d31
MB
12479 * message.el (message-make-tool-bar): Adjust to new API of
12480 `gmm-image-load-path-for-library'.
46e8fe3d 12481
01c52d31 12482 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 12483
01c52d31 12484 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 12485
01c52d31 124862006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 12487
01c52d31
MB
12488 * gnus-art.el (gnus-article-only-boring-p):
12489 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12490 intangible text.
12491 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 12492
01c52d31 124932006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12494
296a8e19
SM
12495 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12496 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 12497
01c52d31 124982006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 12499
01c52d31
MB
12500 * message.el (message-unique-id): Don't use message-number-base36
12501 if (user-uid) is a float.
12502 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 12503
01c52d31 125042006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 12505
01c52d31 12506 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 12507
01c52d31
MB
12508 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12509 empty line between a part and a message part.
7347faa8 12510
01c52d31 125112006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12512
01c52d31
MB
12513 * smiley.el: Add more test smileys.
12514 (smiley-data-directory, smiley-regexp-alist)
12515 (gnus-smiley-file-types): Fix doc strings.
12516 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12517 adding new elements.
12518 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 12519
01c52d31 125202006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 12521
01c52d31
MB
12522 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12523 scan latest NoCeM messages instead of old ones.
12524 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12525 delimiters that are recently used.
12526 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 12527
01c52d31 12528 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 12529
01c52d31
MB
12530 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12531 level which is larger than gnus-use-nocem is specified.
7347faa8 12532
01c52d31 12533 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 12534
01c52d31 125352006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12536
01c52d31 12537 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 12538
01c52d31
MB
12539 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12540 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 12541
01c52d31 12542 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 12543
01c52d31
MB
12544 * gnus-group.el (gnus-group-redraw-when-idle)
12545 (gnus-group-redraw-check): Remove.
12546 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 12547
01c52d31 125482006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 12549
01c52d31
MB
12550 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12551 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 12552
01c52d31 125532006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 12554
01c52d31
MB
12555 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12556 to gmm-image-load-path-for-library. Call with no-error argument.
12557 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 12558
01c52d31 12559 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 12560
01c52d31 12561 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 12562
01c52d31 12563 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 12564
01c52d31 125652006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 12566
01c52d31 12567 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 12568
01c52d31
MB
12569 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12570 nnml-generate-nov-databases-1.
12571 (nnml-generate-nov-databases): Use it.
12572 (nnml-generate-nov-databases-directory): Document no-active
12573 argument.
c4288669 12574
01c52d31
MB
12575 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12576 directory if path is t. Add no-error.
c4288669 12577
01c52d31
MB
12578 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12579 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 12580
296a8e19
SM
12581 * gnus-art.el (gnus-article-browse-delete-temp-files):
12582 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 12583
01c52d31
MB
12584 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12585 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12586 Add example to docstring. Rename local variables. Move error
12587 checks to default case in cond and simplify.
73043f7d 12588
01c52d31 125892006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12590
01c52d31
MB
12591 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12592 handle is multipart when calling it recursively.
12593 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 12594
01c52d31 125952006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 12596
01c52d31
MB
12597 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12598 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 12599
01c52d31 126002006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12601
01c52d31
MB
12602 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12603 is loaded.
7dafe00b 12604
01c52d31
MB
12605 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12606 loaded.
7dafe00b 12607
01c52d31 126082006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12609
01c52d31
MB
12610 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12611 to "Emacs 23 (unicode)" in doc string.
7dafe00b 12612
01c52d31
MB
12613 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12614 "Emacs 23 (unicode)" in comment.
7dafe00b 12615
01c52d31 126162006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12617
01c52d31 12618 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 12619
01c52d31
MB
12620 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12621 characters 160 through 255 in Emacs 23.
7dafe00b 12622
01c52d31 126232006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12624
01c52d31
MB
12625 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12626 gnus-article-browse-html-temp.
296a8e19
SM
12627 (gnus-article-browse-delete-temp): Make it customizable.
12628 Add `file'. Adjust doc string.
12629 (gnus-article-browse-delete-temp-files): Add argument.
12630 Allow query for each file. Adjust doc string.
12631 (gnus-article-browse-html-parts):
12632 Add `gnus-article-browse-delete-temp-files' to
01c52d31 12633 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 12634
01c52d31 126352006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 12636
01c52d31
MB
12637 * gnus-art.el (gnus-article-browse-html-temp)
12638 (gnus-article-browse-delete-temp): New variables.
12639 (gnus-article-browse-delete-temp-files): New function.
12640 (gnus-article-browse-html-parts): Use it.
7dafe00b 12641
01c52d31 126422006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12643
01c52d31 12644 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 12645
01c52d31
MB
12646 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12647 string.
7dafe00b 12648
01c52d31 12649 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
12650 gnus-summary-insert-new-articles when unplugged.
12651 Remove gnus-summary-search-article-forward.
7dafe00b 12652
01c52d31
MB
12653 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12654 display-visual-class instead of display-color-cells.
7dafe00b 12655
01c52d31 126562006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12657
01c52d31
MB
12658 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12659 message/* containing non-ASCII text properly.
7dafe00b 12660
01c52d31 126612006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12662
01c52d31
MB
12663 * message.el: Require gmm-utils, remove autoloads.
12664 (message-tool-bar): Set default based on
12665 gmm-tool-bar-style.
12666 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12667
01c52d31
MB
12668 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12669 gmm-tool-bar-style.
12670 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12671
01c52d31
MB
12672 * gnus-group.el (gnus-group-tool-bar): Set default based on
12673 gmm-tool-bar-style.
12674 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12675
01c52d31
MB
12676 * gmm-utils.el (gmm-image-directory): Rename variable from
12677 gmm-image-load-path.
12678 (gmm-image-load-path): Use gmm-image-directory.
12679 (gmm-customize-mode): New function.
12680 (gmm-tool-bar-style): New variable.
7dafe00b 12681
01c52d31
MB
12682 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12683 gnus-group-redraw-line-number.
12684 (gnus-group-redraw-check): Simplify.
12685 (gnus-group-tool-bar-update): Remove redraw check.
12686 (gnus-group-make-tool-bar): Add redraw check.
447505b5 12687
01c52d31 126882006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 12689
01c52d31 12690 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 12691
01c52d31 126922006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 12693
01c52d31 12694 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 12695
01c52d31 126962006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12697
01c52d31
MB
12698 * gnus-art.el (gnus-button): New face.
12699 (gnus-article-button-face): Use it.
3031d8b0 12700
296a8e19
SM
12701 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12702 Add gnus-summary-next-page. Re-order.
3031d8b0 12703
01c52d31
MB
12704 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12705 next-node are now included.
12706 (gnus-group-redraw-line-number): New internal variable.
12707 (gnus-group-redraw-check): Helper function for updating the tool
12708 bar.
12709 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 12710
01c52d31 12711 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 12712
01c52d31
MB
12713 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12714 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
12715 Use it to match format of Spamassassin 3.0 and later.
12716 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
12717 (spam-check-bogofilter)
12718 (spam-bogofilter-register-with-bogofilter): Fix args of
12719 `gnus-error' calls.
3031d8b0 12720
01c52d31 127212006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12722
01c52d31 12723 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
12724 unnecessary interaction when sending queued mails.
12725 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 12726
01c52d31 127272006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12728
01c52d31
MB
12729 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12730 first or last are nil.
3031d8b0 12731
01c52d31 127322006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 12733
01c52d31 12734 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 12735
01c52d31 127362006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 12737
01c52d31 12738 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 12739
01c52d31 127402006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 12741
01c52d31 12742 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 12743
01c52d31 127442006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12745
01c52d31
MB
12746 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12747 nov.php.
58090a8d 12748
01c52d31 127492006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 12750
01c52d31
MB
12751 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12752 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12753 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12754 output on the server side.
12755 (nnweb-google-create-mapping): Update regexps and add some
12756 progress indication.
58090a8d 12757
01c52d31 127582006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12759
296a8e19
SM
12760 * gnus-group.el (gnus-group-tool-bar-gnome):
12761 Fix gnus-agent-toggle-plugged. Re-order icons.
12762 (gnus-group-tool-bar-gnome):
12763 Add gnus-group-{prev,next}-unread-group.
01c52d31 12764 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 12765
296a8e19
SM
12766 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12767 Move gnus-summary-insert-new-articles.
58090a8d 12768
296a8e19
SM
12769 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12770 Fix comments.
58090a8d 12771
01c52d31
MB
12772 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12773 also available in Emacs 21.3.
58090a8d 12774
01c52d31
MB
12775 * message.el (message-fix-before-sending): Change "Emacs 22" to
12776 "Emacs 23 (unicode)" in comment.
58090a8d 12777
01c52d31
MB
12778 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12779 "Emacs 23 (unicode)" in comment.
58090a8d 12780
01c52d31
MB
12781 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12782 comment.
12783 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 12784
01c52d31 12785 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 12786
01c52d31 127872006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12788
01c52d31
MB
12789 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12790 and load-path.
58090a8d 12791
01c52d31 127922006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12793
01c52d31
MB
12794 * message.el: Autoload gmm-image-load-path.
12795 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12796 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12797 consitency.
58090a8d 12798
01c52d31
MB
12799 * gmm-utils.el (gmm-image-load-path): Also search in
12800 "../etc/images". Don't set gmm-image-load-path if we don't find
12801 the image.
58090a8d 12802
01c52d31 128032006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12804
01c52d31
MB
12805 * gmm-utils.el (gmm-image-load-path): Don't make
12806 `gmm-image-load-path' include subdirectories which the second arg
12807 `image' might specify.
58090a8d 12808
01c52d31
MB
12809 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12810 subdirectory to icon file names.
58090a8d 12811
01c52d31 12812 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 12813
01c52d31 128142006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12815
01c52d31
MB
12816 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12817 gmm-image-load-path calls.
58090a8d 12818
01c52d31 12819 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 12820
01c52d31 12821 * message.el (message-make-tool-bar): Ditto.
58090a8d 12822
296a8e19 12823 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 12824
01c52d31
MB
12825 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12826 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 12827
01c52d31
MB
12828 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12829 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12830
01c52d31
MB
12831 * message.el (message-tool-bar-gnome): Use new icon names.
12832 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12833
296a8e19
SM
12834 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12835 New functions from MH-E.
01c52d31 12836 (gmm-image-load-path): New variable from MH-E.
296a8e19 12837 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
12838 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
12839 *-image-load-path-called-flag.
4c2ad11d 12840
01c52d31 128412006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 12842
01c52d31 12843 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 12844
01c52d31 128452006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 12846
01c52d31
MB
12847 * nnimap.el (nnimap-request-move-article): Change folder back to
12848 source group before deleting.
6586e9c9 12849
01c52d31 128502006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 12851
01c52d31 12852 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 12853
296a8e19
SM
12854 * gnus-art.el (mm-url-insert-file-contents-external):
12855 Autoload mm-url.
e8beac8a 12856
01c52d31 12857 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 12858
01c52d31 128592006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 12860
01c52d31
MB
12861 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12862 coding system which mm-charset-to-coding-system returns for a
12863 given charset is valid.
e8beac8a 12864
01c52d31 128652006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 12866
01c52d31
MB
12867 * html2text.el (html2text-remove-tag-list):
12868 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 12869
01c52d31 128702006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 12871
01c52d31 12872 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 12873
01c52d31 128742006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12875
296a8e19
SM
12876 * gnus-art.el (article-strip-banner):
12877 Call article-really-strip-banner only when the regexp match is made.
3b059693 12878
01c52d31 128792006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12880
296a8e19
SM
12881 * gnus-art.el (article-strip-banner):
12882 Use gnus-extract-address-components instead of
01c52d31
MB
12883 mail-header-parse-addresses to make it work with non-ASCII text;
12884 remove mail-encode-encoded-word-string.
3b059693 12885
01c52d31
MB
12886 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12887 values which are surrounded with \"...\"; make it never cause a
12888 Lisp error; give up parsing of parameters if it failed in
12889 extracting type.
3b059693 12890
880820fe 128912006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 12892
01c52d31
MB
12893 * smime.el (smime-cert-by-ldap-1): Fix bug where
12894 `smime-ldap-search' returns results without userCertificates.
ab513ed4 12895
01c52d31 128962006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 12897
01c52d31 12898 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 12899
01c52d31 129002006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 12901
01c52d31
MB
12902 * spam.el (spam-check-spamassassin-headers): Adapt format for
12903 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
12904 <ari@mbf.ocn.ne.jp>.
12905 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 12906
01c52d31 129072006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 12908
01c52d31
MB
12909 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12910 make-temp-file; make it work with XEmacs as well.
9516b9f4 12911
01c52d31
MB
12912 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12913 mm-make-temp-file.
9516b9f4 12914
01c52d31
MB
12915 * mm-decode.el (mm-display-external): Use the 3rd arg of
12916 mm-make-temp-file.
12917 (mm-create-image-xemacs): Ditto.
9516b9f4 12918
01c52d31 129192006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 12920
01c52d31
MB
12921 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12922 with message-narrow-to-headers.
12923 (gnus-draft-setup): Narrow to header to run message-fetch-field.
12924 (gnus-draft-check-draft-articles): New function.
12925 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 12926
01c52d31 129272006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 12928
01c52d31
MB
12929 * gnus-art.el (gnus-article-browse-html-parts):
12930 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12931 Don't use suffix argument for mm-make-temp-file for Emacs 21
12932 compatibility. Remove useless `format'.
292f71fe 12933
01c52d31 129342006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 12935
01c52d31
MB
12936 * nnweb.el (nnweb-google-wash-article): Update regexps.
12937 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 12938
01c52d31 129392006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 12940
01c52d31
MB
12941 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12942 re-loading nn* modules.
292f71fe 12943
01c52d31 129442006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 12945
01c52d31
MB
12946 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12947 for `tool-bar-mode' and don't check it's default-value.
292f71fe 12948
01c52d31 12949 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 12950
01c52d31 12951 * message.el (message-make-tool-bar): Ditto.
292f71fe 12952
01c52d31
MB
12953 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12954 `substring'. Shorten tmp-file name.
292f71fe 12955
01c52d31 12956 * gnus.el: Remove bogus comment.
292f71fe 12957
01c52d31 129582006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 12959
01c52d31
MB
12960 * gnus-art.el (gnus-article-browse-html-parts): New function.
12961 (gnus-article-browse-html-article): New function for viewing html
12962 articles with a browser.
bd2cef66 12963
01c52d31 129642006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 12965
01c52d31
MB
12966 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12967 (mml2015-pgg-encrypt): Ditto.
ffda926c 12968
01c52d31
MB
12969 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12970 (mml1991-pgg-encrypt): Ditto.
f5fab556 12971
01c52d31 129722006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 12973
296a8e19
SM
12974 * nnfolder.el (nnfolder-insert-newsgroup-line):
12975 Use message-make-date instead of current-time-string.
4b9f0de2 12976
01c52d31
MB
12977 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12978 to gnus-decoded which mm-uu might set.
4b9f0de2 12979
01c52d31 129802006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 12981
01c52d31
MB
12982 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12983 don't decode quoted parameters; remove misimported Emacs code.
12984 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12985 (rfc2231-decode-encoded-string): Don't use split-string which
12986 behaves differently according to Emacs version; use
12987 mm-decode-coding-region to convert charset to coding-system.
12988 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12989 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 12990
01c52d31 129912006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 12992
01c52d31
MB
12993 * gnus-art.el (article-decode-charset): Don't use ignore-errors
12994 when calling mail-header-parse-content-type.
12995 (article-de-quoted-unreadable): Ditto.
12996 (article-de-base64-unreadable): Ditto.
12997 (article-wash-html): Ditto.
20051b27 12998
01c52d31
MB
12999 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13000 calling mail-header-parse-content-type and
13001 mail-header-parse-content-disposition.
13002 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13003 mail-header-parse-content-type.
82259e50 13004
01c52d31
MB
13005 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13006 insert charset and format parameters; encode description after
13007 inserting it to buffer.
13008 (mml-insert-parameter): Fold lines properly even if a parameter is
13009 segmented into two or more lines; change the max column to 76.
82259e50 13010
01c52d31
MB
13011 * rfc1843.el (rfc1843-decode-article-body): Don't use
13012 ignore-errors when calling mail-header-parse-content-type.
46f93472 13013
01c52d31
MB
13014 * rfc2231.el (rfc2231-parse-string): Return at least type if
13015 possible; don't cause an error even if it fails in parsing of
13016 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13017 (rfc2231-encode-string): Don't break lines at the beginning, leave
13018 it to mml-insert-parameter.
46f93472 13019
01c52d31
MB
13020 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13021 calling mail-header-parse-content-type.
d3a597b7 13022
01c52d31 130232006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 13024
01c52d31
MB
13025 * spam-report.el (spam-report-gmane-use-article-number):
13026 Improve doc string.
13027 (spam-report-gmane-internal): Check if a suitable header was found
13028 in the article.
8753ddee 13029
01c52d31 130302006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 13031
01c52d31
MB
13032 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13033 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 13034
01c52d31 130352006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 13036
01c52d31 13037 Update copyright notices of all files in the gnus directory.
8753ddee 13038
01c52d31 130392006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 13040
01c52d31 13041 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 13042
01c52d31 130432006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 13044
01c52d31
MB
13045 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13046 segmented lines of parameter value to cope with Thunderbird 1.5
13047 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13048 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13049 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 13050
01c52d31 130512006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 13052
01c52d31
MB
13053 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13054 parts.
a33704bb 13055
01c52d31 130562006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 13057
01c52d31
MB
13058 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13059 there's only one active file for all servers.
13060 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13061 solid groups. Gnus might have used a FAST request to select the group.
13062 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13063 and nnweb-search redundantly in the active file.
13064 (nnweb-request-list): Don't list bogus groups. There can only be one.
13065 (nnweb-request-create-group): Don't use ARGS.
13066 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13067 initialisations. Let nnoo do the work.
a33704bb 13068
01c52d31 130692006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 13070
01c52d31
MB
13071 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13072 Say the part has been decoded.
a33704bb 13073
01c52d31 13074 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 13075
01c52d31 130762006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 13077
01c52d31
MB
13078 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13079 mailcap-viewer-test-cache when there's no 'test clause, since that
13080 will invert the meaning of a "nil" test previously determined by
13081 mailcap-mailcap-entry-passes-test.
53cfefc8 13082
01c52d31 130832006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 13084
01c52d31
MB
13085 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13086 compiling.
53cfefc8 13087
01c52d31 13088 * gnus-sum.el: Ditto.
53cfefc8 13089
01c52d31 13090 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 13091
01c52d31 130922006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13093
01c52d31 13094 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 13095
01c52d31 130962006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 13097
01c52d31
MB
13098 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13099 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13100 current Google Groups.
53cfefc8 13101
01c52d31 131022006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13103
01c52d31
MB
13104 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13105 and tool-bar-mode.
66841476 13106
01c52d31
MB
13107 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13108 and tool-bar-mode.
66841476 13109
01c52d31
MB
13110 * message.el (message-tool-bar-update): Simplify.
13111 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 13112
01c52d31
MB
13113 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13114 gnus-summary-buffer.
13115 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13116 gnus-summary-reply.
81df110a 13117
01c52d31 13118 * gmm-utils.el (gmm): Add :version.
5fae1cae 13119
01c52d31 131202006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 13121
296a8e19
SM
13122 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13123 Don't autoload.
5fae1cae 13124
01c52d31 131252006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 13126
01c52d31 13127 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 13128
01c52d31 131292006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 13130
01c52d31 13131 * message.el: Change some comments WRT tool-bars.
81df110a 13132
01c52d31
MB
13133 * gnus-sum.el (gnus-summary-tool-bar)
13134 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13135 (gnus-summary-tool-bar-zap-list): New variables.
13136 (gnus-summary-make-tool-bar): Complete rewrite using
13137 `gmm-tool-bar-from-list'.
430d3ed7 13138
01c52d31 13139 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
13140 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13141 New variables.
01c52d31
MB
13142 (gnus-group-make-tool-bar): Complete rewrite using
13143 `gmm-tool-bar-from-list'.
13144 (gnus-group-tool-bar-update): New function.
430d3ed7 13145
01c52d31 13146 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 13147
01c52d31 131482006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 13149
01c52d31
MB
13150 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13151 is dissected into a single part of which the type is the same as
13152 the given one; decode charset.
6ff5b064 13153
01c52d31 131542006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 13155
01c52d31
MB
13156 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13157 into alists as symbol not string, since that's what
13158 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13159 look for.
a8f6d239 13160
01c52d31 131612006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 13162
01c52d31
MB
13163 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13164 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 13165
01c52d31 13166 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 13167
01c52d31 131682006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13169
01c52d31
MB
13170 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13171 (gnus-mime-security-button-menu): New definition.
13172 (gnus-mime-security-button-map): Use them.
13173 (gnus-mime-security-button-menu): New function.
13174 (gnus-insert-mime-security-button): Addition to help echo.
13175 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13176 (gnus-mime-security-pipe-part): New functions.
d752cf53 13177
01c52d31
MB
13178 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13179 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 13180
01c52d31
MB
13181 * mm-decode.el (mm-handle-set-disposition): Remove.
13182 (mm-handle-set-description): Remove.
d752cf53 13183
01c52d31 131842006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13185
01c52d31
MB
13186 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13187 (mm-w3m-standalone-supports-m17n-p): New function.
13188 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13189 w3m usage.
d752cf53 13190
296a8e19
SM
13191 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13192 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 13193
01c52d31 131942006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 13195
296a8e19
SM
13196 * message.el (message-tool-bar-zap-list):
13197 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
13198 (message-tool-bar-update): New function.
13199 (message-tool-bar, message-tool-bar-gnome)
13200 (message-tool-bar-retro): Add message-tool-bar-update.
13201 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 13202
01c52d31 13203 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 13204
01c52d31
MB
13205 * gmm-utils.el (gmm-error): Describe `args'.
13206 (gmm-tool-bar-zap-list): New widget.
13207 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 13208
01c52d31 132092006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13210
01c52d31
MB
13211 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13212 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13213 the number of recursive calls.
4a2358e9 13214
01c52d31
MB
13215 * mm-decode.el (mm-handle-set-disposition): New macro.
13216 (mm-handle-set-description): New macro.
4a2358e9 13217
01c52d31 132182006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13219
01c52d31
MB
13220 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13221 encoding.
4a2358e9 13222
01c52d31 132232006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13224
01c52d31
MB
13225 * message.el (message-tool-bar-zap-list, message-tool-bar)
13226 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13227 (message-tool-bar-local-item-from-menu): Remove.
13228 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13229 (message-make-tool-bar): New function.
13230 (message-mode): Use `message-make-tool-bar'.
4a2358e9 13231
01c52d31
MB
13232 * gmm-utils.el: New file.
13233 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13234 (gmm-lazy): New widget copied from `nnmail.el'.
13235 (gmm-tool-bar-from-list): New function for creating customizable
13236 tool bars.
13237 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13238 output.
13239 (gmm): Add :prefix to defgroup.
4a2358e9 13240
01c52d31 132412006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 13242
01c52d31 13243 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 13244
01c52d31 132452006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13246
01c52d31
MB
13247 * mml.el (mml-attach-file): Describe `description' in doc string.
13248 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 13249
01c52d31 132502006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 13251
01c52d31 13252 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 13253
01c52d31 132542006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 13255
01c52d31 13256 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 13257
01c52d31 132582006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 13259
01c52d31
MB
13260 * imap.el (imap-open): Handle case where buffer is a buffer
13261 object.
41e11121 13262
01c52d31 132632005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 13264
01c52d31
MB
13265 * gnus-delay.el (gnus-delay): Don't autoload.
13266 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13267 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 13268
01c52d31 132692005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 13270
01c52d31 13271 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 13272
01c52d31 132732006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 13274
01c52d31 13275 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 13276
01c52d31 13277 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 13278
01c52d31 132792006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 13280
01c52d31 13281 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 13282
01c52d31 132832006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 13284
01c52d31
MB
13285 * mm-decode.el (mm-inlined-types): Add application/pgp.
13286 (mm-automatic-display): Ditto.
11e22c4a 13287
01c52d31
MB
13288 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13289 part as text.
11e22c4a 13290
01c52d31 132912006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 13292
01c52d31
MB
13293 * nnrss.el: Update copyright.
13294 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 13295
01c52d31
MB
13296 * gnus-art.el:
13297 * gnus-sum.el:
13298 * mm-uu.el:
13299 * mm-view.el: Update copyright.
97f78c9b 13300
01c52d31 133012006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 13302
01c52d31
MB
13303 * message.el (message-info): New function.
13304 (message-mode-menu): Add it.
13305 Update copyright.
97f78c9b 13306
01c52d31 13307 * ChangeLog: Fix and update copyright.
97f78c9b 13308
01c52d31 133092006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 13310
01c52d31
MB
13311 * message.el (message-forward-subject-name-subject): Prefer the
13312 address to 'nowhere' if the sender has no name.
13313 Fix typo. Update copyright year.
97f78c9b 13314
01c52d31 133152006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 13316
296a8e19
SM
13317 * gnus-art.el (article-wash-html):
13318 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 13319 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 13320
01c52d31
MB
13321 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13322 mm-inline-text-html-render-with-w3m-standalone.
13323 (mm-text-html-washer-alist): Map w3m-standalone to
13324 gnus-article-wash-html-with-w3m-standalone.
13325 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 13326
01c52d31 133272006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 13328
01c52d31
MB
13329 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13330 Improve LaTeX.
4b91459a 13331
01c52d31 133322006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 13333
01c52d31
MB
13334 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13335 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 13336
01c52d31
MB
13337 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13338 the buffer.
4b91459a 13339
01c52d31 133402006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13341
01c52d31
MB
13342 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13343 custom definition of `gnus-posting-styles'.
d44e3b45 13344
296a8e19
SM
13345 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13346 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 13347
01c52d31 133482006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13349
01c52d31
MB
13350 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13351 Use nntp for bug archive.
4b91459a 13352
01c52d31 133532006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 13354
01c52d31
MB
13355 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13356 parts.
13357 (nnrss-normalize-date): New function converts ISO 8601 date into
13358 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13359 (nnrss-check-group): Use it.
c03ac728 13360
01c52d31 133612006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13362
01c52d31 13363 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 13364
01c52d31
MB
13365 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13366 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13367 (nnrss-insert-w3): Ditto.
d8a88581 13368
01c52d31 133692005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13370
01c52d31
MB
13371 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13372 the articles to be forwarded including the case where neither a
13373 number of articles nor a region is specified.
d8a88581 13374
01c52d31 133752005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13376
01c52d31
MB
13377 * nnrss.el (nnrss-request-article): Fix last change; fill
13378 text/plain parts.
7573397b 13379
01c52d31 133802005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13381
01c52d31
MB
13382 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13383 in text/plain part.
13384 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 13385
01c52d31 133862005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 13387
01c52d31
MB
13388 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13389 article.
9ebc3953 13390
01c52d31 133912005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 13392
01c52d31
MB
13393 * nnml.el: Don't require gnus-bcklg. Autoload it.
13394 (nnml-use-compressed-files, nnml-save-mail): Support other
13395 comression programs such as bzip2.
7929f858 13396
01c52d31 133972005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 13398
01c52d31
MB
13399 * dns.el (query-dns): Make sure we check the buffer size before
13400 removing tcp headers.
7929f858 13401
01c52d31 134022005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 13403
01c52d31
MB
13404 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13405 remove MIME buttons associated with multipart/alternative parts.
13406 (gnus-mime-display-alternative): Tag buttons using `article-type'
13407 text property.
ead25b5c 13408
01c52d31
MB
13409 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13410 associated with multipart/alternative parts.
ead25b5c 13411
01c52d31 13412 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 13413
01c52d31
MB
13414 * mm-decode.el (mm-inlined-types): Fix custom type.
13415 (mm-keep-viewer-alive-types): Ditto.
13416 (mm-automatic-display): Ditto.
13417 (mm-attachment-override-types): Ditto.
13418 (mm-inline-override-types): Ditto.
13419 (mm-automatic-external-display): Ditto.
8774406b 13420
01c52d31 134212005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 13422
01c52d31
MB
13423 * spam-report.el (spam-report-user-mail-address)
13424 (spam-report-user-agent): New variables.
13425 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 13426
01c52d31 134272005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 13428
01c52d31
MB
13429 * gnus-art.el (gnus-button-handle-custom): Do not just use
13430 `customize-apropos' for any "M-x customize-*" button but the
13431 function called for. Accept both the function name and its
13432 argument in order to achieve this.
296a8e19
SM
13433 (gnus-button-alist): Remove support for "custom:" URL's.
13434 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 13435 customize-*" buttons.
59fda2fa 13436
01c52d31 134372005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 13438
01c52d31
MB
13439 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13440 multipart/alternative and add xref to mm-discouraged-alternatives
13441 in doc string.
7d0c69be 13442
01c52d31
MB
13443 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13444 gnus-buttonized-mime-types in doc string.
7d0c69be 13445
01c52d31 134462005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13447
01c52d31
MB
13448 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13449 Suggest image/.* in the doc string.
d6697c02 13450
01c52d31 134512005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13452
01c52d31
MB
13453 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13454 message-marks (Debian bug #342521).
d6697c02 13455
01c52d31 134562005-12-12 Simon Josefsson <jas@extundo.com>
84861437 13457
01c52d31
MB
13458 * password.el (password-read-from-cache): Add.
13459 (password-read): Use it.
84861437 13460
01c52d31 134612005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 13462
296a8e19
SM
13463 * rfc2047.el (rfc2047-charset-to-coding-system):
13464 Recognize us-ascii as a MIME charset.
3338c0ad 13465
296a8e19
SM
13466 * mm-bodies.el (mm-decode-content-transfer-encoding):
13467 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 13468
01c52d31 134692005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 13470
01c52d31 13471 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 13472
01c52d31 13473 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 13474
01c52d31 134752005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 13476
01c52d31 13477 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 13478
01c52d31 134792005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 13480
01c52d31
MB
13481 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13482 RFC1524) if it is in mailcap or add a suffix according to
13483 mailcap-mime-extensions when generating a temp filename; postpone
13484 deleting a temp file for 2 seconds for some wrappers, shell
13485 scripts, and so on, which might exit right after having started a
13486 viewer command as a background job.
13487
134882005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13489
13490 * nntp.el (nntp-marks-directory): Fix custom group.
13491
13492 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13493 steps when < 10.
13494
296a8e19
SM
13495 * gnus-start.el (gnus-no-server-1):
13496 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
13497
134982005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13499
13500 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13501 parens.
13502
135032005-11-26 Dave Love <fx@gnu.org>
13504
13505 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13506 (tls-program, tls-success): Provide openssl alternative.
13507
13508 * starttls.el: Doc fixes.
13509 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13510 SERVICE to PORT.
13511
002876ab 13512 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
13513 port null or service name.
13514 (starttls-negotiate): Autoload.
13515
135162005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * message.el (message-kill-to-signature): Fix interactive spec.
13519
135202005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13521
13522 * pop3.el (pop3-open-server): Recognize a string as a service name.
13523
135242005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13525
13526 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13527
135282005-11-23 Dave Love <fx@gnu.org>
13529
13530 Add pop3s, pop3/starttls.
13531
13532 * pop3.el (pop3-authentication-scheme): Clarify doc.
13533 (open-tls-stream, starttls-open-stream): Autoload.
13534 (pop3-stream-type): New.
13535 (pop3-open-server): Use it.
13536
13537 * mail-source.el (mail-sources): Fix some :types. Add stream type
13538 for POP.
13539 (mail-source-keyword-map): Add :stream for POP.
13540 (mail-source-fetch-pop): Use pop3-stream-type.
13541
135422005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13543
13544 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13545 of current-time-string.
13546
135472005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13548
13549 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13550 date header.
13551
135522005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13553
13554 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13555 it can seriously impact performance as it bypasses the agent's
13556 local caches.
13557
135582005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13559
13560 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13561 must be explicitly online rather than "not explicitly offline" for
13562 its flags to be synchronized.
13563
13564 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13565 that gnus-uu-unmark-thread will function correctly.
13566
13567 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13568 1024K is instead displayed as 1M.
13569
135702005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13571
13572 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13573
135742005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13575
13576 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13577
135782005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13579
13580 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13581 error message to display actual error condition.
13582 (gnus-agent-save-local): Avoid saving symbols that are bound to
13583 nil as they simply result in a warning message in
13584 gnus-agent-read-local.
13585
135862005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13587
13588 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13589 rather than make-variable-buffer-local for file-precious-flag.
13590
135912005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13592
13593 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13594 for duplicates which are removed. The invalid sort check then
13595 triggers a rescan after the sort as sorting may have moved
13596 duplicate entries such that they can be cheaply detected.
13597
135982005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13599
13600 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13601
136022005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13603
296a8e19
SM
13604 * gnus-agent.el (gnus-agent-article-alist-save-format):
13605 Change internal variable to a custom variable. Change default value
01c52d31
MB
13606 from compressed(2) to uncompressed(1).
13607 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13608 support for uncompressed agentview files. Taken together, reading
13609 the agentview file should now be 6-7 times faster.
13610
136112005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13612
13613 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13614 as a buffer-local variable. This avoids creating truncated
13615 dribble files as a result of a hang up, eg.
13616
136172005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13618
296a8e19
SM
13619 * gnus-start.el (gnus-start-draft-setup):
13620 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
13621
13622 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
13623 (gnus-group-get-parameter, gnus-group-parameter-value):
13624 Describe allow-list argument.
01c52d31
MB
13625
13626 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13627 string.
13628
136292005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13630
13631 * gnus-art.el (gnus-default-article-saver): Add user-defined
13632 `function' to custom type.
13633
136342005-10-30 Chong Yidong <cyd@stupidchicken.com>
13635
13636 * imap.el (imap-open): Handle case where buffer is a buffer
13637 object.
13638
136392005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13640
13641 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13642 long lines.
13643 (gnus-cache-delete-group): Wrap doc strings.
13644
13645 * gnus-agent.el (gnus-agent-rename-group)
13646 (gnus-agent-delete-group): Wrap doc strings.
13647
01c52d31
MB
136482005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13649
13650 * gnus-start.el (gnus-1): Add "native" to
13651 gnus-predefined-server-alist.
13652
13653 * gnus.el (gnus-method-to-server): Don't add "native" to the
13654 lists here, because that leads to problems when
13655 gnus-select-method is bound.
13656
136572005-11-09 Simon Josefsson <jas@extundo.com>
13658
13659 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13660 use (not sort-by-date) instead.
13661
136622005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * gnus-delay.el (gnus-delay-group): Don't autoload.
13665 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13666 to be re-loaded when customizing the `gnus-delay' group.
13667
136682005-11-19 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * message.el: Revert last changes.
13671 (message-insert-citation-line): Use newlines.
13672
136732005-11-17 Chong Yidong <cyd@stupidchicken.com>
13674
13675 * message.el (message-courtesy-message)
13676 (message-mark-insert-begin, message-mark-insert-end)
13677 (message-elide-ellipsis, message-cancel-message)
13678 (message-add-header, message-change-subject)
13679 (message-cross-post-followup-to-header)
13680 (message-cross-post-insert-note, message-reduce-to-to-cc)
13681 (message-widen-reply, message-delete-not-region)
13682 (message-kill-to-signature, message-insert-signature)
13683 (message-insert-importance-high, message-insert-importance-low)
13684 (message-insert-or-toggle-importance)
13685 (message-insert-disposition-notification-to)
13686 (message-indent-citation, message-yank-original)
13687 (message-cite-original-without-signature, message-cite-original)
13688 (message-insert-citation-line, message-position-on-field)
13689 (message-fix-before-sending, message-send-mail-partially)
13690 (message-send-mail, message-send-mail-with-sendmail)
13691 (message-send-mail-with-qmail, message-send-news)
13692 (message-check-news-header-syntax, message-generate-headers)
13693 (message-insert-courtesy-copy, message-fill-address)
13694 (message-fill-header, message-shorten-references)
13695 (message-setup-1, message-cancel-news)
13696 (message-forward-make-body-plain, message-forward-make-body-mime)
13697 (message-forward-make-body-mml, message-encode-message-body)
13698 (message-forward-make-body-digest-plain)
13699 (message-forward-make-body-digest-mime)
13700 (message-use-alternative-email-as-from): Insert `hard-newline'
13701 instead of ordinary newlines.
13702
137032005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13704
13705 * message.el (message-generate-headers): Downcase the argument
13706 given to message-check-element.
13707
137082005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13709
13710 * nntp.el (nntp-authinfo-rejected): New error condition.
13711 (nntp-wait-for): Use new error condition to signal authentication
13712 error.
13713 (nntp-retrieve-data): Rethrow new error condition to break out of
13714 recursive call to nntp-send-authinfo.
13715
137162005-11-08 Romain Francoise <romain@orebokech.com>
13717
13718 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13719 (gnus-summary-exit-map): Bind to `Z p'.
13720 (gnus-summary-make-menu-bar): Add menu item.
13721
137222005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13723
13724 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13725 (gnus-treat-*): Add `first' in all doc strings.
13726
13727 * gnus-group.el (gnus-group-compact-group): Fix typo.
13728
137292005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13730
13731 * gnus.el (gnus-parameters-case-fold-search): New variable.
13732 (gnus-parameters-get-parameter): Use it.
13733
13734 * gnus-score.el (gnus-home-score-file): Doc fix.
13735
137362005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13737
13738 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13739
137402005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13741
13742 * mm-util.el (mm-special-display-p): New function.
13743
13744 * mml.el (mml-preview): Use it; doc fix.
13745
137462005-10-29 Romain Francoise <romain@orebokech.com>
13747
13748 * message.el (message-fix-before-sending): Fix comment.
13749
137502005-10-29 Jari Aalto <jari.aalto@cante.net>
13751
13752 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13753
137542005-10-29 Jari Aalto <jari.aalto@cante.net>
13755
13756 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13757 Used in gnus-score.el.
13758
137592005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13760
13761 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13762
137632005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13764
13765 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13766 whitespace removed in revision 7.8. Use concatenated string to
13767 protect trailing whitespace.
13768
880820fe 137692005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
13770
13771 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13772 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13773 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13774 Courier IMAP ("some version from 2004"). Mostly based on similar
13775 code in the same function.
13776
137772005-10-26 Didier Verna <didier@xemacs.org>
13778
002876ab 13779 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 13780 article buffer.
002876ab 13781 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 13782 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
13783 NOV database and in article itself.
13784 Invalidate article backlog.
13785
137862005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13787
13788 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13789
137902005-10-26 Simon Josefsson <jas@extundo.com>
13791
13792 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13793 part of 2004-07-25 change.
13794
137952005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13796
13797 * message.el (message-display-completion-list): New function.
13798 (message-expand-group): Use it; make sure the Completions buffer
13799 is modifiable.
13800
138012005-10-30 Chong Yidong <cyd@stupidchicken.com>
13802
c9e31f32 13803 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
13804
138052005-10-24 Eli Zaretskii <eliz@gnu.org>
13806
13807 * pgg-def.el:
13808 * pgg-gpg.el:
13809 * pgg-parse.el:
13810 * pgg-pgp.el:
13811 * pgg-pgp5.el:
13812 * pgg.el: Move to the parent lisp directory.
13813
138142005-10-23 Chong Yidong <cyd@stupidchicken.com>
13815
13816 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13817 user-mail-name is an empty string.
13818
138192005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13820
13821 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13822 depending on gnus-score-decay-constant.
13823
13824 * encrypt.el (encrypt-insert-file-contents)
13825 (encrypt-write-file-contents): Don't use `gnus-message'.
13826
13827 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13828 arguments.
296a8e19
SM
13829 (mm-uu-type-alist): Add message-marks and insert-marks.
13830 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
13831 (mm-uu-hide-markers): New variable.
13832 (mm-uu-extract): Use face similar to `gnus-cite-3'.
13833
13834 * gnus-fun.el (gnus-convert-image-to-x-face-command)
13835 (gnus-convert-image-to-face-command): Use "convert" by default to
13836 allow other input image formats.
13837 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13838 accordingly.
13839
138402005-10-23 Simon Josefsson <jas@extundo.com>
13841
13842 * imap.el (imap-gssapi-program): Align command line parameters
13843 with latest GNU SASL.
13844 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13845
138462005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13847
13848 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13849 HTML.
13850 (nnslashdot-request-article): Ditto.
13851
138522005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13853
13854 * mail-source.el (mail-source-fetch-pop): Require pop3.
13855 (mail-source-check-pop): Ditto.
13856
138572005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13858
13859 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13860 errors.
13861
138622005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13863
13864 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13865 (gnus-treat-strip-leading-blank-lines): Improve doc string.
13866
13867 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13868
296a8e19
SM
13869 * mm-bodies.el (mm-decode-string):
13870 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
13871
138722005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13873
13874 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13875 (rfc2047-charset-to-coding-system): New function.
13876 (rfc2047-decode-encoded-words): New function.
13877 (rfc2047-decode-region): Use them.
13878 (rfc2047-decode-cte): Remove.
13879 (rfc2047-parse-and-decode): Remove.
13880 (rfc2047-decode): Remove.
13881
138822005-10-15 Kenichi Handa <handa@m17n.org>
13883
13884 * rfc2047.el (rfc2047-decode-cte): New function.
13885 (rfc2047-decode-region): Change the way to decode successive
13886 encoded-words: decode B- or Q-encoding in each encoded-word,
13887 concatenate them, and decode it as charset.
13888
138892005-10-17 Chong Yidong <cyd@stupidchicken.com>
13890
13891 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
13892 widget-move-and-invoke.
13893 (gnus-custom-mode): Use gnus-custom-map.
13894
138952005-10-15 Bill Wohler <wohler@newt.com>
13896
296a8e19 13897 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
13898 mail_send to mail/send.
13899
139002005-10-16 Masatake YAMATO <jet@gyve.org>
13901
13902 * message.el (message-expand-group): Pass the common
13903 prefix substring of completion to `display-completion-list'.
13904
139052005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
13906
13907 * mml-sec.el (mml-secure-method): New internal variable.
13908 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
13909 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13910 New functions using mml-secure-method.
01c52d31
MB
13911
13912 * mml.el (mml-mode-map): Add key bindings for those functions.
13913 (mml-menu): Simplify security menu entries. Suggested by Jesper
13914 Harder <harder@myrealbox.com>.
296a8e19
SM
13915 (mml-attach-file, mml-attach-buffer, mml-attach-external):
13916 Goto end of message if point is the headers of the message.
01c52d31
MB
13917
13918 * message.el (message-in-body-p): New function.
13919
13920 * assistant.el: Autoload gnus-util and netrc.
13921
13922 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13923 Use `mm-charset-override-alist' only when decoding.
13924
296a8e19
SM
13925 * mm-bodies.el (mm-decode-body):
13926 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
13927
13928 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13929 `filename' from Content-Disposition if Content-Type doesn't
13930 provide `name'.
13931 (gnus-mime-view-part-as-type): Set default instead of
13932 initial-input.
13933
139342005-10-09 Daniel Brockman <daniel@brockman.se>
13935
13936 * format-spec.el (format-spec): Propagate text properties of % spec.
13937
139382005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13939
13940 * gnus-art.el (gnus-treat-predicate): Add `first'.
13941
139422005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13943
13944 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13945 (mm-charset-override-alist): New variable.
13946 (mm-charset-to-coding-system): Use it.
13947 (mm-codepage-setup): New helper function.
13948 (mm-charset-eval-alist): New variable.
296a8e19
SM
13949 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13950 Warn about unknown charsets.
01c52d31
MB
13951
139522005-10-04 David Hansen <david.hansen@gmx.net>
13953
13954 * nnrss.el (nnrss-request-article): Add support for the comments tag.
13955 (nnrss-check-group): Ditto.
13956
139572005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13958
13959 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13960 Rename x-gnus-verbatim to x-verbatim.
13961 (mm-uu-type-alist): Fix regexp for verbatim-marks.
13962
13963 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13964 x-verbatim.
13965
13966 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13967
13968 * gnus-util.el (gnus-remove-duplicates): Remove.
13969
13970 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13971 instead of gnus-remove-duplicates.
13972
13973 * message.el (message-remove-duplicates): Remove.
13974 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13975 message-remove-duplicates.
13976
13977 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13978 available, else use implementation from `delete-dups'.
13979
13980 * message.el (message-insert-expires): New function.
13981 (message-mode-map): Add key binding.
13982 (message-mode-field-menu): Add menu entry.
13983 (message-mode): Document it.
13984 (message-make-expires-date): Use `message-make-date'.
13985
139862005-10-04 Josh Huber <huber@alum.wpi.edu>
13987
13988 * message.el (message-make-expires-date): New function.
13989
01c52d31
MB
139902005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
13991
13992 * time-date.el: Autoload parse-time-string, XEmacs needs it.
13993
139942005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13997 function rather than the diff-mode.el package.
13998 (mm-display-external): Use with-current-buffer.
13999 (mm-viewer-completion-map, mm-viewer-completion-map):
14000 Move initialization inside declaration.
14001
140022005-09-29 Simon Josefsson <jas@extundo.com>
14003
296a8e19
SM
14004 * spam.el: Load hashcash when compiling, to avoid warnings.
14005 Don't autoload mail-check-payment.
01c52d31
MB
14006 (spam-check-hashcash): Define unconditionally, since hashcash.el
14007 is part of Gnus now. Ignore errors from payment checking.
14008
140092005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14010
296a8e19
SM
14011 * message.el (message-bold-region, message-unbold-region):
14012 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
14013
14014 * message.el: Remove useless autoloads.
14015
140162005-09-28 Simon Josefsson <jas@extundo.com>
14017
14018 * message.el (message-use-idna): Default to t.
14019 (message-use-idna): Test whether encoding works too. Doc fix.
14020
140212005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14022
14023 * nntp.el (nntp-warn-about-losing-connection): Remove.
14024
140252005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14026
14027 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14028 customizable. Change default value.
14029 (mm-uu-diff-groups-regexp): Change default value.
14030 (mm-uu-type-alist): Add doc string.
14031 (mm-uu-configure): Add doc string. Make it interactive.
14032 (mm-uu-tex-groups-regexp): New variable.
14033 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14034 (mm-uu-type-alist): Add LaTeX documents.
14035 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14036 of "text/verbatim".
14037 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14038
14039 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14040 instead of "text/verbatim".
14041
14042 * message.el (message-mark-inserted-region)
14043 (message-mark-insert-file): Use slrn style marks when called with
14044 prefix argument.
14045
140462005-09-27 Simon Josefsson <jas@extundo.com>
14047
14048 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14049
880820fe 140502005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14051
14052 * message.el (message-remove-duplicates): New function.
14053 Implementation borrowed from `gnus-remove-duplicates'.
14054 (message-idna-to-ascii-rhs): Also encode idna addresses in
14055 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14056 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14057 only ask about the same idna domain once per header and also tell
14058 in what header to replace the idna domain.
14059
14060 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14061 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14062 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14063 a header is decoded and not just the last one.
14064
140652005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14066
14067 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14068 has been decoded.
14069
14070 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14071 (mm-insert-part): Don't modify text if it has been decoded.
14072
14073 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14074 decoded.
14075
14076 * mm-view.el (mm-inline-text): Don't strip text props unless
14077 decoding enriched or richtext parts.
14078
140792005-09-25 Romain Francoise <romain@orebokech.com>
14080
14081 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14082 * gnus-start.el (gnus-subscribe-interactively):
14083 * gnus-uu.el (gnus-uu-grab-articles):
14084 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14085 space.
14086
140872005-09-24 Emilio C. Lopes <eclig@gmx.net>
14088
14089 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14090 * mm-view.el (mm-view-pkcs7-decrypt):
14091 * gnus-sum.el (gnus-summary-limit-to-extra)
14092 (gnus-summary-respool-article, gnus-read-move-group-name):
14093 * gnus-score.el (gnus-summary-increase-score):
14094 * gnus-util.el (gnus-completing-read-with-default):
14095 * gnus-art.el (gnus-read-save-file-name)
14096 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14097 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14098 * message.el (message-check-news-header-syntax):
14099 Follow convention for reading with the minibuffer.
14100
141012005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14102
14103 * spam-report.el (spam-report-url-ping-plain):
14104 Use gnus-extended-version as User-Agent.
14105
14106 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14107 default value is nil.
14108
296a8e19 14109 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
14110 (mm-uu-verbatim-marks-extract): New function.
14111 (mm-uu-extract): New face.
14112 (mm-uu-copy-to-buffer): Use it.
14113
296a8e19 14114 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 14115 `spam-report-gmane-unspam'.
296a8e19 14116 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
14117 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14118
14119 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14120 Autoload.
296a8e19
SM
14121 (spam-report-gmane-unregister-routine):
14122 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
14123
141242005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14125
14126 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14127 (spam-report-gmane-unregister-routine): Add support for gmane
14128 unregistration.
14129
14130 * spam-report.el (spam-report-gmane-unspam)
14131 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14132 (spam-report-gmane): Change to take a single article and do unspam
14133 registration.
14134
141352005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14136
14137 * mm-url.el (mm-url-decode-entities): Fix regexp.
14138
141392005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14140
14141 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14142 default to nil, to be able to use Gnus at all. If the default
14143 switches to something else, then the function should be fixed not
14144 be exceedingly slow.
14145
141462005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14147
14148 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14149 fail hard.
14150
14151 * spam-report.el: Add better Keywords line.
14152
14153 * spam.el: Add Maintainer and better Keywords line.
14154
141552005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14156
14157 * gnus-art.el (gnus-article-replace-part)
14158 (gnus-mime-replace-part): New functions.
14159 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
14160 (gnus-mime-save-part-and-strip): Add file argument.
14161 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 14162
296a8e19
SM
14163 * gnus-sum.el (gnus-summary-mime-map):
14164 Add `gnus-article-replace-part'.
01c52d31
MB
14165
141662005-09-19 Didier Verna <didier@xemacs.org>
14167
14168 The nnml compaction feature:
14169 * nnml.el (nnml-request-compact-group): New function.
14170 * nnml.el (nnml-request-compact): New function.
14171 * gnus-int.el (gnus-request-compact-group): New function.
14172 * gnus-int.el (gnus-request-compact): New function.
14173 * gnus-group.el (gnus-group-compact-group): New function.
14174 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14175 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14176 * gnus-srvr.el (gnus-server-compact-server): New function.
14177 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14178 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14179
141802005-09-18 Deepak Goel <deego@gnufans.org>
14181
14182 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14183 format spec.
14184
141852005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14186
14187 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14188
141892005-09-15 Romain Francoise <romain@orebokech.com>
14190
14191 * message.el (message-fill-paragraph): Clarify docstring.
14192
141932005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14194
14195 * gnus-art.el (gnus-mime-display-part): Protect against broken
14196 MIME messages.
14197
141982005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14199
14200 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14201 before parsing header.
14202
142032005-09-11 Jari Aalto <jari.aalto@cante.net>
14204
002876ab 14205 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
14206
142072005-09-11 Romain Francoise <romain@orebokech.com>
14208
14209 * message.el (message-alternative-emails): Improve docstring.
14210 (message-setup-1): Call `message-use-alternative-email-as-from'
14211 after `message-setup-hook' to give it precedence over posting
14212 styles, etc.
296a8e19
SM
14213 (message-use-alternative-email-as-from): Add docstring.
14214 Remove the original From header if present.
01c52d31
MB
14215
14216 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14217 (nnml-save-mail): Use it.
14218
14219 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14220 articles. Add new argument `silent'.
14221 (gnus-uu-mark-all): Report the total number of marked articles.
14222
142232005-09-10 Romain Francoise <romain@orebokech.com>
14224
14225 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14226 (gnus-uu-mark-series): Likewise.
14227
142282005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14229
14230 * spam-report.el (spam-report-gmane): Fix generation of spam
14231 report URL.
14232
142332005-09-10 Simon Josefsson <jas@extundo.com>
14234
14235 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14236 t, based on discussion on the ding list with Robert Epprecht
14237 <epprecht@solnet.ch>.
14238
142392005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14240
14241 * spam-report.el (spam-report-gmane): Make it work without
14242 X-Report-Spam header. Gmane now only provides Archived-At.
14243 This is only used if `spam-report-gmane-use-article-number' is nil.
14244 (spam-report-gmane-spam-header): Remove. Not used anymore.
14245
14246 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14247 make `gnus-summary-sort-by-recipient' work with threading.
14248
14249 * nnweb.el (nnweb-google-wash-article): Print a message if article
14250 is not available.
14251
142522005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14253
14254 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14255 change. Decode text/* parts content before displaying.
14256
142572005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14258
14259 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14260
142612005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14262
14263 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14264
142652005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14266
c9e31f32 14267 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
14268
14269 * gnus.el (gnus-group-change-level-function): Ditto.
14270
14271 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14272
14273 * gnus-art.el (gnus-signature-limit)
14274 (gnus-article-mime-part-function): Ditto.
14275
142762005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14277
14278 * mml.el (mml-mode): Silence the byte compiler.
14279
14280 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14281 using `(sit-for 0)' before moving the point to the specified part;
14282 skip unbuttonized parts.
14283 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14284 return to the summary window if gnus-auto-select-part is non-nil.
14285
142862005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14287
296a8e19
SM
14288 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14289 New variables.
01c52d31
MB
14290 (mml-dnd-attach-file, mml-mode): Use them.
14291
14292 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
14293 Make fetching article by MID work again for Google Groups.
14294 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
14295
14296 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14297 Don't depend on Gnus by using mail-extract-address-components if
14298 gnus-extract-address-components is not bound.
14299
143002005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14301
14302 * gnus-art.el (gnus-mime-display-security): Don't display the
14303 signature, but only the signed part.
14304
143052005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14306
14307 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14308
14309 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14310 list, not listp.
14311
143122005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14313
296a8e19
SM
14314 * mm-encode.el (mm-encode-content-transfer-encoding):
14315 Likewise when encoding.
01c52d31
MB
14316
14317 * mm-bodies.el (mm-decode-content-transfer-encoding):
14318 De-canonicalize CRLF for all text content types, not just
14319 text/plain.
14320
143212005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14322
14323 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14324 valid article; point arrow and cursor at the MIME button.
14325
143262005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14327
14328 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14329 Suggested by Dan Christensen <jdc@uwo.ca>.
14330
14331 * mm-decode.el (mm-save-part): Enable change of prompt.
14332
143332005-08-29 Jari Aalto <jari.aalto@cante.net>
14334
296a8e19
SM
14335 * gnus-msg.el (gnus-inews-add-send-actions):
14336 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
14337
143382005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14339
296a8e19
SM
14340 * gnus-sum.el (gnus-summary-mime-map):
14341 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
14342 gnus-article-jump-to-part.
14343
296a8e19 14344 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 14345 (gnus-article-edit-part): Use it.
296a8e19
SM
14346 (gnus-article-part-wrapper): Add no-handle argument.
14347 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14348 New functions.
01c52d31
MB
14349
143502005-08-29 Romain Francoise <romain@orebokech.com>
14351
14352 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14353 docstring.
14354 (gnus-face-from-file): Likewise.
14355
143562005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14357
14358 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14359 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14360 non-nil.
14361 (gnus-auto-select-part): New variable.
14362 (gnus-article-jump-to-part): New function.
14363 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14364 (gnus-mime-delete-part): Allow selecting specified part after
14365 deleting or stripping parts.
14366 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14367 part if argument is bogus.
14368
143692005-08-31 Juanma Barranquero <lekktu@gmail.com>
14370
14371 * gnus-art.el (w3m-minor-mode-map):
14372 * gnus-spec.el (gnus-newsrc-file-version):
14373 * gnus-util.el (nnmail-active-file-coding-system)
14374 (gnus-original-article-buffer, gnus-user-agent):
14375 * gnus.el (gnus-ham-process-destinations)
14376 (gnus-parameter-ham-marks-alist)
14377 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14378 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14379 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14380 * mm-decode.el (gnus-current-window-configuration):
14381 * mm-extern.el (gnus-article-mime-handles):
14382 * mm-url.el (url-current-object, url-package-name)
14383 (url-package-version):
14384 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14385 (smime-keys, w3m-cid-retrieve-function-alist)
14386 (w3m-current-buffer, w3m-display-inline-images)
14387 (w3m-minor-mode-map):
14388 * mml-smime.el (gnus-extract-address-components):
14389 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14390 (gnus-newsrc-hashtb, message-default-charset)
14391 (message-deletable-headers, message-options)
14392 (message-posting-charset, message-required-mail-headers)
14393 (message-required-news-headers):
14394 * mml1991.el (mc-pgp-always-sign):
14395 * mml2015.el (mc-pgp-always-sign):
14396 * nnheader.el (nnmail-extra-headers):
14397 * rfc1843.el (gnus-decode-encoded-word-function)
14398 (gnus-decode-header-function, gnus-newsgroup-name):
14399 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14400
144012005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14402
14403 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14404 the end of the date treatments.
14405
144062005-08-15 Simon Josefsson <jas@extundo.com>
14407
14408 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14409 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14410 Capello and Romain Francoise.
296a8e19 14411 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
14412 (pgg-insert-url-with-w3): Require url, to get
14413 url-insert-file-contents regardless of where it is defined.
14414
144152005-08-13 Romain Francoise <romain@orebokech.com>
14416
14417 * message.el (message-cite-original-1): New function.
14418 (message-cite-original): Use it.
14419 (message-cite-original-without-signature): Ditto.
14420
144212005-08-08 Romain Francoise <romain@orebokech.com>
14422
14423 * message.el (message-yank-empty-prefix): New variable.
14424 (message-indent-citation): Use it.
14425 (message-cite-original-without-signature): Respect X-No-Archive.
14426
144272005-08-08 Simon Josefsson <jas@extundo.com>
14428
14429 * pgg.el: Autoload url-insert-file-contents instead of loading
14430 w3/url.
14431 (pgg-insert-url-with-w3): Don't load url here.
14432
144332005-08-07 Jesper Harder <harder@phys.au.dk>
14434
14435 * message.el (message-kill-to-signature): Don't insert newline at
14436 bol.
14437 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14438
144392005-08-06 Romain Francoise <romain@orebokech.com>
14440
14441 * message.el (message-user-fqdn): Fix typo in docstring.
14442
144432005-08-05 Daiki Ueno <ueno@unixuser.org>
14444
14445 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14446
14447 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14448
144492005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * mm-bodies.el (mm-encode-body): Use coding system rather than
14452 charset to encode text.
14453
14454 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14455 number of charsets if utf-8 is available (XEmacs).
14456
144572005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14458
14459 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14460 taken from `gnus-button-mid-or-mail-regexp'.
14461 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14462 (gnus-button-alist): Improve regexp for domain part of the MIDs
14463 for news:localpart@domain buttons.
14464 (gnus-button-ctan-directory-regexp): Update.
14465
144662005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14467
296a8e19
SM
14468 * sieve-manage.el (sieve-manage-interactive-login):
14469 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
14470 (sieve-manage-open): Ditto.
14471 (sieve-manage-authenticate): Ditto.
14472
14473 * mml.el (mml-generate-mime-1): Make the content type default to
14474 text/plain if the filename is not specified.
14475
144762005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14477
14478 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14479 instead of insert-buffer.
14480
14481 * message.el (message-yank-original): Ditto; set the mark at the
14482 end of the yanked message.
14483
144842005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14485
14486 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14487 lines to scroll rather than to stop it.
14488
14489 * mml.el (mml-generate-default-type): Add doc string.
14490 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14491 default to application/octet-stream when determining the content
14492 type if it is not specified for the part or the mml contents; add
14493 a comment about mml-generate-default-type.
14494
144952005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14496
14497 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14498 make it default to application/octet-stream when determining the
14499 content type if it is not specified for the external contents.
14500
145012005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14502
14503 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14504 segmented parameter but also other parameters might be there.
14505
145062005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14507
14508 * mm-decode.el (mm-display-external): Delete temp file, directory
14509 and buffer immediately if the external process is exited.
14510
145112005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14512
14513 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14514 fewer lines than that of scroll-margin.
14515 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14516
145172005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14518
14519 * gnus-art.el (gnus-article-next-page): Revert.
14520 (gnus-article-beginning-of-window): New macro.
14521 (gnus-article-next-page-1): Use it.
14522 (gnus-article-prev-page): Ditto.
14523 (gnus-article-edit-part): Use insert-buffer-substring instead of
14524 insert-buffer.
14525 (gnus-article-edit-exit): Ditto.
14526
14527 * gnus-util.el (gnus-beginning-of-window): Remove.
14528 (gnus-end-of-window): Remove.
14529
145302005-07-25 Simon Josefsson <jas@extundo.com>
14531
14532 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14533 to have the url package without w3. Reported by Daiki Ueno
14534 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14535
145362005-07-20 Didier Verna <didier@xemacs.org>
14537
14538 * gnus-diary.el: Remove the description comment (nndiary is now
14539 properly documented in the Gnus manual).
14540 Fix the spelling of "Back End".
14541 * nndiary.el: Ditto.
14542 Fix the copyright notice.
14543
145442005-07-18 Romain Francoise <romain@orebokech.com>
14545
149cd465
JB
14546 * gnus-sum.el (gnus-summary-to-prefix)
14547 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
14548 (gnus-summary-from-or-to-or-newsgroups): Use them.
14549
145502005-07-17 Romain Francoise <romain@orebokech.com>
14551
14552 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14553 space as it's generally not especially interesting to the user.
14554
145552005-07-16 Romain Francoise <romain@orebokech.com>
14556
14557 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14558 nil to avoid prompting and file modification if one of the
14559 messages at the top of the nnfolder file contains a copyright
14560 notice.
14561 Update copyright notice.
14562
14563 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14564 instead of `current-time-string' as the latter creates a time
14565 string that is not RFC 2822 compliant (it lacks the zone).
14566 Update copyright notice.
14567
145682005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14571 for text/rtf. Display default in prompt. Pass default for M-n.
14572
14573 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14574
145752005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14576
296a8e19
SM
14577 * gnus-msg.el (gnus-button-mailto):
14578 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14579 save-selected-window internals.
14580
145812005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14582
14583 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14584 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14585 (gnus-article-prev-page): Ditto.
14586
14587 * gnus-util.el (gnus-beginning-of-window): New function.
14588 (gnus-end-of-window): New function.
14589
145902005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14591
296a8e19
SM
14592 * gnus-score.el (gnus-score-edit-all-score):
14593 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
14594 gnus-message.
14595
145962005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14597
296a8e19
SM
14598 * gnus-msg.el (gnus-button-mailto):
14599 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14600 save-selected-window internals.
14601
146022005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14605 add-minor-mode.
14606 (gnus-binary-mode): Ditto.
14607
14608 * gnus-topic.el (gnus-topic-mode): Ditto.
14609
146102005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14611
14612 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14613 (gnus-article-prev-page): Take scroll-margin into consideration.
14614
146152005-07-04 Lute Kamstra <lute@gnu.org>
14616
14617 Update FSF's address in GPL notices.
14618
146192005-07-04 Juanma Barranquero <lekktu@gmail.com>
14620
14621 * gnus.el (gnus-exit):
14622 * gnus-group.el (gnus-group-icons):
14623 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14624
14625 * gnus-nocem.el (gnus-nocem):
14626 * message.el (message-various, message-buffers, message-sending)
14627 (message-interface, message-forwarding, message-insertion)
14628 (message-headers, message-news, message-mail):
14629 * pgg-gpg.el (pgg-gpg):
14630 * pgg-parse.el (pgg-parse):
14631 * pgg-pgp.el (pgg-pgp):
14632 * pgg-pgp5.el (pgg-pgp5):
14633 * pop3.el (pop3): Finish `defgroup' description with period.
14634
146352005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14636
14637 * gnus-art.el (article-display-face): Improve the efficiency.
14638 (article-display-x-face): Ditto; remove grey x-face stuff.
14639
146402005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14641
14642 * gnus-art.el (article-display-face): Correct the position in
14643 which Faces are inserted.
14644
146452005-06-29 Didier Verna <didier@xemacs.org>
14646
14647 * gnus-art.el (article-display-face): Display faces in correct
14648 order.
14649
146502005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14651
14652 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14653 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14654 (gnus-nocem-check-article): Fetch the Type header.
14655 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14656 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14657 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14658 make sure gnus-nocem-hashtb is initialized.
14659 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14660 (gnus-nocem-unwanted-article-p): Ditto.
14661
14662 * pgg.el (pgg-verify): Return the verification result.
14663
146642005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14665
14666 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14667 is ascii.
14668
146692005-06-24 Juanma Barranquero <lekktu@gmail.com>
14670
14671 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14672 `show-nonbreak-escape'.
14673
146742005-06-23 Lute Kamstra <lute@gnu.org>
14675
14676 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14677
14678 * dig.el (dig-mode):
14679 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14680
146812005-06-21 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * nnimap.el (nnimap-split-download-body): Fix spellings.
14684
146852005-06-16 Juanma Barranquero <lekktu@gmail.com>
14686
14687 * gnus-art.el (gnus-article-encrypt-body):
14688 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
14689 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14690 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 14691
880820fe 146922005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14693
14694 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14695 header by looking for magic "MII" at the beginnig.
14696
146972005-06-16 Miles Bader <miles@gnu.org>
14698
14699 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14700 (assistant-field-face): New backward-compatibility alias for renamed
14701 face.
14702 (assistant-render-text): Use renamed assistant-field face.
14703
14704 * spam.el (spam): Remove "-face" suffix from face name.
14705 (spam-face): New backward-compatibility alias for renamed face.
14706 (spam-face, spam-initialize): Use renamed spam face.
14707
14708 * message.el (message-header-to, message-header-cc)
14709 (message-header-subject, message-header-newsgroups)
14710 (message-header-other, message-header-name)
14711 (message-header-xheader, message-separator, message-cited-text)
14712 (message-mml): Remove "-face" suffix from face names.
14713 (message-header-to-face, message-header-cc-face)
14714 (message-header-subject-face, message-header-newsgroups-face)
14715 (message-header-other-face, message-header-name-face)
14716 (message-header-xheader-face, message-separator-face)
14717 (message-cited-text-face, message-mml-face):
14718 New backward-compatibility aliases for renamed faces.
14719 (message-font-lock-keywords): Use renamed message faces.
14720
14721 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14722 (sieve-test-commands, sieve-tagged-arguments):
14723 Remove "-face" suffix from face names.
14724 (sieve-control-commands-face, sieve-action-commands-face)
14725 (sieve-test-commands-face, sieve-tagged-arguments-face):
14726 New backward-compatibility aliases for renamed faces.
14727 (sieve-control-commands-face, sieve-action-commands-face)
14728 (sieve-test-commands-face, sieve-tagged-arguments-face):
14729 Use renamed sieve faces.
14730
14731 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14732 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14733 (gnus-group-news-3-empty, gnus-group-news-4)
14734 (gnus-group-news-4-empty, gnus-group-news-5)
14735 (gnus-group-news-5-empty, gnus-group-news-6)
14736 (gnus-group-news-6-empty, gnus-group-news-low)
14737 (gnus-group-news-low-empty, gnus-group-mail-1)
14738 (gnus-group-mail-1-empty, gnus-group-mail-2)
14739 (gnus-group-mail-2-empty, gnus-group-mail-3)
14740 (gnus-group-mail-3-empty, gnus-group-mail-low)
14741 (gnus-group-mail-low-empty, gnus-summary-selected)
14742 (gnus-summary-cancelled, gnus-summary-high-ticked)
14743 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14744 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14745 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14746 (gnus-summary-low-undownloaded)
14747 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14748 (gnus-summary-low-unread, gnus-summary-normal-unread)
14749 (gnus-summary-high-read, gnus-summary-low-read)
14750 (gnus-summary-normal-read, gnus-splash):
14751 Remove "-face" suffix from face names.
14752 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14753 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14754 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14755 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14756 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14757 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14758 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14759 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14760 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14761 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14762 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14763 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14764 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14765 (gnus-summary-normal-ticked-face)
14766 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14767 (gnus-summary-normal-ancient-face)
14768 (gnus-summary-high-undownloaded-face)
14769 (gnus-summary-low-undownloaded-face)
14770 (gnus-summary-normal-undownloaded-face)
14771 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14772 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14773 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14774 (gnus-splash-face):
14775 New backward-compatibility aliases for renamed faces.
14776 (gnus-group-startup-message): Use renamed gnus faces.
14777
14778 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14779 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14780 (gnus-server-agent): Remove "-face" suffix from face names.
14781 (gnus-server-agent-face, gnus-server-opened-face)
14782 (gnus-server-closed-face, gnus-server-denied-face)
14783 (gnus-server-offline-face):
14784 New backward-compatibility aliases for renamed faces.
14785 (gnus-server-agent-face, gnus-server-opened-face)
14786 (gnus-server-closed-face, gnus-server-denied-face)
14787 (gnus-server-offline-face): Use renamed gnus faces.
14788
14789 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14790 Remove "-face" suffix from face names.
14791 (gnus-picon-xbm-face, gnus-picon-face):
14792 New backward-compatibility aliases for renamed faces.
14793
14794 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14795 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14796 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14797 (gnus-cite-11): Remove "-face" suffix from face names.
14798 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14799 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14800 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14801 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14802 New backward-compatibility aliases for renamed faces.
14803 (gnus-cite-attribution-face, gnus-cite-face-list)
14804 (gnus-article-boring-faces): Use renamed gnus faces.
14805
14806 * gnus-art.el (gnus-signature, gnus-header-from)
14807 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14808 (gnus-header-content): Remove "-face" suffix from face names.
14809 (gnus-signature-face, gnus-header-from-face)
14810 (gnus-header-subject-face, gnus-header-newsgroups-face)
14811 (gnus-header-name-face, gnus-header-content-face):
14812 New backward-compatibility aliases for renamed faces.
14813 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14814
14815 * gnus-sum.el (gnus-summary-selected-face)
14816 (gnus-summary-highlight): Use renamed gnus faces.
14817 * gnus-group.el (gnus-group-highlight): Likewise.
14818
148192005-06-14 Juanma Barranquero <lekktu@gmail.com>
14820
14821 * gnus-sieve.el (gnus-sieve-article-add-rule):
14822 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14823 * spam-stat.el (spam-stat-buffer-change-to-spam)
14824 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14825
14826 * message.el (message-is-yours-p):
14827 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14828
148292005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * mm-view.el (mm-inline-text): Withdraw the last change.
14832
148332005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14834
14835 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14836 executing enriched-decode.
14837
148382005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14839
14840 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14841 charset of tar files.
14842
148432005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14844
14845 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14846
148472005-06-04 Lute Kamstra <lute@gnu.org>
14848
14849 * nnfolder.el (nnfolder-read-folder): Make sure that undo
14850 information is never recorded.
14851
148522005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14853
14854 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14855
148562005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
14857
14858 * pop3.el (pop3-apop): Run md5 in the binary mode.
14859
14860 * starttls.el (starttls-set-process-query-on-exit-flag):
14861 Use eval-and-compile.
14862
148632005-05-31 Simon Josefsson <jas@extundo.com>
14864
14865 * smime.el (smime-replace-in-string): Define.
14866 (smime-cert-by-ldap-1): Use it.
14867
148682005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
14869
14870 * gnus-art.el (article-display-x-face): Replace
14871 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14872
14873 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14874 set-process-query-on-exit-flag or process-kill-without-query.
14875
14876 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14877 loop instead of replace-regexp.
14878
14879 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14880 instead of process-kill-without-query if it is available.
14881
14882 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14883 instead of find-file-hooks if it is available.
14884
14885 * mml1991.el: Bind pgg-default-user-id when compiling.
14886
14887 * mml2015.el: Bind pgg-default-user-id when compiling.
14888
14889 * nndraft.el (nndraft-request-associate-buffer):
14890 Use write-contents-functions instead of write-contents-hooks if it is
14891 available.
14892
14893 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14894 instead of find-file-hooks if it is available.
14895
14896 * nntp.el (nntp-open-connection): Replace
14897 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14898 (nntp-open-ssl-stream): Ditto.
14899 (nntp-open-tls-stream): Ditto.
14900
14901 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14902 set-process-query-on-exit-flag or process-kill-without-query.
14903 (starttls-open-stream-gnutls): Use it instead of
14904 process-kill-without-query.
14905 (starttls-open-stream): Ditto.
14906
149072005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
14908
14909 * smime.el (smime-cert-by-ldap-1): Don't use
14910 replace-regexp-in-string.
14911
880820fe 149122005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14913
14914 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14915
14916 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 14917 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
14918
149192005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14920
14921 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14922 by `string-to-number'.
14923 * gnus-agent.el (gnus-agent-regenerate-group)
14924 (gnus-agent-fetch-articles): Ditto.
14925 * gnus-art.el (gnus-button-fetch-group): Ditto.
14926 * gnus-cache.el (gnus-cache-generate-active)
14927 (gnus-cache-articles-in-group): Ditto.
14928 * gnus-group.el (gnus-group-set-current-level)
14929 (gnus-group-insert-group-line): Ditto.
14930 * gnus-score.el (gnus-score-set-expunge-below)
14931 (gnus-score-set-mark-below, gnus-summary-score-effect)
14932 (gnus-summary-score-entry): Ditto.
14933 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14934 (gnus-soup-pack): Ditto.
14935 * gnus-spec.el (gnus-xmas-format): Ditto.
14936 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14937 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14938 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14939 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14940 * nndb.el (nndb-get-remote-expire-response): Ditto.
14941 * nndiary.el (nndiary-parse-schedule-value)
14942 (nndiary-string-to-number, nndiary-request-replace-article)
14943 (nndiary-request-article): Ditto.
14944 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14945 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14946 * nneething.el (nneething-make-head): Ditto.
14947 * nnfolder.el (nnfolder-request-article)
14948 (nnfolder-retrieve-headers): Ditto.
14949 * nnheader.el (nnheader-file-to-number): Ditto.
14950 * nnkiboze.el (nnkiboze-request-article): Ditto.
14951 * nnmail.el (nnmail-process-unix-mail-format)
14952 (nnmail-process-babyl-mail-format): Ditto.
14953 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14954 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14955 (nnmh-request-create-group, nnmh-request-list-1)
14956 (nnmh-request-group, nnmh-request-article): Ditto.
14957 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14958 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14959 * nnsoup.el (nnsoup-make-active): Ditto.
14960 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14961 * nntp.el (nntp-find-group-and-number)
14962 (nntp-retrieve-headers-with-xover): Ditto.
14963 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14964 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14965 (pgg-format-key-identifier): Ditto.
14966 * pop3.el (pop3-last, pop3-stat): Ditto.
14967 * qp.el (quoted-printable-decode-region): Ditto.
14968
14969 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14970 of concat.
14971
149722005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14975
14976 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14977
14978 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14979
14980 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14981
14982 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14983
14984 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14985
14986 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14987 (gnus-carpal-mode): Ditto.
14988
14989 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14990 (gnus-browse-mode): Ditto.
14991
14992 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14993
14994 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14995
149962005-05-29 Richard M. Stallman <rms@gnu.org>
14997
14998 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14999
150002005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15001
15002 * gnus-util.el (gnus-run-mode-hooks): New function.
15003
15004 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15005
150062005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15007
15008 * gnus-agent.el (gnus-agent-make-mode-line-string):
15009 Use mode-line-highlight as mouse-face.
15010
150112005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15012
15013 * canlock.el (canlock): Change the parent group to news.
15014
15015 * deuglify.el (gnus-outlook-deuglify): Add :group.
15016
15017 * dig.el (dig): Add :group.
15018
15019 * dns-mode.el (dns-mode): Add :group.
15020
15021 * encrypt.el (encrypt): Add :group.
15022
15023 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15024 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15025 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15026 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15027 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15028
15029 * gnus-diary.el (gnus-diary): Add :group.
15030
15031 * gnus.el (gnus-group-news-1-face): Add :group.
15032 (gnus-group-news-1-empty-face): Ditto.
15033 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15034 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15035 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15036 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15037 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15038 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15039 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15040 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15041 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15042 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15043 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15044 (gnus-summary-high-ticked-face): Ditto.
15045 (gnus-summary-low-ticked-face): Ditto.
15046 (gnus-summary-normal-ticked-face): Ditto.
15047 (gnus-summary-high-ancient-face): Ditto.
15048 (gnus-summary-low-ancient-face): Ditto.
15049 (gnus-summary-normal-ancient-face): Ditto.
15050 (gnus-summary-high-undownloaded-face): Ditto.
15051 (gnus-summary-low-undownloaded-face): Ditto.
15052 (gnus-summary-normal-undownloaded-face): Ditto.
15053 (gnus-summary-high-unread-face): Ditto.
15054 (gnus-summary-low-unread-face): Ditto.
15055 (gnus-summary-normal-unread-face): Ditto.
15056 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15057 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15058
15059 * hashcash.el (hashcash): New custom group.
15060 (hashcash-default-payment): Add :group.
15061 (hashcash-payment-alist): Ditto.
15062 (hashcash-default-accept-payment): Ditto.
15063 (hashcash-accept-resources): Ditto.
15064 (hashcash-path): Ditto.
15065 (hashcash-extra-generate-parameters): Ditto.
15066 (hashcash-double-spend-database): Ditto.
15067 (hashcash-in-news): Ditto.
15068
15069 * message.el (message-minibuffer-local-map): Add :group.
15070
15071 * netrc.el (netrc): Add :group.
15072
15073 * sieve-manage.el (sieve-manage-log): Add :group.
15074 (sieve-manage-default-user): Diito.
15075 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15076 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15077 (sieve-manage-authenticators): Ditto.
15078 (sieve-manage-authenticator-alist): Ditto.
15079 (sieve-manage-default-port): Ditto.
15080
15081 * sieve-mode.el (sieve-control-commands-face): Add :group.
15082 (sieve-action-commands-face): Ditto.
15083 (sieve-test-commands-face): Ditto.
15084 (sieve-tagged-arguments-face): Ditto.
15085
15086 * smime.el (smime): Add :group.
15087
15088 * spam-report.el (spam-report): Add :group.
15089
15090 * spam.el (spam, spam-face): Add :group.
15091
150922005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15093
15094 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15095 return \n.\n.\n at the end of articles. Protect against that.
15096 (nntp-with-open-group): Allow debugging.
15097
15098 * nnheader.el (mail-header-set-extra): Make into a function
15099 because I just could't understand how to quote the list properly.
15100
15101 * dns.el (query-dns-cached): New function.
15102
151032005-05-26 Lute Kamstra <lute@gnu.org>
15104
15105 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15106
151072005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15108
15109 * gnus-art.el: Don't autoload mail-extract-address-components.
15110
15111 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15112 eval-and-compile to evaluate it.
15113
15114 * hashcash.el: Don't autoload executable-find.
15115
15116 * nndb.el: Don't declare the nndb back end two or more times; don't
15117 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15118
15119 * nntp.el: Autoload format-spec instead of format; use
15120 eval-and-compile to evaluate autoload forms.
15121
151222005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15123
15124 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15125
151262005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15127
15128 * gnus.el (gnus-version-number): Bump version.
15129
151302005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15131
15132 * gnus.el: No Gnus v0.3 is released.
15133
151342005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15135
15136 * gnus-art.el (gnus-article-edit-part): Disable undo.
15137
151382005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15139
15140 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15141 gnus-article-date-lapsed-new-header is t if date timer is active;
15142 skip headers in which the original date value is empty.
15143 (gnus-article-save-original-date): Redefine it as a macro.
15144 (gnus-display-mime): Use it.
15145
151462005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15147
15148 * gnus-art.el (article-date-ut): Support converting date in
15149 forwarded parts as well.
15150 (gnus-article-save-original-date): New function.
15151 (gnus-display-mime): Use it.
15152
151532005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15154
15155 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15156 enclosure element of <item>.
15157
151582005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15159
296a8e19
SM
15160 * message.el (message-kill-buffer-query): Rename from
15161 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
15162
151632005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15164
15165 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15166 window layout.
15167
151682005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15169
15170 * mml.el: Autoload dnd when compiling.
15171
151722005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15173
15174 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15175 x-dnd-*.
15176
151772005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15178
15179 * qp.el (quoted-printable-encode-region): Save excursion.
15180
151812005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15182
15183 * message.el (message-kill-buffer-query-if-modified): Add new variable
15184 so the user can kill a modified message buffer quickly.
15185 (message-kill-buffer): Use it.
15186
151872005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15188
15189 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15190 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15191
151922005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15193
15194 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15195 contained in text because xml.el decodes entities) with LFs.
15196
151972005-04-11 Lute Kamstra <lute@gnu.org>
15198
15199 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15200 differently.
15201
152022005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * mm-util.el (mm-detect-coding-region): Typo.
15205
152062005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15207
15208 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15209
f0131492 152102005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
15211
15212 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15213 user-function allow user modifications of the scores.
15214 (spam-stat-score-buffer-user): New function, to allow
15215 user-computed modifications to the score.
002876ab
JB
15216 (spam-stat-score-buffer-user-functions): List of additional
15217 scoring functions.
15218 (spam-stat-error-holder): Global temporary error holder.
15219 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15220 variable.
01c52d31
MB
15221
152222005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15223
15224 * gnus-registry.el (gnus-registry-clean-empty-function)
15225 (gnus-registry-trim, gnus-registry-fetch-groups)
15226 (gnus-registry-delete-group): Groups that match
15227 `gnus-registry-ignored-groups' are removed from the registry
15228 entries, not just ignored for splitting. This helps clean up the
15229 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15230 to get all the groups a message ID is in.
15231
15232 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 15233 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
15234 (spam-stat-score-buffer-user-functions): Add :number custom type.
15235
152362005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15237
15238 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15239 argument in XEmacs.
15240
15241 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15242 (nnrss-request-group): Decode group name first.
15243 (nnrss-request-article): Make a text/plain article if mml-to-mime
15244 failed.
15245 (nnrss-get-encoding): Return a compatible encoding according to
15246 nnrss-compatible-encoding-alist.
15247 (nnrss-find-el): Use consp instead of listp.
15248 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15249
152502005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15253 which Emacs 20 doesn't support.
15254 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15255
152562005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 15259 silence the byte compiler inside the defun.
01c52d31
MB
15260
15261 * gnus-demon.el (parse-time-string): Add autoload.
15262
15263 * gnus-delay.el (parse-time-string): Add autoload.
15264
15265 * gnus-art.el (parse-time-string): Add autoload.
15266
15267 * nnultimate.el (parse-time): Require for `parse-time-string'.
15268
152692005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15270
15271 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15272
15273 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15274
15275 * smime.el (smime-ldap-host-list): Add :version.
15276
152772005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15278
15279 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15280 pass it to `gnus-browse-read-group'.
15281 (gnus-browse-read-group): Add NUMBER argument and pass it to
15282 `gnus-group-read-ephemeral-group'.
15283
15284 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15285 argument and pass it to `gnus-group-read-group'.
15286
152872005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15288
15289 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15290 mm-xemacs-find-mime-charset-1 if we have the mule feature
15291 available at runtime.
15292
152932005-03-25 Werner Lemberg <wl@gnu.org>
15294
15295 * nnmaildir.el: Replace `illegal' with `invalid'.
15296
152972005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15298
15299 * gnus-start.el (gnus-display-time-event-handler):
15300 Check display-time-timer at runtime rather than only at load time
15301 in case display-time-mode is turned off in the mean time.
15302
153032005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15304
15305 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15306 used.
15307
15308 * nneething.el (nneething-map-file-directory): Derive from
15309 `gnus-directory'.
15310
15311 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15312 the To/Cc button.
15313
153142005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15315
15316 * nnmaildir.el (nnmaildir-request-accept-article):
15317 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15318
153192005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15320
15321 * gnus-async.el: Require timer-funcs at compile time when in
15322 XEmacs for `run-with-idle-timer'.
15323
153242005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15325
15326 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15327 autoloaded function.
15328
153292005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15332
880820fe 153332005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
15334
15335 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15336
153372005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15338
296a8e19
SM
15339 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15340 Add gnus-expert-user to default.
01c52d31
MB
15341
153422005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15343
15344 * nnimap.el (nnimap-open-server): Ditto.
15345
15346 * imap.el (imap-authenticate): Fix typo.
15347
153482005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15349
15350 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15351 buffer (since IMAP server might return FETCH response out of
15352 order, and the nntp buffer must be sorted).
15353
153542005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15355
296a8e19 15356 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
15357 comparison on string.
15358
149cd465 15359 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
15360 (gnus-agent-score): Rename category keywords to match gnus-cus.
15361 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
15362 gnus-agent-summary-fetch-group clearing processable flags.
15363 (gnus-agent-synchronize-group-flags): Update live group buffer as
15364 synchronization may occur due to the user toggle the plugged
15365 status.
15366 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15367 successfully downloaded.
15368 (gnus-agent-expire-group-1): Avoid using markers when the overview
15369 is in ascending order; greatly improves performance.
296a8e19
SM
15370 (gnus-agent-regenerate-group):
15371 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 15372 gnus and server.
296a8e19 15373 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
15374
153752005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15376
15377 * message.el: Don't autoload former message-utils variables.
15378 (message-strip-subject-trailing-was): Change doc string.
15379
15380 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15381 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15382 (nnweb-google-search): Add "hl=en" here.
15383 (nnweb-google-parse-1, nnweb-google-create-mapping):
15384 Don't hardcode URL.
15385
153862005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15387
15388 * message.el (message-get-reply-headers, message-followup):
15389 Mention related variables `message-use-followup-to' and
15390 `message-use-mail-followup-to', in the information buffer.
15391
15392 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15393 of broken groups(-beta).google.com.
15394
153952005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15396
15397 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15398 parameter to invoked gnus-request-move-article; remove the
15399 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15400 all at once instead of once per article.
15401 (gnus-summary-remove-process-mark): Accept a list of articles as
15402 well as a single article for processing.
15403
15404 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15405 parameter.
15406
15407 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15408
15409 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15410
15411 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15412 parameter.
15413
15414 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15415 parameter.
15416
15417 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15418 parameter and remove the gnus-sum-hint-move-is-internal variable.
15419
15420 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15421 parameter.
15422
15423 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15424 parameter.
15425
15426 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15427 parameter.
15428
15429 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15430
15431 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15432 parameter.
15433
15434 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15435 parameter.
15436
154372005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15440 a more conservative way.
15441
154422005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15443
15444 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15445 buffer, so it moves the window's cursor.
15446
880820fe 154472005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15448
15449 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15450 `mm-dissect-multipart' and receive the from field as an (optional)
15451 argument from `mm-dissect-multipart'.
15452 (mm-dissect-multipart): Receive the from field as an argument and
15453 pass it on when we call `mm-dissect-buffer' on MIME parts.
15454 Fixes verification/decryption of signed/encrypted MIME parts.
15455
154562005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15457
296a8e19
SM
15458 * gnus-sum.el (gnus-summary-move-article):
15459 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
15460 whatever it calls (right now, only nnimap-request-move article
15461 respects it).
15462
296a8e19
SM
15463 * nnimap.el (nnimap-request-move-article):
15464 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
15465 nnimap-request-article.
15466
154672005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15468
15469 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15470
15471 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15472 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15473
15474 * gnus-sum.el (gnus-summary-caesar-message):
15475 Apply `gnus-treat-article' after rotation.
15476
15477 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15478 doc string.
15479
154802005-02-22 Simon Josefsson <jas@extundo.com>
15481
15482 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 15483 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
15484 <arne@arnested.dk>.
15485 (encrypt): Add password-cache and password-cache-expiry as group
15486 members.
15487
880820fe 154882005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15489
15490 * smime.el (smime-ldap-host-list): Doc fix.
15491 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15492 cache) password.
15493 (smime-sign-region): Use it.
15494 (smime-decrypt-region): Use it.
15495 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15496 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15497 fails.
15498 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15499 certificate from DER to PEM format rather than calling openssl.
15500
15501 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15502
15503 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15504 for signing/encryption.
15505
15506 * mml.el (mml-parse-1): Use them.
15507
880820fe 155082005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 15509
296a8e19 15510 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
15511 (nnrss-request-group): Use `nnheader-message' instead.
15512
155132005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15514
15515 * nnrss.el (nnrss-verbose): New variable.
15516 (nnrss-request-group): Make it say nnrss is requesting a group.
15517
155182005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15519
15520 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15521 Handle news URL with given port correctly.
15522
155232005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15524
15525 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15526 containing special characters.
15527
15528 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15529
15530 * mml.el (mime-to-mml): Ditto.
15531
15532 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15533 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15534 (rfc2047-decode-region): Quote decoded words containing special
15535 characters when rfc2047-quote-decoded-words-containing-tspecials
15536 is non-nil.
15537
155382005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15539
15540 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15541
15542 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15543
155442005-02-15 Simon Josefsson <jas@extundo.com>
15545
15546 * nnimap.el (nnimap-debug): Doc fix.
15547
15548 * imap.el (imap-debug): Doc fix.
15549
155502005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15551
15552 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15553
155542005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15555
15556 * gnus.el (spam-contents): Improve docs for spam-contents
15557 parameter in its variable incarnation.
15558
155592005-02-14 Simon Josefsson <jas@extundo.com>
15560
15561 * smime-ldap.el: Use require instead of load-library for ldap.
15562 (smime-ldap-search): Indent.
15563 (smime-ldap-search-internal): Shorten line.
15564
15565 * smime.el (smime-cert-by-dns): Add doc-string.
15566 (smime-cert-by-ldap-1): Indent.
15567
296a8e19 15568 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
15569 mml-smime-get-dns-ldap.
15570 (mml-smime-encrypt-query): Use new function. Default to ldap.
15571
880820fe 155722005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15573
15574 * smime.el: Require smime-ldap.
15575 (smime-ldap-host-list): New variable.
15576 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15577
15578 * mml-smime.el (mml-smime-encrypt-query): New function.
15579 (mml-smime-encrypt-query): Use it.
15580
15581 * smime-ldap.el: New file.
15582
155832005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15584
15585 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15586
155872005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15588
15589 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15590 argument in doc string. Make query for type more clear.
15591
155922005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15593
15594 * gnus.el (gnus-group-startup-message): Search for gnus images in
15595 etc/images/gnus.
15596 * mm-util.el (mm-image-load-path): Likewise.
15597 * smiley.el (smiley-data-directory): Search for smilies in
15598 etc/images/smilies.
15599
156002005-02-09 Kim F. Storm <storm@cua.dk>
15601
15602 Change Emacs release version from 21.4 to 22.1 throughout.
15603 Change Emacs development version from 21.3.50 to 22.0.50.
15604
156052005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15606
15607 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15608
15609 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15610 non-Mule XEmacs as well.
15611 (mm-decompress-buffer): Signal an error intentionally if it does
15612 not decompress compressed data because auto-compression-mode is
15613 disabled.
15614
156152005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15616
15617 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15618 an ID in the registry even if it has no groups.
15619
156202005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15621
15622 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15623 merge it into mm-decompress-buffer.
15624 (gnus-mime-copy-part): Use the MIME part charset, the value which
15625 a user specified or gnus-newsgroup-charset for decoding, like
15626 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15627 save-buffer what was used. Suggested by Kevin Ryde
15628 <user42@zip.com.au>.
15629 (gnus-mime-inline-part): Allow the name parameter as well as the
15630 filename parameter; force decompressing of compressed data; always
15631 display contents being not decoded as unibyte.
15632
15633 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15634 as well as the filename parameter.
15635
296a8e19
SM
15636 * mm-util.el (mm-decompress-buffer):
15637 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
15638 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15639 of compressed data.
15640
156412005-02-08 Simon Josefsson <jas@extundo.com>
15642
15643 * imap.el (imap-log): Doc fix.
15644
156452005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15646
15647 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15648 the coding cookies; decompress compressed parts.
15649
10d1d0af 15650 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
15651 to the value which a user specified manually or the coding cookie.
15652
15653 * mm-util.el (mm-string-to-multibyte): New function.
15654 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15655 (mm-coding-system-to-mime-charset): New function.
15656 (mm-decompress-buffer): New function.
15657 (mm-find-buffer-file-coding-system): New function.
15658
15659 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15660 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15661 parts.
15662
156632005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15664
15665 * mm-view.el (mm-display-inline-fontify): Decode a part according
15666 to the charset parameter.
15667
156682005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15669
15670 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15671 prefix arg is neither nil nor a number, as info specifies.
15672
156732005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15674
15675 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15676 timestamps.
15677
156782005-02-02 Jari Aalto <jari.aalto@cante.net>
15679
15680 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15681 groups error checking and notify user.
15682
156832005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15684
15685 * message.el (message-send-mail-function): Check existence of
15686 sendmail-program first before using default value
15687 `message-send-mail-with-sendmail'. Otherwise use more generic
15688 `smtpmail-send-it'.
15689
156902005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15691
15692 * nntp.el (nntp-request-update-info): Always return nil.
15693
156942005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15697
156982005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * message.el (message-beginning-of-line): Change the behavior when
15701 invoked between BOL and : so that it first moves backward.
15702
157032005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15704
15705 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15706 article buffer when editing of the article is discarded.
15707 (gnus-article-prepare): Revert.
15708
157092005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15710
15711 * gnus-art.el (gnus-article-prepare):
15712 Remove message-strip-forbidden-properties from the local hook.
15713
157142005-01-27 Simon Josefsson <jas@extundo.com>
15715
15716 * password.el (password-cache-add): Only start one timer per key.
15717 Reported by Derek Atkins <warlord@MIT.EDU>.
15718
157192005-01-26 Steve Youngs <steve@sxemacs.org>
15720
296a8e19 15721 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
15722 timer-funcs.el in the xemacs-base package has a working version of
15723 `run-at-time'.
15724
15725 * password.el: Require timer-funcs instead of run-at-time in
15726 XEmacs.
15727 Remove `password-run-at-time' macro.
15728 (password-cache-add): Use `run-at-time' instead of
15729 `password-run-at-time'.
15730
15731 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15732 for `run-with-idle-timer'.
15733
15734 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15735 for `run-at-time'.
15736
15737 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15738 for `with-timeout'.
15739
157402005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15741
15742 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15743 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15744
157452005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15746
15747 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15748 sensitively.
15749
157502005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15751
15752 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15753
157542005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15755
15756 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15757 which will be inserted according to the multibyteness of a buffer
15758 rather than the type of contents. Suggested by ARISAWA Akihiro
15759 <ari@mbf.ocn.ne.jp>.
15760
15761 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15762 of string which old xml.el may return rather than a string.
15763
157642005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15765
15766 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15767
157682005-01-16 Simon Josefsson <jas@extundo.com>
15769
15770 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15771 idn/idna.el isn't available.
15772 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15773 <michael@waxrat.com>.
15774
15775 * hashcash.el: Remove non-FSF copyright header.
15776
15777 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15778 (hashcash-generate-payment): Use it.
15779 (hashcash-generate-payment-async): Use it.
15780
157812005-01-15 Simon Josefsson <jas@extundo.com>
15782
15783 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15784 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15785
15786 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15787 gnus-summary-idna-message.
15788 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15789 (gnus-summary-idna-message): New function.
15790
157912005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15792
15793 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15794 gnus-novice-user.
15795
157962005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15797
15798 * nnrss.el (nnrss-request-delete-group): Delete entries in
15799 nnrss-group-alist as well.
15800 (nnrss-save-server-data): Insert newline.
15801
158022005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15803
15804 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
15805 symbols. Display full version number for (S)XEmacs.
15806 Optionally display (S)XEmacs codename.
01c52d31
MB
15807
15808 * gnus-util.el (gnus-emacs-version): Update for new
15809 `gnus-user-agent'.
15810
15811 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15812 Gnus version.
15813
158142005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15815
15816 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15817 which is unreadable in some setups.
15818
158192005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15820
15821 * gnus-spec.el (gnus-update-format-specifications): Flush the
15822 group format spec cache if it doesn't support decoded group names.
15823
158242005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15825
c9e31f32
SM
15826 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15827 Allow to apply decay on score files matching a regexp.
01c52d31
MB
15828
158292004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
15830
15831 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15832 compatibility in %g and %c.
15833
158342004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
15835
15836 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15837 name for only %g and %c.
15838 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15839 of gnus-tmp-group to decoded group name.
15840 (gnus-group-make-rss-group): Exclude `/'s from group names.
15841
158422004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
15843
15844 * nnrss.el (nnrss-get-encoding): Fix regexp.
15845
158462004-12-27 Simon Josefsson <jas@extundo.com>
15847
15848 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15849 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15850 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
15851
158522004-12-17 Kim F. Storm <storm@cua.dk>
15853
15854 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15855
15856 * gnus-sum.el (gnus-summary-mode-map): Likewise.
15857
158582004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15859
15860 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15861
158622004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
15863
15864 * nnrss.el: Require rfc2047 and mml.
15865 (nnrss-file-coding-system): New variable.
15866 (nnrss-format-string): Redefine it as an inline function.
15867 (nnrss-decode-group-name): New function.
15868 (nnrss-string-as-multibyte): Remove.
15869 (nnrss-retrieve-headers): Decode group name; don't use
15870 nnrss-format-string.
15871 (nnrss-request-group): Decode group name.
15872 (nnrss-request-article): Decode group name; allow a Message-ID as
15873 well as an article number; don't use nnrss-format-string; encode a
15874 Message-ID string which may contain non-ASCII characters; use
15875 mml-to-mime to compose a MIME article.
15876 (nnrss-request-expire-articles): Decode group name.
15877 (nnrss-request-delete-group): Decode group name.
15878 (nnrss-fetch): Clarify error message.
15879 (nnrss-read-server-data): Use insert-file-contents instead of load;
15880 bind file-name-coding-system; use multibyte buffer.
15881 (nnrss-save-server-data): Bind coding-system-for-write to the
15882 value of nnrss-file-coding-system; bind file-name-coding-system;
15883 add coding cookie.
15884 (nnrss-read-group-data): Use insert-file-contents instead of load;
15885 bind file-name-coding-system; use multibyte buffer.
15886 (nnrss-save-group-data): Bind coding-system-for-write to the
15887 value of nnrss-file-coding-system; bind file-name-coding-system.
15888 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15889 make it work with non-ASCII text.
15890 (nnrss-find-el): Make it work with old xml.el as well.
15891
158922004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15893
15894 * nnrss.el (nnrss-get-encoding): New function.
15895 (nnrss-fetch): Use unibyte buffer initially; bind
15896 coding-system-for-read while performing mm-url-insert; remove ^Ms;
15897 decode contents according to the encoding attribute.
15898 (nnrss-save-group-data): Add coding cookie.
15899 (nnrss-mime-encode-string): New function.
15900 (nnrss-check-group): Use it to encode subject and author.
15901
159022004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
15903
15904 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15905 imaginary variable.
15906
159072004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15908
15909 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15910 correctly even if there are wide characters.
15911
159122004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15913
15914 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15915 downcased symbol names; make a new cache instead of reusing
15916 bbdb-hashtable.
15917
159182004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15919
15920 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15921 concatenating segments rather than before concatenating them.
15922 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15923
15924 * message.el (message-get-reply-headers): Bind `extra'.
15925
159262004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15927
15928 * message.el (message-extra-wide-headers): New variable.
15929 (message-get-reply-headers): Use it.
15930
159312004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15932
15933 * gnus-agent.el (gnus-agent-group-path): Decode group name.
15934 (gnus-agent-group-pathname): Ditto.
15935
15936 * gnus-cache.el (gnus-cache-file-name): Decode group name.
15937
15938 * gnus-group.el (gnus-group-make-group): Decode group name.
15939 (gnus-group-make-rss-group): Register the group data after opening
15940 the nnrss group.
15941
159422004-12-17 Paul Jarc <prj@po.cwru.edu>
15943
15944 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15945 by expiry now get marked as read.
15946
159472004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15948
15949 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15950
159512004-12-17 Aidan Kehoe <kehoea@parhasard.net>
15952
15953 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15954 unify Latin characters in XEmacs.
15955 (mm-find-mime-charset-region): Use it.
15956
159572004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15958
15959 * gnus-util.el (gnus-delete-directory): New function.
15960
15961 * gnus-agent.el (gnus-agent-delete-group): Use it.
15962
15963 * gnus-cache.el (gnus-cache-delete-group): Use it.
15964
159652004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
15966
15967 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15968 names.
15969
159702004-12-16 Simon Josefsson <jas@extundo.com>
15971
15972 * hashcash.el (hashcash-payment-alist): Fix custom :type.
15973
159742004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
15975
15976 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15977
15978 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15979 (gnus-group-set-current-level): Decode group name.
15980
159812004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
15982
15983 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15984 failed.
15985
159862004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
15987
15988 * gnus-group.el (gnus-group-delete-group): Decode group name.
15989 (gnus-group-make-rss-group): Encode group name.
15990 (gnus-group-catchup-current): Decode group name.
15991 (gnus-group-kill-group): Decode group name.
15992
159932004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15994
15995 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15996
159972004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
15998
15999 * gnus-group.el (gnus-group-make-rss-group):
16000 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16001
16002 * gnus-start.el (gnus-setup-news): Honor user's setting to
16003 gnus-message-archive-method. Suggested by Lute Kamstra
16004 <lute@gnu.org>.
16005
160062004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16007
16008 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16009 global counterparts of the buffer-local variables.
16010
160112004-11-16 Romain Francoise <romain@orebokech.com>
16012
16013 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16014 counterparts of the buffer-local variables.
16015
160162004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16017
296a8e19 16018 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
16019 string.
16020
160212004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16022
296a8e19 16023 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
16024
16025 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16026 to avoid problems when splitting mails with many recipients.
16027
160282004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16029
16030 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16031 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16032
160332004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16034
16035 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16036 if there is no hashtable in memory or file modification time is
16037 newer than cached timestamp.
16038
160392004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16040
296a8e19
SM
16041 * gnus-sum.el (gnus-summary-limit-to-recipient):
16042 Implement not-matching option.
01c52d31
MB
16043
160442004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16045
16046 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16047 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16048 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16049 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16050 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16051 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16052
160532004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16054
16055 * message.el (message-forward-make-body-mml): Remove headers
16056 according to message-forward-ignored-headers if a message is decoded.
16057
160582004-12-02 Romain Francoise <romain@orebokech.com>
16059
16060 * message.el (message-forward-make-body-plain): Always remove
16061 headers according to message-forward-ignored-headers.
16062
160632004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16064
16065 * spam.el (spam-summary-prepare-exit): Remove the
16066 gnus-summary-limit pop for now, it has problems with ham marks for
16067 me.
16068
160692004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16070
16071 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16072 correctly.
16073
160742004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16075
16076 * format-spec.el (format-spec): Message the char.
16077
160782004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16079
16080 * gnus-art.el (gnus-split-methods): Reformat comments.
16081
16082 * spam.el (spam-summary-prepare-exit): Remove article limits
16083 before exiting the summary buffer.
16084
160852004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16086
16087 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16088 order to silence the byte compiler.
16089
16090 * spam.el: Fix the way to silence the byte compiler, which
16091 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16092 bbdb-search-simple, spam-BBDB-register-routine,
16093 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16094 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16095 spam-stat-buffer-is-spam, spam-stat-load,
16096 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16097 spam-stat-save and spam-stat-split-fancy.
16098
160992004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16100
16101 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16102 which may confuse users.
16103 (canlock-password-for-verify): Ditto.
16104
16105 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16106
16107 * gnus-art.el (gnus-emphasis-alist): Ditto.
16108
16109 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16110
16111 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16112
16113 * gnus-start.el (gnus-save-killed-list): Ditto.
16114
16115 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16116 (gnus-sum-thread-tree-root): Ditto.
16117 (gnus-sum-thread-tree-false-root): Ditto.
16118 (gnus-sum-thread-tree-single-indent): Ditto.
16119
16120 * message.el (message-courtesy-message): Ditto.
16121 (message-archive-note): Ditto.
16122 (message-subscribed-address-file): Ditto.
16123 (message-user-fqdn): Ditto.
16124
16125 * spam-report.el (spam-report-gmane-regex): Ditto.
16126
16127 * spam.el (spam-blackhole-good-server-regex): Ditto.
16128
161292004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16130
16131 * mml.el (mml-preview): Widen the message buffer before copying
16132 the contents to the preview buffer; sort headers before previewing.
16133
16134 * message.el (message-hidden-headers): Fix the way to avoid a bug
16135 in the `repeat' widget in Emacs 21.3 or earlier.
16136
161372004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * message.el (message-hidden-headers): Default to "^References:".
16140 Improve customization type. Suggested by Reiner Steib
16141 <Reiner.Steib@gmx.de>.
16142
161432004-11-25 Romain Francoise <romain@orebokech.com>
16144
16145 * message.el (message-strip-forbidden-properties): Remove check for
16146 obsolete `message-hidden' text property, hidden headers are not
16147 accessible in the buffer anymore.
16148
161492004-11-22 Romain Francoise <romain@orebokech.com>
16150
16151 * message.el (message-header-format-alist): Add `From' in list
16152 so that it can be sorted.
16153 (message-fix-before-sending): Widen and sort headers before
16154 sending.
16155 (message-hide-headers): Use narrowing to hide headers by moving
16156 them to the top of the buffer and narrowing to the region
16157 underneath.
16158
161592004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16160
296a8e19
SM
16161 * message.el (message-strip-forbidden-properties):
16162 Bind buffer-read-only (etc) to nil.
01c52d31
MB
16163
161642004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16165
16166 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16167 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16168
161692004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16170
16171 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16172
161732004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16174
16175 * dns.el (query-dns): Use sit-for to time instead of
16176 accept-process-output, since that doesn't seem to work on udp
16177 sockets.
16178
161792004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16180
16181 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16182
161832004-11-15 Jesper Harder <harder@ifa.au.dk>
16184
16185 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16186 doc string. Improve doc string.
16187
161882004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16189
16190 * nntp.el (nntp-request-update-info): Return nil if
16191 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16192 may not call gnus-activate-group which uselessly issues the GROUP
16193 commands for all nntp groups and wastes time. Reported by Romain
16194 Francoise <romain@orebokech.com>.
16195
16196 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16197
161982004-11-15 Simon Josefsson <jas@extundo.com>
16199
16200 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16201 headers separately.
880820fe 16202 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
16203 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16204
162052004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16206
16207 * gnus-start.el (gnus-convert-old-newsrc):
16208 Assign legacy-gnus-agent to 5.10.7.
16209
162102004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16211
16212 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16213 start of the lines.
16214
162152004-11-14 Magnus Henoch <mange@freemail.hu>
16216
c4cc8b9a
JB
16217 * hashcash.el (hashcash-default-payment): Change default to 20.
16218 (hashcash-default-accept-payment): Change default to 20.
16219 (hashcash-process-alist): New variable.
16220 (hashcash-generate-payment-async): Add.
16221 (hashcash-already-paid-p): Add.
16222 (hashcash-insert-payment): Don't generate payments twice.
16223 (hashcash-insert-payment-async): Add.
16224 (hashcash-insert-payment-async-2): Add.
16225 (hashcash-cancel-async): Add.
16226 (hashcash-wait-async): Add.
16227 (hashcash-processes-running-p): Add.
16228 (hashcash-wait-or-cancel): Add.
01c52d31
MB
16229 (mail-add-payment): New optional argument. Conditionally start
16230 asynchronous calculation.
c4cc8b9a 16231 (mail-add-payment-async): Add.
01c52d31
MB
16232
16233 * message.el (message-send-mail): Wait for asynchronous hashcash
16234 results. Don't clobber existing X-Hashcash headers.
16235 (message-setup-1): Call mail-add-payment-async when
16236 message-generate-hashcash is non-nil.
16237
162382004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16239
16240 * message.el (message-use-alternative-email-as-from): Examine the
16241 From header as well; use message-make-from in order to include a
16242 user's full name.
16243
162442004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16245
16246 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16247 default; improve customization type.
16248 (gnus-emphasis-custom-with-format): New macro.
16249 (gnus-emphasis-custom-value-to-external): New function.
16250 (gnus-emphasis-custom-value-to-internal): New function.
16251
162522004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16253
16254 * dns.el (query-dns): Resolve reverse addresses.
16255
162562004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16257
16258 * gnus-group.el (gnus-group-get-new-news): Use it.
16259
16260 * gnus-start.el (gnus-check-reasonable-setup): New function.
16261
162622004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16263
16264 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16265 "Args out of range" error. Reported by Arnaud Giersch
16266 <arnaud.giersch@free.fr>.
16267
162682004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16269
16270 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16271
162722004-11-04 Richard M. Stallman <rms@gnu.org>
16273
16274 * spam.el (spam group): Add :version.
16275
16276 * pgg-def.el (pgg group): Add :version.
16277
162782004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16279
16280 * gnus-art.el (gnus-article-edit-article): Don't associate the
16281 article buffer with a draft file. This is a temporary measure
16282 against the 2004-08-22 change to gnus-article-edit-mode.
16283
162842004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16285
16286 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16287 (html2text-format-tags): Remove unused variable `attr'.
16288
162892004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16290
16291 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16292
16293 * spam-stat.el (spam-stat): Add :version.
16294
16295 * sieve.el (sieve): Add :version.
16296
16297 * sha1.el (sha1): Add :version.
16298 (sha1-use-external): Remove redundant version.
16299
16300 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16301 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16302 (nnmail-split-fancy-match-partial-words)
16303 (nnmail-split-lowercase-expanded): Add :version.
16304
16305 * nndiary.el (nndiary): Add :version.
16306
16307 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16308
16309 * mml-sec.el (mml-default-sign-method)
16310 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16311 Add :version.
16312
16313 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16314
16315 * mm-url.el (mm-url-use-external, mm-url-program)
16316 (mm-url-arguments): Add :version.
16317
16318 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16319 (mm-attachment-file-modes, mm-decrypt-option)
16320 (mm-w3m-safe-url-regexp): Add :version.
16321
16322 * message.el (message-cite-prefix-regexp)
16323 (message-sendmail-envelope-from, message-minibuffer-local-map)
16324 (message-user-fqdn, message-completion-alist): Add :version.
16325
16326 * gnus-win.el (gnus-configure-windows-hook)
16327 (gnus-use-frames-on-any-display): Add :version.
16328
16329 * gnus-art.el (gnus-article-address-banner-alist)
16330 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16331 (gnus-treat-from-picon, gnus-treat-mail-picon)
16332 (gnus-treat-x-pgp-sig): Add :version.
16333
16334 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16335 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16336 (gnus-summary-article-delete-hook)
16337 (gnus-summary-display-while-building): Add :version.
16338
16339 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 16340 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
16341
16342 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16343 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16344
16345 * gnus-registry.el (gnus-registry): Add :version.
16346
16347 * gnus-spec.el (gnus-use-correct-string-widths)
16348 (gnus-make-format-preserve-properties): Add :version.
16349
16350 * gnus.el (gnus-group-charter-alist)
16351 (gnus-group-fetch-control-use-browse-url)
16352 (gnus-install-group-spam-parameters): Add :version.
16353
16354 * gnus-diary.el (gnus-diary): Add :version.
16355
16356 * gnus-delay.el (gnus-delay): Add :version.
16357
16358 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16359 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16360 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16361 Add :version.
16362
16363 * gnus-agent.el (gnus-agent-max-fetch-size)
16364 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16365 (gnus-agent-prompt-send-queue): Add :version.
16366
16367 * deuglify.el (gnus-outlook-deuglify): Add :version.
16368
296a8e19
SM
16369 * html2text.el: Beautify code. Improve doc strings.
16370 Some checkdoc cleanup.
01c52d31
MB
16371 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16372
163732004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16374
16375 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16376
163772004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16378
16379 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16380 when package is loaded.
16381
16382 * spam.el (spam-summary-score-preferred-header): Add global preference
16383 for people who want to override the default SpamAssassin over
16384 Bogofilter preference (when both are set).
16385 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
16386 (spam-user-format-function-S):
16387 Check spam-summary-score-preferred-header.
01c52d31
MB
16388 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16389 (spam-user-format-function-S): Format the score correctly.
16390
163912004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16392
16393 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16394 signature file. Suggested by Manoj Srivastava
16395 <srivasta@golden-gryphon.com>.
16396
16397 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16398 iso-2022-jp even in the Japanese language environment.
16399 Suggested by Jason Rumney <jasonr@gnu.org>.
16400
164012004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16402
16403 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16404 use the same characters as the dummy marks; make it free from
16405 getting affected by the language environment.
16406 (gnus-summary-read-group-1): Update mark positions only when the
16407 format spec is updated.
16408
16409 * gnus-spec.el (gnus-update-format-specifications): Return a list
16410 of updated types.
16411
164122004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16413
16414 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16415 of boundp to check if display-warning is available.
16416
164172004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16418
16419 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16420
164212004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16422
16423 * nnspool.el (nnspool-spool-directory): Use news-path if the
16424 news-directory variable is not bound.
16425
16426 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16427 function instead of display-warning if it is not available.
16428
164292004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16430
16431 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16432 v5-10: Use `point-at-bol'.
16433
164342004-10-26 Simon Josefsson <jas@extundo.com>
16435
16436 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16437 <chenggao@gmail.com>.
16438
164392004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16440
16441 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16442 instead.
16443
164442004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16445
16446 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16447 to remove a server from the nnimap-server-buffer-alist.
16448 (nnimap-open-connection, nnimap-close-server): Use it.
16449
16450 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16451
164522004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16455 running the major-mode function.
16456
164572004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16458
16459 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16460 dummy marks in the right way.
16461
164622004-10-18 David Edmondson <dme@dme.org>
16463
16464 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16465 excessively.
16466
164672004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16468
16469 * gnus-util.el (gnus-split-references): Accept a nil references
16470 string and go on blissfully.
16471
16472 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16473 cases where the references string is non-nil but has no references.
16474
16475 * encrypt.el: Add autoload tags.
16476
16477 * spam.el (spam-resolve-registrations-routine): Remove article
16478 from unregistration list too. Reported by David Hanak
16479 <dhanak@isis.vanderbilt.edu>
16480
164812004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16482
16483 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 16484 nil. Change custom type.
01c52d31
MB
16485
164862004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16487
16488 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16489
16490 * gnus-sum.el (gnus-summary-move-article): Use it.
16491
164922004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16493
16494 * encrypt.el: Add autoload cookies.
16495
16496 * spam.el (spam-backend-article-list-property)
16497 (spam-backend-get-article-todo-list)
b97439ce 16498 (spam-backend-put-article-todo-list)
01c52d31
MB
16499 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16500 Resolve registrations separately.
16501 (spam-register-routine): Format comments.
16502 (spam-unregister-routine, spam-register-routine): Always call with
16503 specific-articles, no default list.
16504 (spam-summary-prepare-exit): Use the spam-classifications function.
16505
16506 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16507 gnus-encrypt.el.
16508
002876ab 16509 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 16510
002876ab 16511 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
16512
165132004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16514
16515 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16516 (gnus-score-save): Use it.
16517
16518 * message.el (message-bury): Use `window-dedicated-p'.
16519
165202004-10-15 Simon Josefsson <jas@extundo.com>
16521
16522 * pop3.el (top-level): Don't require nnheader.
16523 (pop3-read-timeout): Add.
16524 (pop3-accept-process-output): Add.
16525 (pop3-read-response, pop3-retr): Use it.
16526
165272004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16528
16529 * spam.el (spam-register-routine): Move comment.
16530 (spam-verify-bogofilter): Use 'unknown for the initial
16531 spam-bogofilter-valid state, not 'never.
16532
16533 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16534 for netrc-machine.
16535
296a8e19
SM
16536 * nnimap.el (nnimap-open-connection):
16537 Use netrc-machine-user-or-password.
01c52d31
MB
16538
165392004-10-17 Richard M. Stallman <rms@gnu.org>
16540
16541 * gnus-registry.el (gnus-registry-unload-hook):
16542 Set as a variable with add-hook.
16543
16544 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16545 of news-path.
16546
16547 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16548
16549 * spam.el: Delete duplicate `provide'.
16550 (spam-unload-hook): Set as a variable with add-hook.
16551
165522004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16553
16554 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16555 in the doc string.
16556
16557 * message.el (message-ignored-news-headers)
16558 (message-ignored-supersedes-headers)
16559 (message-ignored-resent-headers)
16560 (message-forward-ignored-headers): Improve custom type.
16561
165622004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16563
16564 * message.el (message-tokenize-header): Fix 2004-09-06 change
16565 which used point-min in the wrong place.
16566
165672004-10-12 Simon Josefsson <jas@extundo.com>
16568
16569 * tls.el (tls-certtool-program): New variable.
16570 (tls-certificate-information): New function, based on
16571 ssl-certificate-information.
16572
165732004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * compface.el: Move the version of ELisp-based uncompface program
16576 to the contrib directory because of the copyright problem.
16577
165782004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16579
16580 * message.el (message-kill-buffer): Raise the current frame.
16581
165822004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16583
16584 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16585
16586 * gnus.el (message-y-or-n-p): Autoload.
16587
16588 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16589 (pop3-password-required, pop3-authentication-scheme)
296a8e19 16590 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
16591 (pop3): New custom group.
16592 (pop3-retr): Remove `sleep-for' statements.
16593 Suggested by Dave Love <fx@gnu.org>.
16594
16595 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16596 Windows/DOS.
16597
16598 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
16599 (imap-parse-body): Fix incorrect use of `assert'.
16600 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
16601
16602 * mml.el (mml-minibuffer-read-disposition): Require match.
16603 Suggested by Dave Love <fx@gnu.org>.
16604
166052004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16606
16607 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16608 doc string.
16609
166102004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16611
16612 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16613
166142004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16615
16616 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16617 instead of calling `mm-insert-inline', to decode text/* parts
16618 before displaying them.
16619
166202004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16621
16622 * mm-uu.el (mm-uu-text-plain-type): New variable.
16623 (mm-uu-pgp-signed-extract-1): Use it.
16624 (mm-uu-pgp-encrypted-extract-1): Use it.
16625 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16626 bind mm-uu-text-plain-type with that value.
16627 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16628 mm-uu-dissect.
16629
166302004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16631
16632 * gnus-group.el (gnus-update-group-mark-positions):
16633 * gnus-sum.el (gnus-update-summary-mark-positions):
16634 * message.el (message-check-news-body-syntax):
16635 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16636 of string-as-multibyte.
16637
166382004-10-05 Juri Linkov <juri@jurta.org>
16639
16640 * gnus-group.el (gnus-update-group-mark-positions):
16641 * gnus-sum.el (gnus-update-summary-mark-positions):
16642 * message.el (message-check-news-body-syntax):
16643 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16644 8-bit unibyte values to a multibyte string for search functions.
16645
166462004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16647
16648 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16649 (mm-uu-dissect-text-parts): New function.
16650
16651 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16652 dissect text parts.
16653
16654 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16655 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16656
16657 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16658
296a8e19
SM
16659 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16660 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
16661
166622004-10-06 Jesper Harder <harder@ifa.au.dk>
16663
16664 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16665
166662004-10-05 Jesper Harder <harder@ifa.au.dk>
16667
16668 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16669 where approriate.
16670
16671 * nnml.el (nnml-generate-active-info): do.
16672
16673 * nndiary.el (nndiary-generate-active-info): do.
16674
16675 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16676 (gnus-topic-move): do.
16677
16678 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16679 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16680
16681 * gnus-srvr.el (gnus-server-prepare)
16682 (gnus-server-open-all-servers): do.
16683
16684 * gnus-msg.el (gnus-summary-cancel-article)
16685 (gnus-summary-resend-message)
16686 (gnus-summary-mail-crosspost-complaint): do.
16687
16688 * gnus-move.el (gnus-change-server): do.
16689
16690 * gnus-group.el (gnus-group-unmark-all-groups)
16691 (gnus-group-set-current-level): do.
16692
166932004-10-04 Simon Josefsson <jas@extundo.com>
16694
16695 * message.el (message-generate-hashcash): Doc fix.
16696
166972004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16698
16699 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16700 avoid infinite recursion via gnus-get-function.
16701
167022004-10-02 Jesper Harder <harder@ifa.au.dk>
16703
16704 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16705
16706 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16707
16708 * nnmail.el (nnmail-split-history): do.
16709
16710 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16711 (nnml-request-delete-group): do.
16712
16713 * nnslashdot.el (nnslashdot-read-groups): do.
16714
16715 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16716 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16717
16718 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 16719 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
16720 (nnspool-retrieve-headers-with-nov): Use mapc.
16721 (nnspool-request-newgroups): Use dolist.
16722 (nnspool-request-group): Use last.
16723
16724 * nntp.el (nntp-read-server-type): Use dolist.
16725
16726 * nnvirtual.el (nnvirtual-create-mapping)
16727 (nnvirtual-update-read-and-marked): Use dolist.
16728 (nnvirtual-convert-headers): Simplify.
16729
167302004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16731
296a8e19
SM
16732 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16733 Add support for sync'ing tick marks.
01c52d31
MB
16734
167352004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16736
16737 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16738 there's no visible header.
16739
167402004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16741
296a8e19
SM
16742 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16743 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
16744
167452004-10-01 Simon Josefsson <jas@extundo.com>
16746
16747 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16748 acroread.
16749
167502004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16751
16752 * spam-report.el (spam-report-gmane): Fix interactive.
16753
16754 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16755
16756 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16757 when writing file.
16758 (gnus-agent-synchronize-flags): Don't default to being
16759 interactive.
16760
167612004-09-30 Simon Josefsson <jas@extundo.com>
16762
16763 * message.el (message-generate-hashcash): Add.
16764 (message-send-mail): Use it, call mail-add-payment.
16765
167662004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16767
16768 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16769
167702004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16771
296a8e19 16772 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
16773 gnus-requst-update-info with explicit code to sync the in-memory
16774 info read flags with the marks being sync'd to the backend.
16775
296a8e19 16776 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
16777
167782004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16779
16780 * spam.el (spam-verify-bogofilter): Add new function.
16781 (spam-check-bogofilter)
16782 (spam-bogofilter-register-with-bogofilter): Use it.
16783 (spam-verify-bogofilter): Add small fixes.
16784
167852004-09-28 Simon Josefsson <jas@extundo.com>
16786
16787 * hashcash.el (hashcash-generate-payment): Revert.
16788
167892004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16790
296a8e19
SM
16791 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16792 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
16793
16794 * gnus-util.el (gnus-extract-references): Add new function, analogous
16795 to gnus-split-references but extracts only the message-ID without
16796 anything extra.
16797
16798 * hashcash.el (hashcash-generate-payment)
16799 (hashcash-check-payment): Do the right thing if hashcash-path is
16800 nil (because the hashcash program could not be found).
16801
16802 * spam.el (spam-use-hashcash): Remove comment.
16803
168042004-09-27 Jesper Harder <harder@ifa.au.dk>
16805
16806 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16807 (gnus-cache-enter-article, gnus-cache-remove-article)
16808 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16809
16810 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16811
16812 * gnus-art.el (article-hide-boring-headers)
16813 (article-translate-strings, article-display-face)
16814 (gnus-article-mime-match-handle-first)
16815 (gnus-article-highlight-headers)
16816 (gnus-article-add-buttons-to-head): do.
16817
168182004-09-27 Simon Josefsson <jas@extundo.com>
16819
16820 * hashcash.el: New version, from
16821 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
16822 ../contrib/.
16823
168242004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16825
16826 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16827
168282004-09-26 Jesper Harder <harder@ifa.au.dk>
16829
16830 * gnus-dup.el (gnus-dup-open): Use mapc.
16831 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16832
16833 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16834 Reported by Stefan Wiens <s.wi@gmx.net>.
16835
16836 * gnus.el (gnus-shutdown): Use dolist.
16837
16838 * gnus-undo.el (gnus-undo): Use mapc.
16839
16840 * nnrss.el (nnrss-generate-active): do.
16841
16842 * message.el (message-cite-original-without-signature)
16843 (message-cite-original): Use mapc.
16844 (message-do-actions, message-make-forward-subject): Use dolist.
16845
168462004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16847
296a8e19 16848 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
16849 deletion to remove entire duplicate line. Fixes merged article
16850 number bug.
16851
168522004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16853
16854 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16855 servers that are offline. Avoids having gnus-agent-toggle-plugged
16856 first ask if you want to open a server and then, even when you
16857 responded with no, asking if you want to synchronize the server's
16858 flags.
16859 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16860 multi-line expressions.
16861 (gnus-agent-synchronize-group-flags): New internal function.
16862 Updates marks in memory (in the info structure) AND in the
16863 backend.
16864
296a8e19 16865 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 16866
296a8e19
SM
16867 * nnagent.el (nnagent-request-set-mark):
16868 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
16869 method, to ensure that synchronization updates marks in the
16870 backend and in the info (in memory) structure.
16871
168722004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
16873
16874 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16875 convention fully; don't miss the root article of a thread; make
16876 the X-Draft-From header with correct article numbers.
16877
168782004-09-23 Kevin Greiner <kgreiner@compsol.cc>
16879
16880 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16881 unless plugged. Disable the agent so that an open failure causes
16882 an error.
16883
16884 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 16885 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
16886 synchronizing flags even when the backend stores the flags
16887 locally.
16888
168892004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
16890
16891 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16892 in `header' match. Reported by Svend Tollak Munkejord.
16893
16894 * message.el (message-cite-original): Fix use of
16895 `message-cite-articles-with-x-no-archive'.
16896
168972004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16898
16899 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16900 (gnus-window-to-buffer): Ditto.
16901
16902 * mml.el (mml-preview-buffer): New variable.
16903 (mml-preview): Manage window layout with gnus-buffer-configuration.
16904
16905 * gnus-msg.el (gnus-setup-message): Put article numbers into the
16906 X-Draft-From header even if those articles aren't quoted.
16907
169082004-09-21 Kevin Greiner <kgreiner@compsol.cc>
16909
16910 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16911 (gnus-request-set-mark, gnus-request-update-mark): Use new
16912 g-s-t-u-l-m to decide to use backend even when unplugged.
16913
169142004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
16915
16916 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16917 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
16918
169192004-09-20 Simon Josefsson <jas@extundo.com>
16920
16921 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16922 "utf-16-le".
16923
169242004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16927
169282004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16929
16930 * uudecode.el (uudecode-use-external): Add :version.
16931
16932 * smime.el (smime-CA-file, smime-encrypt-cipher)
16933 (smime-dns-server): Add :version.
16934
16935 * smiley.el (gnus-smiley-file-types): Add :version.
16936
16937 * sha1.el (sha1-use-external): Add :version.
16938
16939 * pgg-def.el (pgg-query-keyserver): Add :version.
16940
16941 * nnmail.el (nnmail-fancy-expiry-targets)
16942 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16943 Add :version.
16944
16945 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16946 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 16947 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
16948
16949 * mml.el (mml-content-disposition-parameters)
16950 (mml-insert-mime-headers-always): Add :version.
16951
16952 * mm-util.el (mm-coding-system-priorities): Add :version.
16953
16954 * mm-decode.el (mm-inline-text-html-with-images)
16955 (mm-keep-viewer-alive-types, mm-external-terminal-program)
16956 (mm-verify-option): Add :version.
16957 (mm-text-html-renderer): Change :version.
16958
16959 * message.el (message-fcc-externalize-attachments)
16960 (message-required-headers, message-draft-headers)
16961 (message-subject-trailing-was-query)
16962 (message-subject-trailing-was-ask-regexp)
16963 (message-subject-trailing-was-regexp, message-mark-insert-begin)
16964 (message-mark-insert-end, message-archive-header)
16965 (message-archive-note, message-cross-post-default)
16966 (message-cross-post-note, message-followup-to-note)
16967 (message-cross-post-note-function, message-use-mail-followup-to)
16968 (message-subscribed-address-functions)
16969 (message-subscribed-address-file, message-subscribed-addresses)
16970 (message-subscribed-regexps, message-allow-no-recipients)
16971 (message-yank-cited-prefix, message-signature-insert-empty-line)
16972 (message-hidden-headers, message-hierarchical-addresses)
16973 (message-mail-user-agent, message-use-idna)
16974 (message-valid-fqdn-regexp)
16975 (message-strip-special-text-properties, message-header-synonyms)
16976 (message-beginning-of-line, message-tab-body-function): Add :version.
16977 (message-insert-canlock, message-wide-reply-confirm-recipients):
16978 Change :version.
16979
16980 * mail-source.el (mail-source-ignore-errors): Add :group, :type
16981 and :version.
16982 (mail-source-delete-old-incoming-confirm)
16983 (mail-source-movemail-program): Add :version.
16984
16985 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16986 (gnus-agent-cache, gnus-agent): Change :version.
16987
16988 * gnus-util.el (gnus-use-byte-compile): Change :version.
16989
16990 * gnus-sum.el (gnus-summary-make-false-root-always)
16991 (gnus-summary-default-high-score)
16992 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16993 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16994 (gnus-read-all-available-headers, gnus-article-emulate-mime)
16995 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16996 (gnus-sum-thread-tree-single-indent)
16997 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16998 (gnus-sum-thread-tree-leaf-with-other)
16999 (gnus-sum-thread-tree-single-leaf): Add :version.
17000 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17001 (gnus-article-loose-mime): Change :version.
17002
17003 * gnus-start.el (gnus-backup-startup-file)
17004 (gnus-save-startup-file-via-temp-buffer): Add :version.
17005
17006 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17007 (gnus-server-offline-face): Add :version.
17008
17009 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17010
17011 * gnus-msg.el (gnus-gcc-externalize-attachments)
17012 (gnus-debug-files, gnus-debug-exclude-variables)
17013 (gnus-discouraged-post-methods): Change :version.
17014 (gnus-confirm-mail-reply-to-news)
17015 (gnus-confirm-treat-mail-like-news): Add :version.
17016
17017 * gnus-int.el (gnus-server-unopen-status): Add :version.
17018
17019 * gnus-group.el (gnus-group-jump-to-group-prompt)
17020 (gnus-large-ephemeral-newsgroup)
17021 (gnus-fetch-old-ephemeral-headers): Add :version.
17022
17023 * gnus-fun.el (gnus-x-face-directory)
17024 (gnus-convert-pbm-to-x-face-command)
17025 (gnus-convert-image-to-x-face-command)
17026 (gnus-convert-image-to-face-command): Add :version.
17027
17028 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17029
17030 * gnus-cite.el (gnus-cite-blank-line-after-header)
17031 (gnus-article-boring-faces): Add :version.
17032
17033 * gnus-art.el (gnus-buttonized-mime-types)
17034 (gnus-inhibit-mime-unbuttonizing)
17035 (gnus-treat-display-face)
17036 (gnus-treat-body-boundary): Change :version.
17037 (gnus-body-boundary-delimiter, gnus-picon-databases)
17038 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17039 (gnus-treat-date-english, gnus-treat-fold-headers)
17040 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17041 (gnus-treat-mail-picon, gnus-treat-wash-html)
17042 (gnus-article-encrypt-protocol)
17043 (gnus-use-idna, gnus-article-over-scroll)
17044 (gnus-mime-display-multipart-alternative-as-mixed)
17045 (gnus-mime-display-multipart-related-as-mixed)
17046 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17047 (gnus-ctan-url, gnus-button-ctan-handler)
17048 (gnus-button-handle-ctan-bogus-regexp)
17049 (gnus-button-ctan-directory-regexp)
17050 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17051 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17052 (gnus-button-man-level, gnus-button-emacs-level)
17053 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17054
17055 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17056 (gnus-agent-go-online): Change :version.
17057 (gnus-agent-expire-unagentized-dirs)
17058 (gnus-agent-auto-agentize-methods): Add :version.
17059
17060 * flow-fill.el (fill-flowed-display-column)
17061 (fill-flowed-encode-column): Add :version.
17062
17063 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17064 (gnus-outlook-deuglify-unwrap-max)
17065 (gnus-outlook-deuglify-cite-marks)
17066 (gnus-outlook-deuglify-unwrap-stop-chars)
17067 (gnus-outlook-deuglify-no-wrap-chars)
17068 (gnus-outlook-deuglify-attrib-cut-regexp)
17069 (gnus-outlook-deuglify-attrib-verb-regexp)
17070 (gnus-outlook-deuglify-attrib-end-regexp)
17071 (gnus-outlook-display-hook): Add :version.
17072
17073 * binhex.el (binhex-use-external): Add :version.
17074
170752004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17076
17077 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17078 and `invisible'.
17079
170802004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17081
17082 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17083 in gnus-registry-trim.
17084
170852004-09-13 Simon Josefsson <jas@extundo.com>
17086
17087 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17088
17089 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17090
17091 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17092 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17093 <yamaoka@jpl.org>.
17094 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17095 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17096 <yamaoka@jpl.org>.
17097
17098 * sieve.el (sieve-manage-mode): Ditto.
17099
171002004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17101
17102 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17103
171042004-09-11 Simon Josefsson <jas@extundo.com>
17105
17106 * dns-mode.el: Add.
17107
17108 * mm-view.el (mm-display-dns-inline): Add.
17109
17110 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17111 (mm-automatic-display): Ditto.
17112
17113 * mailcap.el (mailcap-mime-data): Add text/dns.
17114 (mailcap-mime-extensions): Map .soa to text/dns.
17115
171162004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17117
17118 * gnus-art.el (article-decode-mime-words, article-babel)
17119 (gnus-article-highlight-signature, gnus-article-add-buttons)
17120 (gnus-signature-toggle): Remove unnecessary bindings of
17121 `inhibit-read-only' inherited from v5.10 merge.
17122
171232004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17124
17125 * nntp.el (nntp): New customization group.
17126 (nntp-authinfo-file): Add customization group.
17127
17128 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17129
17130 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17131
17132 * gnus.el (to-address, to-list, subscribed)
17133 (large-newsgroup-initial): Ditto.
17134
17135 * flow-fill.el (fill-flowed-display-column)
17136 (fill-flowed-encode-column): Ditto.
17137
ce058493 171382004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
17139
17140 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17141 Use point-min rather than 1.
17142 (message-send-mail): Use buffer-size rather than point-max.
17143
17144 * gnus-sum.el (gnus-summary-search-article-forward):
17145 Signal a specific `search-failed' rather than a generic `error'.
17146
17147 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17148 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17149 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17150
171512004-09-10 Simon Josefsson <jas@extundo.com>
17152
17153 * nndb.el (require): Remove tcp and duplicate cl.
17154
171552004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17156
17157 * gnus-agent.el (directory-files-and-attributes): Move forward.
17158
171592004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17160
296a8e19
SM
17161 * gnus-agent.el (directory-files-and-attributes):
17162 Optionally defined to support XEmacs.
01c52d31
MB
17163
171642004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17165
002876ab 17166 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
17167 to avoid run-time CL dependencies.
17168 (gnus-agent-unfetch-articles): New function.
17169 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17170 article numbers even when local .overview file is missing.
002876ab 17171 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 17172 27-bit article numbers.
296a8e19
SM
17173 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17174 Use gnus-agent-read-article-number.
01c52d31
MB
17175 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17176 from backend while recognizing that article numbers in .overview
17177 must be valid.
296a8e19
SM
17178 (gnus-agent-update-files-total-fetched-for):
17179 Use directory-files-and-attributes to improve performance.
17180 * gnus-int.el (gnus-request-move-article):
17181 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
17182 improve performance.
17183
296a8e19 17184 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
17185 some users confused by references to .newsrc when they only have a
17186 .newsrc.eld file.
149cd465 17187 (gnus-convert-mark-converter-prompt)
296a8e19 17188 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 17189 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 17190 New function. Used internally to only display 'gnus converting
01c52d31
MB
17191 files' message when actually necessary.
17192
296a8e19 17193 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
17194 methods now autoloaded.
17195
171962004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17197
17198 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17199 identifiers.
17200
172012004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17202
17203 * gnus-picon.el: Fix indentation and closing parenthesis.
17204
172052004-09-01 Simon Josefsson <jas@extundo.com>
17206
17207 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 17208 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
17209 to require within a function. Sadly, if sha1.el isn't loaded, the
17210 let binding in m-c-g will hide the defcustom definition, which is
17211 bad.)
17212
17213 * canlock.el: Require sha1, not sha1-el.
17214
17215 * message.el: Don't autoload sha1 (there is a autoload cookie in
17216 sha1.el).
17217
296a8e19 17218 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
17219
172202004-08-30 Juanma Barranquero <lektu@terra.es>
17221
17222 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17223
172242004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17225
17226 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17227
172282004-08-30 Kim F. Storm <storm@cua.dk>
17229
17230 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17231
17232 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17233 Add :group 'nnimap.
17234
172352004-08-30 Andreas Schwab <schwab@suse.de>
17236
17237 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17238 ?* and ?\;.
17239
17240 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17241 and ?\' to symbol instead of whitespace.
17242
172432004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17244
17245 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17246
17247 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17248 instead of re-search-forward.
17249
17250 * gnus-uu.el (gnus-uu-save-article): Ditto.
17251 (gnus-uu-post-encode-uuencode): Ditto.
17252
17253 * html2text.el (html2text-clean-list-items): Ditto.
17254 (html2text-clean-dtdd): Ditto.
17255 (html2text-format-tags): Ditto.
17256
17257 * message.el (message-send-mail-with-sendmail): Fix regexp.
17258 (message-fill-field-general): Use search-forward instead of
17259 re-search-forward.
17260 (unbold-region): Ditto.
17261
17262 * nnrss.el (nnrss-request-article): Ditto.
17263
17264 * nnslashdot.el (nnslashdot-request-article): Ditto.
17265
17266 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17267
17268 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17269 "Unrecognized menu descriptor" error in XEmacs.
17270
172712004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17272
17273 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17274 parent article of a sparse article in the thread hashtb.
17275
172762004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17277
17278 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17279 (nnmail-expand-newtext): Lowercase expanded entries if
17280 nnmail-split-lowercase-expanded is non-nil.
17281
172822004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17283
c9e31f32 17284 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
17285
17286 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17287 of gnus-tmp-news-method into string under XEmacs. It will be
17288 passed to gnus-correct-length which takes only a string argument.
17289
172902004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17291
17292 * gnus-util.el (gnus-bind-print-variables): New macro.
17293 (gnus-prin1): Use it.
17294 (gnus-prin1-to-string): Use it.
17295 (gnus-pp): New function.
17296 (gnus-pp-to-string): New function.
17297
c9e31f32
SM
17298 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17299 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
17300 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17301 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17302 * gnus-msg.el (gnus-debug): Ditto.
17303 * gnus-score.el (gnus-score-save): Ditto.
17304 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17305 gnus-pp-to-string.
17306 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17307 with gnus-pp.
17308 * score-mode.el (gnus-score-pretty-print): Ditto.
17309 * webmail.el (webmail-debug): Ditto.
17310
173112004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17312
c9e31f32
SM
17313 * gnus-art.el (article-display-face, article-display-x-face):
17314 Use buffer-read-only.
01c52d31
MB
17315
173162004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17317
c9e31f32
SM
17318 * gnus-art.el (article-hide-list-identifiers):
17319 Bind inhibit-read-only as t.
01c52d31
MB
17320
173212004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17322
17323 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17324
173252004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17326
17327 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17328 (gnus-narrow-to-page): Don't assume point-min == 1.
17329 (gnus-article-edit-mode): Derive from message-mode.
17330
17331 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17332 point-min == 1.
17333
17334 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17335 Disable incorrect use of `assert'.
17336
17337 * message.el (message-mode): Set comment-start-skip.
17338
01c52d31
MB
173392004-08-22 Sam Steingold <sds@gnu.org>
17340
17341 * pop3.el (pop3-leave-mail-on-server): New user variable.
17342 (pop3-movemail): Delete mail only when it is nil.
17343
173442004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17345
17346 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17347
17348 * mml.el (mml-preview): Use `pop-to-buffer'.
17349
17350 * message.el (message-goto-mail-followup-to): Insert after "To".
17351 (message-carefully-insert-headers): Add comment.
17352
17353 * gnus.el: Remove unused variable `gnus-article-check-size'.
17354
17355 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17356
296a8e19
SM
17357 * gnus-art.el (gnus-button-alist):
17358 Improve `gnus-button-handle-library' entry.
01c52d31
MB
17359
173602004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17361
296a8e19
SM
17362 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17363 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
17364
173652004-08-18 Jesper Harder <harder@ifa.au.dk>
17366
17367 * nntp.el: Add (require 'gnus) due to reference to
17368 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17369
173702004-08-18 Florian Weimer <fw@deneb.enyo.de>
17371
296a8e19
SM
17372 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17373 Bind `mm-fill-flowed'.
01c52d31
MB
17374
17375 * mm-decode.el (mm-dissect-singlepart): Check it.
17376
173772004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17378
17379 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17380 'imap' for netrc parsing.
17381
173822004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17383
17384 * mailcap.el (mailcap-mime-data): Mark as risky.
17385
173862004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17387
17388 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17389 may be included in the encoded word.
17390 (rfc2047-encode): Don't append a space if the encoded word
17391 includes close parenthesis.
17392
173932004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17394
17395 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17396 of text within parentheses.
17397
173982004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17399
17400 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17401 (gnus-encrypt-write-file-contents): Make the password key the file
17402 name PLUS the cipher, not just the cipher. Also remove failed
17403 passwords from the cache.
17404
174052004-08-06 Simon Josefsson <jas@extundo.com>
17406
296a8e19
SM
17407 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17408 Doc fix.
01c52d31
MB
17409
174102004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17411
17412 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17413 LWSP.
17414
174152004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17416
296a8e19
SM
17417 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17418 Try to append in-reply-to: data to the references: header.
01c52d31 17419
c4cc8b9a 17420 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
17421 (netrc-parse): Use gnus-encrypt.el functions.
17422
17423 * gnus-encrypt.el: Add new file for encryption support; currently
17424 does only a few GPG ciphers and an internal XOR cipher.
17425
17426 * password.el: Add comments on using password-read-and-add.
17427 (password-read-and-add): Add function to read and add the
17428 password to the cache at once.
17429
174302004-07-28 Simon Josefsson <jas@extundo.com>
17431
17432 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17433 parameter (but don't use it, for now).
17434
17435 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17436 instead of hard coding to nil.
17437
174382004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17439
17440 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17441 as mm-inline-image-xemacs does.
17442
174432004-07-26 Simon Josefsson <jas@extundo.com>
17444
17445 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17446 Revert part of 2004-07-17 change below.
17447
174482004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17449
296a8e19
SM
17450 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17451 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
17452
174532004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17454
17455 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17456 quotes that actually start with ">" at the beginning of the
17457 lines.
17458
174592004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17460
17461 * rfc2047.el (rfc2047-encode-region): Fix last change.
17462 (rfc2047-encode-parameter): Remove useless concat.
17463
174642004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17465
17466 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17467 encode special characters; fix some kind of misconfigured headers;
17468 signal a real error if debug-on-quit or debug-on-error is non-nil.
17469 (rfc2047-encode-max-chars): New variable.
17470 (rfc2047-encode-1): Use it.
17471 (rfc2047-encode-parameter): New function.
17472
17473 * mml.el (mml-insert-parameter): Remove an excessive space.
17474
174752004-07-17 Simon Josefsson <jas@extundo.com>
17476
17477 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17478 Kai Grossjohann <kai@emptydomain.de>.
17479 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17480 (gnus-group-make-menu-bar): Ditto.
17481
17482 * gnus-util.el (gnus-group-server): Add.
17483
174842004-07-16 Jesper Harder <harder@ifa.au.dk>
17485
17486 * message.el (message-clone-locals): Clone sendmail and smtp
17487 variables.
17488
174892004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17490
17491 * rfc2047.el (rfc2047-encode-region): Fix last change.
17492
174932004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17494
17495 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17496 characters as non-special.
17497
174982004-07-09 Simon Josefsson <jas@extundo.com>
17499
17500 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17501 Users will lose all flag changes made while unplugged with
17502 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17503 good default. See numerous reports on ding mailing list.
17504
175052004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17506
17507 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17508 add generate-head-function and generate-article-function to the
17509 rfc822-forward entry.
17510 (nndoc-rfc822-forward-generate-article): New function.
17511 (nndoc-rfc822-forward-generate-head): New function.
17512
17513 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17514
175152004-07-06 Dan Christensen <jdc@uwo.ca>
17516
17517 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17518 respect display group parameter and gnus-summary-expunge-below.
17519 (gnus-articles-to-read): Remove unused reference to display group
17520 parameter.
17521
175222004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17523
17524 * nnheader.el (nnheader-uniquify-message-id): New experimental
17525 variable.
17526 (nnheader-nov-read-message-id): Use it.
17527
17528 * spam-report.el (spam-report-gmane): Add interactive.
17529
175302004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17531
296a8e19
SM
17532 * mm-encode.el (mm-content-transfer-encoding-defaults):
17533 Use qp-or-base64 for the application/* types.
01c52d31
MB
17534
175352004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17536
17537 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17538
175392004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17540
17541 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17542 trim value.
17543
175442004-01-25 Paul Jarc <prj@po.cwru.edu>
17545
17546 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17547 New macro and function.
17548 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17549
175502004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17551
17552 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17553 after-load-alist.
17554
175552004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17556
296a8e19
SM
17557 * gnus-group.el (gnus-group-get-new-news-this-group):
17558 Don't update info that isn't there.
01c52d31
MB
17559
175602004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17561
17562 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17563 entry.
17564
175652004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17566
17567 * mm-view.el (mm-inline-render-with-function): Use multibyte
17568 buffer; decode html source by charset.
17569
17570 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17571
17572 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17573 Mule-UCS is loaded under XEmacs.
17574 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17575
175762004-06-28 Jesper Harder <harder@ifa.au.dk>
17577
17578 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17579
175802004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17581
17582 * mm-util.el (mm-coding-system-p): Return a coding-system.
17583 (mm-mime-mule-charset-alist): Use shift_jis instead of
17584 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17585 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17586 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17587 instead of japanese-shift-jis and iso-latin-1 respectively in
17588 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
17589 (mm-mule-charset-to-mime-charset):
17590 Make mm-coding-system-priorities effective.
01c52d31
MB
17591 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17592 while predicating of candidates upon the priorities.
17593
175942004-06-27 Jesper Harder <harder@ifa.au.dk>
17595
296a8e19
SM
17596 * gnus-sum.el (gnus-summary-make-menu-bar):
17597 Add gnus-uu-invert-processable.
01c52d31
MB
17598
17599 * gnus.el: Autoload gnus-uu-invert-processable.
17600
176012004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17602
17603 * mm-util.el (mm-with-multibyte-buffer): New macro.
17604
17605 * rfc2047.el (rfc2047-encode-string): Use it.
17606 (rfc2047-encode-region): Move point to the end of the region after
17607 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17608
176092004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17610
17611 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17612 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17613
176142004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17615
17616 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
17617 (gnus-cite-parse): Ignore quoted envelope From_.
17618 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
17619
176202004-06-23 Jesper Harder <harder@ifa.au.dk>
17621
17622 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17623 invalid addresses.
17624
176252004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17626
17627 * spam.el: Change section markers, revise TODO list.
17628 (spam-backends): Make new master list of all installed backends.
17629 (spam-summary-exit-behavior): Add new variable to determine how
17630 messages moves are done at summary exit.
17631 (spam-move-spam-nonspam-groups-only)
17632 (spam-process-ham-in-nonham-groups)
17633 (spam-process-ham-in-spam-groups): Remove variables, the
17634 spam-summary-exit-behavior variable should be used to manage this
17635 behavior.
17636 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17637 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17638 and spam-old-spam-articles.
17639 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17640 Add empty variables, placeholders for the backends they represent.
17641 (spam-set-difference): Move, unchanged.
17642 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17643 unless the user has a processor variable.
17644 (spam-classifications, spam-classification-valid-p)
17645 (spam-backend-properties, spam-backend-property-valid-p)
17646 (spam-backend-function-type-valid-p)
17647 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17648 (spam-report-articles-gmane, spam-report-articles-resend):
17649 Remove functions, they are not needed.
17650 (spam-install-backend-super, spam-backend-list)
17651 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17652 (spam-backend-function, spam-backend-ham-registration-function)
17653 (spam-backend-spam-registration-function)
17654 (spam-backend-ham-unregistration-function)
17655 (spam-backend-spam-unregistration-function)
17656 (spam-backend-statistical-p, spam-backend-mover-p)
17657 (spam-install-backend-alias, spam-install-checkonly-backend)
17658 (spam-install-mover-backend, spam-install-nocheck-backend)
17659 (spam-install-backend, spam-install-statistical-backend)
17660 (spam-install-statistical-checkonly-backend): Add backend installation
17661 support.
17662 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17663 (spam-group-processor-p): Use the new backend code and respect the
17664 summary exit behavior.
17665 (spam-mark-spam-as-expired-and-move-routine): Remove.
17666 (spam-summary-prepare): Change to use the new spam-old-articles
17667 variable.
17668 (spam-copy-or-move-routine, spam-copy-spam-routine)
17669 (spam-move-spam-routine, spam-copy-ham-routine)
17670 (spam-move-ham-routine): Add code to copy/move ham or spam.
17671 (spam-fetch-field-fast): Improve doc and code, plus allow the
17672 'number request.
296a8e19
SM
17673 (spam-list-of-checks, spam-list-of-statistical-checks):
17674 Remove variables.
01c52d31
MB
17675 (spam-split, spam-find-spam): Use the new backend code.
17676 (spam-registration-functions): Remove variable.
17677 (spam-unregister-routine): Add convenience wrapper.
17678 (spam-log-undo-registration, spam-register-routine)
17679 (spam-log-processing-to-registry)
17680 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17681 where possible.
17682 (spam-check-gmane-xref, spam-check-regex-headers)
17683 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17684 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17685 (spam-check-bogofilter-headers, spam-check-spamoracle)
17686 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17687 (spam-check-crm114-headers): Use the spam-split-group that
17688 spam-split prepares, no need to determine it every time.
17689
17690 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17691 to the nnheader-parse-naked-head call.
17692
17693 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17694
17695 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17696 the nnheader-nov-read-message-id call.
17697
176982004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17699
17700 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17701 gnus-activate-group twice. Suggested by Markus Peter
17702 <warp@spin.de>.
17703
177042004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17705
17706 * gnus-art.el (gnus-article-time-format): Exchange the order of
17707 day and month in the default value; fix customization type.
17708 (article-date-ut): Use add-text-properties.
17709 (article-make-date-line): Use message-make-date instead of
17710 current-time-string.
17711
17712 * message.el (message-fetch-field): Don't use set-text-properties.
17713 (message-make-date): Simplify.
0f49874b 17714
01c52d31 177152004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17716
01c52d31
MB
17717 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17718 (rfc2047-encode-region): Treat text within parentheses as special;
17719 show the original text when error has occurred.
0f49874b 17720
01c52d31
MB
17721 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17722 already-computed method to gnus-activate-group.
0f49874b 17723
01c52d31
MB
17724 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17725 same select-methods identical Lisp objects.
0f49874b 17726
01c52d31
MB
17727 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17728 object when modifying the info.
0f49874b 17729
01c52d31 177302004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17731
01c52d31
MB
17732 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17733 gnus-opened-servers since it has never been opened with the new
17734 configuration yet.
0f49874b 17735
01c52d31 177362004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17737
01c52d31
MB
17738 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17739 arg to nnheader-generate-fake-message-id.
0f49874b 17740
01c52d31 177412004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 17742
01c52d31
MB
17743 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17744 number and build a fake message ID localized to a group and
17745 article number (so it's repeatable from that point on).
cc4a96c6 17746 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 17747 ID format.
ca0a6900 17748
296a8e19
SM
17749 * gnus-sum.el (gnus-get-newsgroup-headers):
17750 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 17751
01c52d31 177522004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 17753
01c52d31
MB
17754 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17755 end-of-buffer.
a21fb88e 17756
01c52d31 177572004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 17758
01c52d31 17759 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 17760
01c52d31 177612004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 17762
01c52d31
MB
17763 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17764 goto-char.
17765 (rfc2047-encode): Fold the line before encoding.
bfe5418b 17766
01c52d31 177672004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 17768
01c52d31
MB
17769 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17770 folding -- not all headers can be folded, and this should be done
17771 by the message composition mode. Probably. I think.
d4755e04 17772
01c52d31 177732004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 17774
01c52d31
MB
17775 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17776 fast.
95f75c75 17777
01c52d31
MB
17778 * gnus-ems.el (gnus-remove-image): Don't use
17779 message-text-with-property; remove only the image found first.
4a43ee9b 17780
01c52d31 177812004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 17782
01c52d31 17783 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 17784
01c52d31 177852004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17786
01c52d31
MB
17787 * message.el (message-text-with-property): Make it fast and accept
17788 optional arguments.
17789 (message-strip-forbidden-properties): Use it.
17790 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 17791
01c52d31 17792 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 17793
01c52d31 177942004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17795
01c52d31
MB
17796 * gnus-art.el (article-hide-headers): Don't change the buffer
17797 mistakenly when performing mml-preview even if
17798 gnus-single-article-buffer is nil.
4a43ee9b 17799
01c52d31 178002004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 17801
01c52d31
MB
17802 * message.el (message-expand-name-databases): New user option.
17803 (message-expand-name): Use it.
4a43ee9b 17804
01c52d31 178052004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 17806
01c52d31
MB
17807 * spam.el (spam-report-articles-resend)
17808 (spam-report-resend-register-routine): Allow ham reporting.
17809 (spam-report-resend-register-ham-routine): Add wrapper.
17810 (spam-registration-functions): Add ham resending functions.
17811 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 17812
01c52d31
MB
17813 * gnus.el (ham-resend-to): Add new group parameter.
17814 (spam-process): Add ham resend option.
4a43ee9b 17815
01c52d31
MB
17816 * spam-report.el (spam-report-resend): Allow reporting ham.
17817 (spam-report-resend-ham): Add wrapper.
4a43ee9b 17818
01c52d31 178192004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 17820
296a8e19
SM
17821 * message.el (message-cite-articles-with-x-no-archive):
17822 New variable.
01c52d31 17823 (message-cite-original): Use it.
4a43ee9b 17824
01c52d31 178252004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 17826
01c52d31 17827 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 17828
01c52d31 178292004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 17830
01c52d31
MB
17831 * gnus-art.el (article-hide-headers): Refer to the values for
17832 gnus-ignored-headers and gnus-visible-headers in the summary
17833 buffer since a user may have set them as group parameters.
cfcd5c91 17834
01c52d31 178352004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 17836
01c52d31
MB
17837 * assistant.el (assistant-node-name): Add convenience function.
17838 (assistant-render-text, assistant-render-node): Add error handling,
17839 plus handle multiple next nodes.
17840 (assistant-find-next-node): Comment out for now.
17841 (assistant-find-next-nodes): Add function, returns list of next
17842 nodes.
17843
178442004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
17845
17846 * mail-source.el (mail-source-directory): Fix doc-string.
17847
178482004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
17849
17850 * assistant.el (assistant-render-text, assistant-eval): Add :set
17851 widget type, which is different because it takes and returns a
17852 list. Much hilarity ensues.
17853
178542004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
17855
296a8e19 17856 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 17857
296a8e19
SM
17858 * gnus-group.el (gnus-group-get-new-news-this-group):
17859 Add doc-string.
01c52d31 17860
296a8e19 17861 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
17862
178632004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
17864
17865 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17866
178672004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
17868
17869 * assistant.el (assistant-render-text): Try to add a :set
17870 widget, more to come.
17871
17872 * spam.el (spam-group-spam-contents-p): Handle empty groupname
17873 strings.
17874 (spam-report-articles-resend)
17875 (spam-register-routine): Do registration iff any articles warrant
17876 it.
17877 (spam-summary-prepare-exit): Change log message for nil group
17878 destinations.
17879
178802004-05-27 Daniel Pittman <daniel@rimspace.net>
17881
296a8e19
SM
17882 * spam.el (spam-report-resend-register-routine):
17883 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
17884
178852004-05-26 Simon Josefsson <jas@extundo.com>
17886
17887 * starttls.el: Merge with my GNUTLS based starttls.el.
17888 (starttls-gnutls-program, starttls-use-gnutls)
17889 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
17890 (starttls-connect, starttls-failure, starttls-success):
17891 New variables.
01c52d31 17892 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
17893 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17894 New functions.
17895 (starttls-negotiate, starttls-open-stream):
17896 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
17897 function if it is set.
17898
178992004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17900
17901 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17902 structured fields.
17903
179042004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17905
17906 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17907
179082004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
17909
296a8e19
SM
17910 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17911 Add variable.
01c52d31
MB
17912 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
17913 assigning the spam-mark to new messages.
17914
880820fe 179152004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 17916
c4cc8b9a 17917 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
17918
179192004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17920
17921 * rfc2047.el (rfc2047-encodable-p): Don't move point.
17922 (rfc2047-decode): Treat the ascii coding-system as raw-text by
17923 default.
17924
179252004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
17926
002876ab 17927 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
17928 correct data.
17929
179302004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
17931
17932 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17933 (spam-group-processor-p): Fix function.
17934 (spam-group-processor-multiple-p)
17935 (spam-group-spam-processor-report-gmane-p)
17936 (spam-group-spam-processor-report-resend-p)
17937 (spam-group-spam-processor-bogofilter-p)
17938 (spam-group-spam-processor-blacklist-p)
17939 (spam-group-spam-processor-ifile-p)
17940 (spam-group-ham-processor-ifile-p)
17941 (spam-group-spam-processor-spamoracle-p)
17942 (spam-group-spam-processor-crm114-p)
17943 (spam-group-ham-processor-bogofilter-p)
17944 (spam-group-spam-processor-stat-p)
17945 (spam-group-ham-processor-stat-p)
17946 (spam-group-ham-processor-whitelist-p)
17947 (spam-group-ham-processor-BBDB-p)
17948 (spam-group-ham-processor-spamoracle-p)
17949 (spam-group-ham-processor-copy-p): Remove functions with some
17950 prejudice against unneeded code.
17951 (spam-report-articles-resend)
17952 (spam-report-resend-register-routine): Allow the group/topic
17953 spam-resend-to value to override spam-report-resend-to.
17954 (spam-summary-prepare-exit): Invoke spam-group-processor-p
17955 properly now.
17956
17957 * gnus.el (spam-resend-to): Add group/topic parameter.
17958 (spam-process): Move the OBSOLETE processors to the end of the
17959 choices.
17960
179612004-05-24 Daniel Pittman <daniel@rimspace.net>
17962
296a8e19
SM
17963 * spam-report.el (spam-report-resend-to, spam-report-resend):
17964 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
17965 (spam-report-resend): spam-report-resend takes a list of articles, not
17966 separate article numbers.
17967
179682004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
17969
17970 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17971 addition to emacs-w3m.
17972
179732004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17974
17975 * assistant.el (assistant-authinfo-data): New function.
17976 (assistant-eval): Eval for entire assistant.
17977
17978 * netrc.el (netrc-services-file): New variable.
17979 (netrc-parse-services): New function.
17980 (netrc-find-service-name): New function.
17981 (netrc-find-service-number): New function.
17982 (netrc-port-equal): New function.
17983 (netrc-machine): Use it.
17984
17985 * nnimap.el (nnimap-open-connection): Use netrc.
17986
17987 * gnus-util.el (gnus-netrc-get): Remove aliases.
17988
17989 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17990
17991 * assistant.el (wid-edit): Fix compilation.
17992
17993 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17994
179952004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
17996
17997 * gnus-util.el (gnus-set-file-modes): New function. (small
17998 patch).
17999
180002004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18001
01c52d31 18002 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 18003
01c52d31
MB
18004 * assistant.el (assistant-render-node): Fix up rendering and
18005 read-only text.
18006 (assistant-render-node): Reset.
18007 (assistant-make-read-only): Not sticky.
cfcd5c91 18008
01c52d31 180092004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 18010
01c52d31
MB
18011 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18012 centered even when gnus-auto-center-summary is t
cfcd5c91 18013
01c52d31 180142004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18015
01c52d31
MB
18016 * dns.el (dns-get-txt-answer): New function.
18017 (dns-read-txt): Ditto.
18018 (query-dns): Use it.
cfcd5c91 18019
01c52d31 180202004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 18021
01c52d31
MB
18022 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18023 active for foreign groups even if the group level is higher than
18024 the specified value.
cfcd5c91 18025
01c52d31 180262004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 18027
01c52d31
MB
18028 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18029 non-active groups.
9ad41fb7 18030
01c52d31 18031 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 18032
01c52d31 180332004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 18034
01c52d31 18035 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 18036
01c52d31 180372004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 18038
01c52d31
MB
18039 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18040 (spam-crm114-header, spam-crm114-spam-switch)
18041 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18042 (spam-crm114-positive-spam-header)
18043 (spam-crm114-database-directory, spam-list-of-processors)
18044 (spam-group-spam-processor-crm114-p)
18045 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18046 (spam-generic-score, spam-list-of-checks)
18047 (spam-list-of-statistical-checks, spam-registration-functions)
18048 (spam-check-crm114-headers, spam-crm114-score)
18049 (spam-check-crm114, spam-crm114-register-with-crm114)
18050 (spam-crm114-register-spam-routine)
18051 (spam-crm114-unregister-spam-routine)
18052 (spam-crm114-register-ham-routine)
296a8e19
SM
18053 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18054 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 18055
01c52d31 18056 * gnus.el: Add spam-use-crm114.
d0859c9a 18057
01c52d31
MB
18058 * spam.el (spam-list-of-processors, spam-registration-functions):
18059 Add spam-use-resend.
18060 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18061 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
18062 (spam-report-articles-resend, spam-report-resend-register-routine):
18063 Add wrappers around spam-report-resend-to.
d0859c9a 18064
01c52d31
MB
18065 * spam-report.el (spam-report-resend-to, spam-report-resend):
18066 Add support for resending spam.
18067 (spam-report-gmane): Fix line length >80.
d0859c9a 18068
01c52d31 18069 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 18070
01c52d31 180712004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 18072
01c52d31
MB
18073 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18074 number of processed spam messages.
18075 (spam-ham-copy-or-move-routine): Return the number of processed
18076 ham messages.
18077 (spam-summary-prepare-exit): Use the above values to decide
18078 whether status messages shouled be displayed.
d0859c9a 18079
01c52d31 180802004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 18081
296a8e19 18082 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
18083 `rfc2047-encoding-function-alist' in order to avoid conflicting
18084 with the old version.
18085 (rfc2047-encode-region): Concatenate words containing non-ASCII
18086 characters in structured fields; don't encode space-delimited
18087 ASCII words even in unstructured fields; don't break words at
18088 char-category boundaries.
18089 (rfc2047-encode-1): New function.
18090 (rfc2047-encode): Use it; encode text so that it occupies the
18091 maximum width within 76-column; work correctly on Q encoding for
18092 iso-2022-* charsets.
18093 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18094 sure not to break a line just after the header name.
296a8e19 18095 (rfc2047-b-encode-region): Remove.
01c52d31 18096 (rfc2047-b-encode-string): New function.
296a8e19 18097 (rfc2047-q-encode-region): Remove.
01c52d31 18098 (rfc2047-q-encode-string): New function.
d0859c9a 18099
01c52d31 18100 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 18101
01c52d31 181022004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18103
296a8e19
SM
18104 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18105 Really get it right.
01c52d31 18106 (gnus-inews-make-draft): Really.
d0859c9a 18107
01c52d31 181082004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 18109
01c52d31
MB
18110 * nnmh.el (nnmh-request-list-1): Don't check the link count
18111 before descending. (small patch)
d0859c9a 18112
01c52d31 181132004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18114
01c52d31
MB
18115 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18116 stuff.
6441d280 18117
296a8e19
SM
18118 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18119 Match on real group name.
6441d280 18120
01c52d31 18121 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 18122
01c52d31 18123 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 18124
01c52d31 181252004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 18126
296a8e19
SM
18127 * gnus-draft.el (gnus-draft-send):
18128 Bind rfc2047-encode-encoded-words.
8654e13a 18129
01c52d31
MB
18130 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18131 (rfc2047-encodable-p): Say that =? needs encoding.
18132 (rfc2047-encode-encoded-words): New variable.
8654e13a 18133
01c52d31 18134 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 18135
01c52d31 18136 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 18137
01c52d31
MB
18138 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18139 to nil.
31640842 18140
01c52d31 18141 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 18142
01c52d31 18143 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 18144
01c52d31 181452004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 18146
296a8e19
SM
18147 * gnus-msg.el (gnus-summary-followup-with-original):
18148 Document yanking of region when active.
61b397cd 18149
01c52d31 181502004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 18151
01c52d31
MB
18152 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18153 groups if the group level is higher than the specified value.
31640842 18154
01c52d31 181552004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 18156
01c52d31 18157 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 18158 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
18159 `gnus-group-jump-to-group-prompt'. Query before jumping to
18160 non-active group.
cd01ded9 18161
01c52d31
MB
18162 * compface.el (uncompface): Be verbose when changing
18163 `uncompface-use-external'.
850c333d 18164
01c52d31
MB
18165 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18166 handle manual section.
850c333d 18167
01c52d31 181682004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 18169
01c52d31 18170 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 18171
01c52d31 181722004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 18173
01c52d31 18174 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 18175
01c52d31 181762004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 18177
01c52d31
MB
18178 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18179 whether backend can accept message.
6a748eda 18180
01c52d31 18181 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 18182
01c52d31 181832004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 18184
01c52d31
MB
18185 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18186 Avoid creating directory when nntp-marks-is-evil is true.
18187 Reported by Reiner Steib.
9a89f5b0 18188
01c52d31 181892004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 18190
01c52d31 18191 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
18192 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18193 (gnus-picon-transform-address): Support `gnus-picon-style'.
18194 From Jesper Harder <harder@ifa.au.dk>.
91472578 18195
01c52d31 181962004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18197
01c52d31
MB
18198 * message.el (message-fill-field): Return point.
18199 (message-generate-headers): Go to end of field.
91472578 18200
01c52d31
MB
18201 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18202 stuff for non-living groups.
91472578 18203
01c52d31 182042004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 18205
01c52d31
MB
18206 * gnus-art.el (gnus-article-followup-with-original)
18207 (gnus-article-reply-with-original): gnus-mark-active-p ->
18208 gnus-region-active-p.
91472578 18209
01c52d31 182102004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 18211
01c52d31
MB
18212 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18213 only when there is spam or ham to be processed.
91472578 18214
01c52d31 182152004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18216
01c52d31
MB
18217 * mail-source.el (mail-source-delete-crash-box): Refactor.
18218 (mail-source-fetch): Use it.
18219 (mail-source-fetch-file): Ditto.
18220 (mail-source-fetch-directory): Run postscript in loop.
18221 (mail-source-fetch-pop): Delete.
18222 (mail-source-fetch-maildir): Ditto.
18223 (mail-source-fetch-imap): Ditto.
91472578 18224
01c52d31 18225 * imap.el (imap-authenticators): Comment out sasl.
91472578 18226
01c52d31
MB
18227 * message.el (message-skip-to-next-address): New function.
18228 (message-fill-header-address): Refactor.
18229 (message-fill-address): Use it.
18230 (message-delete-address): Use it.
18231 (message-fill-header-general): Refactor.
18232 (message-fill-field-address): Rename.
18233 (message-narrow-to-field): Find the start of the header.
18234 (message-header-format-alist): Don't pre-fill.
296a8e19 18235 (message-fill-header): Remove.
01c52d31
MB
18236 (message-insert-header): New function.
18237 (message-shorten-references): Use it.
91472578 18238
01c52d31 18239 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 18240
01c52d31 18241 * mail-parse.el (mail-header-make-address): New alias.
91472578 18242
01c52d31 18243 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 18244
01c52d31 18245 * imap.el: Add compiler directives.
91472578 18246
01c52d31 18247 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 18248
01c52d31
MB
18249 * gnus-art.el (article-decode-idna-rhs): Don't use
18250 message-idna-inside-rhs-p.
91472578 18251
01c52d31 182522004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18253
296a8e19 18254 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 18255 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 18256
296a8e19 18257 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 18258 false positives.
1b155fbd 18259
ce058493 182602004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 18261
01c52d31 18262 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 18263
01c52d31 182642004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18265
ce058493 18266 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 18267 files.
91472578 18268
01c52d31
MB
18269 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18270 (gnus-inews-do-gcc): Remove sleep.
498063ec 18271
01c52d31
MB
18272 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18273 part under point.
498063ec 18274
01c52d31
MB
18275 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18276 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 18277
01c52d31 182782004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18279
296a8e19 18280 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 18281
01c52d31 182822004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18283
01c52d31
MB
18284 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18285 as expired without moving it" message when there are spam
18286 messages left.
498063ec 18287
01c52d31 182882004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 18289
002876ab 18290 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 18291 header is not nil.
707f2b38 18292
01c52d31 182932004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 18294
296a8e19
SM
18295 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18296 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
18297 (nntp-marks-changed-p): New arg SERVER.
18298 (nntp-request-update-info): Adjust caller.
10ace8ea 18299
01c52d31 183002004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 18301
01c52d31 18302 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 18303
01c52d31 183042004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 18305
01c52d31
MB
18306 * nntp.el: Support marks.
18307 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18308 (nntp-marks-modtime, nntp-marks-directory): New variables.
18309 (nntp-request-set-mark, nntp-request-update-info)
18310 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
18311 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18312 New functions.
10ace8ea 18313
01c52d31 183142004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 18315
296a8e19
SM
18316 * gnus-score.el (gnus-score-insert-help):
18317 Use gnus-select-lowest-window.
10ace8ea 18318
01c52d31
MB
18319 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18320 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 18321
01c52d31 18322 * gnus.el: do.
10ace8ea 18323
01c52d31 183242004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 18325
01c52d31
MB
18326 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18327 encodings of MIME-encoded words, in order to improve
18328 interoperability with several broken MUAs.
10ace8ea 18329
01c52d31 183302004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 18331
01c52d31
MB
18332 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18333 tags, only when charsets are not specified in headers.
18334 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 18335
01c52d31 183362004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 18337
01c52d31
MB
18338 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18339 instead of MIME-decoded from fields when checking
18340 `gnus-article-address-banner-alist'.
0302b80e 18341
01c52d31 183422004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 18343
01c52d31
MB
18344 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18345 description rather than subject.
fa9a04e1 18346
01c52d31 183472004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18348
01c52d31 18349 * gnus.el (gnus-version-number): Bump.
fa9a04e1 18350
01c52d31 183512004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 18352
01c52d31 18353 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 18354
01c52d31 183552004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18356
296a8e19
SM
18357 * gnus-agent.el (gnus-agent-read-agentview):
18358 Inline gnus-uncompress-range.
fa9a04e1 18359
01c52d31 183602004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18361
01c52d31
MB
18362 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18363 `exec-installed-p'.
fa9a04e1 18364
01c52d31 183652004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18366
296a8e19
SM
18367 * gnus.el (spam-process, spam-autodetect-methods):
18368 Add bsfilter and bsfilter-headers.
fa9a04e1 18369
01c52d31
MB
18370 * spam.el (spam-bsfilter): New customize group.
18371 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18372 (spam-bsfilter-header, spam-bsfilter-probability-header)
18373 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18374 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18375 (spam-bsfilter-database-directory): New options.
18376 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18377 (spam-list-of-statistical-checks, spam-registration-functions):
18378 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18379 (spam-bsfilter-score): New command.
18380 (spam-check-bsfilter-headers, spam-check-bsfilter)
18381 (spam-bsfilter-register-with-bsfilter)
18382 (spam-bsfilter-register-spam-routine)
18383 (spam-bsfilter-unregister-spam-routine)
18384 (spam-bsfilter-register-ham-routine)
18385 (spam-bsfilter-unregister-ham-routine): New functions.
18386 (spam-generic-score): Support bsfilter; Accept an optional argument
18387 to recalcurate spam score even if scoring header has already been
18388 added.
18389 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18390 optional argument to recalcurate spam score even if scoring header
18391 has already been added.
bf68d4e6 18392
01c52d31 183932004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 18394
01c52d31
MB
18395 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18396 strings! Reported by David D. Smith <davidsmith@acm.org>.
18397 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18398 link is missing.
f66ce3b9 18399
01c52d31 184002004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 18401
01c52d31
MB
18402 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18403 (html2text-get-attr): Rewrite.
14f56b66 18404
01c52d31
MB
18405 * message.el (message-setup-1): Remove redundant put-text-property
18406 on mail-header-separator.
14f56b66 18407
01c52d31 184082004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 18409
01c52d31
MB
18410 * gnus-registry.el (gnus-registry-cache-whitespace)
18411 (gnus-registry-action, gnus-registry-spool-action)
18412 (gnus-registry-split-fancy-with-parent): Change message levels
18413 from 5 to 3 or 7, as needed.
ec3c4a4c 18414
01c52d31
MB
18415 * spam.el (spam-summary-prepare-exit)
18416 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18417 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 18418 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 18419 level from 5 to 6.
5f5475ac 18420
01c52d31 184212004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 18422
01c52d31
MB
18423 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18424 2004-03-04 change).
5f5475ac 18425
01c52d31 184262004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 18427
c9e31f32
SM
18428 * sieve-manage.el (sieve-manage-open):
18429 * nnweb.el (nnweb-insert-html):
01c52d31 18430 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
18431 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18432 * nnspool.el (nnspool-request-group):
01c52d31 18433 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 18434 * nnml.el (nnml-request-update-info):
01c52d31 18435 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 18436 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 18437 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
18438 (nnimap-request-set-mark):
18439 * nnfolder.el (nnfolder-request-update-info):
01c52d31 18440 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
18441 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18442 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 18443 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 18444 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
18445 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18446 * gnus-nocem.el (gnus-nocem-scan-groups):
18447 * gnus-int.el (gnus-start-news-server):
01c52d31 18448 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
18449 (gnus-group-browse-foreign-server):
18450 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18451 Use mapc when appropriate.
270a576a 18452
01c52d31 184532004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18454
01c52d31 18455 FIXME: Make separate entries for each person.
270a576a 18456
01c52d31 18457 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 18458 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 18459 <shields@msrl.com>:
270a576a 18460
01c52d31
MB
18461 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18462 may need for spam sorting and scoring.
18463 (spam-user-format-function-S): Add user format function suitable for
18464 general use.
18465 (spam-article-sort-by-spam-status): Add sorting function for summary
18466 sorting.
18467 (spam-extra-header-to-number): Add function to get a score from a
18468 header.
18469 (spam-summary-score): Add function to get a numeric score from the
18470 headers.
c9e31f32 18471 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
18472 (spam-initialize): Take symbols when it's run, and install the
18473 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 18474
01c52d31 184752004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18476
01c52d31 18477 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 18478 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 18479
01c52d31 184802004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 18481
01c52d31
MB
18482 * gnus-sum.el (gnus-set-global-variables)
18483 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18484 (gnus-article-get-xrefs, gnus-summary-best-group)
18485 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18486 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
18487 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18488 Use with-current-buffer.
270a576a 18489
01c52d31 184902004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18491
01c52d31
MB
18492 * spam.el (spam-summary-prepare-exit): Simplify logic.
18493 (spam-fetch-article-header): Read the article header if it's not
18494 available.
18495 (spam-list-articles): Simplify logic.
18496 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 18497
01c52d31 18498 * gnus-registry.el: Fix comments at beginning.
270a576a 18499
01c52d31 185002004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 18501
01c52d31
MB
18502 * message.el (message-cater-to-broken-inn): Remove.
18503 (message-shorten-references): Make sure the total folded length of
18504 References is shorter than 998 characters to cater to a bug in INN
18505 2.3. Also, don't pretend that references aren't folded -- this
18506 hasn't worked for a while.
d31fa104 18507
01c52d31 185082004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18509
01c52d31
MB
18510 * gnus-agent.el (gnus-agentize):
18511 gnus-agent-send-mail-real-function no longer set to current value
18512 of message-send-mail-function but rather a lambda that calls
18513 message-send-mail-function. The change makes the agent real-time
18514 responsive to user changes to message-send-mail-function.
9b981cb6 18515
01c52d31 185162004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18517
01c52d31 18518 * legacy-gnus-agent.el
296a8e19 18519 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 18520 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 18521
01c52d31 185222004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 18523
01c52d31 18524 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 18525
01c52d31 185262004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 18527
01c52d31
MB
18528 * nnmail.el (nnmail-cache-insert): Always check whether
18529 nnmail-cache-ignore-groups matches a group name.
f429956a 18530
01c52d31 185312004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 18532
01c52d31
MB
18533 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18534 (spam-find-spam, spam-log-processing-to-registry)
18535 (spam-log-registered-p, spam-log-unregistration-needed-p)
18536 (spam-log-undo-registration): Use gnus-message instead of
18537 gnus-error, none of these errors are fatal.
5c243ee4 18538
01c52d31
MB
18539 * gnus-registry.el (gnus-registry-clean-empty-function)
18540 (gnus-registry-clean-empty): Remove only empty entries without
18541 extra data.
aba1948a 18542
01c52d31 185432004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 18544
01c52d31
MB
18545 * spam-stat.el (spam-stat-buffer-change-to-spam)
18546 (spam-stat-buffer-change-to-non-spam): Change (error) to
18547 (gnus-message 8) invocation.
aba1948a 18548
01c52d31 185492004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18550
01c52d31
MB
18551 * nntp.el (nntp-via-netcat-command): New variable.
18552 (nntp-via-netcat-switches): New variable.
18553 (nntp-open-via-rlogin-and-netcat): New function.
18554 (nntp-open-connection-function): Doc fix.
18555 (nntp-telnet-command): Doc fix.
18556 (nntp-end-of-line): Doc fix.
18557 (nntp-via-rlogin-command): Doc fix.
18558 (nntp-via-user-name): Doc fix.
18559 (nntp-via-address): Doc fix.
aba1948a 18560
01c52d31 185612004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18562
01c52d31
MB
18563 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18564 error in Emacs 21.1.
ddff82cf 18565
01c52d31 185662004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 18567
01c52d31 18568 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 18569
01c52d31 185702004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 18571
01c52d31
MB
18572 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18573 (gnus-agent-with-refreshed-group): New macro.
18574 (gnus-agent-rename-group): New function.
18575 (gnus-agent-delete-group): New function.
18576 (gnus-agent-save-group-info): Use gnus-command-method when
18577 `method' parameter is nil. Don't write nil entries into the
18578 active file.
18579 (gnus-agent-get-group-info): New function.
296a8e19
SM
18580 (gnus-agent-fetch-articles):
18581 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 18582 used.
296a8e19
SM
18583 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18584 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 18585 used.
296a8e19 18586 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
18587 gnus-group-real-name and gnus-find-method-for-group.
18588 (gnus-agent-set-local): Delete stored entry if either min, or max,
18589 are nil.
296a8e19
SM
18590 (gnus-agent-fetch-session): Reworded error/quit messages.
18591 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
18592 articles fetched to disk before the quit occurred.
18593 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18594 gnus-agent-update-view-total-fetched-for, and
18595 gnus-agent-update-files-total-fetched-for to decrement disk space
18596 used.
296a8e19
SM
18597 (gnus-agent-retrieve-headers):
18598 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
18599 used.
18600 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18601 with gnus-agent-update-files-total-fetched-for to decrement disk
18602 space and fresh group buffer.
18603 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18604 (gnus-agent-need-update-total-fetched-for): New variable.
18605 (gnus-agent-update-files-total-fetched-for): New function.
18606 (gnus-agent-update-view-total-fetched-for): New function.
18607 (gnus-agent-total-fetched-for): New function.
18608
296a8e19
SM
18609 * gnus-cache.el (gnus-cache-save-buffers):
18610 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 18611 used by this group.
296a8e19
SM
18612 (gnus-cache-possibly-enter-article):
18613 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 18614 used by this group.
296a8e19
SM
18615 (gnus-cache-possibly-remove-article):
18616 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
18617 used by this group.
18618 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18619 (gnus-cache-rename-group): New function.
18620 (gnus-cache-delete-group): New function.
18621 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18622 (gnus-cache-need-update-total-fetched-for): New variable.
18623 (gnus-cache-with-refreshed-group): New macro.
18624 (gnus-cache-update-file-total-fetched-for): New function.
18625 (gnus-cache-update-overview-total-fetched-for): New function.
18626 (gnus-cache-rename-group-total-fetched-for): New function.
18627 (gnus-cache-delete-group-total-fetched-for): New function.
18628 (gnus-cache-total-fetched-for): New function.
112d84ef 18629
01c52d31
MB
18630 * gnus-group.el: Require gnus-sum and autoload functions to
18631 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 18632 (gnus-group-line-format): Documented new %F.
01c52d31
MB
18633 (size of Fetched data) group line format; identifies disk space
18634 used by agent and cache.
18635 (gnus-group-line-format-alist): Defined new F format.
18636 (gnus-total-fetched-for): New function.
18637 (gnus-group-delete-group): No longer update
18638 gnus-cache-active-altered as gnus-request-delete-group now keeps
18639 the cache in sync.
18640 (gnus-group-list-active): Let the agent store a server's active
18641 list if currently plugged.
2f7717f6 18642
c9e31f32
SM
18643 * gnus-int.el (gnus-request-delete-group):
18644 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 18645 local disk in sync with the server.
c9e31f32
SM
18646 (gnus-request-rename-group):
18647 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 18648 local disk in sync with the server.
2f7717f6 18649
c9e31f32
SM
18650 * gnus-start.el (gnus-get-unread-articles):
18651 Cosmetic simplification to logic.
c44edf72 18652
01c52d31 18653 * gnus-util.el (gnus-rename-file): New function.
c44edf72 18654
01c52d31 186552004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 18656
01c52d31 18657 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 18658
01c52d31 186592004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18660
01c52d31
MB
18661 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18662 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 18663
01c52d31 186642004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18665
01c52d31
MB
18666 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18667 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 18668
01c52d31 186692004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18670
01c52d31 18671 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 18672
01c52d31 186732004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18674
01c52d31
MB
18675 * spam.el (spam-set-difference): Add function to replace
18676 gnus-set-difference in spam.el.
18677 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 18678
01c52d31 186792004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18680
01c52d31
MB
18681 * gnus-registry.el (gnus-registry-cache-file): Update to use
18682 gnus-dribble-directory OR gnus-home-directory OR ~.
18683 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 18684
01c52d31 186852004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 18686
296a8e19
SM
18687 * message.el (message-exchange-point-and-mark):
18688 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 18689 <harder@ifa.au.dk>.
45893b95 18690
01c52d31 186912004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 18692
01c52d31
MB
18693 * message.el (message-exchange-point-and-mark): Don't activate
18694 region if it was inactive. Suggested by Hiroshi Fujishima
18695 <pooh@nature.tsukuba.ac.jp>.
734c5765 18696
01c52d31 186972004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 18698
01c52d31
MB
18699 * gnus-art.el (article-display-face): Display Faces in the same
18700 order as X-Faces.
734c5765 18701
01c52d31 187022004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18703
01c52d31 18704 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 18705
01c52d31 187062004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18707
01c52d31
MB
18708 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18709 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18710 (gnus-article-mime-hierarchy): Remove.
18711 (gnus-article-mime-hierarchy-next): Remove.
18712 (gnus-article-mode): Revert 2004-03-19 change.
18713 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18714 (gnus-insert-mime-button): Revert 2004-03-19 change.
18715 (gnus-mime-accumulate-hierarchy): Remove.
18716 (gnus-mime-enter-multipart): Remove.
149cd465 18717 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
18718 (gnus-mime-display-part): Revert 2004-03-19 change.
18719 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 18720
01c52d31 18721 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 18722
01c52d31 187232004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 18724
01c52d31 18725 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 18726
01c52d31 187272004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18728
01c52d31
MB
18729 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18730 t while entering a file name using the mm-with-multibyte macro.
18731 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 18732
01c52d31 18733 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 18734
01c52d31 187352004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18736
296a8e19
SM
18737 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18738 New user option.
01c52d31
MB
18739 (gnus-mime-multipart-functions): Doc and customization fix.
18740 (gnus-article-mime-hierarchy): New variable.
18741 (gnus-article-mime-hierarchy-next): New variable.
18742 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18743 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18744 gnus-article-mime-hierarchy-next to nil.
18745 (gnus-insert-mime-button): Show hierarchy numbers.
18746 (gnus-mime-accumulate-hierarchy): New function.
18747 (gnus-mime-enter-multipart): New function.
18748 (gnus-mime-leave-multipart): New function.
18749 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18750 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 18751
01c52d31
MB
18752 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18753 gnus-article-mime-hierarchy-next to nil.
ad136a7c 18754
01c52d31 187552004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 18756
01c52d31 18757 * dns.el: Don't require gnus-xmas.
ad136a7c 18758
01c52d31 187592004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 18760
01c52d31
MB
18761 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18762 inline PGP.
18763 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 18764
01c52d31 187652004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18766
01c52d31
MB
18767 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18768 when the group's active is not available.
ad136a7c 18769
01c52d31 187702004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18771
01c52d31
MB
18772 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18773 error.
ad136a7c 18774
01c52d31 187752004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 18776
01c52d31
MB
18777 * imap.el (imap-store-password): New variable.
18778 (imap-interactive-login): Use it.
18779 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 18780
01c52d31 187812004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18782
01c52d31
MB
18783 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18784 window-start and hscroll to summary window.
ad136a7c 18785
01c52d31 187862004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 18787
01c52d31
MB
18788 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18789 conversion message to newsrc-dribble when an actual conversion is
18790 performed.
ad136a7c 18791
01c52d31 187922004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 18793
01c52d31 18794 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 18795
01c52d31 187962004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18797
01c52d31
MB
18798 * mm-decode.el (mm-complicated-handles): New function reviving
18799 former definition of mm-multiple-handles.
49561cf6 18800
01c52d31
MB
18801 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18802 (gnus-mime-delete-part): Use it.
49561cf6 18803
01c52d31 188042004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 18805
296a8e19
SM
18806 * gnus-agent.el (gnus-agent-read-local):
18807 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
18808 avoid the implicit assumption that they will always be equal.
18809 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18810 coding-system-for-write, as the with-temp-file macro first prints
18811 to a buffer then saves the buffer.
87589a70 18812
01c52d31 188132004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 18814
01c52d31
MB
18815 * gnus-art.el (gnus-article-edit-part): New function.
18816 (gnus-mime-save-part-and-strip): Use it; do query instead of
18817 signaling an error; don't use mm-multiple-handles.
18818 (gnus-mime-delete-part): Ditto.
c825ac9d 18819
01c52d31 188202004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 18821
296a8e19 18822 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 18823 old file versions.
296a8e19 18824 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 18825 form of gnus-agent-expire-days to group properties.
ae465fa7 18826
01c52d31
MB
18827 * gnus-int.el: Autoload gnus-agent-regenerate-group.
18828 (gnus-request-accept-article): Re-indented.
5f49be3f 18829
01c52d31 18830 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 18831 converters to handle old agent file formats. Add logic for a
01c52d31
MB
18832 "backup before upgrading warning".
18833 (gnus-convert-mark-converter-prompt): Developers can mark
18834 functions as needing (default), or not needing,
18835 gnus-convert-old-newsrc's "backup before upgrading warning".
18836 (gnus-convert-converter-needs-prompt): Tests whether the user
18837 should be protected from potentially irreversable changes by the
18838 function.
5f49be3f 18839
002876ab 18840 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 18841 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 18842
01c52d31 188432004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 18844
01c52d31 18845 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 18846
01c52d31 18847 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 18848
01c52d31 188492004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 18850
01c52d31 18851 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 18852
01c52d31 18853 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 18854
01c52d31 18855 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 18856
01c52d31 188572004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 18858
01c52d31
MB
18859 * gnus-sum.el (gnus-widget-reversible-match)
18860 (gnus-widget-reversible-to-internal)
18861 (gnus-widget-reversible-to-external): New functions.
18862 (gnus-widget-reversible): New widget.
18863 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 18864
01c52d31 188652004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 18866
01c52d31
MB
18867 * gnus-sum.el (gnus-thread-sort-functions)
18868 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 18869
01c52d31 188702004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 18871
01c52d31
MB
18872 * spam.el (spam-use-gmane-xref): Add new backend.
18873 (spam-gmane-xref-spam-group): Add variable to control the name of the
18874 Gmane spam group.
18875 (spam-blackhole-servers, spam-blackhole-good-server-regex)
18876 (spam-regex-headers-spam, spam-regex-headers-ham)
18877 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18878 (spam-list-of-checks): Add spam-use-gmane-xref to list of
18879 backends and checks.
18880 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 18881
01c52d31
MB
18882 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18883 an autodetect method.
e2642250 18884
01c52d31 188852004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 18886
01c52d31
MB
18887 * gnus-int.el (gnus-request-accept-article): Inform the agent that
18888 articles are being added to a group.
18889 (gnus-request-replace-article): Inform the agent that articles
18890 need to be uncached as the cached contents are no longer valid.
e2642250 18891
01c52d31 188922004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 18893
01c52d31 18894 * binhex.el: Don't autoload executable-find.
e2642250 18895
01c52d31 18896 * canlock.el: Don't autoload mail-fetch-field.
e2642250 18897
01c52d31 18898 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 18899
01c52d31
MB
18900 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18901 rmail-dont-reply-to and rmail-output.
e2642250 18902
01c52d31 18903 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 18904
01c52d31 18905 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 18906
01c52d31
MB
18907 * imap.el: Don't autoload base64-decode-string,
18908 base64-encode-string and md5.
e2642250 18909
01c52d31
MB
18910 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18911 and rmail-msg-restore-non-pruned-header.
e2642250 18912
01c52d31 18913 * mm-decode.el: Don't autoload executable-find.
e2642250 18914
01c52d31 18915 * mm-url.el: Don't autoload executable-find.
e2642250 18916
01c52d31 18917 * mm-view.el: Don't autoload diff-mode.
e2642250 18918
01c52d31
MB
18919 * nndb.el: Don't autoload news-reply-mode, news-setup,
18920 cancel-timer and telnet.
e2642250 18921
01c52d31 18922 * password.el: Don't autoload run-at-time for Emacs.
e2642250 18923
01c52d31 18924 * sha1-el.el: Don't autoload executable-find.
e2642250 18925
01c52d31 18926 * sieve-mode.el: Don't autoload c-mode.
e2642250 18927
01c52d31 18928 * uudecode.el: Don't autoload executable-find.
e2642250 18929
01c52d31 189302004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 18931
296a8e19 18932 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
18933 (gnus-agent-possibly-alter-active): Avoid null in numeric
18934 comparison.
18935 (gnus-agent-set-local): Refuse to save null in local object table.
18936 (gnus-agent-regenerate-group): The REREAD parameter can now be a
18937 list of articles that will be marked as unread.
e2642250 18938
01c52d31 189392004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 18940
01c52d31 18941 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 18942
01c52d31 189432004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 18944
01c52d31
MB
18945 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18946 language tags.
ba0226dd 18947
01c52d31 189482004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 18949
01c52d31
MB
18950 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18951 Don't bind "obarray".
5153a47a 18952
296a8e19
SM
18953 * gnus-sum.el (gnus-thread-sort-functions):
18954 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
18955 `gnus-thread-sort-by-most-recent-date'.
18956 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 18957
01c52d31 189582004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 18959
01c52d31 18960 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 18961
01c52d31 189622004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 18963
296a8e19
SM
18964 * gnus-cus.el (gnus-agent-customize-category):
18965 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 18966 run-time.
5153a47a 18967
01c52d31
MB
18968 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18969 single-interval range of the form (min . max). Previously the
18970 range had to look like ((min . max)). Likewise, return
18971 (min . max) rather than ((min . max)).
18972 (gnus-range-map): Use gnus-range-normalize to accept
18973 single-interval range.
5153a47a 18974
01c52d31
MB
18975 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18976 the cache, but not the agent, now appear with their usual face.
5153a47a 18977
01c52d31 189782004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 18979
01c52d31
MB
18980 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18981 w3m-safe-url-regexp variable buffer-local.
86713405 18982
01c52d31 18983 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 18984
01c52d31 189852004-02-27 Simon Josefsson <jas@extundo.com>
86713405 18986
01c52d31
MB
18987 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18988 gnus-group-real-prefix.
18989 (gnus-summary-move-article): Use it, instead of
18990 gnus-group-real-prefix.
86713405 18991
01c52d31 189922004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 18993
01c52d31
MB
18994 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18995 w3m-safe-url-regexp variable buffer-local and set it as the value
18996 of mm-w3m-safe-url-regexp.
d5ddd795 18997
01c52d31 18998 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 18999
01c52d31
MB
19000 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19001 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 19002
296a8e19
SM
19003 * nnrss.el (nnrss-opml-export):
19004 Use mm-set-buffer-file-coding-system instead of
01c52d31 19005 set-buffer-file-coding-system.
54506618 19006
01c52d31 190072004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 19008
01c52d31
MB
19009 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19010 of checkdoc.el).
19011 * nnrss.el: do.
19012 * gnus-mlspl.el: do.
19013 * gnus-ml.el: do.
19014 * gnus-srvr.el: do.
54506618 19015
01c52d31 19016 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 19017
01c52d31 190182004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 19019
01c52d31
MB
19020 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19021 Corrections to custom-manual links.
54506618 19022
01c52d31 19023 * gnus-art.el (gnus-article): Ditto.
54506618 19024
01c52d31 19025 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 19026
01c52d31 190272004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19028
01c52d31 19029 * flow-fill.el: Typo.
54506618 19030
01c52d31 190312004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 19032
01c52d31 19033 * spam-wash.el: New file.
54506618 19034
01c52d31 190352004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 19036
01c52d31 19037 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 19038
01c52d31 190392004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 19040
01c52d31
MB
19041 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19042 to be run with new-articles as LIST1, not LIST2.
19043 (spam-registration-functions): Add spam-use-ham-copy as a nil
19044 registration backend.
54506618 19045
01c52d31 190462004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19047
01c52d31
MB
19048 * spam-stat.el (spam-stat-washing-hook): New option.
19049 (spam-stat-buffer-words): Use it.
296a8e19
SM
19050 (spam-stat-process-directory, spam-stat-test-directory):
19051 Use insert-file-contents-literally.
01c52d31
MB
19052 (spam-stat-coding-system): New variable.
19053 (spam-stat-load, spam-stat-save): Use it.
54506618 19054
01c52d31 190552004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19056
296a8e19
SM
19057 * spam-report.el (spam-report-plug-agent):
19058 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 19059
01c52d31 190602004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19061
296a8e19
SM
19062 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19063 Allow / in mailto URLs.
54506618 19064
01c52d31 190652004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19066
01c52d31
MB
19067 * spam-report.el (spam-report-process-queue): Fix interactive use.
19068 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19069 (spam-report-unplug-agent): Doc fixes.
19070 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
19071 (spam-report-agentize, spam-report-deagentize):
19072 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19073
01c52d31
MB
19074 * message.el (message-setup-fill-variables): Add mml tags to
19075 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19076 <ajk@iu.edu>.
19077 (message-mode): Don't modify paragraph-separate there.
54506618 19078
01c52d31 190792004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19080
01c52d31
MB
19081 * compface.el (uncompface-use-external): Default to undecided.
19082 (uncompface-use-external-threshold): New variable.
19083 (uncompface-float-time): New macro.
19084 (uncompface): Determine whether to use the external decoder if
19085 uncompface-use-external is undecided.
54506618 19086
01c52d31 190872004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 19088
01c52d31
MB
19089 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19090 after images.
54506618 19091
01c52d31 19092 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 19093
01c52d31 190942004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 19095
01c52d31 19096 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 19097
002876ab 19098 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 19099
01c52d31
MB
19100 * gnus-sum.el (gnus-summary-limit-to-age)
19101 (gnus-summary-limit-children): do.
54506618 19102
01c52d31 19103 * gnus-int.el (gnus-request-scan): do.
54506618 19104
01c52d31 19105 * gnus-group.el (gnus-group-suspend): do.
54506618 19106
01c52d31 19107 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 19108
01c52d31 19109 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 19110
01c52d31
MB
19111 * gnus-agent.el (gnus-summary-set-agent-mark)
19112 (gnus-agent-regenerate-group): do.
54506618 19113
01c52d31 19114 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 19115
01c52d31 19116 * binhex.el (binhex-decode-region-internal): do.
54506618 19117
01c52d31 191182004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19119
01c52d31
MB
19120 * gnus-fun.el (gnus-face-properties-alist): New user option.
19121 (gnus-display-x-face-in-from): Use it.
54506618 19122
01c52d31 19123 * gnus-art.el (article-display-face): Ditto.
54506618 19124
01c52d31 19125 * compface.el (uncompface-use-external): Default to nil.
54506618 19126
01c52d31 191272004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 19128
01c52d31
MB
19129 * nntp.el (nntp-erase-buffer): New function.
19130 (nntp-retrieve-data, nntp-send-command)
19131 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19132 (nntp-possibly-change-group): Use it.
54506618 19133
296a8e19
SM
19134 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19135 Use with-current-buffer.
54506618 19136
01c52d31 191372004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 19138
01c52d31
MB
19139 * compface.el: Merge the ELisp-based uncompface program.
19140 (compface): New customization group.
19141 (uncompface-use-external): New user option.
19142 (uncompface): Call uncompface-internal if uncompface-use-external
19143 is nil.
19144 (uncompface-internal): New function. Note that there are also
19145 some other functions and variables added for this function.
54506618 19146
01c52d31 191472004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 19148
01c52d31
MB
19149 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19150 if necessary.
54506618 19151
01c52d31 191522004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 19153
01c52d31
MB
19154 * spam-report.el (spam-report-unplug-agent)
19155 (spam-report-plug-agent, spam-report-deagentize)
19156 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19157 Add support for the Agent in spam-report: when unplugged, report to a
19158 file; when plugged, submit all the requests.
54506618 19159
01c52d31
MB
19160 * spam.el (spam-register-routine): Fix message about
19161 registration.
54506618 19162
01c52d31 191632004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 19164
01c52d31
MB
19165 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19166 dependencies.
19167 (rfc2047-encode): Use it.
54506618 19168
01c52d31
MB
19169 * gnus-art.el (gnus-button-marker-list): Move before first
19170 reference.
54506618 19171
01c52d31
MB
19172 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19173 (imap-parse-body): Fix format string mismatch.
54506618 19174
01c52d31 19175 * gnus-score.el (gnus-summary-increase-score): do.
54506618 19176
01c52d31 19177 * nnrss.el (nnrss-close): New function.
54506618 19178
01c52d31 191792004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 19180
01c52d31
MB
19181 * nnrss.el (nnrss-make-filename): New function.
19182 (nnrss-request-delete-group, nnrss-read-server-data)
19183 (nnrss-save-server-data, nnrss-read-group-data)
19184 (nnrss-save-group-data): Use it.
19185 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19186 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19187 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 19188
01c52d31 191892004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 19190
01c52d31 19191 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 19192
01c52d31 191932004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 19194
01c52d31
MB
19195 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19196 files.
54506618 19197
01c52d31
MB
19198 * message.el (message-generate-headers-first): Don't quote nil
19199 and t in docstrings.
54506618 19200
01c52d31 19201 * imap.el (imap-id): do.
54506618 19202
01c52d31
MB
19203 * gnus-agent.el (gnus-agent-consider-all-articles)
19204 (gnus-agent-queue-mail): do.
54506618 19205
01c52d31 192062004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19207
01c52d31
MB
19208 * spam-report.el (spam-report-process-queue): New function.
19209 Process requests from `spam-report-requests-file'.
19210 (spam-report-process-queue): Doc fix.
54506618 19211
01c52d31 192122004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 19213
01c52d31
MB
19214 * spam.el (spam-register-routine)
19215 (spam-log-processing-to-registry, spam-log-registered-p)
19216 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19217 Change "check" to "spam-check" for semi-clarity.
531e5812 19218
01c52d31 192192004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 19220
01c52d31 19221 * pop3.el: Require nnheader.
531e5812 19222
01c52d31 19223 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 19224
01c52d31 19225 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 19226
01c52d31 19227 * gnus-picon.el: Require cl.
531e5812 19228
01c52d31 19229 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 19230
01c52d31 19231 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 19232
01c52d31 19233 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 19234
01c52d31
MB
19235 * gnus-art.el (gnus-article-edit-mode): Define before first
19236 reference.
531e5812 19237
01c52d31 192382004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 19239
01c52d31
MB
19240 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19241 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 19242
01c52d31 19243 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 19244
01c52d31 19245 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 19246
01c52d31 19247 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 19248
01c52d31 19249 * gnus-art.el (article-date-ut): do.
69075cdd 19250
01c52d31
MB
19251 * message.el (message-fetch-field): Remove redundant
19252 case-fold-search binding.
19253 (message-narrow-to-field): Simplify.
69075cdd 19254
01c52d31 192552004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 19256
01c52d31 19257 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 19258
01c52d31
MB
19259 * spam-report.el (spam-report-url-to-file)
19260 (spam-report-requests-file): New function and variable for offline
19261 reporting.
19262 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19263 and user defined function.
19264 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 19265
01c52d31 192662004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 19267
01c52d31 19268 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 19269
01c52d31 192702004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 19271
296a8e19
SM
19272 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19273 Fix format string mismatch.
ebbeed62 19274
01c52d31 19275 * sieve.el (sieve-deactivate-all): do.
8903a9c8 19276
01c52d31 19277 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 19278
01c52d31 19279 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 19280
01c52d31 19281 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 19282
01c52d31 19283 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 19284
01c52d31 192852004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 19286
01c52d31
MB
19287 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19288 the list of checks.
e62e7654 19289
01c52d31 192902004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 19291
01c52d31
MB
19292 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19293 padding.
e62e7654 19294
01c52d31 192952004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 19296
01c52d31
MB
19297 * mm-view.el (mm-fill-flowed): New variable.
19298 (mm-inline-text): Use it.
eb6a2b61 19299
01c52d31 193002004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 19301
01c52d31
MB
19302 * spam.el (spam-spamassassin-register-ham-routine)
19303 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 19304
01c52d31 193052004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 19306
01c52d31
MB
19307 * gnus.el (gnus-tmp-grouplens): Remove.
19308 (gnus-summary-line-format): Remove grouplens.
f0096211 19309
01c52d31 19310 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 19311
01c52d31
MB
19312 * gnus-spec.el (gnus-format-specs): Ditto.
19313 (gnus-update-format-specifications): Flush the group format spec
19314 cache if there's the grouplens stuff.
19315 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 19316
01c52d31 193172004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 19318
01c52d31
MB
19319 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19320 omission.
14e20e13 19321
01c52d31 193222004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 19323
01c52d31
MB
19324 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19325 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 19326
01c52d31 193272004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19328
149cd465
JB
19329 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19330 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
19331 New macros and functions.
19332 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19333 Handle > NLINK_MAX messages.
296a8e19
SM
19334 * nnmaildir.el (nnmaildir-request-set-mark):
19335 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 19336
01c52d31 193372004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 19338
01c52d31
MB
19339 * spam-stat.el (spam-stat-process-directory-age): New option.
19340 (spam-stat-process-directory): Use it.
c1d7d285 19341
01c52d31 193422004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 19343
01c52d31
MB
19344 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19345 (spam-stat-save): Accept prefix argument.
c1d7d285 19346
01c52d31 193472004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19348
01c52d31
MB
19349 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19350 links" error.
c1d7d285 19351
01c52d31 193522004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 19353
01c52d31
MB
19354 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19355 compatibility with old .newsrc.eld files.
10b43d7c 19356
01c52d31 19357 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 19358
01c52d31 19359 * gnus-start.el (gnus-1): do.
f4dd4ae8 19360
01c52d31 19361 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 19362
01c52d31 19363 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 19364
01c52d31 19365 * gnus-gl.el: Remove.
f4dd4ae8 19366
01c52d31 193672004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19368
01c52d31
MB
19369 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19370 marks consisting of a single range {for example, (3 . 5)} rather
19371 than a list of a single range { ((3 . 5)) }.
49561cf6 19372
01c52d31 193732004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19374
296a8e19
SM
19375 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19376 Use with-current-buffer.
01c52d31
MB
19377 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19378 avoid consing a string.
f4dd4ae8 19379
01c52d31
MB
19380 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19381 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 19382
01c52d31 193832004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 19384
01c52d31
MB
19385 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19386 uncompressed list.
f4dd4ae8 19387
01c52d31 193882004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19389
01c52d31
MB
19390 * spam-stat.el (spam-stat-strip-xref): New function.
19391 (spam-stat-process-directory): Use it.
f4dd4ae8 19392
01c52d31
MB
19393 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19394 here -- it's done in message-fetch-field.
f4dd4ae8 19395
01c52d31 193962004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19397
149cd465
JB
19398 * gnus-agent.el (gnus-agent-queue-mail)
19399 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
19400 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19401 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
19402 "nndraft:queue" along to gnus-draft-send.
19403 Use gnus-agent-prompt-send-queue.
01c52d31
MB
19404 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19405 is "nndraft:queue". Suggested by Gaute Strokkenes
19406 <gs234@srcf.ucam.org>
f4dd4ae8 19407
296a8e19
SM
19408 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19409 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19410 (gnus-agent-cat-groups): Use eval-and-compile, not
19411 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19412 method of gnus-agent-cat-groups even when the buffer has been
19413 evaled.
296a8e19 19414 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 19415 delete gnus-agent-save-active-1.
296a8e19 19416 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
19417 gnus-agent-save-active.
19418 (gnus-agent-write-active): No longer adjust agent's copy of active
19419 file as agent's adjustments are now stored in their own
296a8e19 19420 file. Remove optional parameter.
01c52d31
MB
19421 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19422 servers. Add use of min/max range limits from server's local
19423 file.
296a8e19 19424 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
19425 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19426 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 19427 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 19428 limits for articles known to the agent. Provides a fast mechanism
01c52d31 19429 for altering many active ranges.
3042deef 19430 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 19431 active file (local makes it unnecessary).
296a8e19 19432 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 19433
296a8e19
SM
19434 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19435 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19436
19437 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19438 disable it when sending to "nndraft:queue".
19439 (gnus-group-send-queue): Add safety check to avoid sending queue
19440 when unplugged.
f4dd4ae8 19441
01c52d31
MB
19442 * gnus-group.el (gnus-group-catchup): Use new
19443 gnus-sequence-of-unread-articles, not
19444 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19445 numbers of articles. Use gnus-range-map to avoid having to
19446 uncompress the unread list.
149cd465 19447 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 19448 Fix invalid ange-ftp reference.
9b5773bc 19449
01c52d31
MB
19450 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19451 (gnus-sorted-range-intersection): Intersection of two ranges
19452 without requiring that they first be uncompressed.
9b5773bc 19453
01c52d31
MB
19454 * gnus-start.el (gnus-activate-group): Unless blocked by the
19455 caller, possibly expand the active range to include both cached
19456 and agentized articles.
19457 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19458 multiple version-dependent converters.
296a8e19 19459 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
19460 gnus-agent-save-active.
19461 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 19462
296a8e19 19463 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
19464 gnus-agent-possibly-alter-active.
19465 (gnus-adjust-marked-articles): Faster handling of simple lists
19466
194672004-01-21 Jesper Harder <harder@ifa.au.dk>
19468
19469 * spam-stat.el (spam-stat-test-directory): New optional argument
19470 displays a list of files detected. Suggested by Andrew Cohen
19471 <cohen@andy.bu.edu>.
19472 (spam-stat-buffer-words-with-scores): Don't narrow and change
19473 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19474
296fa7b4 194752004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
19476
19477 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19478 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19479 (spam-spamassassin-arguments)
19480 (spam-spamassassin-spam-flag-header)
19481 (spam-spamassassin-positive-spam-flag-header)
19482 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19483 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19484 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19485 (spam-list-of-processors, spam-list-of-checks)
19486 (spam-list-of-statistical-checks, spam-registration-functions)
19487 (spam-check-spamassassin-headers, spam-check-spamassassin)
19488 (spam-spamassassin-score)
19489 (spam-spamassassin-register-with-sa-learn)
19490 (spam-spamassassin-register-spam-routine)
19491 (spam-spamassassin-register-ham-routine)
19492 (spam-assassin-register-spam-routine)
002876ab
JB
19493 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19494 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
19495
194962004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19497
19498 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19499 default scoring function.
19500 (spam-generic-score): Call spam-spamassassin-score if
19501 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19502 spam-bogofilter-score otherwise.
19503
296a8e19
SM
19504 * gnus.el (spam-process, spam-autodetect-methods):
19505 Add spamassassin and spamassassin-headers.
01c52d31
MB
19506
195072004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19508
19509 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19510 Suppress unnecessary messages.
19511
195122004-01-20 Jesper Harder <harder@ifa.au.dk>
19513
19514 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19515 make-hash-table.
46cdaf24 19516
01c52d31 195172004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19518
01c52d31 19519 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 19520
01c52d31 195212004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19522
01c52d31
MB
19523 * run-at-time.el: Remove useless (require 'itimer),
19524 eval-and-compile and (featurep 'xemacs).
a08b59c9 19525
01c52d31 195262004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19527
01c52d31
MB
19528 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19529 GROUP is a virtual group.
a08b59c9 19530
01c52d31 195312004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 19532
01c52d31 19533 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 19534
01c52d31 195352004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19536
01c52d31 19537 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 19538
01c52d31 19539 * pgg-def.el: do.
a08b59c9 19540
01c52d31 19541 * nnmail.el: do.
a08b59c9 19542
01c52d31 19543 * gnus-undo.el: do.
a08b59c9 19544
01c52d31 19545 * gnus-picon.el: do.
a08b59c9 19546
01c52d31 19547 * gnus-util.el: do.
a08b59c9 19548
01c52d31 195492004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 19550
01c52d31 19551 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 19552
01c52d31 195532004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19554
01c52d31
MB
19555 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19556 handle, as well as a list.
a08b59c9 19557
01c52d31
MB
19558 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19559 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19560 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 19561
01c52d31 195622004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 19563
01c52d31
MB
19564 * message.el (message-kill-to-signature): Allow prefix arg to
19565 specify number of lines to keep before signature.
a08b59c9 19566
01c52d31
MB
195672004-01-14 Kai Grossjohann <kai@emptydomain.de>
19568
c4cc8b9a 19569 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 19570
01c52d31 195712004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19572
01c52d31
MB
19573 * canlock.el: Always require sha1-el.
19574 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 19575
01c52d31 19576 * message.el: Autoload sha1 only when compiling.
a08b59c9 19577
01c52d31 195782004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19579
01c52d31 19580 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 19581
01c52d31 195822004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19583
01c52d31 19584 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 19585
01c52d31 195862004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 19587
01c52d31 19588 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
19589 Invoke gnus-score-mode.
19590 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 19591
296a8e19
SM
19592 * gnus-range.el (gnus-compress-sequence): Doc fix.
19593 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 19594
01c52d31 195952004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 19596
01c52d31 19597 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 19598
01c52d31 195992004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 19600
01c52d31
MB
19601 * spam.el (spam-get-article-as-string): Update to use
19602 gnus-request-article-this-buffer, much simpler.
19603 (spam-get-article-as-buffer): Remove.
6e7fb80c 19604
01c52d31 196052004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 19606
296fa7b4 19607 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 19608
01c52d31 196092004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 19610
01c52d31
MB
19611 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19612 character for the encoding to avoid consing a string.
7cb0aa56 19613
01c52d31
MB
19614 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19615 unnecessarily.
7cb0aa56 19616
01c52d31 19617 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 19618
01c52d31
MB
19619 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19620 of mm-replace-chars-in-string.
e79f14a4 19621
01c52d31 196222004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19623
c9e31f32 19624 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 19625
01c52d31 19626 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 19627
01c52d31
MB
19628 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19629 a new string in every iteration. Use shy groups.
e79f14a4 19630
01c52d31 196312004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19632
c9e31f32
SM
19633 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19634 * gnus-soup.el (gnus-soup-group-brew):
19635 * gnus-msg.el (gnus-put-message):
19636 * gnus-move.el (gnus-group-move-group-to-server):
19637 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
19638 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19639 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19640 (gnus-group-update-group, gnus-group-read-group)
19641 (gnus-group-make-group, gnus-group-make-help-group)
19642 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19643 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19644 (gnus-group-sort-by-unread, gnus-group-catchup)
19645 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19646 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
19647 (gnus-group-list-groups):
19648 * gnus.el (gnus-generate-new-group-name):
19649 * gnus-delay.el (gnus-delay-send-queue):
19650 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 19651 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 19652 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 19653 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
19654 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19655 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19656 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
19657 (gnus-group-make-articles-read):
19658 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19659 (gnus-group-change-level, gnus-kill-newsgroup)
19660 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19661 (gnus-get-unread-articles, gnus-make-articles-unread)
19662 (gnus-make-ascending-articles-unread): Use accessor
19663 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19664 to get group information for improved readability.
19665
01c52d31 196662004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19667
01c52d31
MB
19668 * gnus-art.el (article-decode-mime-words, article-babel)
19669 (gnus-article-highlight-signature, gnus-article-add-buttons)
19670 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 19671
01c52d31
MB
19672 * gnus-art.el (gnus-article-highlight-headers)
19673 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 19674
01c52d31
MB
19675 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19676 (gnus-article-set-globals, gnus-request-article-this-buffer)
19677 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19678 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19679 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 19680
01c52d31 196812004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19682
01c52d31
MB
19683 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19684 also under 80 char limit, and call gnus-error if needed.
19685 (spam-fetch-article-header): Fix - it was a
19686 buffer-local variable (gnus-newsgroup-data).
19687 (spam-find-spam): Use spam-generate-fake-headers, forget about
19688 spam-insert-fake-headers.
19689 (spam-insert-fake-headers): Remove.
1270d7ca 19690
01c52d31 196912004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19692
01c52d31
MB
19693 * deuglify.el (gnus-article-outlook-unwrap-lines)
19694 (gnus-outlook-rearrange-article)
19695 (gnus-outlook-repair-attribution-outlook)
19696 (gnus-outlook-repair-attribution-block)
19697 (gnus-outlook-repair-attribution-other): Remove redundant
19698 save-excursion.
1270d7ca 19699
01c52d31 197002004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19701
01c52d31
MB
19702 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19703 (spam-fetch-field-subject-fast)
19704 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19705 (spam-fetch-article-header): Add functions to deal with Gnus
19706 internals for fast retrieval of article header data.
19707 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 19708
01c52d31 197092004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19710
01c52d31
MB
19711 * pop3.el (pop3-md5): Remove.
19712 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 19713
01c52d31 19714 * mm-bodies.el: base64 is always built-in.
1270d7ca 19715
296a8e19
SM
19716 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19717 Use with-current-buffer.
1270d7ca 19718
23f87bed 197192004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19720
23f87bed
MB
19721 * canlock.el (canlock-insert-header): Remove excessive grouping in
19722 regexp.
1270d7ca 19723
01c52d31
MB
19724 * gnus-sum.el (gnus-summary-read-document): Ditto.
19725
19726 * gnus-uu.el (gnus-uu-part-number): Ditto.
19727
19728 * html2text.el (html2text-remove-tags): Ditto.
19729 (html2text-format-tags): Ditto.
19730 (html2text-format-single-elements): Ditto.
19731
19732 * mml.el (mml-parse-1): Ditto.
19733
197342004-01-08 Jesper Harder <harder@ifa.au.dk>
19735
19736 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19737
19738 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19739
19740 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19741
19742 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19743
197442003-11-15 Simon Josefsson <jas@extundo.com>
19745
19746 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19747 (pgg-gpg-lookup-key): Use regexp match instead of
19748 split-string (split-string is different between emacs 21.2 and
19749 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19750
197512004-01-08 Jesper Harder <harder@ifa.au.dk>
19752
19753 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
19754 (gnus-article-part-wrapper, gnus-article-view-part):
19755 Use with-current-buffer.
01c52d31
MB
19756
197572004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19758
19759 * spam.el (spam-disable-spam-split-during-ham-respool)
19760 (spam-spamoracle-database, spam-cache-lookups)
19761 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19762 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19763 (spam-group-ham-marks, spam-group-spam-marks)
19764 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19765 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19766 also add spam-use-blackholes to the statistical checks.
19767 (spam-fetch-field-fast): Add interface to fetching fields, may
19768 become a macro.
19769 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19770 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19771 (spam-insert-fake-headers): Fake an article when needed.
19772 (spam-find-spam): Fake article when possible.
19773 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19774 (spam-check-bogofilter-headers): Use message-fetch-field instead
19775 of nnmail-fetch-field.
19776
197772004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19778
19779 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19780
197812004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19782
19783 * spam.el (spam-split): Do not require spam-use-CHECK to be
19784 enabled if that check is passed to spam-split explicitly; also
19785 fix so 'spam doesn't get converted to spam-split-group when
19786 spam-split-symbolic-return is t.
19787 (spam-find-spam): Find registrations of the article and use those
19788 instead of re-running spam-split to find the spam/ham
19789 classification of the article.
19790 (spam-log-processing-to-registry, spam-log-registered-p)
19791 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19792 Use gnus-error instead of gnus-message.
19793 (spam-log-registration-type): Add function to determine the
19794 classification of a message based on registry entries; will
19795 return nil if both 'spam and 'ham are found.
19796 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19797 a reasonably fast local cache without the loading errors.
19798 (spam-cache-lookups): Set to t by default.
19799 (spam-find-spam): Don't try to guess spam-cache-lookups.
19800 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19801 spam-caches entry.
296a8e19
SM
19802 (spam-filelist-build-cache, spam-filelist-check-cache):
19803 Fix caching of whitelist/blacklist entries.
19804 (spam-check-whitelist, spam-check-blacklist):
19805 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
19806 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19807
198082004-01-07 Jesper Harder <harder@ifa.au.dk>
19809
19810 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19811
19812 * nnmail.el (nnmail-split-fancy): do.
19813
19814 * mml.el (mml-parse): do.
19815
19816 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19817 (gnus-score-adaptive): do.
19818
23f87bed 198192004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19820
01c52d31
MB
19821 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19822 (gnus-mime-button-map): Don't set keymap parent.
19823 (gnus-button-ctan-directory-regexp): Use shy grouping.
19824 (gnus-prev-page-map): Don't set keymap parent.
19825 (gnus-prev-page-map): Remove duplicated one.
19826 (gnus-next-page-map): Don't set keymap parent.
19827 (gnus-mime-security-button-map): Ditto.
19828
19829 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19830 version number.
19831
23f87bed 19832 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 19833
23f87bed 198342004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19835
23f87bed
MB
19836 * canlock.el (canlock-sha1-function): Remove.
19837 (canlock-sha1-function-for-verify): Remove.
19838 (canlock-openssl-program): Remove.
19839 (canlock-openssl-args): Remove.
19840 (canlock-ignore-errors): Remove.
19841 (canlock-sha1-with-openssl): Remove.
19842 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19843 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 19844
23f87bed
MB
19845 * sha1-el.el (sha1-string-external): Make it can return a string
19846 in binary form.
19847 (sha1-region-external): Ditto.
19848 (sha1-string-internal): Ditto.
19849 (sha1-region-internal): Ditto.
19850 (sha1-region): Ditto.
19851 (sha1-string): Ditto.
19852 (sha1): Ditto.
1270d7ca 19853
01c52d31 198542004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 19855
01c52d31 19856 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 19857
01c52d31 198582004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19859
01c52d31 19860 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 19861
01c52d31
MB
19862 * run-at-time.el (run-at-time-saved): Remove.
19863 (run-at-time): Doc fix.
1270d7ca 19864
01c52d31 198652004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19866
01c52d31
MB
19867 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19868 (gnus-summary-limit-map): Add it.
19869 (gnus-summary-make-menu-bar): do.
1270d7ca 19870
01c52d31 198712004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19872
01c52d31
MB
19873 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19874 Make attempt at some caching support (done for BBDB only now).
19875 (spam-find-spam): Set spam-cache-lookups if there are more than 2
19876 addresses to be checked.
19877 (spam-clear-cache-BBDB): Add function, to be invoked by
19878 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19879 (spam-check-BBDB): Check and use the caches, if
19880 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 19881
01c52d31 198822004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 19883
296a8e19 19884 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 19885
01c52d31 198862004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 19887
01c52d31
MB
19888 * run-at-time.el (run-at-time-saved): Move to after the definition
19889 of `run-at-time'.
1270d7ca 19890
01c52d31 198912004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19892
01c52d31
MB
19893 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19894 mm-w3m-local-map-property.
1270d7ca 19895
01c52d31
MB
19896 * mm-view.el (mm-w3m-mode-map): Remove.
19897 (mm-w3m-local-map-property): Remove.
19898 (mm-inline-text-html-render-with-w3m): Don't use
19899 mm-w3m-local-map-property.
1270d7ca 19900
01c52d31 199012004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 19902
01c52d31 19903 * run-at-time.el: New file.
1270d7ca 19904
01c52d31
MB
19905 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19906 of gnus-set-text-properties.
1270d7ca 19907
01c52d31 19908 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 19909
01c52d31 19910 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 19911
01c52d31 19912 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 19913
01c52d31
MB
19914 * gnus-art.el (gnus-button-push): Use set-text-properties instead
19915 of gnus-.
1b155fbd 19916
296a8e19 19917 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 19918 password-run-at-time throughout to use run-at-time directly.
1b155fbd 19919
296a8e19 19920 * password.el: Remove definition of run-at-time.
1b155fbd 19921
880820fe 199222004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 19923
01c52d31
MB
19924 * mml.el (mml-minibuffer-read-disposition): Show attachment type
19925 in prompt.
1b155fbd 19926
01c52d31 199272004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 19928
01c52d31
MB
19929 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19930 XEmacs version.
1270d7ca 19931
01c52d31
MB
19932 * dns.el (dns-make-network-process): Use `open-network-stream'
19933 instead of `gnus-xmas-open-network-stream'.
1270d7ca 19934
01c52d31 19935 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 19936
01c52d31 199372004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19938
01c52d31
MB
19939 * gnus-art.el (gnus-mime-display-alternative)
19940 (gnus-insert-mime-button, gnus-insert-mime-security-button)
19941 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19942 Don't use gnus-local-map-property.
1270d7ca 19943
01c52d31 19944 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 19945
296a8e19
SM
19946 * mm-view.el (mm-view-pkcs7-decrypt):
19947 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 19948
01c52d31
MB
19949 * gnus-util.el (gnus-completing-read): do.
19950 (gnus-completing-read-maybe-default): Remove.
1270d7ca 19951
01c52d31 199522004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 19953
01c52d31
MB
19954 * password.el: Only autoload `run-at-time' if not XEmacs.
19955 Only autoload the itimer functions if XEmacs.
1270d7ca 19956
01c52d31 199572004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19958
01c52d31
MB
19959 * gnus-art.el (gnus-read-string): Remove.
19960 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19961 read-string.
1270d7ca 19962
01c52d31 199632004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19964
01c52d31
MB
19965 * netrc.el: Autoload password-read.
19966 (netrc): Add configuration group.
296a8e19
SM
19967 (netrc-encoding-method, netrc-openssl-path):
19968 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
19969 ciphers.
19970 (netrc-encode): Add assistant function to encode a file with
19971 netrc-encoding-method.
19972 (netrc-parse): Add interactive parameter, added optional
19973 decoding if netrc-encoding-method is non-nil but otherwise
19974 behavior is standard.
19975 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19976 Do s/encode/encrypt/ everywhere.
1270d7ca 19977
01c52d31 19978 * spam.el: Remove executable-find autoload.
1270d7ca 19979
01c52d31 199802004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19981
01c52d31 19982 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 19983
01c52d31 19984 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 19985
01c52d31 199862004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 19987
c4cc8b9a 19988 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 19989 (article-treat-ansi-sequences): New variable and function.
01c52d31 19990 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 19991
01c52d31
MB
19992 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19993 Use it.
1270d7ca 19994
01c52d31 199952004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19996
01c52d31 19997 * mm-util.el (mm-quote-arg): Remove.
23f87bed 19998
01c52d31
MB
19999 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20000 shell-quote-argument.
1270d7ca 20001
01c52d31 20002 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 20003
01c52d31 20004 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 20005
01c52d31
MB
20006 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20007 with make-char.
1270d7ca 20008
01c52d31 20009 * mm-util.el (mm-make-char): Remove.
1270d7ca 20010
01c52d31
MB
20011 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20012 add-minor-mode.
1270d7ca 20013
01c52d31 20014 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 20015
01c52d31 20016 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 20017
01c52d31 20018 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 20019
01c52d31 20020 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 20021
01c52d31 20022 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 20023
01c52d31 20024 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 20025
01c52d31 20026 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 20027
01c52d31 20028 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 20029
01c52d31 20030 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 20031
01c52d31 20032 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 20033
01c52d31
MB
20034 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20035 Replace gnus-char-width with char-width.
1270d7ca 20036
01c52d31 20037 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20038
01c52d31
MB
20039 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20040 Replace gnus-char-width with char-width.
1270d7ca 20041
01c52d31 20042 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20043
01c52d31
MB
20044 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20045 definition.
20046 Remove Emacs 20 hash table compatibility code.
1270d7ca 20047
01c52d31
MB
20048 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20049 20 compatibility code.
1270d7ca 20050
01c52d31 20051 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 20052
01c52d31 20053 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 20054
296a8e19
SM
20055 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20056 Replace with point-at-{eol,bol}.
1270d7ca 20057
01c52d31 20058 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 20059
01c52d31 20060 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 20061
149cd465
JB
20062 * flow-fill.el (fill-flowed-point-at-bol)
20063 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 20064
01c52d31
MB
20065 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20066 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 20067
01c52d31 200682004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20069
01c52d31
MB
20070 * ntlm.el (ntlm-string-as-unibyte): New macro.
20071 (ntlm-build-auth-response): Use it.
1270d7ca 20072
01c52d31
MB
20073 Remove Emacs 20 stuff:
20074 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20075 of delq and copy-sequence.
20076 * gnus-art.el (popup-menu): Remove the compiler macro.
20077 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20078 Emacs 20.
1270d7ca 20079
01c52d31 200802004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 20081
01c52d31
MB
20082 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20083 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20084 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20085 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20086 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20087 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20088 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20089 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20090 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20091 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20092 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
20093 string-xor into ntlm-string-xor.
20094 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20095
01c52d31 20096 * ntlm.el: Don't include poem.
1270d7ca 20097
296a8e19
SM
20098 * md4.el (print-int32, print-string-hexa): Remove.
20099 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20100
01c52d31 20101 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 20102
01c52d31
MB
20103 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20104 probably breaks emacs with DL patch, but do we care? Is anyone
20105 still using the DL stuff?)
1270d7ca 20106
01c52d31
MB
20107 * sieve-manage.el: Use the password package.
20108 (sieve-manage-read-passwd): Remove.
20109 (sieve-manage-interactive-login): Use password. Re-add
20110 condition-case around loop.
20111
20112 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
20113 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20114 Use the password package.
01c52d31
MB
20115
201162003-02-19 Simon Josefsson <jas@extundo.com>
20117
20118 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20119 token.
20120
201212002-08-07 Simon Josefsson <jas@extundo.com>
20122
20123 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20124 (sieve-manage-authenticators):
20125 (sieve-manage-authenticator-alist): Add some SASL mechs.
20126 (sieve-sasl-auth): New function.
20127 (sieve-manage-cram-md5-auth):
20128 (sieve-manage-plain-auth): Rewrite using SASL library.
20129 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20130 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20131 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20132 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20133
201342004-01-05 Simon Josefsson <jas@extundo.com>
20135
20136 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20137 New files.
20138
201392004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20140
20141 * gnus-group.el (gnus-no-groups-message): Update.
20142
20143 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20144
201452003-11-09 Simon Josefsson <jas@extundo.com>
20146
20147 * imap.el: Support for ID IMAP extension (RFC 2971).
20148 (imap-local-variables): Add imap-id.
20149 (imap-id): New variable.
20150 (imap-id): New function.
20151 (imap-parse-response): Parse untagged ID response.
20152 * nnimap.el (nnimap-id): New variable.
20153 (nnimap-open-connection): Use it.
20154
201552003-12-28 Simon Josefsson <jas@extundo.com>
20156
20157 * gnus-score.el (gnus-score-edit-all-score): New.
20158 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20159
201602004-01-04 Simon Josefsson <jas@extundo.com>
20161
20162 * password.el: Add.
20163
201642004-01-04 Mario Lang <lang@zid.tugraz.at>
20165
e3e955fe 20166 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 20167 (dns-query-types): New function.
e3e955fe
MB
20168 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20169 PTR and SOA replies, see RFC 1035.
01c52d31
MB
20170
201712004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20172
296a8e19 20173 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 20174
296a8e19 20175 * Move to Changelog.2.
01c52d31
MB
20176
201772004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20178
20179 * gnus.el (gnus-version-number): Bump version.
20180
201812004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20182
20183 * gnus.el: No Gnus v0.1 is released.
1270d7ca 20184
01c52d31 201852004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 20186
01c52d31 20187 * gnus.el: No Gnus v0.0 is released.
1270d7ca 20188
01c52d31 201892004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20190
01c52d31
MB
20191 * gnus.el (gnus-version-number): Bump.
20192 (gnus-version): No.
1270d7ca 20193
ef3b7aae 20194See ChangeLog.2 for earlier changes.
2a34a036 20195
95df8112 20196 Copyright (C) 2004-2011 Free Software Foundation, Inc.
5b87ad55
GM
20197
20198 This file is part of GNU Emacs.
20199
5e809f55 20200 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 20201 it under the terms of the GNU General Public License as published by
5e809f55
GM
20202 the Free Software Foundation, either version 3 of the License, or
20203 (at your option) any later version.
5b87ad55
GM
20204
20205 GNU Emacs is distributed in the hope that it will be useful,
20206 but WITHOUT ANY WARRANTY; without even the implied warranty of
20207 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20208 GNU General Public License for more details.
20209
20210 You should have received a copy of the GNU General Public License
5e809f55 20211 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 20212
ef3b7aae 20213;; Local Variables:
880820fe 20214;; coding: utf-8
d7ba2a01 20215;; fill-column: 79
33462dfa 20216;; add-log-time-zone-rule: t
ef3b7aae 20217;; End: