Improve key bindings in edit-abbrevs-mode
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
b62f8267
G
12011-03-29 Julien Danjou <julien@danjou.info>
2
3 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4 local variables disabled rather than `normal-mode'.
5
f2eefd24
CY
62011-03-26 Chong Yidong <cyd@stupidchicken.com>
7
8 * proto-stream.el: Changes preparatory to merging open-protocol-stream
9 with open-network-stream.
10 (proto-stream-always-use-starttls): Option removed.
11 (open-protocol-stream): Return a process object by default. Provide a
12 new parameter :return-list specifying a list-type return value, which
13 now has the form (PROP . PLIST) instead of a fixed-length list. Change
14 :type `network' to `try-starttls', and `network-only' to `default'.
15 Make `default' the default, for compatibility with open-network-stream.
16 Handle the no-parameter case exactly as open-network-stream, with no
17 additional stream processing. Search plists using plist-get.
18 Explicitly add :end-of-commend parameter if it is missing.
19 (proto-stream-open-default): Renamed from
20 proto-stream-open-network-only. Return 'default as the type.
21 (proto-stream-open-starttls): Rename from proto-stream-open-network.
22 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
23 failed. Always return a list with a (possibly dead) process as the
24 first element, for compatibility with open-network-stream.
25 (proto-stream-open-tls): Use plist-get. Always return a list.
26 (proto-stream-open-shell): Return `default' as connection type.
27 (proto-stream-capability-open): Use plist-get.
28 (proto-stream-eoc): Function deleted.
29
30 * nnimap.el (nnimap-stream, nnimap-open-connection)
31 (nnimap-open-connection-1): Handle renaming of :type parameter for
32 open-protocol-stream.
33 (nnimap-open-connection-1): Pass a :return-list parameter
34 open-protocol-stream to obtain a list return value. Parse this list
35 using plist-get.
36
37 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
38 for open-protocol-stream. Accept open-protocol-stream return value
39 that is a subprocess object instead of a list. Handle the case of a
40 dead returned process.
41
dc802687
TZ
422011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
43
44 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
45
46 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
47
247c22e1
JD
482011-03-21 Julien Danjou <julien@danjou.info>
49
50 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
51 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
52 query.
53 (mm-inline-text): Render normal text with fontification whenever
54 possible.
55
56 * gnus-sum.el (gnus-summary-save-parts-1):
57 * gnus-art.el (gnus-article-browse-html-save-cid-content)
58 (gnus-article-browse-html-parts, gnus-mime-delete-part)
59 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
60 Use `mm-handle-filename'.
61
62 * mm-util.el (mm-handle-filename): New function, return the filename of
63 an handle.
64
06e9c2d9
JD
652011-03-18 Julien Danjou <julien@danjou.info>
66
67 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
68 (gnus-buffer-live-p): Check that buffer is not nil.
69
1518e4f0
G
702011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
71
72 * gnus-art.el: Require mouse, which the build bot seems to say is
73 needed.
74
75 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
76 XEmacs, since it doesn't have url-retrieve-synchronously.
77
782011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
79
80 * gnus-group.el (gnus-group-list-ticked): New function.
81 (gnus-group-make-menu-bar): Provide a menu entry for it.
82 (gnus-group-list-map): Provide a binding for it.
83
842011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
85
86 * shr.el (shr-visit-file): New command.
87
88 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
89
902011-03-17 Bjørn Mork <bjorn@mork.no>
91
92 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
93 servers.
94
d6cd56f1
JD
952011-03-16 Julien Danjou <julien@danjou.info>
96
97 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
98 inline.
99
100 * gnus-art.el (article-hide-list-identifiers): Use
101 gnus-group-get-list-identifiers.
102
103 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
104 (gnus-summary-remove-list-identifiers): Use
105 gnus-group-get-list-identifiers to get regexp.
106 (gnus-select-newsgroup, gnus-summary-insert-subject)
107 (gnus-summary-insert-articles): Call
108 gnus-summary-remove-list-identifiers unconditionally.
109
a123622d
G
1102011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
111
4c7468f6
LMI
112 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
113 we're selecting a group with unread articles.
114
a123622d
G
115 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
116
117 * gssapi.el: New file separated out from imap.el to provide a general
118 Kerberos 5 connection facility for Emacs.
119
120 * message.el (message-elide-ellipsis): Document the format spec
121 ellipsis.
122
1232011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
124
125 * message.el (message-elide-region): Allow the ellipsis to say how many
126 lines were removed.
127
1282011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
129
130 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
131 window configurations containing buffers that are now dead.
132
133 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
134 parsing to avoid integer overflows.
135 (nnimap-parse-flags): Simplify the last change.
136 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
137 too large for 32-bit Emacsen.
138
0adf5618
SM
1392011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * auth-source.el (auth-source-netrc-create):
142 * message.el (message-yank-original): Fix use of `case'.
143
a123622d
G
1442011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
145
146 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
147 XEmacs, which was one character too wide.
148
1492011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
150
151 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
152 default number of articles to display.
153 (gnus-articles-to-read): Use pretty names for prompt.
154
1552011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
156
157 * gnus-int.el (gnus-open-server): Ditto.
158
159 * gnus-start.el (gnus-activate-group): Give a backtrace if
160 debug-on-quit is set and the user hits `C-g'.
161 (gnus-read-active-file): Ditto.
162
163 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
164
1e660395
TZ
1652011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * message.el (message-yank-original): Use cond instead of CL case.
168
aa2ebce9
SM
1692011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * auth-source.el (auth-source-netrc-create): Use usual format for the
172 default in prompts.
173
67613d31
TZ
1742011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
175
176 * auth-source.el (auth-source-netrc-create): Show the default in the
177 prompt when prompting for token creation.
178
4248cca2
TZ
1792011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
180
181 * auth-source.el (auth-source-format-prompt): Always convert the value
182 to a string to avoid evaluating non-string arguments.
183 (auth-source-netrc-create): Offer default properly, not as initial
184 content in `read-string'.
185 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
186 of line to determine if we've been run before. If so, don't run again,
187 but print a trivial message to indicate the cache was hit instead.
188
a276370e
G
1892011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
190
aa2ebce9
SM
191 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
192 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
193 The user will have to run `gnus-sync-read' manually and wait for Cloudy
a276370e
G
194 Gnus.
195
1962011-03-11 Julien Danjou <julien@danjou.info>
197
198 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
199 modified file".
200
733afdf4
TZ
2012011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
202
203 * auth-source.el (auth-source-read-char-choice): New function to read a
204 character choice using `dropdown-list', `read-char-choice', or
205 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
206 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
f3b54b0e 207 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
733afdf4 208 (auth-source-netrc-saver): Use it.
f3b54b0e 209 (auth-source-pick-first-password): New convenience function.
733afdf4
TZ
210
2112011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
212
213 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
214 parameter in the credentials.
215 (nnimap-open-connection-1): Use it after a successful login.
216 (nnimap-credentials): Add IMAP-specific user and password prompt.
217
218 * auth-source.el (auth-source-search): Add :require parameter, taking a
219 list. Document it and the :save-function return token. Pass :require
220 down. Change the CREATED message from a warning to a debug statement.
221 (auth-source-search-backends): Pass :require down.
222 (auth-source-netrc-search): Pass :require down.
223 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
224 Change save prompt to indicate all modifications saved here are
225 deletions.
226 (auth-source-netrc-create): Take user login name as default in user
227 prompt. Move all the save functionality to a lexically bound function
228 under the :save-function token in the returned list. Set up clearer
229 default prompts for user, host, port, and secret.
230 (auth-source-netrc-saver): New function, intended to be wrapped for
231 :save-function.
232
a5057546
G
2332011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
234
235 * shr.el (shr-table-horizontal-line): Change the defaults for the table
236 lines to be spaces instead.
237
2382011-03-07 Julien Danjou <julien@danjou.info>
239
240 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
241 (sieve-sasl-auth): Check that auth-source-search did return something,
242 or just return an empty string.
243
7e27ce9c
AL
2442011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
245
246 * gnus.el (gnus-interactive): Use read-directory-name.
247
248 * gnus-uu.el (gnus-uu-decode-uu-and-save)
249 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
250 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
251 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
252 Likewise.
253
254 * gnus-group.el (gnus-group-make-directory-group): Likewise.
255
706b5974
G
2562011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
257
a5057546
G
258 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
259 onto the list of killed groups, too. This makes killed nnimap groups,
260 for instance, more reliably not reappear.
261
262 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
263 the parent.
264
706b5974
G
265 * gnus-sum.el (gnus-update-read-articles): Fix typo.
266
267 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
268 really have server-side marks.
269
270 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
271 since most backends do not usefully have server-side marks.
272 (gnus-update-read-articles): Propagate marks to all backends that
273 really have server-side marks.
274
2752011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
276
aa2ebce9
SM
277 * message.el (message-cite-reply-position, message-cite-style):
278 New variables.
706b5974
G
279 (message-yank-original): Use the new citation styles.
280
7fd0923b
DU
2812011-03-04 Daiki Ueno <ueno@unixuser.org>
282
283 * message.el (message-options): Revert the change that's a workaround
8879add8
DU
284 for XEmacs buffer-local issue; don't mark it buffer-local when running
285 under XEmacs.
7fd0923b 286
71f8b7ed
G
2872011-03-03 Tassilo Horn <tassilo@member.fsf.org>
288
289 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
290 numbers too big to be `read'.
291
2922011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
293
294 * message.el (message-options): Make buffer-local two ways to attempt
295 to fix a XEmacs bug.
296
e1a135a9
JD
2972011-03-02 Julien Danjou <julien@danjou.info>
298
299 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
300
fb9b91be
JD
3012011-03-01 Julien Danjou <julien@danjou.info>
302
303 * gnus-art.el (list-identifier): Add list-identifier as a parameter
304 group.
305 (article-hide-list-identifiers): Use list-identifier group parameter.
306
3b0468c4
JD
3072011-02-28 Julien Danjou <julien@danjou.info>
308
309 * sieve.el (sieve-buffer-script-name): New local variable to store
310 sieve script name.
311 (sieve-edit-script): Store sieve script name.
312 (sieve-upload): Use sieve script name when uploading.
313 (sieve-upload): Use substitute-command-keys.
314 (sieve-edit-script): Use substitute-command-keys.
315 (sieve-refresh-scriptlist): Use substitute-command-keys.
316 (sieve-manage-mode-map): Define keymap properly.
317 (sieve-manage-mode): Do not set mode name manually, change mode-name to
318 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
319 Remove commented code about cvs.
320 (sieve-manage-quit): New function.
321 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
322
85e75ded
LI
3232011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
324
325 * gnus-group.el (gnus-import-other-newsrc-file): New function.
326
003522ce
G
3272011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
328
61e9662e
TZ
329 * auth-source.el (auth-source-search): Cache empty result sets.
330
003522ce
G
331 * auth-source.el (auth-source-save-behavior): New variable to replace
332 `auth-source-never-create'.
333 (auth-source-netrc-create): Use it.
334 (auth-source-never-save): Remove.
335
3362011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
337
338 * nnimap.el (nnimap-stream): Doc fix.
339 (nnimap-open-connection-1): Reverse the order of the ports to that the
340 prompted-for port is first.
341
342 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
343 retrieval by the no-group selection.
344
345 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
346 numerical parameters.
347
3b0468c4
JD
3482011-02-25 Julien Danjou <julien@danjou.info>
349
350 * gnus-gravatar.el: Use gnus-with-article-buffer.
351
352 * gnus-art.el (gnus-with-article-buffer): Check that the
353 gnus-article-buffer is alive.
354
003522ce
G
3552011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
356
357 * auth-source.el (auth-source-creation-prompts): New variable to manage
358 creation-time prompts.
359 (auth-source-search): Document it.
360 (auth-source-format-prompt): Add utility function.
361 (auth-source-netrc-create): Don't default the user name to
362 user-login-name. Use `auth-source-creation-prompts' and some default
363 prompts for user, host, port, and password (the default generic prompt
364 remains ugly).
365 (auth-source-never-save): Add customizable option to never save info.
366 (auth-source-netrc-create): Use it and improve save prompts. Fix help
367 mode excursion.
368
a22e7484
KY
3692011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
370
371 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
372 argument that XEmacs doesn't support.
373
fa41748c
G
3742011-02-23 Julien Danjou <julien@danjou.info>
375
376 * gnus-art.el (article-make-date-line): Ignore errors if time is
377 invalid and not convertible.
378 (article-make-date-line): Only add lapsed time if time is not nil.
379
d41d18c0
TZ
3802011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
381
382 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
383 `read-char-choice' for backwards compatibility.
fa41748c
G
384 (auth-source-netrc-element-or-first): New function to DTRT for
385 parameter extraction.
386 (auth-source-netrc-create): Use it and fix multiple parameter print
387 bug. Use the default passed from above (given-default) or the
388 built-in (user-login-name for :user).
d41d18c0 389
4a3988d5
G
3902011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
391
aa2ebce9
SM
392 * gnus-start.el (gnus-dribble-read-file):
393 Set buffer-save-without-query, since we always want to save the dribble
4a3988d5
G
394 file, probably.
395
396 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
397 nnimap.
398
aa2ebce9 399 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4a3988d5
G
400 -summary- since it's a user-visible variable.
401
402 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
403 first time you use the new Gnus.
404
4052011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
406
407 * auth-source.el: Don't load netrc.el.
408 (auth-sources): Search ~/.netrc as well by default.
409 (auth-source-debug): Add 'trivia option for extra output.
410 (auth-source-do-trivia): Use it.
411 (auth-source-search): Simplify logic to use
412 `auth-source-search-backends'. Use `auth-source-do-trivia' where
413 appropriate. Don't keep a running count at this level. Layer :create
414 and :delete options appropriately on the first and second passes.
415 Don't track the backend with the search results.
416 (auth-source-search-backends): New function to search a list of
417 backends for a processed spec.
418 (auth-source-netrc-parse): Cache all netrc files, making
419 auth-source-netrc-cache an alist keyed by the file name and using the
420 file mtime as the caching criterion. Keep the obfuscated data secret
421 with a lexical bind.
422 (auth-source-netrc-search): Don't calculate the length of the results
423 unnecessarily.
424 (auth-source-search-backends): Fix bug.
425 (auth-source-netrc-create): Rework prompts.
426
4272011-02-22 Andrew Cohen <cohen@andy.bu.edu>
428
429 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
430 Lower case names of search constraints.
431 (nnir-run-query): Cache and reuse search constraints for all imap
432 servers.
433
7dde5efe
SS
4342011-02-22 Sam Steingold <sds@gnu.org>
435
436 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
437
8e22bee0
G
4382011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
439
440 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
441 after exit.
4a3988d5 442 (gnus-setup-message): Define missing variable from last checkin.
8e22bee0
G
443
444 * gnus-sum.el (gnus-summary-show-article): When called with t as the
445 value, show the raw article.
446
4472011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
448
449 * nnimap.el (nnimap-open-connection-1): Revert last change, since
450 auth-source now accepts numbers.
451
452 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
453 spec, too.
454 (auth-source-ensure-strings): New function.
455
456 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
457 (gnus-article-setup-buffer): Always restart the date timer so that user
458 changes to the frequency is respected.
459
460 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
461 port numbers, so make sure it gets that if nnimap-server-port is
462 explicit.
463
4642011-02-21 Simon Josefsson <simon@josefsson.org>
465
466 * nnimap.el (nnimap-inbox): Doc fix.
467
6d713256
CY
4682011-02-20 Chong Yidong <cyd@stupidchicken.com>
469
470 * shr-color.el (shr-color->hexadecimal): Use renamed function names
471 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
472 color-lab-to-srgb.
473
06b840e0
LI
4742011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
475
476 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
477 given method as in the group name if we're using an extended method.
478 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
479 command, if we're using that, instead of waiting for the beginning.
480
481 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
482 we're sure to get unique server names, and we don't output two async
483 commands in the same buffer. This fixes an NNTP hang for some users.
484
4852011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
486
487 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
488 summary buffer before reading going to the next buffer. This avoids
489 putting the point in the group buffer if you `C-g' the command.
490
491 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
492 cache (for now) to make ~/.authinfo.gpg files usable.
493
494 * nnfolder.el (copyright-update): Define for the compiler.
495
496 * auth-source.el (auth-source-search): Fix unbound variable.
497
67ab0163 4982011-02-19 Glenn Morris <rgm@gnu.org>
85ee3c75
GM
499
500 * gnus.el (gnus-meta): Doc fix.
501
67ab0163 5022011-02-19 Chong Yidong <cyd@stupidchicken.com>
b9c82730
CY
503
504 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
505 in case it's not yet loaded.
506
01baa1e6
G
5072011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
508
509 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
510 line we're waiting for.
511
5122011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
513
514 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
515 face with line-width greater than zero will cause RET in gnus summary
516 buffer to scroll down article page-wise because auto vscroll happens,
517 it should be temporalily disabled when doing a scroll-up.
518
56e96bed
G
5192011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
520
521 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
522 outputs from the server.
523
5242011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
525
526 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
527 later so that bbdb can hook in easier.
528
c13bc26b
LI
5292011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
530
38046520
LI
531 * auth-source.el (auth-source-search): Don't try to create credentials
532 if the caller doesn't want that.
0d873e93
LI
533 (auth-source-search): If we don't find a match, don't bug out on
534 non-bound variables.
535 (auth-source-search): Only ask a single backend to create the
536 credentials.
38046520 537
c13bc26b
LI
538 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
539 logging.
540 (nnimap-credentials): Protect against auth-source-search returning nil.
541 (nnimap-request-list): Protect against not being able to open the
542 server.
543
7ba93e94
G
5442011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
545
1d2c4a49
LI
546 * auth-source.el (auth-source-search): Do a two-phase search, one with
547 no :create to get the responses from all backends.
548
7ba93e94
G
549 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
550 when getting credentials.
551
552 * gnus-util.el (gnus-delete-duplicates): New function.
553
35123c04
TZ
5542011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
555
7ba93e94
G
556 * nnimap.el (nnimap-credentials): Instead of picking the first port as
557 a creation default, pass the whole port list down. It will be
558 completed.
559
560 * auth-source.el (auth-source-search): Updated docs to talk about
561 multiple creation choices.
562 (auth-source-netrc-create): Accept a list as a value (from the search
563 parameters) and do completion on that list. Keep a separate netrc line
564 with the password obscured for showing the user.
565
566 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
567 first choice to `auth-source-search' so it will be used for entry
568 creation instead of the server's Gnus-specific name.
569 (nnimap-credentials): Rely on the auth-source library to select which
570 port is actually wanted in the new netrc entry, so don't override
571 `auth-source-creation-defaults'.
572
35123c04
TZ
573 * auth-source.el (auth-source-netrc-parse): Use :port instead of
574 :protocol and accept a missing user, host, or port as a wildcard match.
a202ff49 575 (auth-source-debug): Default to off.
35123c04
TZ
576
577 (auth-source-netrc-search, auth-source-netrc-create)
578 (auth-source-secrets-search, auth-source-secrets-create)
579 (auth-source-user-or-password, auth-source-backend, auth-sources)
580 (auth-source-backend-parse-parameters, auth-source-search): Use :port
581 instead of :protocol.
582
583 * nnimap.el (nnimap-credentials): Pass a port default to
584 `auth-source-search' in case an entry needs to be created.
585 (nnimap-open-connection-1): Use :port instead of :protocol.
586
d638ac9e
KY
5872011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
588
589 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
590 instead of delete-dups that is not available in XEmacs 21.4.
591
584c9d3f
G
5922011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
593
594 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
595 nil means that nnimap doesn't get updated.
596
5972011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
598
599 * auth-source.el (auth-source-netrc-create): Return a synthetic search
600 result when the user doesn't want to write to the file.
601 (auth-source-netrc-search): Expect a synthetic result and proceed
602 accordingly.
603 (auth-source-cache-expiry): New variable to override
604 `password-cache-expiry'.
605 (auth-source-remember): Use it.
606
607 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
608 parameter. Create entry if necessary by using :create t.
609 (nnimap-open-connection-1): Don't pass `inhibit-create'.
610
ca6ddb88
TZ
6112011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
612
613 * auth-source.el (auth-source-debug): Enable by default and don't
614 mention the obsolete `auth-source-hide-passwords'.
615 (auth-source-do-warn): New function to debug unconditionally.
616 (auth-source-do-debug): Use it.
617 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
618 and for Secrets API entries when the secrets.el library is not
619 available.
620
5415d076
G
6212011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
622
623 * gnus-sum.el (gnus-propagate-marks): Default to nil.
624 (gnus-summary-exit): Kill the correct article buffer on exit from a
625 `C-d' group.
626
627 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
628 gnus-propagate-marks.
629
630 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
631 before killing the buffers so that a non-full window conf gets handled
632 correctly.
633 (gnus-summary-exit): Ditto.
634 (gnus-summary-read-group-1): Ditto.
635
636 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
637 async code again so that we can debug it properly.
638
639 * message.el (message-reply): Take an optional switch-buffer parameter
640 so that Gnus window confs are respected better.
641
e45de620
TZ
6422011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
643
644 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
aa2ebce9
SM
645 `plist-get' to accept non-list parameters (XEmacs issue).
646 Fix docstring.
5415d076
G
647 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
648 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
649 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
650 Login collection is "Login" and not "login".
e45de620 651
d5e9a4e9
LI
6522011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
653
5415d076
G
654 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
655 multiple headers.
656
d5e9a4e9
LI
657 * nnimap.el (nnimap-inhibit-logging): New variable.
658 (nnimap-log-command): Don't log login commands.
659
660 * auth-source.el (auth-source-netrc-search): The asserts seem to want
661 to have more parameters.
662
663 * nnimap.el (nnimap-send-command): Mark the command time for each
664 command, so that we don't get NOOPs stepping on our toes.
665
666 * gnus-art.el (article-date-ut): Get the date from the Date header on
667 `t'.
668
6ce6c742
KY
6692011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
670
671 * auth-source.el (auth-source-search): Use copy-sequence instead of
672 the cl.el copy-list.
673
12295c5d
G
6742011-02-13 Adam Sjøgren <asjo@koldfront.dk>
675
676 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
677 Improve prompt.
678
6792011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
680
681 * gnus-art.el (gnus-article-mode-line-format): Remove the article
682 washing status from the default format. It isn't very informative.
683
114fe546
G
6842011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
685
aa2ebce9
SM
686 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
687 Fix Gcc processing on imap.
114fe546 688
665addc9
SM
6892011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * message.el (message-bury): Don't pop up a new window when selected
692 window is dedicated.
693
cec2114e
AL
6942011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
695
696 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
697
b8e0f0cd
G
6982011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
699
700 * sieve-manage.el: Autoload `auth-source-search'.
701 (sieve-sasl-auth): Use it.
702
7032011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
704
705 * nnimap.el: Autoload `auth-source-forget+'.
706 (nnimap-open-connection-1): Use it if the connection fails.
707
708 * auth-source.el: Require `password-cache'.
709 (auth-source-hide-passwords, auth-source-cache): Remove and mark
710 obsolete.
711 (auth-source-magic): Marker for `password-cache' keys.
712 (auth-source-do-cache): Update docstring.
713 (auth-source-search): Use and check cache.
714 (auth-source-forget-all-cached, auth-source-remember)
715 (auth-source-recall, auth-source-forget, auth-source-forget+)
716 (auth-source-specmatchp): Caching support functions.
717 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
718 Remove and obsolete.
719 (auth-source-user-or-password): Remove caching to further discourage
720 using it. Always hide passwords.
721
af4e5f4c
G
7222011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
723
724 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
725 code for now, since it doesn't work for all users.
726
7272011-02-09 Julien Danjou <julien@danjou.info>
728
729 * message.el (message-options): Make message-options really buffer
730 local.
731
b8e0f0cd
G
7322011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
733
734 * mail-source.el: Autoload `auth-source-search'.
735 (mail-source-keyword-map): Note order matters.
736 (mail-source-set-1): Get all the mail-source source values and
737 defaults and search auth-source on those if needed. This can all
738 probably be simplified.
739
740 * nnimap.el: Autoload `auth-source-search'.
741 (nnimap-credentials): Use it.
742 (nnimap-open-connection-1): Ask for the virtual server and physical
743 address in one shot.
744
745 * nntp.el: Autoload `auth-source-search'.
746 (nntp-send-authinfo): Use it. Note TODO.
747
756441ed
JD
7482011-02-08 Julien Danjou <julien@danjou.info>
749
af4e5f4c
G
750 * shr.el (shr-tag-body): Add support for text attribute in body
751 markups.
752
756441ed
JD
753 * message.el (message-options): Make message-options a local variable.
754
b8e0f0cd
G
7552011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
756
757 * auth-source.el (auth-source-secrets-search)
758 (auth-source-user-or-password): Use `append' instead of `nconc'.
759 (auth-source-user-or-password): Build return list better and protect
760 against nil :secret.
761
41d579ce
LI
7622011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
763
764 * nnimap.el (nnimap-update-info): Refactor slightly.
765 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
766 (nnimap-update-info): Clean up slightly.
767 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
768 characters.
665addc9 769 (nnimap-process-quirk): Rename function to avoid collision.
41d579ce 770 (nnimap-update-info): Fix macrology bug-out.
b52daf3d 771 (nnimap-update-info): Simplify split history test.
41d579ce 772
b8e0f0cd
G
7732011-02-06 Michael Albinus <michael.albinus@gmx.de>
774
aa2ebce9
SM
775 * auth-source.el (top): Require 'eieio unconditionally.
776 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
b8e0f0cd
G
777 (auth-source-secrets-search): Limit search when `max' is greater than
778 number of results.
779
76b8d9dd
LI
7802011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
781
782 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
783 part not returning any data.
784
785 * proto-stream.el (open-protocol-stream): Document the return value.
786
b8e0f0cd
G
7872011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
788
789 * auth-source.el (auth-source-secrets-search): Add examples.
790
184469b7
JD
7912011-02-06 Julien Danjou <julien@danjou.info>
792
793 * message.el (message-setup-1): Handle message-generate-headers-first
794 set to t.
795
b8e0f0cd
G
7962011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
797
798 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
799 API with a string "secrets:collection-name" and with 'default.
800 (auth-source-backend-parse): Parse "secrets:collection-name" and
801 'default. Recurse on parses instead of repeating code. Use the
802 Secrets API is the source is not nil and 'ignore otherwise. Emit a
803 message when ignoring a source.
804 (auth-source-search): List ignored search keys at the top level.
805 (auth-source-netrc-create): Use `case' instead of `cond'.
806 (auth-source-secrets-search): Created with TODOs.
807 (auth-source-secrets-create): Created with TODOs.
808 (auth-source-retrieve, auth-source-create, auth-source-delete)
809 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
810 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
811 (auth-source-user-or-password-sftp)
aa2ebce9 812 (auth-source-user-or-password-smtp): Remove.
b8e0f0cd
G
813 (auth-source-user-or-password): Deprecated and modified to be a wrapper
814 around `auth-source-search'. Not tested thoroughly.
815
8162011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
817
818 * auth-source.el: Bring in assoc and eioeio libraries.
819 (secrets-enabled): New variable to track the status of the Secrets API.
820 (auth-source-backend): New EIOEIO class to represent a backend.
821 (auth-source-creation-defaults): New variable to set prompt defaults
822 during token creation (see the `auth-source-search' docstring for
823 details).
824 (auth-sources): Simplify to allow a simple string as a netrc backend
825 spec.
826 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
827 (auth-source-backend-parse-parameters): Fill in the backend parameters.
828 (auth-source-search): Main auth-source API entry point.
829 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
830 (auth-source-search-collection): Helper function for searching.
831 (auth-source-netrc-parse, auth-source-netrc-normalize)
832 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
833 Supports search, create, and delete.
834 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
835 backend stubs.
836 (auth-source-user-or-password): Call `auth-source-search' but it's not
837 ready yet.
838
2b7feab0
LI
8392011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
840
ec72bf63
G
841 * message.el (message-setup-1): Remove the read-only stuff, since it
842 doesn't work under XEmacs, for some reason.
843
665addc9 844 * gnus-sum.el (gnus-user-date): Rename back from
ec72bf63
G
845 gnus-summary-user-date since user code refers to it.
846
847 * shr.el (shr-render-td): Store the actual background colour used.
848
2b7feab0
LI
849 * message.el (message-setup-1): Don't bind the constant
850 -forbidden-properties.
851 (message-setup-1): Revert previous change, since it needs to bind the
852 props to insert them.
853 (message-resend): Allow removing the read-only separator line.
854
0d1c2cc8
G
8552011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
856
857 * nnimap.el (nnimap-request-accept-article): Give an error message if
858 the APPEND wasn't successful.
859
8602011-02-03 Adam Sjøgren <asjo@koldfront.dk>
861
862 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
863 that have no groups.
864
8652011-02-03 Julien Danjou <julien@danjou.info>
866
867 * gnus-draft.el: Remove progn around gnus-draft-setup.
868
8692011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
870
871 * gnus-start.el (gnus-read-active-for-groups): This function is never
872 called with a nil `infos', so clean that up.
873 (gnus-get-unread-articles): Request active files from primary/secondary
874 methods that have no groups (yet).
875
8762011-02-03 Julien Danjou <julien@danjou.info>
877
878 * message.el (message-setup-1): Always generate References first.
879 (message-mail): Return the return value of message-setup, not always t.
880 (message-setup-1): Insert mail-header-separator with read-only and
881 intangible properties set.
882
883 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
884 user-date in docstring.
885
886 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
887
888 * gnus.el (gnus-summary-line-format): Mention &user-date format in
889 docstring.
890
891 * gnus.el (gnus-user-date-format-alist): Change default value. Use
892 defcustom, with type and group. Move from gnus-util.el. Rename to
893 gnus-summary-user-date-format-alist.
894
5a6a61f7
GM
8952011-02-03 Glenn Morris <rgm@gnu.org>
896
897 * nnimap.el (gnus-fetch-headers): Declare.
898
899 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
900
7f13c2e2
LI
9012011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
902
011f86c7
LI
903 * message.el (message-forward-make-body-digest-plain)
904 (message-followup, message-reply): Clean up things noted by Stefan.
905
7f13c2e2
LI
906 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
907 gnus-article-update-date-headers is nil.
c61a8b44
LI
908 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
909 it didn't really work with defcustom.
910 (article-update-date-lapsed): Make sure the window start doesn't move,
911 either.
7f13c2e2 912
39cde66c
JD
9132011-02-01 Julien Danjou <julien@danjou.info>
914
915 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
916 format.
917
918 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
919 standard in Emacs nowadays.
920
99c2a4e3
SM
9212011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * message.el (message-expand-name): Don't trust the return value of
924 bbdb-complete-name.
925 (message-check-news-header-syntax): Remove unused var `start'.
926 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
927 (message-inhibit-body-encoding): Move to before first use.
928 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
929 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
930 (Organization, Message-ID, Date, mh-previous-window-config):
931 Defvar the vars using dynamic scoping.
932
c1d5851d
LI
9332011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
934
abb97fbb
LI
935 * shr.el (shr-render-td): Only do colours at the final rendering.
936 Should be slightly faster.
937 (shr-insert-table): Fix up TD background colours when doing the
938 vertical padding.
939
8c9da040
LI
940 * gnus-art.el (article-date-ut): Protect against articles with no Date
941 header.
abb97fbb
LI
942 (article-update-date-lapsed): Don't use current-column to find the
943 horizontal position. It's fragile in the presence of \003 characters.
8c9da040 944
c1d5851d
LI
945 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
946
0832490d
LI
9472011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
948
32a400d4
LI
949 * gnus-art.el (article-transform-date): Rewrite to still work when
950 there are several rfc2822 parts.
5b9b62f1 951 (article-transform-date): Fix infinite recursion.
0c74b838
LI
952 (article-date-ut): Replace infinitely many Date headers with a single
953 one when called interactively.
32a400d4 954
0832490d
LI
955 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
956 secure manner.
957
958 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
959 move around by not using save-window-excursion. It seems to work...
960
c4753373
KY
9612011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
962
963 * gnus-art.el (article-make-date-line): Work for user-defined format.
964
12e3ca0a
LI
9652011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
966
1d88c091
LI
967 * nntp.el (nntp-retrieve-group-data-early)
968 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
969 fetching functions.
970
e389d61f
LI
971 * gnus-start.el (gnus-read-active-for-groups): Read the active files
972 thoroughly for all backends that have no known groups. This should
973 allow new nnml methods to retrieve mail.
974
975 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
976 that Gnus doesn't know exists again.
977
aa2ebce9 978 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
12e3ca0a 979 (gnus-treat-date-ut): Ditto.
aa2ebce9
SM
980 (gnus-article-update-date-header): Rename.
981 (gnus-treat-date-local): Remove.
982 (gnus-treat-date-english): Remove.
983 (gnus-treat-date-lapsed): Remove.
984 (gnus-treat-date-combined-lapsed): Remove.
985 (gnus-treat-date-original): Remove.
986 (gnus-treat-date-iso8601): Remove.
987 (gnus-treat-date-user-defined): Remove.
12e3ca0a
LI
988 (gnus-article-date-headers): New variable to control all the date
989 header options.
990 (article-date-ut): Rewrite to allow using the new way to format date
991 headers(s).
992
228724bc
LI
9932011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
994
fe72c8fa
LI
995 * nnmail.el (nnmail-article-group): Check for a direct fancy split
996 method.
7920f982 997 (nnmail-article-group): A better test for fanciness.
fe72c8fa 998
228724bc
LI
999 * nnimap.el (nnimap-request-head): Protect against not finding the
1000 article by Message-ID.
1001
bc68bd39
LI
10022011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1003
1004 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1005 keep point at the "same place".
1006
54b6f6ed
G
10072011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1008
1009 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1010 data if the group is unactivated.
1011
584cbd9e
JD
10122011-01-28 Julien Danjou <julien@danjou.info>
1013
54b6f6ed
G
1014 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1015 (gnus-all-windows-visible-p): Remove old compatibility code.
1016 (gnus-window-top-edge): Add docstring.
1017
584cbd9e
JD
1018 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1019
d6f13ac8
LI
10202011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1021
9da02ea1
LI
1022 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1023 older request-update-info.
1024
d6f13ac8
LI
1025 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1026
bb760c5d
DU
10272011-01-28 Daiki Ueno <ueno@unixuser.org>
1028
665addc9
SM
1029 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1030 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
bb760c5d 1031
19cc6697
G
10322011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1033
5d85ab5e
G
1034 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1035 groups. This makes the nndraft:queue group pop up if it's not already
1036 there.
1037
8937ef6e
LI
1038 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1039 messages" logic, which was reversed.
1040
19cc6697
G
1041 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1042 the "same place" even if point is on the line being replaced.
1043 (article-update-date-lapsed): Allow updating both the combined lapsed
1044 and the lapsed headers.
1045 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1046 (article-make-date-line): Limit the number of segments dynamically to
1047 avoid too-long lines.
1048
10492011-01-27 Julien Danjou <julien@danjou.info>
1050
1051 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1052 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1053
14596870
KY
10542011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1055
1056 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1057 Use plist-get instead of the cl function getf.
1058
fb9464ee
GM
10592011-01-27 Glenn Morris <rgm@gnu.org>
1060
1061 * gnus-util.el (float-time): Get rid of compiler warning, again.
1062
647559c2
LI
10632011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1064
3f39b526
LI
1065 * shr.el (shr-put-color): Special-case background colours: Do put them
1066 at the blank parts at the front of the lines.
1067
647559c2
LI
1068 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1069 exit hook to nix out all data on readedness on group exit.
1070
1071 * gnus-util.el (float-time): If float-time is bound, always use it on
1072 all Emacsen. It's unclear why the subrp check was there.
1073 (time-date): Require to make some autoload issues on XEmacs go away.
1074
1075 * shr.el (shr-put-color): Don't do the box padding in tables, since
1076 they're already padded.
1077
e4dbdb09
LI
10782011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1079
647559c2
LI
1080 * gnus-art.el (gnus-article-next-page): When the last line of the
1081 article is displayed, scroll down once more instead of going to the
1082 next article at once.
1083 (article-lapsed-string): Refactor out and allow specifying how many
1084 segments you want.
1085 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1086 (gnus-article-update-lapsed-header): New variable.
1087
e4dbdb09
LI
1088 * shr.el: Revert change that made headings use different-sized faces.
1089 The Emacs display engine isn't advanced enough that, for instance,
01c35094 1090 tables can comfortably use differently-sized faces.
e4dbdb09 1091
008cad90
G
10922011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1093
1094 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1095 used.
1096 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1097 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1098 we're using an encrypted connection.
1099
1100 * proto-stream.el: Alter the interface functions to also return the
1101 actual stream type used: network or tls.
1102
11032011-01-25 Julien Danjou <julien@danjou.info>
1104
1105 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1106 (mm-display-javascript-inline): New function.
1107
1108 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1109 viewing function.
1110
19e0dbe0
KY
11112011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1112
1113 * shr.el (shr-expand-newlines): Fix variable name.
1114
d709b79a
LI
11152011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1116
1117 * shr.el (shr-expand-newlines): Make nested boxes work.
1118
c5ecc769
G
11192011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1120
1121 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1122 backgrounds.
1123 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1124 in a more sensible manner.
1125
11262011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1129 if EPG is loaded.
1130
11312011-01-24 Julien Danjou <julien@danjou.info>
1132
1133 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1134 tags.
1135
cb51ba08
LI
11362011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1137
1138 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1139 commands.
1140
1141 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1142 in the article buffer.
1143 (gnus-gravatar-insert): Use blank space from the current buffer to
1144 avoid breaking text properties. This makes X-Sent updating work again.
1145
1146 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1147
11482011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1149
1150 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1151 fix the bug in url-http.el instead.
1152
1153 * shr.el (shr-image-fetched): Ditto.
1154
1155 * shr.el (shr-image-fetched): Avoid having point move in the article
1156 buffer.
1157
1158 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1159 buffer after being called. It's apparently being killed by url.el, and
1160 killing it made point move to end-of-buffer in a random buffer.
1161
1162 * shr.el (shr-image-fetched): Ditto.
1163
3f680407
JD
11642011-01-23 Julien Danjou <julien@danjou.info>
1165
1166 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1167
1168 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1169 text/x-org.
1170
9e928ac9
G
11712011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1172
1173 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1174 (i.e., nnimap) returning nil as the article number.
1175
ce504ff0 11762011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9e928ac9
G
1177
1178 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1179 "DelSp" parameter in RFC3676.
1180
11812011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1182
1183 * message.el (message-check-recipients): Display the encoded version of
1184 the bogus address if they differ.
1185
1186 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1187 after sending.
1188
1189 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1190
1191 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1192
1193 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1194 group buffer after sending the queue.
1195
1196 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1197
11982011-01-22 Julien Danjou <julien@danjou.info>
1199
1200 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1201
acf151a8
LI
12022011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1203
1204 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1205 nested related parts.
1206
1207 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1208 unexpired articles. This fixes the regression that led expiry marks to
1209 disappear from nnfolder groups.
1210
e425f18b
SM
12112011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1214 Don't confuse the "ret" of "retrograde" with RET.
1215
f205c6e7
JD
12162011-01-21 Julien Danjou <julien@danjou.info>
1217
1218 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1219 than mm-insert-inline.
1220
9695908d
KY
12212011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1222
1223 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1224 Widen article buffer.
1225
8dabbfd6
SM
12262011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1229 the temp buffer.
1230 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1231
6e3165fb
JD
12322011-01-20 Julien Danjou <julien@danjou.info>
1233
1234 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1235
1236 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1237 than mm-insert-inline to insert inline part: this respect
1238 mm-inline-media-tests displayers.
1239
1240 * mm-view.el (mm-display-shell-script-inline): New function.
1241
1242 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1243
1244 * mm-uu.el (mm-uu-type-alist): Add org block.
1245 (mm-uu-org-src-code-block-extract): New function.
1246
1247 * mm-view.el (mm-display-org-inline): New function.
1248
1249 * mm-decode.el (mm-automatic-display): Add text/org.
1250
1251 * mailcap.el (mailcap-mime-extensions): Add .org.
1252
a2e3ac99
KY
12532011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1256 gnus-article-add-buttons.
1257
672022e7
G
12582011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1259
1260 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1261 From header with a date and "nobody" as the sender.
1262
12632011-01-19 Julien Danjou <julien@danjou.info>
1264
1265 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1266 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1267 if you have the same regexp several times.
1268 (gnus-button-push): Fix matching when regexp is symbol.
1269
d52969e8
GM
12702011-01-15 Glenn Morris <rgm@gnu.org>
1271
1272 * message.el (message-mail): A compose-mail function should
1273 accept headers as strings.
1274
25ca2e61
CY
12752011-01-13 Chong Yidong <cyd@stupidchicken.com>
1276
8dabbfd6
SM
1277 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1278 Add :vert-only tags.
25ca2e61
CY
1279 (message-mail): New arg RETURN-ACTION.
1280 (message-return-action): New var.
1281 (message-bury): Use it.
1282 (message-mode): Make it buffer-local.
1283 (message-send-and-exit): Always call message-bury.
1284
1285 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1286 message-mail.
1287
c516cd6d
LMI
12882011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1289
1290 * nnimap.el (nnimap-convert-partial-article): Protect against
1291 zero-length body parts.
1292
8dabbfd6
SM
1293 * mm-decode.el (mm-preferred-alternative-precedence):
1294 Discourage showing empty parts.
c516cd6d
LMI
1295
1296 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1297 and stuff if the backend didn't return the article number. This fixes
1298 an Exchange-related nnimap bug.
1299
1300 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1301 group window, because it does the wrong thing when a separate frame
1302 displays the group buffer.
1303
1304 * proto-stream.el (open-protocol-stream): Protect against the low-level
1305 transport functions returning nil.
1306
ad09474a
DU
13072011-01-07 Daiki Ueno <ueno@unixuser.org>
1308
1309 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1310 (mml2015-epg-find-usable-secret-key): New function.
1311 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1312 mml2015-epg-find-usable-key (Bug#7797).
1313 (mml2015-epg-encrypt): Ditto.
1314
37657cbd
LMI
13152011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1316
1317 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1318
980f570a
GM
13192011-01-03 Glenn Morris <rgm@gnu.org>
1320
c4c15f02
GM
1321 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1322
980f570a
GM
1323 * sieve.el (sieve-open-server): Give a more explicit error if
1324 sieve-manage-open returns nil. (Bug#7720)
1325
b173bdd9
KF
13262011-01-02 Karl Fogel <kfogel@red-bean.com>
1327
1328 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1329
bb7f5cbc
G
13302011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
84d89ede
LMI
1332 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1333 This avoids sending passwords in plain text over non-encrypted
1334 channels.
1335
1336 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1337
1338 * nnimap.el (nnimap-login): Refactored out into own function, and
1339 implement CRAM-MD5.
1340 (nnimap-wait-for-line): Refactored out.
1341
bb7f5cbc
G
1342 * mm-view.el (mml-smime): Require.
1343
13442010-12-20 David Engster <deng@eml.cc>
1345
1346 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1347 use EPG to decrypt S/MIME messages instead of openssl.
1348
13492011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1350
1351 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1352
1353 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1354 status is the group clearly is unreachable.
1355
1356 * auth-source.el (auth-source-create): Add the optional second
1357 parameter to `local-variable-p' to be compatible with XEmacs.
1358
13592011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1360
1361 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1362 work when using a compressed nnml folder.
1363
13642011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1365
1366 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1367 backends after sanitising on entry, because this never makes sense:
1368 If the articles have gone missing, then the data no longer exists on
1369 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1370 overwrite anything anyway.
1371
1372 * shr.el (shr-insert-document): Bind shr-width dynamically to
1373 window-width if it's nil.
1374
13752010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1376
1377 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1378 with the meaning of using the full emacs window width for rendering.
1379
fdee7cc1
DU
13802010-12-27 Daiki Ueno <ueno@unixuser.org>
1381
1382 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1383 case when sender is not given.
1384
ade9369c
JD
13852010-12-23 Julien Danjou <julien@danjou.info>
1386
1387 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1388 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1389 the addresses, otherwise we might misplaced the gravatar.
1390
9d9cfd53
DU
13912010-12-21 Daiki Ueno <ueno@unixuser.org>
1392
38e2584d 1393 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
1394 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1395 obsolete in Emacs.
1396
38e2584d
KY
13972010-12-20 Julien Danjou <julien@danjou.info>
1398
1399 * gnus-util.el (gnus-rescale-image): Revert last change.
1400
70041e9a
G
14012010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus-group.el (gnus-group-delete-articles): New command.
1404
14052010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1406
1407 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1408
14092010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1410
1411 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1412 here, since it's up to the backends to do CRLF removal if their
1413 protocol has it.
1414
1415 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1416
38e2584d
KY
14172010-12-17 Julien Danjou <julien@danjou.info>
1418
1419 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1420 they are from file. Can also scale up.
1421
70041e9a
G
14222010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1423
1424 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1425 gnus-use-agent.
1426 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1427
1428 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1429
14302010-12-17 Julien Danjou <julien@danjou.info>
1431
1432 * gravatar.el (gravatar-retrieve-synchronously): New function.
1433 (gravatar-get-data): Make more robust.
1434
59a7e27d
LMI
14352010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
1437 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1438 to really consider the last line.
1439
549c9aed
G
14402010-12-16 Daiki Ueno <ueno@unixuser.org>
1441
1442 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1443 list of recipient keys, or use symmetric encryption if not a list.
1444 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1445 EPA override, replacing the call to `netrc-store-data'.
1446
14472010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1448
1449 * gnus-srvr.el: Avoid passing nil regexp argument to
1450 delete-matching-lines.
1451
14522010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1453
1454 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1455 fetching stops when Gnus exits.
1456
1457 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1458 function.
1459 (nnfolder-request-expire-articles): Save all the buffers after doing
1460 expiry.
1461
1462 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1463 the last article", since that led to serious performance regressions
1464 when expiring nnml groups.
1465
14662010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1467
1468 * nnir.el: Improve customizations.
1469
14702010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1471
1472 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1473
1474 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1475 group has been killed.
1476 (gnus-group-yank-group): Ditto.
1477
1478 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1479
1480 * nnimap.el (nnimap-request-update-group-status): New function.
1481
1482 * gnus-int.el (gnus-request-update-group-status): New interface
1483 function.
1484
1485 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1486 copying read-ness to the backends.
1487
1488 * nnimap.el (nnimap-quirk): New function.
1489 (nnimap-retrieve-group-data-early): Use it.
1490 (nnimap-quirks): New alist.
1491
48ba8195
KY
14922010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1493
1494 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1495 don't delete it within indentation.
1496
549c9aed
G
14972010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1498
1499 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1500 previous line.
1501
156e3f9c
G
15022010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1503
1504 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1505 QRESYNC command by deleting a superfluous space which broke Cyrus
1506 servers. This change will break other servers that are buggy the other
1507 way around.
1508
e7b07d2f
TZ
15092010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1510
1511 * spam.el: Reindent and fix long lines.
1512 (spam-copy-or-move-routine): Exclude invalid move destinations.
1513
27625a58
AC
15142010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1515
1516 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1517 installed the registry.
1518
99e58ed5
AC
15192010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1520
1521 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1522 groupname doesn't contain "gmane".
1523
7410c270
G
15242010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1525
1526 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1527 (gnus-1): Don't create the nndrafts group twice.
1528 (gnus-setup-news): There's no need to read the active file here, since
1529 that's done again later on a per-backend basis.
1530 (gnus-start-draft-setup): Make sure that the new group is started out
1531 empty.
1532
1533 * gnus-agent.el (gnus-agentize): Don't create the queue group
1534 automatically on startup. It'll be created later, if needed.
1535
1536 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1537 of automatically subscribed groups.
1538 (gnus-auto-subscribed-categories): New variable.
1539 (gnus-matches-options-n): Use it.
1540 (gnus-default-subscribed-newsgroups): Remove unused variable.
1541 (gnus-start-draft-setup): Message a bit less.
1542
15432010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1544
1545 * nnir.el (nnir-run-imap): Return article list in order of increasing
1546 UID.
1547
07176b2a
LMI
15482010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
8dabbfd6
SM
1550 * gnus-sum.el (gnus-summary-enter-digest-group):
1551 Mention gnus-auto-select-on-ephemeral-exit.
07176b2a
LMI
1552
1553 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1554 convention of the network-only option.
1555
3b84b005
G
15562010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1557
1558 * proto-stream.el (proto-stream-open-network-only): New function to
1559 have a way to specify non-STARTTLS upgrade connections.
1560
15612010-12-10 Julien Danjou <julien@danjou.info>
1562
1563 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1564 email address is nil.
1565
1566 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1567
15682010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1569
1570 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1571 deletion.
1572 (nnir-run-imap): Only need to parse list once.
1573
f73341e2
LMI
15742010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1575
1576 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 1577 (shr-tag-label): Add <label> support.
f73341e2 1578
e2d0ba98
KY
15792010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1580
99139556
KY
1581 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1582
e2d0ba98
KY
1583 * shr.el (shr-image-displayer): Work for images lined side by side.
1584
4ef06429
RP
15852010-12-08 Robert Pluim <rpluim@gmail.com>
1586
1587 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1588 parameter, since XEmacs doesn't accept t as a parameter.
1589
47ac6170
AC
15902010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1591
1592 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1593 ids.
1594 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 1595 (nnir-request-expire-articles): New function.
47ac6170 1596
60568d74
LMI
15972010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1598
1599 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1600 overflow, possibly.
1601
1602 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1603 (shr-render-td): Handle td style="" better.
1604 (shr-tag-table): Use the color from the style sheet.
1605 (shr-render-td): Make sure we copy over all the overlays, too.
1606
f2f6365c
AC
16072010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1608
1609 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1610 (nnir-request-article): Improve article retrieval.
1611
c912b478
KY
16122010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1613
1614 * mm-util.el (mm-extra-numeric-entities): New variable.
1615
1616 * mm-url.el (mm-url-decode-entities):
1617 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1618
674c5ccf
SM
16192010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * message.el: Use completion-at-point.
1622 (message-completion-function): New fun, extracted from message-tab.
1623 (message-mode): Use it for completion-at-point-functions.
1624 (message-tab): Use it and completion-at-point.
1625
6568edea
KY
16262010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1627
1628 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1629 character if a non-breakable character follows.
1630
b31b26b4
G
16312010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
516aa569
G
1633 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1634 any stream.
1635
b31b26b4
G
1636 * shr.el (shr-tag-font): Colorize the region.
1637 (shr-tag-body): Ditto.
1638 (shr-tag-font): Actually let the styles be inherited instead of
1639 overwriting them.
1640 (shr-tag-font): Get the background color right.
1641 (shr-tag-style): Ignore all <style> tags for the moment.
1642
1643 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1644 a Message-ID to avoid having nnimap depend on gnus-sum.
1645
1646 * shr.el (shr-descend): Only colorize something if we have a node that
1647 sets colors.
1648
16492010-12-06 Julien Danjou <julien@danjou.info>
1650
1651 * shr.el (shr-render-td): Render td content with shr-descend, so style
1652 will be applied to <td> too.
1653 (shr-colorize-region): Colorize region even if we only have a background.
1654 (shr-tag-body): Fix color and background color inheritance.
1655 Do not recolorize after shr-generic.
1656 (shr-tag-font): Let shr-generic colorize via inheritance.
1657
7454326a
G
16582010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1659
1660 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1661
16622010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1663
1664 * nnir.el (nnir-request-move-article): Remove obsolete code.
1665
c67e426e
KY
16662010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1667
1668 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1669
04db63bc
G
16702010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1671
1672 * gnus-sum.el (gnus-summary-respool-article): The completion function
1673 expects a list instead of an alist.
1674
1675 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1676 string as the parameter.
1677
1678 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1679
1680 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1681 styles.
1682 (shr-colorize-region): New function.
1683 (shr-insert-background-overlay): Remove.
1684 (shr-render-td): Background setting should be taken care of on a higher
1685 level.
1686 (shr-tag-body): Use post-hoc colorizations.
1687 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1688 (shr-put-color-1): Don't overwrite old colors.
1689 (shr-colorize-region): When the background color isn't explicit, use
1690 a fixed background.
1691
1692 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1693 nnmail variables.
1694
16952010-12-05 Bjørn Mork <bjorn@mork.no>
1696
1697 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1698 unless necessary.
1699
17002010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1701
1702 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1703 server.
1704
17052010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1708 so that TAB works.
1709
1710 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1711 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1712
1713 * shr.el (shr-urlify): Show the URL before the title to avoid
1714 misleading URLs.
1715
17162010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1717
1718 * shr.el (shr-urlify): Display the title in <a> tags.
1719
17202010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1721
1722 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1723
1b811c90
AC
17242010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1725
1726 * nnir.el: Rearrange code to allow macros to be autoloaded by
1727 gnus-sum.el.
1728 (nnir-retrieve-headers-override-function): Make this variable
1729 customizable.
1730 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1731
1732 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1733 from nnir.el.
1734
6ce4202f
JD
17352010-12-03 Julien Danjou <julien@danjou.info>
1736
1737 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1738
115e0ebf
KY
17392010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1740
9778055f
KY
1741 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1742 allow optional argument `environment'.
115e0ebf 1743
acab4d4b
GM
17442010-12-03 Glenn Morris <rgm@gnu.org>
1745
1746 * mm-extern.el (message-goto-body): Update declaration.
1747
d6f6af81
KY
17482010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1749
1750 * gnus-util.el (gnus-macroexpand-all): New function.
1751
1752 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1753 instead of macroexpand-all that is unavailable in XEmacs.
1754
ed797193
G
17552010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1756
1757 * nnir.el (nnir-summary-line-format): New variable.
1758 (nnir-mode): Use it.
1759 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1760 (nnir-article-ids): Reimplement as defsubst.
1761 (nnir-retrieve-headers): Don't mangle the subject header.
1762 (nnir-run-imap): Use 100 as RSV score.
1763 (nnir-run-find-grep): Fix for full server searching.
1764 (nnir-run-gmane): Better restriction to gmane groups.
1765
1766 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1767 summary buffers.
1768
17692010-12-02 Julien Danjou <julien@danjou.info>
1770
1771 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1772
1773 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1774
1775 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1776 support.
1777
17782010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1779
1780 * nnir.el: Update to handle the registry better.
1781 (autoload): Silence byte-compiler.
1782 (nnir-open-server): Add a hook for nnir groups.
1783 (nnir-request-move-article): Don't mangle the header. Better to use
1784 formating variables (which will be added in the future).
1785 (nnir-registry-action): Update the registry using the original article
1786 group name.
1787 (nnir-mode): Install nnir-specific hooks for updating the registry.
1788
1789 * gnus-sum.el
8dabbfd6
SM
1790 (gnus-article-original-subject,gnus-newsgroup-original-name):
1791 Remove obsolete variables.
ed797193
G
1792 (gnus-summary-move-article): Remove use of obsolete variables.
1793 (gnus-summary-local-variables): Make move and delete hooks local to
1794 summary buffers.
1795
17962010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
1798 * rtree.el: New file.
1799
18002010-12-01 Julien Danjou <julien@danjou.info>
1801
1802 * message.el (message-user-organization): Do not use
1803 gnus-local-organization.
1804
1805 * gnus.el: Remove gnus-local-organization.
1806
1807 * gnus-msg.el: Remove nastygram thing.
1808
18092010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1810
1811 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1812 funcall.
1813
18142010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1815
1816 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1817 names.
1818
1819 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1820 characters.
1821
1822 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1823 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1824 Suggested by Štěpán Němec <stepnem@gmail.com>.
1825 (gnus-gravatar-transform-address): Use mail-extract-address-components
1826 that supports non-ASCII names rather than mail-header-parse-addresses.
1827
18282010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1829
1830 * proto-stream.el (open-protocol-stream): All starttls connections are
1831 handled by the network handler.
1832
18332010-11-30 Julien Danjou <julien@danjou.info>
1834
1835 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1836 (nnimap-open-connection-1): Fix PREAUTH.
1837
1838 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1839
18402010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1841
1842 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1843 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1844 (shr-insert): Use them.
1845 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1846
18472010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1848
1849 * nnir.el (nnir-request-move-article): Bail out if original group
1850 doesn't support article moves.
1851 (nnir-get-active): Improve active list retrieval.
1852
18532010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1854
1855 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1856
18572010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1858
1859 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1860 seem to accept strings-with-numbers as port numbers,
1861
18622010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1863
1864 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1865 change the registry.
1866
18672010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1868
1869 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1870 delete-dups that is not available in XEmacs 21.4.
1871
1872 * mm-util.el (mm-delete-duplicates): Add comment.
1873
18742010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1875
1876 * nnir.el (nnir-ignored-newsgroups): New variable.
1877 (nnir-get-active): Use it.
1878
18792010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1880
1881 * proto-stream.el (proto-stream-open-network): Add some comments.
1882
1883 * nntp.el (nntp-open-connection): Provide a :success condition.
1884
1885 * nnimap.el (nnimap-open-connection-1): Ditto.
1886
1887 * proto-stream.el (proto-stream-open-network): See what the response to
1888 the STARTTLS command is.
1889
1890 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1891 backwards compatibility).
1892 (nnimap-open-connection-1): Really respect nnimap-server-port.
1893
1894 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1895 TLS upgrades we don't really care about the identity of the peer.
1896 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1897 that what we've checked for.
1898 (proto-stream-always-use-starttls): Only default to t if
1899 open-gnutls-stream exists.
1900 (proto-stream-open-network): If STARTTLS failed, then just open a
1901 normal connection.
1902 (proto-stream-open-network): Wait until the greeting before doing
1903 STARTTLS.
1904
1905 * nntp.el (nntp-open-connection): Report what the connection error is.
1906
8dabbfd6 1907 * proto-stream.el (open-protocol-stream): Rename from
ed797193
G
1908 open-proto-stream.
1909
19102010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1911
1912 * nnimap.el (nnimap-stream): Change default to `undecided'.
1913 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1914 first, and then network.
1915 (nnimap-open-connection-1): Respect nnimap-server-port.
1916 (nnimap-open-connection): Be more backwards-compatible.
1917
1918 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1919 (proto-stream-open-starttls): De-duplicate the starttls code.
1920 (proto-stream-open-starttls): Folded back into the main function.
1921 (proto-stream-open-network): Fix typo in the gnutls path.
1922 (proto-stream-command): Refactor out.
1923
1924 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1925
1926 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1927 starttls.el STARTTLS.
1928
1929 * color.el (color-lab->srgb): Fix function call name.
1930
1931 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1932 if we're using tls.el.
1933 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1934 built in, then don't try to establish a STARTTLS connection.
1935
1936 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1937 servers.
1938
1939 * proto-stream.el (open-proto-stream): Use network, not stream.
1940 (open-proto-stream): Add a way to specify what the end of a command is.
1941
1942 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1943 connections types.
1944 (nntp-open-network-stream): Remove.
1945 (nntp-open-ssl-stream): Remove.
1946 (nntp-open-tls-stream): Remove.
1947 (nntp-ssl-program): Remove.
1948
1949 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1950
19512010-11-27 Andrew Cohen <cohen@andy.bu.edu>
1952
1953 * nnir.el: Fix typos.
1954 (nnir-retrieve-headers-override-function): Rename variable to reflect
1955 new semantics.
1956 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1957 macros.
1958 (nnir-request-article, nnir-request-move-article): Use them.
1959 (nnir-categorize): New function.
1960 (nnir-run-query): Use it.
1961 (nnir-retrieve-headers): Rewrite to batch header retrieval.
1962 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1963 sorted.
1964 (nnir-group-full-name): Use gnus-group-full-name instead.
1965 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1966 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1967
19682010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1969
1970 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1971
1972 * proto-stream.el: New library to provide protocol-specific
1973 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1974 protocols.
1975 (open-proto-stream): Complete the documentation.
1976 (proto-stream-open-network): Fix some typos.
1977
1978 * nnimap.el (nnimap-open-connection): Use it.
1979
07976ae3 19802010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
1981
1982 * pop3.el (pop3-open-server): Read server greeting before starting TLS
1983 negotiation.
1984
f5462bae
JD
19852010-11-26 Julien Danjou <julien@danjou.info>
1986
1987 * color.el: Rename various rgb functions to srgb.
1988
36af6c65
G
19892010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990
1991 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1992 names.
1993
b40950bf
KY
19942010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * shr.el (shr-insert): Revert last change.
1997 (shr-find-fill-point): Never leave point being at bol;
1998 relax the kinsoku limitation when rendering tables.
1999
ae489548
LMI
20002010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2001
5be93fc8
LMI
2002 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2003 results from -accept-article.
2004
2005 * shr-color.el: Require cl when compiling.
2006
1e91d0eb
LMI
2007 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2008 checkin.
2009
2010 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2011
57cc52be
LMI
2012 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2013
5f285722
LMI
2014 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2015 'add and 'delete to set backend marks.
2016
2017 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2018
2019 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2020
2021 * nntp.el (nntp-request-set-mark): Use it.
2022
2023 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2024
2025 * nnml.el (nnml-request-set-mark): Ditto.
2026
ae489548
LMI
2027 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2028 introduces regressions in article selection.
cccb4b4c
LMI
2029 (nnimap-find-uid-response): New function.
2030 (nnimap-request-accept-article): Use the UID returned, if any.
2031 (nnimap-request-move-article): Use the UID returned, if any.
2032 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 2033 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
2034 (nnimap-request-set-mark): Extend syntax with 'set.
2035
2036 * nnml.el (nnml-request-set-mark): Ditto.
2037
2038 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2039
2040 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 2041
443ecb08
KY
20422010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2043
2044 * message.el (message-called-interactively-p): A temporary macro.
2045 (message-goto-body): Use it temporarily.
2046
a56a1cce
LMI
20472010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2048
2049 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2050 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 2051 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 2052
fd042993
G
20532010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2054
2055 * shr.el (shr-insert): Fix the way to fold lines.
2056
d50717f0
JD
20572010-11-25 Julien Danjou <julien@danjou.info>
2058
fd042993
G
2059 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2060
2061 * color.el: Rename from color-lab.el
2062 (color-rgb->hex): Add.
2063 (color-complement): Add.
2064 (color-complement-hex): Add.
2065
d50717f0
JD
2066 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2067
fded65c7
LMI
20682010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2069
2070 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2071 don't exist.
2072
bbf9f302
KY
20732010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2074
e4f123a4
KY
2075 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2076 assuming that article displaying or another mml-preview may be
2077 interrupted for an error or for the like.
2078
bbf9f302
KY
2079 * shr.el (shr-get-background): Fix argument name.
2080
144b7b5c
G
20812010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2082
2083 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2084
2085 * gnus-sum.el (gnus-summary-include-articles): New function.
2086
2087 * message.el (message-goto-body): called-interactively-p needs a
2088 parameter, so use `any'.
2089
2090 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2091 clear marks before moving, since they're synced from the Gnus side
2092 first.
2093
2094 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2095 (gnus-summary-move-article): Copy over all marks before moving, so that
2096 IMAP doesn't think a new article has arrived.
2097
20982010-11-24 Julien Danjou <julien@danjou.info>
2099
2100 * shr.el (shr-insert-background-overlay): Fix typo.
2101 (shr-render-td): Copy the background before rendering.
2102
2103 * shr-color.el (shr-color-visible): Fix docstring.
2104
2105 * shr.el (shr-tag-table): Add bgcolor support.
2106 (shr-render-td): Add bgcolor support.
2107 (shr-get-background): Add.
2108 (shr-insert-foreground-overlay): Use shr-get-background.
2109
2110 * message.el (message-goto-body): Use called-interactively-p.
2111 (message-in-body-p): message-goto-body returns point.
2112
21132010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2114
2115 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2116 Fixes something or other in Emacs 23, and is backwards compatible.
2117
2118 * message.el (message-goto-body): Remove the <#secure special-casing,
2119 which is too special.
2120
2121 * shr.el (shr-parse-style): Drop !important from styles.
2122
21232010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2124
2125 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2126 this function to return incorrect results when calling it with an
2127 explicit article argument different from
2128 (gnus-summary-article-number).
2129
21302010-11-24 Julien Danjou <julien@danjou.info>
2131
2132 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2133 (shr-tag-body): Add background support.
2134 (shr-descend): Add background support.
2135 (shr-tag-title): Add.
2136
2137 * shr-color.el (shr-color-visible): Really return original background
2138 if fixed.
2139
67d43a1d
G
21402010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2141
01c35094 2142 * shr.el (shr-color-check): Protect against non-existent colour names.
67d43a1d
G
2143
21442010-11-24 Julien Danjou <julien@danjou.info>
2145
5b42dfdd
JD
2146 * color-lab.el: Require 'cl when compiling.
2147
67d43a1d
G
2148 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2149
2150 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2151 matched part.
2152
2153 * color-lab.el: Fix all expt calls to use float type.
2154
463bcf11
KY
21552010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2156
69881db0
KY
2157 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2158 expression to shr-color-check as is.
2159
4b8b6f60
KY
2160 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2161
463bcf11
KY
2162 * color-lab.el: Add coding cookie.
2163 (float-pi): Use eval-and-compile.
2164
094ae2ab
G
21652010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2166
2167 * shr.el (shr-insert-color-overlay): Split stuff like
2168 "#444444 !important" to find the real colour.
1110d53b
LMI
2169 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2170 parse <font color="red"> entries.
094ae2ab
G
2171
21722010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2173
2174 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2175 point when parsing headers.
2176
2177 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2178 is positioned properly when parsing headers.
2179
a2994808
JD
21802010-11-23 Julien Danjou <julien@danjou.info>
2181
094ae2ab
G
2182 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2183
2184 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2185
a2994808
JD
2186 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2187
8dabbfd6
SM
2188 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2189 Use shr-color-hue-to-rgb.
a2994808
JD
2190 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2191
ebe79557
LMI
21922010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2193
2194 * shr.el (shr-color->hexadecimal): Autoload.
2195 (shr-descend): Add color to all tags.
2196
440b1345
JD
21972010-11-22 Julien Danjou <julien@danjou.info>
2198
ef6a2907
JD
2199 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2200 shr-color->hexadecimal.
2201
2202 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2203 RGB() or HSL() color representation.
2204
2205 * shr.el (shr-tag-font): Add.
2206 (shr-tag-color-check): New function to get better colors.
2207 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2208 tag-span.
2209
2210 * shr-color.el: New file.
2211
2212 * color-lab.el: New file.
2213
440b1345
JD
2214 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2215
59e75882
G
22162010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2217
2218 * nnir.el: Fix typo in comments.
2219 (nnir-run-imap): Simplify code. No need to reverse artlist.
2220 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2221
22222010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2223
2224 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2225
2226 * nnimap.el (nnimap-get-capabilities): Refactor out.
2227 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2228
034244e5
RA
22292010-11-21 Ralf Angeli <angeli@caeruleus.net>
2230
2231 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2232 appearing when `mm-uu-hide-markers' is nil.
2233
e39a5583
LMI
22342010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2235
296a8e19
SM
2236 * nnimap.el (nnimap-unselect-group): Make into its own function.
2237 (nnimap-request-rename-group): Unselect group before renaming.
2238 This had gotten lost somewhere.
e39a5583
LMI
2239 (nnimap-request-accept-article): Keep track of examined groups, and
2240 unselect the group before APPENDing to read-only groups.
2241 (nnimap-request-move-article): Clear flags before moving so that they
2242 can be re-set later.
2243
e7424f06
KY
22442010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2245
2246 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2247 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2248
b59a9eef
KY
22492010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2250
2251 * gnus-art.el (gnus-mime-display-single)
2252 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2253 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2254 parameter.
2255
d3098750
LMI
22562010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
296a8e19 2258 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
2259 (shr-table-vertical-line): New variable.
2260 (shr-insert-table): Use it.
2261
6568a67d
KY
22622010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2263
2264 * gnus-html.el (gnus-html-wash-images): Don't display images if
2265 gnus-inhibit-images is non-nil; register displayer for cid images.
2266 (gnus-html-display-image): Work for cid image.
2267 (gnus-html-insert-image): Allow arguments.
2268 (gnus-html-put-image): Inhibit read-only.
2269 (gnus-html-prefetch-images): Don't prefetch images if
2270 gnus-inhibit-images is non-nil.
2271
c0f9edce
G
22722010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2273
2274 * shr.el (shr-put-image): Break lines when inserting big pictures.
2275
22762010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2277
2278 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2279 sender, thanks Katsumi Yamaoka.
2280
22812010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2282
2283 * nnir.el (nnir-run-imap): Reverse the article list for each group
2284 rather than the whole list.
2285
40de2c6d
KY
22862010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2287
f8d8a97b
KY
2288 * shr.el (shr-image-displayer): Protect function against non-existent
2289 image source.
2290
40de2c6d
KY
2291 * gnus-art.el (gnus-inhibit-images): New user option.
2292 (gnus-mime-display-single): Don't display image if it is non-nil.
2293
2294 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2295 gnus-inhibit-images.
2296
2297 * shr.el (shr-image-displayer): New function.
2298 (shr-tag-img): Use it.
2299
809fde05
DD
23002010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2301
2302 * mml2015.el (mml2015-epg-sign): Use From header.
2303
90eef047
LMI
23042010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2305
0073e031
LMI
2306 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2307
2308 * gnus-util.el (gnus-find-text-property-region): Return markers.
2309
8b6f6573
LMI
2310 * shr.el (shr-tag-img): Put a displayer in the text property.
2311
2312 * gnus-util.el (gnus-find-text-property-region): New utility function.
2313
2314 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2315 (gnus-html-show-images): Remove.
2316
2317 * gnus-art.el (gnus-article-show-images): New, more general function.
2318
2319 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2320 image url text properties.
2321
2322 * shr.el: Ditto.
2323
90eef047
LMI
2324 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2325 gnus-agent-auto-agentize-methods is set. Which it isn't.
2326
3a7a03ad
KY
23272010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2328
2329 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2330 work for two or more articles.
2331
2f0e0dc8
KY
23322010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2333
059b2b00
KY
2334 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2335 divide an image that's in an html article to two or more when washing
2336 non-ASCII characters in alt text of it.
2f0e0dc8 2337
b0feab7d
KY
23382010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2339
2340 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2341 smime-decrypt-region using function argument.
2342 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2343
2344 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2345
2346 * smime.el (smime-decrypt-region): Catch it.
2347
ec54e7a4
SM
23482010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * smime.el (smime-mode-map): Move initialization into declaration.
2351 (gnus-run-mode-hooks): Don't autoload.
2352 (smime-mode): Use define-derived-mode.
2353
0b58f78e
GM
23542010-11-11 Glenn Morris <rgm@gnu.org>
2355
8d60680b
GM
2356 * smime.el (from): Restrict declaration to XEmacs.
2357
0b58f78e
GM
2358 * nnir.el (gnus-group-topic-name): Autoload.
2359
e7102c0a
KY
23602010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362 * shr.el (shr-insert): Don't break long line if it is because of
2363 kinsoku-bol characters in the line end.
2364
67a3b17c
AC
23652010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2366
54e275fa 2367 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 2368 and subject.
54e275fa 2369 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
2370 been retrieved.
2371
54e275fa 2372 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
2373 subject for virtual articles such as those in an nnir summary buffer.
2374
9c1d3f98
KY
23752010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2376
2377 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2378 least 21.5).
2379
2380 * smime.el (from): Declare it again for XEmacs.
2381
a7f6e5b9
LMI
23822010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * message.el (message-resend): Don't disable encoding unless it's
2385 already encoded.
2386
2387 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2388 low-numbered articles.
2389
fdf14191
KY
23902010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2391
3d492670
KY
2392 * rfc2047.el (rfc2047-syntax-table): Simplify.
2393
fdf14191
KY
2394 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2395 set-char-table-range for XEmacs.
2396
6f0d4bb6
GM
23972010-11-10 Glenn Morris <rgm@gnu.org>
2398
89eee1e0
GM
2399 * smime.el (from): Remove unused declaration.
2400
6f0d4bb6
GM
2401 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2402 (gnus-float-time): On Emacs, always an alias.
2403
2404 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2405 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2406
16c1b3bc
KY
24072010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2408
7dfd3008 2409 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 2410
be3c11b3
LMI
24112010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2412
2413 * shr.el (browse-url-mailto): Autoload.
2414
2415 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2416
2417 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2418 regexp doesn't need quoting.
2419
27410d0a
SJ
24202010-11-09 Sven Joachim <svenjoac@gmx.de>
2421
2422 * message.el (message-subject-trailing-was-ask-regexp)
2423 (message-subject-trailing-was-regexp): Match was: in addition to was.
2424
9b026d9f
GM
24252010-11-09 Glenn Morris <rgm@gnu.org>
2426
2427 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2428 (nnbabyl-check-mbox): Use point-at-bol.
2429
be3c11b3
LMI
24302010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2431
2432 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 2433
be3c11b3
LMI
2434 * message.el (message-mailto): New function.
2435 (message-mailto): Should accept other parameters.
2436 (message-mailto): Remove since it duplicates browse-url-mailto
2437 functionality.
44d51d84 2438
1fe0787f
LMI
24392010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2440
2441 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2442 methods.
2443 (gnus-read-active-file): Ditto.
2444
2445 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2446 ": " from the prompt.
2447 (gnus-group-make-group): Ditto.
2448
e180ab9f
GM
24492010-11-07 Glenn Morris <rgm@gnu.org>
2450
2451 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2452 (gnus-bookmark-kill-line): Use point-at-eol.
2453
c9bc6636
KY
24542010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2455
2456 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2457 asterisks in From header.
2458
4ddab346
G
24592010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2460
2461 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2462 string to avoid making the From headers syntactically invalid.
2463
2464 * message.el (message-send-mail): Don't insert courtesy messages if the
2465 message already has List-Post and List-ID messages.
2466
c497474b
GM
24672010-11-06 Glenn Morris <rgm@gnu.org>
2468
2469 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2470 `condition', `type', `length' a prefix.
2471 (gnus-treat-predicate): Update for above name changes.
2472
4ddab346
G
24732010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2474
2475 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2476 binding. Handled by `gnus-summary-refer-thread' instead.
2477 (nnir-warp-to-article): New backend function.
2478
2479 * nnimap.el (nnimap-request-thread): Force dependency updating.
2480
2481 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2482 (gnus-summary-refer-thread): Rework to improve thread-referral.
2483
2484 * gnus-int.el (gnus-warp-to-article): New function.
2485
2486 * gnus-sum.el (gnus-summary-article-map): Bind it.
2487
181cb5fb
G
24882010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2489
c497474b 2490 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
2491 gnus-summary-refer-thread.
2492
c497474b 2493 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 2494 headers.
c497474b 2495 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 2496 being cut in gnus-cut-threads.
c497474b 2497 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
2498 thread.
2499
25002010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2501
2502 * message.el (message-send-mail): Use the value of
2503 message-courtesy-message from the message buffer.
2504
2505 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2506
2507 * shr.el (shr-browse-url): Implement mailto: URLs.
2508
2509 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2510 "raw".
2511
2512 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2513 if it's already selected.
2514
2515 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2516
b354bc53
KY
25172010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2518
2519 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2520 to measure the length and truncate alt text.
2521
73ab9865
GM
25222010-11-03 Glenn Morris <rgm@gnu.org>
2523
2524 * nndiary.el (nndiary-generate-nov-databases-1)
2525 (nndiary-generate-active-info): Rename dynamic variable `files' to
2526 something less generic.
2527
6ec9acb3
AC
25282010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2529
73ab9865 2530 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
2531 move articles from nnir.
2532
dc9791eb
LMI
25332010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2534
73ab9865 2535 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 2536
14782c59
JD
25372010-11-02 Julien Danjou <julien@danjou.info>
2538
2539 * nnir.el: Remove wais support.
2540
cb48fe81
GM
25412010-11-02 Glenn Morris <rgm@gnu.org>
2542
2543 * gnus-html.el: Reorder requirements to quieten compiler.
2544
f939acf1
KY
25452010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2548 properly for XEmacs as well.
2549 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2550 (gnus-article-natural-long-line-p): Use window-width rather than
2551 frame-width.
2552
2960c86f
AC
25532010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2554
cb48fe81
GM
2555 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2556 (nnir-read-parms): Don't modify query.
2557 (nnir-run-query): Add ability to search topic on current line.
2558 (nnir-get-active): Clean up.
2960c86f 2559
9310f19d
LMI
25602010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2561
285cf7c8
LMI
2562 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2563 degenerate articles.
2564
2565 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2566 (gnus-print-buffer): Just print the buffer as is, without any copying
2567 to a buffer and then re-highlighting.
2568
9310f19d
LMI
2569 * nnimap.el (nnimap-request-group): Store the new updated info.
2570 (nnimap-request-group): Select the group when we don't know whether it
2571 exists or not.
2572
2573 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2574 groups.
2575
2576 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2577 groups.
2578
2579 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2580 groups.
2581
2582 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2583 long-lines case by only filling the long lines.
2584
2585 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2586 (bug #7311).
2587
84fd0e33
KY
25882010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2589
2590 * shr.el: No need to declare `declare-function' since shr.el is for
2591 only Emacsen that provide `libxml-parse-html-region'.
2592
c8ccffb1
GM
25932010-11-01 Glenn Morris <rgm@gnu.org>
2594
4c188c5a
GM
2595 * mm-util.el (gnus-completing-read): Autoload.
2596 (mm-read-coding-system): Simplify Emacs definition.
2597
4f7a670a 2598 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
2599 * nnimap.el (gnutls-negotiate):
2600 * nntp.el (netrc-parse): Fix declarations.
2601
87732ef3
KY
26022010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2603
2604 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2605 string-match-p in Emacs >=23.
2606
2607 * gnus-msg.el (gnus-configure-posting-styles)
2608 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2609
a1daed2b
GM
26102010-11-01 Glenn Morris <rgm@gnu.org>
2611
e195d639
GM
2612 * nnir.el (declare-function): Add compat stub.
2613 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2614 (nnir-run-gmane): Require 'mm-url.
2615
ed1d182d
GM
2616 * mm-util.el (mm-string-to-multibyte): Simplify.
2617
85a45a69
GM
2618 * shr.el (declare-function): Add compat stub.
2619 (url-cache-create-filename): Declare.
2620 (mm-disable-multibyte, widget-convert-button): Autoload.
2621
b10d32ef
GM
2622 * smime.el (ldap-search): Declare.
2623 (smime-cert-by-ldap-1): Require ldap on Emacs.
2624
2b1e1ff4
GM
2625 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2626 (nnimap-keepalive): Use gnus-float-time.
2627
89cff466
GM
2628 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2629 (mail-source-delete-crash-box): Use gnus-float-time.
2630
26205de3 2631 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 2632
c36dea19 2633 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 2634
e116c1eb
GM
2635 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2636
f979f37e
GM
2637 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2638
1d8ff0c6
GM
2639 * sieve-manage.el: Require 'cl when compiling.
2640
a1daed2b
GM
2641 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2642 (gnus-iswitchb-completing-read): Require iswitchb.
2643 (gnus-select-frame-set-input-focus): Silence compiler.
2644
389b76fa
G
26452010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2646
a8336650
LMI
2647 * message.el (message-subject-trailing-was-query): Change default to t,
2648 since I think that's what most people want.
2649
389b76fa
G
2650 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2651 appending for easier debugging.
2652 (nnimap-wait-for-connection): Take a regexp.
2653 (nnimap-request-accept-article): Wait for the continuation line before
2654 sending anything unless we're streaming.
2655
2656 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2657 leave the header washing to take place.
2658
26592010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2660
2661 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2662 regular expression match and replace in posting styles.
2663
26642010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2665
2666 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2667 an entire server.
2668 (nnir-get-active): New function.
2669 (nnir-run-imap): Use it.
2670 (nnir-run-gmane): Who knew, gmane search returns an article score!
2671
296a8e19 2672 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
2673 server on the current line with nnir.
2674
26752010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2676
2677 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2678 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2679 left edge.
2680 (gnus-article-foldable-buffer): Skip past the prefix when determining
2681 raggedness.
2682
2683 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2684 the raw article, and change `C-u g' to show the article without doing
2685 treatments.
2686
2687 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2688 on to `gnus-treat-article'.
2689 (gnus-inhibit-article-treatments): New variable.
2690
2691 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2692
2693 * gnus-art.el (gnus-treatment-function-alist): Have
2694 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2695 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2696 sections.
2697
2698 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2699 parameter.
2700 (gnus-article-fill-cited-long-lines): New function.
2701 (gnus-article-fill-cited-article): Allow filling only long sections.
2702
2703 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2704 and non-punctuation (like after the apostrophe in "'We").
2705
2706 * gnus-sum.el (gnus-summary-select-article): Make sure
2707 gnus-original-article-buffer is alive.
2708
2709 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2710 reflect the order they're in in the digest.
2711
2712 * gnus.el (gnus-group-startup-message): Move point to the start of the
2713 buffer.
2714
2715 * nnimap.el (nnimap-capability): New function.
2716 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2717 is set.
2718
324c5734
DE
27192010-10-31 David Engster <dengste@eml.cc>
2720
2721 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2722 conform with changes to gnus-completing-read.
2723
953d41c4
G
27242010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2725
2726 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2727
27282010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2729
2f5e7c6f
GM
2730 * nnir.el: Move defvar, defcustom around to keep file organized
2731 and keep byte-compiler quiet.
2732 (nnir-read-parms): Accept search-engine as arg.
2733 (nnir-run-query): Pass search-engine as arg.
2734 (nnir-search-engine): Remove.
953d41c4
G
2735
27362010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2737
2738 * shr.el (shr-generic): The text nodes should be text, not :text.
2739
2740 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2741 later in the file.
2742
27432010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2744
2f5e7c6f
GM
2745 * nnir.el: General clean up. Allow searching with multiple engines.
2746 Allow separate extra-parameters for each engine.
2747 Batch queries when possible.
2748 (nnir-imap-default-search-key,nnir-method-default-engines):
2749 Add customize interface.
2750 (nnir-run-gmane): New engine.
2751 (nnir-engines): Use it. Qualify all prompts with engine name.
2752 (nnir-search-engine): Remove global variable.
2753 (nnir-run-hyrex): Restore for now.
2754 (nnir-extra-parms,nnir-search-history): New variables.
2755 (gnus-group-make-nnir-group): Use them.
2756 (nnir-group-server): Remove in favor of gnus-group-server.
2757 (nnir-request-group): Avoid searching twice.
2758 (nnir-sort-groups-by-server): New function.
953d41c4 2759
837ba704
JD
27602010-10-30 Julien Danjou <julien@danjou.info>
2761
2762 * gnus-group.el: Remove gnus-group-fetch-control.
2763
2f5e7c6f
GM
2764 * gnus-start.el (gnus-find-new-newsgroups):
2765 Remove gnus-check-first-time-used.
837ba704
JD
2766
2767 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2768
1e961f10
KAH
27692010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2770
2771 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2772 set on groups that don't have \* permanentflags.
2773
99e65b2d
G
27742010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2777 control the background color.
2778 (shr-tag-img): Ignore very small web bug type images.
2779 (shr-put-image): Add help-echo alt texts to the images.
2780 (shr-tag-video): Show the video poster image.
2781
27822010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
2784 * shr.el (shr-table-depth): New variable.
2785 (shr-tag-table-1): Only insert the images after the top-level table.
2786
2787 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2788
2789 * gnus-util.el (gnus-list-memq-of-list): New function.
2790
2791 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2792 selected.
2793 (nnimap-unsplittable-articles): New slot.
2794 (nnimap-new-articles): Use it.
2795
27962010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2797
2798 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2799 move to the previous line on `M-g'.
2800
28012010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2804 *-request-group, which seems unnecessary.
2805
2806 * nnimap.el (nnimap-quote-specials): Function copied over from
2807 imap.el.
2808 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2809 they support that. Suggested by Tom Regner.
2810
86741733
JD
28112010-10-29 Julien Danjou <julien@danjou.info>
2812
99e65b2d
G
2813 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2814 defalias.
2815 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2816
2817 * gnus.el: Remove `gnus-nntp-service' variable.
2818 (gnus-secondary-servers): Make obsolete.
2819 (gnus-nntp-server): Make obsolete.
2820
2ec4c966
JD
2821 * gnus-start.el (gnus-1): Remove x-splash calls.
2822
2823 * gnus-ems.el (gnus-x-splash): Remove.
2824
2825 * gnus.el (gnus-group-startup-message): Simplify/update code.
2826
86741733
JD
2827 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2828 capability before doing anything.
2829 (gnus-group-insert-group-line): Remove useless
2830 gnus-group-remove-excess-properties.
2831
9efcd224
KY
28322010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2833
2834 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2835
eb9df2c9
LMI
28362010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2837
2838 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2839 config after reselecting.
2840
cfe94935
JD
28412010-10-28 Julien Danjou <julien@danjou.info>
2842
4abff904
JD
2843 * shr.el (shr-put-image): Use point even if only inserting text.
2844 (shr-put-image): Save excursion when inserting alt text on non-graphic
2845 display, so the behaviour is the same when we are on a graphic display.
2846
cfe94935
JD
2847 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2848
a87ee50b
KY
28492010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2850
2851 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2852 (gnus-mime-copy-part): Check coding system, not charset.
2853 (gnus-mime-view-part-externally): Never remove part.
2854 (gnus-mime-view-part-internally): Don't remove part here.
2855 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2856 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2857 multipart/alternative.
2858
2859 * mm-decode.el (mm-display-part): Take optional arg `force'.
2860
11a5db4a
JD
28612010-10-26 Julien Danjou <julien@danjou.info>
2862
2863 * gnus-group.el (gnus-group-default-list-level): Add this function to
2864 compute the default list level.
2865 (gnus-group-default-list-level): Add possibility to use a function.
2866
e617ab06
KY
28672010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2868
3444dc61
KY
2869 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2870
e617ab06
KY
2871 * gnus-group.el (gnus-group-completing-read)
2872 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2873 gnus-replace-in-string.
2874
036d93bc
KY
28752010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2876
296a8e19 2877 * shr.el (shr-tag-div): Add.
036d93bc 2878
84acb2f6
JD
28792010-10-25 Julien Danjou <julien@danjou.info>
2880
2881 * gnus-util.el: Remove `gnus-with-local-quit'.
2882
2883 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2884
28090d40
LMI
28852010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2886
2887 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2888 the original article buffer.
2889
b5c575e6
G
28902010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2891
2892 * nnimap.el (nnimap-request-head): New function.
2893 (nnimap-request-move-article): Try to be slighly faster by not
2894 requesting the entire message when moving.
2895 (nnimap-transform-headers): Don't bug out on bodiless articles.
2896 (nnimap-send-command): Have no outstanding messages if the IMAP server
2897 doesn't support streaming.
2898 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2899
29002010-10-24 Julien Danjou <julien@danjou.info>
2901
2902 * message.el (message-default-headers): Fix type.
2903
de635afe
G
29042010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2905
2906 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2907 prefetching images.
2908
2909 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2910 backend for unknown groups. This is mainly useful for nnimap groups.
2911
2912 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2913 group isn't covered by the agent.
2914
29152010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2916
2f5e7c6f
GM
2917 * nnir.el (nnir-method-default-engines): New variable.
2918 (nnir-run-query): Use it.
2919 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2920 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 2921
2f5e7c6f 2922 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
2923 gnus-group-make-nnir-group.
2924
29252010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2926
2f5e7c6f 2927 * shr.el (shr-tag-object): Add.
de635afe
G
2928
2929 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2930 original article buffer live.
296a8e19
SM
2931 (gnus-summary-select-article-buffer):
2932 Mention gnus-widen-article-buffer.
de635afe 2933
530f7b67
LMI
29342010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2935
296a8e19 2936 * shr.el (shr-tag-strong): Add.
530f7b67 2937
280f417b
G
29382010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
530f7b67
LMI
2940 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2941 group names. They mess up the group buffer badly.
2942
280f417b
G
2943 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2944
2945 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2946 instead of the summary one.
2947
e0da801a
G
29482010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2949
f9bbc77a
KY
2950 * mml.el (mml-preview): Work properly when editing article.
2951
e0da801a
G
2952 * gnus-start.el (gnus-read-active-file-1): Don't add method to
2953 gnus-have-read-active-file if it's already been in.
2954
29552010-10-22 Tom Tromey <tromey@redhat.com>
2956
2957 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2958 gnus-group-completing-read.
2959
d806c872
G
29602010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
2962 * message.el (message-mode-map): Don't bind M-; to comment region, to
2963 allow the global comment-dwim to work.
2964
29652010-10-21 Julien Danjou <julien@danjou.info>
2966
2967 * message.el (message-setup-1): Allow message-default-headers to be a
2968 function.
2969
3c066373
KY
29702010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2971
2972 * shr.el (shr-tag-table): Simplify.
2973
d815edf0 29742010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 2975
d815edf0
LMI
2976 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2977 to avoid trying to snarf invalid stuff.
1171414d 2978
d815edf0 2979 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 2980
d99bf2d8
LMI
2981 * gnus.el (gnus-message-archive-group): Quote value.
2982 (gnus-message-archive-group): Mark as changed.
2983
6c85a14f
LMI
2984 * shr.el (shr-add-font): Don't put the font properties on the newline
2985 or the indentation.
2986
2987 * message.el (message-fix-before-sending): Change options when sending
2988 non-printable characters.
2989
d99bf2d8 2990 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
2991 monthly outgoing groups.
2992
728fd3b9
LMI
2993 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2994 that have gotten new numbers.
2995
2996 * nnimap.el (nnimap-request-replace-article): New function.
2997
ab388ec4
KY
29982010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2999
3000 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3001 (nnrss-request-article): Don't use special html washing code.
3002
2526f423
G
30032010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3004
3005 * shr.el (shr-tag-table): Remove useless nconc.
3006
30072010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3008
3009 * gnus-art.el (article-wash-html): Simplify and remove the charset
3010 stuff. Use the normal html rendering code instead of the special html
3011 washing code.
3012
3013 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3014 `gnus-w3m' symbols.
296a8e19 3015 (mm-text-html-washer-alist): Remove.
2526f423 3016
296a8e19
SM
3017 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3018 (mm-inline-media-tests): Remove use.
2526f423
G
3019 (mm-text-html-renderer): Change default to the `shr' symbol.
3020
296a8e19 3021 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
3022
3023 * gnus-art.el (gnus-blocked-images): New function. Allow the
3024 `gnus-blocked-images' to be a function.
296a8e19 3025 (gnus-article-wash-function): Remove.
2526f423 3026
9d1bf25d
JD
30272010-10-20 Julien Danjou <julien@danjou.info>
3028
2526f423
G
3029 * spam.el (spam-list-of-processors): Mark as obsolete.
3030
9d1bf25d 3031 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 3032 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 3033
ba91f05d
G
30342010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3035
3036 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3037 run file-truename on remote files. This can be expensive and even
3038 prevent one from editing drafts if some unrelated buffer has a stale
3039 connection.
3040
9f47ba2d
KY
30412010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3042
3043 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3044 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
3045 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3046 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 3047
2e76c12c
LMI
30482010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3049
b643306f
LMI
3050 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3051 lines.
cdf1fca4 3052 (shr-save-contents): New command and keystroke.
b643306f 3053
2e76c12c
LMI
3054 * nndoc.el (nndoc-type-alist): Add git support.
3055 (nndoc-git-type-p): New function.
3056 (nndoc-transform-git-article): Ditto.
3057 (nndoc-transform-git-headers): Ditto.
c872595d 3058 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
3059
3060 * shr.el (shr-parse-style): New function.
3061 (shr-tag-span): Ditto.
3062
3063 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3064 to `G G' to avoid collisions.
3065
83ffd571
KY
30662010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3067
2fe10446 3068 * shr.el: Load kinsoku if necessary.
83ffd571
KY
3069 (shr-kinsoku-shorten): New internal variable.
3070 (shr-find-fill-point): Make kinsoku shorten text line if
3071 shr-kinsoku-shorten is bound to non-nil.
3072 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3073 shr-indentation too when testing if table is wider than frame width.
3074 (shr-insert-table): Use `string-width' instead of `length' to measure
3075 text width.
3076 (shr-insert-table-ruler): Make sure indentation is done at bol.
3077
a04f9e26
SM
30782010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3081 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3082 undecoded network data.
3083
7cad71ad
G
30842010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3085
2755ee78
LMI
3086 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3087 name in the mode line spec so that the mode line menu works
3088 (bug #2431).
3089
3090 * message.el (message-get-reply-headers): If we're fed `to-address',
3091 then always use that.
3092
7cad71ad
G
3093 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3094 aren't so wide as to need to switch off the edit menu.
3095
3096 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3097 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3098
3099 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3100 `M-g'.
3101 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3102 the permanent marks.
3103
31042010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3105
a04f9e26
SM
3106 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3107 Splitting according to references/in-reply-to obeys the ignore-groups
3108 variable, while splitting by sender and subject do not.
7cad71ad
G
3109
31102010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3111
3112 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3113 alist, so that we can look for non-Unicode chars.
3114 (article-translate-strings): Allow both character and string maps.
3115
73db8b08
KY
31162010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3117
3118 * shr.el (shr-insert): Don't insert space behind a wide character
3119 categorized as kinsoku-bol, or between characters both categorized as
3120 nospace.
3121
b57a665d
G
31222010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3123
2f5e7c6f 3124 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
3125 headers to gnus-newsgroup-headers.
3126
31272010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3128
3129 * shr.el (shr-tag-img): Don't align images -- since we're not
3130 rescaling, this often leads to ugly displays.
3131
283f7b93
G
31322010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3133
a04f9e26 3134 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
3135 duplicates.
3136
31372010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3138
3139 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3140 call.
3141
68f6bd17
KY
31422010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3143
283f7b93
G
3144 * gnus.el: Autoload gnus-html-show-images.
3145
3146 * nnimap.el: Use nnheader-message throughout.
3147
68f6bd17
KY
3148 * shr.el (shr-tag-img): Ignore images with no data.
3149
283f7b93
G
31502010-10-15 Julien Danjou <julien@danjou.info>
3151
ba91f05d
G
3152 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3153 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 3154
20438017
KY
31552010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3156
283f7b93
G
3157 * shr.el (shr-insert): Remove space inserted before or after a
3158 breakable character or at the beginning or the end of a line.
20438017
KY
3159 (shr-find-fill-point): Do kinsoku; find the second best point or give
3160 it up if there's no breakable point.
3161
030158f3
G
31622010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3163
3164 * nnimap.el (nnimap-open-connection): Message when opening connection
3165 for debugging purposes.
3166
3167 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3168 on every setup buffer call to allow this to change from article to
3169 article.
3170
3171 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3172 buffers where we have a wide table.
3173
31742010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3175
3176 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3177 uses *-request-thread.
3178
31792010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
3181 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3182 incantation, which is no longer valid.
3183
31842010-10-14 Julien Danjou <julien@danjou.info>
3185
3186 * shr.el: Fix defcustom type (char -> character).
3187
0d2d1bdc
G
31882010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3189
3190 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3191 programs.
3192
31932010-10-14 Julien Danjou <julien@danjou.info>
3194
31e96eec
JD
3195 * shr.el (shr-tag-a): Use url-link as widget type.
3196
0d2d1bdc
G
3197 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3198 `gnus-group-get-icon'.
3199
a1d16a7b
G
32002010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3201
d1090fe8
LMI
3202 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3203 This should make server editing work better.
3204
a1d16a7b
G
3205 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3206
3207 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3208 (nnimap-parse-flags): Fix regexp.
3209
3210 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3211 probably work for CJVK text, too.
3212
296a8e19 3213 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
3214 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3215
32162010-10-13 Julien Danjou <julien@danjou.info>
3217
3218 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3219 responses.
3220
32212010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3222
3223 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3224
3225 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3226 anything in Emacs.
3227
3228 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3229
d0e0de31
JD
32302010-10-13 Julien Danjou <julien@danjou.info>
3231
3232 * shr.el (shr-width): Make shr-width a defcustom with default to
3233 fill-column.
3234 (shr-tag-img): Use shr-width rather than fill-column.
3235
7417851c
KY
32362010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3237
68d9bf4b
KY
3238 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3239
7417851c
KY
3240 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3241 position when (X-)Faces exist.
3242 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3243 avatars when called interactively.
3244
ab67634f
G
32452010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3248 gnus-article-x-face-too-ugly is bound.
3249
6ffab592
LMI
32502010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
ab67634f
G
3252 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3253
3254 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3255 mailbox that doesn't exist.
3256
32572010-10-12 Julien Danjou <julien@danjou.info>
3258
3259 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3260 (shr-get-image-data): Encode URL properly when fetching from cache.
3261 (shr-tag-img): Use aligned-to spaces to align correctly images.
3262
3263 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3264 before inserting the Gravatar.
3265
3266 * shr.el (shr-tag-img): Add align attribute support for <img>.
3267
32682010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
296a8e19 3270 * gnus-gravatar.el (gnus-art): Require.
ab67634f 3271
6ffab592
LMI
3272 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3273 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3274 Remove long obsoleted functions.
3275
f0b7f5a8
KY
32762010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3277
f0b7f5a8
KY
3278 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3279
ed1d182d
GM
3280 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3281 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3282 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3283 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3284 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3285 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
3286 Fix comment for declare-function.
3287
6b7df8d3
G
32882010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3289
3290 * nnimap.el (nnimap-request-rename-group): Select group read-only
3291 before renaming it.
3292
3293 * shr.el (shr-insert): Fix up the white space only regexp.
3294
3295 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3296 bodies. Protect against this. Reported by Michael Welsh Duggan.
3297
3298 * shr.el (shr-current-column): New function.
3299 (shr-find-fill-point): New function.
3300
33012010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3302
3303 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3304 numbers.
3305
33062010-10-11 Julien Danjou <julien@danjou.info>
3307
3308 * shr.el (shr-hr-line): Add.
3309 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3310 display hr lines.
3311 (shr-max-columns): Do not change state to nil if we just inserting
3312 spaces.
3313
6ec07c5a
LMI
33142010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315
3316 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3317 select the last group.
3318
0be56f17
TZ
33192010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3320
3321 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3322
dab0271f
G
33232010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3326 for Gnus.
3327 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3328 (nnimap-update-qresync-info): Mark \Seen articles as read.
3329
3330 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3331 non-variable, too.
3332
3333 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3334 available.
3335 (nnimap-update-info): Rely more on the current active than the param
3336 active to avoid marking articles as read too much.
3337
3338 * auth-source.el (auth-source-create): Use (user-login-name) for the
3339 user name default.
3340
3341 * nnimap.el (nnimap-update-info): If the server doesn't return any
3342 useful info, just use the previous info.
3343 (nnimap-update-info): Prefer old info over start-article.
3344 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3345
33462010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3347
3348 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
3349 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3350 Use key rather than value.
dab0271f
G
3351 (nnir-imap-search-other): New variable.
3352 (nnir-read-parm): Use it.
3353 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3354 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3355
33562010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3359 the process, too.
3360
f7aa248a
G
33612010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3362
296a8e19
SM
3363 * spam.el (gnus-summary-mode-map): Bind to "$".
3364 Suggested by Russ Allbery.
f7aa248a
G
3365
3366 * shr.el: Rework the way things are indented by <li> slightly.
3367
3368 * gnus.el (gnus-group-set-parameter): Fix typo.
3369
3370 * nnimap.el: Start implementing QRESYNC support.
3371
33722010-10-09 Julien Danjou <julien@danjou.info>
3373
3374 * nnir.el (nnir-engines): Fix too many arguments.
3375
33762010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3379 group is the "last", so that the backends like nnfolder actually save
3380 their folders.
3381
3382 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3383 try to use that for the tls stream.
3384 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3385 UIDVALIDITY and find out which groups are read-only and not.
3386 (nnimap-get-flags): Use the same marks parsing code as the rest of
3387 nnimap.
3388
afba0c4b
JD
33892010-10-09 Julien Danjou <julien@danjou.info>
3390
1736ad36
JD
3391 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3392
afba0c4b
JD
3393 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3394 retrieving gravatars.
3395
3396 * shr.el (shr-table-corner): Add.
3397 (shr-table-line): Add.
3398 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3399
36d3245f
G
34002010-10-08 Julien Danjou <julien@danjou.info>
3401
3402 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3403
34042010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3405
3406 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3407
3408 * gnus-sum.el (gnus-mark-article-as-unread)
3409 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3410 (gnus-summary-set-bookmark): Use it.
3411
3412 * gnus-msg.el (gnus-setup-message): Use it.
3413
3414 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3415
3416 * gnus.el (gnus-group-remove-parameter): Use it.
3417
3418 * gnus-group.el (gnus-group-make-web-group): Use it.
3419
3420 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3421
3422 * nnregistry.el: Update docs to mention manual.
3423
3424 * gnus-registry.el: Update docs to mention nnregistry.el.
3425 (gnus-registry-initialize): Don't install nnregistry refer method
3426 automatically.
3427 (gnus-registry-install-nnregistry): Remove it.
3428
34292010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3430
3431 * shr.el (shr-insert): Don't insert double spaces.
3432
863b61d6
KY
34332010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3434
090f6ea1
KY
3435 * gnus-gravatar.el (gnus-treat-from-gravatar)
3436 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3437 called interactively.
3438
f7aa0b8f
KY
3439 * gnus-art.el (gnus-mime-view-part-externally)
3440 (gnus-mime-view-part-internally): Make predicate function passed to
3441 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3442 of a mime type.
3443
863b61d6
KY
3444 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3445
3d319c8f
LMI
34462010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3447
3448 * shr.el (require): Require cl when compiling.
3449 (shr-tag-hr): New function.
3450
3451 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
3452 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3453 This makes nnimap work properly on Courier again.
3d319c8f
LMI
3454
3455 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
01c35094 3456 the variable for backwards compatibility.
3d319c8f
LMI
3457
3458 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3459 the file name before using to avoid setting mm-default-directory to
3460 nil.
3461
3462 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3463 bidning gnus-agent variables.
3464
3465 * shr.el (shr-render-td): Use a cache for the table rendering function
3466 to avoid getting an exponential rendering behaviour in nested tables.
3467 (shr-insert): Rework the line-breaking algorithm.
3468 (shr-insert): Don't leave trailing spaces.
3469 (shr-insert-table): Also insert empty TDs.
3470 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3471
3a3cbf0a
SM
34722010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * gnus-sum.el (gnus-number): Rename from `number'.
3475 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3476 (gnus-summary-limit-children): Update uses correspondingly.
3477
fcf2d385
KY
34782010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3479
3480 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3481 (gnus-gravatar-transform-address): Don't show avatars of people of
3482 which mail addresses match gnus-gravatar-too-ugly.
3483
a7dcc87b
G
34842010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3485
3486 * shr.el (shr-table-widths): Expand TD elements to fill available
3487 space.
3488
34892010-10-07 Julien Danjou <julien@danjou.info>
3490
3491 * nnimap.el (nnimap-request-rename-group): Add this method.
3492
814cc274
KY
34932010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3494
3495 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3496 name from XEmacs' function-arglist.
3497
3498 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3499 gravatar under XEmacs.
3500
cbabe91f
TZ
35012010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3502
3503 * auth-source.el: Update docs with TODO items.
3504
3505 * gnus-sync.el: Update docs to explain state and plans.
3506
3507 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3508 Hooks for mark updates.
3509 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3510
3511 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3512 hooks with arguments, which is needed for mark update hooks.
3513
fd9ba500
JD
35142010-10-06 Julien Danjou <julien@danjou.info>
3515
d2abc29a
JD
3516 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3517 was matched.
3518
fd9ba500
JD
3519 * sieve-manage.el: Update example in `Commentary'.
3520
3521 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3522
3523 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3524 not 2000.
3525 (sieve-manage-authenticate): Re-add function.
3526
66627fa9
G
35272010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3528
3529 * shr.el (shr-insert): Get 'space transition right.
35624242 3530 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
3531
3532 * nnimap.el (nnimap-open-connection): Prepare to support
3533 open-gnutls-stream.
3534
3535 * shr.el: Rearrange function order to be more logical.
3536
35372010-10-06 Julien Danjou <julien@danjou.info>
3538
3539 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3540 (nnrss-discover-feed): Remove 404 URL in docstring.
3541
3542 * nnir.el: Fix Swish-E URL.
3543 Fix Namazu URL.
3544
3545 * message.el (message-change-subject): Remove 404 URL in a comment.
3546
61c47336
KY
35472010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3548
568f71a8
KY
3549 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3550 called interactively.
3551
61c47336
KY
3552 * gnus-util.el (gnus-remove-if): Allow hash table.
3553 (gnus-remove-if-not): New function.
3554
3555 * gnus-art.el (gnus-mime-view-part-as-type)
3556 * gnus-score.el (gnus-summary-score-effect)
3557 * gnus-sum.el (gnus-read-move-group-name):
3558 Replace remove-if-not with gnus-remove-if-not.
3559
3560 * gnus-group.el (gnus-group-completing-read):
3561 Regard collection as a hash table if it is not a list.
3562
130e977f
LMI
35632010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3564
a0ec382a
LMI
3565 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3566
3567 * shr.el: Document the table-rendering algorithm.
3568
130e977f
LMI
3569 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3570 invalid URLs.
3571
3572 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3573 line-broken.
3574 (shr-tag-img): Ignore image fetching errors.
3575 (shr-overlays-in-region): Compute overlay positions correctly.
3576
3577 * mm-decode.el (mm-shr): Require shr.
3578
3579 * gnus-art.el (gnus-blocked-images): Move variable here.
3580
3581 * shr.el (shr-insert-table): Bind free variable.
3582
3583 * mm-decode.el (mm-shr): Bind shr-content-function.
3584
3585 * shr.el (shr-content-function): New variable.
3586
3587 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3588 added for symmetry.
3589
3590 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3591
3592 * gnus-group.el (gnus-group-make-group): Doc fix.
3593
3594 * nnimap.el (nnimap-request-newgroups): Return success.
3595
3596 * shr.el (shr-find-elements): New function.
3597 (shr-tag-table): Put all the images after the table.
3598 (shr-tag-table): Really inhibit images inside the table.
3599 (shr-collect-overlays): Copy over overlays from the TD elements to the
3600 main document.
3601
3602 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3603 gnus-blocked-images.
3604
6f7e2ffd
JD
36052010-10-05 Julien Danjou <julien@danjou.info>
3606
1d8e1f78
JD
3607 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3608
6f7e2ffd
JD
3609 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3610 (gnus-html-maximum-image-size): Add this function.
3611 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3612
3613 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3614 server-value of the capability is nil.
3615
562f5ce5
G
36162010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617
3618 * shr.el (shr-tag-em): Add <EM> tag.
3619
36202010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3621
3622 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3623 customizable.
3624
3625 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3626 handing broken links to browse-url.
3627
50cb700c
JD
36282010-10-05 Julien Danjou <julien@danjou.info>
3629
3630 * gnus-util.el (gnus-emacs-completing-read)
3631 (gnus-iswitchb-completing-read): Use autoload rather than require.
3632
cfadea45
KY
36332010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3634
1225bc49
KY
3635 * gnus-util.el (gnus-completing-read-function): Exclude
3636 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3637 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3638 XEmacs.
3639
3640 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3641 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3642
9c619400
KY
3643 * gnus-html.el: Don't require help-fns under XEmacs.
3644 (gnus-html-schedule-image-fetching): Work for XEmacs.
3645
cfadea45
KY
3646 * mm-decode.el (mm-shr): Decode contents by charset.
3647
5d2ef6db
G
36482010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3649
130e977f
LMI
3650 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3651 unknown.
3652
71e691a5
G
3653 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3654 (shr-get-image-data): Ensure against the cache file missing.
3655
3656 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3657 for data.
3658
3659 * spam-report.el (spam-report-url-ping-plain): Don't query about
3660 killing the process.
3661
3662 * shr.el (shr-render-td): Protect against too-wide text.
3663
36642010-10-04 Julien Danjou <julien@danjou.info>
3665
3666 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3667 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3668
3669 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3670 retrieved.
3671
36722010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3673
296a8e19 3674 * shr.el (browse-url): Require.
71e691a5
G
3675 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3676 lines.
3677 (shr-show-alt-text, shr-browse-image): New commands.
3678 (shr-browse-url, shr-copy-url): New commands.
3679
3680 * gnus-sum.el (gnus-widen-article-window): New variable.
3681 (gnus-summary-select-article-buffer): Use it.
3682
3683 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3684 without @ signs.
3685
36862010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3687
3688 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3689
36902010-10-04 Julien Danjou <julien@danjou.info>
3691
3692 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3693 for XEmacs.
3694
36952010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3696
3697 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3698
3699 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3700 (nnimap-close-server): Implement.
3701
5d2ef6db 3702 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
3703 (shr-insert): Tweak line breaking.
3704 (shr-insert): Handle <pre> better.
8028ed5c
LMI
3705 (shr-tag-li): Get <li> indentation right.
3706 (shr-tag-li): Get <li> indentation even righter.
3707 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
3708 (shr-make-table): Tweak table generation.
3709 (shr-make-table): Fix typo.
3710
3711 * shr.el: Implement table rendering.
5d2ef6db
G
3712
37132010-10-04 Julien Danjou <julien@danjou.info>
3714
3715 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3716
23179cb9
LMI
37172010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3718
3719 * shr.el (shr-insert): Use string anchors instead of line anchors.
3720
a41c2e6d
G
37212010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3722
3723 * shr.el: Add headings.
3724 (shr-ensure-paragraph): Actually work.
3725 (shr-tag-li): Make <ul> prettier.
3726 (shr-insert): Get white space at the beginning/end of elements right.
3727 (shr-tag-p): Collapse subsequent <p>s.
3728 (shr-ensure-paragraph): Don't insert double line feeds after blank
3729 lines.
3730 (shr-insert): \t is also space.
3731 (shr-tag-s): Fix "s" tag name function.
3732 (shr-tag-s): Fix face prop name.
3733
37342010-10-03 Julien Danjou <julien@danjou.info>
3735
3736 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3737
3738 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3739 gnus-window-inside-pixel-edges.
3740
3741 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3742 gnus-ems.
3743
3744 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3745
3746 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3747 function.
3748
3749 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3750 resize choice.
3751
37522010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3755 beginning of the buffer.
3756
3757 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3758 article buffer again.
3759
296a8e19 3760 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
3761
3762 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3763 when it's at the start of the buffer.
3764
3765 * shr.el (shr-tag-blockquote): Convert name.
3766 (shr-rescale-image): Use the right image-size variant.
3767
3768 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3769 buffer isn't shown, then select the current article first instead of
3770 bugging out.
3771 (gnus-summary-select-article-buffer): Show both the article and summary
3772 buffers again.
3773
3774 * shr.el (shr-fontize-cont): Protect against regions with no text.
3775 Rename tag functions to shr-tag-* for enhanced security.
3776 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3777
d99a4591
CY
37782010-10-03 Chong Yidong <cyd@stupidchicken.com>
3779
3780 * shr.el (shr-insert):
3781 * pop3.el (pop3-movemail):
3782 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3783 loaded.
3784
922ad43e
GM
37852010-10-03 Glenn Morris <rgm@gnu.org>
3786
0f810fbf
GM
3787 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3788
3615c80c
GM
3789 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3790
7530a81b
GM
3791 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3792
4ec3f7cf
GM
3793 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3794
922ad43e
GM
3795 * gnus-util.el (gnus-make-local-hook): Simplify.
3796
870409d4
G
37972010-10-02 Julien Danjou <julien@danjou.info>
3798
3799 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3800 (gnus-ido-completing-read): New function.
3801 (gnus-emacs-completing-read): New function.
3802 (gnus-completing-read): Use gnus-completing-read-function.
3803 Add gnus-completing-read-function.
3804
38052010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * shr.el (shr-insert-document): Autoload.
3808 (shr-img): Be silent.
3809 (shr-insert): Add a newline after every picture before text.
3810 (shr-add-font): Use overlays for combining faces.
3811 (shr-insert): Pass upwards the text start point.
3812
3813 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3814 possible.
3815 (mm-shr): New function.
3816
38172010-10-02 Julien Danjou <julien@danjou.info>
3818
3819 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3820 should go backward.
3821
f3fd95db
JB
38222010-10-02 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * shr.el (shr): Fix typo in provide call.
3825
367f7f81
LMI
38262010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3827
3828 * shr.el: New file.
3829
3830 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3831
3832 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3833 completing read.
3834
a3f57c41
G
38352010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3836
3837 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3838 we're being queried about. Suggested by Dan Jacobson.
3839
296a8e19
SM
3840 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3841 Suggested by Jason Eisner.
a3f57c41
G
3842
3843 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3844 table, too. Suggested by Stefan Wiens.
3845 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3846 the table unnecessary. Suggested by Stefan Wiens.
3847
3848 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3849 longer needed, and probably doesn't work either, as pointed out by
3850 Stefan Wiens.
3851 (gnus-summary-exit): Remove call to the clearing function.
3852 (gnus-summary-exit-no-update): Ditto.
3853
3854 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3855 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3856 Reported by Stefan Monnier.
3857 (gnus-summary-save-in-rmail): Ditto.
3858
3859 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3860 article buffer, instead of both the article buffer and the summary
3861 buffer. Sort of suggested by Dan Jacobson.
3862
3863 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3864
3865 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3866 Suggested by Dan Jacobson.
3867
3868 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3869 documentation clearer.
3870
3871 * message.el (message-shorten-references): Comment on the number "21".
3872 Suggested by Stefan Monnier.
3873
3874 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3875 Suggested by Dan Jacobson.
3876
296a8e19
SM
3877 * gnus.el (gnus-large-newsgroup):
3878 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
3879
3880 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3881 externalize attachments. Bug reported by Steve Wen.
3882
3883 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3884 really message anything to the user.
3885
3886 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3887 directly.
3888
3889 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3890 messages in empty groups.
3891
38922010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3893
3894 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3895 non-UIDNEXT group.
3896
38972010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3898
3899 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3900 not the value from the collection.
3901
3902 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3903 values. This sometimes happens on some groups that have no info.
3904 (nnimap-request-newgroups): New function.
3905
39062010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3907
3908 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3909 check into `gnus-registry-initialize'.
3910 (gnus-registry-initialize): Ditto.
3911 Fix and extend header docs.
3912
aecb42aa
LMI
39132010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
0a887f39
LMI
3915 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3916 regexp backtrace overflows.
3917
aecb42aa
LMI
3918 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3919 for starttls that tls.el implements; i.e. openssl.
3920
4b36c6d4
KY
39212010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3924 (gravatar-create-image): New function that's an alias to
3925 gnus-xmas-create-image, gnus-create-image, or create-image.
3926 (gravatar-data->image): Use it.
3927
6b958814
G
39282010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3929
3930 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3931 install the nnregistry refer method.
3932 (gnus-registry-install-hooks): Use it.
3933 (gnus-registry-unfollowed-groups): Add nnmairix to the default
3934 unfollowed groups.
3935
39362010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
3937
3938 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3939 expanding threads.
3940
39412010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3942
3943 * nnir.el: Use the server names without suffixes (bug #7009).
3944
3945 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3946 unencrypted to STARTTLS, if possible.
3947
39482010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3949
3950 * message.el (message-ignored-supersedes-headers): Strip Injection-*
3951 headers before superseding.
3952
39532010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3954
3955 * nnrss.el (nnrss-use-local): Add documentation.
3956
3957 * nnimap.el (nnimap-extend-tls-programs): New function.
3958 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3959 (nnimap-wait-for-connection): Accept the greeting from the stupid
3960 output from openssl s_client -starttls, too.
3961
3962 * nnimap.el (nnimap-find-article-by-message-id): Really return the
3963 article number.
3964 (nnimap-split-fancy): New variable.
3965 (nnimap-split-incoming-mail): Use it.
3966
3967 * nntp.el (nntp-server-list-active-group): Document.
3968
3969 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3970 SELECT to get the message-id.
3971
296a8e19 3972 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
3973 (defvar): Ditto.
3974 (mail-source-fetcher-alist): Ditto.
296a8e19 3975 (mail-source-fetch-webmail): Remove.
6b958814 3976
296a8e19 3977 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
3978
3979 * gnus.el: Fix up make-obsolete-variable declarations throughout.
3980
3981 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3982 the \r.
3983
743595bc
JD
39842010-09-30 Julien Danjou <julien@danjou.info>
3985
3986 * gnus-agent.el (gnus-agent-add-group): Fix call to
3987 gnus-completing-read.
3988
39892010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3990
3991 * nndoc.el (nndoc-retrieve-groups): New function.
3992
3993 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3994 `default', use nnmail-split-methods.
3995 (nnimap-request-article): Downcase the NILs so that they are nil.
3996
3997 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3998 symbol.
3999
4000 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4001 code, since if the user has requested network, that's what they ought
4002 to get.
4003 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4004 (nnimap-split-rule): Mark as obsolete.
4005
296a8e19
SM
4006 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4007 New variable.
743595bc
JD
4008
4009 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4010 correct slot, too.
4011
40122010-09-29 Julien Danjou <julien@danjou.info>
4013
4014 * gnus.el (gnus-local-domain): Declare variable obsolete.
4015
2f5e7c6f
GM
4016 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4017 Fix history computing.
743595bc
JD
4018 (gnus-ido-completing-read): Require ido.
4019
40202010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4021
4022 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4023 build Gnus.
4024
4025 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4026 when interpreting the structures.
4027 (nnimap-request-accept-article): Add \r\n to the lines to make this
4028 work with Cyrus.
4029
743595bc
JD
4030 * nndraft.el (nndraft-request-expire-articles): Use the group name
4031 instead if "nndraft". Fix found by Nils Ackermann.
4032
6b958814
G
40332010-09-29 Ludovic Courtes <ludo@gnu.org>
4034
296a8e19 4035 * nnregistry.el: Add.
6b958814 4036
01270787
SM
40372010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * nnmail.el (group, group-art-list, group-art):
4040 Remove unneeded directives.
4041
0c43b6f8
KY
40422010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4045 (mm-mime-charset)
4046 * rfc2047.el (rfc2047-syntax-table)
4047 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4048
4049 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4050 rather than `insert-file-contents' and `eval-region'.
4051
743595bc
JD
40522010-09-29 Julien Danjou <julien@danjou.info>
4053
4054 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4055 replacement of `gnus-gravatar-relief' to mimic
4056 `gnus-faces-properties-alist'.
4057 Add :version property.
4058
5b5dafd2
KY
40592010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061 * mail-source.el (mail-source-report-new-mail)
4062 * message.el (message-default-mail-headers)
4063 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4064
4065 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4066
b6fda8fc
JD
40672010-09-28 Julien Danjou <julien@danjou.info>
4068
4069 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4070 mail-address contains the same string as real-name.
4071
4072 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4073 non-blank in header, otherwise it'll get stripped.
4074
4075 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4076 real-name, and then for mail address rather than doing : or , search.
4077
743595bc
JD
40782010-09-27 Julien Danjou <julien@danjou.info>
4079
743595bc
JD
4080 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4081 right completing-read function.
4082 (gnus-use-ido): New variable
4083 (gnus-completing-read-with-default): Remove.
296a8e19
SM
4084 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4085 (gnus-agent-add-group):
4086 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4087 * mm-view.el (mm-view-pkcs7-decrypt):
4088 * mm-util.el (mm-codepage-setup):
4089 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4090 * mml-smime.el (mml-smime-openssl-sign-query):
4091 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4092 (mml-insert-multipart):
4093 * gnus-msg.el (gnus-summary-yank-message):
4094 * gnus-int.el (gnus-start-news-server):
4095 * mm-decode.el (mm-interactively-view-part):
4096 * gnus-dired.el (gnus-dired-attach):
4097 * gnus.el (gnus-read-method):
4098 * gnus-bookmark.el (gnus-bookmark-jump):
4099 * gnus-art.el (gnus-mime-view-part-as-type)
4100 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4101 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4102 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4103 * nnmairix.el (nnmairix-create-server-and-default-group)
4104 (nnmairix-update-groups, nnmairix-get-server)
4105 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4106 (nnmairix-get-group-from-file-path):
4107 * nnrss.el (nnrss-find-rss-via-syndic8):
4108 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4109 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4110 (gnus-group-browse-foreign-server):
4111 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4112 (gnus-summary-execute-command, gnus-summary-respool-article)
4113 (gnus-read-move-group-name):
4114 * gnus-score.el (gnus-summary-increase-score)
4115 (gnus-summary-score-effect):
4116 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 4117
e0a185ae
KY
41182010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4119
635be05a
KY
4120 * nnimap.el (auth-source-forget-user-or-password)
4121 (auth-source-user-or-password): Autoload.
4122
e0a185ae
KY
4123 * message.el (message-from-style, message-interactive)
4124 (message-signature): Remove comment.
4125 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4126 always.
4127 (message-sendmail-envelope-from): Comment fix.
4128 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
4129 (message-indentation-spaces):
4130 Default to mail-indentation-spaces always.
e0a185ae
KY
4131 (message-signature-file): Default to mail-signature-file always.
4132
9f2d52e7
G
41332010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4134
4135 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4136 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4137 new articles.
4138
4139 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4140 parts.
4141 (nnimap-request-article): Work with the t setting, too.
4142
4143 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4144 that you don't get flashes of other buffers.
4145 (gnus-summary-show-complete-article): Intern before setting.
4146
41472010-09-27 David Engster <dengste@eml.cc>
4148
938c0d10 4149 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
4150 well as HEADERS.
4151 (nnmairix-retrieve-headers): Provide new argument for the above.
4152
41532010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4154
4155 * gnus-sum.el (gnus-summary-move-article): Don't alter
4156 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4157 group.
4158
4159 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4160
4161 * message.el (message-cite-prefix-regexp): Revert my last edit.
4162
4163 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4164 variable instead of the Gnus variable.
4165
4166 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4167
296a8e19 4168 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
4169
4170 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4171 since some servers don't like it.
4172 (nnimap-open-connection): Forget credentials if the server says the
4173 password was wrong.
4174 (nnimap-parse-line): Protect against invalid data.
4175
4176 * gnus-sum.el (gnus-summary-move-article): Add comment.
4177 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4178 nothing alters it while scanning for new messages.
4179
4180 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4181 which may or may not help.
4182 (nnimap-open-connection): If we're doing a stream connection, and then
4183 discover we're on a STARTTLS-capable server, then open a STARTTLS
4184 connection instead.
4185
14db1c41
LMI
41862010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
296a8e19 4188 * nnimap.el (utf7): Require.
14db1c41
LMI
4189
4190 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4191 prefix.
4192
1d77b63e
JB
41932010-09-27 Juanma Barranquero <lekktu@gmail.com>
4194
4195 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4196
062eae99
G
41972010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * nnimap.el (nnimap-request-accept-article): Message the error on
4200 error.
4201
e5fa3899
KY
42022010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4203
4204 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4205
1821a7b4
LMI
42062010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4207
82bccbfa
KY
4208 * nndoc.el (nndoc-request-list): Return success always.
4209
4210 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
4211 `fetch-old' -- we only want to fetch the articles we've requested.
4212 The rest are in the agent, probably.
82bccbfa
KY
4213 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4214 disappeared server" to something low. It's not important.
4215
4216 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4217 arrived before the FETCH data.
4218
4219 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4220 target here, because we don't know the Gnus name of the group.
4221
4222 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4223 for the correct group.
4224
4225 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4226
4227 * gnus.el (gnus): Give a final warning after startup.
4228
4229 * gnus-util.el (gnus-action-message-log): New variable.
4230 (gnus-message): Use it.
4231 (gnus-final-warning): New function.
4232
4233 * nnimap.el (nnimap-open-connection): Record the greeting.
4234 (nnimap): Add greeting.
4235
42362010-09-26 Julien Danjou <julien@danjou.info>
4237
4238 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4239 arguments.
4240 (gnus-html-wash-images): Fix spec computing to include start/end.
4241
4242 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4243
42442010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4245
4246 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4247 deletion.
4248 (nnimap-retrieve-headers): Don't select the group, because that's
4249 already done by nnimap-possibly-change-group.
4250
4251 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4252 (gnus-picon-transform-address): Use it.
4253
2696d88f
G
4254 * mail-source.el (mail-source-value): Revert previous patch.
4255
4256 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4257 on failure.
4258 (nnimap-open-connection): Look up both virtual and physical server name
4259 credentials.
4260
4261 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4262
42632009-02-08 Dave Love <fx@gnu.org>
4264
296a8e19
SM
4265 * gnus-win.el (gnus-window-to-buffer-helper)
4266 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
4267
4268 * mail-source.el (mail-source-value): Function needn't be a symbol.
4269
42702010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4271
4272 * message.el (message-cite-prefix-regexp): Remove } from the cite
4273 prefix.
4274
4275 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4276 highlight again, so that the highlight is correct.
4277
4278 * gnus-picon.el (gnus-picon): Remove again.
4279 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4280
1821a7b4
LMI
4281 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4282 doing the header highlightling, so that the background colour of the
4283 picon is correct.
4284
296a8e19 4285 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
4286 (gnus-picon): Ditto.
4287 (gnus-picon): Reinstate. The background colour for picons is white.
4288 (gnus-picon-insert-glyph): Make the background white.
4289
4290 * nnml.el (nnml-open-nov): Don't return dead buffers.
4291
4292 * auth-source.el (auth-source-create): Query the user for whether to
4293 store the credentials.
4294
4295 * auth-source.el (auth-source-user-or-password): Use the existing auth
4296 sources, if any, for creation.
4297
4298 * gnus.el (gnus-group-fast-parameter): Return the last matching
4299 parameter instead of the first matching parameter.
4300
43012010-09-26 Julien Danjou <julien@danjou.info>
4302
4303 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4304
43052010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * mml2015.el (mml2015-use): Remove gpg support.
4308
4309 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 4310 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
4311
43122010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4313
4314 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4315 (gnus-browse-unsubscribe-current-group): Document it.
4316 (gnus-browse-unsubscribe-group): Use it.
4317
43182010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4319
4320 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4321 address to the To list for easier response.
4322
296a8e19 4323 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
4324 (gnus-splash): Don't play jingle.
4325 (gnus): Silence gnus-load message.
4326
296a8e19 4327 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
4328
4329 * gnus.el (gnus-play-jingle): Remove audio support.
4330
4331 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4332
296a8e19 4333 * earcon.el: Remove -- no users.
1821a7b4 4334
296a8e19 4335 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
4336
4337 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4338
4339 * gnus-start.el (gnus-setup-news): Remove nocem support.
4340
296a8e19 4341 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 4342
296a8e19 4343 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
4344
4345 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 4346 Remove.
1821a7b4 4347
296a8e19 4348 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
4349 uses NoCeM any more.
4350
4351 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4352 (gnus-button-ctan-handler): Ditto.
4353 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4354 (gnus-button-ctan-directory-regexp): Ditto.
4355 (gnus-button-handle-ctan): Ditto.
4356 (gnus-button-tex-level): Ditto.
296a8e19 4357 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
4358
43592010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360
296a8e19 4361 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
4362 nnimap-streaming test.
4363
4364 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4365 servers twice.
4366
4367 * nnimap.el (nnimap-open-connection): Add more error reporting when
4368 nnimap fails early.
4369
4370 * nnheader.el (nnheader-get-report-string): New function.
4371 (nnheader-get-report): Use it.
4372
4373 * gnus-int.el (gnus-check-server): Say what the error was when opening
4374 failed.
4375
4376 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4377 using streaming.
4378
43792010-09-25 Julien Danjou <julien@danjou.info>
4380
4381 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4382 gnus-window-inside-pixel-edges.
4383
758845a0
LMI
43842010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4385
1821a7b4
LMI
4386 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4387
4388 * mm-decode.el (mm-save-part): Allow saving to other directories the
4389 normal Emacs way.
4390
296a8e19
SM
4391 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4392 Suggested by Jay Berkenbilt.
1821a7b4
LMI
4393
4394 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4395 there isn't a single byte.
4396
4397 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4398 just do it. It doesn't really seem to matter what the user responds
4399 here, I think, so it's just a confusing question.
4400
4401 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4402 non-streaming case.
4403
296a8e19 4404 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
4405 (gnus-article-encrypt-body): Use it.
4406
4407 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4408 keystroke.
4409
296a8e19
SM
4410 * nnimap.el (nnimap-find-wanted-parts-1):
4411 Use gnus-fetch-partial-articles.
1821a7b4
LMI
4412
4413 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4414
4415 * nnimap.el (nnimap-insert-partial-structure): New function.
4416 (nnimap-get-partial-article): New function.
4417 (nnimap-request-article): Use it.
4418 (nnimap-wait-for-response): Return whether the wait was successful.
4419 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4420 retrieval wasn't successful.
4421 (nnimap-retrieve-group-data-early): Allow throttling servers.
4422 (nnimap-streaming): New variable.
296a8e19 4423 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
4424
4425 * mm-decode.el (mm-with-part): Protect against killed buffers.
4426
758845a0
LMI
4427 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4428 for prettier summary display.
4429
cd178df2
AC
44302010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4431
2f5e7c6f 4432 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 4433
56d95d02
LMI
44342010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
6f33b4d7
LMI
4436 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4437 apparently third-party libraries depend on it.
4438
4439 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4440 before starting negotiation.
4441
6688abe0
LMI
4442 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4443 privacy reasons.
4444 (gnus-treat-mail-gravatar): Ditto.
4445
56d95d02
LMI
4446 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4447 buffer when inserting images. Inserting text into the headers, for
4448 instance, can make them invalid.
4449
e70153eb
JD
44502010-09-25 Julien Danjou <julien@danjou.info>
4451
a41db107
JD
4452 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4453 variables.
4454
4455 * nnheader.el: Remove useless variables news-reply-yank-from and
4456 news-reply-yank-message-id.
4457
4458 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4459 variables.
4460
4461 * mml1991.el: Remove useless mml1991-verbose.
4462
4463 * gnus.el: Remove useless variable gnus-use-generic-from.
4464 Remove obsolete variable gnus-topic-indentation.
4465
4466 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4467
4468 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4469
4470 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4471
4472 * gnus-group.el: Remove useless gnus-group-icon-cache.
4473 Remove useless gnus-ephemeral-group-server.
4474
4475 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4476
e70153eb
JD
4477 * mml2015.el: Remove useless mml2015-verbose.
4478
4479 * mml-smime.el: Remove useless mml-smime-verbose.
4480
4481 * gnus.el: Remove useless gnus-local-domain.
4482
296a8e19
SM
4483 * gnus-gravatar.el (gnus-gravatar-transform-address):
4484 Use gnus-gravatar-size.
e70153eb
JD
4485
4486 * gnus-art.el: Remove useless gnus-treat-translate.
4487
61b1af82
G
44882010-09-24 Julien Danjou <julien@danjou.info>
4489
4490 * gnus-sum.el: Add support for Gravatars.
4491
4492 * gnus-art.el: Add support for Gravatars.
4493
4494 * gnus-gravatar.el: Add this file.
4495
4496 * gravatar.el: Add this file.
4497
44982010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4499
296a8e19 4500 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 4501
296a8e19 4502 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 4503
296a8e19 4504 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 4505
296a8e19 4506 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 4507
296a8e19 4508 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 4509
296a8e19 4510 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 4511 (gnus-group-recent-archive-directory): Ditto.
296a8e19 4512 (gnus-group-make-archive-group): Remove.
61b1af82
G
4513
4514 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4515
4516 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4517 use the same article number for all the cached articles.
4518
4519 * nnimap.el (nnimap-command): Register the last command time so
4520 that we can use it for idling NOOPs.
4521 (nnimap-open-connection): Start the keeplive timer.
4522 (nnimap-make-process-buffer): Store all the process buffers.
4523 (nnimap-keepalive): New function.
4524
938c0d10 4525 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
4526
45272010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4528
4529 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4530 handling.
4531
45322010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4533
4534 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4535 its data structures.
4536
4537 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4538 instead of the cl.el copy-list.
4539 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4540 equalp.
4541
5843126b
KY
45422010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4543
4544 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4545 and tool-bar-local-item-from-menu.
4546
4547 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4548 mode-line-highlight face for Emacs.
4549
4550 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4551 loading gnus-sum.elc; fix comment for canlock-verify.
4552 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
4553 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4554 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
4555 (gnus-article-next-page-1): No need to adjust the number of lines.
4556 (gnus-article-describe-bindings): Always use help-buffer.
4557
4558 * gnus-audio.el (gnus-audio-inline-sound)
4559 * gnus-cus.el (gnus-custom-mode)
4560 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4561
4562 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4563
4564 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4565 compatible code.
4566
0a9f9d06 45672010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
4568
4569 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4570 visiting the fcc file in rmail-mode.
4571
d3361e62
KY
45722010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4573
4574 * nnir.el: Silence the byte compiler.
4575
4576 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4577 alias to browse-url-url-encode-chars if any.
4578 (gnus-html-encode-url): Use it.
4579
b1ae92ba
G
45802010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4581
4582 * gnus-start.el (gnus-use-backend-marks): New variable.
4583 (gnus-get-unread-articles-in-group): Use it.
4584
4585 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4586 makeover.
4587
45882010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4589
4590 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4591
45922010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4593
4594 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
4595 Remove.
4596 (gnus-setup-news-hook):
4597 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
4598
4599 * gnus-int.el (gnus-request-update-info): Protect against backends not
4600 having the function.
4601
4602 * nnimap.el (nnimap-stream): Mention starttls.
4603 (nnimap-open-connection): Add starttls support.
4604
46052010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4606
4607 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4608
46092010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4612 BODYSTRUCTUREs.
4613 (nnimap-transform-headers): Unfold quoted {42} headers.
4614
4615 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4616 the info.
4617 (gnus-get-unread-articles): Only call updatep on backends that support
4618 it.
4619
4620 * nnweb.el (nnweb-request-update-info): NOOP.
4621
296a8e19 4622 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 4623
296a8e19 4624 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
4625 since it only deals with marks.
4626
296a8e19 4627 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
4628 gnus-request-marks, and make a new gnus-request-update-info.
4629
4630 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4631 the active instead of the high number, which is usually too low.
4632
46332010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4634
296a8e19 4635 * encrypt.el: Remove.
b1ae92ba 4636
239952b0
LMI
46372010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4638
d8ec441e
LMI
4639 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4640 server in symbolic form.
4641
296a8e19 4642 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 4643
b069e5a6
G
46442010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4647 (nnimap-update-info): Fix up code slightly.
4648
4649 * gnus-int.el (gnus-open-server): Add tracing for performance
4650 debugging.
4651
4652 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4653 (gnus-group-insert-group-line): Pass the real group name so that it
4654 gets the right data.
4655
4656 * gnus-start.el (gnus-get-unread-articles): Don't have
4657 `gnus-get-unread-articles-in-group' update info, since that can be
4658 really slow and doesn't seem to be needed?
4659
b069e5a6
G
46602010-09-22 Julien Danjou <julien@danjou.info>
4661
296a8e19
SM
4662 * gnus-group.el (gnus-group-insert-group-line):
4663 Call gnus-group-highlight-line.
b069e5a6
G
4664 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4665 default hook list.
4666 (gnus-group-update-eval-form): Add new function.
4667 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4668 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4669
46702010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4671
4672 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4673 immediate, then expire all articles.
4674 (nnimap-update-info): Fix off-by-one errors.
4675 (nnimap-flags-to-marks): Would return no marks lists for group with no
4676 flags. Instead return the other data.
4677
46782010-09-22 Julien Danjou <julien@danjou.info>
4679
296a8e19 4680 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
4681 Only return an icon.
4682 (gnus-group-insert-group-line): Compute icon to return.
4683
296a8e19 4684 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
4685 (gnus-html-image-fetched): Only cache if
4686 gnus-html-image-automatic-caching is set.
4687 (gnus-html-image-fetched): Check for errors.
4688
46892010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4690
4691 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4692 once per method on `g'. This ensures that backends like nnfolder don't
4693 open all their folders.
4694
4695 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4696 (nnimap-request-list): Nix out group in the correct buffer.
4697 (nnimap-parse-flags): Implement by using `read' instead of
4698 hand-parsing.
4699 (nnimap-flags-to-marks): Pass on permanent-flags.
4700 (nnimap-make-process-buffer): Record the server name.
4701 (nnimap-parse-flags): Fix typo.
4702 (nnimap-request-scan): Run split on the server in general, not just a
4703 single group.
4704
4705 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4706 parameter, and propagate this downwards.
4707
4708 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4709 since EXAMINE changes it on the server.
4710
4711 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4712 this command might take a while.
4713
47142010-09-22 Julien Danjou <julien@danjou.info>
4715
2f5e7c6f 4716 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
4717 harmful if you have 2 images side-by-side, they can't be properly
4718 update on text deletion. Using text-property is safer here.
b069e5a6
G
4719 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4720 data.
4721
47222010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
296a8e19 4724 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
4725 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4726 (nnimap-expunge): Flip default to t.
4727
4728 * gnus.el (gnus-method-to-server): Don't push things to the cache
4729 unless it's unique.
4730 (gnus-server-to-method): Ditto.
4731
7390c1cd
TZ
47322010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4733
4734 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4735
b4e64499
JD
47362010-09-22 Julien Danjou <julien@danjou.info>
4737
b069e5a6
G
4738 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4739 get the start of data.
4740 (gnus-html-encode-url): Add this function to encode special chars in
4741 URL.
4742 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4743 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4744
c7e2ef4e
JD
4745 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4746 default.
4747 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4748
b4e64499
JD
4749 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4750 images alt-text.
4751 (gnus-html-put-image): Put alt-text as help-echo.
4752
4def29e7
KY
47532010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4754
4755 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4756 * mm-util.el (mm-decompress-buffer)
4757 * nnir.el (nnir-run-find-grep)
4758 * pop3.el (pop3-list): Use 3rd arg of split-string.
4759
b069e5a6
G
47602010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4763 outside the active range. Suggested by Dan Christensen.
4764
4765 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4766 slightly later to avoid double-getting it.
4767
4768 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4769 previous patch.
4770
4771 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4772
0617bb00
LMI
47732010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4774
4775 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4776
47772010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * gnus-int.el (gnus-open-server): Give a better error message in the
4780 "go offline" case.
4781
4782 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4783 marks for nnimap, which is seldom the right thing to do.
4784
4785 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4786 (gnus-same-method-different-name): New function.
4787
4788 * nnimap.el (parse-time): Require.
4789
4790 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4791 method in the presence of many similar methods.
4792
4793 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4794
4795 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4796 nnml-inhibit-expiry.
4797
4798 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4799 find out whether methods are equal.
4800
4801 * nnimap.el (nnimap-find-expired-articles): New function.
4802 (nnimap-process-expiry-targets): New function.
4803 (nnimap-request-move-article): Request the article before looking at
4804 what the Message-ID is. Fix found by Andrew Cohen.
4805 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4806
4807 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4808 for oldness in addition to being a predicate.
4809
4810 * nnimap.el (nnimap-request-group): When we have zero articles, return
4811 the right data to Gnus.
4812 (nnimap-request-expire-articles): Only delete articles immediately if
4813 the target is 'delete.
4814
4815 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4816 method, this would bug out.
4817
296a8e19 4818 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
4819 gnus-group-nnimap-expunge, and implemented as a normal interface
4820 function.
4821
4822 * gnus-int.el (gnus-request-expunge-group): New function.
4823
4824 * nnimap.el (nnimap-request-create-group): Implement.
4825 (nnimap-request-expunge-group): New function.
4826
2c8b2fc8
JD
48272010-09-21 Julien Danjou <julien@danjou.info>
4828
4829 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4830 (gnus-html-cache-expired): Add new function.
4831 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4832 wethever we should display image for fetch it.
4833 Compute alt-text earlier to pass it to the fetching function too.
4834 (gnus-html-schedule-image-fetching): Change function argument to only
4835 get one image at a time, not a list.
4836 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4837 cache.
4838 (gnus-html-get-image-data): New function to retrieve image data from
4839 cache.
4840 (gnus-html-put-image): Change buffer argument to use image data rather
4841 than file, and place image above region rather than inserting a new
2f5e7c6f 4842 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
4843 the image above alt-text.
4844 (gnus-html-prune-cache): Remove.
4845 (gnus-html-show-images): Start to fetch image when we find one, do not
4846 push into a temporary list.
4847 (gnus-html-prefetch-images): Only fetch image if they have expired.
4848 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4849 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4850
e4e22d29
KY
48512010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4852
4853 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4854
a46359d4
LMI
48552010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4856
b069e5a6
G
4857 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4858 spec inser "*" if the group isn't active instead of 0.
4859
a46359d4
LMI
4860 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4861 opening the server.
4862 (nnimap-request-delete-group): Implement group deletion.
4863 (nnimap-transform-headers): Return the size of the entire message in
4864 the Bytes header, not just the size of the first part.
4865 (nnimap-request-move-article): When moving an article from nnimap,
4866 request the article first so the accepting form has an article to
4867 accept. Reported by Dan Christensen.
4868 (nnimap-command): Make sure that the error message doesn't error out.
4869
48702010-09-20 David Edmondson <dme@dme.org> (tiny change)
4871
4872 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4873 we haven't requested anything.
4874
48752010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4876
4877 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4878 "". Fix found by Andrew Cohen.
4879
4880 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4881 instead of -encode-string.
4882
321fce93
KY
48832010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4884
4885 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4886
4887 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4888 by mm-subst-char-in-string.
4889
e8861cd2
LMI
48902010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
bdaa75c7
LMI
4892 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4893 waiting for the connection string.
4894
4895 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4896 arriving.
4897
4898 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4899 bogus characters. This allows selecting certain Gmail groups.
4900
4901 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4902 (nnimap-fetch-partial-articles): New variable.
4903 (nnimap-open-connection): When looking for credentials, also use the
4904 nnimap-server-port.
4905 (nnimap-request-article): Return the group/article number, so that Gnus
4906 `^' works as expected.
296a8e19 4907 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
4908
4909 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4910 comments.
4911 (gnus-methods-sloppily-equal): New function.
4912 (gnus): When using the development version of Gnus, load the gnus-load
4913 file.
4914
4915 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
4916 `gnus-open-server' on each method before trying to scan them etc.
4917 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
4918
4919 * nnimap.el (nnimap-authenticator): New variable.
4920 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
4921 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4922 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
4923
4924 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4925 patch, found by Knut Anders Hatlen.
4926
49272010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4928
4929 * gnus-agent.el (gnus-agent-batch-confirmation)
4930 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4931 to gnus-message.
4932 * gnus-art.el (gnus-article-describe-briefly): Likewise.
4933 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4934 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4935 * gnus-int.el (gnus-open-server): Likewise.
4936 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4937 (gnus-score-check-syntax): Likewise.
4938 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4939 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4940 Likewise.
4941 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4942
49432010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4946 calling conventions so that prefetch doesn't bug out.
4947
49482010-09-19 Julien Danjou <julien@danjou.info>
4949
4950 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4951 rather than `subst-char-in-region' in order to be able to replace ASCII
4952 char by UTF-8 ones.
4953
4954 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4955 than curl.
4956 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4957 the right URL and ALT text on images.
4958 (gnus-html-wash-tags): Fix tag case.
93acd23d 4959 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
4960 (gnus-article-html): Add -o display_ins_del=2 option.
4961 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4962
49632010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
4965 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4966 the extra mail headers, which sometimes seem to happen for unknown
4967 reasons.
4968
4969 * mail-parse.el (mail-header-encode-parameter): Define as
4970 rfc2045-encode-string instead of as rfc2231-encode-string, since some
4971 (or most, perhaps?) mail readers don't understand the latter, but do
4972 understand the former.
4973
e8861cd2
LMI
4974 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4975 to nil, so that no methods are automatically agentized. I think this
4976 is probably what most users want.
4977
4978 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4979 from url-retrieve, for instance about invalid URLs.
4980
4981 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4982 groups that have no articles.
4983 (nnimap-request-article): Check that we really got an article when we
4984 requested one.
4985
4986 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4987 doesn't exist.
4988
4989 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4990 nntp buffer so the agent can save it.
4991 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4992 that CRLF doesn't get translated to \n.
4993 (nnimap-open-connection): Don't make 'shell commands only send \n.
4994
149caf54
SM
49952010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4998 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4999 Update var name.
5000 (nnml-generate-nov-file): Use dolist.
5001 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5002 Use with-current-buffer.
5003
286c4fc2
LMI
50042010-09-18 Julien Danjou <julien@danjou.info>
5005
5006 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5007 parallel.
5008
88ed5ce8
KY
50092010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
286c4fc2
LMI
5011 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5012 the range update right.
5013 (nnimap-request-group): Don't make `M-g' bug out on group with no
5014 marks.
296a8e19 5015 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
5016 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5017 command we're looking for. This helps when the server sends more
5018 responses after we've gotten everything we expected.
5019 (nnimap): Add a `newlinep' field to keep track of end-of-line
5020 conventions.
5021 Don't send CRLF to things that don't want it.
5022 (nnimap-request-accept-article): Ditto.
5023
50242010-09-18 Julien Danjou <julien@danjou.info>
5025
5026 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5027 than curl to retrieve images.
5028
50292010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5030
5031 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5032 the marks.
5033 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5034 (nnimap-wait-for-connection): New function.
5035 (nnimap-open-connection): If we have PREAUTH, don't query for login
5036 credentials.
5037 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5038 when doing a partial update.
5039
50402010-09-18 Julien Danjou <julien@danjou.info>
5041
5042 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5043 tags.
5044
50452010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * nnimap.el (nnimap-credentials): New function.
5048 (nnimap-open-connection): Use the new function to look for credentials
5049 also on the numeric equivalents of "imap" and "imaps".
5050
5051 * gnus-start.el (gnus-activate-group): Send the info to
5052 gnus-request-group.
5053
5054 * nnimap.el (nnimap-request-group): Have the "check" version of the
5055 function parse flags and update the info, so that a `M-g' get a total
5056 resync of all flags from the group.
5057
5058 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5059 to allow backends to alter the info on group selection. Also alter all
5060 the backend -request-group functions to take the parameter.
5061
5062 * nnimap.el (nnimap-store-info): New function.
5063 (nnimap-update-info): Store the info for later usage.
5064 (nnimap-request-group): Use the stored info for the dont-check case, so
5065 that we don't retrieve all marks when we enter a group.
5066
5067 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 5068
bf5ba10b
LMI
5069 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5070 update the group info. This makes the nndraft groups, for instance, go
5071 back to their old behaviour.
5072
88ed5ce8
KY
5073 * gnus-sum.el (gnus-select-newsgroup): Indent.
5074
5075 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5076 in.
5077 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5078 nothing.
5079
5080 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5081 from methods that are denied.
5082
5083 * gnus-int.el (gnus-method-denied-p): New function.
5084
5085 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5086 store the password instead of netrc.
5087 (nnimap-open-connection): Don't error out when we can't make a
5088 connections.
5089
5090 * auth-source.el (auth-source-create): In the password prompt, say what
5091 we're querying for. Also prompt for user name if that hasn't been
5092 given.
5093
296a8e19 5094 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
5095
50962010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5097
5098 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5099 method when we're reading from the agent.
5100
5101 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5102
5103 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5104 that's probably most useful for users.
5105
5106 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5107 "failed" all the time.
5108
5109 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5110 ...)) with (with-current-buffer ... ).
5111
5112 * nntp.el (nntp-open-server): Return whether the open was successful or
5113 not.
5114
5115 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5116 select an unread unseen article first.
5117
5118 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5119 /etc/services, supply some sensible port defaults.
5120
b069e5a6 51212010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
5122
5123 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5124
51252010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5126
5127 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5128 doesn't have any parameters.
5129
51302010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5133 only upcased checks.
5134
5135 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5136
5137 * nnimap.el (nnimap-open-shell-stream): New function.
5138 (nnimap-open-connection): Use it.
5139 (nnimap-transform-headers): Get the number of lines in each message.
5140 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5141 number of lines.
5142 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5143 problem.
5144
5145 * utf7.el (utf7-encode): Autoload.
5146
5147 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5148 to allow the mail splitting to not return a default group. This is
5149 useful for nnimap, which will leave unmatched mail in the inbox.
5150
5151 * nnimap.el: Rewritten.
5152
5153 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5154 nnimap usage.
5155
5156 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5157 if the move is internal, so that nnimap can do fast internal moves.
5158
5159 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5160 data.
5161 (gnus-read-active-for-groups): Support finishing the early retrieval of
5162 data.
5163
5164 * gnus-range.el (gnus-range-nconcat): New function.
5165
5166 * gnus-int.el (gnus-finish-retrieve-group-infos)
5167 (gnus-retrieve-group-data-early): New functions.
5168
63556fc6
SM
51692010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5172 (nnrss-retrieve-groups):
5173 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5174 (pop3-quit): Use with-current-buffer.
5175
f4530299
KY
51762010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5177
0eb04273
KY
5178 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5179 instead of nnheader-accept-process-output.
5180
f4530299
KY
5181 * gnus-html.el (gnus-html-schedule-image-fetching)
5182 (gnus-html-prefetch-images): Replace process-kill-without-query by
5183 gnus-set-process-query-on-exit-flag.
5184
eca7d7bf
RF
51852010-09-16 Romain Francoise <romain@orebokech.com>
5186
5187 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5188
01e80360
LMI
51892010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5190
b069e5a6
G
5191 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5192 parameter to unintern is mandatory-ish in Emacs 24.
5193
01e80360
LMI
5194 * gnus-html.el (gnus-html-schedule-image-fetching)
5195 (gnus-html-prefetch-images): Check for curl before using it.
5196
5197 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5198 depend on curl, which isn't essential.
5199
5200 * imap.el: Revert back to version
5201 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5202 seem problematic.
5203
5e2a84e3
JB
52042010-09-14 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * gnus-registry.el (gnus-registry-install-shortcuts):
5207 Explicitly pass `obarray' to `unintern' to avoid a warning.
5208
74769e8b
LMI
52092010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5210
296a8e19 5211 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
5212 change.
5213
296a8e19 5214 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
5215 functions, including the moreover stuff.
5216
52172010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * nnrss.el (nnrss-retrieve-groups): New function.
5220
32405341
JB
52212010-09-14 Juanma Barranquero <lekktu@gmail.com>
5222
5223 * .dir-locals.el: Add no-byte-compile cookie.
5224
dff99050
KY
52252010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5226
5227 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5228 for back end that doesn't support request-scan.
5229
a9ec34f4
LMI
52302010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5231
5232 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5233 then do request scans from the backends.
5234
5235 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5236 avoid running a hook per line, since this takes a lot of time,
5237 profiling shows.
5238 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5239 directly if gnus-visual-p is true.
5240
39486331
KY
52412010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5242
5243 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5244 groups; replace mapcar with dolist which is a bit faster; pass groups
5245 info to gnus-read-active-file-1.
5246 (gnus-read-active-file-1): Scan only specified groups if the new
5247 optional arg `infos' is given.
5248
698ecd82
LMI
52492010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5250
e574f629
LMI
5251 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5252
296a8e19
SM
5253 * pop3.el (pop3-movemail): Remove.
5254 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 5255
698ecd82
LMI
5256 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5257 don't restrict end-tag searches to the end of the line.
5258
55c9cbb0
KY
52592010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5260
5261 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5262 articles of every unchecked group to t, which means unknown since the
5263 server has never been opened.
5264
724d30be
KY
52652010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5266
99fcd180
LMI
5267 * gnus-html.el (gnus-html-show-alt-text): New command.
5268 (gnus-html-browse-image): Ditto.
5269 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5270 to browse the image directly.
9778a07a
LMI
5271 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5272 better.
99fcd180 5273
296a8e19
SM
5274 * gnus-async.el (gnus-async-article-callback):
5275 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
5276
5277 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5278 before feeding URLs to curl.
5279
16ec6ca4
KY
52802010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5281
ecc74b38
KY
5282 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5283 internal images as deletable by `W D D'.
5284
16ec6ca4
KY
5285 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5286 (gnus-async-article-callback): Fix typo.
5287
5edc8186
LMI
52882010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5289
f9e50677
LMI
5290 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5291 current line to work around bugs in the output from w3m.
5292
8d408585
LMI
5293 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5294 for groups that want that.
5295
d832b437
LMI
5296 * nntp.el (nntp-wait-for-string): Supply a timeout for
5297 accept-process-output to ensure progress.
5298
cdad7ab2
LMI
5299 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5300 level to get unread articles from, then use that for foreign groups,
5301 too.
5302
f39ccb2e
LMI
5303 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5304 confuses the rest of the function.
5305
26f96aa0
LMI
5306 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5307 for the methods that support -retrieve-groups, too.
5308
5edc8186
LMI
5309 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5310
ed96ace9
KY
53112010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5312
5313 * pop3.el: Require cl when compiling.
5314 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5315
d65835d9
LMI
53162010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5317
a83e5f19
LMI
5318 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5319 that aren't going to be activated.
f87f756b 5320 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 5321
29cd986b
LMI
5322 * gnus-html.el (gnus-article-html): Allow calling without specifying
5323 the handle. In that case, dissect the buffer first.
5324
29d31b55
LMI
5325 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5326
d32fac69
LMI
5327 * nnimap.el (nnimap-open-connection): Revert the change that would look
5328 into authinfo for imaps instead of imap.
5329
c15c8017
LMI
5330 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5331 say that you don't want to call gnus-request-group with don-check, but
5332 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
5333 (gnus-get-unread-articles): Count the archive groups as secondary, so
5334 that they're activated the same way as before.
c15c8017 5335
3733ba53
LMI
5336 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5337 case-insensitively.
296a8e19 5338 (nnimap-debug): Remove.
3733ba53 5339
8695c9a7
LMI
5340 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5341 mail from a file, and the file doesn't exist.
5342
3ff31c90
LMI
5343 * pop3.el (pop3-streaming-movemail): Return t for success.
5344
b1a069e6
LMI
5345 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5346 .authinfo if we're using ssl connection.
5347
0c6dfaf8
LMI
5348 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5349 already have if we're in a main Gnus `g' run.
5350
d65835d9
LMI
5351 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5352
c6faacb4
KY
53532010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5354
3cf628e8
KY
5355 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5356
8737ef69
KY
5357 * nnmh.el (nnmh-request-list-1): Bind `file'.
5358
c6faacb4
KY
5359 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5360 alias to set-process-query-on-exit-flag or process-kill-without-query.
5361 (pop3-open-server): Use it.
5362
eecdcaf5
LMI
53632010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5364
85816ac1
LMI
5365 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5366 box to the Incoming file. Fixes mistake in previous checkin.
5367
5368 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5369 request loop (for debugging purposes) removed.
5370
530b8957
LMI
5371 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5372 culprit is more visible.
85816ac1
LMI
5373 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5374 (nnml-add-incremental-nov): New functions to do "incremental" nov
5375 updates, where we just append to the end of the existing nov files
5376 without reading/writing them in full.
530b8957
LMI
5377
5378 * mail-source.el (mail-source-delete-crash-box): Really only check the
5379 incoming files once in a while.
5380
ff3eb82e
LMI
5381 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5382
a2bb410e
LMI
5383 * mail-source.el (mail-source-delete-crash-box): Only check the
5384 incoming files for deletion once per day to save a lot of file
5385 accesses.
5386
5387 * pop3.el (pop3-logon): Fix up unbound variable typo.
5388
5389 * mail-source.el (pop3-streaming-movemail): Autoload.
5390
296a8e19
SM
5391 * pop3.el (pop3-streaming-movemail):
5392 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
5393
5394 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5395 retrieval.
5396
296a8e19 5397 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
5398 (pop3-streaming-movemail, pop3-send-streaming-command)
5399 (pop3-wait-for-messages, pop3-write-to-file)
5400 (pop3-number-of-responses): New functions for streaming pop3
5401 retrieval.
5402
ef45ee6f
LMI
5403 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5404 come from no known methods.
fb994703
LMI
5405 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5406 list.
ef45ee6f 5407
296a8e19 5408 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 5409 message sizes.
ef45ee6f
LMI
5410 (pop3-movemail): Use erase-buffer instead of looping and deleting
5411 regions, which seems rather odd.
34e03853 5412
4469385c
LMI
5413 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5414 file once per `g' run.
5415
2c8bcd54
LMI
5416 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5417 directories. This makes the draft queue directory work.
5418
8c3e17f8
LMI
5419 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5420 data from the backends, so that we only request the list of groups from
5421 each method once. This should speed things up considerably.
5422
5423 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5424 detect that it's not implemented.
5425
5426 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5427 we actually do recurse down into the tree, but don't stat all leaf
5428 nodes.
5429
f790bb74
LMI
5430 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5431 then say so instead of bugging out.
5432
c25d60ab
LMI
5433 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5434 files exist before trying to read them.
5435
5436 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5437 around <pre_int>.
5438
5439 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5440
eecdcaf5
LMI
5441 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5442
7426b4f7
LMI
54432010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
eecdcaf5
LMI
5445 * mm-util.el (mm-image-load-path): Just return the image directories,
5446 not all directories in the path in addition to the image directories.
5447 (mm-image-load-path): Maintain a cache of the image directories so that
5448 the `g' command in Gnus doesn't have to stat dozens of directories each
5449 time.
5450
10e91ca9
LMI
5451 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5452 (gnus-html-wash-tags): Add a new `i' command to insert images.
5453 (gnus-html-insert-image): New command and keystroke.
25f28806 5454 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 5455 (gnus-html-show-images): Rename command.
8fab3e39
LMI
5456 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5457 spacers.
5458 (gnus-html-wash-tags): Decode entities at the end, so that entities
5459 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
5460
5461 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5462 so that nnimap methods aren't agentized by default. There's apparently
5463 many problems related to agent/imap behaviour.
5464
7426b4f7
LMI
5465 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5466
5467 * gnus-html.el: Doc fix.
5468
3fb8f8a1
KY
54692010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5470
73137971
KY
5471 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5472 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 5473 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
5474
5475 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5476 for XEmacs.
5477
3fb8f8a1
KY
5478 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5479 of symbol that holds plist data.
5480 (gnus-process-plist): Remove plist of process after getting it.
5481
2e23878e
LMI
54822010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5483
5d97d032
LMI
5484 * message.el (message-generate-hashcash): Change default to
5485 'opportunistic if hashcash is installed.
5486
2e23878e 5487 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
5488 (gnus-html-put-image): Only call image-size once, since it's somewhat
5489 time-consuming on remote X servers.
2e23878e 5490
60893e6f
KY
54912010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5492
5493 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5494 decoded contents.
f68a93a9 5495 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 5496
1d297c49
LMI
54972010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
e5500d2a
LMI
5499 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5500 group line format, since it isn't very interesting.
5501
954c8060
LMI
5502 * gnus-agent.el (gnus-agent-short-article),
5503 (gnus-agent-long-article): Increase values for these two variables,
5504 since most people are likely to have more network connection and
5505 storage than before.
5506
a1347097
LMI
5507 * gnus.el (gnus-refer-article-method): Change default to 'current.
5508 When referring an article, the common behaviour is to refer it from the
5509 current select method, not the native select method. The chances of
5510 the native select method having the message in question is rather slim
5511 these days.
5512
5513 * gnus-sum.el (gnus-auto-select-subject): Change default to
5514 `unseen-or-unread'. I think it's likely that most people want to
5515 select an unseen article over a previously seen, but unread one.
5516
5517 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5518 means that in the article buffer none of the minor mode elements will
5519 be shown, usually, and this is not desirable in most cases.
5520
1d297c49
LMI
5521 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5522 that commands like `d' (and the like) go to the next line in the
5523 buffer, instead of the next unread article. I think this is the
5524 behaviour that is most natural for most users.
5525 (gnus-single-article-buffer): Change default to nil, so that people can
5526 have as many article buffers open as they have summary buffer. I think
5527 this is the most natural way for the groups to behave.
5528
5529 * message.el (message-generate-new-buffers): Change default to
5530 `unsent', so that all new message buffers start their names with the
5531 string "*unsent", and it's easier to find the buffers if you move from
5532 them.
5533
a93b858c
LMI
55342010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5535
5536 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 5537 small. They're probably tracking images.
36a806f3 5538 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
5539 (gnus-html-rescale-image): Yet another try at getting the image sizing
5540 right.
a93b858c
LMI
5541
5542 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5543 nntp-marks-file-name is nil.
5544
2aafbe5a
TZ
55452010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5546
5547 * gnus-html.el (gnus-html-wash-tags)
5548 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5549 Better logging.
5550
9a4b54db
LMI
55512010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5552
296a8e19 5553 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 5554
9a4b54db
LMI
5555 * gnus-html.el (gnus-html-wash-tags): Check the value of
5556 gnus-blocked-images in the summary buffer.
5557
9a047bac
TZ
55582010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5559
5560 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5561
261ff377
LMI
55622010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
c6c81576
LMI
5564 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5565 like "a", it seems like.
5566 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5567 since it needs to be picked from the correct buffer.
5568
296a8e19 5569 * nnwfm.el: Remove.
261ff377 5570
296a8e19 5571 * nnlistserv.el: Remove.
261ff377 5572
d743e0d1
TZ
55732010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5574
5575 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5576 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5577
075843d3
LMI
55782010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5579
296a8e19 5580 * nnkiboze.el: Remove.
f7362445 5581
296a8e19 5582 * nndb.el: Remove.
f7362445 5583
075843d3
LMI
5584 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5585 alt text.
1ee093a3
LMI
5586 (gnus-html-rescale-image): Try to get the rescaling logic right for
5587 images that are just wide and not tall.
075843d3
LMI
5588
5589 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5590 overshadow variable bindings.
5591
6ca07e49
TZ
55922010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5593
5594 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
5595 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5596 Add extra logging.
6ca07e49 5597
fe01e1a3
LMI
55982010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5599
5600 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
5601 (gnus-max-image-proportion): New variable.
5602 (gnus-html-rescale-image): New function.
5603 (gnus-html-put-image): Rescale images.
fe01e1a3 5604
765abcce
SM
56052010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 Fix up some byte-compiler warnings.
5608 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5609 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5610 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5611 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5612 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5613 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5614 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5615
da43765d
KY
56162010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5617
5618 * gnus-html.el (gnus-article-html): Decode contents by charset.
5619
a14b3417
KY
56202010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5621
b0e30310
KY
5622 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5623 (gnus-html-frame-width, gnus-blocked-images)
5624 * message.el (message-prune-recipient-rules): Add custom version.
5625 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5626
a14b3417
KY
5627 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5628 functions.
5629
cd110b2b
KY
5630 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5631 gnus-process-get.
5632
8f563146
KY
56332010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5634
5635 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5636 instead of lsub directly.
5637
2cdd366f
KY
56382010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5639
296a8e19 5640 * nnwarchive.el: Remove.
3c08d668 5641
296a8e19 5642 * gnus-soup.el: Remove.
c4d82de8 5643
296a8e19 5644 * nnsoup.el: Remove.
c4d82de8 5645
296a8e19 5646 * nnultimate.el: Remove.
c4d82de8 5647
51dee5ef
KY
5648 * gnus-html.el (gnus-blocked-images): New variable.
5649
2cdd366f
KY
5650 * message.el (message-prune-recipients): New function.
5651 (message-prune-recipient-rules): New variable.
5652
5653 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5654 guess whether a long line is natural text or not.
5655
296a8e19
SM
5656 * gnus-html.el (gnus-html-schedule-image-fetching):
5657 Use gnus-process-plist and friends for compatibility.
2cdd366f 5658
2d217ead
SM
56592010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * gnus-html.el: Require packages that define macros used in this file.
5662 (gnus-article-mouse-face): Declare to silence byte-compiler.
5663 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5664 process-get.
5665 (gnus-html-put-image): Use plist-get to avoid getf.
5666 (gnus-html-prefetch-images): Use with-current-buffer.
5667
1a10d421
KY
56682010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5669
2cdd366f
KY
5670 * gnus-ems.el: Provide compatibility functions for
5671 gnus-set-process-plist.
5672
1a10d421
KY
5673 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5674 * gnus.el (gnus-valid-select-methods)
5675 * message.el (message-send-mail-partially-limit)
5676 * mm-decode.el (mm-text-html-renderer)
5677 * mml.el (mml-insert-mime-headers-always)
5678 * smiley.el (smiley-regexp-alist): Bump custom version.
5679
56802010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
5682 * gnus-html.el: require mm-url.
ad142133
KY
5683 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5684 with the url to `url'.
5685 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 5686
f5ec697d
KY
56872010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5688
c2861968
KY
5689 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5690 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 5691 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 5692
296a8e19 5693 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 5694
379dde03 5695 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 5696 UTF-8. This seems to fix problems with some German web feeds.
379dde03 5697
5a2756c8
KY
5698 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5699 at the top so that the proper colours are applied.
5700
47fe149b
KY
5701 * gnus-art.el (gnus-article-view-part): Doc fix.
5702
fb16bb46
KY
5703 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5704 XEmacs-compatible.
5705 (gnus-html-put-image): Don't do images on non-graphic displays.
5706
296a8e19 5707 * nnslashdot.el: Remove this unused backend.
77ae8989 5708
75856ec0
KY
5709 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5710 actions.
77ae8989 5711 (gnus-undo-register-1): Revert last change.
75856ec0 5712
0be02d8a
KY
5713 * gnus-group.el (gnus-group-completing-read): Protect against not
5714 having completion-styles bound.
5715
5716 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5717 make broken recipients happier.
5718
929989ff
KY
5719 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5720
5721 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5722 point parameter.
5723
f5ec697d
KY
5724 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5725 completion-styles for group selection.
5726
5ec44091
KY
57272009-02-04 Andreas Schwab <schwab@suse.de>
5728
5729 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5730 headers and regexp-quote the match if necessary.
5731
07466c8e
KY
57322009-03-24 Miles Bader <miles@gnu.org>
5733
5734 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5735 the blinking smiley.
5736
57372009-03-24 Simon Josefsson <simon@josefsson.org>
5738
5739 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5740 blink smiley.
5741
8bff7c00
KY
57422010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5743
5744 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5745 where the dribbel file lives exists.
5746
5747 * message.el (message-send-mail-partially-limit): Change the default to
5748 nil, since most people don't want this.
5749
5750 * mm-url.el (mm-url-decode-entities): Also decode entities like
5751 &#x3212.
5752
0b10e437
KY
57532009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5754
5755 * gnus-sum.el (gnus-summary-idna-message):
5756 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5757 Hyperlink urls in docstrings with URL `...'.
5758
b1992461
KY
57592010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5760
5761 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5762 functions.
5763
655efd71
KY
57642010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5765
b1992461
KY
5766 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5767 say what the mouseover text should be.
5768
5769 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5770 version of the mm-w3m-safe-url-regexp variable to only download images
5771 in the groups where we want that to happen.
5772
5773 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5774
5775 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5776 easier debugging.
5777 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5778 big pictures in the article buffer.
5779
5780 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5781 gnus-article-html.
5782 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5783 w3m.
5784
655efd71
KY
5785 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5786
6b8382e4
KY
57872010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5788
5789 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5790 which doesn't exist.
5791
5792 * message.el (message-inhibit-ecomplete): New variable to allow some
5793 function to inhibit ecomplete address storage.
5794 (message-resend): Disable ecomplete message storage when resending
5795 messages.
5796
5797 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5798
dc6de553
KY
57992010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5802 Save excursion while copying, moving, and deleting articles in order to
5803 prevent the cursor from jumping to unforeseen place.
5804
8e7d4ca1
GM
58052010-08-17 Glenn Morris <rgm@gnu.org>
5806
10506f64
GM
5807 * gnus-sync.el: Require gnus components whose functions are used.
5808
8e7d4ca1
GM
5809 * gnus-art.el (bookmark-make-record-function):
5810 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5811 Declare for compiler.
5812
5813 * mm-url.el (mml-compute-boundary): Autoload.
5814
4e815860
KY
58152010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5816
5817 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5818
ab731e1c
KY
58192010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5820
5821 Typo fix "hoo4a" -> "hook".
5822
5823 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5824
810717b6
GM
58252010-08-14 Glenn Morris <rgm@gnu.org>
5826
5827 * gnus-sync.el (gnus-sync): Fix defgroup version.
5828
8c330707
KY
58292010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5830
f5a62bb4 5831 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
5832
5833 * gnus-sync.el: Fix docs.
5834 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5835 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5836
186a9cbb
KY
58372010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5838
5839 Optimizations for gnus-sync.el.
5840
5841 * gnus-sync.el: Add docs about gnus-sync-backend
5842 possibilities.
5843 (gnus-sync-save): Remove unnecessary message.
5844 (gnus-sync-read): Optimize and show what groups were skipped.
5845
bbe276f2
KY
58462010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5847
5848 Minor bug fixes for gnus-sync.el.
5849
296a8e19
SM
5850 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5851 Don't read the sync on get-new-news.
79993b19 5852
bbe276f2
KY
5853 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5854 quiet.
5855
296a8e19
SM
5856 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5857 (fix typo).
bbe276f2 5858
62a83cc8
KY
58592010-07-30 Lawrence Mitchell <wence@gmx.li>
5860
5861 Make saving and restoring of hidden threads work with overlays.
5862 Patch applied by Ted Zlatanov.
5863
5864 * gnus-sum.el (gnus-hidden-threads-configuration)
5865 (gnus-restore-hidden-threads-configuration): Update to deal with text
5866 properties, rather than searching for a magic character.
5867
c4b1c354
KY
58682010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5869
62a83cc8
KY
5870 New gnus-sync.el library for synchronization of marks.
5871
77154961
KY
5872 * gnus-sync.el: New library for synchronization of marks.
5873
296a8e19 5874 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
5875 renamed from `gnus-registry-grep-in-list'.
5876
296a8e19
SM
5877 * gnus-registry.el (gnus-registry-follow-group-p):
5878 Use `gnus-grep-in-list'.
77154961 5879
c4b1c354
KY
5880 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5881
cbfb9427
KY
58822010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5883
5884 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5885 determining charset of text fails.
5886
e9d1aaff
KY
58872010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5888
5889 * nnmail.el (nnmail-get-new-mail-1): Revert.
5890
5891 * nnml.el (nnml-active-number): Make sure names of newly created groups
5892 in nnml-group-alist are encoded.
5893
6f1c4158
KY
58942010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5895
5896 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5897 containing non-ASCII characters in active file for nnml back end.
5898
86fb1061
KY
58992010-07-24 David Engster <dengste@eml.cc>
5900
5901 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5902 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5903
a0abd4d6
DU
59042010-07-21 Daiki Ueno <ueno@unixuser.org>
5905
5906 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5907 tag (Bug#6654).
5908
72897ff9
KY
59092010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5910
5911 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5912 the article buffer, not the summary buffer.
5913
e859bbda
KY
59142010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5915
5916 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5917 Emacs 23 as well.
5918
59192010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
5920
5921 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5922 Patch applied by Karl Fogel.
5923
296a8e19
SM
5924 * gnus-sum.el (gnus-summary-bookmark-make-record):
5925 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 5926
33b48483
KF
59272010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5928
5929 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5930 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5931 C-w still not working correctly from Article buffers; Thierry's
5932 patch to fix that will be applied after this.
5933
5934 * gnus-art.el (bookmark-make-record-function): New local variable.
5935
e859bbda
KY
5936 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5937 article buffer.
33b48483
KF
5938 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5939
e44fa724
KF
59402010-07-13 Karl Fogel <kfogel@red-bean.com>
5941
e859bbda
KY
5942 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5943 on changes in bookmark.el.
e44fa724 5944
04c23739
MH
59452010-06-22 Mark A. Hershberger <mah@everybody.org>
5946
5947 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5948 the *other* type of HTML form submission.
5949
85350e06
MA
59502010-06-15 Michael Albinus <michael.albinus@gmx.de>
5951
5952 * auth-source.el (auth-source-pick): If choice does not contain a
5953 questioned keyword, set the check to t.
5954
89a13959
RF
59552010-06-12 Romain Francoise <romain@orebokech.com>
5956
5957 * gnus-util.el (gnus-date-get-time): Move up before first use.
5958
3e3ab3ab
KY
59592010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5962 (gnus-article-edit-part): Bind it to make last part that is substituted
5963 or deleted visible.
5964 (gnus-mime-display-single): Buttonize part of which id equals to
5965 gnus-mime-buttonized-part-id.
5966
3d6e7a43
KY
59672010-06-10 Dan Christensen <jdc@uwo.ca>
5968
5969 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5970 (gnus-dd-mmm): Use gnus-date-get-time.
5971 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5972 simplify logic.
5973 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 5974 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 5975
0e4966fb
MA
59762010-06-08 Michael Albinus <michael.albinus@gmx.de>
5977
5978 * auth-source.el (top): Autoload `secrets-list-collections',
5979 `secrets-create-item', `secrets-delete-item'.
5980 (auth-sources): Fix tag string.
5981 (auth-get-source, auth-source-retrieve, auth-source-create)
5982 (auth-source-delete): New defuns.
5983 (auth-source-pick): Rewrite in order to avoid 2 passes.
5984 (auth-source-forget-user-or-password): New parameter USERNAME.
5985 (auth-source-user-or-password): New parameters CREATE-MISSING and
5986 DELETE-EXISTING. Retrieve password interactively, if needed.
5987
5e7d4a75
KY
59882010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5989
5990 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5991 deleting unused directories when gnus-expert-user is t.
5992
3aeb9402
KY
59932010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
5994
5995 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5996 for each temp file when gnus-article-browse-delete-temp is ask.
5997
e1b9db1a
KR
59982010-05-20 Kevin Ryde <user42@zip.com.au>
5999
6000 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6001
d567e92f
KY
60022010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6003
6004 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6005 article unless decoding article to be saved.
6006
7cab80f9
KY
60072010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6008
6009 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6010 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6011 generated within the mm-with-unibyte-current-buffer macro.
6012
60132010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6014
6015 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6016 to nil when we're in a mml-preview buffer and no group is selected.
6017
4c9d39ab
KY
60182010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6019
6020 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 6021 when catching the `C-g'. Reported by "Leo".
4c9d39ab 6022
706deb23
KY
60232010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6024
6025 * message.el (message-forward-make-body-plain)
6026 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6027 multibyte-string-p.
6028
8b320e66
KY
60292010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6030
6031 * message.el (message-forward-make-body-mml): Assume original message
6032 is multibyte string; error on unibyte.
6033 (message-forward-make-body-plain): Ditto; don't add excessive newline
6034 in body end.
6035
4767419a
KY
60362010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6037
6038 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6039 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6040
3d73e841
KY
60412010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6042
6043 * mm-extern.el (mm-extern-url): Don't use
6044 mm-with-unibyte-current-buffer.
6045 (mm-extern-cache-contents): Use with-current-buffer instead of
6046 save-excursion + set-buffer.
6047
1fdf5102
KY
60482010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * mm-util.el (mm-emacs-mule): Remove.
6051
60522010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6053
6054 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6055 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6056 change.
6057
72e841ce
KY
60582010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6059
6060 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6061 bind the default value of enable-multibyte-characters to nil.
6062
d8a7b272
KY
60632010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * message.el (message-forward-make-body-plain)
6066 (message-forward-make-body-mml):
6067 Don't use mm-with-unibyte-current-buffer.
6068
60692010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
6070
6071 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6072 (Bug#5592).
6073
9581ba4d
KY
60742010-05-07 Julien Danjou <julien@danjou.info>
6075
6076 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6077 it to mm-pipe-part.
6078
6079 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6080 it is given.
6081
765d4319
KY
60822010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6083
6084 * nnweb.el (nnweb-gmane-search)
6085 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6086 XEmacs.
6087
6088 * gnus-art.el (gnus-article-browse-html-parts)
6089 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6090 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6091 make-temp-file.
6092
6093 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6094 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6095 compiling.
6096
6097 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6098 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6099 XEmacs when compiling.
6100
6101 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6102 gnus-pick-mode-off-hook for XEmacs when compiling.
6103 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6104 gnus-binary-mode-off-hook for XEmacs when compiling.
6105
296a8e19
SM
6106 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6107 Return nil if char-charset is not available.
765d4319 6108
86d21cc0 6109 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
6110 macro.
6111
6112 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6113 instead of encode-coding-string.
6114
6115 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6116 'xemacs) instead of mm-emacs-mule to switch function definitions.
6117 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6118
16b90cfe
KY
61192010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6120
6121 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6122
72528372
KY
61232010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6124
6125 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6126 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6127
61a9da25
JB
61282010-05-03 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6131 alias `jka-compr-delete-temp-file' no longer exists.
6132
bbf52f1e
SM
61332010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 Use define-minor-mode in Gnus where applicable.
6136 * mml.el (mml-mode): Use define-minor-mode.
6137 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6138 (gnus-undo-mode): Use define-minor-mode.
6139 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6140 (gnus-dead-summary-mode): Use define-minor-mode.
6141 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6142 Initialize in declaration.
6143 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6144 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6145 (gnus-mailing-list-mode): Use define-minor-mode.
6146 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6147 (gnus-draft-mode): Use define-minor-mode.
6148 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6149 (gnus-dired-mode): Use define-minor-mode.
6150
ee309757
KY
61512010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6152
6153 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6154 handles on recursive mml-to-mime translation and check them for
a628ad9d 6155 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 6156
62fe59e7
KY
61572010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6160
bd486b03
SM
61612010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * mm-util.el (mm-find-buffer-file-coding-system):
6164 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6165
731533fd
KY
61662010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6167
6168 * message.el (message-generate-headers): Record insertion of optional
6169 headers as well. Otherwise the check to prevent repeated insertion of
6170 optional headers is a no-op.
6171
bff3818b
KY
61722010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6173
6174 * smime.el: Don't mention CVS.
6175
6176 * nnrss.el (nnrss-fetch): Don't mention CVS.
6177
6178 * nnir.el: Don't mention CVS.
6179
ebb9641f
SM
61802010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6e104790
SM
6182 * gnus-sum.el (gnus-summary-bookmark-make-record):
6183 Add `location' field.
ebb9641f 6184
398a825b
SM
61852010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6186
6187 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6188 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6189 Use with-current-buffer to silence the byte-compiler.
6190 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6191 bother to require `gnus'.
6192 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6193
45be326a
TV
61942010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6195
6196 * gnus-sum.el (gnus-summary-bookmark-make-record)
6197 (gnus-summary-bookmark-jump): New functions.
6198 (gnus-summary-mode): Setup bookmark support.
6199
d7b48791
AS
62002010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6201
6202 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6203 if set.
6204
d35ad51f
KY
62052010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6206
6207 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6208 gnus-article-browse-html-save-cid-image; make it work recursively for
6209 forwarded messages as well.
6210 (gnus-article-browse-html-parts): Work when prefix arg is given.
6211 (gnus-article-browse-html-article): Doc fix.
6212
85738751
SM
62132010-03-30 Chong Yidong <cyd@stupidchicken.com>
6214
6215 * message.el (message-default-mail-headers):
6216 (message-default-headers): Carry the value mail-default-headers over
6217 into message-default-mail-headers, rather than message-default-headers.
6218
82fc7980
KY
62192010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6220
85738751 6221 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
6222 charset.
6223
6224 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6225 charset into the <meta> tag when the article is encoded to utf-8.
6226
20c0b2ce
KY
62272010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6228
85738751
SM
6229 * gnus-art.el (gnus-article-browse-delete-temp-files):
6230 Delete directories as well.
20c0b2ce
KY
6231 (gnus-article-browse-html-parts): Work for images that do not specify
6232 file names; delete temp directory when quitting; insert header at the
6233 right place; use file: scheme for image files.
6234
62352010-03-30 Eric Schulte <schulte.eric@gmail.com>
6236
6237 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6238 (gnus-article-browse-html-parts): Use it to make temporary cid image
6239 files in addition to html file so that browser may display them.
6240
9d9ef8e8
KY
62412010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6242
6243 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6244
afae6cd4
KY
62452010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6246
6247 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6248
fb178e4c
KY
62492010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6250
85738751
SM
6251 * auth-source.el (auth-sources): Change default to be simpler.
6252 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
6253 (auth-source-pick): Change to accept any number of search parameters.
6254 Implement fallbacks iteratively, not recursively. Add scoring on the
6255 second pass and sort by score. Call Secret Service API when needed.
6256 (auth-source-user-or-password): Use it. Call Secret Service API
6257 directly when needed to get the user name and the password.
6258
e867cb5d 62592010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
6260
6261 * message.el (message-interactive): Doc fix.
6262 (message-qmail-inject-args): Reflow.
6263 (message-kill-to-signature): Fix typo in docstring.
6264
6265 * smiley.el (smiley-buffer): Fix typo in docstring.
6266
16d8cf52
GM
62672010-03-24 Glenn Morris <rgm@gnu.org>
6268
6269 * mail-source.el (gnus-message): Declare.
6270 (mail-source-delete-old-incoming): Require gnus-util.
6271
ec7995fa
KY
62722010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6273
6274 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6275
6276 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6277
6278 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6279 password-cache's default if it is not bound.
6280 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6281 password-cache-expiry's default if it is not bound.
6282
6283 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6284 available in Emacs 21.
6285
62862010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6287
6288 * auth-source.el (auth-sources): Fix up definition so extra parameters
6289 are always inline.
6290
62912010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6292
296a8e19 6293 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
6294 wasn't updated after mismatch. Clear cached mailbox info correctly
6295 when uidvalidity changes.
6296 (nnimap-group-prefixed-name): New function to avoid some code
6297 duplication.
6298 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6299 (nnimap-request-group): Use it.
6300 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6301 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6302 with many imap folders. This is done by caching the group status from
a628ad9d 6303 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
6304 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6305 but not persistently, so every Gnus startup was still very slow.)
6306
63072010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6308
6309 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6310 secrets.el dependency.
6311 (auth-sources): Add optional user name. Add secrets.el configuration
6312 choice (unused right now).
6313
63142010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6315
296a8e19
SM
6316 * gnus-sum.el (gnus-summary-make-menu-bar):
6317 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
6318
6319 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6320 warnings.
6321 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6322 (gnus-registry-install-shortcuts): Populate and use it in a
6323 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6324
63252010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6326
6327 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6328 In-place substitutions for the group name encoding/decoding.
6329 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6330 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6331 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6332 (nnimap-update-unseen, nnimap-request-list)
6333 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6334 (nnimap-request-set-mark, nnimap-split-to-groups)
6335 (nnimap-split-articles, nnimap-request-newgroups)
6336 (nnimap-request-create-group, nnimap-request-accept-article)
6337 (nnimap-request-delete-group, nnimap-request-rename-group)
6338 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6339 `encoded-mbx' for consistency.
6340 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6341 variable `imap-current-mailbox'.
6342
6343 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6344 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6345
63462010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6347
6348 * pop3.el (pop3-display-message-size-flag): Display message size byte
6349 counts during POP3 download.
6350 (pop3-movemail): Use it.
6351 (pop3-list): Implement listing of available messages.
6352
63532010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6354
6355 * nnir.el (nnir-get-article-nov-override-function): New function to
6356 override the normal NOV retrieval.
6357 (nnir-retrieve-headers): Use it.
6358
7d1a9163
MA
63592010-03-19 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * auth-source.el (netrc-machine-user-or-password): Autoload.
6362
aa8f8277
GM
63632010-03-19 Glenn Morris <rgm@gnu.org>
6364
6365 Stop message.el from loading about 40 libraries it doesn't always need.
6366 The general approach is to autoload rather than require, and to
6367 require in the specific functions rather than the file. (Bug#5642)
6368
6369 * gmm-utils.el: Don't require wid-edit.
6370 (widget-create-child-value, widget-convert, widget-default-get):
6371 Autoload.
6372
6373 * gnus-util.el: Don't require time-date, netrc.
6374 (message-fetch-field, gnus-group-name-decode): Declare rather than
6375 autoloading.
6376 (gnus-fetch-field): Require message.
6377 (gnus-decode-newsgroups): Require gnus-group.
6378
6379 * ietf-drums.el: Don't require time-date.
6380
6381 * message.el: Don't require hashcash, canlock, ecomplete.
6382 Do require mail-utils. Require nnheader only when compiling.
6383 (smtpmail-default-smtp-server): Remove declaration.
6384 (message-send-mail-function): Check smtpmail-default-smtp-server
6385 is bound rather than requiring smtpmail.
296a8e19
SM
6386 (message-auto-save-directory, message-insert-signature):
6387 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
6388 (nnheader-insert-file-contents): Autoload.
6389 (hashcash-wait-async): Declare.
6390 (message-send-mail): Only call gnus-setup-posting-charset if
6391 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6392 (message-send-mail-with-sendmail): Require sendmail.
6393 (canlock-password, canlock-password-for-verify): Declare.
6394 (message-canlock-password): Require canlock.
6395 (nnheader-get-report): Autoload.
6396 (gnus-setup-posting-charset): Declare.
6397 (message-send-news): Require gnus-msg.
6398 (message-make-references, message-make-in-reply-to): Use mail-header-id
6399 rather than the alias mail-header-message-id.
6400 (ecomplete-add-item, ecomplete-save): Declare.
6401 (message-put-addresses-in-ecomplete): Require ecomplete.
6402 (ecomplete-display-matches): Autoload.
6403
6404 * mm-decode.el: Don't require mailcap, gnus-util.
6405 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6406 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6407 Autoload.
6408 (mailcap-mime-extensions): Declare.
6409
6410 * mm-encode.el: Don't require mailcap.
6411 (mailcap-extension-to-mime): Autoload.
6412
6413 * mml-sec.el: Don't require password-cache.
6414
6415 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6416 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6417 (mml-minibuffer-read-type): Require mailcap.
6418 (mml-preview): Require gnus-msg.
6419
6420 * mml1991.el: Require password-cache.
6421 (password-cache-expiry): Remove declaration.
6422
6423 * mml2015.el: Require password-cache.
6424 (password-cache-expiry): Remove declaration.
6425
6426 * nneething.el (mailcap): Require mailcap.
6427
a628ad9d 6428 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
6429 (message-remove-header): Declare rather than autoload.
6430 (nnheader-replace-header): Require message.
6431
6432 * nnimap.el (declare-function): Add compatibility stub.
6433 (netrc-parse, netrc-machine-user-or-password): Declare.
6434 (nnimap-open-connection): Require netrc.
6435
6436 * nntp.el (declare-function): Add compatibility stub.
6437 (netrc-parse, netrc-machine, netrc-get): Declare.
6438 (nntp-send-authinfo): Require netrc.
6439
6440 * rfc2047.el: Don't require qp.
6441 (quoted-printable-encode-region, quoted-printable-decode-string):
6442 Autoload.
6443
6444 * sieve-mode.el: Don't require easymenu.
6445 (easy-menu-add-item): Autoload it.
6446
6447 * spam-stat.el (time-to-number-of-days): Autoload it.
6448
4a44ff5f
KY
64492010-03-17 Kevin Ryde <user42@zip.com.au>
6450
6451 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6452 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6453 value if any backslash escapes).
6454
ddf5d974
KY
64552010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6456
6457 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6458 if it is available. (bug#5647)
6459
ac1af635
GM
64602010-02-26 Glenn Morris <rgm@gnu.org>
6461
6462 * message.el (message-send-mail-function): Change the default, so that
6463 it inherits from a customized send-mail-function. (Bug#5643)
6464
86f5c034
SM
64652010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6468 shell-command-to-string signals an error (bug#5299).
6469
daf4b83b
GM
64702010-02-24 Glenn Morris <rgm@gnu.org>
6471
6472 * message.el (message-smtpmail-send-it)
6473 (message-send-mail-with-mailclient): Doc fixes.
6474
dc4d6273
GM
64752010-02-16 Glenn Morris <rgm@gnu.org>
6476
6477 * message.el (message-default-mail-headers): Change the default value
6478 to ease the transition from mail-mode to message-mode. (Bug#5555)
6479
b1ea3797
CY
64802010-01-17 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * message.el (message-mail): Just pass yank-action on to message-setup.
6483 (message-setup): Handle (FUN . ARGS) form of yank-action.
6484 (message-with-reply-buffer, message-widen-reply)
6485 (message-yank-original): Handle non-buffer values of
6486 message-reply-buffer (Bug#4080).
f53a6590 6487 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 6488
4963739e
JB
64892010-01-17 Juanma Barranquero <lekktu@gmail.com>
6490
6491 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6492 Fix typo in docstring.
6493
889e4d55
JR
64942010-01-08 Jason Rumney <jasonr@gnu.org>
6495
6496 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6497 response.
6498
8a908224
KY
64992010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6500
6501 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6502
6503 * message.el (message-check-news-header-syntax): Protect against a
6504 string that `rfc822-addresses' returns when parsing fails.
6505
770d9a1f
KY
65062010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6507
6508 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6509 (gnus-previous-char-property-change): New functions.
6510
6511 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6512
7b47345b
AS
65132010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6514
6515 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6516 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6517
61f49e0b
CY
65182010-01-02 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * message.el (message-exchange-point-and-mark): Rework last change to
6521 avoid using optional arg of exchange-point-and-mark, for backward
6522 compatibility.
6523
bd0948ca
CY
65242010-01-01 Chong Yidong <cyd@stupidchicken.com>
6525
296a8e19
SM
6526 * message.el (message-exchange-point-and-mark):
6527 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
6528 mark-active by hand (Bug#5175).
6529
49b196a5
KY
65302009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6531
78dc2a38
KY
6532 * nntp.el (nntp-service-to-port): Work for service expressed with
6533 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 6534
a0db2cdd
GM
65352009-12-17 Glenn Morris <rgm@gnu.org>
6536
6537 * gnus-group.el (gnus-bug-group-download-format-alist):
6538 Change emacs entry to debbugs.gnu.org. Bump :version.
6539
029dda9c
RS
65402009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6541
6542 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6543
4a9b5bf5
RS
65442009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6545
6546 * message.el (message-info): Explain why we use `Info-goto-node'.
6547
96bdcdc4
SM
65482009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * message.el (message-completion-in-region): New compatibility function.
6551 (message-expand-group): Use it.
6552
7fa123c8
KY
65532009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6554
6555 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6556 with no unread article should be listed if the 2nd arg `predicate' is
6557 given.
6558
5aa75bd8
JL
65592009-11-29 Juri Linkov <juri@jurta.org>
6560
6561 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6562 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 6563 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 6564
937e60c8
KY
65652009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6566
6567 * message.el (message-from-style, message-interactive)
6568 (message-signature): Always set default values from the corresponding
6569 mail-* variables.
6570 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6571 (message-yank-prefix, message-indentation-spaces)
6572 (message-signature-file, message-default-headers): Use boundp rather
6573 than (featurep 'xemacs) to check if the corresponding mail-* variables
6574 exist.
6575
b4d472c9
CY
65762009-11-20 Chong Yidong <cyd@stupidchicken.com>
6577
6578 * message.el (message-send-mail-with-sendmail): Revert last change.
6579
4332f3ec
CY
65802009-11-19 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * message.el (message-from-style, message-interactive)
6583 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6584 (message-yank-prefix, message-indentation-spaces, message-signature)
6585 (message-signature-file, message-default-headers): For GNU Emacs, set
6586 default values from the corresponding mail-* variables.
6587 (message-send-mail-with-sendmail): Use envelope-from only if
6588 mail-specify-envelope-from is non-nil.
6589
30123838
KY
65902009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6591
6592 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6593 containing tspecial characters if they have been already quoted.
6594
12ea3d65
GM
65952009-10-24 Glenn Morris <rgm@gnu.org>
6596
6597 * gnus-art.el (help-xref-stack-item): Define for compiler.
6598
6131a096
KY
65992009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6600
6601 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6602
9bfd9a76
KY
66032009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6604
6605 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6606 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6607
66082009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6609
6610 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6611 (gnus-overlays-in): New alias to overlays-in.
6612
6613 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6614 gnus-overlay-get, and gnus-delete-overlay.
6615 (gnus-summary-show-thread): Make it work as well for systems in which
6616 next-single-char-property-change is not available.
6617 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6618
66192009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6620
6621 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6622
66232009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6624
6625 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6626 and XEmacs that don't have `remove-overlays'.
6627
66282009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6631 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6632 selective display. Use overlays instead.
6633
84b5fcf6
JB
66342009-10-04 Juanma Barranquero <lekktu@gmail.com>
6635
6636 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6637
0577a430
JB
66382009-09-29 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * spam-stat.el (spam-stat-load): Fix typo in message.
6641
d93ec753
JB
66422009-09-23 Juanma Barranquero <lekktu@gmail.com>
6643
6644 * gnus-art.el (gnus-article-encrypt-body):
6645 * message.el (message-check-recipients):
6646 * mm-util.el (mm-codepage-setup):
6647 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6648 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6649
54c72c31
KY
66502009-09-22 Daiki Ueno <ueno@unixuser.org>
6651
6652 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6653 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6654 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6655 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6656 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6657
63348d24
GM
66582009-09-18 Glenn Morris <rgm@gnu.org>
6659
6660 * gnus-diary.el (gnus-diary-check-message):
6661 * message.el (message-insert-formatted-citation-line):
6662 * nnbabyl.el (top-level):
6663 * nndiary.el (nndiary-schedule):
6664 Fix typos in condition-case handlers.
6665
54c72c31
KY
66662009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6667
6668 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6669 configuration that provides the sole article window in a frame;
6670 position point correctly after deleting a part.
6671
66722009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6673
6674 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6675 (spam-resolve-registrations-routine): Use it to unregister articles
6676 that change status.
6677
83ccc32c
KY
66782009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6679
6680 * nnrss.el (nnrss-request-article): Remove binding of
6681 default-enable-multibyte-characters that has gotten needless by
6682 the 2007-07-13 change in rfc2047-encode-message-header.
6683
6684 * mml.el (mml-insert-multipart): Error on the message header.
6685 (mml-insert-part): Error on the message header; position point at
6686 the end of a MIME tag.
6687
de0bdfe7
KY
66882009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6689
5cc79e5a
KY
6690 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6691 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
6692
6693 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6694 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6695 float-time is available; suppress compile warning for time-to-seconds.
6696
66972009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6698
6699 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6700 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6701 Add the optional argument `encoding' that overrides the default.
6702
6703 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6704 mm-encode-buffer.
6705
63220e37
GM
67062009-09-04 Glenn Morris <rgm@gnu.org>
6707
6708 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6709 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6710 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6711 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6712 * mm-util.el (mm-with-unibyte-current-buffer)
6713 (mm-find-buffer-file-coding-system):
6714 * yenc.el (yenc-decode-region): Use default-value rather than
6715 default-enable-multibyte-characters.
6716
2e62b574
GM
67172009-09-03 Glenn Morris <rgm@gnu.org>
6718
6719 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6720 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6721 than default-enable-multibyte-characters.
6722
de0bdfe7
KY
67232009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6724
6725 * gnus-art.el (gnus-article-read-summary-keys):
6726 Fix gnus-buffer-configuration's value temporarily used.
6727
3d493bef
GM
67282009-09-02 Glenn Morris <rgm@gnu.org>
6729
9693d3c4
GM
6730 * gnus-util.el (gnus-float-time): New function.
6731 * gnus-delay.el (gnus-delay-article):
6732 * gnus-sum.el (gnus-thread-latest-date):
6733 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6734 * nnspool.el (nnspool-request-newgroups):
6735 Use gnus-float-time rather than time-to-seconds.
6736 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6737
3d493bef
GM
6738 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6739 (gnus-header-subject-face, gnus-header-newsgroups-face)
6740 (gnus-header-name-face, gnus-header-content-face):
6741 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6742 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6743 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6744 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6745 (gnus-cite-face-11):
6746 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6747 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6748 (gnus-server-closed-face, gnus-server-denied-face)
6749 (gnus-server-offline-face):
6750 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6751 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6752 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6753 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6754 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6755 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6756 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6757 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6758 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6759 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6760 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6761 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6762 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6763 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6764 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6765 (gnus-summary-high-undownloaded-face)
6766 (gnus-summary-low-undownloaded-face)
6767 (gnus-summary-normal-undownloaded-face)
6768 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6769 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6770 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6771 (gnus-splash-face):
6772 * message.el (message-header-to-face, message-header-cc-face)
6773 (message-header-subject-face, message-header-newsgroups-face)
6774 (message-header-other-face, message-header-name-face)
6775 (message-header-xheader-face, message-separator-face)
6776 (message-cited-text-face, message-mml-face):
6777 * sieve-mode.el (sieve-control-commands-face)
6778 (sieve-action-commands-face, sieve-test-commands-face)
6779 (sieve-tagged-arguments-face):
6780 * spam.el (spam-face):
6781 Mark face aliases with "-face" in the name as obsolete.
6782
7a4abdd6
GM
67832009-09-01 Glenn Morris <rgm@gnu.org>
6784
6785 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6786 than goto-line.
6787
29b647c5
MB
67882009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6791 Don't move point if the command is invoked inside the message header.
6792
265ac10b
SM
67932009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6796 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6797 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6798 * nnir.el (nnir-swish-e-index-file):
6799 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6800 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6801 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6802 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6803 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6804 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6805
b0b63450
MB
68062009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6807
6808 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6809 Don't save excursion.
6810
14acf2f5
SM
68112009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * nnheader.el (nnheader-find-file-noselect):
6814 * mm-util.el (mm-insert-file-contents):
6815 Use (default-value 'major-mode) instead of default-major-mode.
6816
d3192c8f
SM
68172009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6820
ec179403
GM
68212009-08-25 Glenn Morris <rgm@gnu.org>
6822
6823 * nnir.el (top-level): Don't require cl at run-time.
6824 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6825 Replace cl-function substitute with gnus-replace-in-string.
6826 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6827 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6828 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6829 simplified expansions.
6830
5dcc825f
GM
68312009-08-22 Glenn Morris <rgm@gnu.org>
6832
6833 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6834 goto-line.
6835
b0b63450
MB
68362009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6837
6838 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6839
6840 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6841 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6842 (gnus-mm-display-part, gnus-mime-display-single)
6843 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6844 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6845
6846 * gnus-sum.el
6847 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6848 (gnus-summary-move-article): Add expirable mark to articles copied or
6849 moved to group that has auto-expire turned on if the option is non-nil.
6850
1d2faf98
GM
68512009-07-24 Glenn Morris <rgm@gnu.org>
6852
6853 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6854 Fix typo. (Bug#3903)
6855
6ab2c7a8
MB
68562009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6859 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6860 that should not be used for draft articles.
6861 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6862 that has no concern in minor mode keys.
6863 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6864 Abolish.
6865
554a69b8
KY
68662009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6867
6868 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6869 article without making inquiry to a user for unknown encoding.
6870
6871 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6872 (nnmaildir--scan): Assume i-node and device number that file-attributes
6873 returns might be cons-cell.
6874
68752009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6876
6877 * auth-source.el: Remove docs now in auth.texi. Don't use
6878 `gnus-message' for logging. Add new variables `auth-source-debug' and
6879 `auth-source-hide-passwords' and use them.
6880
0985c8f6
GM
68812009-07-15 Glenn Morris <rgm@gnu.org>
6882
6883 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6884
ee5a613e
KY
68852009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6886
6887 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6888 excessive whitespace from the default values of title and description.
6889
aa227ba5
KY
68902009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6891
6892 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6893 mail-fetch-field to fetch Content-Description header in order to
6894 exclude newlines.
6895
0cf681b6
KY
68962009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6899 to deleted part.
6900
69012009-05-30 David Engster <dengste@eml.cc>
6902
6903 * nnmairix.el: Remove old documentation in the commentary block.
6904 (nnmairix-request-group): Do not update active file for nnml back ends.
6905 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6906 end so that overview files are ignored.
6907 (nnmairix-update-groups): Make updating the groups more robust by using
6908 marks.
6909 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6910 with dollar characters in message-id.
6911
9cc20f6c
RS
69122009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6913
6914 * spam.el: Use dns-query instead of query-dns. Was renamed on
6915 2008-12-25 in dns.el.
6916
1dbc941a
SM
69172009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6920 could happen if the text is only composed of spaces and/or tabs.
6921
2235f4ac
MB
69222009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6923
6924 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6925 when sending a queued message to avoid extra mml tags.
6926
9cdff613
MB
69272009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6928
6929 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6930
87202be1
KY
69312009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
6932
6933 * gnus-dired.el: Remove autoload for gnus-setup-message.
6934 (gnus-dired-attach): Fake this-command value to prevent Gnus from
6935 displaying Gnus logo; always use compose-mail.
6936
920b3f72
KY
69372009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6938
1e6b95a6 6939 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 6940
0038d478
MB
69412009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
6942
6943 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6944 (gnus-nocem-issuers): List currently active issuers; fix custom type.
6945 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6946 available.
6947 (gnus-nocem-epg-verify): New function.
6948
9eb59592
MB
69492009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
6950
6951 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6952
e38658c4
GM
69532009-02-15 Glenn Morris <rgm@gnu.org>
6954
6955 * gnus-util.el (rmail-insert-rmail-file-header)
6956 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6957 autoloads.
6958 (rmail-default-rmail-file): Remove unnecessary declaration.
6959 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6960
1faded47
GM
69612009-02-14 Glenn Morris <rgm@gnu.org>
6962
6963 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6964 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
6965 (rmail-output-to-rmail-file): Remove autoload of deleted function,
6966 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
6967 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6968 only used in gnus-util, which autoloads it itself.
6969 (rmail-update-summary): Fix autoload.
6970
fef8d38e
GM
6971 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6972 rather than rmail-output-to-rmail-file.
1faded47 6973
c07dfdd9
GM
69742009-02-07 Glenn Morris <rgm@gnu.org>
6975
6976 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6977 autoload of function that no longer exists.
6978 (rmail-toggle-header): Declare.
6979 (message-forward-rmail-make-body): Handle mbox Rmail.
6980
49e787c9
GM
69812009-01-31 Glenn Morris <rgm@gnu.org>
6982
6983 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6984 2009-01-09 change.
6985
3b36c17e
MB
69862009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
6987
6988 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6989 (auth-source-forget-all-cached): New convenience function.
6990 (auth-source-user-or-password): Accept list of modes or a single mode.
6991
6992 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6993 auth-source modes.
6994
6995 * nnimap.el (nnimap-open-connection): Use list of
6996 auth-source modes.
6997
6998 * nntp.el (nntp-send-authinfo): Use list of
6999 auth-source modes.
7000
26b9f88d
MB
70012009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7002
7003 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7004 now.
7005
70062009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7007
7008 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7009 coding system in XEmacs; add a workaround for XEmacs.
7010
548f737d
MB
70112009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7012
7013 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7014 of current-language-environment.
7015
70162009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7017
7018 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7019 available at runtime.
7020
70212009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7022
7023 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7024
70252009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7026
7027 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7028 the greatest positive fixnum value doesn't work under an XEmacs with
7029 bignum support; use the most-positive-fixnum constant instead,
7030 available since Emacs 21.1 with cl and XEmacs 21.1.
7031
63d12d38
KY
70322009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7033
7034 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7035 XEmacs gets not to work.
7036
548f737d
MB
70372009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7038
7039 * mm-util.el (mm-coding-system-priorities): Allow the value like
7040 "Japanese (UTF-8)" of current-language-environment.
7041
ed77e66c
GM
70422009-01-09 Glenn Morris <rgm@gnu.org>
7043
7044 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7045 with last-command-event.
7046
e3e955fe
MB
70472009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7048
7049 * message.el (message-fix-before-sending): Amend comment.
7050
70512009-01-07 David Engster <dengste@eml.cc>
7052
7053 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7054 simplified server definitions by converting it via
7055 gnus-server-to-method.
7056
70572009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7058
7059 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7060 parameter's operands.
7061
70622009-01-06 David Engster <dengste@eml.cc>
7063
7064 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7065 primary select method (for gnus-group-mark-article-as-read).
7066
41ec3f54
TH
70672009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7068
7069 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7070 `(gnus)Face', not `(gnus)X-Face'.
7071
e3e955fe
MB
70722009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7073
7074 * mm-util.el (mm-ucs-to-char): New function.
7075
7076 * mm-url.el (mm-url-decode-entities): Use it.
7077
70782009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7079
7080 * message.el (message-fix-before-sending): Add `eight-bit' to
7081 illegible-text check.
7082
35203a24
MO
70832009-01-03 Michael Olson <mwolson@gnu.org>
7084
7085 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7086 `headers' is nil. This can occur if the IMAP server does not have
7087 permissions to read messages from a folder, but can write new messages
7088 to the folder.
7089 (nnimap-request-article-part): Do not insert `data' if it is nil.
7090
e3e955fe
MB
70912009-01-01 Dave Love <fx@gnu.org>
7092
7093 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7094
7095 * nnimap.el: Fix author email.
7096 (nnimap-split-rule): Add FIXME comment.
7097 (nnimap-debug): Fix doc string.
7098
70992008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7100
7101 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7102 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7103 to check if those variables exist (first appeared in Emacs 18.50).
7104
71052008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7106
7107 * mm-util.el (mm-line-number-at-pos): New function.
7108
7109 * spam-report.el (spam-report-process-queue): Use it.
7110
71112008-12-24 David Engster <dengste@eml.cc>
7112
7113 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7114 parameters that haven't existed as variables as buffer-local variables.
7115
71162008-12-23 Dave Love <fx@gnu.org>
7117
7118 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7119 cadar.
7120
296a8e19 7121 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 7122 imap-starttls-p.
296a8e19 7123 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
7124
71252008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7126
7127 * spam-report.el (spam-report-gmane-max-requests): New constant.
7128 (spam-report-gmane-wait): New variable.
7129 (spam-report-gmane-ham, spam-report-gmane-spam)
7130 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7131 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7132 the server.
7133
7134 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7135 Add explanations.
7136
7137 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7138 nnheader-accept-process-output and nnheader-read-timeout if available.
7139 (pop3-movemail): Use it.
7140
7141 * message.el (message-check-news-body-syntax): Fix signature check if
7142 there's an attachment.
7143
71442008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7145
7146 * mm-util.el: Add comments to the mm- emulating functions.
7147
71482008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7149
296a8e19
SM
7150 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7151 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 7152
c7948b5f
MB
71532008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * mm-util.el (mm-substring-no-properties): New function.
7156 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7157 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7158 (mm-string-to-multibyte): Doc fix.
7159
7160 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7161
71622008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7163
7164 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
7165 (Bug#1574)
7166
71672008-12-16 Glenn Morris <rgm@gnu.org>
7168
7169 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 7170
bf46b4d4
MB
71712008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7174 knows since the charset specified might be a bogus alias that
7175 mm-charset-synonym-alist provides.
7176
71772008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7178
7179 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7180 "ISO_8859-1".
7181
7182 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7183
96a22201
KY
71842008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7185
7186 * mm-util.el (mm-charset-eval-alist):
7187 Define it before mm-charset-to-coding-system.
7188 (mm-charset-to-coding-system): Add optional argument `silent';
7189 define it before mm-charset-override-alist.
7190 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7191 default value if it can be used in Emacs currently running;
7192 silence mm-charset-to-coding-system.
7193
b6b8f5fd
KY
71942008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7195
7196 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7197 `allow-override' which says whether to use `mm-charset-override-alist'.
7198 (rfc2047-decode-encoded-words): Use it.
7199
7200 * mm-util.el (mm-charset-override-alist): Fix custom type;
7201 add `(gb2312 . gbk)' to choices.
7202
1250af7b
KY
72032008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7204
7205 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7206 fast.
7207
7208 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7209
886367d8
KY
72102008-12-04 Naohiro Aota <nao.aota@gmail.com>
7211
7212 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7213 on links.
7214
7215 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7216
f66de92f
KY
72172008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7218
e01bbc12
KY
7219 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7220 users' addresses that don't have domain parts.
7221 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7222 rather than message-narrow-to-head since there will be the message
7223 header separator.
f66de92f 7224
06c68f84
SM
72252008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7228 since the result is inserted in a unibyte buffer anyway.
7229 (nnimap-demule-use-string-to-multibyte): Remove.
7230 (nnimap-demule): Alias it to mm-string-to-multibyte.
7231
9255ec86
RS
72322008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7233
7234 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7235 variable for debugging bug#464 and bug#1174.
7236 (nnimap-demule): Use it.
7237
030cca00
MB
72382008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7239
7240 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7241 score calculation correctly.
7242
8a986865
SM
72432008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * message.el (message-send-mail): Just set the buffer to unibyte
7246 rather than use mm-with-unibyte-current-buffer which does a lot more.
7247 (message-send-mail-partially): Don't bother with
7248 mm-with-unibyte-current-buffer since it's already been made unibyte by
7249 message-send-mail.
7250
5b51650c
MB
72512008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7252
7253 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7254
72552008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7256
7257 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7258
ed778fad
MB
72592008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7260
7261 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7262 require itself and to remove `with-no-warnings'.
7263
72642008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7265
7266 * starttls.el (starttls-any-program-available): Get the name of the
7267 available TLS layer program.
7268 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7269 well as the host name in the "opening" message.
7270
7271 * auth-source.el (auth-source-cache, auth-source-do-cache)
7272 (auth-source-user-or-password): Cache passwords and logins by default,
7273 allow override with `auth-source-do-cache'.
7274 (auth-source-forget-user-or-password): Allow users to remove cache
7275 entries if needed.
7276
8e38a1a9
MB
72772008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7278
7279 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7280 condition-case to only the forward-sexp call.
7281
72822008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7283
7284 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7285 quotes contained. Make it more robust regardless by an extra
7286 condition-case wrapper.
7287
9091f2d3
MB
72882008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7289
7290 * nnml.el (nnml-request-expire-articles): Check if the function set to
7291 `nnmail-expiry-target' returns the symbol `delete'.
7292
7293 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7294
7295 * nnmail.el (nnmail-expiry-target): Fix custom type.
7296
06b2d4c6
GM
72972008-10-02 Glenn Morris <rgm@gnu.org>
7298
7299 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7300 Silence compiler warning.
7301
059b98fa
CY
73022008-09-30 Chong Yidong <cyd@stupidchicken.com>
7303
7304 * mml.el (mml-menu): Don't assume mml2015 is bound.
7305
4520e527
MB
73062008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7309 exists.
7310
09aece0b
GM
73112008-09-27 Glenn Morris <rgm@gnu.org>
7312
7313 * gnus-util.el (mail-header-remove-comments): Autoload it.
7314
521c4a23
AS
73152008-09-27 Andreas Schwab <schwab@suse.de>
7316
7317 * gnus-util.el (gnus-split-references): Strip comments.
7318 (gnus-parent-id): Likewise.
7319
4520e527
MB
73202008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7321
7322 * message.el (message-confirm-send): Fix version.
7323
73242008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * message.el (message-idna-to-ascii-rhs-1): Use
7327 mail-extract-address-components rather than mail-header-parse-addresses
7328 that is an alias by default to ietf-drums-parse-addresses that does not
7329 support non-ASCII names in headers' contents.
7330
eef5ade7
MB
73312008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7332
296a8e19 7333 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
7334 avoid the "y/n" wording.
7335
4520e527 73362008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
7337
7338 * message.el (message-set-auto-save-file-name): Save to a different
7339 filename so multiple messages (especially drafts) can be recovered.
7340
e52cac88
MB
73412008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7342
7343 * message.el (message-confirm-send): Add appropriate version.
7344
73452008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7346
7347 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7348 defvar.
7349
73502008-09-22 Daiki Ueno <ueno@unixuser.org>
7351
7352 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7353 (mm-pkcs7-enveloped-magic): Ditto.
7354
64763fe3
MB
73552008-09-17 Simon Josefsson <simon@josefsson.org>
7356
7357 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7358 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7359
73602008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7361
7362 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7363 default, it's better.
7364
73652008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7366
7367 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7368 summary line gnus-number property and ignore them (with a warning
7369 message).
7370
1ae03cd5
KY
73712008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7372
7373 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7374 macro caddr in the interactive form since it won't be expanded.
7375
c0ccb0d6
KY
73762008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7379 `charset'; fix name of function called recursively.
7380 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7381
14ce5fc2
KY
73822008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7383
7384 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7385 (gnus-mime-set-charset-parameters): New function.
7386 (gnus-mime-view-part-as-charset): Use it to correctly display part
7387 specifying wrong charset.
7388
9e601b8d
MB
73892008-09-08 David Engster <dengste@eml.cc>
7390
7391 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7392 in completing-read for back end server.
7393
16dd13df
MB
73942008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7395
7396 * message.el (message-confirm-send): New variable to confirm sending a
7397 message.
7398 (message-send): Use it.
7399
b86402ab
MB
74002008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7401
7402 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7403
74042008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7405
7406 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7407
74082008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7409
7410 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7411 prevent tracking too many groups.
7412 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7413 Use it.
7414
9153f10d
MB
74152008-08-11 Ralf Angeli <angeli@caeruleus.net>
7416
7417 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7418 moving point to the bottom of the window in order to avoid recentering.
7419
74202008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7421
7422 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7423 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7424 (gnus-article-beginning-of-window): Fix calculation.
7425
74262008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7427
7428 * gnus-msg.el (gnus-summary-supersede-article)
7429 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7430 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7431 message header.
7432
82cc1916
DN
74332008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7434
7435 * message.el:
7436 * gnus-start.el:
7437 * gnus-registry.el: Remove VMS support.
7438
6ecfe5c2
MB
74392008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7440
7441 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7442 macro.
7443 (rfc2104-hash): Use it.
7444
74452008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7446
7447 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7448 (gnus-summary-sort-by-most-recent-date): New commands.
7449 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7450 and menu entries.
7451
74522008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7453
7454 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7455 don't redisplay article for raw contents; remove plural articles stuff.
7456
7457 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7458 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7459 on gnus-summary-save-article; display results properly.
7460
d62672f3
MB
74612008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7462
7463 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7464
74652008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7466
296a8e19
SM
7467 * gnus-art.el (gnus-summary-save-in-pipe):
7468 Consider gnus-save-all-headers.
d62672f3 7469
d221466a
DN
74702008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7471
7472 * gnus-util.el (ns-focus-frame): Remove declaration.
7473 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7474 like x.
7475
b737c3d9
TTN
74762008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7477
7478 * rfc2104.el (rfc2104-zero): Delete defconst.
7479 (rfc2104-hex-alist): Likewise.
7480 (rfc2104-hex-to-int): Delete func.
7481 (rfc2104-hexstring-to-bitstring): Likewise.
7482 (rfc2104-nybbles): New defconst.
7483 (rfc2104-hash): Rewrite for speed.
7484
3c823a0c
GM
74852008-07-16 Glenn Morris <rgm@gnu.org>
7486
7487 * gnus-util.el (ns-focus-frame): Declare for compiler.
7488
16c85f26
MB
74892008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7490
7491 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7492 set as a group parameter.
7493 (gnus-summary-save-in-pipe): Work when it is called independently.
7494 (gnus-summary-pipe-to-muttprint): Don't modify
7495 gnus-summary-pipe-output-default-command.
7496
ad546360
SM
74972008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * message.el (message-send-mail-with-sendmail):
7500 Display the error message.
7501
89167438
MB
75022008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7503
ad546360
SM
7504 * gnus-art.el (gnus-default-article-saver):
7505 Add gnus-summary-save-in-pipe to choices.
89167438
MB
7506 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7507 gnus-summary-pipe-output-default-command as the default command.
7508 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7509 instead of gnus-last-shell-command.
7510
ba60bd44
JB
7511 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7512 New user option.
89167438
MB
7513 (gnus-summary-muttprint-program): Mention the value will be changed.
7514 (gnus-summary-save-article): Force showing of all headers.
7515 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7516
75172008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7518
7519 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7520
56fd9faa
JB
75212008-07-02 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * nnimap.el (nnimap-id):
7524 * sieve-manage.el (sieve-manage-open): Doc fixes.
7525
68548459
JB
75262008-07-02 Francesc Rocher <rocher@member.fsf.org>
7527
7528 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7529 if available.
7530
32bed934
SM
75312008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7532
eafee8f2
SM
7533 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7534
7535 * nnkiboze.el (nnkiboze-generate-group):
7536 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7537
32bed934
SM
7538 * nnmairix.el: Require CL.
7539
2b968687
MB
75402008-06-15 David Engster <dengste@eml.cc>
7541
7542 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7543
75442008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7545
32bed934
SM
7546 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7547 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
7548 runtime choice under XEmacs.
7549
32bed934
SM
7550 * gnus-sum.el (gnus-summary-set-display-table):
7551 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
7552 `gnus-set-display-table' for the display table, instead of `aset'.
7553
2b968687
MB
75542008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7555
7556 * nnmairix.el: Add autoloads.
7557
75582008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7559
7560 * nnmairix.el (nnmairix-delete-recreate-group)
7561 (nnmairix-update-and-clear-marks): Fix error messages.
7562
75632008-06-14 David Engster <dengste@eml.cc>
7564
7565 * nnmairix.el: Upgrade to version 0.6.
7566 (nnmairix-group-toggle-propmarks-this-group)
7567 (nnmairix-group-toggle-readmarks-this-group)
7568 (nnmairix-group-delete-recreate-this-group)
7569 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7570 (nnmairix-remove-tick-mark-original-article): New commands.
7571 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7572 (nnmairix-propagate-marks-to-nnmairix-groups)
7573 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7574 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7575 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7576 functions needed for marks propagation and manipulation of read marks.
7577 (nnmairix-update-groups): New function.
7578 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7579 (nnmairix-determine-original-group-from-registry)
7580 (nnmairix-determine-original-group-from-path)
7581 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
7582 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7583 New helper functions.
7584 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
7585 keystrokes for new commands.
7586 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7587 (nnmairix-request-group): Check allow-fast group parameter.
7588 (nnmairix-request-create-group): Set allow-fast group parameter if
7589 nnmairix-allowfast-default is set.
7590 (nnmairix-close-group): Propagate marks upon closing if needed.
7591 (nnmairix-group-toggle-threads-this-group): Use new.
7592 nnmairix-group-toggle-parameter helper function.
7593 (nnmairix-search): Better check for empty search result.
7594 (nnmairix-goto-original-article): Use new helper functions for
7595 determining original article.
7596 (nnmairix-show-original-article): Make sure message-id is in brackets.
7597 (nnmairix-call-mairix-binary): Change variable name.
7598 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7599 helper function.
7600 (nnmairix-widget-toggle-activate): Fix doc string.
7601
a19a8f1b
MB
76022008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * nnir.el: Require edmacro when compiling with XEmacs.
7605 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7606 available in Emacs 21.
7607
8abf1b22
GM
76082008-06-11 Glenn Morris <rgm@gnu.org>
7609
7610 * gnus-util.el (x-focus-frame):
7611 * gnus.el (image-size):
7612 * mm-decode.el (image-size): Declare.
7613
7614 * gnus-picon.el (declare-function): Add compat definition.
7615 (image-size): Declare.
7616
7617 * gnus-group.el (tool-bar-map):
7618 * gnus-sum.el (tool-bar-map): Define for compiler.
7619
7620 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7621
7622 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7623
7624 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7625 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7626 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7627 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7628 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7629 * sieve-manage.el, spam-report.el, spam.el:
7630 Remove unnecessary eval-and-compile of autoloads.
7631
43d28dcd
MA
76322008-06-08 Michael Albinus <michael.albinus@gmx.de>
7633
7634 * auth-source.el: Precise Tramp doc.
7635
966bd7bd
GM
76362008-06-07 Glenn Morris <rgm@gnu.org>
7637
7638 * nnmairix.el: Remove unnecessary eval-when-compile.
7639
76402008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
7641
7642 * nnir.el: New file.
7643
d346bf7e
SM
76442008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * gnus-util.el (gnus-read-shell-command): New function.
7647 * mm-decode.el (mm-pipe-part):
7648 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7649
b1d6cda3
MB
76502008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7653
6459e35e
GM
76542008-06-03 Glenn Morris <rgm@gnu.org>
7655
7656 * pop3.el (nnheader-accept-process-output): Autoload it.
7657
656b4fa1
MB
76582008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7661 are not 2-digit hexadecimal characters that follow `%'s.
7662
76632008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7664
7665 * message.el (message-bogus-recipient-p): Fix type in doc string.
7666 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7667 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7668 Improve custom options.
7669 (message-bogus-recipient-p): Adjust accordingly.
7670
76712008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * nnmairix.el: Require edmacro when compiling with XEmacs.
7674
f394fa25
MB
76752008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7676
7677 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7678 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7679
a368801c
MB
76802008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * auth-source.el: Add more docs.
7683
76842008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7685
7686 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7687 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
7688 retrieval faster in some cases, but might make CPU usage larger.
7689 If this has any bad side effects, we might revert this change.
a368801c
MB
7690
7691 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7692 seems to make mail retrieval much, much faster.
7693 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 7694 unconditionally.
a368801c 7695
296a8e19
SM
7696 * gnus-draft.el (gnus-group-send-queue):
7697 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 7698
03c673c9
MB
76992008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7700
7701 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7702
7703 * message.el (message-bogus-address-regexp): Fix and improve custom
7704 type.
7705 (message-setup-hook): Add message-check-recipients as custom option.
7706
58333467
MB
77072008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7708
7709 * message.el (message-cite-function): Remove bogus autoload which crept
7710 in during merge from v5-10.
7711
4079589f
MB
77122008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7713
7714 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7715
7716 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7717
7718 * auth-source.el: Preliminary Tramp docs.
7719 (auth-sources): Change the default auth-sources to use
7720 EPA .gpg files.
7721
e952b711
MB
77222008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7723
7724 * nntp.el: Autoload `auth-source-user-or-password'.
7725 (nntp-send-authinfo): Use it.
7726
7727 * nnimap.el: Autoload `auth-source-user-or-password'.
7728 (nnimap-open-connection): Use it.
7729
296a8e19 7730 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
7731 for the gnus-message function.
7732 (auth-source-user-or-password): Use it.
7733
4fedcc00
SM
77342008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7737 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7738 (rfc2104-hash): Use it.
7739
149cd465
JB
77402008-05-08 Juanma Barranquero <lekktu@gmail.com>
7741
7742 * gnus-art.el (gnus-article-toggle-truncate-lines):
7743 Don't use `iff' in docstring.
7744
0ab5c2be
MB
77452008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7746
7747 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7748
7749 * gnus-util.el (gnus-extract-address-component-name)
7750 (gnus-extract-address-component-email): Convenience functions around
7751 `gnus-extract-address-components'.
7752
4fedcc00
SM
7753 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7754 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
7755 sender name to `user-mail-address'.
7756
77572008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7758
7759 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7760 catch/throw to optimize.
7761 (gnus-registry-find-keywords): Just use member to find a keyword.
7762
42a83f4b
SM
77632008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7766 is current before calling gnus-server-prepare.
7767 (gnus-server-setup-buffer, gnus-server-update-server)
7768 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7769
d844ef2f
JL
77702008-05-04 Juri Linkov <juri@jurta.org>
7771
7772 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7773 (mailcap-file-default-commands): Use mailcap-replace-in-string
7774 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7775 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7776
f8a29505
MB
77772008-05-03 Reiner Steib <reiner.steib@gmx.de>
7778
7779 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7780
3a23a519
MB
77812008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7782
7783 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7784 hooks.
7785 (gnus-update-read-articles): Speed up non-marks-using users.
7786 (gnus-use-marks): Define gnus-use-marks.
7787 (gnus-propagate-marks): Rename variable to something more sensible.
7788
38ac8b91
JB
77892008-05-02 Juanma Barranquero <lekktu@gmail.com>
7790
7791 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7792 (gmm-image-load-path-for-library): Fix typos in docstrings.
7793 (gmm-message): Reflow docstring.
7794
8336c962
MB
77952008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7796
42a83f4b
SM
7797 * mail-source.el (mail-source-set-1, mail-source-bind):
7798 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
7799
78002008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7801
7802 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7803 by sender if it's equal to user-mail-address, it's likely to be
7804 useless.
7805
7806 * mail-source.el (mail-source-bind): Don't use user or password if they
7807 are not bound. Unintern them if they are nil. Don't use server unless
7808 it's bound, and default it to empty string otherwise.
7809
58a67d68
MB
78102008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7811
7812 * mail-source.el: Load auth-source.el.
7813 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7814 get user name or password, if auth-sources is set up.
7815
7816 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7817 strategy of splitting with parent.
7818 (gnus-registry-split-fancy-with-parent)
7819 (gnus-registry-post-process-groups): Use it and fix prior
7820 bug (returning a list as the split result).
7821
7822 * auth-source.el (auth-sources): Remove server parameter.
7823 (auth-source-pick, auth-source-user-or-password)
7824 (auth-source-user-or-password-imap)
7825 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7826 (auth-source-user-or-password-sftp)
7827 (auth-source-user-or-password-smtp): Remove server parameter.
7828
296fa7b4
JB
78292008-04-25 Juanma Barranquero <lekktu@gmail.com>
7830
7831 * smime.el (smime-sign-region, smime-encrypt-region)
7832 (smime-decrypt-region):
7833 Remove redundant calls to `generate-new-buffer-name'.
7834
58a67d68
MB
78352008-04-24 Luca Capello <luca@pca.it> (tiny change)
7836
7837 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7838 Don't use QP for message/rfc822.
7839 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7840
2136a8a7
SM
78412008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * sieve-manage.el (sieve-string-bytes): Remove.
7844 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7845 correct byte-length only if the process's coding-system is the same as
7846 the one used internally by Emacs to represent strings.
7847
a837fe74
JL
78482008-04-22 Juri Linkov <juri@jurta.org>
7849
7850 * mailcap.el (mailcap-file-default-commands): New function.
7851
d55fe5bb
MB
78522008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * message.el (message-signature-separator, message-cite-function):
7855 Change custom version.
7856
78572008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7858
7859 * mm-decode.el (mm-display-external): Make temp file read-only.
7860
78612008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7862
7863 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7864 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7865 `C-c C-f d'.
7866
78672008-04-12 Adrian Aichner <adrian@xemacs.org>
7868
7869 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7870
78712008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7872
296a8e19 7873 * auth-source.el: Add docs.
2136a8a7 7874 (auth-sources): Modify format to support server.
d55fe5bb
MB
7875 (auth-source-pick, auth-source-user-or-password)
7876 (auth-source-user-or-password-imap)
7877 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7878 (auth-source-user-or-password-sftp)
7879 (auth-source-user-or-password-smtp): Add server parameter.
7880
78812008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7882
7883 * gnus-registry.el: Initialize the registry when gnus-registry-install
7884 is t.
7885
73f2395e
KY
78862008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * compface.el (uncompface): Make buffer unibyte.
7889
e66d8771
SM
78902008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * mail-source.el (mail-source-value):
7893 Prefer fboundp to functionp so it works with macros as well.
7894
407da272
GM
78952008-04-05 Glenn Morris <rgm@gnu.org>
7896
7897 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7898
3b728e95
SM
78992008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7900
d37ded9e
SM
7901 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7902 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7903
407da272
GM
7904 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7905 multibyteness after rather than before erasing it.
33e2f72c 7906
75eda25b
SM
7907 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7908 mm-with-multibyte.
407da272
GM
7909 (gnus-request-article-this-buffer): Make sure the proper decoding is
7910 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 7911
2b57967e
SM
7912 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7913 default-enable-multibyte-characters.
7914
d7eb3b36
SM
7915 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7916 default-enable-multibyte-characters.
7917
7ab0253d
SM
7918 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7919
3b728e95
SM
7920 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7921
5faa2ec0
SM
79222008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7925 Fix last change in case the element is not even a symbol.
7926
59429511
MB
79272008-04-02 Simon Josefsson <simon@josefsson.org>
7928
7929 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7930 imap-enable-exchange-bug-workaround.
7931 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7932
79332008-04-01 Simon Josefsson <simon@josefsson.org>
7934
7935 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7936 a 100 byte status-checks into a 2-3MB transfer for each group.
7937 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7938 to enable bug workaround or not.
7939 (nnimap-find-minmax-uid): Only enable workaround conditionally.
7940
a0e08467
GM
79412008-03-31 Glenn Morris <rgm@gnu.org>
7942
7943 * message.el (mml2015-use): Declare for compiler.
7944 (message-info): Require mml2015 when appropriate.
7945
990e2c2f
SM
79462008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7949 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7950 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7951 (nntp-service-to-port): New function.
7952 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7953 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7954 (nntp-open-netcat-stream): New function.
7955 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7956
59429511
MB
79572008-03-29 Sven Joachim <svenjoac@gmx.de>
7958
7959 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7960
fa98585c
SM
79612008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7964
9b3ebcb6
MB
79652008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
7966
7967 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7968
79692008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7970
fa98585c
SM
7971 * message.el (message-signature-separator): Change default.
7972 Improve custom type.
9b3ebcb6
MB
7973 (message-cite-function): Change default to
7974 message-cite-original-without-signature.
7975
7976 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7977 toggle.
7978
7979 * message.el (message-check-news-body-syntax): Fix signature check.
7980 (message-setup-1): Mark buffer as unmodified _after_ running
7981 message-setup-hook and handling message-alternative-emails.
7982 (message-shorten-references): Be more strict when building list of
7983 valid references to comply with GNKSA.
7984
fa98585c
SM
7985 * gnus-group.el (gnus-read-ephemeral-bug-group)
7986 (gnus-read-ephemeral-debian-bug-group)
7987 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
7988
7989 * message.el (message-info): Don't use booleanp which isn't supported
7990 in Emacs 21 and XEmacs.
7991
79922008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7993
7994 * gnus-group.el (gnus-gmane-group-download-format): Rename from
7995 gnus-group-gmane-group-download-format.
7996 (gnus-group-read-ephemeral-gmane-group): Rename from
7997 gnus-group-read-ephemeral-gmane-group.
7998 (gnus-read-ephemeral-gmane-group-url): Rename from
7999 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 8000 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
8001 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8002 (gnus-read-ephemeral-emacs-bug-group): New commands.
8003
80042008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8005
8006 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8007 (gnus-visible-headers): Improve custom type.
8008
80092008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8010
8011 * mml.el (mml-menu): Add workarounds for XEmacs.
8012
8013 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8014 X-Boundary header.
8015
8016 * message.el (message-simplify-recipients): Fix previous commit.
8017
b813166a
SM
80182008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8019
df06dd59 8020 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 8021 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 8022
b813166a
SM
8023 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8024 Prefer fboundp to functionp so it works with macros as well.
8025
9b3ebcb6
MB
80262008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8027
5faa2ec0
SM
8028 * message.el (message-alter-recipients-discard-bogus-full-name):
8029 New function.
9b3ebcb6
MB
8030 (message-alter-recipients-function): New variable.
8031 (message-get-reply-headers): Use it.
8032 (message-replace-header): New helper function.
8033 (message-recipients-without-full-name): New variable.
8034 (message-simplify-recipients): New command.
8035
8036 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8037
8038 * message.el (message-info): Handle EasyPG manual.
8039
8040 * mml.el (mml-menu): Add entry for EasyPG.
8041
80422008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8043
8044 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8045 parameter.
8046
8047 * message.el (message-disassociate-draft): Specify drafts group name
8048 fully.
8049
80502008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8051
296a8e19
SM
8052 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8053 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
8054
80552008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8056
8057 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8058 args of `how-many' of which the XEmacs version doesn't take; declare
8059 Info-index-next as function.
8060
80612008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8062
8063 * gnus-score.el (gnus-score-headers): Fix handling of
8064 gnus-inhibit-slow-scoring.
8065
8066 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8067 string.
8068 (gnus-button-url-regexp): Improve handling of parenthesis.
8069 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8070 (gnus-button-handle-info-keystrokes): Handle index entries.
8071
80722008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8073
8074 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8075 Incoming* files.
8076
80772008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8078
296a8e19 8079 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
8080 (auth-source-pick): Use it.
8081
80822008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8083
8084 * auth-source.el (auth-source-protocols)
296a8e19 8085 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
8086 modified variable customizations and defaults.
8087 (auth-source-pick, auth-source-user-or-password)
8088 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8089 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8090 (auth-source-user-or-password-sftp)
8091 (auth-source-user-or-password-smtp): Use new variables and provide an
8092 interface to netrc.el.
8093
80942008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8095
8096 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8097 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8098 Make sure the nntp port to specify is a string.
8099
dd58a686
SM
81002008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8101
ed075cb4
SM
8102 * nntp.el: Use with-current-buffer.
8103 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8104 dubious mm-with-unibyte-current-buffer.
8105 (nntp-with-open-group-function): New function extracted from
8106 nntp-with-open-group macro.
8107 (nntp-with-open-group): Use the function, so it's easier to debug.
8108 Add indentation and debugging info.
296a8e19
SM
8109 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8110 Recommend the use of the netcat alternatives.
ed075cb4 8111
f15a9fec
SM
8112 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8113 Avoid mm-string-as-multibyte as well.
8114
944c87e0
SM
8115 * nnweb.el (nnweb-insert-html):
8116 Remove use of nnheader-string-as-multibyte.
8117
2ec9cf15
SM
8118 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8119 (nnheader-string-as-multibyte): Remove.
8120
3d2440b4
SM
8121 * mm-view.el: Use inhibit-read-only.
8122 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8123 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8124 or unibyte-string.
8125
456cace2
SM
8126 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8127 (mm-uu-yenc-extract): Use with-current-buffer.
8128
f5fcf556
SM
8129 * gnus-soup.el (gnus-soup-send-packet): Don't use
8130 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8131
c9de7755
SM
8132 * nnmh.el: Use with-current-buffer.
8133 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8134 mm-string-as-multibyte on the output of mm-encode-coding-string.
8135
3d2440b4 8136 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
8137 (nnimap-request-move-article): Use with-current-buffer.
8138
3d2440b4
SM
8139 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8140 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8141 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 8142
228b6ecd
SM
8143 * gnus-msg.el: Use with-current-buffer.
8144
dd58a686
SM
8145 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8146
9b3ebcb6
MB
81472008-03-10 Daiki Ueno <ueno@unixuser.org>
8148
8149 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8150 string for caching if it is 'PIN.
8151
37a68866
MB
81522008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8153
dd58a686
SM
8154 * mail-source.el (mail-source-delete-old-incoming-confirm):
8155 Change default to nil.
37a68866
MB
8156 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8157
8f7abae3
MB
81582008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8159
8160 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8161 (gnus-article-goto-prev-page): Work for articles having ^L's.
8162
8163 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8164
8165 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8166
e0385bf4
KF
81672008-03-07 Karl Fogel <kfogel@red-bean.com>
8168
56388398 8169 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
8170 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8171 (gnus-bookmark-jump): Adjust some variable names.
8172
8f7abae3 81732008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 8174
8f7abae3
MB
8175 * auth-source.el: New package.
8176 (auth-source-choices): Add customization entry point variable.
8177
8178 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8179 bug.
8180
81812008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8182
8183 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8184 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 8185 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
8186 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8187 the `gnus-registry-mark-map' keymap dynamically from
8188 `gnus-registry-marks'. The generated functions update the summary line
8189 when a registry mark is added or deleted, and will call
8190 `gnus-registry-install-p' (see the comments in the code).
8191 (gnus-registry-user-format-function-M): Use concat intelligently.
8192
8193 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8194 the registry mark functions.
a7b50e1c 8195
c1717fbd
GM
81962008-03-05 Glenn Morris <rgm@gnu.org>
8197
8198 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8199 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8200 gnus-art.
8201 (top-level): No need to load own source when compiling.
8202
8f7abae3
MB
82032008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8204
8205 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8206 Suggested by <chris.anderton@zetnet.co.uk>.
8207
1fc34624
GM
82082008-03-04 Glenn Morris <rgm@gnu.org>
8209
8210 * gnus-sum.el (top-level): No need to require gnus when compiling,
8211 since unconditionally required near start of file.
8212 (gnus-summary-display-while-building): Move definition before use.
8213
8f7abae3
MB
82142008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8215
296a8e19
SM
8216 * gnus-registry.el (gnus-registry-user-format-function-M):
8217 Add formatting function.
8f7abae3
MB
8218
82192008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8220
296a8e19 8221 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
8222 with plists.
8223 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8224 Use new format.
8225
82262008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8227
8228 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8229 `where-is-internal' that returns a range of key sequences.
8230
dacb905a
SM
82312008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8232
a88fd51a
SM
8233 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8234
c7a91ce1 8235 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
8236 (gnus-summary-jump-to-group): Consider windows on other displayed
8237 frames as well. Similar changes might be needed elsewhere, but that's
8238 the one I've bumped into during my use.
c7a91ce1 8239
62dc3ac3 8240 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 8241 * gnus-msg.el (gnus-debug):
dacb905a
SM
8242 * gnus-group.el (gnus-update-group-mark-positions):
8243 Use mm-string-to-multibyte.
8244
8f7abae3
MB
82452008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8246
8247 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8248 doesn't handle NotDashEscaped.
8249
8250 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8251 (mml-dnd-attach-options): Fix typo in custom choice.
8252
296a8e19
SM
8253 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8254 Change nndoc-article-type to mbox.
8f7abae3
MB
8255 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8256
8257 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8258 to nil, instead of html2text.
8259
8260 * imap.el (imap-debug): Add `imap-ping-server'.
8261
8262 * gnus-bookmark.el: Add FIXMEs.
8263
8264 * message.el (message-form-letter-separator)
8265 (message-send-form-letter-delay): New variables.
8266 (message-send-form-letter): Use them. New command to send form
8267 letters. Requested by Uwe Siart.
8268 (message-send-mail-function): Doc fix. Add "Other" custom option.
8269
14e8de0c
MB
82702008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8271
8272 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8273 empty author.
8274
82752008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8276
8277 * gnus-registry.el (gnus-registry-marks): Add variable for
8278 customization of marks and their appearance.
8279 (gnus-registry-read-mark): Use it.
8280 (gnus-registry-do-marks): Add utility function to loop through
8281 `gnus-registry-marks'.
8282 (gnus-registry-install-shortcuts-and-menus): Add function to install
8283 shortcuts and menus.
8284 (gnus-registry-initialize): Use it.
8285 (gnus-registry-default-mark): Clarify documentation.
8286
ab74c815
GM
82872008-02-29 Glenn Morris <rgm@gnu.org>
8288
8289 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8290 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8291 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8292 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8293 Change defcustom :version from 23.0 to 23.1.
8294
14e8de0c
MB
82952008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8296
8297 * gnus-registry.el (gnus-registry-follow-group-p)
8298 (gnus-registry-post-process-groups): Add functions to aid registry
8299 splitting and improve logging. Clarify behavior in function
8300 documentation.
8301 (gnus-registry-split-fancy-with-parent): Use them.
8302
80de1778
SM
83032008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8304
8305 * gnus-art.el: Use with-current-buffer.
8306
14e8de0c
MB
83072008-02-27 David Engster <dengste@eml.cc>
8308
8309 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8310 Express real group name in the response.
8311
83122008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8313
8314 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8315 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8316 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8317 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
8318 (nnmairix-request-group-with-article-number-correction):
8319 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
8320
83212008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8322
8323 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
8324 (mm-uu-extract): Improve face for low color ttys.
8325 Reported by Sascha Wilde.
14e8de0c 8326
da13b6cc
GM
83272008-02-27 Glenn Morris <rgm@gnu.org>
8328
8329 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
8330 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8331 variables to defconsts. Convert comments to doc-strings.
8332 (nnmairix-last-server, nnmairix-current-server): Convert from free
8333 variables to defvars. Convert comments to doc-strings.
8334 (gnus-registry-fetch-group): Autoload.
8335 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8336 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
8337 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8338 caddr.
be021c01
GM
8339 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8340 nnmairix-request-group-with-article-number-correction call.
8341 (nnmairix-fast, nnmairix-group): New, less general names, for free
8342 variables passed from nnmairix-request-group to
8343 nnmairix-request-group-with-article-number-correction. Declare.
8344 (nnmairix-request-group-with-article-number-correction):
8345 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 8346
3d0f8a67
MB
83472008-02-26 David Engster <dengste@eml.cc>
8348
8349 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8350 version 0.5.
8351
83522008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8353
8354 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8355 instead of making an extra function call. Don't add the current group
8356 to articles only when they have the group. Use
8357 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8358 Reported by David <de_bb@arcor.de>.
8359
f5490ddc
MB
83602008-02-24 Miles Bader <miles@gnu.org>
8361
8362 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8363 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8364 (mm-find-mime-charset-region):
8365 * mm-bodies.el (mm-encode-body):
8366 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8367
52bec650
MB
83682008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8369
8370 * mail-source.el (mail-source-delete-incoming): Change default.
8371 Supplement doc string.
8372
8373 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8374
83752008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8376
8377 * nnmail.el (nnmail-message-id-cache-file): Derive from
8378 `gnus-home-directory'.
8379
83802008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8381
8382 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 8383 Document negative prefix.
52bec650 8384
5e25c514 8385 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
8386
83872008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8388
8389 * message.el (message-unsent-separator): Add the Exim bounce
8390 separator.
8391
83922008-02-10 Daiki Ueno <ueno@unixuser.org>
8393
8394 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8395 list.
8396 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8397 recipient/signer list.
8398
0b9c5ab7
RS
83992008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8400
8401 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8402 fbound (Emacs 23 unicode), signal an error.
8403
1888e568
GM
84042008-02-08 Glenn Morris <rgm@gnu.org>
8405
8406 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8407
52bec650
MB
84082008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8409
8410 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8411 ports to the calls to `netrc-machine-user-or-password' in addition to
8412 "imap" and "imaps".
8413
e9198520
MB
84142008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8415
8416 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8417 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8418 <hanche@math.ntnu.no>.
8419
84202008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8421
8422 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8423
9303f985 84242008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
8425
8426 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8427
8428 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8429
9303f985 84302008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8431
8432 * mml.el (mml-parse-1): Remove apparently vestigial use of
8433 `mm-hack-charsets'.
8434 * mm-bodies.el (mm-encode-body): Likewise.
8435
9303f985 84362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8437
4fedcc00 8438 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
8439 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8440 (rfc2104-hash): Convert the result of concat to unibyte string.
8441
9303f985 84422008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8443
aca7a3d2
MB
8444 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8445 coding-system-for-read.
8446 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8447
8385d659 8448 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 8449 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 8450 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 8451
10ef2ef7 84522008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
8453
8454 * mail-source.el (mail-sources): Add `group' choice.
8455
8456 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8457 parameter `in-group' to control into which group the articles go.
8458 Add treatment of `group' mail-source.
8459
a445370f
DN
84602008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8461
8462 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8463 * message.el (message-beginning-of-line): Use featurep instead of bound
8464 tests in order to resolve conditionals at compile time.
8465
4599d0ec
MB
84662008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8467
8468 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8469
8470 * mm-decode.el (mm-dissect-buffer): Decode description.
8471
8472 * mml.el (mml-to-mime): Encode message header first.
8473
0b6799c3
MB
84742008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8475
8476 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8477 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8478
84792008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8480
8481 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8482
84832008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8486 prefix keys.
8487 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8488 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8489 gnus-xmas.el.
8490
84912008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8492
8493 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8494 Add new variables for article mark management.
8495 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8496 list of extra data entries which, when present, will indicate that the
8497 article ID should not be trimmed from the registry.
8498 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8499 functions.
8500 (gnus-registry-read-mark): New function to read a mark name from the
8501 user.
8502 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8503 (gnus-registry-set-article-mark-internal): New functions to add and
8504 remove marks.
8505 (gnus-registry-get-article-marks): New function to show the marks for
8506 an article, or retrieve them for further use.
8507
85082008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8509
8510 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8511 keys when no argument is given.
8512
85132008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8514
8515 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
8516 (gnus-thread-sort-by-random): Fix doc strings.
8517 Reported by jidanni@jidanni.org.
0b6799c3
MB
8518
85192008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8520
8521 * gnus-art.el (gnus-article-describe-bindings): New function.
8522 (gnus-article-read-summary-keys): Use it.
8523 (gnus-article-mode-map): Bind `C-h b' to it.
8524
95838435
MB
85252008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8528 XEmacs.
296a8e19
SM
8529 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8530 Protect against non-character events.
95838435 8531
95838435
MB
85322008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8533
296a8e19
SM
8534 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8535 New command.
95838435
MB
8536 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8537 instead of END. Change name of the temp file.
8538 (gnus-group-gmane-group-download-format): Add doc string. Make it
8539 customizable.
8540
85412008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8544 bind `S W' to gnus-article-wide-reply-with-original; set default
8545 binding to gnus-article-read-summary-send-keys.
8546 (gnus-article-read-summary-keys): Fix the order of keys; display
8547 continuation keys correctly in the echo area; describe bindings
8548 correctly when keys end with `C-h'.
8549 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
8550 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8551 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
8552 correctly in the echo area.
8553 (gnus-article-reply-with-original): Ignore prefix argument.
8554 (gnus-article-wide-reply-with-original): New function.
8555
d82cf70b
MB
85562008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8557
8558 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8559 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8560
85612008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8562
8563 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8564 (gnus-group-read-ephemeral-gmane-group): New command.
8565
f3041af1
DN
85662008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8567
8568 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8569
87035689
MB
85702007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8571
8572 * message.el (message-send-mail-function): Increase custom version.
8573
8574 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8575 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8576
87035689
MB
85772007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8578
8579 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8580 html parts correctly; support forwarded messages.
8581 (gnus-article-browse-html-article): Remove work buffers.
8582
8583 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8584 compiling.
8585 (netrc-bound-and-true-p): New macro.
8586 (netrc-parse): Use it instead of bound-and-true-p that is not available
8587 in XEmacs 21.4.
8588
85892007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8590
8591 * gnus-registry.el (gnus-registry-mark-article)
8592 (gnus-registry-article-marks): Add functionality to mark articles
8593 through the Gnus registry.
8594
8595 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8596 (netrc-parse): Use encrypt-file-alist to determine if
8597 encrypt-find-model or encrypt-insert-file-contents should be used.
8598
541cbf8b
GM
85992007-12-19 Glenn Morris <rgm@gnu.org>
8600
8601 * mml.el (message-options-set, message-narrow-to-head)
8602 (message-in-body-p, message-mail-p, message-encode-message-body):
8603 Autoload.
8604 (message-remove-header, message-narrow-to-headers-or-head)
8605 (message-subscribed-p, message-make-mail-followup-to)
8606 (message-position-on-field, message-news-p)
8607 (message-options-set-recipient, message-generate-headers)
8608 (message-sort-headers): Declare as functions.
8609
87035689
MB
86102007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8611
8612 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8613 convention in doc string.
8614
86152007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8616
8617 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8618 title to html parts.
8619 (gnus-article-browse-html-article): Pass message header to it.
8620
8621 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8622
86232007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8624
8625 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8626 or password compatible with XEmacs.
8627
bbbe940b
MB
86282007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8629
8630 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8631 format document.
8632 (gnus-mime-delete-part): Don't write description line if empty.
8633 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8634
880820fe 86352007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
8636
8637 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8638 (gnus-summary-mark-read-and-unread-as-read)
8639 (gnus-summary-mark-current-read-and-unread-as-read)
8640 (gnus-summary-mark-unread-as-ticked): Doc fix.
8641 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8642
86432007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8644
296a8e19
SM
8645 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8646 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
8647
86482007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8649
8650 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8651 yes-or-no-p.
8652
86532007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8654
8655 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 8656 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 8657
296a8e19
SM
8658 * gnus-art.el (gnus-article-browse-delete-temp-files):
8659 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
8660 (gnus-article-browse-html-parts): Work with message/external-body; use
8661 mm-add-meta-html-tag.
8662
cef98b13
GM
86632007-12-11 Glenn Morris <rgm@gnu.org>
8664
8665 * gnus-cache.el: Require gnus-sum not just when compiling.
8666
8667 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8668
296a8e19
SM
8669 * gnus-int.el (gnus-server-opened, gnus-status-message):
8670 Move definitions before use.
cef98b13
GM
8671
8672 * mm-decode.el: Require gnus-util.
8673 (mm-remove-part): Only call delete-annotation on XEmacs.
8674
8675 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8676
8677 * nnmail.el: Require gnus-int.
8678
8679 * spam.el: Move `require's before `eval-when-compile's.
8680
8681 * gnus-ems.el (gnus-alive-p):
8682 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 8683 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
8684 * mail-source.el (gnus-compress-sequence):
8685 * message.el (Info-goto-node, format-spec):
8686 * mm-bodies.el (message-options-get):
8687 * mm-decode.el (mm-view-pkcs7):
8688 * mm-util.el (gmm-write-region):
8689 * mml-smime.el (mml-compute-boundary)
8690 (gnus-completing-read-with-default):
8691 * mml.el (widget-button-press, gnus-make-hashtable):
8692 * mml1991.el (mm-decode-content-transfer-encoding)
8693 (mm-encode-content-transfer-encoding)
8694 (message-options-get, message-options-set):
8695 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8696 * nnfolder.el (gnus-request-group):
8697 * nnheader.el (ietf-drums-unfold-fws):
8698 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8699 * smime.el (gnus-run-mode-hooks):
8700 * spam-stat.el (gnus-message): Autoload.
8701
8702 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8703 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8704 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8705 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8706 Add declare-function compatibility definition.
8707
8708 * gnus-cache.el (nnvirtual-find-group-art):
8709 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8710 (gnus-add-image, gnus-add-wash-type):
8711 * gnus-group.el (nnkiboze-score-file):
8712 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8713 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
8714 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8715 (message-tokenize-header, gnus-get-buffer-create)
8716 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8717 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
8718 * gnus.el (gnus-group-decoded-name):
8719 * mail-source.el (imap-capability):
8720 * mm-bodies.el (message-options-set):
8721 * mm-decode.el (gnus-configure-windows):
8722 * mm-extern.el (message-goto-body):
8723 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8724 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8725 (epg-sub-key-validity, message-options-set):
8726 * mml.el (widget-event-point, gnus-configure-windows):
8727 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8728 * mml2015.el (epg-check-configuration, epg-configuration)
8729 (message-options-set):
8730 * nndb.el (nndb-request-article):
8731 * nnfolder.el (gnus-request-create-group):
8732 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8733 * nnmaildir.el (gnus-group-mark-article-read):
8734 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8735 * rfc1843.el (message-fetch-field):
8736 * spam.el (gnus-extract-address-components):
8737 Declare as functions.
8738
bbbe940b
MB
87392007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8740
8741 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8742
a5ded4c9
GM
87432007-12-09 Glenn Morris <rgm@gnu.org>
8744
8745 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8746
8747 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 8748 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 8749 Add declare-function compatibility definition.
a5ded4c9
GM
8750
8751 * gnus-art.el (w3-region, w3m-region, Info-menu):
8752 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8753 * gnus-sum.el (gnus-get-predicate):
8754 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8755 * message.el (mail-abbrev-in-expansion-header-p):
8756 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 8757 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
8758 * sieve-manage.el (password-read, password-cache-add)
8759 (password-cache-remove):
8d0f97a4 8760 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 8761
274f1353
DK
87622007-12-08 David Kastrup <dak@gnu.org>
8763
8764 * gnus-sum.el (gnus-summary-simplify-subject-query):
8765 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8766 `message'.
8767
a601fb74 87682007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 8769
a601fb74 8770 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 8771
af5370ad
RS
87722007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8775
21ee0911
MB
87762007-12-06 Christian Plate <cplate@web.de> (tiny change)
8777
296a8e19 8778 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
8779 Call gnus-add-to-range ranges only once with a prepared article-list.
8780
87812007-12-06 Paul Jarc <prj@po.cwru.edu>
8782
149cd465
JB
8783 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8784 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
8785 group names with backslashes.
8786 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 8787
f0131492 87882007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 8789
a601fb74
GM
8790 * gnus-art.el (article-make-date-line):
8791 * gnus-start.el (gnus-load):
8792 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 8793
415a09fb
MB
87942007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * gnus-art.el (gnus-use-idna)
8797 * gnus-start.el (gnus-site-init-file)
8798 * message.el (message-use-idna)
8799 * mm-uu.el (mm-uu-hide-markers)
8800 * smiley.el (smiley-style): Revert changes that suppress warnings.
8801
88022007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8803
8804 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
8805 specify charset to html source.
8806 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
8807
88082007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8811 idna-program in order to suppress byte compile warning issued by XEmacs
8812 that came to byte compile the default value section of defcustom forms
8813 recently.
8814
8815 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8816 value of installation-directory.
8817
8818 * message.el (message-use-idna): Don't directly refer to the value of
8819 idna-program.
8820
8821 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8822
8823 * smiley.el (smiley-style): Don't directly call face-attribute.
8824
b890d447
MB
88252007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8826
8827 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8828
8829 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
8830 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8831 Don't require. Use autoloads instead.
b890d447
MB
8832 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8833 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8834 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8835 (gnus-dired-mode): Adjust doc string.
8836 (gnus-dired-mail-mode): New variable.
8837 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8838 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8839 (gnus-dired-mail-buffers): New function. Return mail or message
8840 composition buffers.
8841 (gnus-dired-attach): Use it.
8842 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8843 NO-DECODE.
8844 (gnus-dired-print): Use `gnus-print-buffer' depending on
8845 `gnus-dired-mail-mode'.
8846
88472007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * rfc2047.el (rfc2047-encoded-word-regexp)
8850 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8851 explaining what regexp patterns are for.
8852
13b0ef01
GM
88532007-12-04 Glenn Morris <rgm@gnu.org>
8854
8855 * password.el: Move to ../password-cache.el.
8856
8857 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8858 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8859 * mml-smime.el (password-read, password-cache-add)
8860 (password-cache-remove):
8861 No need to autoload, since mml-sec requires password.
8862
8863 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8864 * message.el (gnus-extract-address-components):
8865 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8866
8867 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8868 password.
8869
b890d447
MB
88702007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8871
8872 * mailcap.el: Reduce dependencies.
8873 (mail-header-parse-content-type): Autoload.
8874 (mailcap-delete-duplicates): New alias.
8875 (mailcap-mime-info): Add optional argument NO-DECODE.
8876 (mailcap-mime-types): Use mailcap-delete-duplicates.
8877
8878 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8879
88802007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8881
8882 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8883 function.
8884
8885 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8886 (gnus-uu-yenc-article): New function.
8887
8888 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8889
296a8e19 8890 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 8891
21662dc7
GM
88922007-12-02 Glenn Morris <rgm@gnu.org>
8893
323fc9ec
GM
8894 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8895 Move to ../net.
8896
21662dc7
GM
8897 * binhex.el, uudecode.el: Move to ../mail.
8898
ceabaeb3
GM
8899 * encrypt.el: Remove file.
8900
b890d447
MB
89012007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8902
8903 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8904 matches on patches.
8905
296a8e19
SM
8906 * gnus-art.el (gnus-article-browse-html-article):
8907 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
8908
8909 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8910 string. Add comments.
8911
8912 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8913 if rhs is ASCII.
8914
08545d0a
GM
89152007-12-01 Glenn Morris <rgm@gnu.org>
8916
fb18c032 8917 * dig.el, dns.el: Move to ../net.
c3335b6a 8918 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 8919
08545d0a
GM
8920 * mail-source.el (top-level): Require format-spec before
8921 eval-when-compile.
8922
257a0a0d
GM
89232007-11-30 Glenn Morris <rgm@gnu.org>
8924
8925 * encrypt.el: Require password, rather than autoloading password-read.
8926
b890d447
MB
89272007-11-28 Elias Oltmanns <eo@nebensachen.de>
8928
8929 * gnus.el (gnus-method-to-server): Add an optional parameter so the
8930 caller can indicate whether the cache should be disregarded for this
8931 call. This way the result of the call is reproducible at all times and
8932 can be considered a canonical server name for the supplied method.
8933 (gnus-agent-method-p): Canonicalize server names by pushing their
8934 method through `gnus-method-to-server' using the no-cache argument.
8935
296a8e19
SM
8936 * gnus-srvr.el (gnus-server-insert-server-line):
8937 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
8938
8939 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8940 gnus-agent-possibly-synchronize-flags as this should be called when the
8941 server is actually being opened.
8942 (gnus-agent-possibly-synchronize-flags)
8943 (gnus-agent-possibly-synchronize-flags-server): Move check for the
8944 flags file of an agentized server to the latter function.
8945
8946 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8947 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8948 after a connection has been established successfully.
8949
89502007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
8951
8952 * gnus-art.el (article-display-face): Force to display face if called
8953 interactively; check if gnus-article-x-face-too-ugly matches author.
8954 (article-display-x-face): Display face even if From header is missing
8955 as article-display-face does.
8956
d50fd8e2
GM
89572007-11-28 Richard Stallman <rms@gnu.org>
8958
8959 * md4.el: Move to ../.
8960 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8961
b890d447
MB
89622007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
8963
8964 * mail-source.el (mail-sources): Default to fetch from file for
8965 compatibility with default of nnmail-spool-file.
8966
89672007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
8968
8969 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8970 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8971 to look for encoded word that should be encoded again.
8972 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8973 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8974 encoding pattern.
8975 (rfc2047-decode-region): Switch strict regexp and loose one according
8976 to rfc2047-allow-irregular-q-encoded-words.
8977
a06e7b5d
SJ
89782007-11-26 Simon Josefsson <simon@josefsson.org>
8979
8980 * imap.el: Move to ../net directory.
8981
b890d447
MB
89822007-11-25 Romain Francoise <romain@orebokech.com>
8983
8984 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8985
89862007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8987
8988 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8989 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8990
8991 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8992 `nnmail-spool-file'.
8993
8994 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8995 `nnmail-spool-file'.
8996
8997 * gnus-move.el (gnus-change-server): Ditto.
8998
8999 * gnus-kill.el (gnus-batch-score): Ditto.
9000
9001 * gnus-cache.el (gnus-jog-cache): Ditto.
9002
c9e31f32
SM
9003 * gnus-msg.el (gnus-summary-reply):
9004 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
9005
90062007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9007
c9e31f32
SM
9008 * gnus-cache.el (gnus-cache-generate-nov-databases):
9009 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
9010 nnml-generate-nov-databases-1.
9011
e3b0153a
GM
90122007-11-24 Glenn Morris <rgm@gnu.org>
9013
9014 * message.el (message-tool-bar-retro): Update for rename
9015 mail_send.xpm->mail-send.xpm.
9016
b890d447
MB
90172007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9018
9019 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9020 `smime-ldap-search' for Emacs 22 and up.
9021
145cc6b9
RS
90222007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9023
63ff8478
RS
9024 * hashcash.el: Move to ../mail directory.
9025
8746c8b8
RS
9026 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9027
145cc6b9
RS
9028 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9029 `smime-ldap-search' for Emacs 22 and up.
9030
82816ba1
SM
90312007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9032
b7b80032
SM
9033 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9034
82816ba1
SM
9035 * message.el (message-send-mail-function): Fix error convention.
9036 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9037 (message-widen-reply, message-send-mail, message-talkative-question)
9038 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9039 (message-clone-locals, message-send-news): Use with-current-buffer.
9040 (message-insert-or-toggle-importance): Remove unused var `valid'.
9041 (message-make-references): Remove unused var `new-references'.
9042 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9043
3042deef
JB
90442007-11-22 Juanma Barranquero <lekktu@gmail.com>
9045
9046 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9047 (spam-split-symbolic-return-positive): Reflow docstring.
9048 (spam-backends, spam-summary-exit-behavior)
9049 (spam-mark-ham-unread-before-move-from-spam-group)
9050 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9051 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9052 (spam-clear-cache, spam-backend-check, spam-install-backend)
9053 (spam-install-statistical-backend, spam-list-of-processors)
9054 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9055 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9056 (spam-check-crm114, spam-initialize, spam-unload-hook):
9057 Fix typos in docstrings.
9058
b890d447
MB
90592007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9060
9061 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9062 been checked if they have never been read and those group levels are
9063 higher than the one that a user specified.
9064
90652007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9068 foreign groups unless a group level is specified by a user.
9069 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9070
b62a39c4
RS
90712007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9072
9073 * message.el (message-send-mail-function): Require sendmail.
9074
2ea6167b
RS
90752007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9076
9e0a8576
RS
9077 * message.el (message-send-mail-function): Check for smtpmail too.
9078
f21470ef
RS
9079 * utf7.el (utf7-encode, utf7-decode): Use coding system
9080 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9081
2ea6167b
RS
9082 * message.el (message-send-mail-function): New function.
9083 (message-send-mail-function): Set default using
9084 message-send-mail-function. Adjust doc string.
9085 (message-send-mail-with-mailclient): New function.
9086
127a6f0e
GM
90872007-11-17 Richard Stallman <rms@gnu.org>
9088
9089 * assistant.el: Remove file.
9090
9efa445f
DN
90912007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9092
9093 * smime.el (from):
9094 * rfc2047.el (message-posting-charset):
9095 * qp.el (mm-use-ultra-safe-encoding):
9096 * pop3.el (parse-time-months):
9097 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9098 * nnml.el (files):
9099 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9100 (jka-compr-compression-info-list, ange-ftp-path-format)
9101 (efs-path-regexp):
9102 * nndiary.el (files):
9103 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9104 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9105 (epg-digest-algorithm-alist, inhibit-redisplay)
9106 (password-cache-expiry):
9107 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9108 (pgg-output-buffer, password-cache-expiry):
9109 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9110 (efs-path-regexp):
9111 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9112 (inhibit-redisplay):
9113 * mm-uu.el (file-name, start-point, end-point, entry)
9114 (gnus-newsgroup-name, gnus-newsgroup-charset):
9115 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9116 (latin-unity-ucs-list):
9117 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9118 (mm-uu-binhex-decode-function):
b97439ce 9119 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
9120 (rmail-enable-mime-composing, gnus-local-organization)
9121 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9122 (gnus-read-active-file, facemenu-add-face-function)
9123 (facemenu-remove-face-function, gnus-article-decoded-p)
9124 (tool-bar-mode):
9125 * mail-source.el (display-time-mail-function):
9126 * gnus-util.el (nnmail-pathname-coding-system)
9127 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9128 (gnus-original-article-buffer, gnus-user-agent)
9129 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9130 (xemacs-codename, sxemacs-codename, emacs-program-version):
9131 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9132 * gnus-start.el (gnus-agent-covered-methods)
9133 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9134 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9135 (gnus-newsgroup-headers, gnus-group-list-mode)
9136 (gnus-group-mark-positions, gnus-newsgroup-data)
9137 (gnus-newsgroup-unreads, nnoo-state-alist)
9138 (gnus-current-select-method, mail-sources)
9139 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9140 (nnmail-spool-file, gnus-cache-active-hashtb):
9141 * gnus-mh.el (mh-lib-progs):
9142 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9143 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9144 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9145 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9146 (gnus-group-buffer):
9147 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9148 (font-lock-set-defaults):
9149 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9150 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9151 (gnus-summary-post-menu, total-parts, type, condition, length):
9152 * gnus-agent.el (gnus-agent-read-agentview):
9153 * flow-fill.el (show-trailing-whitespace):
9154 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9155 eval-and-compile wrappers for byte compiler pacifiers.
9156
9157 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9158 (mm-display-inline-fontify): Check for featurep 'xemacs not
9159 extent-list.
9160
9161 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9162 itimer-list.
9163 (mm-create-image-xemacs): Only do something for XEmacs.
9164 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9165
9166 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9167
9168 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9169 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9170
e9346447
JB
91712007-11-15 Juanma Barranquero <lekktu@gmail.com>
9172
ec5741dc 9173 * nnimap.el (nnimap-split-download-body):
e9346447 9174 * gnus-demon.el (gnus-demon):
ec5741dc 9175 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 9176
1428d46b
MB
91772007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9178
296a8e19
SM
9179 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9180 New macros.
1428d46b
MB
9181 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9182 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9183 copy data from unibyte buffer to multibyte current buffer.
93acd23d 9184 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
9185 to copy data from unibyte current buffer to multibyte buffer.
9186 (nntp-make-process-buffer): Make process buffer unibyte.
9187
9188 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9189
91902007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9191
9192 * pop3.el (pop3-open-server): Accept and process data more robustly at
9193 connexion start to avoid spurious "POP SSL connexion failed" errors.
9194
91952007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9196
9197 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9198 read group names.
9199
92002007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9201
9202 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9203
92042007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9205
9206 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9207 (nnmail-save-active): Use a unibyte buffer when saving active file,
9208 which may contain non-ASCII group names.
9209
9210 * nnml.el (nnml-request-group): Decode group names in messages.
9211
4d8a28ec
MB
92122007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9213
9214 * message.el (message-citation-line-function)
9215 (message-insert-formatted-citation-line): Fix spelling of
9216 `message-insert-formated-citation-line'.
9217
c12ecb0a
MB
92182007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9219
9220 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9221
4d8a28ec
MB
92222007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9225 nnmail-pathname-coding-system.
9226
9227 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9228 that a user enters; decode group names in messages.
9229
9230 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9231
60ece9b0
MB
92322007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9233
9234 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9235
9236 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9237
9238 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9239 risky local variable.
9240
9241 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9242
92432007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9244
9245 * encrypt.el: Improve documentation to fix function name typo.
9246 Reported by Daiki Ueno <ueno@unixuser.org>.
9247
92482007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9251 even if the point is not in the last page of an article.
9252 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9253 back to the previous page.
9254
c590ed3a
MB
92552007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9256
9257 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9258
60ece9b0
MB
92592007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9260
9261 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9262
c70dbcd5
SM
92632007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9264
296a8e19
SM
9265 * message.el (message-check-news-body-syntax):
9266 Avoid mm-string-as-multibyte.
c70dbcd5
SM
9267 (message-hide-headers): Don't assume (point-min)==1.
9268
437ce4be
MB
92692007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * message.el (message-remove-blank-cited-lines): Fix if remove is
9272 given.
9273 (message-bogus-address-regexp): New variable.
9274 (message-bogus-recipient-p): New function.
9275 (message-check-recipients): New command.
9276 (message-syntax-checks): Add `bogus-recipient'.
9277 (message-fix-before-sending): Add `bogus-recipient'.
9278
9279 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
9280 (gnus-treat-body-boundary): Don't test window-system.
9281
296fa7b4 92822007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
9283
9284 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 9285
c7ff939a
RS
92862007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9287
9288 * gnus.el: Bump version to Gnus v5.13.
9289
01c52d31
MB
92902007-10-28 Miles Bader <miles@gnu.org>
9291
9292 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9293 at compile-time too.
9294
437ce4be
MB
92952007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9296
296a8e19
SM
9297 * gnus-msg.el (gnus-message-setup-hook):
9298 Add `message-remove-blank-cited-lines' to options.
437ce4be 9299
01c52d31
MB
93002007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9301
9302 * message.el (message-remove-blank-cited-lines): New function.
880820fe 9303 Suggested by Karl Plästerer.
01c52d31
MB
9304
93052007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9306
9307 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9308 mapc.
9309
9310 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9311 (top-level): Use mapc to set functions to be traced for debugging.
9312
9313 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9314 called for effect with while loop.
9315
9316 * message.el (message-talkative-question): Replace mapcar called for
9317 effect with mapc.
9318
9319 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9320 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9321 called for effect with dolist.
9322
9323 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9324
9325 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9326 gnus-extra-headers and nnmail-extra-headers.
9327
9328 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9329 called for effect with dolist.
9330 (top-level): Use mapc to set functions to be traced for debugging.
9331
9332 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9333 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9334 dolist.
9335
9336 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9337 Replace mapcar called for effect with mapc.
9338 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9339 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9340 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9341 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9342
9343 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9344 remove-if that's a cl function.
9345
9346 * webmail.el (webmail-debug): Replace mapcar called for effect with
9347 dolist.
9348
01c52d31
MB
93492007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9350
9351 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9352 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9353 with while loop.
9354
9355 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9356 functions from article-* functions.
9357 (gnus-multi-decode-header): Replace mapcar called for effect with
9358 dolist.
9359
9360 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9361 (gnus-bookmark-show-details): Replace mapcar called for effect with
9362 while loop.
9363
9364 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9365 called for effect with while loop.
9366
9367 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9368 with dolist.
9369
296a8e19
SM
9370 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9371 Replace mapcar called for effect with dolist.
01c52d31
MB
9372
9373 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9374
9375 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9376 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9377 Replace mapcar called for effect with dolist.
9378 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9379 mapc.
9380
9381 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9382 Replace mapcar called for effect with dolist.
9383 (gnus-topic-list): Replace mapcar called for effect with mapc.
9384
9385 * gnus.el: Use mapc instead of mapcar to add autoloads.
9386
4b576f7d
RS
93872007-10-23 Richard Stallman <rms@gnu.org>
9388
9389 * gnus-group.el (gnus-group-highlight): Mark as risky.
9390
fdc90613
MB
93912007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9392
9393 * gnus.el (gnus-server-to-method): Return method found first in
9394 gnus-newsrc-alist.
9395
01c52d31
MB
9396 * gnus-art.el (gnus-article-highlight-signature)
9397 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9398 button overlay without the front stickiness.
9399
94002007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9401
9402 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9403 overview buffer needed a catch to receive its throw.
296a8e19 9404 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
9405 easier to use.
9406
fdc90613
MB
94072007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9408
9409 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9410 `next-line'.
9411
5255e3ff
MB
94122007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9413
9414 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9415 exclude address matching message-dont-reply-to-names.
9416
b4fde39f
MB
94172007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9418
9419 * gnus-util.el (gnus-string<): New function.
9420
9421 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 9422 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
9423
94242007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9425
9426 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9427 the frame-focus tag is set in gnus-buffer-configuration.
9428
01c52d31
MB
94292007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9430
9431 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9432 the front stickiness.
9433
94342007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9435
9436 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9437 url pattern; remove duplicate one.
9438 (gnus-article-extend-url-button): New function.
9439 (gnus-article-add-buttons): Use it.
9440 (gnus-button-push): Use concatenated url that it makes.
9441
6ab3804a
JB
94422007-10-04 Juanma Barranquero <lekktu@gmail.com>
9443
9444 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9445 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9446
2f19ece7
SM
94472007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9450 Don't hardcode point-min==1.
9451
1d0df8af
DK
94522007-09-30 David Kastrup <dak@gnu.org>
9453
9454 * gnus-art.el (gnus-article-reply-with-original)
9455 (gnus-article-followup-with-original): When `transient-mark-mode' is
9456 off, refrain from active-region behavior for followups.
9457
4b70e299
MB
94582007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
9461 Fix comment about "iso8859-1".
9462
d4835507 94632007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
9464
9465 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9466 ones returned from the verify-function.
9467
296a8e19
SM
9468 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9469 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
9470
94712007-10-07 Daiki Ueno <ueno@unixuser.org>
9472
9473 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9474 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9475 failed.
4b70e299
MB
9476
94772007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9478
e9346447 9479 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 9480
01c52d31
MB
94812007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9482
9483 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9484 to mark a thread as expirable. Add variable `hide' to handle hiding of
9485 thread for both the null and zero (kill/expire thread) universal prefix
9486 cases.
9487 (gnus-summary-expire-thread): Add new function to expire a thread,
9488 using gnus-summary-kill-thread.
9489 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9490 shortcuts for gnus-summary-expire-thread.
9491 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9492 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9493
94942007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9495
9496 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9497 extras value, so an extras entry can be deleted.
9498 (gnus-registry-delete-extra-entry): Use it.
9499 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9500 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9501 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
9502 storage through the gnus-registry, and provide an appropriate API for
9503 it.
01c52d31 9504
4b70e299
MB
95052007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9506
9507 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9508 Suggested by Leo <sdl.web@gmail.com>.
9509
9510 * gnus.el: Do.
9511
95122007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9513
9514 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9515 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9516
9517 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9518
9519 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9520 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9521
95222007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9523
9524 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9525 newline.
9526 (nnmbox-request-accept-article): Don't change article in source buffer;
9527 narrow to header to use message-fetch-field rather than
9528 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9529 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9530 as delimiters; make sure article ends with newline.
9531 (nnmbox-delete-mail): Correct last position of article to be deleted;
9532 ignore X-Gnus-Newsgroup header in article body.
9533 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9534 positions; make sure article ends with newline.
9535
01c52d31
MB
9536 * message.el (message-display-abbrev): Don't infloop when a user
9537 inserts SPC in the beginning of header.
9538
95392007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9540
9541 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9542 list of groups not followed by default. Fix type to be regexp.
9543 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9544
95452007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9546
9547 * hmac-def.el (define-hmac-function): Switch from old-style to
9548 new-style backquotes.
9549
002876ab 9550 * md4.el (md4-make-step): Likewise.
01c52d31
MB
9551
95522007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9553
9554 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9555 raw-text coding system when saving .newsrc file, which may contain
9556 non-ASCII group names.
9557
4b70e299
MB
95582007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9559
9560 * gnus-cus.el (gnus-score-extra): New widget.
9561 (gnus-score-extra-convert): New function.
9562 (gnus-score-customize): Use it for Extra.
9563
01c52d31
MB
95642007-08-31 Daiki Ueno <ueno@unixuser.org>
9565
9566 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9567 (mml2015-mailcrypt-clear-verify): Use it.
9568 (mml2015-gpg-clear-verify): Use it.
9569 (mml2015-pgg-clear-verify): Use it.
9570 (mml2015-epg-clear-verify): Replace the current part with the output
9571 from GnuPG; don't extract the plaintext by itself.
9572
9573 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9574 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9575 mml2015-clear-verify-function; don't touch the armor headers or
9576 dash-escaped text here.
9577
95782007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9579
9580 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9581 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9582 parts, or application/octet-stream as a last resort.
9583 (gnus-mime-view-part-as-type): Don't toggle display.
9584 (gnus-mime-view-part-as-charset): Don't turn off display before
9585 querying charset.
9586
9587 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9588 stuff to undisplayer function in Emacs.
9589 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9590
9591 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9592 text/calendar parts.
9593
7f22a765
MB
95942007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9595
01c52d31
MB
9596 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9597 decoding text/calendar parts.
9598
9599 * message.el (message-forward-make-body-mime): Always mark body as
9600 having no illegible text; remove signed-or-encrypted argument.
9601 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9602
7f22a765
MB
9603 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9604 (mml-generate-mime-1): Don't encode body if it is specified to be in
9605 raw form; don't make buffer be unibyte when inserting multibyte string.
9606
67d0660b
SM
96072007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * sha1.el: Fix up comment style.
9610 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9611 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9612
9613 * hex-util.el: Fix up comment style.
9614 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9615
9616 * gnus-salt.el: Use with-current-buffer.
9617 (gnus-pick-setup-message): Fix long-standing typo.
9618
bdaf8a62
MB
96192007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9620
01c52d31
MB
9621 * imap.el (imap-logout-timeout): New variable.
9622 (imap-logout, imap-logout-wait): New functions.
9623 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9624
9625 * nnimap.el (nnimap-logout-timeout): New server variable.
9626 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9627 nnimap-logout-timeout.
9628
bdaf8a62
MB
9629 * gnus-art.el (gnus-article-summary-command-nosave)
9630 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9631
96322007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9633
9634 * gnus.el (gnus-maximum-newsgroup): New variable.
9635
9636 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9637 according to gnus-maximum-newsgroup.
9638
9639 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
9640 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9641 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 9642
01c52d31
MB
96432007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9644
296a8e19 9645 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
9646 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9647 Don't perform gnus-configure-windows here; reuse existing sticky
9648 article buffer.
9649
9650 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9651 it doesn't exist in gnus-article-mode.
9652
96532007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9656 (gnus-agent-decoded-group-name): New function.
9657 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9658 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9659
96602007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9661
9662 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9663 Add binding for gnus-sticky-article.
9664 (gnus-summary-exit): Don't kill sticky article buffers.
9665
9666 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9667 article buffer.
9668 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9669 (gnus-kill-sticky-article-buffers): New commands.
9670
37cc095b
MB
96712007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9672
9673 * nntp.el (nntp-xref-number-is-evil): New server variable.
9674 (nntp-find-group-and-number): If it is non-nil, don't trust article
9675 numbers in the Xref header.
9676
01c52d31
MB
96772007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9678
9679 * gnus-agent.el (gnus-agent-read-group): New function.
9680 (gnus-agent-flush-group, gnus-agent-expire-group)
9681 (gnus-agent-regenerate-group): Use it.
9682 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9683 nnmail-pathname-coding-system.
9684
37cc095b
MB
96852007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9686
9687 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9688
01c52d31
MB
9689 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9690 that are unread as unread, and also as selected so that information of
9691 marks having been changed by a user may be updated when exiting group.
9692
37cc095b
MB
96932007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9694
9695 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9696
01c52d31
MB
96972007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9698
9699 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9700 calculated ignoring signature parts to gnus-treat-article.
9701
97022007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9705 a point here in order to keep the window start.
9706 (gnus-insert-mime-security-button): Make a button overlay without the
9707 front stickiness.
9708 (gnus-mime-display-security): Goto the end of a button.
9709
9710 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9711
97122007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9713
9714 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9715 group-name-at-point.
9716 (gnus-group-completing-read): New function that offers decoded
9717 non-ASCII group names for completion.
9718 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9719 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9720 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9721 (gnus-group-fetch-control): Use it.
9722 (gnus-fetch-group): Use group-name-at-point for the initial value
9723 rather than the default value; use gnus-alive-p.
9724
9725 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9726 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9727 (gnus-summary-post-news): Use gnus-group-completing-read.
9728
9729 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9730 (gnus-read-move-group-name): Decode group name for completion.
9731
f0131492 97322007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
9733
9734 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9735 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9736 Yamaoka slightly modified the code).
9737
97382007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9739
9740 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9741 (nnmail-split-incoming): Bind it.
9742
9743 * nnml.el (nnml-group-name-charset): New function.
9744 (nnml-decoded-group-name): Use it; don't decode group name if
9745 nnmail-group-names-not-encoded-p is non-nil.
9746 (nnml-encoded-group-name): New function.
9747 (nnml-group-pathname): Inline nnml-decoded-group-name.
9748 (nnml-request-expire-articles): Decode group name in message.
9749 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9750 nnmail-pathname-coding-system.
9751 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9752 not decoded ones according to nnmail-group-names-not-encoded-p.
9753 (nnml-generate-active-info): Use nnml-encoded-group-name.
9754
3ecd3a56
GM
97552007-08-08 Glenn Morris <rgm@gnu.org>
9756
9757 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9758 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9759 doc-strings and comments.
9760
cacc7b51
GM
97612007-07-25 Glenn Morris <rgm@gnu.org>
9762
9763 * Relicense all FSF files to GPLv3 or later.
9764
01c52d31 97652007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 9766
296a8e19
SM
9767 * gnus-sum.el (gnus-summary-move-article):
9768 Make gnus-summary-respool-article work.
2f62a044 9769
f931ce84
MB
97702007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9771
9772 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9773 string.
9774
880820fe 97752007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
9776
9777 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9778 that should be ignored when comparing distant RSS articles with local
9779 ones.
9780 (nnrss-make-hash-index): New function. Create a hash index according
9781 to the ignored fields.
9782 (nnrss-check-group): Use it.
9783
97842007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9787
9788 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9789
9790 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9791 the new optional argument ENCODED is non-nil.
9792 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9793 coding system for encoding group name.
9794 (gnus-group-make-rss-group): Pass un-encoded group name to
9795 gnus-group-make-group.
9796 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9797 encoded.
9798
9799 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9800 Encode group name to which articles are moved or copied.
9801 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9802 coding system for encoding Newsgroup, Followup-To and Xref headers.
9803
9804 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9805 marks; use nnheader-file-coding-system to write a file.
9806 (nnagent-retrieve-headers): Bind file-name-coding-system to
9807 nnmail-pathname-coding-system.
9808
9809 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9810
9811 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9812 (nnml-request-article, nnml-request-create-group)
9813 (nnml-request-rename-group, nnml-find-id)
9814 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9815 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9816 (nnml-save-marks): Use nnml-group-pathname instead of
9817 nnmail-group-pathname.
9818
9819 (nnml-request-create-group, nnml-request-expire-articles)
9820 (nnml-request-move-article, nnml-request-delete-group)
9821 (nnml-deletable-article-p, nnml-possibly-create-directory)
9822 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9823 (nnml-open-marks): Bind file-name-coding-system to
9824 nnmail-pathname-coding-system.
9825
9826 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
9827 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9828 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
9829 (nnml-request-accept-article): Pass server argument to
9830 nnml-active-number and nnml-save-mail.
9831 (nnml-find-group-number): Pass server argument to nnml-find-id.
9832 (nnml-request-update-info): Pass server argument to
9833 nnml-marks-changed-p.
9834
9835 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9836 (nnml-save-mail, nnml-active-number): Add server argument.
9837
9838 (nnml-request-delete-group): Warn if group is missing.
9839 (nnml-get-nov-buffer): Decode group name.
9840 (nnml-generate-active-info): Encode group name.
9841 (nnml-open-marks): Decode group name in messages.
9842
98432007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9844
9845 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9846 if it is not specified.
9847 (gnus-article-pipe-part, gnus-article-save-part)
9848 (gnus-article-interactively-view-part, gnus-article-copy-part)
9849 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9850 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9851 (gnus-article-replace-part, gnus-article-delete-part)
9852 (gnus-article-view-part-as-type): Pass raw prefix argument to
9853 gnus-article-part-wrapper.
9854
98552007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9856
296a8e19
SM
9857 * gnus-agent.el (gnus-agent-save-active):
9858 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
9859
9860 * gnus-cache.el (gnus-cache-save-buffers)
9861 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9862 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9863 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9864 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9865 (gnus-cache-generate-active, gnus-cache-rename-group)
9866 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
9867 (gnus-cache-update-overview-total-fetched-for):
9868 Bind file-name-coding-system to nnmail-pathname-coding-system.
9869 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9870 New variables.
01c52d31
MB
9871 (gnus-cache-decoded-group-name): New function.
9872 (gnus-cache-file-name): Use it.
9873 (gnus-cache-generate-active): Use non-decoded group name for active.
9874
9875 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9876 right place.
9877 (gnus-write-active-file): Don't break non-ASCII group names.
9878
9879 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9880 nnmail-pathname-coding-system.
9881
9882 * gnus-uu.el (gnus-uu-decode-save): Typo.
9883
f931ce84
MB
98842007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9885
9886 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9887
2f62a044
MB
98882007-07-14 David Kastrup <dak@gnu.org>
9889
9890 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9891 finishing actions if we did not edit the article.
9892
01c52d31
MB
98932007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9894
9895 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9896 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9897 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9898 (gnus-agent-flush-group, gnus-agent-flush-cache)
9899 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9900 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9901 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9902 (gnus-agent-regenerate-group)
9903 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
9904 (gnus-agent-update-view-total-fetched-for):
9905 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
9906 (gnus-agent-group-pathname): Don't encode file names by
9907 nnmail-pathname-coding-system.
9908 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9909 coding-system-for-write instead of buffer-file-coding-system to
9910 gnus-agent-file-coding-system.
9911
9912 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9913 Decode group name.
9914
9915 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9916
9917 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9918 (gnus-read-newsrc-el-file): Make group names unibyte.
9919
9920 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9921 nnmail-pathname-coding-system.
9922
9923 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9924 (nnrss-request-delete-group): Bind file-name-coding-system to
9925 nnmail-pathname-coding-system.
296a8e19
SM
9926 (nnrss-read-server-data, nnrss-read-group-data):
9927 Bind file-name-coding-system correctly.
01c52d31
MB
9928 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9929
9930 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9931 (nntp-server-to-method-cache): New variable.
9932 (nntp-group-pathname): New function that decodes non-ASCII group names.
9933 (nntp-possibly-create-directory, nntp-marks-changed-p)
9934 (nntp-save-marks, nntp-open-marks): Use it.
9935 (nntp-possibly-create-directory, nntp-open-marks):
9936 Bind file-name-coding-system to nnmail-pathname-coding-system.
9937 (nntp-open-marks): Decode group names when bootstrapping marks.
9938
9939 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9940 Newsgroups and Folowup-To headers.
9941
82fe1aed
MB
99422007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9943
9944 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9945 (gnus-server-closed-face, gnus-server-denied-face)
9946 (gnus-server-offline-face): Remove variable.
9947 (gnus-server-font-lock-keywords): Use faces that are not aliases.
9948
01c52d31
MB
9949 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9950 of modifying message-stack directly for XEmacs.
9951
82fe1aed
MB
9952 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9953 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9954 if the coding-system argument is nil for XEmacs.
9955
9956 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9957 mm-charset-override-alist.
9958
9959 * rfc2047.el: Don't require base64; require rfc2045 for the function
9960 rfc2045-encode-string.
9961 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9962 to quote the parameter value.
9963
01c52d31
MB
99642007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
9965
9966 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9967 form in gnus-group-name-charset-method-alist.
9968
9969 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9970 overrides the default layout edit-form.
9971
9972 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9973
9974 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9975
60b0b668
MB
99762007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
9977
9978 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9979 as unfetched articles.
9980
99812007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
9982
9983 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9984
01c52d31
MB
99852007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9986
9987 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9988 original back end that keeps marks in the local system.
9989
60b0b668
MB
99902007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
9991
01c52d31
MB
9992 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9993 arg of pop-to-buffer for XEmacs.
9994 (gnus-article-read-summary-keys): Ditto; don't restore window
9995 configuration if summary command ends up with neither article buffer
9996 nor summary buffer; describe bindings if summary keys end with C-h.
9997
99982007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9999
10000 * message.el (message-fix-before-sending): Skip raw message part to be
10001 forwarded while checking illegible text.
296a8e19
SM
10002 (message-forward-make-body-mime, message-forward-make-body):
10003 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
10004
100052007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10006
10007 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10008 (gnus-message-with-timestamp-1): New macro.
10009 (gnus-message-with-timestamp): New function.
10010 (gnus-message): Use them.
10011
10012 * nnheader.el (nnheader-message): Use them.
10013
100142007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10015
10016 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10017 .newsrc.eld file.
60b0b668 10018
5cedca8d
MB
100192007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10020
10021 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
10022 (gnus-agent-retrieve-headers):
10023 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
10024
10025 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10026 available also when the server returns simply a dot.
10027
10028 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10029
524705ae
MB
100302007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10031
01c52d31
MB
10032 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10033
100342007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10035
524705ae
MB
10036 * gnus-ems.el (gnus-x-splash): Make it work.
10037
10038 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10039 from being used.
10040
01c52d31
MB
100412007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10042
10043 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10044 the front stickiness.
10045 (gnus-article-summary-command-nosave): Correct the order of the
10046 arguments passed to pop-to-buffer.
10047 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10048 summary command ends up with the article buffer.
10049
10050 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10051 the same faces.
524705ae 10052
770edeec
JB
100532007-06-07 Juanma Barranquero <lekktu@gmail.com>
10054
524705ae 10055 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 10056
34c5dce5
JB
100572007-06-06 Juanma Barranquero <lekktu@gmail.com>
10058
3e3dc2c3
JB
10059 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10060 * gnus-sum.el (gnus-summary-highlight):
524705ae 10061 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 10062 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 10063
524705ae
MB
100642007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * gnus-art.el (gnus-mime-view-part-externally)
10067 (gnus-mime-view-part-internally): Fix predicate function passed to
10068 completing-read.
10069
01c52d31
MB
10070 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10071
10072 * gnus.el (gnus-update-message-archive-method): Add :version.
10073
100742007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10075
10076 * gnus.el (gnus-update-message-archive-method): New variable.
10077
10078 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10079 according to gnus-message-archive-method if
10080 gnus-update-message-archive-method is non-nil.
10081
100822007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10083
296a8e19
SM
10084 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10085 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 10086 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 10087
c14dcd06
CY
100882007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10089
10090 * message.el (message-pop-to-buffer): Add switch-function argument.
10091 (message-mail): Pass switch-function argument to it.
524705ae 10092
01c52d31
MB
100932007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10094
10095 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10096 Improve doc string.
10097
100982007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10099
10100 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10101 (gnus-header-content)
10102 * gnus-cite.el (gnus-cite-10)
10103 * gnus-srvr.el (gnus-server-closed)
10104 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10105 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10106 (gnus-group-mail-3-empty, gnus-group-mail-low)
10107 (gnus-group-mail-low-empty, gnus-splash)
10108 * message.el (message-header-to, message-header-cc)
10109 (message-header-subject, message-header-other, message-header-name)
10110 (message-header-xheader, message-separator, message-cited-text)
10111 (message-mml): Lighten colors of faces used for dark background.
10112
101132007-05-24 Simon Josefsson <simon@josefsson.org>
10114
10115 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10116 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10117
524705ae
MB
101182007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10119
c9e31f32
SM
10120 * message.el (message-narrow-to-headers-or-head):
10121 Ignore mail-header-separator in the body.
524705ae 10122
01c52d31
MB
101232007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10126 same as window size.
10127
101282007-05-22 Kevin Ryde <user42@zip.com.au>
10129
10130 * message.el (message-font-lock-keywords): Use message-header-xheader
10131 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10132 ahead of the anything pattern, to get it recognised.
10133
880820fe 101342007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10135
10136 * gnus-sum.el (gnus-articles-to-read)
10137 (gnus-summary-insert-old-articles): Don't truncate group name for
10138 `read-string'.
10139
10140 * gnus-util.el (gnus-limit-string): Delete this function.
10141
296a8e19
SM
10142 * gnus-sum.el (gnus-simplify-subject-fully):
10143 Use `truncate-string-to-width' instead.
01c52d31 10144
880820fe 101452007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 10146
296a8e19
SM
10147 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10148 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
10149 (gnus-summary-exit): Use it.
10150
524705ae
MB
101512007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10152
10153 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10154 non-break space.
c14dcd06 10155
01c52d31
MB
101562007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10157
10158 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10159 Check if group is not a directory.
10160 (nnfolder-request-expire-articles): Don't delete articles if the target
10161 group is not available.
10162
10163 * nnml.el (nnml-request-create-group): Properly check if group is not a
10164 file.
10165 (nnml-request-expire-articles): Don't delete articles if the target
10166 group is not available.
10167
10168 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10169 Don't quote characters that are within parentheses.
10170
101712007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10172
10173 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10174 (gnus-handle-ephemeral-exit): Select article according to it.
10175
101762007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10177
10178 * message.el (message-insert-formated-citation-line): Remove newline.
10179 (message-citation-line-format): Add final \n here so that the user can
10180 avoid a blank line.
10181
101822007-05-03 Dan Christensen <jdc@uwo.ca>
10183
10184 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10185 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10186 Update lanl/arXiv support.
596e5f72 10187
01c52d31
MB
101882007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10189
10190 * gnus.el: Bump version number.
10191
101922007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10193
10194 * gnus.el (gnus-version-number): Bump version.
10195
9b3ebcb6 101962007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
10197
10198 * gnus.el: No Gnus v0.6 is released.
10199
102002007-04-27 Didier Verna <didier@xemacs.org>
10201
296a8e19
SM
10202 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10203 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
10204 * message.el: Don't require 'gnus-util.
10205 (message-dont-reply-to-names): Handle name change above.
10206 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10207
102082007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10211 since the initial value varies according to the system.
10212
102132007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10216
102172007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10218
10219 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10220
102212007-04-24 Didier Verna <didier@xemacs.org>
10222
10223 Improve the type of gnus-ignored-from-addresses.
10224 * gnus-util.el (gnus-orify-regexp): New function.
10225 * message.el (gnus-util): Require it.
10226 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10227 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10228 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10229
102302007-04-24 Didier Verna <didier@xemacs.org>
10231
10232 * gnus-sum.el:
10233 * gnus-utils.el: Fix some trailing whitespaces.
10234
102352007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10238 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10239 article's Message-ID; refer parent article in summary buffer.
10240
10241 * message.el (message-bounce): Call mime-to-mml.
10242
102432007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10244
10245 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 10246
6b554e88
MB
102472007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10250 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10251 displayed of multipart/alternative part if it is invoked from summary
10252 buffer.
6b554e88
MB
10253
10254 * mm-view.el (mm-inline-text-html-render-with-w3m)
10255 (mm-inline-text-html-render-with-w3m-standalone)
10256 (mm-inline-render-with-function): Use mail-parse-charset by default.
10257
01c52d31
MB
102582007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10259
10260 * parse-time.el (parse-time-string-chars): Check if CHAR
10261 is less than the length of parse-time-syntax.
10262
102632007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10264
10265 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10266 from gnus-newsgroup-processable.
10267
102682007-04-16 Didier Verna <didier@xemacs.org>
10269
296a8e19
SM
10270 * gnus-msg.el (gnus-configure-posting-styles):
10271 Handle message-signature-directory properly with :file syntax.
10272 Reported by "Leo".
01c52d31
MB
10273
102742007-04-11 Didier Verna <didier@xemacs.org>
10275
10276 New user option: message-signature-directory.
10277 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10278 * message.el (message-insert-signature): Ditto.
10279 * message.el (message-signature-file): Doc update.
10280 * message.el (message-signature-directory): New.
10281
c429815a
MB
102822007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10283
296a8e19
SM
10284 * gnus-msg.el (gnus-inews-yank-articles):
10285 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
10286
102872007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10288
10289 * message.el (message-yank-original): Make sure cited text ends with
10290 newline; don't exchange point and mark.
10291
102922007-04-07 Chong Yidong <cyd@stupidchicken.com>
10293
10294 * tls.el (open-tls-stream): Properly handle case where there
10295 is no associated buffer.
10296
c345112e
TTN
102972007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10298
10299 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10300 message-yank-original, make sure (< mark TEXT point).
10301
8aed9ac5
RS
103022007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10303
01c52d31
MB
10304 * message.el (message-fill-column): New variable.
10305 (message-mode): Use it. Add comment on a possible new hook.
10306
8aed9ac5
RS
10307 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10308 (nnmail-get-new-mail): Reformat.
10309
10310 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10311
10312 * gmm-utils.el: Fix Commentary.
10313 (gmm-tool-bar-from-list): Fix typo in doc string.
10314
561fb491
TTN
103152007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10316
01c52d31
MB
10317 * message.el (message-yank-original): Don't switch point and mark
10318 unnecessarily to put point and mark as documented.
10319
103202007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10321
10322 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10323 from the message heads.
10324
103252007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10326
10327 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10328 article buffer does not have a window. This may not be the best
10329 solution but is certainly better than setting the start of the null,
10330 that is the current, window.
10331
103322007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10333
10334 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10335 (gnus-draft-setup): Run it.
10336
10337 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10338 gnus-score-fast-scoring. Allow regexp.
10339 (gnus-score-headers): Use it.
10340
10341 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10342 XEmacs.
10343
10344 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10345 string.
10346 (gnus-button-alist): Also catch `<f1> k ...'.
10347 (gnus-treat-display-x-face): Fix doc string.
561fb491 10348
87ba2830
MB
103492007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10350
10351 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10352 evaluation of gnus-extended-version to ensure correct generation of the
10353 User-Agent header when message-generate-headers-first is used.
10354
01c52d31 103552007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 10356
01c52d31
MB
10357 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10358 hashcash-path is nil. Don't call callback with incorrect number of
10359 parameters if val is 0.
87ba2830 10360
815b81c8
MB
103612007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10362
10363 * message.el (message-required-news-headers):
10364 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10365
103662007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10367
10368 * message.el (message-generate-new-buffers): Change the meaning of the
10369 nil value; add `standard' to the choices; treat t as `unique'; improve
10370 doc string.
10371 (gnus-select-frame-set-input-focus): Autoload.
10372 (message-buffer-name): Search for the existing message buffer if
10373 message-generate-new-buffers is nil or `standard'; treat the value t of
10374 message-generate-new-buffers as `unique'.
10375 (message-pop-to-buffer): Raise the frame already displaying the message
10376 buffer; clear the echo area after querying.
10377 (message-setup): Pass the `continue' argument to compose-mail.
10378 (message-mail): Prefer `switch-function' if it is given; search for the
10379 existing message buffer if the `continue' argument is non-nil; pass
10380 continue and switch-function arguments to compose-mail by way of
10381 message-setup.
10382 (message-mail-other-window): Adjust argument of message-setup.
10383 (message-mail-other-frame): Ditto.
10384
01c52d31
MB
103852007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10386
10387 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10388 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10389 to turn font-lock on when turning gnus-message-citation-mode on.
10390
103912007-03-06 Daiki Ueno <ueno@unixuser.org>
10392
10393 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10394 (mml-smime-function-alist): New variable; add epg as the backend.
10395 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10396 mml-smime- functions instead.
10397 * mm-view.el: Require smime.
10398
103992007-03-05 Didier Verna <didier@xemacs.org>
10400
10401 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10402 instead of just inheritance for posting styles.
10403 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10404
104052007-02-24 John Paul Wallington <jpw@pobox.com>
10406
10407 * tls.el (tls-certtool-program): Fix custom type.
10408
104092007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10410
10411 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10412 and point-at-eol instead of line-(beginning|end)-position.
10413
10414 * assistant.el (assistant-parse-buffer): Ditto.
10415
104162007-02-28 Daiki Ueno <ueno@unixuser.org>
10417
10418 * mml2015.el (mml2015-epg-find-usable-key): New function.
10419 (mml2015-epg-sign): Use it.
10420 (mml2015-epg-encrypt): Use it.
10421
45cb30ee
MB
104222007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * message.el (message-make-in-reply-to): Quote name containing
10425 non-ASCII characters. It will make the RFC2047 encoder cause an error
10426 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 10427 <nakaji@jp.freebsd.org>.
45cb30ee 10428
01c52d31
MB
104292007-02-27 Didier Verna <didier@xemacs.org>
10430
10431 Include the group parameters as well as the topic ones in the
10432 inheritance filter process.
10433 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10434 argument GROUP-PARAMS-LIST.
10435 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10436
45cb30ee
MB
104372007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * nntp.el (nntp-never-echoes-commands)
10440 (nntp-open-connection-functions-never-echo-commands): New variables.
10441 (nntp-send-command): Use them.
10442
01c52d31
MB
104432007-02-20 Daiki Ueno <ueno@unixuser.org>
10444
296a8e19 10445 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
10446
104472007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10448
10449 * mml.el (mml-content-disposition-alist): New user option.
10450 (mml-content-disposition): New function.
10451 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10452 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10453
104542007-02-19 Daiki Ueno <ueno@unixuser.org>
10455
10456 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10457 verification.
10458
aa260d63
MB
104592007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10460
10461 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10462 articles posted in the last 24 hours.
10463
c371062c
CY
104642007-02-14 Chong Yidong <cyd@stupidchicken.com>
10465
10466 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10467
880820fe 104682007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10469
10470 * nntp.el (nntp-send-command): Don't wait for echoes when
10471 nntp-open-ssl-stream is used.
10472
104732007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10474
10475 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10476 (gnus-message-add-citation-keywords)
10477 (gnus-message-remove-citation-keywords): Remove.
10478 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10479 directly, make the variables in font-lock-defaults buffer-local, add
10480 gnus-message-citation-keywords to them and then update the value of
10481 font-lock-keywords.
10482
104832007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10484
10485 * message.el (message-cite-original-1): Don't call
10486 gnus-article-highlight-citation.
10487
10488 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10489 citations; fix line count.
10490
104912007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10492
10493 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10494 (gnus-message-add-citation-keywords)
10495 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10496 versions of font-lock-add-keywords and font-lock-remove-keywords to
10497 work with XEmacs correctly.
10498
104992007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10500
10501 * gnus-cite.el (gnus-cite-face-list): Set the values of
10502 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10503 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10504 (gnus-message-cite-prefix-regexp): New variable.
10505 (gnus-message-search-citation-line): Use it; protect against long
10506 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10507 the 0th match data for Emacs.
10508 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10509 (gnus-message-add-citation-keywords): Append keywords rather than
10510 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
10511 (gnus-message-remove-citation-keywords):
10512 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
10513
10514 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10515
10516 * message.el (message-cite-prefix-regexp): Set the value of
10517 gnus-message-cite-prefix-regexp.
10518
c91f4b83
MB
105192007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10520
10521 * nnweb.el (nnweb-google-parse-1): Update parser.
10522
8f77631e
JB
105232007-01-29 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10526
41e49ce6
MB
105272007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10528
10529 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10530 regexp.
10531
105322007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10535 string-to-multibyte.
10536 (uudecode-decode-region-internal): Use it.
10537
b28080e3
MB
105382007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10539
296a8e19
SM
10540 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10541 Fix custom choice.
b28080e3
MB
10542
10543 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10544
01c52d31
MB
105452007-01-22 Daiki Ueno <ueno@unixuser.org>
10546
10547 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10548
10549 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10550 `write-region' to respect `mm-inhibit-file-name-handlers'.
10551
b66f54c1
MB
105522007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10553
10554 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10555 Use gnus-home-directory instead of "~/" or "$HOME".
10556
01c52d31
MB
105572007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10558
10559 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10560 to mention filename.
10561 Add comments at beginning regarding usage.
10562 (encrypt-write-file-contents): Change interactive so a string is
10563 acceptable. If the file has no associated model, show an error instead
10564 of a nonsense prompt.
10565
105662007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10567
10568 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10569 Thanks to Yoshihiko Yamada for kind notification of this typo.
10570
0d7c8ac4
KH
105712007-01-12 Kenichi Handa <handa@m17n.org>
10572
10573 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10574 multibyte buffer.
651408cb
MB
10575
105762007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10577
01c52d31
MB
10578 * gnus-score.el (gnus-score-fast-scoring): New variable.
10579 (gnus-score-headers): Use it.
10580
651408cb 10581 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 10582
296a8e19
SM
10583 * message.el (message-cite-original-1):
10584 Call gnus-article-highlight-citation if requested.
60ece9b0 10585 (message-make-from): Allow name and address as optional arguments.
40e902eb 10586
01c52d31 10587 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 10588
01c52d31
MB
10589 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10590 bugs to doc string.
10591 (gnus-button-alist): Add mid\\|message-id.
10592 (gnus-button-fetch-group): Extend for use in
10593 `browse-url-browser-function'.
10594 (gnus-button-url-regexp): Try to catch paired parentheses like in
10595 Wikipedia URLs.
d84c3737 10596
01c52d31
MB
10597 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10598 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 10599
01c52d31 106002007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 10601
01c52d31
MB
10602 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10603 Update copyright.
ba361211 10604
01c52d31 106052007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 10606
01c52d31 10607 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 10608
01c52d31 106092007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 10610
01c52d31
MB
10611 * gnus-registry.el (gnus-registry-unfollowed-groups)
10612 (gnus-registry-split-fancy-with-parent): Fix documentation.
10613
106142007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10615
10616 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10617 from nnweb groups.
10618
106192006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10620
10621 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10622 Xref urls. Erase buffer before requesting head.
10623
10624 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10625
106262007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10627
10628 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10629 customizable.
10630
106312007-01-05 Daiki Ueno <ueno@unixuser.org>
10632
10633 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10634 no signing key is found.
10635 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10636 no encrypting and/or signing key is found.
10637
106382007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10639
10640 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10641
106422007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10643
10644 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10645 headers read from disk with the ones newly found in the current search.
10646 This should no longer cause problems, because the article numbers in
10647 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
10648
106492007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10650
10651 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10652
106532007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10654
10655 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10656
01c52d31
MB
106572007-01-01 Romain Francoise <romain@orebokech.com>
10658
10659 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10660
106612006-12-31 Steve Youngs <steve@sxemacs.org>
10662
10663 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10664 `define-minor-mode' macro definition expanded properly.
10665 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10666 exclude it there.
10667
10668 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10669 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10670 `fboundp' test.
10671 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10672 This is OK to autoload in (S)XEmacs now.
10673
106742006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10675
10676 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10677 keystroke.
10678 (gnus-summary-limit-to-singletons): Fix typo.
10679
10680 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10681 else fails.
10682
db629244
MB
106832006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10684
01c52d31
MB
10685 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10686 docstring.
10687
10688 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10689 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10690 (gnus-summary-insert-dormant-articles): Fix typo in message.
10691
106922006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10693
10694 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10695 nil for XEmacs.
10696 (gnus-message-citation-mode): Don't autoload in XEmacs.
10697
10698 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 10699
880820fe 107002006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 10701
296a8e19
SM
10702 * nnimap.el (nnimap-expunge-search-string):
10703 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
10704
107052006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10706
10707 * spam.el: Revert to make-obsolete-variable because
10708 define-obsolete-variable-alias is not supported in Emacs 21.
10709
01c52d31
MB
10710 * spam.el (spam-ifile-path, spam-ifile-database-path)
10711 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10712 make-obsolete-variable.
10713 (spam-bsfilter-path, spam-bsfilter-program)
10714 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
10715 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10716 Don't use "path" inappropriately.
01c52d31
MB
10717 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10718 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10719 variable names.
10720
11e95b02
MB
107212006-12-28 Daiki Ueno <ueno@unixuser.org>
10722
10723 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10724 summary buffer.
10725
01c52d31
MB
10726 * password.el (password-cache-remove): Use clear-string to burn
10727 password, if available.
11e95b02 10728
01c52d31
MB
107292006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10730
10731 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10732
10733 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10734
10735 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10736 (gnus-message-highlight-citation): Move defcustom here from
10737 gnus-cite.el.
10738 (gnus-message-citation-mode): Autoload.
10739
10740 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10741 checks to make it compile with XEmacs.
10742 (gnus-message-citation-mode): New minor mode.
10743 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10744 (gnus-message-highlight-citation): New variables.
10745 (gnus-message-search-citation-line)
10746 (gnus-message-add-citation-keywords)
10747 (gnus-message-remove-citation-keywords)
10748 (turn-on-gnus-message-citation-mode)
10749 (turn-off-gnus-message-citation-mode): New functions.
10750
107512006-12-26 Oliver Scholz <epameinondas@gmx.de>
10752
10753 * gnus-cite.el: Enable highlighting of different citation levels in
10754 message-mode.
11e95b02
MB
10755
107562006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10757
10758 * message.el (message-make-fqdn): Fix comment.
10759 (message-bogus-system-names): Add ".local".
10760
10761 * spam.el (spam-ifile-path, spam-ifile-program)
10762 (spam-ifile-database-path, spam-ifile-database)
10763 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10764 Don't use "path" inappropriately.
10765 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10766 strings.
10767 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
10768 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10769 Use new variable names.
11e95b02
MB
10770
10771 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10772 (gnus-treat-display-smileys): Simplify using
10773 gnus-image-type-available-p.
10774
10775 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10776 available.
10777
107782006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10781 one after turning on the buffer's multibyteness instead of decoding
10782 them directly in the unibyte buffer that causes unexpected conversion
10783 in Emacs 23 (unicode).
10784
01c52d31
MB
107852006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10786
10787 * message.el (message-generate-hashcash): Fix custom type.
10788
107892006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10790
10791 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10792
9b9e104e
MB
107932006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10794
10795 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10796 disconnect icons. Add help text.
10797
01c52d31
MB
107982006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10799
10800 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10801 negated to be consistent with the others we handle.
10802
108032006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10806 version of gnus-summary-buffer to something, so that we can use two
10807 article buffers at the same time.
10808
108092006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10810
10811 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10812 trigger all the extra headers.
10813 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10814 sorting.
10815
108162006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10817
10818 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10819 solid groups.
10820
bcd3e063
MB
108212006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10822
10823 * legacy-gnus-agent.el: Add Copyright notice.
10824
82e5f93f
CY
108252006-12-12 Chong Yidong <cyd@stupidchicken.com>
10826
10827 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10828
01c52d31
MB
108292006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10830
10831 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10832
10833 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10834 to make it work reliably in CVS Emacs.
10835 (gnus-summary-limit-strange-charsets-predicate)
10836 (gnus-summary-limit-to-predicate): New functions.
10837
f88e76a8
CY
108382006-12-08 Chong Yidong <cyd@stupidchicken.com>
10839
10840 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10841 specifying array size.
10842 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10843 array if it is too small.
296a8e19 10844 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
10845 (gnus-sort-threads-loop): New function.
10846
e925d5ae 108472006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
10848
10849 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10850 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10851
880820fe 108522006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
10853
10854 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10855 options.
10856
01c52d31
MB
108572006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10858
10859 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10860 DOS-ing the recipient.
10861
10862 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10863 the headers when creating the mapping to avoid mismappings.
10864 (nnweb-gmane-create-mapping): Always nix out old mapping.
10865
108662006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10867
10868 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10869 and mm-verify-option to never.
10870
5538c331
MB
108712006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10872
01c52d31
MB
10873 * message.el (message-signed-or-encrypted-p): New function.
10874 (message-forward-make-body): Use it.
10875
10876 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10877 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
10878
108792006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10880
296a8e19
SM
10881 * nneething.el (nneething-decode-file-name):
10882 Replace decode-coding-string with mm-decode-coding-string.
5538c331 10883
01c52d31
MB
10884 * gnus-int.el (gnus-open-server): Say failed server's name.
10885
550831ed
JB
108862006-11-24 Juanma Barranquero <lekktu@gmail.com>
10887
10888 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10889 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10890
10891 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10892 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10893 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10894 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10895 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10896 (gnus-subscribe-newsgroup, gnus-1):
10897 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10898 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10899 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10900 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10901
01c52d31
MB
109022006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10903
10904 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10905 keystroke.
10906 (gnus-summary-limit-to-bodies): Implement headersp.
10907
109082006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10909
10910 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10911
e8f0f70d
MB
109122006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10913
10914 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10915
01c52d31
MB
109162006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * message.el (message-generate-hashcash): Expand range of values to
10919 include `opportunistic'.
10920 (message-send-mail): Use it.
10921
b07e0143
MB
109222006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10923
10924 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10925 and comment it.
10926
10927 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10928
4573e0df
MB
109292006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
10930
10931 * gnus-util.el (gnus-extract-address-components): Improve comment.
10932
109332006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10934
10935 * gnus-util.el (gnus-extract-address-components): Work with address in
10936 which the name portion contains @.
10937
109382006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10939
10940 * gnus.el (gnus-start): Move custom group up.
10941 (gnus-select-method): Don't autoload, but make it available for
10942 `customize-variable'.
10943 (gnus-getenv-nntpserver): Don't autoload.
10944
01c52d31
MB
109452006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
10946
10947 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10948
109492006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10950
10951 * message.el (message-sendmail-extra-arguments): New variable.
10952 (message-send-mail-with-sendmail): Use it.
10953
4573e0df
MB
109542006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10955
10956 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10957 mm-with-unibyte-current-buffer to make string unibyte.
10958
10959 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10960 mm-string-as-multibyte.
10961
01c52d31
MB
109622006-11-14 Daiki Ueno <ueno@unixuser.org>
10963
10964 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10965 Reported by Werner Koch <wk@gnupg.org>.
10966
109672006-11-14 Daiki Ueno <ueno@p360>
10968
10969 * mml2015.el: Autoload epa-select-keys when compiling.
10970
109712006-11-13 Daiki Ueno <ueno@unixuser.org>
10972
10973 * mml2015.el (mml2015-epg-sign): Save the signing keys in
10974 message-options.
10975 (mml2015-epg-encrypt): Save the recipient keys in message-options.
10976
109772006-11-13 Daiki Ueno <ueno@unixuser.org>
10978
296a8e19 10979 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
10980 EasyPG (< 0.0.6).
10981 (mml2015-always-trust): New user option.
10982 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10983 prompt.
10984
109852006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10986
10987 * nntp.el (nntp-authinfo-force): New variable.
10988 (nntp-send-authinfo): Use it.
10989
4573e0df
MB
109902006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
10991
01c52d31
MB
10992 * message.el (message-strip-subject-encoded-words): Allow _not_ to
10993 decode encoded words. Improve prompt. Add comment about forwarding.
10994 (message-replacement-char): Move up.
4573e0df
MB
10995
109962006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10997
10998 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10999 instead of gnus-intersection because arguments of gnus-sorted-nunion
11000 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11001
01c52d31
MB
110022006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11003
11004 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
11005 (message-simplify-subject-functions):
11006 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
11007
110082006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11009
c4cc8b9a 11010 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
11011 (message-simplify-subject-functions): New variable.
11012 (message-simplify-subject): Use it. Fix typo in doc string.
11013 Support message-strip-subject-encoded-words.
11014
06856b12
JB
110152006-11-03 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * gnus-diary.el (gnus-diary-delay-format-function):
11018 * nndiary.el (nndiary-reminders):
11019 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11020
b193caa3
MB
110212006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11022
11023 * gnus-art.el (article-hide-boring-headers): Fetch date from
11024 gnus-original-article-buffer to avoid problems with localized date
11025 strings.
11026
110272006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11028
11029 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11030
ab785936
MB
110312006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11032
06856b12
JB
11033 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11034 New variables.
ab785936
MB
11035 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11036 (mm-charset-synonym-alist): Move some entries to
11037 mm-codepage-iso-8859-list.
296a8e19
SM
11038 (mm-charset-synonym-alist, mm-charset-override-alist):
11039 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 11040
b90a6149
MB
110412006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11042
11043 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11044
110452006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11046
11047 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11048 with Emacs 21 and XEmacs.
11049
01c52d31
MB
110502006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11051
11052 * spam.el (spam-parse-address): New function for better parsing,
11053 catching errors, etc.
11054 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11055
b90a6149
MB
110562006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11057
11058 * mm-view.el: Add interactive arg to html2text autoload.
11059
110602006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11063
01c52d31
MB
110642006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11065
296a8e19
SM
11066 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11067 New variables.
01c52d31
MB
11068 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11069 (mm-charset-synonym-alist): Move some entries to
11070 mm-codepage-iso-8859-list.
11071
11072 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11073
110742006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11075
11076 * message.el (message-citation-line-format)
11077 (message-insert-formated-citation-line): Fix implementation of %E, %N
11078 and %n according to the doc string.
11079
110802006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11081
296a8e19
SM
11082 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11083 Use car-safe to avoid bad parses.
01c52d31 11084
c86d4601
MB
110852006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11088 names.
11089
11090 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11091
110922006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11093
01c52d31
MB
11094 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11095 header.
11096
11097 * message.el (message-draft-headers): Add Date.
11098 (message-headers-to-generate): Fix typo in docstring.
11099
11100 * nndraft.el (nndraft-required-headers): New variable.
11101 (nndraft-generate-headers): Use it.
11102
11103 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11104
111052006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11106
11107 * gnus-registry.el (gnus-registry-wash-for-keywords)
11108 (gnus-registry-find-keywords): New functions to allow easy searching of
11109 articles that are in the registry.
11110
111112006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11112
296a8e19
SM
11113 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11114 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 11115 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
11116
111172006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11118
11119 * gnus.el (gnus-mime): Remove unused custom group.
11120
92edaeed
MB
111212006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11122
11123 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11124 "blank line" when searching for end of armor headers.
11125
111262006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11127
11128 * gmm-utils.el (gmm-write-region): Fix variable name.
11129
111302006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11131
11132 * gmm-utils.el (gmm-write-region): New function based on compatibility
11133 code from `mm-make-temp-file'.
11134
11135 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11136
11137 * nnmaildir.el (nnmaildir--update-nov)
11138 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11139 Use `gmm-write-region'.
11140
996aa8c1
MB
111412006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11142
296a8e19
SM
11143 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11144 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
11145
11146 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11147
11148 * message.el (message-replacement-char): New variable.
11149 (message-fix-before-sending): Use it.
11150 (message-simplify-subject): New function to remove duplicate code.
11151 (message-reply, message-followup): Use it.
11152
296a8e19
SM
11153 * gnus-sum.el (gnus-summary-make-menu-bar):
11154 Clarify gnus-summary-limit-to-articles.
996aa8c1 11155
01c52d31 111562006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 11157
01c52d31 11158 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 11159
01c52d31 11160 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 11161
01c52d31 111622006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11163
01c52d31
MB
11164 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11165 ignore non-string data.
996aa8c1 11166
01c52d31 111672006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11168
01c52d31
MB
11169 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11170 non-string data (needs to be done in the registry too).
996aa8c1 11171
01c52d31 111722006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11173
01c52d31
MB
11174 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11175 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11176 (gnus-registry-split-fancy-with-parent)
11177 (gnus-registry-fetch-simplified-message-subject-fast)
11178 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11179 Remove text properties on ingress into the registry and when it's saved.
11180 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11181 registry from entries with no groups.
996aa8c1 11182
01c52d31 111832006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11184
01c52d31
MB
11185 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11186 function to remove string properties.
996aa8c1 11187
67099291
MB
111882006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11189
11190 * gmm-utils.el (gmm): Adjust custom version.
11191
296a8e19
SM
11192 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11193 Adjust custom version.
67099291
MB
11194
11195 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11196
01c52d31
MB
111972006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11198
11199 * gnus-art.el (gnus-insert-prev-page-button)
11200 (gnus-insert-next-page-button): Simplify. Reformat.
11201
112022006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11203
11204 * gnus-art.el (gnus-insert-prev-page-button)
11205 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11206
94019f61
CY
112072006-09-25 Chong Yidong <cyd@stupidchicken.com>
11208
11209 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11210
01c52d31
MB
112112006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11212
c4cc8b9a
JB
11213 * gnus-art.el (gnus-insert-mime-button)
11214 (gnus-insert-mime-security-button):
11215 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
11216
112172006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11218
11219 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11220 readable.
11221
112222006-09-20 Steve Youngs <steve@sxemacs.org>
11223
11224 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11225 `browse-url-of-file' instead of `browse-url'.
11226
0327a464
MB
112272006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11228
11229 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11230 regexp. Articles containing quotation were cut prematurely.
11231
112322006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11233
01c52d31
MB
11234 * message.el (message-cite-original-1): Use nobody by default for the
11235 value of From header.
0327a464
MB
11236 (message-reply): Ditto.
11237
01c52d31
MB
112382006-09-11 Daiki Ueno <ueno@unixuser.org>
11239
11240 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11241 to the gnus-info. This fixes a bug of inline-PGP message verification.
11242 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11243
b110774a
MB
112442006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11245
11246 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11247 mails in the doc string. Add some URLs in comment.
01c52d31 11248 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
11249
112502006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11251
11252 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11253 backslashes handling and the way to find boundaries of quoted strings.
11254
01c52d31
MB
112552006-09-07 Daiki Ueno <ueno@unixuser.org>
11256
11257 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11258 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11259 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11260 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11261
676c1893
RS
112622006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11263
01c52d31
MB
11264 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11265 doc string.
11266 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11267
112682006-09-06 Simon Josefsson <jas@extundo.com>
11269
11270 * mml2015.el (mml2015-use): Doc fix, mention epg.
11271
112722006-09-06 Daiki Ueno <ueno@unixuser.org>
11273
11274 * mml2015.el (mml2015-use): Default to epg, if available.
11275
112762006-09-06 Daiki Ueno <ueno@unixuser.org>
11277
11278 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11279 message-sender.
11280 (mml1991-epg-encrypt): Ditto.
11281 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11282 message-sender.
11283 (mml2015-epg-encrypt): Ditto.
676c1893 11284
de4fbbe4
CY
112852006-09-04 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11288 several common directories.
11289
01c52d31
MB
112902006-09-05 Daiki Ueno <ueno@unixuser.org>
11291
11292 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11293 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11294
d7093904
MB
112952006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11296
8fbdffe5
MB
11297 * gnus-art.el (article-decode-encoded-words): Make it fast.
11298
112992006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11300
11301 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11302
d7093904
MB
11303 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11304 in quoted string into `\'.
11305
343d6628
MB
113062006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11307
11308 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11309 Use standard-syntax-table.
11310
113112006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11312
11313 * gnus-art.el (gnus-decode-address-function): New variable.
11314 (article-decode-encoded-words): Use it to decode headers which are
11315 assumed to contain addresses.
11316 (gnus-mime-delete-part): Remove useless `or'.
11317
11318 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11319 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11320 (gnus-nov-parse-line): Use it to decode From header.
11321 (gnus-get-newsgroup-headers): Ditto.
11322 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11323
11324 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11325 (mail-decode-encoded-address-string): New alias.
11326
11327 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11328 New function.
11329 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11330 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11331 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11332 (rfc2047-decode-string): Ditto.
11333 (rfc2047-decode-address-region): New function.
11334 (rfc2047-decode-address-string): New function.
11335
01c52d31
MB
113362006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * message.el (message-caesar-buffer-body): Allow rotating headers.
11339
11340 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11341
11342 * message.el (message-insert-formated-citation-line): Fix %f.
11343 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11344
113452006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11346
11347 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11348 (gnus-bookmark-mouse-available-p): New macro.
11349 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11350 (gnus-bookmark-bmenu-show-infos): Use it.
11351 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11352 (gnus-bookmark-bmenu-hide-infos): Ditto.
11353 (gnus-bookmark-remove-properties): New function.
11354 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11355 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11356 (gnus-bookmark-write-file): Bind coding-system-for-write.
11357 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11358 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11359 group before selecting it.
11360 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11361 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11362 quit-window if it is not available; use gnus-mouse-2 and bind it to
11363 gnus-bookmark-bmenu-select-by-mouse.
11364 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11365 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 11366
5dab7628
RF
113672006-08-13 Romain Francoise <romain@orebokech.com>
11368
11369 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11370 space.
11371
5ebdc299
MB
113722006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11373
11374 * compface.el (uncompface): Use binary rather than raw-text-unix.
11375
113762006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11377
11378 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
11379 place when communicating with the external programs.
11380 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
11381
113822006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11383
11384 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11385
113862006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11387
11388 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11389 Make it more robust by parsing author and date independently.
11390
ebf693f3
MB
113912006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11394
01c52d31
MB
113952006-07-28 Daiki Ueno <ueno@unixuser.org>
11396
11397 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11398 first matching secret key.
11399 (mml2015-epg-encrypt): Ditto.
11400
11401 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11402 first matching secret key.
11403 (mml1991-epg-encrypt): Ditto.
11404
11405 * mml2015.el (mml2015-encrypt-to-self): New user option.
11406 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11407 mml2015-epg-encrypt-to-self is set.
11408
11409 * mml1991.el (mml1991-encrypt-to-self): New variable.
11410 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11411 mml1991-epg-encrypt-to-self is set.
11412
11413 * mml2015.el (mml2015-signers): New user option.
11414 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11415 (mml2015-epg-encrypt): Allow to select signing keys.
11416
11417 * mml1991.el (mml1991-signers): New variable.
11418 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11419 (mml1991-epg-encrypt): Allow to select signing keys.
11420
ebf693f3
MB
114212006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11422
11423 * nnheader.el (nnheader-insert-head): Make it work even if the file
11424 uses CRLF for the line-break code.
11425
01c52d31
MB
114262006-07-25 Daiki Ueno <ueno@unixuser.org>
11427
11428 * mml2015.el: Require mml-sec instead of password.
11429 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11430 (mml2015-cache-passphrase): Inherit the default value from
11431 mml-secure-cache-passphrase.
11432 (mml2015-passphrase-cache-expiry): Inherit the default value from
11433 mml-secure-passphrase-cache-expiry.
11434
11435 * mml1991.el: Require mml-sec instead of password.
11436 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11437 (mml1991-cache-passphrase): Inherit the default value from
11438 mml-secure-cache-passphrase.
11439 (mml1991-passphrase-cache-expiry): Inherit the default value from
11440 mml-secure-passphrase-cache-expiry.
11441
11442 * mml-sec.el: Require password.
11443 (mml-secure-verbose): New user option.
11444 (mml-secure-cache-passphrase): New user option.
11445 (mml-secure-passphrase-cache-expiry): New user option.
11446
114472006-07-24 Daiki Ueno <ueno@unixuser.org>
11448
11449 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11450 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 11451 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
11452
11453 FIXME: Use `tiny change'?
11454
bd876f90
MB
114552006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11456
11457 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11458 workaround for the url package included with Emacs.
11459
11460 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11461
01c52d31
MB
114622006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11463
11464 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11465 correctly. This fixes a bug caused by the 2006-05-12 change.
11466
06dc8321
KF
114672006-07-18 Karl Fogel <kfogel@red-bean.com>
11468
11469 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11470 some information about the error when saying that the `bogus' mail
11471 group will be used.
11472
7ce31649
MB
114732006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11474
11475 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11476 string.
11477
b44409c9
MB
114782006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11479
11480 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11481
763bb2d4
MB
114822006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11483
11484 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11485
01c52d31
MB
114862006-07-10 Daiki Ueno <ueno@unixuser.org>
11487
11488 * mml1991.el (mml1991-function-alist): Add epg.
11489 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11490 (mml1991-epg-encrypt): New functions.
11491
114922006-07-10 Daiki Ueno <ueno@unixuser.org>
11493
11494 * mml2015.el (mml2015-verbose): New variable.
11495 (mml2015-cache-passphrase): Ditto.
11496 (mml2015-passphrase-cache-expiry): Ditto.
11497 (mml2015-function-alist): Add epg.
11498 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11499 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
11500 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11501 New functions.
01c52d31
MB
11502
115032006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11504
11505 * message.el (message-cite-original-1): Preserve region when removing
11506 quoted text due to X-No-Archive in order to avoid bogus attribution
11507 when citing multiple messages.
11508
115092006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11510
296a8e19
SM
11511 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11512 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 11513
827dc73d
MB
115142006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11515
11516 * gnus-diary.el (gnus-user-format-function-d)
11517 (gnus-user-format-function-D): Autoload.
11518
01c52d31 11519 * imap.el (Commentary): Fix typo.
827dc73d 11520
01c52d31
MB
11521 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11522 2006-04-22 contribution.
11523
115242006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11525
11526 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11527 It didn't really fix the bogosity I'm seeing with solid web groups.
11528
115292006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11530
11531 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11532 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11533 created using server names. If we use the feature without declaring
11534 it, Gnus does not properly manage server and group state.
11535
11536 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11537 bound.
11538
115392006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11540
11541 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11542 looking up the method using GROUP's prefix before inventing a new one.
11543 It is used on killed/unknown groups in various places where returning
11544 an all-new method isn't expected by the caller.
11545
11546 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11547 and match semantics of gnus-group-real-prefix.
11548
115492006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11550
11551 * nnmail.el (nnmail-broken-references-mailers): New variable.
11552 (nnmail-ignore-broken-references): New function generalizing
11553 nnmail-fix-eudora-headers.
11554 (nnmail-fix-eudora-headers): Now obsolete.
11555
296a8e19
SM
11556 * gnus-art.el (gnus-button-handle-custom):
11557 Support `customize-apropos*'.
01c52d31
MB
11558
115592006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11560
11561 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11562
11563 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11564 articles.
11565
115662006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11567
11568 * message.el (message-cite-reply-above): New variable.
11569 (message-yank-original): Use it.
827dc73d 11570
a367620f
MB
115712006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11574
01c52d31
MB
115752006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11576
11577 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11578 as read.
11579
11580 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11581
115822006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11583
11584 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11585 (gnus-bookmark-default-file): Use gnus-directory.
11586 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11587 Remove "*" in doc string.
11588 (gnus-bookmark-write-file): Simplify.
11589 (gnus-bookmark-maybe-sort-alist): Use `when'.
11590 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
11591 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11592 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
11593 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11594 compatibility.
11595 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11596 compatibility.
11597 (gnus-bookmark-menu-heading): Fix version.
11598
115992006-06-19 Bastien Guerry <bzg@altern.org>
11600
11601 * gnus-bookmark.el: New file.
11602
5cfd0f2e
MB
116032006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11604
11605 * message.el (message-syntax-checks): Doc fix.
11606
01c52d31
MB
116072006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11608
11609 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11610 unsubscribed groups as if they were killed ones. It causes duplicate
11611 entries in gnus-newsrc-alist.
11612
f362b760
MB
116132006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11614
11615 * message.el (message-syntax-checks): Doc fix.
11616 (message-send-mail): Add check for continuation headers.
11617 (message-check-news-header-syntax): Fix regexp used to check for
11618 continuation headers.
11619
116202006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11621
11622 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11623
01c52d31
MB
116242006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11625
11626 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11627
116282006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11629
11630 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11631 default-truncate-lines.
11632
26c9afc3
MB
116332006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11634
11635 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11636 to fill the utf-8 entry.
11637
01c52d31 116382006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 11639
01c52d31
MB
11640 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11641
116422006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11643
11644 * gnus-agent.el (directory-files-and-attributes): Move all the way
11645 forward (the third and final move).
11646 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 11647 nonexistent directory. Handle by returning nil.
01c52d31
MB
11648
116492006-05-30 Didier Verna <didier@xemacs.org>
11650
11651 * message.el (message-dont-reply-to-names): Update the custom type.
11652 * message.el (message-dont-reply-to-names): New defsubst: potentially
11653 convert a list of regexps into a single one.
11654 * message.el (message-get-reply-headers): Use it.
11655 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11656
116572006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11658
11659 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
11660
116612006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11662
11663 * gnus-ml.el (gnus-mailing-list-subscribe)
11664 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11665 (gnus-mailing-list-message): Fix doc strings.
11666
116672006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11668
11669 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11670 of doing it manually.
11671
01c52d31
MB
116722006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11673
11674 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11675 comment.
11676
26c9afc3
MB
116772006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11678
296a8e19
SM
11679 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11680 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 11681 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
11682 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11683 (gnus-agent-regenerate-group): Check numeric names to see if they are
11684 messages or groups.
01c52d31
MB
11685 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11686 better way of do this...)
11687
296a8e19
SM
11688 * gnus-cache.el (gnus-agent-total-fetched-for):
11689 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
11690
116912006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11694 (gnus-saved-headers): Ditto.
01c52d31 11695 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
11696 (gnus-article-save): Override gnus-save-all-headers and
11697 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
11698 (gnus-summary-save-in-file): Add :headers property.
11699 (gnus-summary-write-to-file): Ditto.
11700
11701 * gnus-sum.el (gnus-summary-save-article): Bind
11702 gnus-prompt-before-saving to t when saving many articles in a file;
11703 always show all headers.
11704
117052006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11706
11707 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11708 marks.
11709
11710 * message.el (message-indent-citation): Add optional arguments to allow
11711 using it outside of message buffers.
11712
11713 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11714 (gnus-article-treat-unfold-headers): Use it.
11715 (gnus-article-truncate-lines): New variable.
11716 (gnus-article-mode): Use it.
11717 (gnus-article-toggle-truncate-lines): New function.
11718
296a8e19
SM
11719 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11720 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
11721
11722 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11723 coding system in XEmacs, use binary.
11724
117252006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11726
11727 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11728 after-load-alist.
11729
11730 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11731 this function should save decoded articles.
11732 (gnus-summary-write-to-file): Use property to specify this function
11733 should save decoded articles and specify gnus-summary-save-in-file
11734 should be used to save articles other than the first one when saving
11735 many articles.
11736 (gnus-summary-save-body-in-file): Use property to specify this
11737 function should save decoded articles.
11738 (gnus-summary-write-body-to-file): Use property to specify this
11739 function should save decoded articles and specify
11740 gnus-summary-save-body-in-file should be used to save articles other
11741 than the first one when saving many articles.
11742
11743 * gnus-sum.el (gnus-summary-save-article): Simplify.
11744
117452006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11746
296a8e19
SM
11747 * gnus-art.el (gnus-default-article-saver):
11748 Add gnus-summary-write-body-to-file.
01c52d31
MB
11749 (gnus-article-save-coding-system): Don't use coding system object
11750 in XEmacs.
26c9afc3
MB
11751 (gnus-read-save-file-name): Add optional `dir-var' argument which
11752 specifies directory in which files are saved; work even if optional
11753 `variable' argument is not specified.
01c52d31
MB
11754 (gnus-summary-write-to-file): Read file name.
11755 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11756 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
11757
11758 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11759 (gnus-summary-local-variables): Add it.
11760 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
11761 (gnus-summary-save-article): Remove optional `decode' argument;
11762 determine whether to decode articles by the value of
11763 gnus-default-article-saver; when saving many files using
11764 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11765 it first and use gnus-summary-save-in-file or
11766 gnus-summary-save-body-in-file thereafter unless
11767 gnus-prompt-before-saving is always; move point to article which
11768 will be saved.
11769 (gnus-summary-save-article-file): Revert.
11770 (gnus-summary-write-article-file): Revert.
11771 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
11772 (gnus-summary-write-article-body-file): New function.
11773
117742006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11775
01c52d31 11776 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 11777
01c52d31 117782006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 11779
01c52d31
MB
11780 * gnus-art.el (gnus-default-article-saver): Doc fix.
11781 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11782 from gnus-summary-save-article-coding-system, and default to a
11783 certain coding system.
11784 (gnus-output-to-file): Add coding cookie and encode text according
11785 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 11786
01c52d31
MB
11787 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11788 gnus-art.el and rename to gnus-article-save-coding-system.
11789 (gnus-summary-save-article): Require gnus-art; don't show all
11790 headers if it decodes articles; don't add coding cookie here;
11791 don't bind mm-text-coding-system-for-write.
11792 (gnus-summary-save-article-file): Save decoded articles.
11793 (gnus-summary-write-article-file): When saving many files, use
11794 gnus-summary-write-to-file first and gnus-summary-save-in-file
11795 thereafter unless gnus-prompt-before-saving is always.
11796 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 11797
01c52d31 117982006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 11799
01c52d31 11800 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 11801
880820fe 118022006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
11803
11804 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11805 its hash index. Store this hash in `nnrss-group-data'.
11806 (nnrss-read-group-data): Update accordingly.
11807
118082006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11809
11810 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11811 entry.
11812
296a8e19
SM
11813 * gnus-sum.el (gnus-summary-make-menu-bar):
11814 Add gnus-article-browse-html-article.
01c52d31
MB
11815
118162006-05-23 Hynek Schlawack <hynek@ularx.de>
11817
296a8e19
SM
11818 * gnus-sum.el (gnus-summary-mime-map):
11819 Add gnus-article-browse-html-article.
11820
01c52d31
MB
118212006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11822
11823 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11824 suitable coding systems in customize.
11825
118262006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11827
11828 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 11829
d7ba2a01
RS
118302006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11831
f18df03d
MB
11832 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11833 (gnus-summary-expire-articles-now): Shorten prompt.
11834
d7ba2a01 11835 * gmm-utils.el (wid-edit): Require.
296a8e19 11836 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
11837 (gmm-image-search-load-path): Use it.
11838 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11839
01c52d31
MB
118402006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11841
296a8e19
SM
11842 * gnus-sum.el (gnus-summary-save-article-coding-system):
11843 New variable.
11844 (gnus-summary-save-article): Add optional `decode' argument.
11845 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
11846 save decoded article.
11847 (gnus-summary-write-article-file): Save decoded article if
11848 gnus-summary-save-article-coding-system is non-nil.
11849
11850 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11851 type.
11852
118532006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11856
118572006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11860 first to test gnus-single-article-buffer which may be buffer-local.
11861
296a8e19
SM
11862 * gnus-sum.el (gnus-summary-setup-buffer):
11863 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
11864 group; make gnus-article-buffer, gnus-article-current, and
11865 gnus-original-article-buffer always buffer-local.
11866 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11867 group.
11868 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11869
118702006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11871
11872 * nnml.el (nnml-request-compact-group): Compressed files might not
11873 have .gz extension.
11874
54e573e6
MB
118752006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11878 (mm-copy-to-buffer): Use with-current-buffer.
11879 (mm-display-part): Simplify.
11880 (mm-inlinable-p): Add optional arg `type'.
11881
01c52d31
MB
118822006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11883
49c7d1ac 11884 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
11885 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11886 Try harder to show the attachment internally or externally using
11887 gnus-mime-view-part-as-type.
11888
01c52d31 118892006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 11890
01c52d31
MB
11891 * message.el (message-from-style, message-signature-separator)
11892 (message-user-organization-file, message-send-mail-function)
11893 (message-citation-line-function, message-yank-prefix)
11894 (message-indent-citation-function, message-signature)
11895 (message-signature-file, message-signature-insert-empty-line):
11896 Remove autoloads.
11897
296a8e19
SM
11898 * gnus-art.el (gnus-buttonized-mime-types):
11899 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
11900
119012006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11902
11903 * gnus.el (gnus-version-number): Bump version.
11904
119052006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11906
11907 * gnus.el: No Gnus v0.5 is released.
11908
119092006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11910
11911 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11912 fetching articles by message-id.
11913
119142006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11915
11916 * message.el (hashcash): Require hashcash as normal.
11917
296a8e19
SM
11918 * ecomplete.el (ecomplete-highlight-match-line):
11919 Use point-at-eol.
01c52d31
MB
11920 (ecomplete-highlight-match-line): Use `highlight', because that
11921 face exists in both Emacs and XEmacs.
11922
11923 * message.el (message-display-abbrev): Use point-at-bol.
11924
11925 * mail-source.el: Don't require timer/timer-funcs.
11926
11927 * gnus-async.el: Ditto.
11928
11929 * password.el: Ditto.
11930
11931 * mm-url.el: Ditto.
11932
11933 * mm-util.el: Require timer/timer-funcs.
11934
119352006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11936
11937 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11938 Close.
54e573e6 11939
9606f1cb
MB
119402006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11941
11942 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11943 unibyte after clear-decrypt function runs.
11944
11945 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11946 returns as a unibyte string.
11947
305452a5
MB
119482006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11949
305452a5
MB
11950 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11951 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11952 (mml1991-pgg-encrypt): Ditto.
11953
0565caeb
MB
119542006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
11955
01c52d31
MB
11956 * message.el (message-user-organization-file): Check several
11957 locations of the organization file.
0565caeb 11958
01c52d31
MB
11959 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11960 Add gnus-article-view-part-as-type.
0565caeb 11961
01c52d31 11962 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
11963
11964 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11965 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 11966
01c52d31
MB
11967 * mml.el: Simplify autoload.
11968 (mml-mode): defvar dnd-protocol-alist instead of using
11969 symbol-value.
11970 (mml-default-directory): New variable.
11971 (mml-minibuffer-read-file): Use it.
11972 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11973
11974 * message.el (message-citation-line-format): New variable.
11975 (message-insert-formated-citation-line): New function.
296a8e19
SM
11976 (message-citation-line-function):
11977 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
11978
11979 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11980 to doc string.
11981
11982 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11983 depending on mm-verify-option.
0565caeb 11984
305452a5
MB
119852006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11988 binding pgg-* variables; reimplement the section which prevents
11989 MIME header from being signed.
11990 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11991 pgg-text-mode; remove a blank line at the top of body.
11992
11993 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11994 lines at the top of body; use gnus-newsgroup-charset if there's no
11995 Charset header.
11996
0565caeb
MB
119972006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11998
01c52d31
MB
11999 * message.el (message-self-insert-commands): Doc fix.
12000
0565caeb
MB
12001 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12002 (mm-uu-pgp-encrypted-test): Ditto.
12003 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12004 between header and body; return application/pgp-encrypted handle
12005 if decryption failed; decode decrypted body by charset.
12006
12007 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12008 element match to application/pgp-*.
12009
01c52d31
MB
120102006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12011
12012 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12013 HTML.
12014
120152006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12016
12017 * mail-source.el (mail-source-call-script): Message the error
12018 string.
12019
120202006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12021
12022 * gnus-util.el (gnus-byte-compile): Use it.
12023
002876ab 120242006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
12025
12026 * gnus-util.el (kill-empty-logs): New function.
12027
120282006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12029
12030 * message.el (message-mail-alias-type): Doc fix.
12031 (message-mail-alias-type-p): New function.
12032 (message-send): Use it.
12033 (message-mode): Ditto.
12034 (message-strip-forbidden-properties): Ditto.
12035
296a8e19
SM
12036 * ecomplete.el (ecomplete-database-file-coding-system):
12037 New variable.
01c52d31
MB
12038 (ecomplete-save): Use it.
12039 (ecomplete-setup): Use it.
12040
120412006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12042
12043 * message.el (message-self-insert-commands): New variable.
12044 (message-strip-forbidden-properties): Use it.
12045
120462006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12047
12048 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12049 that doesn't make XEmacs choke.
12050
f67d6742
MB
120512006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12052
49c7d1ac
SM
12053 * gnus-util.el (gnus-replace-in-string):
12054 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
12055
120562006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12057
49c7d1ac
SM
12058 * gnus-util.el (gnus-select-frame-set-input-focus):
12059 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
12060 definition defined in Emacs 22 for old Emacsen.
12061
01c52d31 120622006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 12063
01c52d31 12064 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 12065
01c52d31 120662006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 12067
01c52d31
MB
12068 * gnus-registry.el (gnus-registry-cache-save): Remove text
12069 properties when saving via the temp buffer.
bd29ba20 12070
01c52d31 120712006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 12072
01c52d31 12073 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 12074
01c52d31 120752006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 12076
01c52d31
MB
12077 * message.el (message-generate-hashcash): Default to non-nil when
12078 hashcash is found.
18c06a99 12079
01c52d31
MB
12080 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12081 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 12082
01c52d31 12083 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 12084
01c52d31 12085 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 12086
01c52d31 120872006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 12088
01c52d31
MB
12089 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12090 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12091 Remove autoloads.
163cb72d 12092
01c52d31 120932006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 12094
01c52d31 12095 * message.el (message-generate-hashcash): Default to.
163cb72d 12096
01c52d31 120972006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 12098
01c52d31
MB
12099 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12100 concatenating segments rather than before concatenating them.
163cb72d 12101
01c52d31 121022006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 12103
01c52d31 12104 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 12105
01c52d31
MB
12106 * imap.el (imap-quote-specials): New function.
12107 (imap-login-auth): Quote specials.
14e6dc54 12108
01c52d31 121092006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 12110
01c52d31 12111 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 12112
296a8e19
SM
12113 * message.el (message-forward-make-body-plain):
12114 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
12115 (message-remove-ignored-headers): Factor out into function.
12116 (message-forward-make-body-mml): Use it.
12117 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12118 (rfc2231-parse-string): Allow concatanation of parameters that
12119 aren't contiguous. The test case is
12120 (mail-header-parse-content-type "message/external-body;
12121 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12122 access-type=LOCAL-FILE;
12123 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 12124
01c52d31 121252006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 12126
01c52d31
MB
12127 * nntp.el (nntp-accept-process-output): Return the value of
12128 `nnheader-accept-process-output'.
14e6dc54 12129
01c52d31 121302006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 12131
01c52d31
MB
12132 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12133 (gnus-button-alist): Recognize more diff formats.
12134 (gnus-button-patch): Strip directory.
14e6dc54 12135
01c52d31 121362006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 12137
01c52d31
MB
12138 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12139 Emacs 22 when setting focus.
1b155fbd 12140
01c52d31 121412006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 12142
01c52d31
MB
12143 * gnus-art.el (gnus-article-treat-types): Do treatment of
12144 text/x-verbatim parts.
12145 (gnus-button-patch): New command.
b6f2cf4b 12146
01c52d31
MB
12147 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12148 addresses that contain invalid characters.
b6f2cf4b 12149
01c52d31 121502006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 12151
296a8e19
SM
12152 * message.el (message-put-addresses-in-ecomplete):
12153 Use gnus-replace-in-string.
01c52d31
MB
12154 (message-is-yours-p): Use the more correct
12155 mail-header-parse-address instead of
12156 mail-extract-address-components.
12157 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 12158
01c52d31
MB
12159 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12160 keystroke.
77218834 12161
01c52d31
MB
12162 * gnus-art.el (gnus-treatment-function-alist): Change order of
12163 newsgroups/generic header folding to avoid double-folding.
77218834 12164
01c52d31 12165 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 12166
296a8e19
SM
12167 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12168 New command.
01c52d31 12169 (gnus-summary-repeat-search-article-backward): New command.
d451514f 12170
01c52d31
MB
12171 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12172 groups in the parent topic.
12173
880820fe 121742006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
12175
12176 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12177 (spam-extra-header-to-number): Return the CRM114 number as a
12178 number instead of a string.
12179
121802006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12181
296a8e19 12182 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
12183 gnus-fun.
12184
12185 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12186
121872006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12188
12189 * message.el (message-strip-forbidden-properties): Only display on
12190 self-insert-command.
12191
12192 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12193 reindent.
12194 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12195
121962006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12197
12198 * smiley.el (smiley-style): Fix typo.
d451514f 12199
4f162824
KH
122002006-03-23 Kenichi Handa <handa@m17n.org>
12201
12202 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12203 instead of set-buffer-multibyte.
12204
e9e33c19
KH
122052006-03-23 Kenichi Handa <handa@m17n.org>
12206
12207 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12208 buffer and then decode the buffer text if necessary.
12209 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12210 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 12211
01c52d31 122122006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12213
296a8e19
SM
12214 * hashcash.el (hashcash-insert-payment-async-2):
12215 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
12216 (mail-add-payment): Use message-narrow-to-header instead of trying
12217 to do the same itself.
f5e92214 12218
01c52d31 12219 * message.el (message-hidden-headers): Add Face.
f5e92214 12220
01c52d31
MB
12221 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12222 reparenting code.
12223 (gnus-summary-reparent-children): Refactored out code.
12224 (gnus-summary-thread-map): New keystroke.
12225 (gnus-summary-reparent-children): Make into command.
f5e92214 12226
01c52d31
MB
12227 * smiley.el (smiley-style): Default to `medium' if using a large
12228 font.
f5e92214 12229
01c52d31
MB
12230 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12231 does it itself.
f5e92214 12232
01c52d31 12233 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 12234
01c52d31 122352006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12236
01c52d31
MB
12237 * nnagent.el (nnagent-request-set-mark): Silence log file
12238 writing.
12239 (nnagent-request-set-mark): Use write-region instead of
12240 append-to-file.
f5e92214 12241
01c52d31
MB
12242 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12243 strange select method.
f5e92214 12244
01c52d31
MB
12245 * ecomplete.el (ecomplete-display-matches): Get highlightling
12246 right.
12247 (ecomplete-display-matches): Use literals.
12248 (ecomplete-display-matches): Disable message logging.
f5e92214 12249
01c52d31 12250 * message.el (message-display-abbrev): Small optimization.
531bedc3 12251
01c52d31
MB
12252 * ecomplete.el (ecomplete-display-matches): Allow automatic
12253 display.
531bedc3 12254
296a8e19
SM
12255 * message.el (message-strip-forbidden-properties):
12256 Display abbrevs.
01c52d31 12257 (message-display-abbrev): Get automatic display right.
531bedc3 12258
01c52d31
MB
12259 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12260 keystrokes.
531bedc3 12261
01c52d31 122622006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 12263
01c52d31 12264 TODO: Backport to v5-10!
531bedc3 12265
01c52d31 12266 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 12267 Move here (and rename) from gnus-registry.el.
531bedc3 12268
01c52d31
MB
12269 * gnus-registry.el: Require gnus-util.
12270 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 12271
01c52d31 122722006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12273
296a8e19
SM
12274 * gnus-group.el (gnus-group-catchup-current):
12275 Change if-then-else-if-then-else into cond.
01c52d31
MB
12276 (gnus-group-catchup): Indent.
12277 (group-name-at-point): New function.
12278 (gnus-fetch-group): Provide default from thing at point.
531bedc3 12279
01c52d31 122802006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12281
01c52d31 12282 * message.el (message-display-abbrev): Fix regexp.
531bedc3 12283
296a8e19
SM
12284 * ecomplete.el (ecomplete-highlight-match-line):
12285 Reimplement choosing.
01c52d31
MB
12286 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12287 dead variables.
ea8ae765 12288
01c52d31
MB
12289 * message.el (message-newline-and-indent): Remove debugging.
12290 (message-display-abbrev): Use new implementation.
ea8ae765 12291
01c52d31 122922006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 12293
296a8e19
SM
12294 * gnus-art.el (gnus-article-mode):
12295 Set cursor-in-non-selected-windows to nil.
ea8ae765 12296
01c52d31
MB
12297 * smiley.el: Revert previous change.
12298 (smiley-data-directory): defvar it before using it in the
12299 defcustom of `smiley-style'.
ea8ae765 12300
01c52d31 123012006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 12302
01c52d31 12303 * message.el (message-newline-and-indent): New function.
ea8ae765 12304
01c52d31 12305 * ecomplete.el: Implement more bits.
85fd8002 12306
01c52d31
MB
12307 * message.el (message-put-addresses-in-ecomplete): Clean up the
12308 string.
85fd8002 12309
01c52d31 12310 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 12311
296a8e19
SM
12312 * gnus-sum.el (gnus-summary-save-parts):
12313 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 12314 names.
85fd8002 12315
01c52d31 12316 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 12317
01c52d31
MB
12318 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12319 parameter to say whether to actually parse the individual
12320 addresses.
61e66a15 12321
01c52d31
MB
12322 * message.el (message-put-addresses-in-ecomplete): New function.
12323 (ecomplete): Require.
12324 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 12325
01c52d31 123262006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 12327
01c52d31
MB
12328 * flow-fill.el (fill-flowed): Remove trailing space from blank
12329 quoted lines.
fe62aacc 12330
01c52d31 123312006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 12332
01c52d31
MB
12333 * smiley.el (smiley-style): Move definition later to avoid a
12334 compilation warning.
fe62aacc 12335
01c52d31 123362006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 12337
01c52d31
MB
12338 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12339 buffer and then decode the buffer text if necessary.
12340 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12341 first, and after mm-encode-body, change the buffer to unibyte.
12342 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 12343
01c52d31 123442006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 12345
01c52d31
MB
12346 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12347 Content-Type header instead of Content-Disposition header.
12348 (gnus-mime-inline-part): Ditto.
12349 (gnus-mime-view-part-as-charset): Ignore charset that the part
12350 specifies.
719120ef 12351
01c52d31
MB
12352 * mm-decode.el (mm-display-part): Work with external parts and
12353 usual parts similarly.
719120ef 12354
01c52d31
MB
12355 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12356 instead of gnus-display-mime.
719120ef 12357
01c52d31
MB
12358 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12359 instead of with-temp-buffer.
719120ef 12360
01c52d31
MB
12361 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12362 tag to summarized topics part in order to encode non-ASCII text.
719120ef 12363
01c52d31 123642006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12365
01c52d31
MB
12366 * smiley.el (smiley-style): New variable.
12367 (smiley-directory): New function.
12368 (smiley-data-directory): Derive from `smiley-style' using
12369 `smiley-directory'.
12370 (smiley-regexp-alist): Add new entries.
719120ef 12371
01c52d31
MB
12372 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12373 (gnus-article-browse-delete-temp): Add :version.
719120ef 12374
880820fe 123752006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 12376
01c52d31
MB
12377 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12378 the sieve region.
719120ef 12379
01c52d31 123802006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12381
01c52d31 12382 * gnus.el (gnus-version-number): Bump version.
719120ef 12383
01c52d31 123842006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12385
01c52d31 12386 * gnus.el: No Gnus v0.4 is released.
719120ef 12387
01c52d31 123882006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12389
01c52d31
MB
12390 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12391 layout.
719120ef 12392
01c52d31
MB
12393 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12394 unknown charset.
719120ef 12395
01c52d31
MB
12396 * message.el (message-header-synonyms): Add Original-To to the
12397 default.
ba0226dd 12398
01c52d31
MB
12399 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12400 optional parameter.
ba0226dd 12401
01c52d31 124022006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 12403
01c52d31 12404 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 12405
01c52d31 124062006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 12407
01c52d31 12408 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 12409
01c52d31 124102006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12411
01c52d31 12412 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 12413
01c52d31 124142006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 12415
01c52d31 12416 * password.el (password-reset): New function.
5f4264e5 12417
01c52d31 124182006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12419
296a8e19
SM
12420 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12421 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 12422
01c52d31 124232006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 12424
01c52d31
MB
12425 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12426 Some whitespace was matched into the url, which broke browsing hits
12427 > 100 when mm-url-use-external was nil.
5f4264e5 12428
01c52d31 124292006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 12430
296a8e19
SM
12431 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12432 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 12433
01c52d31
MB
12434 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12435 bound.
e13be7a2 12436
01c52d31 124372006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 12438
01c52d31
MB
12439 * pgg-gpg.el: Clean up process buffers every time gpg processes
12440 complete.
b5189759 12441
01c52d31 124422006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 12443
01c52d31
MB
12444 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12445 doc string.
16f18d05 12446
01c52d31 124472006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 12448
01c52d31
MB
12449 * pgg-gpg.el (pgg-gpg-process-filter)
12450 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 12451
01c52d31
MB
12452 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12453 lines, temporary fix.
d71c0855 12454
01c52d31 124552006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12456
01c52d31 12457 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 12458
01c52d31 124592006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 12460
01c52d31
MB
12461 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12462 default-enable-multibyte-characters. This reverts the change from
12463 revision 6.17 which is no longer necessary because the passphrase
12464 is sent separately now. GnuPG messages are unreadable under
12465 multibyte locales with default-enable-multibyte-characters set to
12466 nil.
cf5a5c38 12467
01c52d31 124682006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12469
01c52d31 12470 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 12471
01c52d31 124722006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12473
01c52d31
MB
12474 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12475 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12476 instead.
cf5a5c38 12477
01c52d31 124782006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 12479
296a8e19
SM
12480 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12481 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 12482 Newsgroups.
cf5a5c38 12483
01c52d31 124842006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 12485
01c52d31 12486 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 12487
01c52d31 124882006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 12489
01c52d31
MB
12490 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12491 when searching for already-paid recipients.
34128042 12492
01c52d31 124932006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 12494
01c52d31
MB
12495 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12496 passphrases when it is not needed.
12497 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12498 passphrase stuff from gpg, should only be necessary when you use
12499 gpg with a smartcard.
34128042 12500
01c52d31 125012006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 12502
01c52d31
MB
12503 * mml.el (mml-insert-mime): Ignore cached contents of
12504 message/external-body part.
34128042 12505
01c52d31
MB
12506 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12507 (mm-insert-part): Ditto.
34128042 12508
01c52d31 125092006-03-23 Simon Josefsson <jas@extundo.com>
34128042 12510
01c52d31
MB
12511 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12512 Reiner.
12513 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 12514
01c52d31 125152006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 12516
01c52d31
MB
12517 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12518 older emacsen.
12519 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 12520
01c52d31 125212006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 12522
01c52d31
MB
12523 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12524 if we can.
c96ec15a 12525
01c52d31 125262006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 12527
01c52d31
MB
12528 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12529 (pgg-gpg-update-agent): New function.
12530 (pgg-gpg-use-agent-p): New function.
12531 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12532 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12533 (pgg-gpg-sign-region): Use it.
c96ec15a 12534
01c52d31 125352006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 12536
01c52d31
MB
12537 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12538 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 12539
01c52d31 125402006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 12541
01c52d31
MB
12542 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12543 <wilde@sha-bang.de>.
12544 (pgg-gpg-use-agent): New variable.
12545 (pgg-gpg-process-region): Use it.
12546 (pgg-gpg-encrypt-region): Likewise.
12547 (pgg-gpg-encrypt-symmetric-region): Likewise.
12548 (pgg-gpg-decrypt-region): Likewise.
12549 (pgg-gpg-sign-region): Likewise.
12550 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 12551
01c52d31 125522006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 12553
01c52d31 12554 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 12555
01c52d31
MB
12556 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12557 Add comment on version.
6203370b 12558
01c52d31 125592006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 12560
01c52d31 12561 * smiley.el: Add missing test smiley.
6203370b 12562
01c52d31 125632006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 12564
01c52d31
MB
12565 * mm-decode.el (mm-with-part): New macro.
12566 (mm-get-part): Use it; work with message/external-body as well.
12567 (mm-save-part): Treat name and filename equally.
6203370b 12568
01c52d31
MB
12569 * mm-extern.el (mm-extern-cache-contents): New function.
12570 (mm-inline-external-body): Use it; force the part to be displayed;
12571 move undisplayer added to the cached handle to the parent.
6203370b 12572
01c52d31
MB
12573 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12574 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 12575
01c52d31 12576 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 12577
01c52d31 125782006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12579
01c52d31
MB
12580 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12581 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12582 Emacs.]
46e8fe3d 12583
01c52d31 125842006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12585
01c52d31
MB
12586 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12587 path rather than symbol. Always return list of directories.
12588 Guarantee that image directory comes first. [Sync with image.el,
12589 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 12590
01c52d31
MB
12591 * message.el (message-make-tool-bar): Adjust to new API of
12592 `gmm-image-load-path-for-library'.
46e8fe3d 12593
01c52d31 12594 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 12595
01c52d31 12596 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 12597
01c52d31 125982006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 12599
01c52d31
MB
12600 * gnus-art.el (gnus-article-only-boring-p):
12601 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12602 intangible text.
12603 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 12604
01c52d31 126052006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12606
296a8e19
SM
12607 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12608 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 12609
01c52d31 126102006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 12611
01c52d31
MB
12612 * message.el (message-unique-id): Don't use message-number-base36
12613 if (user-uid) is a float.
12614 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 12615
01c52d31 126162006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 12617
01c52d31 12618 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 12619
01c52d31
MB
12620 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12621 empty line between a part and a message part.
7347faa8 12622
01c52d31 126232006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12624
01c52d31
MB
12625 * smiley.el: Add more test smileys.
12626 (smiley-data-directory, smiley-regexp-alist)
12627 (gnus-smiley-file-types): Fix doc strings.
12628 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12629 adding new elements.
12630 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 12631
01c52d31 126322006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 12633
01c52d31
MB
12634 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12635 scan latest NoCeM messages instead of old ones.
12636 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12637 delimiters that are recently used.
12638 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 12639
01c52d31 12640 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 12641
01c52d31
MB
12642 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12643 level which is larger than gnus-use-nocem is specified.
7347faa8 12644
01c52d31 12645 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 12646
01c52d31 126472006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12648
01c52d31 12649 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 12650
01c52d31
MB
12651 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12652 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 12653
01c52d31 12654 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 12655
01c52d31
MB
12656 * gnus-group.el (gnus-group-redraw-when-idle)
12657 (gnus-group-redraw-check): Remove.
12658 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 12659
01c52d31 126602006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 12661
01c52d31
MB
12662 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12663 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 12664
01c52d31 126652006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 12666
01c52d31
MB
12667 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12668 to gmm-image-load-path-for-library. Call with no-error argument.
12669 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 12670
01c52d31 12671 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 12672
01c52d31 12673 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 12674
01c52d31 12675 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 12676
01c52d31 126772006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 12678
01c52d31 12679 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 12680
01c52d31
MB
12681 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12682 nnml-generate-nov-databases-1.
12683 (nnml-generate-nov-databases): Use it.
12684 (nnml-generate-nov-databases-directory): Document no-active
12685 argument.
c4288669 12686
01c52d31
MB
12687 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12688 directory if path is t. Add no-error.
c4288669 12689
01c52d31
MB
12690 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12691 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 12692
296a8e19
SM
12693 * gnus-art.el (gnus-article-browse-delete-temp-files):
12694 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 12695
01c52d31
MB
12696 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12697 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12698 Add example to docstring. Rename local variables. Move error
12699 checks to default case in cond and simplify.
73043f7d 12700
01c52d31 127012006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12702
01c52d31
MB
12703 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12704 handle is multipart when calling it recursively.
12705 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 12706
01c52d31 127072006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 12708
01c52d31
MB
12709 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12710 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 12711
01c52d31 127122006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12713
01c52d31
MB
12714 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12715 is loaded.
7dafe00b 12716
01c52d31
MB
12717 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12718 loaded.
7dafe00b 12719
01c52d31 127202006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12721
01c52d31
MB
12722 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12723 to "Emacs 23 (unicode)" in doc string.
7dafe00b 12724
01c52d31
MB
12725 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12726 "Emacs 23 (unicode)" in comment.
7dafe00b 12727
01c52d31 127282006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12729
01c52d31 12730 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 12731
01c52d31
MB
12732 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12733 characters 160 through 255 in Emacs 23.
7dafe00b 12734
01c52d31 127352006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12736
01c52d31
MB
12737 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12738 gnus-article-browse-html-temp.
296a8e19
SM
12739 (gnus-article-browse-delete-temp): Make it customizable.
12740 Add `file'. Adjust doc string.
12741 (gnus-article-browse-delete-temp-files): Add argument.
12742 Allow query for each file. Adjust doc string.
12743 (gnus-article-browse-html-parts):
12744 Add `gnus-article-browse-delete-temp-files' to
01c52d31 12745 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 12746
01c52d31 127472006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 12748
01c52d31
MB
12749 * gnus-art.el (gnus-article-browse-html-temp)
12750 (gnus-article-browse-delete-temp): New variables.
12751 (gnus-article-browse-delete-temp-files): New function.
12752 (gnus-article-browse-html-parts): Use it.
7dafe00b 12753
01c52d31 127542006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12755
01c52d31 12756 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 12757
01c52d31
MB
12758 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12759 string.
7dafe00b 12760
01c52d31 12761 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
12762 gnus-summary-insert-new-articles when unplugged.
12763 Remove gnus-summary-search-article-forward.
7dafe00b 12764
01c52d31
MB
12765 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12766 display-visual-class instead of display-color-cells.
7dafe00b 12767
01c52d31 127682006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12769
01c52d31
MB
12770 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12771 message/* containing non-ASCII text properly.
7dafe00b 12772
01c52d31 127732006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12774
01c52d31
MB
12775 * message.el: Require gmm-utils, remove autoloads.
12776 (message-tool-bar): Set default based on
12777 gmm-tool-bar-style.
12778 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12779
01c52d31
MB
12780 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12781 gmm-tool-bar-style.
12782 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12783
01c52d31
MB
12784 * gnus-group.el (gnus-group-tool-bar): Set default based on
12785 gmm-tool-bar-style.
12786 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12787
01c52d31
MB
12788 * gmm-utils.el (gmm-image-directory): Rename variable from
12789 gmm-image-load-path.
12790 (gmm-image-load-path): Use gmm-image-directory.
12791 (gmm-customize-mode): New function.
12792 (gmm-tool-bar-style): New variable.
7dafe00b 12793
01c52d31
MB
12794 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12795 gnus-group-redraw-line-number.
12796 (gnus-group-redraw-check): Simplify.
12797 (gnus-group-tool-bar-update): Remove redraw check.
12798 (gnus-group-make-tool-bar): Add redraw check.
447505b5 12799
01c52d31 128002006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 12801
01c52d31 12802 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 12803
01c52d31 128042006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 12805
01c52d31 12806 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 12807
01c52d31 128082006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12809
01c52d31
MB
12810 * gnus-art.el (gnus-button): New face.
12811 (gnus-article-button-face): Use it.
3031d8b0 12812
296a8e19
SM
12813 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12814 Add gnus-summary-next-page. Re-order.
3031d8b0 12815
01c52d31
MB
12816 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12817 next-node are now included.
12818 (gnus-group-redraw-line-number): New internal variable.
12819 (gnus-group-redraw-check): Helper function for updating the tool
12820 bar.
12821 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 12822
01c52d31 12823 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 12824
01c52d31
MB
12825 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12826 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
12827 Use it to match format of Spamassassin 3.0 and later.
12828 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
12829 (spam-check-bogofilter)
12830 (spam-bogofilter-register-with-bogofilter): Fix args of
12831 `gnus-error' calls.
3031d8b0 12832
01c52d31 128332006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12834
01c52d31 12835 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
12836 unnecessary interaction when sending queued mails.
12837 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 12838
01c52d31 128392006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12840
01c52d31
MB
12841 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12842 first or last are nil.
3031d8b0 12843
01c52d31 128442006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 12845
01c52d31 12846 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 12847
01c52d31 128482006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 12849
01c52d31 12850 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 12851
01c52d31 128522006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 12853
01c52d31 12854 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 12855
01c52d31 128562006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12857
01c52d31
MB
12858 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12859 nov.php.
58090a8d 12860
01c52d31 128612006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 12862
01c52d31
MB
12863 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12864 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12865 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12866 output on the server side.
12867 (nnweb-google-create-mapping): Update regexps and add some
12868 progress indication.
58090a8d 12869
01c52d31 128702006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12871
296a8e19
SM
12872 * gnus-group.el (gnus-group-tool-bar-gnome):
12873 Fix gnus-agent-toggle-plugged. Re-order icons.
12874 (gnus-group-tool-bar-gnome):
12875 Add gnus-group-{prev,next}-unread-group.
01c52d31 12876 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 12877
296a8e19
SM
12878 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12879 Move gnus-summary-insert-new-articles.
58090a8d 12880
296a8e19
SM
12881 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12882 Fix comments.
58090a8d 12883
01c52d31
MB
12884 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12885 also available in Emacs 21.3.
58090a8d 12886
01c52d31
MB
12887 * message.el (message-fix-before-sending): Change "Emacs 22" to
12888 "Emacs 23 (unicode)" in comment.
58090a8d 12889
01c52d31
MB
12890 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12891 "Emacs 23 (unicode)" in comment.
58090a8d 12892
01c52d31
MB
12893 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12894 comment.
12895 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 12896
01c52d31 12897 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 12898
01c52d31 128992006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12900
01c52d31
MB
12901 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12902 and load-path.
58090a8d 12903
01c52d31 129042006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12905
01c52d31
MB
12906 * message.el: Autoload gmm-image-load-path.
12907 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12908 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12909 consitency.
58090a8d 12910
01c52d31
MB
12911 * gmm-utils.el (gmm-image-load-path): Also search in
12912 "../etc/images". Don't set gmm-image-load-path if we don't find
12913 the image.
58090a8d 12914
01c52d31 129152006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12916
01c52d31
MB
12917 * gmm-utils.el (gmm-image-load-path): Don't make
12918 `gmm-image-load-path' include subdirectories which the second arg
12919 `image' might specify.
58090a8d 12920
01c52d31
MB
12921 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12922 subdirectory to icon file names.
58090a8d 12923
01c52d31 12924 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 12925
01c52d31 129262006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12927
01c52d31
MB
12928 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12929 gmm-image-load-path calls.
58090a8d 12930
01c52d31 12931 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 12932
01c52d31 12933 * message.el (message-make-tool-bar): Ditto.
58090a8d 12934
296a8e19 12935 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 12936
01c52d31
MB
12937 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12938 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 12939
01c52d31
MB
12940 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12941 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12942
01c52d31
MB
12943 * message.el (message-tool-bar-gnome): Use new icon names.
12944 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12945
296a8e19
SM
12946 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12947 New functions from MH-E.
01c52d31 12948 (gmm-image-load-path): New variable from MH-E.
296a8e19 12949 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
12950 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
12951 *-image-load-path-called-flag.
4c2ad11d 12952
01c52d31 129532006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 12954
01c52d31 12955 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 12956
01c52d31 129572006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 12958
01c52d31
MB
12959 * nnimap.el (nnimap-request-move-article): Change folder back to
12960 source group before deleting.
6586e9c9 12961
01c52d31 129622006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 12963
01c52d31 12964 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 12965
296a8e19
SM
12966 * gnus-art.el (mm-url-insert-file-contents-external):
12967 Autoload mm-url.
e8beac8a 12968
01c52d31 12969 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 12970
01c52d31 129712006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 12972
01c52d31
MB
12973 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12974 coding system which mm-charset-to-coding-system returns for a
12975 given charset is valid.
e8beac8a 12976
01c52d31 129772006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 12978
01c52d31
MB
12979 * html2text.el (html2text-remove-tag-list):
12980 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 12981
01c52d31 129822006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 12983
01c52d31 12984 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 12985
01c52d31 129862006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12987
296a8e19
SM
12988 * gnus-art.el (article-strip-banner):
12989 Call article-really-strip-banner only when the regexp match is made.
3b059693 12990
01c52d31 129912006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12992
296a8e19
SM
12993 * gnus-art.el (article-strip-banner):
12994 Use gnus-extract-address-components instead of
01c52d31
MB
12995 mail-header-parse-addresses to make it work with non-ASCII text;
12996 remove mail-encode-encoded-word-string.
3b059693 12997
01c52d31
MB
12998 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12999 values which are surrounded with \"...\"; make it never cause a
13000 Lisp error; give up parsing of parameters if it failed in
13001 extracting type.
3b059693 13002
880820fe 130032006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 13004
01c52d31
MB
13005 * smime.el (smime-cert-by-ldap-1): Fix bug where
13006 `smime-ldap-search' returns results without userCertificates.
ab513ed4 13007
01c52d31 130082006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 13009
01c52d31 13010 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 13011
01c52d31 130122006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 13013
01c52d31
MB
13014 * spam.el (spam-check-spamassassin-headers): Adapt format for
13015 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13016 <ari@mbf.ocn.ne.jp>.
13017 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 13018
01c52d31 130192006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 13020
01c52d31
MB
13021 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13022 make-temp-file; make it work with XEmacs as well.
9516b9f4 13023
01c52d31
MB
13024 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13025 mm-make-temp-file.
9516b9f4 13026
01c52d31
MB
13027 * mm-decode.el (mm-display-external): Use the 3rd arg of
13028 mm-make-temp-file.
13029 (mm-create-image-xemacs): Ditto.
9516b9f4 13030
01c52d31 130312006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 13032
01c52d31
MB
13033 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13034 with message-narrow-to-headers.
13035 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13036 (gnus-draft-check-draft-articles): New function.
13037 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 13038
01c52d31 130392006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 13040
01c52d31
MB
13041 * gnus-art.el (gnus-article-browse-html-parts):
13042 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13043 Don't use suffix argument for mm-make-temp-file for Emacs 21
13044 compatibility. Remove useless `format'.
292f71fe 13045
01c52d31 130462006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 13047
01c52d31
MB
13048 * nnweb.el (nnweb-google-wash-article): Update regexps.
13049 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 13050
01c52d31 130512006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 13052
01c52d31
MB
13053 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13054 re-loading nn* modules.
292f71fe 13055
01c52d31 130562006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 13057
01c52d31
MB
13058 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13059 for `tool-bar-mode' and don't check it's default-value.
292f71fe 13060
01c52d31 13061 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 13062
01c52d31 13063 * message.el (message-make-tool-bar): Ditto.
292f71fe 13064
01c52d31
MB
13065 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13066 `substring'. Shorten tmp-file name.
292f71fe 13067
01c52d31 13068 * gnus.el: Remove bogus comment.
292f71fe 13069
01c52d31 130702006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 13071
01c52d31
MB
13072 * gnus-art.el (gnus-article-browse-html-parts): New function.
13073 (gnus-article-browse-html-article): New function for viewing html
13074 articles with a browser.
bd2cef66 13075
01c52d31 130762006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 13077
01c52d31
MB
13078 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13079 (mml2015-pgg-encrypt): Ditto.
ffda926c 13080
01c52d31
MB
13081 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13082 (mml1991-pgg-encrypt): Ditto.
f5fab556 13083
01c52d31 130842006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 13085
296a8e19
SM
13086 * nnfolder.el (nnfolder-insert-newsgroup-line):
13087 Use message-make-date instead of current-time-string.
4b9f0de2 13088
01c52d31
MB
13089 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13090 to gnus-decoded which mm-uu might set.
4b9f0de2 13091
01c52d31 130922006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 13093
01c52d31
MB
13094 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13095 don't decode quoted parameters; remove misimported Emacs code.
13096 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13097 (rfc2231-decode-encoded-string): Don't use split-string which
13098 behaves differently according to Emacs version; use
13099 mm-decode-coding-region to convert charset to coding-system.
13100 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13101 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 13102
01c52d31 131032006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 13104
01c52d31
MB
13105 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13106 when calling mail-header-parse-content-type.
13107 (article-de-quoted-unreadable): Ditto.
13108 (article-de-base64-unreadable): Ditto.
13109 (article-wash-html): Ditto.
20051b27 13110
01c52d31
MB
13111 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13112 calling mail-header-parse-content-type and
13113 mail-header-parse-content-disposition.
13114 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13115 mail-header-parse-content-type.
82259e50 13116
01c52d31
MB
13117 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13118 insert charset and format parameters; encode description after
13119 inserting it to buffer.
13120 (mml-insert-parameter): Fold lines properly even if a parameter is
13121 segmented into two or more lines; change the max column to 76.
82259e50 13122
01c52d31
MB
13123 * rfc1843.el (rfc1843-decode-article-body): Don't use
13124 ignore-errors when calling mail-header-parse-content-type.
46f93472 13125
01c52d31
MB
13126 * rfc2231.el (rfc2231-parse-string): Return at least type if
13127 possible; don't cause an error even if it fails in parsing of
13128 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13129 (rfc2231-encode-string): Don't break lines at the beginning, leave
13130 it to mml-insert-parameter.
46f93472 13131
01c52d31
MB
13132 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13133 calling mail-header-parse-content-type.
d3a597b7 13134
01c52d31 131352006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 13136
01c52d31
MB
13137 * spam-report.el (spam-report-gmane-use-article-number):
13138 Improve doc string.
13139 (spam-report-gmane-internal): Check if a suitable header was found
13140 in the article.
8753ddee 13141
01c52d31 131422006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 13143
01c52d31
MB
13144 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13145 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 13146
01c52d31 131472006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 13148
01c52d31 13149 Update copyright notices of all files in the gnus directory.
8753ddee 13150
01c52d31 131512006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 13152
01c52d31 13153 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 13154
01c52d31 131552006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 13156
01c52d31
MB
13157 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13158 segmented lines of parameter value to cope with Thunderbird 1.5
13159 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13160 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13161 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 13162
01c52d31 131632006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 13164
01c52d31
MB
13165 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13166 parts.
a33704bb 13167
01c52d31 131682006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 13169
01c52d31
MB
13170 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13171 there's only one active file for all servers.
13172 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13173 solid groups. Gnus might have used a FAST request to select the group.
13174 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13175 and nnweb-search redundantly in the active file.
13176 (nnweb-request-list): Don't list bogus groups. There can only be one.
13177 (nnweb-request-create-group): Don't use ARGS.
13178 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13179 initialisations. Let nnoo do the work.
a33704bb 13180
01c52d31 131812006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 13182
01c52d31
MB
13183 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13184 Say the part has been decoded.
a33704bb 13185
01c52d31 13186 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 13187
01c52d31 131882006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 13189
01c52d31
MB
13190 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13191 mailcap-viewer-test-cache when there's no 'test clause, since that
13192 will invert the meaning of a "nil" test previously determined by
13193 mailcap-mailcap-entry-passes-test.
53cfefc8 13194
01c52d31 131952006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 13196
01c52d31
MB
13197 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13198 compiling.
53cfefc8 13199
01c52d31 13200 * gnus-sum.el: Ditto.
53cfefc8 13201
01c52d31 13202 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 13203
01c52d31 132042006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13205
01c52d31 13206 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 13207
01c52d31 132082006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 13209
01c52d31
MB
13210 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13211 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13212 current Google Groups.
53cfefc8 13213
01c52d31 132142006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13215
01c52d31
MB
13216 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13217 and tool-bar-mode.
66841476 13218
01c52d31
MB
13219 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13220 and tool-bar-mode.
66841476 13221
01c52d31
MB
13222 * message.el (message-tool-bar-update): Simplify.
13223 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 13224
01c52d31
MB
13225 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13226 gnus-summary-buffer.
13227 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13228 gnus-summary-reply.
81df110a 13229
01c52d31 13230 * gmm-utils.el (gmm): Add :version.
5fae1cae 13231
01c52d31 132322006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 13233
296a8e19
SM
13234 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13235 Don't autoload.
5fae1cae 13236
01c52d31 132372006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 13238
01c52d31 13239 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 13240
01c52d31 132412006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 13242
01c52d31 13243 * message.el: Change some comments WRT tool-bars.
81df110a 13244
01c52d31
MB
13245 * gnus-sum.el (gnus-summary-tool-bar)
13246 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13247 (gnus-summary-tool-bar-zap-list): New variables.
13248 (gnus-summary-make-tool-bar): Complete rewrite using
13249 `gmm-tool-bar-from-list'.
430d3ed7 13250
01c52d31 13251 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
13252 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13253 New variables.
01c52d31
MB
13254 (gnus-group-make-tool-bar): Complete rewrite using
13255 `gmm-tool-bar-from-list'.
13256 (gnus-group-tool-bar-update): New function.
430d3ed7 13257
01c52d31 13258 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 13259
01c52d31 132602006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 13261
01c52d31
MB
13262 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13263 is dissected into a single part of which the type is the same as
13264 the given one; decode charset.
6ff5b064 13265
01c52d31 132662006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 13267
01c52d31
MB
13268 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13269 into alists as symbol not string, since that's what
13270 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13271 look for.
a8f6d239 13272
01c52d31 132732006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 13274
01c52d31
MB
13275 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13276 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 13277
01c52d31 13278 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 13279
01c52d31 132802006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13281
01c52d31
MB
13282 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13283 (gnus-mime-security-button-menu): New definition.
13284 (gnus-mime-security-button-map): Use them.
13285 (gnus-mime-security-button-menu): New function.
13286 (gnus-insert-mime-security-button): Addition to help echo.
13287 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13288 (gnus-mime-security-pipe-part): New functions.
d752cf53 13289
01c52d31
MB
13290 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13291 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 13292
01c52d31
MB
13293 * mm-decode.el (mm-handle-set-disposition): Remove.
13294 (mm-handle-set-description): Remove.
d752cf53 13295
01c52d31 132962006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13297
01c52d31
MB
13298 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13299 (mm-w3m-standalone-supports-m17n-p): New function.
13300 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13301 w3m usage.
d752cf53 13302
296a8e19
SM
13303 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13304 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 13305
01c52d31 133062006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 13307
296a8e19
SM
13308 * message.el (message-tool-bar-zap-list):
13309 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
13310 (message-tool-bar-update): New function.
13311 (message-tool-bar, message-tool-bar-gnome)
13312 (message-tool-bar-retro): Add message-tool-bar-update.
13313 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 13314
01c52d31 13315 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 13316
01c52d31
MB
13317 * gmm-utils.el (gmm-error): Describe `args'.
13318 (gmm-tool-bar-zap-list): New widget.
13319 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 13320
01c52d31 133212006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13322
01c52d31
MB
13323 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13324 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13325 the number of recursive calls.
4a2358e9 13326
01c52d31
MB
13327 * mm-decode.el (mm-handle-set-disposition): New macro.
13328 (mm-handle-set-description): New macro.
4a2358e9 13329
01c52d31 133302006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13331
01c52d31
MB
13332 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13333 encoding.
4a2358e9 13334
01c52d31 133352006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13336
01c52d31
MB
13337 * message.el (message-tool-bar-zap-list, message-tool-bar)
13338 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13339 (message-tool-bar-local-item-from-menu): Remove.
13340 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13341 (message-make-tool-bar): New function.
13342 (message-mode): Use `message-make-tool-bar'.
4a2358e9 13343
01c52d31
MB
13344 * gmm-utils.el: New file.
13345 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13346 (gmm-lazy): New widget copied from `nnmail.el'.
13347 (gmm-tool-bar-from-list): New function for creating customizable
13348 tool bars.
13349 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13350 output.
13351 (gmm): Add :prefix to defgroup.
4a2358e9 13352
01c52d31 133532006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 13354
01c52d31 13355 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 13356
01c52d31 133572006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13358
01c52d31
MB
13359 * mml.el (mml-attach-file): Describe `description' in doc string.
13360 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 13361
01c52d31 133622006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 13363
01c52d31 13364 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 13365
01c52d31 133662006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 13367
01c52d31 13368 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 13369
01c52d31 133702006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 13371
01c52d31
MB
13372 * imap.el (imap-open): Handle case where buffer is a buffer
13373 object.
41e11121 13374
01c52d31 133752005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 13376
01c52d31
MB
13377 * gnus-delay.el (gnus-delay): Don't autoload.
13378 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13379 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 13380
01c52d31 133812005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 13382
01c52d31 13383 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 13384
01c52d31 133852006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 13386
01c52d31 13387 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 13388
01c52d31 13389 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 13390
01c52d31 133912006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 13392
01c52d31 13393 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 13394
01c52d31 133952006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 13396
01c52d31
MB
13397 * mm-decode.el (mm-inlined-types): Add application/pgp.
13398 (mm-automatic-display): Ditto.
11e22c4a 13399
01c52d31
MB
13400 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13401 part as text.
11e22c4a 13402
01c52d31 134032006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 13404
01c52d31
MB
13405 * nnrss.el: Update copyright.
13406 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 13407
01c52d31
MB
13408 * gnus-art.el:
13409 * gnus-sum.el:
13410 * mm-uu.el:
13411 * mm-view.el: Update copyright.
97f78c9b 13412
01c52d31 134132006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 13414
01c52d31
MB
13415 * message.el (message-info): New function.
13416 (message-mode-menu): Add it.
13417 Update copyright.
97f78c9b 13418
01c52d31 13419 * ChangeLog: Fix and update copyright.
97f78c9b 13420
01c52d31 134212006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 13422
01c52d31
MB
13423 * message.el (message-forward-subject-name-subject): Prefer the
13424 address to 'nowhere' if the sender has no name.
13425 Fix typo. Update copyright year.
97f78c9b 13426
01c52d31 134272006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 13428
296a8e19
SM
13429 * gnus-art.el (article-wash-html):
13430 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 13431 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 13432
01c52d31
MB
13433 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13434 mm-inline-text-html-render-with-w3m-standalone.
13435 (mm-text-html-washer-alist): Map w3m-standalone to
13436 gnus-article-wash-html-with-w3m-standalone.
13437 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 13438
01c52d31 134392006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 13440
01c52d31
MB
13441 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13442 Improve LaTeX.
4b91459a 13443
01c52d31 134442006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 13445
01c52d31
MB
13446 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13447 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 13448
01c52d31
MB
13449 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13450 the buffer.
4b91459a 13451
01c52d31 134522006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13453
01c52d31
MB
13454 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13455 custom definition of `gnus-posting-styles'.
d44e3b45 13456
296a8e19
SM
13457 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13458 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 13459
01c52d31 134602006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13461
01c52d31
MB
13462 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13463 Use nntp for bug archive.
4b91459a 13464
01c52d31 134652006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 13466
01c52d31
MB
13467 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13468 parts.
13469 (nnrss-normalize-date): New function converts ISO 8601 date into
13470 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13471 (nnrss-check-group): Use it.
c03ac728 13472
01c52d31 134732006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13474
01c52d31 13475 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 13476
01c52d31
MB
13477 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13478 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13479 (nnrss-insert-w3): Ditto.
d8a88581 13480
01c52d31 134812005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13482
01c52d31
MB
13483 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13484 the articles to be forwarded including the case where neither a
13485 number of articles nor a region is specified.
d8a88581 13486
01c52d31 134872005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13488
01c52d31
MB
13489 * nnrss.el (nnrss-request-article): Fix last change; fill
13490 text/plain parts.
7573397b 13491
01c52d31 134922005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13493
01c52d31
MB
13494 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13495 in text/plain part.
13496 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 13497
01c52d31 134982005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 13499
01c52d31
MB
13500 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13501 article.
9ebc3953 13502
01c52d31 135032005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 13504
01c52d31
MB
13505 * nnml.el: Don't require gnus-bcklg. Autoload it.
13506 (nnml-use-compressed-files, nnml-save-mail): Support other
13507 comression programs such as bzip2.
7929f858 13508
01c52d31 135092005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 13510
01c52d31
MB
13511 * dns.el (query-dns): Make sure we check the buffer size before
13512 removing tcp headers.
7929f858 13513
01c52d31 135142005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 13515
01c52d31
MB
13516 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13517 remove MIME buttons associated with multipart/alternative parts.
13518 (gnus-mime-display-alternative): Tag buttons using `article-type'
13519 text property.
ead25b5c 13520
01c52d31
MB
13521 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13522 associated with multipart/alternative parts.
ead25b5c 13523
01c52d31 13524 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 13525
01c52d31
MB
13526 * mm-decode.el (mm-inlined-types): Fix custom type.
13527 (mm-keep-viewer-alive-types): Ditto.
13528 (mm-automatic-display): Ditto.
13529 (mm-attachment-override-types): Ditto.
13530 (mm-inline-override-types): Ditto.
13531 (mm-automatic-external-display): Ditto.
8774406b 13532
01c52d31 135332005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 13534
01c52d31
MB
13535 * spam-report.el (spam-report-user-mail-address)
13536 (spam-report-user-agent): New variables.
13537 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 13538
01c52d31 135392005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 13540
01c52d31
MB
13541 * gnus-art.el (gnus-button-handle-custom): Do not just use
13542 `customize-apropos' for any "M-x customize-*" button but the
13543 function called for. Accept both the function name and its
13544 argument in order to achieve this.
296a8e19
SM
13545 (gnus-button-alist): Remove support for "custom:" URL's.
13546 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 13547 customize-*" buttons.
59fda2fa 13548
01c52d31 135492005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 13550
01c52d31
MB
13551 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13552 multipart/alternative and add xref to mm-discouraged-alternatives
13553 in doc string.
7d0c69be 13554
01c52d31
MB
13555 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13556 gnus-buttonized-mime-types in doc string.
7d0c69be 13557
01c52d31 135582005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13559
01c52d31
MB
13560 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13561 Suggest image/.* in the doc string.
d6697c02 13562
01c52d31 135632005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13564
01c52d31
MB
13565 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13566 message-marks (Debian bug #342521).
d6697c02 13567
01c52d31 135682005-12-12 Simon Josefsson <jas@extundo.com>
84861437 13569
01c52d31
MB
13570 * password.el (password-read-from-cache): Add.
13571 (password-read): Use it.
84861437 13572
01c52d31 135732005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 13574
296a8e19
SM
13575 * rfc2047.el (rfc2047-charset-to-coding-system):
13576 Recognize us-ascii as a MIME charset.
3338c0ad 13577
296a8e19
SM
13578 * mm-bodies.el (mm-decode-content-transfer-encoding):
13579 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 13580
01c52d31 135812005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 13582
01c52d31 13583 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 13584
01c52d31 13585 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 13586
01c52d31 135872005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 13588
01c52d31 13589 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 13590
01c52d31 135912005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 13592
01c52d31
MB
13593 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13594 RFC1524) if it is in mailcap or add a suffix according to
13595 mailcap-mime-extensions when generating a temp filename; postpone
13596 deleting a temp file for 2 seconds for some wrappers, shell
13597 scripts, and so on, which might exit right after having started a
13598 viewer command as a background job.
13599
136002005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13601
13602 * nntp.el (nntp-marks-directory): Fix custom group.
13603
13604 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13605 steps when < 10.
13606
296a8e19
SM
13607 * gnus-start.el (gnus-no-server-1):
13608 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
13609
136102005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13611
13612 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13613 parens.
13614
136152005-11-26 Dave Love <fx@gnu.org>
13616
13617 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13618 (tls-program, tls-success): Provide openssl alternative.
13619
13620 * starttls.el: Doc fixes.
13621 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13622 SERVICE to PORT.
13623
002876ab 13624 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
13625 port null or service name.
13626 (starttls-negotiate): Autoload.
13627
136282005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13629
13630 * message.el (message-kill-to-signature): Fix interactive spec.
13631
136322005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13633
13634 * pop3.el (pop3-open-server): Recognize a string as a service name.
13635
136362005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13637
13638 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13639
136402005-11-23 Dave Love <fx@gnu.org>
13641
13642 Add pop3s, pop3/starttls.
13643
13644 * pop3.el (pop3-authentication-scheme): Clarify doc.
13645 (open-tls-stream, starttls-open-stream): Autoload.
13646 (pop3-stream-type): New.
13647 (pop3-open-server): Use it.
13648
13649 * mail-source.el (mail-sources): Fix some :types. Add stream type
13650 for POP.
13651 (mail-source-keyword-map): Add :stream for POP.
13652 (mail-source-fetch-pop): Use pop3-stream-type.
13653
136542005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13655
13656 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13657 of current-time-string.
13658
136592005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13660
13661 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13662 date header.
13663
136642005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13665
13666 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13667 it can seriously impact performance as it bypasses the agent's
13668 local caches.
13669
136702005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13671
13672 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13673 must be explicitly online rather than "not explicitly offline" for
13674 its flags to be synchronized.
13675
13676 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13677 that gnus-uu-unmark-thread will function correctly.
13678
13679 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13680 1024K is instead displayed as 1M.
13681
136822005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13683
13684 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13685
136862005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13687
13688 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13689
136902005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13691
13692 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13693 error message to display actual error condition.
13694 (gnus-agent-save-local): Avoid saving symbols that are bound to
13695 nil as they simply result in a warning message in
13696 gnus-agent-read-local.
13697
136982005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13699
13700 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13701 rather than make-variable-buffer-local for file-precious-flag.
13702
137032005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13704
13705 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13706 for duplicates which are removed. The invalid sort check then
13707 triggers a rescan after the sort as sorting may have moved
13708 duplicate entries such that they can be cheaply detected.
13709
137102005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13711
13712 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13713
137142005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13715
296a8e19
SM
13716 * gnus-agent.el (gnus-agent-article-alist-save-format):
13717 Change internal variable to a custom variable. Change default value
01c52d31
MB
13718 from compressed(2) to uncompressed(1).
13719 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13720 support for uncompressed agentview files. Taken together, reading
13721 the agentview file should now be 6-7 times faster.
13722
137232005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13724
13725 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13726 as a buffer-local variable. This avoids creating truncated
13727 dribble files as a result of a hang up, eg.
13728
137292005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13730
296a8e19
SM
13731 * gnus-start.el (gnus-start-draft-setup):
13732 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
13733
13734 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
13735 (gnus-group-get-parameter, gnus-group-parameter-value):
13736 Describe allow-list argument.
01c52d31
MB
13737
13738 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13739 string.
13740
137412005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13742
13743 * gnus-art.el (gnus-default-article-saver): Add user-defined
13744 `function' to custom type.
13745
137462005-10-30 Chong Yidong <cyd@stupidchicken.com>
13747
13748 * imap.el (imap-open): Handle case where buffer is a buffer
13749 object.
13750
137512005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13752
13753 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13754 long lines.
13755 (gnus-cache-delete-group): Wrap doc strings.
13756
13757 * gnus-agent.el (gnus-agent-rename-group)
13758 (gnus-agent-delete-group): Wrap doc strings.
13759
01c52d31
MB
137602005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13761
13762 * gnus-start.el (gnus-1): Add "native" to
13763 gnus-predefined-server-alist.
13764
13765 * gnus.el (gnus-method-to-server): Don't add "native" to the
13766 lists here, because that leads to problems when
13767 gnus-select-method is bound.
13768
137692005-11-09 Simon Josefsson <jas@extundo.com>
13770
13771 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13772 use (not sort-by-date) instead.
13773
137742005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13775
13776 * gnus-delay.el (gnus-delay-group): Don't autoload.
13777 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13778 to be re-loaded when customizing the `gnus-delay' group.
13779
137802005-11-19 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * message.el: Revert last changes.
13783 (message-insert-citation-line): Use newlines.
13784
137852005-11-17 Chong Yidong <cyd@stupidchicken.com>
13786
13787 * message.el (message-courtesy-message)
13788 (message-mark-insert-begin, message-mark-insert-end)
13789 (message-elide-ellipsis, message-cancel-message)
13790 (message-add-header, message-change-subject)
13791 (message-cross-post-followup-to-header)
13792 (message-cross-post-insert-note, message-reduce-to-to-cc)
13793 (message-widen-reply, message-delete-not-region)
13794 (message-kill-to-signature, message-insert-signature)
13795 (message-insert-importance-high, message-insert-importance-low)
13796 (message-insert-or-toggle-importance)
13797 (message-insert-disposition-notification-to)
13798 (message-indent-citation, message-yank-original)
13799 (message-cite-original-without-signature, message-cite-original)
13800 (message-insert-citation-line, message-position-on-field)
13801 (message-fix-before-sending, message-send-mail-partially)
13802 (message-send-mail, message-send-mail-with-sendmail)
13803 (message-send-mail-with-qmail, message-send-news)
13804 (message-check-news-header-syntax, message-generate-headers)
13805 (message-insert-courtesy-copy, message-fill-address)
13806 (message-fill-header, message-shorten-references)
13807 (message-setup-1, message-cancel-news)
13808 (message-forward-make-body-plain, message-forward-make-body-mime)
13809 (message-forward-make-body-mml, message-encode-message-body)
13810 (message-forward-make-body-digest-plain)
13811 (message-forward-make-body-digest-mime)
13812 (message-use-alternative-email-as-from): Insert `hard-newline'
13813 instead of ordinary newlines.
13814
138152005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * message.el (message-generate-headers): Downcase the argument
13818 given to message-check-element.
13819
138202005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13821
13822 * nntp.el (nntp-authinfo-rejected): New error condition.
13823 (nntp-wait-for): Use new error condition to signal authentication
13824 error.
13825 (nntp-retrieve-data): Rethrow new error condition to break out of
13826 recursive call to nntp-send-authinfo.
13827
138282005-11-08 Romain Francoise <romain@orebokech.com>
13829
13830 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13831 (gnus-summary-exit-map): Bind to `Z p'.
13832 (gnus-summary-make-menu-bar): Add menu item.
13833
138342005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13835
13836 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13837 (gnus-treat-*): Add `first' in all doc strings.
13838
13839 * gnus-group.el (gnus-group-compact-group): Fix typo.
13840
138412005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13842
13843 * gnus.el (gnus-parameters-case-fold-search): New variable.
13844 (gnus-parameters-get-parameter): Use it.
13845
13846 * gnus-score.el (gnus-home-score-file): Doc fix.
13847
138482005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13849
13850 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13851
138522005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13853
13854 * mm-util.el (mm-special-display-p): New function.
13855
13856 * mml.el (mml-preview): Use it; doc fix.
13857
138582005-10-29 Romain Francoise <romain@orebokech.com>
13859
13860 * message.el (message-fix-before-sending): Fix comment.
13861
138622005-10-29 Jari Aalto <jari.aalto@cante.net>
13863
13864 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13865
138662005-10-29 Jari Aalto <jari.aalto@cante.net>
13867
13868 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13869 Used in gnus-score.el.
13870
138712005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13872
13873 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13874
138752005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13876
13877 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13878 whitespace removed in revision 7.8. Use concatenated string to
13879 protect trailing whitespace.
13880
880820fe 138812005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
13882
13883 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13884 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13885 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13886 Courier IMAP ("some version from 2004"). Mostly based on similar
13887 code in the same function.
13888
138892005-10-26 Didier Verna <didier@xemacs.org>
13890
002876ab 13891 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 13892 article buffer.
002876ab 13893 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 13894 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
13895 NOV database and in article itself.
13896 Invalidate article backlog.
13897
138982005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13899
13900 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13901
139022005-10-26 Simon Josefsson <jas@extundo.com>
13903
13904 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13905 part of 2004-07-25 change.
13906
139072005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13908
13909 * message.el (message-display-completion-list): New function.
13910 (message-expand-group): Use it; make sure the Completions buffer
13911 is modifiable.
13912
139132005-10-30 Chong Yidong <cyd@stupidchicken.com>
13914
c9e31f32 13915 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
13916
139172005-10-24 Eli Zaretskii <eliz@gnu.org>
13918
13919 * pgg-def.el:
13920 * pgg-gpg.el:
13921 * pgg-parse.el:
13922 * pgg-pgp.el:
13923 * pgg-pgp5.el:
13924 * pgg.el: Move to the parent lisp directory.
13925
139262005-10-23 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13929 user-mail-name is an empty string.
13930
139312005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13932
13933 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13934 depending on gnus-score-decay-constant.
13935
13936 * encrypt.el (encrypt-insert-file-contents)
13937 (encrypt-write-file-contents): Don't use `gnus-message'.
13938
13939 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13940 arguments.
296a8e19
SM
13941 (mm-uu-type-alist): Add message-marks and insert-marks.
13942 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
13943 (mm-uu-hide-markers): New variable.
13944 (mm-uu-extract): Use face similar to `gnus-cite-3'.
13945
13946 * gnus-fun.el (gnus-convert-image-to-x-face-command)
13947 (gnus-convert-image-to-face-command): Use "convert" by default to
13948 allow other input image formats.
13949 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13950 accordingly.
13951
139522005-10-23 Simon Josefsson <jas@extundo.com>
13953
13954 * imap.el (imap-gssapi-program): Align command line parameters
13955 with latest GNU SASL.
13956 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13957
139582005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13959
13960 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13961 HTML.
13962 (nnslashdot-request-article): Ditto.
13963
139642005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13965
13966 * mail-source.el (mail-source-fetch-pop): Require pop3.
13967 (mail-source-check-pop): Ditto.
13968
139692005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13970
13971 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13972 errors.
13973
139742005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13975
13976 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13977 (gnus-treat-strip-leading-blank-lines): Improve doc string.
13978
13979 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13980
296a8e19
SM
13981 * mm-bodies.el (mm-decode-string):
13982 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
13983
139842005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13985
13986 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13987 (rfc2047-charset-to-coding-system): New function.
13988 (rfc2047-decode-encoded-words): New function.
13989 (rfc2047-decode-region): Use them.
13990 (rfc2047-decode-cte): Remove.
13991 (rfc2047-parse-and-decode): Remove.
13992 (rfc2047-decode): Remove.
13993
139942005-10-15 Kenichi Handa <handa@m17n.org>
13995
13996 * rfc2047.el (rfc2047-decode-cte): New function.
13997 (rfc2047-decode-region): Change the way to decode successive
13998 encoded-words: decode B- or Q-encoding in each encoded-word,
13999 concatenate them, and decode it as charset.
14000
140012005-10-17 Chong Yidong <cyd@stupidchicken.com>
14002
14003 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14004 widget-move-and-invoke.
14005 (gnus-custom-mode): Use gnus-custom-map.
14006
140072005-10-15 Bill Wohler <wohler@newt.com>
14008
296a8e19 14009 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
14010 mail_send to mail/send.
14011
140122005-10-16 Masatake YAMATO <jet@gyve.org>
14013
14014 * message.el (message-expand-group): Pass the common
14015 prefix substring of completion to `display-completion-list'.
14016
140172005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14018
14019 * mml-sec.el (mml-secure-method): New internal variable.
14020 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
14021 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14022 New functions using mml-secure-method.
01c52d31
MB
14023
14024 * mml.el (mml-mode-map): Add key bindings for those functions.
14025 (mml-menu): Simplify security menu entries. Suggested by Jesper
14026 Harder <harder@myrealbox.com>.
296a8e19
SM
14027 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14028 Goto end of message if point is the headers of the message.
01c52d31
MB
14029
14030 * message.el (message-in-body-p): New function.
14031
14032 * assistant.el: Autoload gnus-util and netrc.
14033
14034 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14035 Use `mm-charset-override-alist' only when decoding.
14036
296a8e19
SM
14037 * mm-bodies.el (mm-decode-body):
14038 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
14039
14040 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14041 `filename' from Content-Disposition if Content-Type doesn't
14042 provide `name'.
14043 (gnus-mime-view-part-as-type): Set default instead of
14044 initial-input.
14045
140462005-10-09 Daniel Brockman <daniel@brockman.se>
14047
14048 * format-spec.el (format-spec): Propagate text properties of % spec.
14049
140502005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14051
14052 * gnus-art.el (gnus-treat-predicate): Add `first'.
14053
140542005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14055
14056 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14057 (mm-charset-override-alist): New variable.
14058 (mm-charset-to-coding-system): Use it.
14059 (mm-codepage-setup): New helper function.
14060 (mm-charset-eval-alist): New variable.
296a8e19
SM
14061 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14062 Warn about unknown charsets.
01c52d31
MB
14063
140642005-10-04 David Hansen <david.hansen@gmx.net>
14065
14066 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14067 (nnrss-check-group): Ditto.
14068
140692005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14070
14071 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14072 Rename x-gnus-verbatim to x-verbatim.
14073 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14074
14075 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14076 x-verbatim.
14077
14078 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14079
14080 * gnus-util.el (gnus-remove-duplicates): Remove.
14081
14082 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14083 instead of gnus-remove-duplicates.
14084
14085 * message.el (message-remove-duplicates): Remove.
14086 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14087 message-remove-duplicates.
14088
14089 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14090 available, else use implementation from `delete-dups'.
14091
14092 * message.el (message-insert-expires): New function.
14093 (message-mode-map): Add key binding.
14094 (message-mode-field-menu): Add menu entry.
14095 (message-mode): Document it.
14096 (message-make-expires-date): Use `message-make-date'.
14097
140982005-10-04 Josh Huber <huber@alum.wpi.edu>
14099
14100 * message.el (message-make-expires-date): New function.
14101
01c52d31
MB
141022005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14103
14104 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14105
141062005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14109 function rather than the diff-mode.el package.
14110 (mm-display-external): Use with-current-buffer.
14111 (mm-viewer-completion-map, mm-viewer-completion-map):
14112 Move initialization inside declaration.
14113
141142005-09-29 Simon Josefsson <jas@extundo.com>
14115
296a8e19
SM
14116 * spam.el: Load hashcash when compiling, to avoid warnings.
14117 Don't autoload mail-check-payment.
01c52d31
MB
14118 (spam-check-hashcash): Define unconditionally, since hashcash.el
14119 is part of Gnus now. Ignore errors from payment checking.
14120
141212005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14122
296a8e19
SM
14123 * message.el (message-bold-region, message-unbold-region):
14124 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
14125
14126 * message.el: Remove useless autoloads.
14127
141282005-09-28 Simon Josefsson <jas@extundo.com>
14129
14130 * message.el (message-use-idna): Default to t.
14131 (message-use-idna): Test whether encoding works too. Doc fix.
14132
141332005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14134
14135 * nntp.el (nntp-warn-about-losing-connection): Remove.
14136
141372005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14138
14139 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14140 customizable. Change default value.
14141 (mm-uu-diff-groups-regexp): Change default value.
14142 (mm-uu-type-alist): Add doc string.
14143 (mm-uu-configure): Add doc string. Make it interactive.
14144 (mm-uu-tex-groups-regexp): New variable.
14145 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14146 (mm-uu-type-alist): Add LaTeX documents.
14147 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14148 of "text/verbatim".
14149 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14150
14151 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14152 instead of "text/verbatim".
14153
14154 * message.el (message-mark-inserted-region)
14155 (message-mark-insert-file): Use slrn style marks when called with
14156 prefix argument.
14157
141582005-09-27 Simon Josefsson <jas@extundo.com>
14159
14160 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14161
880820fe 141622005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14163
14164 * message.el (message-remove-duplicates): New function.
14165 Implementation borrowed from `gnus-remove-duplicates'.
14166 (message-idna-to-ascii-rhs): Also encode idna addresses in
14167 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14168 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14169 only ask about the same idna domain once per header and also tell
14170 in what header to replace the idna domain.
14171
14172 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14173 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14174 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14175 a header is decoded and not just the last one.
14176
141772005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14178
14179 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14180 has been decoded.
14181
14182 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14183 (mm-insert-part): Don't modify text if it has been decoded.
14184
14185 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14186 decoded.
14187
14188 * mm-view.el (mm-inline-text): Don't strip text props unless
14189 decoding enriched or richtext parts.
14190
141912005-09-25 Romain Francoise <romain@orebokech.com>
14192
14193 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14194 * gnus-start.el (gnus-subscribe-interactively):
14195 * gnus-uu.el (gnus-uu-grab-articles):
14196 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14197 space.
14198
141992005-09-24 Emilio C. Lopes <eclig@gmx.net>
14200
14201 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14202 * mm-view.el (mm-view-pkcs7-decrypt):
14203 * gnus-sum.el (gnus-summary-limit-to-extra)
14204 (gnus-summary-respool-article, gnus-read-move-group-name):
14205 * gnus-score.el (gnus-summary-increase-score):
14206 * gnus-util.el (gnus-completing-read-with-default):
14207 * gnus-art.el (gnus-read-save-file-name)
14208 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14209 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14210 * message.el (message-check-news-header-syntax):
14211 Follow convention for reading with the minibuffer.
14212
142132005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14214
14215 * spam-report.el (spam-report-url-ping-plain):
14216 Use gnus-extended-version as User-Agent.
14217
14218 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14219 default value is nil.
14220
296a8e19 14221 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
14222 (mm-uu-verbatim-marks-extract): New function.
14223 (mm-uu-extract): New face.
14224 (mm-uu-copy-to-buffer): Use it.
14225
296a8e19 14226 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 14227 `spam-report-gmane-unspam'.
296a8e19 14228 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
14229 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14230
14231 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14232 Autoload.
296a8e19
SM
14233 (spam-report-gmane-unregister-routine):
14234 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
14235
142362005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14237
14238 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14239 (spam-report-gmane-unregister-routine): Add support for gmane
14240 unregistration.
14241
14242 * spam-report.el (spam-report-gmane-unspam)
14243 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14244 (spam-report-gmane): Change to take a single article and do unspam
14245 registration.
14246
142472005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14248
14249 * mm-url.el (mm-url-decode-entities): Fix regexp.
14250
142512005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14252
14253 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14254 default to nil, to be able to use Gnus at all. If the default
14255 switches to something else, then the function should be fixed not
14256 be exceedingly slow.
14257
142582005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14259
14260 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14261 fail hard.
14262
14263 * spam-report.el: Add better Keywords line.
14264
14265 * spam.el: Add Maintainer and better Keywords line.
14266
142672005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14268
14269 * gnus-art.el (gnus-article-replace-part)
14270 (gnus-mime-replace-part): New functions.
14271 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
14272 (gnus-mime-save-part-and-strip): Add file argument.
14273 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 14274
296a8e19
SM
14275 * gnus-sum.el (gnus-summary-mime-map):
14276 Add `gnus-article-replace-part'.
01c52d31
MB
14277
142782005-09-19 Didier Verna <didier@xemacs.org>
14279
14280 The nnml compaction feature:
14281 * nnml.el (nnml-request-compact-group): New function.
14282 * nnml.el (nnml-request-compact): New function.
14283 * gnus-int.el (gnus-request-compact-group): New function.
14284 * gnus-int.el (gnus-request-compact): New function.
14285 * gnus-group.el (gnus-group-compact-group): New function.
14286 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14287 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14288 * gnus-srvr.el (gnus-server-compact-server): New function.
14289 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14290 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14291
142922005-09-18 Deepak Goel <deego@gnufans.org>
14293
14294 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14295 format spec.
14296
142972005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14298
14299 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14300
143012005-09-15 Romain Francoise <romain@orebokech.com>
14302
14303 * message.el (message-fill-paragraph): Clarify docstring.
14304
143052005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14306
14307 * gnus-art.el (gnus-mime-display-part): Protect against broken
14308 MIME messages.
14309
143102005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14311
14312 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14313 before parsing header.
14314
143152005-09-11 Jari Aalto <jari.aalto@cante.net>
14316
002876ab 14317 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
14318
143192005-09-11 Romain Francoise <romain@orebokech.com>
14320
14321 * message.el (message-alternative-emails): Improve docstring.
14322 (message-setup-1): Call `message-use-alternative-email-as-from'
14323 after `message-setup-hook' to give it precedence over posting
14324 styles, etc.
296a8e19
SM
14325 (message-use-alternative-email-as-from): Add docstring.
14326 Remove the original From header if present.
01c52d31
MB
14327
14328 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14329 (nnml-save-mail): Use it.
14330
14331 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14332 articles. Add new argument `silent'.
14333 (gnus-uu-mark-all): Report the total number of marked articles.
14334
143352005-09-10 Romain Francoise <romain@orebokech.com>
14336
14337 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14338 (gnus-uu-mark-series): Likewise.
14339
143402005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14341
14342 * spam-report.el (spam-report-gmane): Fix generation of spam
14343 report URL.
14344
143452005-09-10 Simon Josefsson <jas@extundo.com>
14346
14347 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14348 t, based on discussion on the ding list with Robert Epprecht
14349 <epprecht@solnet.ch>.
14350
143512005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14352
14353 * spam-report.el (spam-report-gmane): Make it work without
14354 X-Report-Spam header. Gmane now only provides Archived-At.
14355 This is only used if `spam-report-gmane-use-article-number' is nil.
14356 (spam-report-gmane-spam-header): Remove. Not used anymore.
14357
14358 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14359 make `gnus-summary-sort-by-recipient' work with threading.
14360
14361 * nnweb.el (nnweb-google-wash-article): Print a message if article
14362 is not available.
14363
143642005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14365
14366 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14367 change. Decode text/* parts content before displaying.
14368
143692005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14370
14371 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14372
143732005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14374
14375 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14376
143772005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14378
c9e31f32 14379 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
14380
14381 * gnus.el (gnus-group-change-level-function): Ditto.
14382
14383 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14384
14385 * gnus-art.el (gnus-signature-limit)
14386 (gnus-article-mime-part-function): Ditto.
14387
143882005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14389
14390 * mml.el (mml-mode): Silence the byte compiler.
14391
14392 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14393 using `(sit-for 0)' before moving the point to the specified part;
14394 skip unbuttonized parts.
14395 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14396 return to the summary window if gnus-auto-select-part is non-nil.
14397
143982005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14399
296a8e19
SM
14400 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14401 New variables.
01c52d31
MB
14402 (mml-dnd-attach-file, mml-mode): Use them.
14403
14404 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
14405 Make fetching article by MID work again for Google Groups.
14406 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
14407
14408 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14409 Don't depend on Gnus by using mail-extract-address-components if
14410 gnus-extract-address-components is not bound.
14411
144122005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14413
14414 * gnus-art.el (gnus-mime-display-security): Don't display the
14415 signature, but only the signed part.
14416
144172005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14418
14419 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14420
14421 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14422 list, not listp.
14423
144242005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14425
296a8e19
SM
14426 * mm-encode.el (mm-encode-content-transfer-encoding):
14427 Likewise when encoding.
01c52d31
MB
14428
14429 * mm-bodies.el (mm-decode-content-transfer-encoding):
14430 De-canonicalize CRLF for all text content types, not just
14431 text/plain.
14432
144332005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14434
14435 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14436 valid article; point arrow and cursor at the MIME button.
14437
144382005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14439
14440 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14441 Suggested by Dan Christensen <jdc@uwo.ca>.
14442
14443 * mm-decode.el (mm-save-part): Enable change of prompt.
14444
144452005-08-29 Jari Aalto <jari.aalto@cante.net>
14446
296a8e19
SM
14447 * gnus-msg.el (gnus-inews-add-send-actions):
14448 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
14449
144502005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14451
296a8e19
SM
14452 * gnus-sum.el (gnus-summary-mime-map):
14453 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
14454 gnus-article-jump-to-part.
14455
296a8e19 14456 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 14457 (gnus-article-edit-part): Use it.
296a8e19
SM
14458 (gnus-article-part-wrapper): Add no-handle argument.
14459 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14460 New functions.
01c52d31
MB
14461
144622005-08-29 Romain Francoise <romain@orebokech.com>
14463
14464 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14465 docstring.
14466 (gnus-face-from-file): Likewise.
14467
144682005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14469
14470 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14471 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14472 non-nil.
14473 (gnus-auto-select-part): New variable.
14474 (gnus-article-jump-to-part): New function.
14475 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14476 (gnus-mime-delete-part): Allow selecting specified part after
14477 deleting or stripping parts.
14478 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14479 part if argument is bogus.
14480
144812005-08-31 Juanma Barranquero <lekktu@gmail.com>
14482
14483 * gnus-art.el (w3m-minor-mode-map):
14484 * gnus-spec.el (gnus-newsrc-file-version):
14485 * gnus-util.el (nnmail-active-file-coding-system)
14486 (gnus-original-article-buffer, gnus-user-agent):
14487 * gnus.el (gnus-ham-process-destinations)
14488 (gnus-parameter-ham-marks-alist)
14489 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14490 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14491 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14492 * mm-decode.el (gnus-current-window-configuration):
14493 * mm-extern.el (gnus-article-mime-handles):
14494 * mm-url.el (url-current-object, url-package-name)
14495 (url-package-version):
14496 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14497 (smime-keys, w3m-cid-retrieve-function-alist)
14498 (w3m-current-buffer, w3m-display-inline-images)
14499 (w3m-minor-mode-map):
14500 * mml-smime.el (gnus-extract-address-components):
14501 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14502 (gnus-newsrc-hashtb, message-default-charset)
14503 (message-deletable-headers, message-options)
14504 (message-posting-charset, message-required-mail-headers)
14505 (message-required-news-headers):
14506 * mml1991.el (mc-pgp-always-sign):
14507 * mml2015.el (mc-pgp-always-sign):
14508 * nnheader.el (nnmail-extra-headers):
14509 * rfc1843.el (gnus-decode-encoded-word-function)
14510 (gnus-decode-header-function, gnus-newsgroup-name):
14511 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14512
145132005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14514
14515 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14516 the end of the date treatments.
14517
145182005-08-15 Simon Josefsson <jas@extundo.com>
14519
14520 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14521 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14522 Capello and Romain Francoise.
296a8e19 14523 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
14524 (pgg-insert-url-with-w3): Require url, to get
14525 url-insert-file-contents regardless of where it is defined.
14526
145272005-08-13 Romain Francoise <romain@orebokech.com>
14528
14529 * message.el (message-cite-original-1): New function.
14530 (message-cite-original): Use it.
14531 (message-cite-original-without-signature): Ditto.
14532
145332005-08-08 Romain Francoise <romain@orebokech.com>
14534
14535 * message.el (message-yank-empty-prefix): New variable.
14536 (message-indent-citation): Use it.
14537 (message-cite-original-without-signature): Respect X-No-Archive.
14538
145392005-08-08 Simon Josefsson <jas@extundo.com>
14540
14541 * pgg.el: Autoload url-insert-file-contents instead of loading
14542 w3/url.
14543 (pgg-insert-url-with-w3): Don't load url here.
14544
145452005-08-07 Jesper Harder <harder@phys.au.dk>
14546
14547 * message.el (message-kill-to-signature): Don't insert newline at
14548 bol.
14549 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14550
145512005-08-06 Romain Francoise <romain@orebokech.com>
14552
14553 * message.el (message-user-fqdn): Fix typo in docstring.
14554
145552005-08-05 Daiki Ueno <ueno@unixuser.org>
14556
14557 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14558
14559 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14560
145612005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14562
14563 * mm-bodies.el (mm-encode-body): Use coding system rather than
14564 charset to encode text.
14565
14566 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14567 number of charsets if utf-8 is available (XEmacs).
14568
145692005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14570
14571 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14572 taken from `gnus-button-mid-or-mail-regexp'.
14573 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14574 (gnus-button-alist): Improve regexp for domain part of the MIDs
14575 for news:localpart@domain buttons.
14576 (gnus-button-ctan-directory-regexp): Update.
14577
145782005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14579
296a8e19
SM
14580 * sieve-manage.el (sieve-manage-interactive-login):
14581 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
14582 (sieve-manage-open): Ditto.
14583 (sieve-manage-authenticate): Ditto.
14584
14585 * mml.el (mml-generate-mime-1): Make the content type default to
14586 text/plain if the filename is not specified.
14587
145882005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14589
14590 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14591 instead of insert-buffer.
14592
14593 * message.el (message-yank-original): Ditto; set the mark at the
14594 end of the yanked message.
14595
145962005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14597
14598 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14599 lines to scroll rather than to stop it.
14600
14601 * mml.el (mml-generate-default-type): Add doc string.
14602 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14603 default to application/octet-stream when determining the content
14604 type if it is not specified for the part or the mml contents; add
14605 a comment about mml-generate-default-type.
14606
146072005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14608
14609 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14610 make it default to application/octet-stream when determining the
14611 content type if it is not specified for the external contents.
14612
146132005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14614
14615 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14616 segmented parameter but also other parameters might be there.
14617
146182005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14619
14620 * mm-decode.el (mm-display-external): Delete temp file, directory
14621 and buffer immediately if the external process is exited.
14622
146232005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14624
14625 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14626 fewer lines than that of scroll-margin.
14627 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14628
146292005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14630
14631 * gnus-art.el (gnus-article-next-page): Revert.
14632 (gnus-article-beginning-of-window): New macro.
14633 (gnus-article-next-page-1): Use it.
14634 (gnus-article-prev-page): Ditto.
14635 (gnus-article-edit-part): Use insert-buffer-substring instead of
14636 insert-buffer.
14637 (gnus-article-edit-exit): Ditto.
14638
14639 * gnus-util.el (gnus-beginning-of-window): Remove.
14640 (gnus-end-of-window): Remove.
14641
146422005-07-25 Simon Josefsson <jas@extundo.com>
14643
14644 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14645 to have the url package without w3. Reported by Daiki Ueno
14646 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14647
146482005-07-20 Didier Verna <didier@xemacs.org>
14649
14650 * gnus-diary.el: Remove the description comment (nndiary is now
14651 properly documented in the Gnus manual).
14652 Fix the spelling of "Back End".
14653 * nndiary.el: Ditto.
14654 Fix the copyright notice.
14655
146562005-07-18 Romain Francoise <romain@orebokech.com>
14657
149cd465
JB
14658 * gnus-sum.el (gnus-summary-to-prefix)
14659 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
14660 (gnus-summary-from-or-to-or-newsgroups): Use them.
14661
146622005-07-17 Romain Francoise <romain@orebokech.com>
14663
14664 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14665 space as it's generally not especially interesting to the user.
14666
146672005-07-16 Romain Francoise <romain@orebokech.com>
14668
14669 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14670 nil to avoid prompting and file modification if one of the
14671 messages at the top of the nnfolder file contains a copyright
14672 notice.
14673 Update copyright notice.
14674
14675 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14676 instead of `current-time-string' as the latter creates a time
14677 string that is not RFC 2822 compliant (it lacks the zone).
14678 Update copyright notice.
14679
146802005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14683 for text/rtf. Display default in prompt. Pass default for M-n.
14684
14685 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14686
146872005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14688
296a8e19
SM
14689 * gnus-msg.el (gnus-button-mailto):
14690 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14691 save-selected-window internals.
14692
146932005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14694
14695 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14696 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14697 (gnus-article-prev-page): Ditto.
14698
14699 * gnus-util.el (gnus-beginning-of-window): New function.
14700 (gnus-end-of-window): New function.
14701
147022005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14703
296a8e19
SM
14704 * gnus-score.el (gnus-score-edit-all-score):
14705 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
14706 gnus-message.
14707
147082005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14709
296a8e19
SM
14710 * gnus-msg.el (gnus-button-mailto):
14711 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14712 save-selected-window internals.
14713
147142005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14715
14716 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14717 add-minor-mode.
14718 (gnus-binary-mode): Ditto.
14719
14720 * gnus-topic.el (gnus-topic-mode): Ditto.
14721
147222005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14723
14724 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14725 (gnus-article-prev-page): Take scroll-margin into consideration.
14726
147272005-07-04 Lute Kamstra <lute@gnu.org>
14728
14729 Update FSF's address in GPL notices.
14730
147312005-07-04 Juanma Barranquero <lekktu@gmail.com>
14732
14733 * gnus.el (gnus-exit):
14734 * gnus-group.el (gnus-group-icons):
14735 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14736
14737 * gnus-nocem.el (gnus-nocem):
14738 * message.el (message-various, message-buffers, message-sending)
14739 (message-interface, message-forwarding, message-insertion)
14740 (message-headers, message-news, message-mail):
14741 * pgg-gpg.el (pgg-gpg):
14742 * pgg-parse.el (pgg-parse):
14743 * pgg-pgp.el (pgg-pgp):
14744 * pgg-pgp5.el (pgg-pgp5):
14745 * pop3.el (pop3): Finish `defgroup' description with period.
14746
147472005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14748
14749 * gnus-art.el (article-display-face): Improve the efficiency.
14750 (article-display-x-face): Ditto; remove grey x-face stuff.
14751
147522005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14753
14754 * gnus-art.el (article-display-face): Correct the position in
14755 which Faces are inserted.
14756
147572005-06-29 Didier Verna <didier@xemacs.org>
14758
14759 * gnus-art.el (article-display-face): Display faces in correct
14760 order.
14761
147622005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14763
14764 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14765 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14766 (gnus-nocem-check-article): Fetch the Type header.
14767 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14768 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14769 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14770 make sure gnus-nocem-hashtb is initialized.
14771 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14772 (gnus-nocem-unwanted-article-p): Ditto.
14773
14774 * pgg.el (pgg-verify): Return the verification result.
14775
147762005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14777
14778 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14779 is ascii.
14780
147812005-06-24 Juanma Barranquero <lekktu@gmail.com>
14782
14783 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14784 `show-nonbreak-escape'.
14785
147862005-06-23 Lute Kamstra <lute@gnu.org>
14787
14788 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14789
14790 * dig.el (dig-mode):
14791 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14792
147932005-06-21 Juanma Barranquero <lekktu@gmail.com>
14794
14795 * nnimap.el (nnimap-split-download-body): Fix spellings.
14796
147972005-06-16 Juanma Barranquero <lekktu@gmail.com>
14798
14799 * gnus-art.el (gnus-article-encrypt-body):
14800 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
14801 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14802 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 14803
880820fe 148042005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14805
14806 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14807 header by looking for magic "MII" at the beginnig.
14808
148092005-06-16 Miles Bader <miles@gnu.org>
14810
14811 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14812 (assistant-field-face): New backward-compatibility alias for renamed
14813 face.
14814 (assistant-render-text): Use renamed assistant-field face.
14815
14816 * spam.el (spam): Remove "-face" suffix from face name.
14817 (spam-face): New backward-compatibility alias for renamed face.
14818 (spam-face, spam-initialize): Use renamed spam face.
14819
14820 * message.el (message-header-to, message-header-cc)
14821 (message-header-subject, message-header-newsgroups)
14822 (message-header-other, message-header-name)
14823 (message-header-xheader, message-separator, message-cited-text)
14824 (message-mml): Remove "-face" suffix from face names.
14825 (message-header-to-face, message-header-cc-face)
14826 (message-header-subject-face, message-header-newsgroups-face)
14827 (message-header-other-face, message-header-name-face)
14828 (message-header-xheader-face, message-separator-face)
14829 (message-cited-text-face, message-mml-face):
14830 New backward-compatibility aliases for renamed faces.
14831 (message-font-lock-keywords): Use renamed message faces.
14832
14833 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14834 (sieve-test-commands, sieve-tagged-arguments):
14835 Remove "-face" suffix from face names.
14836 (sieve-control-commands-face, sieve-action-commands-face)
14837 (sieve-test-commands-face, sieve-tagged-arguments-face):
14838 New backward-compatibility aliases for renamed faces.
14839 (sieve-control-commands-face, sieve-action-commands-face)
14840 (sieve-test-commands-face, sieve-tagged-arguments-face):
14841 Use renamed sieve faces.
14842
14843 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14844 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14845 (gnus-group-news-3-empty, gnus-group-news-4)
14846 (gnus-group-news-4-empty, gnus-group-news-5)
14847 (gnus-group-news-5-empty, gnus-group-news-6)
14848 (gnus-group-news-6-empty, gnus-group-news-low)
14849 (gnus-group-news-low-empty, gnus-group-mail-1)
14850 (gnus-group-mail-1-empty, gnus-group-mail-2)
14851 (gnus-group-mail-2-empty, gnus-group-mail-3)
14852 (gnus-group-mail-3-empty, gnus-group-mail-low)
14853 (gnus-group-mail-low-empty, gnus-summary-selected)
14854 (gnus-summary-cancelled, gnus-summary-high-ticked)
14855 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14856 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14857 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14858 (gnus-summary-low-undownloaded)
14859 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14860 (gnus-summary-low-unread, gnus-summary-normal-unread)
14861 (gnus-summary-high-read, gnus-summary-low-read)
14862 (gnus-summary-normal-read, gnus-splash):
14863 Remove "-face" suffix from face names.
14864 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14865 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14866 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14867 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14868 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14869 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14870 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14871 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14872 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14873 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14874 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14875 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14876 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14877 (gnus-summary-normal-ticked-face)
14878 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14879 (gnus-summary-normal-ancient-face)
14880 (gnus-summary-high-undownloaded-face)
14881 (gnus-summary-low-undownloaded-face)
14882 (gnus-summary-normal-undownloaded-face)
14883 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14884 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14885 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14886 (gnus-splash-face):
14887 New backward-compatibility aliases for renamed faces.
14888 (gnus-group-startup-message): Use renamed gnus faces.
14889
14890 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14891 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14892 (gnus-server-agent): Remove "-face" suffix from face names.
14893 (gnus-server-agent-face, gnus-server-opened-face)
14894 (gnus-server-closed-face, gnus-server-denied-face)
14895 (gnus-server-offline-face):
14896 New backward-compatibility aliases for renamed faces.
14897 (gnus-server-agent-face, gnus-server-opened-face)
14898 (gnus-server-closed-face, gnus-server-denied-face)
14899 (gnus-server-offline-face): Use renamed gnus faces.
14900
14901 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14902 Remove "-face" suffix from face names.
14903 (gnus-picon-xbm-face, gnus-picon-face):
14904 New backward-compatibility aliases for renamed faces.
14905
14906 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14907 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14908 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14909 (gnus-cite-11): Remove "-face" suffix from face names.
14910 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14911 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14912 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14913 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14914 New backward-compatibility aliases for renamed faces.
14915 (gnus-cite-attribution-face, gnus-cite-face-list)
14916 (gnus-article-boring-faces): Use renamed gnus faces.
14917
14918 * gnus-art.el (gnus-signature, gnus-header-from)
14919 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14920 (gnus-header-content): Remove "-face" suffix from face names.
14921 (gnus-signature-face, gnus-header-from-face)
14922 (gnus-header-subject-face, gnus-header-newsgroups-face)
14923 (gnus-header-name-face, gnus-header-content-face):
14924 New backward-compatibility aliases for renamed faces.
14925 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14926
14927 * gnus-sum.el (gnus-summary-selected-face)
14928 (gnus-summary-highlight): Use renamed gnus faces.
14929 * gnus-group.el (gnus-group-highlight): Likewise.
14930
149312005-06-14 Juanma Barranquero <lekktu@gmail.com>
14932
14933 * gnus-sieve.el (gnus-sieve-article-add-rule):
14934 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14935 * spam-stat.el (spam-stat-buffer-change-to-spam)
14936 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14937
14938 * message.el (message-is-yours-p):
14939 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14940
149412005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14942
14943 * mm-view.el (mm-inline-text): Withdraw the last change.
14944
149452005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14946
14947 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14948 executing enriched-decode.
14949
149502005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14951
14952 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14953 charset of tar files.
14954
149552005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14956
14957 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14958
149592005-06-04 Lute Kamstra <lute@gnu.org>
14960
14961 * nnfolder.el (nnfolder-read-folder): Make sure that undo
14962 information is never recorded.
14963
149642005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14967
149682005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * pop3.el (pop3-apop): Run md5 in the binary mode.
14971
14972 * starttls.el (starttls-set-process-query-on-exit-flag):
14973 Use eval-and-compile.
14974
149752005-05-31 Simon Josefsson <jas@extundo.com>
14976
14977 * smime.el (smime-replace-in-string): Define.
14978 (smime-cert-by-ldap-1): Use it.
14979
149802005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * gnus-art.el (article-display-x-face): Replace
14983 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14984
14985 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14986 set-process-query-on-exit-flag or process-kill-without-query.
14987
14988 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14989 loop instead of replace-regexp.
14990
14991 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14992 instead of process-kill-without-query if it is available.
14993
14994 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14995 instead of find-file-hooks if it is available.
14996
14997 * mml1991.el: Bind pgg-default-user-id when compiling.
14998
14999 * mml2015.el: Bind pgg-default-user-id when compiling.
15000
15001 * nndraft.el (nndraft-request-associate-buffer):
15002 Use write-contents-functions instead of write-contents-hooks if it is
15003 available.
15004
15005 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15006 instead of find-file-hooks if it is available.
15007
15008 * nntp.el (nntp-open-connection): Replace
15009 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15010 (nntp-open-ssl-stream): Ditto.
15011 (nntp-open-tls-stream): Ditto.
15012
15013 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15014 set-process-query-on-exit-flag or process-kill-without-query.
15015 (starttls-open-stream-gnutls): Use it instead of
15016 process-kill-without-query.
15017 (starttls-open-stream): Ditto.
15018
150192005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15020
15021 * smime.el (smime-cert-by-ldap-1): Don't use
15022 replace-regexp-in-string.
15023
880820fe 150242005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15025
15026 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15027
15028 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 15029 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
15030
150312005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15032
15033 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15034 by `string-to-number'.
15035 * gnus-agent.el (gnus-agent-regenerate-group)
15036 (gnus-agent-fetch-articles): Ditto.
15037 * gnus-art.el (gnus-button-fetch-group): Ditto.
15038 * gnus-cache.el (gnus-cache-generate-active)
15039 (gnus-cache-articles-in-group): Ditto.
15040 * gnus-group.el (gnus-group-set-current-level)
15041 (gnus-group-insert-group-line): Ditto.
15042 * gnus-score.el (gnus-score-set-expunge-below)
15043 (gnus-score-set-mark-below, gnus-summary-score-effect)
15044 (gnus-summary-score-entry): Ditto.
15045 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15046 (gnus-soup-pack): Ditto.
15047 * gnus-spec.el (gnus-xmas-format): Ditto.
15048 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15049 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15050 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15051 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15052 * nndb.el (nndb-get-remote-expire-response): Ditto.
15053 * nndiary.el (nndiary-parse-schedule-value)
15054 (nndiary-string-to-number, nndiary-request-replace-article)
15055 (nndiary-request-article): Ditto.
15056 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15057 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15058 * nneething.el (nneething-make-head): Ditto.
15059 * nnfolder.el (nnfolder-request-article)
15060 (nnfolder-retrieve-headers): Ditto.
15061 * nnheader.el (nnheader-file-to-number): Ditto.
15062 * nnkiboze.el (nnkiboze-request-article): Ditto.
15063 * nnmail.el (nnmail-process-unix-mail-format)
15064 (nnmail-process-babyl-mail-format): Ditto.
15065 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15066 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15067 (nnmh-request-create-group, nnmh-request-list-1)
15068 (nnmh-request-group, nnmh-request-article): Ditto.
15069 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15070 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15071 * nnsoup.el (nnsoup-make-active): Ditto.
15072 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15073 * nntp.el (nntp-find-group-and-number)
15074 (nntp-retrieve-headers-with-xover): Ditto.
15075 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15076 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15077 (pgg-format-key-identifier): Ditto.
15078 * pop3.el (pop3-last, pop3-stat): Ditto.
15079 * qp.el (quoted-printable-decode-region): Ditto.
15080
15081 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15082 of concat.
15083
150842005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15085
15086 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15087
15088 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15089
15090 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15091
15092 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15093
15094 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15095
15096 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15097
15098 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15099 (gnus-carpal-mode): Ditto.
15100
15101 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15102 (gnus-browse-mode): Ditto.
15103
15104 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15105
15106 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15107
151082005-05-29 Richard M. Stallman <rms@gnu.org>
15109
15110 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15111
151122005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15113
15114 * gnus-util.el (gnus-run-mode-hooks): New function.
15115
15116 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15117
151182005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15119
15120 * gnus-agent.el (gnus-agent-make-mode-line-string):
15121 Use mode-line-highlight as mouse-face.
15122
151232005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15124
15125 * canlock.el (canlock): Change the parent group to news.
15126
15127 * deuglify.el (gnus-outlook-deuglify): Add :group.
15128
15129 * dig.el (dig): Add :group.
15130
15131 * dns-mode.el (dns-mode): Add :group.
15132
15133 * encrypt.el (encrypt): Add :group.
15134
15135 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15136 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15137 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15138 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15139 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15140
15141 * gnus-diary.el (gnus-diary): Add :group.
15142
15143 * gnus.el (gnus-group-news-1-face): Add :group.
15144 (gnus-group-news-1-empty-face): Ditto.
15145 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15146 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15147 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15148 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15149 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15150 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15151 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15152 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15153 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15154 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15155 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15156 (gnus-summary-high-ticked-face): Ditto.
15157 (gnus-summary-low-ticked-face): Ditto.
15158 (gnus-summary-normal-ticked-face): Ditto.
15159 (gnus-summary-high-ancient-face): Ditto.
15160 (gnus-summary-low-ancient-face): Ditto.
15161 (gnus-summary-normal-ancient-face): Ditto.
15162 (gnus-summary-high-undownloaded-face): Ditto.
15163 (gnus-summary-low-undownloaded-face): Ditto.
15164 (gnus-summary-normal-undownloaded-face): Ditto.
15165 (gnus-summary-high-unread-face): Ditto.
15166 (gnus-summary-low-unread-face): Ditto.
15167 (gnus-summary-normal-unread-face): Ditto.
15168 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15169 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15170
15171 * hashcash.el (hashcash): New custom group.
15172 (hashcash-default-payment): Add :group.
15173 (hashcash-payment-alist): Ditto.
15174 (hashcash-default-accept-payment): Ditto.
15175 (hashcash-accept-resources): Ditto.
15176 (hashcash-path): Ditto.
15177 (hashcash-extra-generate-parameters): Ditto.
15178 (hashcash-double-spend-database): Ditto.
15179 (hashcash-in-news): Ditto.
15180
15181 * message.el (message-minibuffer-local-map): Add :group.
15182
15183 * netrc.el (netrc): Add :group.
15184
15185 * sieve-manage.el (sieve-manage-log): Add :group.
15186 (sieve-manage-default-user): Diito.
15187 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15188 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15189 (sieve-manage-authenticators): Ditto.
15190 (sieve-manage-authenticator-alist): Ditto.
15191 (sieve-manage-default-port): Ditto.
15192
15193 * sieve-mode.el (sieve-control-commands-face): Add :group.
15194 (sieve-action-commands-face): Ditto.
15195 (sieve-test-commands-face): Ditto.
15196 (sieve-tagged-arguments-face): Ditto.
15197
15198 * smime.el (smime): Add :group.
15199
15200 * spam-report.el (spam-report): Add :group.
15201
15202 * spam.el (spam, spam-face): Add :group.
15203
152042005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15205
15206 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15207 return \n.\n.\n at the end of articles. Protect against that.
15208 (nntp-with-open-group): Allow debugging.
15209
15210 * nnheader.el (mail-header-set-extra): Make into a function
15211 because I just could't understand how to quote the list properly.
15212
15213 * dns.el (query-dns-cached): New function.
15214
152152005-05-26 Lute Kamstra <lute@gnu.org>
15216
15217 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15218
152192005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15220
15221 * gnus-art.el: Don't autoload mail-extract-address-components.
15222
15223 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15224 eval-and-compile to evaluate it.
15225
15226 * hashcash.el: Don't autoload executable-find.
15227
15228 * nndb.el: Don't declare the nndb back end two or more times; don't
15229 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15230
15231 * nntp.el: Autoload format-spec instead of format; use
15232 eval-and-compile to evaluate autoload forms.
15233
152342005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15235
15236 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15237
152382005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15239
15240 * gnus.el (gnus-version-number): Bump version.
15241
152422005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15243
15244 * gnus.el: No Gnus v0.3 is released.
15245
152462005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15247
15248 * gnus-art.el (gnus-article-edit-part): Disable undo.
15249
152502005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15251
15252 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15253 gnus-article-date-lapsed-new-header is t if date timer is active;
15254 skip headers in which the original date value is empty.
15255 (gnus-article-save-original-date): Redefine it as a macro.
15256 (gnus-display-mime): Use it.
15257
152582005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15259
15260 * gnus-art.el (article-date-ut): Support converting date in
15261 forwarded parts as well.
15262 (gnus-article-save-original-date): New function.
15263 (gnus-display-mime): Use it.
15264
152652005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15266
15267 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15268 enclosure element of <item>.
15269
152702005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15271
296a8e19
SM
15272 * message.el (message-kill-buffer-query): Rename from
15273 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
15274
152752005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15276
15277 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15278 window layout.
15279
152802005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15281
15282 * mml.el: Autoload dnd when compiling.
15283
152842005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15285
15286 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15287 x-dnd-*.
15288
152892005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15290
15291 * qp.el (quoted-printable-encode-region): Save excursion.
15292
152932005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15294
15295 * message.el (message-kill-buffer-query-if-modified): Add new variable
15296 so the user can kill a modified message buffer quickly.
15297 (message-kill-buffer): Use it.
15298
152992005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15300
15301 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15302 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15303
153042005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15305
15306 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15307 contained in text because xml.el decodes entities) with LFs.
15308
153092005-04-11 Lute Kamstra <lute@gnu.org>
15310
15311 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15312 differently.
15313
153142005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * mm-util.el (mm-detect-coding-region): Typo.
15317
153182005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15319
15320 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15321
f0131492 153222005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
15323
15324 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15325 user-function allow user modifications of the scores.
15326 (spam-stat-score-buffer-user): New function, to allow
15327 user-computed modifications to the score.
002876ab
JB
15328 (spam-stat-score-buffer-user-functions): List of additional
15329 scoring functions.
15330 (spam-stat-error-holder): Global temporary error holder.
15331 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15332 variable.
01c52d31
MB
15333
153342005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15335
15336 * gnus-registry.el (gnus-registry-clean-empty-function)
15337 (gnus-registry-trim, gnus-registry-fetch-groups)
15338 (gnus-registry-delete-group): Groups that match
15339 `gnus-registry-ignored-groups' are removed from the registry
15340 entries, not just ignored for splitting. This helps clean up the
15341 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15342 to get all the groups a message ID is in.
15343
15344 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 15345 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
15346 (spam-stat-score-buffer-user-functions): Add :number custom type.
15347
153482005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15349
15350 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15351 argument in XEmacs.
15352
15353 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15354 (nnrss-request-group): Decode group name first.
15355 (nnrss-request-article): Make a text/plain article if mml-to-mime
15356 failed.
15357 (nnrss-get-encoding): Return a compatible encoding according to
15358 nnrss-compatible-encoding-alist.
15359 (nnrss-find-el): Use consp instead of listp.
15360 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15361
153622005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15365 which Emacs 20 doesn't support.
15366 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15367
153682005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15369
15370 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 15371 silence the byte compiler inside the defun.
01c52d31
MB
15372
15373 * gnus-demon.el (parse-time-string): Add autoload.
15374
15375 * gnus-delay.el (parse-time-string): Add autoload.
15376
15377 * gnus-art.el (parse-time-string): Add autoload.
15378
15379 * nnultimate.el (parse-time): Require for `parse-time-string'.
15380
153812005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15382
15383 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15384
15385 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15386
15387 * smime.el (smime-ldap-host-list): Add :version.
15388
153892005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15390
15391 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15392 pass it to `gnus-browse-read-group'.
15393 (gnus-browse-read-group): Add NUMBER argument and pass it to
15394 `gnus-group-read-ephemeral-group'.
15395
15396 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15397 argument and pass it to `gnus-group-read-group'.
15398
153992005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15400
15401 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15402 mm-xemacs-find-mime-charset-1 if we have the mule feature
15403 available at runtime.
15404
154052005-03-25 Werner Lemberg <wl@gnu.org>
15406
15407 * nnmaildir.el: Replace `illegal' with `invalid'.
15408
154092005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15410
15411 * gnus-start.el (gnus-display-time-event-handler):
15412 Check display-time-timer at runtime rather than only at load time
15413 in case display-time-mode is turned off in the mean time.
15414
154152005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15416
15417 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15418 used.
15419
15420 * nneething.el (nneething-map-file-directory): Derive from
15421 `gnus-directory'.
15422
15423 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15424 the To/Cc button.
15425
154262005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15427
15428 * nnmaildir.el (nnmaildir-request-accept-article):
15429 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15430
154312005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15432
15433 * gnus-async.el: Require timer-funcs at compile time when in
15434 XEmacs for `run-with-idle-timer'.
15435
154362005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15437
15438 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15439 autoloaded function.
15440
154412005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15444
880820fe 154452005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
15446
15447 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15448
154492005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15450
296a8e19
SM
15451 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15452 Add gnus-expert-user to default.
01c52d31
MB
15453
154542005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15455
15456 * nnimap.el (nnimap-open-server): Ditto.
15457
15458 * imap.el (imap-authenticate): Fix typo.
15459
154602005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15461
15462 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15463 buffer (since IMAP server might return FETCH response out of
15464 order, and the nntp buffer must be sorted).
15465
154662005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15467
296a8e19 15468 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
15469 comparison on string.
15470
149cd465 15471 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
15472 (gnus-agent-score): Rename category keywords to match gnus-cus.
15473 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
15474 gnus-agent-summary-fetch-group clearing processable flags.
15475 (gnus-agent-synchronize-group-flags): Update live group buffer as
15476 synchronization may occur due to the user toggle the plugged
15477 status.
15478 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15479 successfully downloaded.
15480 (gnus-agent-expire-group-1): Avoid using markers when the overview
15481 is in ascending order; greatly improves performance.
296a8e19
SM
15482 (gnus-agent-regenerate-group):
15483 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 15484 gnus and server.
296a8e19 15485 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
15486
154872005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15488
15489 * message.el: Don't autoload former message-utils variables.
15490 (message-strip-subject-trailing-was): Change doc string.
15491
15492 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15493 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15494 (nnweb-google-search): Add "hl=en" here.
15495 (nnweb-google-parse-1, nnweb-google-create-mapping):
15496 Don't hardcode URL.
15497
154982005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15499
15500 * message.el (message-get-reply-headers, message-followup):
15501 Mention related variables `message-use-followup-to' and
15502 `message-use-mail-followup-to', in the information buffer.
15503
15504 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15505 of broken groups(-beta).google.com.
15506
155072005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15508
15509 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15510 parameter to invoked gnus-request-move-article; remove the
15511 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15512 all at once instead of once per article.
15513 (gnus-summary-remove-process-mark): Accept a list of articles as
15514 well as a single article for processing.
15515
15516 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15517 parameter.
15518
15519 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15520
15521 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15522
15523 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15524 parameter.
15525
15526 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15527 parameter.
15528
15529 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15530 parameter and remove the gnus-sum-hint-move-is-internal variable.
15531
15532 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15533 parameter.
15534
15535 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15536 parameter.
15537
15538 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15539 parameter.
15540
15541 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15542
15543 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15544 parameter.
15545
15546 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15547 parameter.
15548
155492005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15552 a more conservative way.
15553
155542005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15557 buffer, so it moves the window's cursor.
15558
880820fe 155592005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15560
15561 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15562 `mm-dissect-multipart' and receive the from field as an (optional)
15563 argument from `mm-dissect-multipart'.
15564 (mm-dissect-multipart): Receive the from field as an argument and
15565 pass it on when we call `mm-dissect-buffer' on MIME parts.
15566 Fixes verification/decryption of signed/encrypted MIME parts.
15567
155682005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15569
296a8e19
SM
15570 * gnus-sum.el (gnus-summary-move-article):
15571 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
15572 whatever it calls (right now, only nnimap-request-move article
15573 respects it).
15574
296a8e19
SM
15575 * nnimap.el (nnimap-request-move-article):
15576 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
15577 nnimap-request-article.
15578
155792005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15580
15581 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15582
15583 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15584 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15585
15586 * gnus-sum.el (gnus-summary-caesar-message):
15587 Apply `gnus-treat-article' after rotation.
15588
15589 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15590 doc string.
15591
155922005-02-22 Simon Josefsson <jas@extundo.com>
15593
15594 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 15595 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
15596 <arne@arnested.dk>.
15597 (encrypt): Add password-cache and password-cache-expiry as group
15598 members.
15599
880820fe 156002005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15601
15602 * smime.el (smime-ldap-host-list): Doc fix.
15603 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15604 cache) password.
15605 (smime-sign-region): Use it.
15606 (smime-decrypt-region): Use it.
15607 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15608 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15609 fails.
15610 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15611 certificate from DER to PEM format rather than calling openssl.
15612
15613 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15614
15615 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15616 for signing/encryption.
15617
15618 * mml.el (mml-parse-1): Use them.
15619
880820fe 156202005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 15621
296a8e19 15622 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
15623 (nnrss-request-group): Use `nnheader-message' instead.
15624
156252005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15626
15627 * nnrss.el (nnrss-verbose): New variable.
15628 (nnrss-request-group): Make it say nnrss is requesting a group.
15629
156302005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15631
15632 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15633 Handle news URL with given port correctly.
15634
156352005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15636
15637 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15638 containing special characters.
15639
15640 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15641
15642 * mml.el (mime-to-mml): Ditto.
15643
15644 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15645 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15646 (rfc2047-decode-region): Quote decoded words containing special
15647 characters when rfc2047-quote-decoded-words-containing-tspecials
15648 is non-nil.
15649
156502005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15651
15652 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15653
15654 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15655
156562005-02-15 Simon Josefsson <jas@extundo.com>
15657
15658 * nnimap.el (nnimap-debug): Doc fix.
15659
15660 * imap.el (imap-debug): Doc fix.
15661
156622005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15663
15664 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15665
156662005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15667
15668 * gnus.el (spam-contents): Improve docs for spam-contents
15669 parameter in its variable incarnation.
15670
156712005-02-14 Simon Josefsson <jas@extundo.com>
15672
15673 * smime-ldap.el: Use require instead of load-library for ldap.
15674 (smime-ldap-search): Indent.
15675 (smime-ldap-search-internal): Shorten line.
15676
15677 * smime.el (smime-cert-by-dns): Add doc-string.
15678 (smime-cert-by-ldap-1): Indent.
15679
296a8e19 15680 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
15681 mml-smime-get-dns-ldap.
15682 (mml-smime-encrypt-query): Use new function. Default to ldap.
15683
880820fe 156842005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15685
15686 * smime.el: Require smime-ldap.
15687 (smime-ldap-host-list): New variable.
15688 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15689
15690 * mml-smime.el (mml-smime-encrypt-query): New function.
15691 (mml-smime-encrypt-query): Use it.
15692
15693 * smime-ldap.el: New file.
15694
156952005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15696
15697 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15698
156992005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15700
15701 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15702 argument in doc string. Make query for type more clear.
15703
157042005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15705
15706 * gnus.el (gnus-group-startup-message): Search for gnus images in
15707 etc/images/gnus.
15708 * mm-util.el (mm-image-load-path): Likewise.
15709 * smiley.el (smiley-data-directory): Search for smilies in
15710 etc/images/smilies.
15711
157122005-02-09 Kim F. Storm <storm@cua.dk>
15713
15714 Change Emacs release version from 21.4 to 22.1 throughout.
15715 Change Emacs development version from 21.3.50 to 22.0.50.
15716
157172005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15718
15719 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15720
15721 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15722 non-Mule XEmacs as well.
15723 (mm-decompress-buffer): Signal an error intentionally if it does
15724 not decompress compressed data because auto-compression-mode is
15725 disabled.
15726
157272005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15728
15729 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15730 an ID in the registry even if it has no groups.
15731
157322005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15733
15734 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15735 merge it into mm-decompress-buffer.
15736 (gnus-mime-copy-part): Use the MIME part charset, the value which
15737 a user specified or gnus-newsgroup-charset for decoding, like
15738 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15739 save-buffer what was used. Suggested by Kevin Ryde
15740 <user42@zip.com.au>.
15741 (gnus-mime-inline-part): Allow the name parameter as well as the
15742 filename parameter; force decompressing of compressed data; always
15743 display contents being not decoded as unibyte.
15744
15745 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15746 as well as the filename parameter.
15747
296a8e19
SM
15748 * mm-util.el (mm-decompress-buffer):
15749 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
15750 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15751 of compressed data.
15752
157532005-02-08 Simon Josefsson <jas@extundo.com>
15754
15755 * imap.el (imap-log): Doc fix.
15756
157572005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15758
15759 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15760 the coding cookies; decompress compressed parts.
15761
10d1d0af 15762 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
15763 to the value which a user specified manually or the coding cookie.
15764
15765 * mm-util.el (mm-string-to-multibyte): New function.
15766 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15767 (mm-coding-system-to-mime-charset): New function.
15768 (mm-decompress-buffer): New function.
15769 (mm-find-buffer-file-coding-system): New function.
15770
15771 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15772 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15773 parts.
15774
157752005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15776
15777 * mm-view.el (mm-display-inline-fontify): Decode a part according
15778 to the charset parameter.
15779
157802005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15781
15782 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15783 prefix arg is neither nil nor a number, as info specifies.
15784
157852005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15786
15787 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15788 timestamps.
15789
157902005-02-02 Jari Aalto <jari.aalto@cante.net>
15791
15792 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15793 groups error checking and notify user.
15794
157952005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15796
15797 * message.el (message-send-mail-function): Check existence of
15798 sendmail-program first before using default value
15799 `message-send-mail-with-sendmail'. Otherwise use more generic
15800 `smtpmail-send-it'.
15801
158022005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15803
15804 * nntp.el (nntp-request-update-info): Always return nil.
15805
158062005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15809
158102005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * message.el (message-beginning-of-line): Change the behavior when
15813 invoked between BOL and : so that it first moves backward.
15814
158152005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15816
15817 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15818 article buffer when editing of the article is discarded.
15819 (gnus-article-prepare): Revert.
15820
158212005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15822
15823 * gnus-art.el (gnus-article-prepare):
15824 Remove message-strip-forbidden-properties from the local hook.
15825
158262005-01-27 Simon Josefsson <jas@extundo.com>
15827
15828 * password.el (password-cache-add): Only start one timer per key.
15829 Reported by Derek Atkins <warlord@MIT.EDU>.
15830
158312005-01-26 Steve Youngs <steve@sxemacs.org>
15832
296a8e19 15833 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
15834 timer-funcs.el in the xemacs-base package has a working version of
15835 `run-at-time'.
15836
15837 * password.el: Require timer-funcs instead of run-at-time in
15838 XEmacs.
15839 Remove `password-run-at-time' macro.
15840 (password-cache-add): Use `run-at-time' instead of
15841 `password-run-at-time'.
15842
15843 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15844 for `run-with-idle-timer'.
15845
15846 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15847 for `run-at-time'.
15848
15849 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15850 for `with-timeout'.
15851
158522005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15853
15854 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15855 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15856
158572005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15858
15859 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15860 sensitively.
15861
158622005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15863
15864 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15865
158662005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15867
15868 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15869 which will be inserted according to the multibyteness of a buffer
15870 rather than the type of contents. Suggested by ARISAWA Akihiro
15871 <ari@mbf.ocn.ne.jp>.
15872
15873 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15874 of string which old xml.el may return rather than a string.
15875
158762005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15877
15878 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15879
158802005-01-16 Simon Josefsson <jas@extundo.com>
15881
15882 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15883 idn/idna.el isn't available.
15884 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15885 <michael@waxrat.com>.
15886
15887 * hashcash.el: Remove non-FSF copyright header.
15888
15889 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15890 (hashcash-generate-payment): Use it.
15891 (hashcash-generate-payment-async): Use it.
15892
158932005-01-15 Simon Josefsson <jas@extundo.com>
15894
15895 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15896 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15897
15898 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15899 gnus-summary-idna-message.
15900 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15901 (gnus-summary-idna-message): New function.
15902
159032005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15904
15905 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15906 gnus-novice-user.
15907
159082005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15909
15910 * nnrss.el (nnrss-request-delete-group): Delete entries in
15911 nnrss-group-alist as well.
15912 (nnrss-save-server-data): Insert newline.
15913
159142005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15915
15916 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
15917 symbols. Display full version number for (S)XEmacs.
15918 Optionally display (S)XEmacs codename.
01c52d31
MB
15919
15920 * gnus-util.el (gnus-emacs-version): Update for new
15921 `gnus-user-agent'.
15922
15923 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15924 Gnus version.
15925
159262005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15927
15928 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15929 which is unreadable in some setups.
15930
159312005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15932
15933 * gnus-spec.el (gnus-update-format-specifications): Flush the
15934 group format spec cache if it doesn't support decoded group names.
15935
159362005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15937
c9e31f32
SM
15938 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15939 Allow to apply decay on score files matching a regexp.
01c52d31
MB
15940
159412004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
15942
15943 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15944 compatibility in %g and %c.
15945
159462004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
15947
15948 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15949 name for only %g and %c.
15950 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15951 of gnus-tmp-group to decoded group name.
15952 (gnus-group-make-rss-group): Exclude `/'s from group names.
15953
159542004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
15955
15956 * nnrss.el (nnrss-get-encoding): Fix regexp.
15957
159582004-12-27 Simon Josefsson <jas@extundo.com>
15959
15960 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15961 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15962 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
15963
159642004-12-17 Kim F. Storm <storm@cua.dk>
15965
15966 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15967
15968 * gnus-sum.el (gnus-summary-mode-map): Likewise.
15969
159702004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15971
15972 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15973
159742004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
15975
15976 * nnrss.el: Require rfc2047 and mml.
15977 (nnrss-file-coding-system): New variable.
15978 (nnrss-format-string): Redefine it as an inline function.
15979 (nnrss-decode-group-name): New function.
15980 (nnrss-string-as-multibyte): Remove.
15981 (nnrss-retrieve-headers): Decode group name; don't use
15982 nnrss-format-string.
15983 (nnrss-request-group): Decode group name.
15984 (nnrss-request-article): Decode group name; allow a Message-ID as
15985 well as an article number; don't use nnrss-format-string; encode a
15986 Message-ID string which may contain non-ASCII characters; use
15987 mml-to-mime to compose a MIME article.
15988 (nnrss-request-expire-articles): Decode group name.
15989 (nnrss-request-delete-group): Decode group name.
15990 (nnrss-fetch): Clarify error message.
15991 (nnrss-read-server-data): Use insert-file-contents instead of load;
15992 bind file-name-coding-system; use multibyte buffer.
15993 (nnrss-save-server-data): Bind coding-system-for-write to the
15994 value of nnrss-file-coding-system; bind file-name-coding-system;
15995 add coding cookie.
15996 (nnrss-read-group-data): Use insert-file-contents instead of load;
15997 bind file-name-coding-system; use multibyte buffer.
15998 (nnrss-save-group-data): Bind coding-system-for-write to the
15999 value of nnrss-file-coding-system; bind file-name-coding-system.
16000 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16001 make it work with non-ASCII text.
16002 (nnrss-find-el): Make it work with old xml.el as well.
16003
160042004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16005
16006 * nnrss.el (nnrss-get-encoding): New function.
16007 (nnrss-fetch): Use unibyte buffer initially; bind
16008 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16009 decode contents according to the encoding attribute.
16010 (nnrss-save-group-data): Add coding cookie.
16011 (nnrss-mime-encode-string): New function.
16012 (nnrss-check-group): Use it to encode subject and author.
16013
160142004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16015
16016 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16017 imaginary variable.
16018
160192004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16020
16021 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16022 correctly even if there are wide characters.
16023
160242004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16025
16026 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16027 downcased symbol names; make a new cache instead of reusing
16028 bbdb-hashtable.
16029
160302004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16031
16032 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16033 concatenating segments rather than before concatenating them.
16034 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16035
16036 * message.el (message-get-reply-headers): Bind `extra'.
16037
160382004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16039
16040 * message.el (message-extra-wide-headers): New variable.
16041 (message-get-reply-headers): Use it.
16042
160432004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16044
16045 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16046 (gnus-agent-group-pathname): Ditto.
16047
16048 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16049
16050 * gnus-group.el (gnus-group-make-group): Decode group name.
16051 (gnus-group-make-rss-group): Register the group data after opening
16052 the nnrss group.
16053
160542004-12-17 Paul Jarc <prj@po.cwru.edu>
16055
16056 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16057 by expiry now get marked as read.
16058
160592004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16060
16061 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16062
160632004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16064
16065 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16066 unify Latin characters in XEmacs.
16067 (mm-find-mime-charset-region): Use it.
16068
160692004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16070
16071 * gnus-util.el (gnus-delete-directory): New function.
16072
16073 * gnus-agent.el (gnus-agent-delete-group): Use it.
16074
16075 * gnus-cache.el (gnus-cache-delete-group): Use it.
16076
160772004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16078
16079 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16080 names.
16081
160822004-12-16 Simon Josefsson <jas@extundo.com>
16083
16084 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16085
160862004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16087
16088 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16089
16090 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16091 (gnus-group-set-current-level): Decode group name.
16092
160932004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16094
16095 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16096 failed.
16097
160982004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16099
16100 * gnus-group.el (gnus-group-delete-group): Decode group name.
16101 (gnus-group-make-rss-group): Encode group name.
16102 (gnus-group-catchup-current): Decode group name.
16103 (gnus-group-kill-group): Decode group name.
16104
161052004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16108
161092004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16110
16111 * gnus-group.el (gnus-group-make-rss-group):
16112 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16113
16114 * gnus-start.el (gnus-setup-news): Honor user's setting to
16115 gnus-message-archive-method. Suggested by Lute Kamstra
16116 <lute@gnu.org>.
16117
161182004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16119
16120 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16121 global counterparts of the buffer-local variables.
16122
161232004-11-16 Romain Francoise <romain@orebokech.com>
16124
16125 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16126 counterparts of the buffer-local variables.
16127
161282004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16129
296a8e19 16130 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
16131 string.
16132
161332004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16134
296a8e19 16135 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
16136
16137 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16138 to avoid problems when splitting mails with many recipients.
16139
161402004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16143 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16144
161452004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16146
16147 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16148 if there is no hashtable in memory or file modification time is
16149 newer than cached timestamp.
16150
161512004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16152
296a8e19
SM
16153 * gnus-sum.el (gnus-summary-limit-to-recipient):
16154 Implement not-matching option.
01c52d31
MB
16155
161562004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16157
16158 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16159 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16160 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16161 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16162 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16163 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16164
161652004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16166
16167 * message.el (message-forward-make-body-mml): Remove headers
16168 according to message-forward-ignored-headers if a message is decoded.
16169
161702004-12-02 Romain Francoise <romain@orebokech.com>
16171
16172 * message.el (message-forward-make-body-plain): Always remove
16173 headers according to message-forward-ignored-headers.
16174
161752004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16176
16177 * spam.el (spam-summary-prepare-exit): Remove the
16178 gnus-summary-limit pop for now, it has problems with ham marks for
16179 me.
16180
161812004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16182
16183 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16184 correctly.
16185
161862004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16187
16188 * format-spec.el (format-spec): Message the char.
16189
161902004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16191
16192 * gnus-art.el (gnus-split-methods): Reformat comments.
16193
16194 * spam.el (spam-summary-prepare-exit): Remove article limits
16195 before exiting the summary buffer.
16196
161972004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16198
16199 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16200 order to silence the byte compiler.
16201
16202 * spam.el: Fix the way to silence the byte compiler, which
16203 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16204 bbdb-search-simple, spam-BBDB-register-routine,
16205 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16206 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16207 spam-stat-buffer-is-spam, spam-stat-load,
16208 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16209 spam-stat-save and spam-stat-split-fancy.
16210
162112004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16212
16213 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16214 which may confuse users.
16215 (canlock-password-for-verify): Ditto.
16216
16217 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16218
16219 * gnus-art.el (gnus-emphasis-alist): Ditto.
16220
16221 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16222
16223 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16224
16225 * gnus-start.el (gnus-save-killed-list): Ditto.
16226
16227 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16228 (gnus-sum-thread-tree-root): Ditto.
16229 (gnus-sum-thread-tree-false-root): Ditto.
16230 (gnus-sum-thread-tree-single-indent): Ditto.
16231
16232 * message.el (message-courtesy-message): Ditto.
16233 (message-archive-note): Ditto.
16234 (message-subscribed-address-file): Ditto.
16235 (message-user-fqdn): Ditto.
16236
16237 * spam-report.el (spam-report-gmane-regex): Ditto.
16238
16239 * spam.el (spam-blackhole-good-server-regex): Ditto.
16240
162412004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16242
16243 * mml.el (mml-preview): Widen the message buffer before copying
16244 the contents to the preview buffer; sort headers before previewing.
16245
16246 * message.el (message-hidden-headers): Fix the way to avoid a bug
16247 in the `repeat' widget in Emacs 21.3 or earlier.
16248
162492004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16250
16251 * message.el (message-hidden-headers): Default to "^References:".
16252 Improve customization type. Suggested by Reiner Steib
16253 <Reiner.Steib@gmx.de>.
16254
162552004-11-25 Romain Francoise <romain@orebokech.com>
16256
16257 * message.el (message-strip-forbidden-properties): Remove check for
16258 obsolete `message-hidden' text property, hidden headers are not
16259 accessible in the buffer anymore.
16260
162612004-11-22 Romain Francoise <romain@orebokech.com>
16262
16263 * message.el (message-header-format-alist): Add `From' in list
16264 so that it can be sorted.
16265 (message-fix-before-sending): Widen and sort headers before
16266 sending.
16267 (message-hide-headers): Use narrowing to hide headers by moving
16268 them to the top of the buffer and narrowing to the region
16269 underneath.
16270
162712004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16272
296a8e19
SM
16273 * message.el (message-strip-forbidden-properties):
16274 Bind buffer-read-only (etc) to nil.
01c52d31
MB
16275
162762004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16277
16278 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16279 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16280
162812004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16282
16283 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16284
162852004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16286
16287 * dns.el (query-dns): Use sit-for to time instead of
16288 accept-process-output, since that doesn't seem to work on udp
16289 sockets.
16290
162912004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16292
16293 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16294
162952004-11-15 Jesper Harder <harder@ifa.au.dk>
16296
16297 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16298 doc string. Improve doc string.
16299
163002004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16301
16302 * nntp.el (nntp-request-update-info): Return nil if
16303 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16304 may not call gnus-activate-group which uselessly issues the GROUP
16305 commands for all nntp groups and wastes time. Reported by Romain
16306 Francoise <romain@orebokech.com>.
16307
16308 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16309
163102004-11-15 Simon Josefsson <jas@extundo.com>
16311
16312 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16313 headers separately.
880820fe 16314 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
16315 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16316
163172004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16318
16319 * gnus-start.el (gnus-convert-old-newsrc):
16320 Assign legacy-gnus-agent to 5.10.7.
16321
163222004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16323
16324 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16325 start of the lines.
16326
163272004-11-14 Magnus Henoch <mange@freemail.hu>
16328
c4cc8b9a
JB
16329 * hashcash.el (hashcash-default-payment): Change default to 20.
16330 (hashcash-default-accept-payment): Change default to 20.
16331 (hashcash-process-alist): New variable.
16332 (hashcash-generate-payment-async): Add.
16333 (hashcash-already-paid-p): Add.
16334 (hashcash-insert-payment): Don't generate payments twice.
16335 (hashcash-insert-payment-async): Add.
16336 (hashcash-insert-payment-async-2): Add.
16337 (hashcash-cancel-async): Add.
16338 (hashcash-wait-async): Add.
16339 (hashcash-processes-running-p): Add.
16340 (hashcash-wait-or-cancel): Add.
01c52d31
MB
16341 (mail-add-payment): New optional argument. Conditionally start
16342 asynchronous calculation.
c4cc8b9a 16343 (mail-add-payment-async): Add.
01c52d31
MB
16344
16345 * message.el (message-send-mail): Wait for asynchronous hashcash
16346 results. Don't clobber existing X-Hashcash headers.
16347 (message-setup-1): Call mail-add-payment-async when
16348 message-generate-hashcash is non-nil.
16349
163502004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16351
16352 * message.el (message-use-alternative-email-as-from): Examine the
16353 From header as well; use message-make-from in order to include a
16354 user's full name.
16355
163562004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16357
16358 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16359 default; improve customization type.
16360 (gnus-emphasis-custom-with-format): New macro.
16361 (gnus-emphasis-custom-value-to-external): New function.
16362 (gnus-emphasis-custom-value-to-internal): New function.
16363
163642004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16365
16366 * dns.el (query-dns): Resolve reverse addresses.
16367
163682004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * gnus-group.el (gnus-group-get-new-news): Use it.
16371
16372 * gnus-start.el (gnus-check-reasonable-setup): New function.
16373
163742004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16375
16376 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16377 "Args out of range" error. Reported by Arnaud Giersch
16378 <arnaud.giersch@free.fr>.
16379
163802004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16381
16382 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16383
163842004-11-04 Richard M. Stallman <rms@gnu.org>
16385
16386 * spam.el (spam group): Add :version.
16387
16388 * pgg-def.el (pgg group): Add :version.
16389
163902004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * gnus-art.el (gnus-article-edit-article): Don't associate the
16393 article buffer with a draft file. This is a temporary measure
16394 against the 2004-08-22 change to gnus-article-edit-mode.
16395
163962004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16397
16398 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16399 (html2text-format-tags): Remove unused variable `attr'.
16400
164012004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16402
16403 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16404
16405 * spam-stat.el (spam-stat): Add :version.
16406
16407 * sieve.el (sieve): Add :version.
16408
16409 * sha1.el (sha1): Add :version.
16410 (sha1-use-external): Remove redundant version.
16411
16412 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16413 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16414 (nnmail-split-fancy-match-partial-words)
16415 (nnmail-split-lowercase-expanded): Add :version.
16416
16417 * nndiary.el (nndiary): Add :version.
16418
16419 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16420
16421 * mml-sec.el (mml-default-sign-method)
16422 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16423 Add :version.
16424
16425 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16426
16427 * mm-url.el (mm-url-use-external, mm-url-program)
16428 (mm-url-arguments): Add :version.
16429
16430 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16431 (mm-attachment-file-modes, mm-decrypt-option)
16432 (mm-w3m-safe-url-regexp): Add :version.
16433
16434 * message.el (message-cite-prefix-regexp)
16435 (message-sendmail-envelope-from, message-minibuffer-local-map)
16436 (message-user-fqdn, message-completion-alist): Add :version.
16437
16438 * gnus-win.el (gnus-configure-windows-hook)
16439 (gnus-use-frames-on-any-display): Add :version.
16440
16441 * gnus-art.el (gnus-article-address-banner-alist)
16442 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16443 (gnus-treat-from-picon, gnus-treat-mail-picon)
16444 (gnus-treat-x-pgp-sig): Add :version.
16445
16446 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16447 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16448 (gnus-summary-article-delete-hook)
16449 (gnus-summary-display-while-building): Add :version.
16450
16451 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 16452 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
16453
16454 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16455 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16456
16457 * gnus-registry.el (gnus-registry): Add :version.
16458
16459 * gnus-spec.el (gnus-use-correct-string-widths)
16460 (gnus-make-format-preserve-properties): Add :version.
16461
16462 * gnus.el (gnus-group-charter-alist)
16463 (gnus-group-fetch-control-use-browse-url)
16464 (gnus-install-group-spam-parameters): Add :version.
16465
16466 * gnus-diary.el (gnus-diary): Add :version.
16467
16468 * gnus-delay.el (gnus-delay): Add :version.
16469
16470 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16471 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16472 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16473 Add :version.
16474
16475 * gnus-agent.el (gnus-agent-max-fetch-size)
16476 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16477 (gnus-agent-prompt-send-queue): Add :version.
16478
16479 * deuglify.el (gnus-outlook-deuglify): Add :version.
16480
296a8e19
SM
16481 * html2text.el: Beautify code. Improve doc strings.
16482 Some checkdoc cleanup.
01c52d31
MB
16483 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16484
164852004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16486
16487 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16488
164892004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16490
16491 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16492 when package is loaded.
16493
16494 * spam.el (spam-summary-score-preferred-header): Add global preference
16495 for people who want to override the default SpamAssassin over
16496 Bogofilter preference (when both are set).
16497 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
16498 (spam-user-format-function-S):
16499 Check spam-summary-score-preferred-header.
01c52d31
MB
16500 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16501 (spam-user-format-function-S): Format the score correctly.
16502
165032004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16506 signature file. Suggested by Manoj Srivastava
16507 <srivasta@golden-gryphon.com>.
16508
16509 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16510 iso-2022-jp even in the Japanese language environment.
16511 Suggested by Jason Rumney <jasonr@gnu.org>.
16512
165132004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16514
16515 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16516 use the same characters as the dummy marks; make it free from
16517 getting affected by the language environment.
16518 (gnus-summary-read-group-1): Update mark positions only when the
16519 format spec is updated.
16520
16521 * gnus-spec.el (gnus-update-format-specifications): Return a list
16522 of updated types.
16523
165242004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16525
16526 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16527 of boundp to check if display-warning is available.
16528
165292004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16530
16531 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16532
165332004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16534
16535 * nnspool.el (nnspool-spool-directory): Use news-path if the
16536 news-directory variable is not bound.
16537
16538 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16539 function instead of display-warning if it is not available.
16540
165412004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16542
16543 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16544 v5-10: Use `point-at-bol'.
16545
165462004-10-26 Simon Josefsson <jas@extundo.com>
16547
16548 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16549 <chenggao@gmail.com>.
16550
165512004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16552
16553 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16554 instead.
16555
165562004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16557
16558 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16559 to remove a server from the nnimap-server-buffer-alist.
16560 (nnimap-open-connection, nnimap-close-server): Use it.
16561
16562 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16563
165642004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16565
16566 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16567 running the major-mode function.
16568
165692004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16570
16571 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16572 dummy marks in the right way.
16573
165742004-10-18 David Edmondson <dme@dme.org>
16575
16576 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16577 excessively.
16578
165792004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16580
16581 * gnus-util.el (gnus-split-references): Accept a nil references
16582 string and go on blissfully.
16583
16584 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16585 cases where the references string is non-nil but has no references.
16586
16587 * encrypt.el: Add autoload tags.
16588
16589 * spam.el (spam-resolve-registrations-routine): Remove article
16590 from unregistration list too. Reported by David Hanak
16591 <dhanak@isis.vanderbilt.edu>
16592
165932004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16594
16595 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 16596 nil. Change custom type.
01c52d31
MB
16597
165982004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16599
16600 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16601
16602 * gnus-sum.el (gnus-summary-move-article): Use it.
16603
166042004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16605
16606 * encrypt.el: Add autoload cookies.
16607
16608 * spam.el (spam-backend-article-list-property)
16609 (spam-backend-get-article-todo-list)
b97439ce 16610 (spam-backend-put-article-todo-list)
01c52d31
MB
16611 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16612 Resolve registrations separately.
16613 (spam-register-routine): Format comments.
16614 (spam-unregister-routine, spam-register-routine): Always call with
16615 specific-articles, no default list.
16616 (spam-summary-prepare-exit): Use the spam-classifications function.
16617
16618 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16619 gnus-encrypt.el.
16620
002876ab 16621 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 16622
002876ab 16623 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
16624
166252004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16626
16627 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16628 (gnus-score-save): Use it.
16629
16630 * message.el (message-bury): Use `window-dedicated-p'.
16631
166322004-10-15 Simon Josefsson <jas@extundo.com>
16633
16634 * pop3.el (top-level): Don't require nnheader.
16635 (pop3-read-timeout): Add.
16636 (pop3-accept-process-output): Add.
16637 (pop3-read-response, pop3-retr): Use it.
16638
166392004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16640
16641 * spam.el (spam-register-routine): Move comment.
16642 (spam-verify-bogofilter): Use 'unknown for the initial
16643 spam-bogofilter-valid state, not 'never.
16644
16645 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16646 for netrc-machine.
16647
296a8e19
SM
16648 * nnimap.el (nnimap-open-connection):
16649 Use netrc-machine-user-or-password.
01c52d31
MB
16650
166512004-10-17 Richard M. Stallman <rms@gnu.org>
16652
16653 * gnus-registry.el (gnus-registry-unload-hook):
16654 Set as a variable with add-hook.
16655
16656 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16657 of news-path.
16658
16659 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16660
16661 * spam.el: Delete duplicate `provide'.
16662 (spam-unload-hook): Set as a variable with add-hook.
16663
166642004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16665
16666 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16667 in the doc string.
16668
16669 * message.el (message-ignored-news-headers)
16670 (message-ignored-supersedes-headers)
16671 (message-ignored-resent-headers)
16672 (message-forward-ignored-headers): Improve custom type.
16673
166742004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16675
16676 * message.el (message-tokenize-header): Fix 2004-09-06 change
16677 which used point-min in the wrong place.
16678
166792004-10-12 Simon Josefsson <jas@extundo.com>
16680
16681 * tls.el (tls-certtool-program): New variable.
16682 (tls-certificate-information): New function, based on
16683 ssl-certificate-information.
16684
166852004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16686
16687 * compface.el: Move the version of ELisp-based uncompface program
16688 to the contrib directory because of the copyright problem.
16689
166902004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16691
16692 * message.el (message-kill-buffer): Raise the current frame.
16693
166942004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16695
16696 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16697
16698 * gnus.el (message-y-or-n-p): Autoload.
16699
16700 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16701 (pop3-password-required, pop3-authentication-scheme)
296a8e19 16702 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
16703 (pop3): New custom group.
16704 (pop3-retr): Remove `sleep-for' statements.
16705 Suggested by Dave Love <fx@gnu.org>.
16706
16707 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16708 Windows/DOS.
16709
16710 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
16711 (imap-parse-body): Fix incorrect use of `assert'.
16712 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
16713
16714 * mml.el (mml-minibuffer-read-disposition): Require match.
16715 Suggested by Dave Love <fx@gnu.org>.
16716
167172004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16718
16719 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16720 doc string.
16721
167222004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16725
167262004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16727
16728 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16729 instead of calling `mm-insert-inline', to decode text/* parts
16730 before displaying them.
16731
167322004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16733
16734 * mm-uu.el (mm-uu-text-plain-type): New variable.
16735 (mm-uu-pgp-signed-extract-1): Use it.
16736 (mm-uu-pgp-encrypted-extract-1): Use it.
16737 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16738 bind mm-uu-text-plain-type with that value.
16739 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16740 mm-uu-dissect.
16741
167422004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16743
16744 * gnus-group.el (gnus-update-group-mark-positions):
16745 * gnus-sum.el (gnus-update-summary-mark-positions):
16746 * message.el (message-check-news-body-syntax):
16747 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16748 of string-as-multibyte.
16749
167502004-10-05 Juri Linkov <juri@jurta.org>
16751
16752 * gnus-group.el (gnus-update-group-mark-positions):
16753 * gnus-sum.el (gnus-update-summary-mark-positions):
16754 * message.el (message-check-news-body-syntax):
16755 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16756 8-bit unibyte values to a multibyte string for search functions.
16757
167582004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16759
16760 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16761 (mm-uu-dissect-text-parts): New function.
16762
16763 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16764 dissect text parts.
16765
16766 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16767 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16768
16769 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16770
296a8e19
SM
16771 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16772 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
16773
167742004-10-06 Jesper Harder <harder@ifa.au.dk>
16775
16776 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16777
167782004-10-05 Jesper Harder <harder@ifa.au.dk>
16779
16780 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16781 where approriate.
16782
16783 * nnml.el (nnml-generate-active-info): do.
16784
16785 * nndiary.el (nndiary-generate-active-info): do.
16786
16787 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16788 (gnus-topic-move): do.
16789
16790 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16791 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16792
16793 * gnus-srvr.el (gnus-server-prepare)
16794 (gnus-server-open-all-servers): do.
16795
16796 * gnus-msg.el (gnus-summary-cancel-article)
16797 (gnus-summary-resend-message)
16798 (gnus-summary-mail-crosspost-complaint): do.
16799
16800 * gnus-move.el (gnus-change-server): do.
16801
16802 * gnus-group.el (gnus-group-unmark-all-groups)
16803 (gnus-group-set-current-level): do.
16804
168052004-10-04 Simon Josefsson <jas@extundo.com>
16806
16807 * message.el (message-generate-hashcash): Doc fix.
16808
168092004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16810
16811 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16812 avoid infinite recursion via gnus-get-function.
16813
168142004-10-02 Jesper Harder <harder@ifa.au.dk>
16815
16816 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16817
16818 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16819
16820 * nnmail.el (nnmail-split-history): do.
16821
16822 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16823 (nnml-request-delete-group): do.
16824
16825 * nnslashdot.el (nnslashdot-read-groups): do.
16826
16827 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16828 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16829
16830 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 16831 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
16832 (nnspool-retrieve-headers-with-nov): Use mapc.
16833 (nnspool-request-newgroups): Use dolist.
16834 (nnspool-request-group): Use last.
16835
16836 * nntp.el (nntp-read-server-type): Use dolist.
16837
16838 * nnvirtual.el (nnvirtual-create-mapping)
16839 (nnvirtual-update-read-and-marked): Use dolist.
16840 (nnvirtual-convert-headers): Simplify.
16841
168422004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16843
296a8e19
SM
16844 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16845 Add support for sync'ing tick marks.
01c52d31
MB
16846
168472004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16848
16849 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16850 there's no visible header.
16851
168522004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16853
296a8e19
SM
16854 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16855 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
16856
168572004-10-01 Simon Josefsson <jas@extundo.com>
16858
16859 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16860 acroread.
16861
168622004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16863
16864 * spam-report.el (spam-report-gmane): Fix interactive.
16865
16866 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16867
16868 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16869 when writing file.
16870 (gnus-agent-synchronize-flags): Don't default to being
16871 interactive.
16872
168732004-09-30 Simon Josefsson <jas@extundo.com>
16874
16875 * message.el (message-generate-hashcash): Add.
16876 (message-send-mail): Use it, call mail-add-payment.
16877
168782004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16879
16880 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16881
168822004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16883
296a8e19 16884 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
16885 gnus-requst-update-info with explicit code to sync the in-memory
16886 info read flags with the marks being sync'd to the backend.
16887
296a8e19 16888 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
16889
168902004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16891
16892 * spam.el (spam-verify-bogofilter): Add new function.
16893 (spam-check-bogofilter)
16894 (spam-bogofilter-register-with-bogofilter): Use it.
16895 (spam-verify-bogofilter): Add small fixes.
16896
168972004-09-28 Simon Josefsson <jas@extundo.com>
16898
16899 * hashcash.el (hashcash-generate-payment): Revert.
16900
169012004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16902
296a8e19
SM
16903 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16904 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
16905
16906 * gnus-util.el (gnus-extract-references): Add new function, analogous
16907 to gnus-split-references but extracts only the message-ID without
16908 anything extra.
16909
16910 * hashcash.el (hashcash-generate-payment)
16911 (hashcash-check-payment): Do the right thing if hashcash-path is
16912 nil (because the hashcash program could not be found).
16913
16914 * spam.el (spam-use-hashcash): Remove comment.
16915
169162004-09-27 Jesper Harder <harder@ifa.au.dk>
16917
16918 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16919 (gnus-cache-enter-article, gnus-cache-remove-article)
16920 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16921
16922 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16923
16924 * gnus-art.el (article-hide-boring-headers)
16925 (article-translate-strings, article-display-face)
16926 (gnus-article-mime-match-handle-first)
16927 (gnus-article-highlight-headers)
16928 (gnus-article-add-buttons-to-head): do.
16929
169302004-09-27 Simon Josefsson <jas@extundo.com>
16931
16932 * hashcash.el: New version, from
16933 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
16934 ../contrib/.
16935
169362004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16937
16938 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16939
169402004-09-26 Jesper Harder <harder@ifa.au.dk>
16941
16942 * gnus-dup.el (gnus-dup-open): Use mapc.
16943 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16944
16945 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16946 Reported by Stefan Wiens <s.wi@gmx.net>.
16947
16948 * gnus.el (gnus-shutdown): Use dolist.
16949
16950 * gnus-undo.el (gnus-undo): Use mapc.
16951
16952 * nnrss.el (nnrss-generate-active): do.
16953
16954 * message.el (message-cite-original-without-signature)
16955 (message-cite-original): Use mapc.
16956 (message-do-actions, message-make-forward-subject): Use dolist.
16957
169582004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16959
296a8e19 16960 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
16961 deletion to remove entire duplicate line. Fixes merged article
16962 number bug.
16963
169642004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16965
16966 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16967 servers that are offline. Avoids having gnus-agent-toggle-plugged
16968 first ask if you want to open a server and then, even when you
16969 responded with no, asking if you want to synchronize the server's
16970 flags.
16971 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16972 multi-line expressions.
16973 (gnus-agent-synchronize-group-flags): New internal function.
16974 Updates marks in memory (in the info structure) AND in the
16975 backend.
16976
296a8e19 16977 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 16978
296a8e19
SM
16979 * nnagent.el (nnagent-request-set-mark):
16980 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
16981 method, to ensure that synchronization updates marks in the
16982 backend and in the info (in memory) structure.
16983
169842004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
16985
16986 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16987 convention fully; don't miss the root article of a thread; make
16988 the X-Draft-From header with correct article numbers.
16989
169902004-09-23 Kevin Greiner <kgreiner@compsol.cc>
16991
16992 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16993 unless plugged. Disable the agent so that an open failure causes
16994 an error.
16995
16996 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 16997 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
16998 synchronizing flags even when the backend stores the flags
16999 locally.
17000
170012004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17002
17003 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17004 in `header' match. Reported by Svend Tollak Munkejord.
17005
17006 * message.el (message-cite-original): Fix use of
17007 `message-cite-articles-with-x-no-archive'.
17008
170092004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17010
17011 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17012 (gnus-window-to-buffer): Ditto.
17013
17014 * mml.el (mml-preview-buffer): New variable.
17015 (mml-preview): Manage window layout with gnus-buffer-configuration.
17016
17017 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17018 X-Draft-From header even if those articles aren't quoted.
17019
170202004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17021
17022 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17023 (gnus-request-set-mark, gnus-request-update-mark): Use new
17024 g-s-t-u-l-m to decide to use backend even when unplugged.
17025
170262004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17027
17028 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17029 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17030
170312004-09-20 Simon Josefsson <jas@extundo.com>
17032
17033 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17034 "utf-16-le".
17035
170362004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17037
17038 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17039
170402004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17041
17042 * uudecode.el (uudecode-use-external): Add :version.
17043
17044 * smime.el (smime-CA-file, smime-encrypt-cipher)
17045 (smime-dns-server): Add :version.
17046
17047 * smiley.el (gnus-smiley-file-types): Add :version.
17048
17049 * sha1.el (sha1-use-external): Add :version.
17050
17051 * pgg-def.el (pgg-query-keyserver): Add :version.
17052
17053 * nnmail.el (nnmail-fancy-expiry-targets)
17054 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17055 Add :version.
17056
17057 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17058 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 17059 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
17060
17061 * mml.el (mml-content-disposition-parameters)
17062 (mml-insert-mime-headers-always): Add :version.
17063
17064 * mm-util.el (mm-coding-system-priorities): Add :version.
17065
17066 * mm-decode.el (mm-inline-text-html-with-images)
17067 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17068 (mm-verify-option): Add :version.
17069 (mm-text-html-renderer): Change :version.
17070
17071 * message.el (message-fcc-externalize-attachments)
17072 (message-required-headers, message-draft-headers)
17073 (message-subject-trailing-was-query)
17074 (message-subject-trailing-was-ask-regexp)
17075 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17076 (message-mark-insert-end, message-archive-header)
17077 (message-archive-note, message-cross-post-default)
17078 (message-cross-post-note, message-followup-to-note)
17079 (message-cross-post-note-function, message-use-mail-followup-to)
17080 (message-subscribed-address-functions)
17081 (message-subscribed-address-file, message-subscribed-addresses)
17082 (message-subscribed-regexps, message-allow-no-recipients)
17083 (message-yank-cited-prefix, message-signature-insert-empty-line)
17084 (message-hidden-headers, message-hierarchical-addresses)
17085 (message-mail-user-agent, message-use-idna)
17086 (message-valid-fqdn-regexp)
17087 (message-strip-special-text-properties, message-header-synonyms)
17088 (message-beginning-of-line, message-tab-body-function): Add :version.
17089 (message-insert-canlock, message-wide-reply-confirm-recipients):
17090 Change :version.
17091
17092 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17093 and :version.
17094 (mail-source-delete-old-incoming-confirm)
17095 (mail-source-movemail-program): Add :version.
17096
17097 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17098 (gnus-agent-cache, gnus-agent): Change :version.
17099
17100 * gnus-util.el (gnus-use-byte-compile): Change :version.
17101
17102 * gnus-sum.el (gnus-summary-make-false-root-always)
17103 (gnus-summary-default-high-score)
17104 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17105 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17106 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17107 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17108 (gnus-sum-thread-tree-single-indent)
17109 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17110 (gnus-sum-thread-tree-leaf-with-other)
17111 (gnus-sum-thread-tree-single-leaf): Add :version.
17112 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17113 (gnus-article-loose-mime): Change :version.
17114
17115 * gnus-start.el (gnus-backup-startup-file)
17116 (gnus-save-startup-file-via-temp-buffer): Add :version.
17117
17118 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17119 (gnus-server-offline-face): Add :version.
17120
17121 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17122
17123 * gnus-msg.el (gnus-gcc-externalize-attachments)
17124 (gnus-debug-files, gnus-debug-exclude-variables)
17125 (gnus-discouraged-post-methods): Change :version.
17126 (gnus-confirm-mail-reply-to-news)
17127 (gnus-confirm-treat-mail-like-news): Add :version.
17128
17129 * gnus-int.el (gnus-server-unopen-status): Add :version.
17130
17131 * gnus-group.el (gnus-group-jump-to-group-prompt)
17132 (gnus-large-ephemeral-newsgroup)
17133 (gnus-fetch-old-ephemeral-headers): Add :version.
17134
17135 * gnus-fun.el (gnus-x-face-directory)
17136 (gnus-convert-pbm-to-x-face-command)
17137 (gnus-convert-image-to-x-face-command)
17138 (gnus-convert-image-to-face-command): Add :version.
17139
17140 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17141
17142 * gnus-cite.el (gnus-cite-blank-line-after-header)
17143 (gnus-article-boring-faces): Add :version.
17144
17145 * gnus-art.el (gnus-buttonized-mime-types)
17146 (gnus-inhibit-mime-unbuttonizing)
17147 (gnus-treat-display-face)
17148 (gnus-treat-body-boundary): Change :version.
17149 (gnus-body-boundary-delimiter, gnus-picon-databases)
17150 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17151 (gnus-treat-date-english, gnus-treat-fold-headers)
17152 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17153 (gnus-treat-mail-picon, gnus-treat-wash-html)
17154 (gnus-article-encrypt-protocol)
17155 (gnus-use-idna, gnus-article-over-scroll)
17156 (gnus-mime-display-multipart-alternative-as-mixed)
17157 (gnus-mime-display-multipart-related-as-mixed)
17158 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17159 (gnus-ctan-url, gnus-button-ctan-handler)
17160 (gnus-button-handle-ctan-bogus-regexp)
17161 (gnus-button-ctan-directory-regexp)
17162 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17163 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17164 (gnus-button-man-level, gnus-button-emacs-level)
17165 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17166
17167 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17168 (gnus-agent-go-online): Change :version.
17169 (gnus-agent-expire-unagentized-dirs)
17170 (gnus-agent-auto-agentize-methods): Add :version.
17171
17172 * flow-fill.el (fill-flowed-display-column)
17173 (fill-flowed-encode-column): Add :version.
17174
17175 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17176 (gnus-outlook-deuglify-unwrap-max)
17177 (gnus-outlook-deuglify-cite-marks)
17178 (gnus-outlook-deuglify-unwrap-stop-chars)
17179 (gnus-outlook-deuglify-no-wrap-chars)
17180 (gnus-outlook-deuglify-attrib-cut-regexp)
17181 (gnus-outlook-deuglify-attrib-verb-regexp)
17182 (gnus-outlook-deuglify-attrib-end-regexp)
17183 (gnus-outlook-display-hook): Add :version.
17184
17185 * binhex.el (binhex-use-external): Add :version.
17186
171872004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17188
17189 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17190 and `invisible'.
17191
171922004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17193
17194 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17195 in gnus-registry-trim.
17196
171972004-09-13 Simon Josefsson <jas@extundo.com>
17198
17199 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17200
17201 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17202
17203 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17204 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17205 <yamaoka@jpl.org>.
17206 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17207 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17208 <yamaoka@jpl.org>.
17209
17210 * sieve.el (sieve-manage-mode): Ditto.
17211
172122004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17213
17214 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17215
172162004-09-11 Simon Josefsson <jas@extundo.com>
17217
17218 * dns-mode.el: Add.
17219
17220 * mm-view.el (mm-display-dns-inline): Add.
17221
17222 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17223 (mm-automatic-display): Ditto.
17224
17225 * mailcap.el (mailcap-mime-data): Add text/dns.
17226 (mailcap-mime-extensions): Map .soa to text/dns.
17227
172282004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17229
17230 * gnus-art.el (article-decode-mime-words, article-babel)
17231 (gnus-article-highlight-signature, gnus-article-add-buttons)
17232 (gnus-signature-toggle): Remove unnecessary bindings of
17233 `inhibit-read-only' inherited from v5.10 merge.
17234
172352004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17236
17237 * nntp.el (nntp): New customization group.
17238 (nntp-authinfo-file): Add customization group.
17239
17240 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17241
17242 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17243
17244 * gnus.el (to-address, to-list, subscribed)
17245 (large-newsgroup-initial): Ditto.
17246
17247 * flow-fill.el (fill-flowed-display-column)
17248 (fill-flowed-encode-column): Ditto.
17249
ce058493 172502004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
17251
17252 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17253 Use point-min rather than 1.
17254 (message-send-mail): Use buffer-size rather than point-max.
17255
17256 * gnus-sum.el (gnus-summary-search-article-forward):
17257 Signal a specific `search-failed' rather than a generic `error'.
17258
17259 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17260 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17261 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17262
172632004-09-10 Simon Josefsson <jas@extundo.com>
17264
17265 * nndb.el (require): Remove tcp and duplicate cl.
17266
172672004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17268
17269 * gnus-agent.el (directory-files-and-attributes): Move forward.
17270
172712004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17272
296a8e19
SM
17273 * gnus-agent.el (directory-files-and-attributes):
17274 Optionally defined to support XEmacs.
01c52d31
MB
17275
172762004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17277
002876ab 17278 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
17279 to avoid run-time CL dependencies.
17280 (gnus-agent-unfetch-articles): New function.
17281 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17282 article numbers even when local .overview file is missing.
002876ab 17283 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 17284 27-bit article numbers.
296a8e19
SM
17285 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17286 Use gnus-agent-read-article-number.
01c52d31
MB
17287 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17288 from backend while recognizing that article numbers in .overview
17289 must be valid.
296a8e19
SM
17290 (gnus-agent-update-files-total-fetched-for):
17291 Use directory-files-and-attributes to improve performance.
17292 * gnus-int.el (gnus-request-move-article):
17293 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
17294 improve performance.
17295
296a8e19 17296 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
17297 some users confused by references to .newsrc when they only have a
17298 .newsrc.eld file.
149cd465 17299 (gnus-convert-mark-converter-prompt)
296a8e19 17300 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 17301 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 17302 New function. Used internally to only display 'gnus converting
01c52d31
MB
17303 files' message when actually necessary.
17304
296a8e19 17305 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
17306 methods now autoloaded.
17307
173082004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17309
17310 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17311 identifiers.
17312
173132004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17314
17315 * gnus-picon.el: Fix indentation and closing parenthesis.
17316
173172004-09-01 Simon Josefsson <jas@extundo.com>
17318
17319 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 17320 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
17321 to require within a function. Sadly, if sha1.el isn't loaded, the
17322 let binding in m-c-g will hide the defcustom definition, which is
17323 bad.)
17324
17325 * canlock.el: Require sha1, not sha1-el.
17326
17327 * message.el: Don't autoload sha1 (there is a autoload cookie in
17328 sha1.el).
17329
296a8e19 17330 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
17331
173322004-08-30 Juanma Barranquero <lektu@terra.es>
17333
17334 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17335
173362004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17337
17338 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17339
173402004-08-30 Kim F. Storm <storm@cua.dk>
17341
17342 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17343
17344 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17345 Add :group 'nnimap.
17346
173472004-08-30 Andreas Schwab <schwab@suse.de>
17348
17349 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17350 ?* and ?\;.
17351
17352 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17353 and ?\' to symbol instead of whitespace.
17354
173552004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17356
17357 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17358
17359 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17360 instead of re-search-forward.
17361
17362 * gnus-uu.el (gnus-uu-save-article): Ditto.
17363 (gnus-uu-post-encode-uuencode): Ditto.
17364
17365 * html2text.el (html2text-clean-list-items): Ditto.
17366 (html2text-clean-dtdd): Ditto.
17367 (html2text-format-tags): Ditto.
17368
17369 * message.el (message-send-mail-with-sendmail): Fix regexp.
17370 (message-fill-field-general): Use search-forward instead of
17371 re-search-forward.
17372 (unbold-region): Ditto.
17373
17374 * nnrss.el (nnrss-request-article): Ditto.
17375
17376 * nnslashdot.el (nnslashdot-request-article): Ditto.
17377
17378 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17379
17380 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17381 "Unrecognized menu descriptor" error in XEmacs.
17382
173832004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17384
17385 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17386 parent article of a sparse article in the thread hashtb.
17387
173882004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17389
17390 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17391 (nnmail-expand-newtext): Lowercase expanded entries if
17392 nnmail-split-lowercase-expanded is non-nil.
17393
173942004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17395
c9e31f32 17396 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
17397
17398 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17399 of gnus-tmp-news-method into string under XEmacs. It will be
17400 passed to gnus-correct-length which takes only a string argument.
17401
174022004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17403
17404 * gnus-util.el (gnus-bind-print-variables): New macro.
17405 (gnus-prin1): Use it.
17406 (gnus-prin1-to-string): Use it.
17407 (gnus-pp): New function.
17408 (gnus-pp-to-string): New function.
17409
c9e31f32
SM
17410 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17411 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
17412 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17413 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17414 * gnus-msg.el (gnus-debug): Ditto.
17415 * gnus-score.el (gnus-score-save): Ditto.
17416 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17417 gnus-pp-to-string.
17418 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17419 with gnus-pp.
17420 * score-mode.el (gnus-score-pretty-print): Ditto.
17421 * webmail.el (webmail-debug): Ditto.
17422
174232004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17424
c9e31f32
SM
17425 * gnus-art.el (article-display-face, article-display-x-face):
17426 Use buffer-read-only.
01c52d31
MB
17427
174282004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17429
c9e31f32
SM
17430 * gnus-art.el (article-hide-list-identifiers):
17431 Bind inhibit-read-only as t.
01c52d31
MB
17432
174332004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17434
17435 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17436
174372004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17440 (gnus-narrow-to-page): Don't assume point-min == 1.
17441 (gnus-article-edit-mode): Derive from message-mode.
17442
17443 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17444 point-min == 1.
17445
17446 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17447 Disable incorrect use of `assert'.
17448
17449 * message.el (message-mode): Set comment-start-skip.
17450
01c52d31
MB
174512004-08-22 Sam Steingold <sds@gnu.org>
17452
17453 * pop3.el (pop3-leave-mail-on-server): New user variable.
17454 (pop3-movemail): Delete mail only when it is nil.
17455
174562004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17457
17458 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17459
17460 * mml.el (mml-preview): Use `pop-to-buffer'.
17461
17462 * message.el (message-goto-mail-followup-to): Insert after "To".
17463 (message-carefully-insert-headers): Add comment.
17464
17465 * gnus.el: Remove unused variable `gnus-article-check-size'.
17466
17467 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17468
296a8e19
SM
17469 * gnus-art.el (gnus-button-alist):
17470 Improve `gnus-button-handle-library' entry.
01c52d31
MB
17471
174722004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17473
296a8e19
SM
17474 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17475 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
17476
174772004-08-18 Jesper Harder <harder@ifa.au.dk>
17478
17479 * nntp.el: Add (require 'gnus) due to reference to
17480 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17481
174822004-08-18 Florian Weimer <fw@deneb.enyo.de>
17483
296a8e19
SM
17484 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17485 Bind `mm-fill-flowed'.
01c52d31
MB
17486
17487 * mm-decode.el (mm-dissect-singlepart): Check it.
17488
174892004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17490
17491 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17492 'imap' for netrc parsing.
17493
174942004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17495
17496 * mailcap.el (mailcap-mime-data): Mark as risky.
17497
174982004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17499
17500 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17501 may be included in the encoded word.
17502 (rfc2047-encode): Don't append a space if the encoded word
17503 includes close parenthesis.
17504
175052004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17506
17507 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17508 of text within parentheses.
17509
175102004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17511
17512 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17513 (gnus-encrypt-write-file-contents): Make the password key the file
17514 name PLUS the cipher, not just the cipher. Also remove failed
17515 passwords from the cache.
17516
175172004-08-06 Simon Josefsson <jas@extundo.com>
17518
296a8e19
SM
17519 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17520 Doc fix.
01c52d31
MB
17521
175222004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17523
17524 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17525 LWSP.
17526
175272004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17528
296a8e19
SM
17529 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17530 Try to append in-reply-to: data to the references: header.
01c52d31 17531
c4cc8b9a 17532 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
17533 (netrc-parse): Use gnus-encrypt.el functions.
17534
17535 * gnus-encrypt.el: Add new file for encryption support; currently
17536 does only a few GPG ciphers and an internal XOR cipher.
17537
17538 * password.el: Add comments on using password-read-and-add.
17539 (password-read-and-add): Add function to read and add the
17540 password to the cache at once.
17541
175422004-07-28 Simon Josefsson <jas@extundo.com>
17543
17544 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17545 parameter (but don't use it, for now).
17546
17547 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17548 instead of hard coding to nil.
17549
175502004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17551
17552 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17553 as mm-inline-image-xemacs does.
17554
175552004-07-26 Simon Josefsson <jas@extundo.com>
17556
17557 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17558 Revert part of 2004-07-17 change below.
17559
175602004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17561
296a8e19
SM
17562 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17563 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
17564
175652004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17566
17567 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17568 quotes that actually start with ">" at the beginning of the
17569 lines.
17570
175712004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17572
17573 * rfc2047.el (rfc2047-encode-region): Fix last change.
17574 (rfc2047-encode-parameter): Remove useless concat.
17575
175762004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17577
17578 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17579 encode special characters; fix some kind of misconfigured headers;
17580 signal a real error if debug-on-quit or debug-on-error is non-nil.
17581 (rfc2047-encode-max-chars): New variable.
17582 (rfc2047-encode-1): Use it.
17583 (rfc2047-encode-parameter): New function.
17584
17585 * mml.el (mml-insert-parameter): Remove an excessive space.
17586
175872004-07-17 Simon Josefsson <jas@extundo.com>
17588
17589 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17590 Kai Grossjohann <kai@emptydomain.de>.
17591 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17592 (gnus-group-make-menu-bar): Ditto.
17593
17594 * gnus-util.el (gnus-group-server): Add.
17595
175962004-07-16 Jesper Harder <harder@ifa.au.dk>
17597
17598 * message.el (message-clone-locals): Clone sendmail and smtp
17599 variables.
17600
176012004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17602
17603 * rfc2047.el (rfc2047-encode-region): Fix last change.
17604
176052004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17606
17607 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17608 characters as non-special.
17609
176102004-07-09 Simon Josefsson <jas@extundo.com>
17611
17612 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17613 Users will lose all flag changes made while unplugged with
17614 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17615 good default. See numerous reports on ding mailing list.
17616
176172004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17618
17619 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17620 add generate-head-function and generate-article-function to the
17621 rfc822-forward entry.
17622 (nndoc-rfc822-forward-generate-article): New function.
17623 (nndoc-rfc822-forward-generate-head): New function.
17624
17625 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17626
176272004-07-06 Dan Christensen <jdc@uwo.ca>
17628
17629 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17630 respect display group parameter and gnus-summary-expunge-below.
17631 (gnus-articles-to-read): Remove unused reference to display group
17632 parameter.
17633
176342004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17635
17636 * nnheader.el (nnheader-uniquify-message-id): New experimental
17637 variable.
17638 (nnheader-nov-read-message-id): Use it.
17639
17640 * spam-report.el (spam-report-gmane): Add interactive.
17641
176422004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17643
296a8e19
SM
17644 * mm-encode.el (mm-content-transfer-encoding-defaults):
17645 Use qp-or-base64 for the application/* types.
01c52d31
MB
17646
176472004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17648
17649 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17650
176512004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17652
17653 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17654 trim value.
17655
176562004-01-25 Paul Jarc <prj@po.cwru.edu>
17657
17658 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17659 New macro and function.
17660 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17661
176622004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17663
17664 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17665 after-load-alist.
17666
176672004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17668
296a8e19
SM
17669 * gnus-group.el (gnus-group-get-new-news-this-group):
17670 Don't update info that isn't there.
01c52d31
MB
17671
176722004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17673
17674 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17675 entry.
17676
176772004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17678
17679 * mm-view.el (mm-inline-render-with-function): Use multibyte
17680 buffer; decode html source by charset.
17681
17682 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17683
17684 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17685 Mule-UCS is loaded under XEmacs.
17686 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17687
176882004-06-28 Jesper Harder <harder@ifa.au.dk>
17689
17690 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17691
176922004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17693
17694 * mm-util.el (mm-coding-system-p): Return a coding-system.
17695 (mm-mime-mule-charset-alist): Use shift_jis instead of
17696 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17697 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17698 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17699 instead of japanese-shift-jis and iso-latin-1 respectively in
17700 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
17701 (mm-mule-charset-to-mime-charset):
17702 Make mm-coding-system-priorities effective.
01c52d31
MB
17703 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17704 while predicating of candidates upon the priorities.
17705
177062004-06-27 Jesper Harder <harder@ifa.au.dk>
17707
296a8e19
SM
17708 * gnus-sum.el (gnus-summary-make-menu-bar):
17709 Add gnus-uu-invert-processable.
01c52d31
MB
17710
17711 * gnus.el: Autoload gnus-uu-invert-processable.
17712
177132004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17714
17715 * mm-util.el (mm-with-multibyte-buffer): New macro.
17716
17717 * rfc2047.el (rfc2047-encode-string): Use it.
17718 (rfc2047-encode-region): Move point to the end of the region after
17719 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17720
177212004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17722
17723 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17724 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17725
177262004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17727
17728 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
17729 (gnus-cite-parse): Ignore quoted envelope From_.
17730 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
17731
177322004-06-23 Jesper Harder <harder@ifa.au.dk>
17733
17734 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17735 invalid addresses.
17736
177372004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17738
17739 * spam.el: Change section markers, revise TODO list.
17740 (spam-backends): Make new master list of all installed backends.
17741 (spam-summary-exit-behavior): Add new variable to determine how
17742 messages moves are done at summary exit.
17743 (spam-move-spam-nonspam-groups-only)
17744 (spam-process-ham-in-nonham-groups)
17745 (spam-process-ham-in-spam-groups): Remove variables, the
17746 spam-summary-exit-behavior variable should be used to manage this
17747 behavior.
17748 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17749 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17750 and spam-old-spam-articles.
17751 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17752 Add empty variables, placeholders for the backends they represent.
17753 (spam-set-difference): Move, unchanged.
17754 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17755 unless the user has a processor variable.
17756 (spam-classifications, spam-classification-valid-p)
17757 (spam-backend-properties, spam-backend-property-valid-p)
17758 (spam-backend-function-type-valid-p)
17759 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17760 (spam-report-articles-gmane, spam-report-articles-resend):
17761 Remove functions, they are not needed.
17762 (spam-install-backend-super, spam-backend-list)
17763 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17764 (spam-backend-function, spam-backend-ham-registration-function)
17765 (spam-backend-spam-registration-function)
17766 (spam-backend-ham-unregistration-function)
17767 (spam-backend-spam-unregistration-function)
17768 (spam-backend-statistical-p, spam-backend-mover-p)
17769 (spam-install-backend-alias, spam-install-checkonly-backend)
17770 (spam-install-mover-backend, spam-install-nocheck-backend)
17771 (spam-install-backend, spam-install-statistical-backend)
17772 (spam-install-statistical-checkonly-backend): Add backend installation
17773 support.
17774 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17775 (spam-group-processor-p): Use the new backend code and respect the
17776 summary exit behavior.
17777 (spam-mark-spam-as-expired-and-move-routine): Remove.
17778 (spam-summary-prepare): Change to use the new spam-old-articles
17779 variable.
17780 (spam-copy-or-move-routine, spam-copy-spam-routine)
17781 (spam-move-spam-routine, spam-copy-ham-routine)
17782 (spam-move-ham-routine): Add code to copy/move ham or spam.
17783 (spam-fetch-field-fast): Improve doc and code, plus allow the
17784 'number request.
296a8e19
SM
17785 (spam-list-of-checks, spam-list-of-statistical-checks):
17786 Remove variables.
01c52d31
MB
17787 (spam-split, spam-find-spam): Use the new backend code.
17788 (spam-registration-functions): Remove variable.
17789 (spam-unregister-routine): Add convenience wrapper.
17790 (spam-log-undo-registration, spam-register-routine)
17791 (spam-log-processing-to-registry)
17792 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17793 where possible.
17794 (spam-check-gmane-xref, spam-check-regex-headers)
17795 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17796 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17797 (spam-check-bogofilter-headers, spam-check-spamoracle)
17798 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17799 (spam-check-crm114-headers): Use the spam-split-group that
17800 spam-split prepares, no need to determine it every time.
17801
17802 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17803 to the nnheader-parse-naked-head call.
17804
17805 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17806
17807 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17808 the nnheader-nov-read-message-id call.
17809
178102004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17811
17812 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17813 gnus-activate-group twice. Suggested by Markus Peter
17814 <warp@spin.de>.
17815
178162004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17817
17818 * gnus-art.el (gnus-article-time-format): Exchange the order of
17819 day and month in the default value; fix customization type.
17820 (article-date-ut): Use add-text-properties.
17821 (article-make-date-line): Use message-make-date instead of
17822 current-time-string.
17823
17824 * message.el (message-fetch-field): Don't use set-text-properties.
17825 (message-make-date): Simplify.
0f49874b 17826
01c52d31 178272004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17828
01c52d31
MB
17829 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17830 (rfc2047-encode-region): Treat text within parentheses as special;
17831 show the original text when error has occurred.
0f49874b 17832
01c52d31
MB
17833 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17834 already-computed method to gnus-activate-group.
0f49874b 17835
01c52d31
MB
17836 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17837 same select-methods identical Lisp objects.
0f49874b 17838
01c52d31
MB
17839 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17840 object when modifying the info.
0f49874b 17841
01c52d31 178422004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17843
01c52d31
MB
17844 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17845 gnus-opened-servers since it has never been opened with the new
17846 configuration yet.
0f49874b 17847
01c52d31 178482004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17849
01c52d31
MB
17850 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17851 arg to nnheader-generate-fake-message-id.
0f49874b 17852
01c52d31 178532004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 17854
01c52d31
MB
17855 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17856 number and build a fake message ID localized to a group and
17857 article number (so it's repeatable from that point on).
cc4a96c6 17858 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 17859 ID format.
ca0a6900 17860
296a8e19
SM
17861 * gnus-sum.el (gnus-get-newsgroup-headers):
17862 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 17863
01c52d31 178642004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 17865
01c52d31
MB
17866 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17867 end-of-buffer.
a21fb88e 17868
01c52d31 178692004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 17870
01c52d31 17871 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 17872
01c52d31 178732004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 17874
01c52d31
MB
17875 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17876 goto-char.
17877 (rfc2047-encode): Fold the line before encoding.
bfe5418b 17878
01c52d31 178792004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 17880
01c52d31
MB
17881 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17882 folding -- not all headers can be folded, and this should be done
17883 by the message composition mode. Probably. I think.
d4755e04 17884
01c52d31 178852004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 17886
01c52d31
MB
17887 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17888 fast.
95f75c75 17889
01c52d31
MB
17890 * gnus-ems.el (gnus-remove-image): Don't use
17891 message-text-with-property; remove only the image found first.
4a43ee9b 17892
01c52d31 178932004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 17894
01c52d31 17895 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 17896
01c52d31 178972004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17898
01c52d31
MB
17899 * message.el (message-text-with-property): Make it fast and accept
17900 optional arguments.
17901 (message-strip-forbidden-properties): Use it.
17902 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 17903
01c52d31 17904 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 17905
01c52d31 179062004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17907
01c52d31
MB
17908 * gnus-art.el (article-hide-headers): Don't change the buffer
17909 mistakenly when performing mml-preview even if
17910 gnus-single-article-buffer is nil.
4a43ee9b 17911
01c52d31 179122004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 17913
01c52d31
MB
17914 * message.el (message-expand-name-databases): New user option.
17915 (message-expand-name): Use it.
4a43ee9b 17916
01c52d31 179172004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 17918
01c52d31
MB
17919 * spam.el (spam-report-articles-resend)
17920 (spam-report-resend-register-routine): Allow ham reporting.
17921 (spam-report-resend-register-ham-routine): Add wrapper.
17922 (spam-registration-functions): Add ham resending functions.
17923 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 17924
01c52d31
MB
17925 * gnus.el (ham-resend-to): Add new group parameter.
17926 (spam-process): Add ham resend option.
4a43ee9b 17927
01c52d31
MB
17928 * spam-report.el (spam-report-resend): Allow reporting ham.
17929 (spam-report-resend-ham): Add wrapper.
4a43ee9b 17930
01c52d31 179312004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 17932
296a8e19
SM
17933 * message.el (message-cite-articles-with-x-no-archive):
17934 New variable.
01c52d31 17935 (message-cite-original): Use it.
4a43ee9b 17936
01c52d31 179372004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 17938
01c52d31 17939 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 17940
01c52d31 179412004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 17942
01c52d31
MB
17943 * gnus-art.el (article-hide-headers): Refer to the values for
17944 gnus-ignored-headers and gnus-visible-headers in the summary
17945 buffer since a user may have set them as group parameters.
cfcd5c91 17946
01c52d31 179472004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 17948
01c52d31
MB
17949 * assistant.el (assistant-node-name): Add convenience function.
17950 (assistant-render-text, assistant-render-node): Add error handling,
17951 plus handle multiple next nodes.
17952 (assistant-find-next-node): Comment out for now.
17953 (assistant-find-next-nodes): Add function, returns list of next
17954 nodes.
17955
179562004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
17957
17958 * mail-source.el (mail-source-directory): Fix doc-string.
17959
179602004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
17961
17962 * assistant.el (assistant-render-text, assistant-eval): Add :set
17963 widget type, which is different because it takes and returns a
17964 list. Much hilarity ensues.
17965
179662004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
17967
296a8e19 17968 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 17969
296a8e19
SM
17970 * gnus-group.el (gnus-group-get-new-news-this-group):
17971 Add doc-string.
01c52d31 17972
296a8e19 17973 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
17974
179752004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
17976
17977 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17978
179792004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
17980
17981 * assistant.el (assistant-render-text): Try to add a :set
17982 widget, more to come.
17983
17984 * spam.el (spam-group-spam-contents-p): Handle empty groupname
17985 strings.
17986 (spam-report-articles-resend)
17987 (spam-register-routine): Do registration iff any articles warrant
17988 it.
17989 (spam-summary-prepare-exit): Change log message for nil group
17990 destinations.
17991
179922004-05-27 Daniel Pittman <daniel@rimspace.net>
17993
296a8e19
SM
17994 * spam.el (spam-report-resend-register-routine):
17995 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
17996
179972004-05-26 Simon Josefsson <jas@extundo.com>
17998
17999 * starttls.el: Merge with my GNUTLS based starttls.el.
18000 (starttls-gnutls-program, starttls-use-gnutls)
18001 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
18002 (starttls-connect, starttls-failure, starttls-success):
18003 New variables.
01c52d31 18004 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
18005 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18006 New functions.
18007 (starttls-negotiate, starttls-open-stream):
18008 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
18009 function if it is set.
18010
180112004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18012
18013 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18014 structured fields.
18015
180162004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18017
18018 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18019
180202004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18021
296a8e19
SM
18022 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18023 Add variable.
01c52d31
MB
18024 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18025 assigning the spam-mark to new messages.
18026
880820fe 180272004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 18028
c4cc8b9a 18029 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
18030
180312004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18032
18033 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18034 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18035 default.
18036
180372004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18038
002876ab 18039 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
18040 correct data.
18041
180422004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18043
18044 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18045 (spam-group-processor-p): Fix function.
18046 (spam-group-processor-multiple-p)
18047 (spam-group-spam-processor-report-gmane-p)
18048 (spam-group-spam-processor-report-resend-p)
18049 (spam-group-spam-processor-bogofilter-p)
18050 (spam-group-spam-processor-blacklist-p)
18051 (spam-group-spam-processor-ifile-p)
18052 (spam-group-ham-processor-ifile-p)
18053 (spam-group-spam-processor-spamoracle-p)
18054 (spam-group-spam-processor-crm114-p)
18055 (spam-group-ham-processor-bogofilter-p)
18056 (spam-group-spam-processor-stat-p)
18057 (spam-group-ham-processor-stat-p)
18058 (spam-group-ham-processor-whitelist-p)
18059 (spam-group-ham-processor-BBDB-p)
18060 (spam-group-ham-processor-spamoracle-p)
18061 (spam-group-ham-processor-copy-p): Remove functions with some
18062 prejudice against unneeded code.
18063 (spam-report-articles-resend)
18064 (spam-report-resend-register-routine): Allow the group/topic
18065 spam-resend-to value to override spam-report-resend-to.
18066 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18067 properly now.
18068
18069 * gnus.el (spam-resend-to): Add group/topic parameter.
18070 (spam-process): Move the OBSOLETE processors to the end of the
18071 choices.
18072
180732004-05-24 Daniel Pittman <daniel@rimspace.net>
18074
296a8e19
SM
18075 * spam-report.el (spam-report-resend-to, spam-report-resend):
18076 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
18077 (spam-report-resend): spam-report-resend takes a list of articles, not
18078 separate article numbers.
18079
180802004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18081
18082 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18083 addition to emacs-w3m.
18084
180852004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18086
18087 * assistant.el (assistant-authinfo-data): New function.
18088 (assistant-eval): Eval for entire assistant.
18089
18090 * netrc.el (netrc-services-file): New variable.
18091 (netrc-parse-services): New function.
18092 (netrc-find-service-name): New function.
18093 (netrc-find-service-number): New function.
18094 (netrc-port-equal): New function.
18095 (netrc-machine): Use it.
18096
18097 * nnimap.el (nnimap-open-connection): Use netrc.
18098
18099 * gnus-util.el (gnus-netrc-get): Remove aliases.
18100
18101 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18102
18103 * assistant.el (wid-edit): Fix compilation.
18104
18105 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18106
181072004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18108
18109 * gnus-util.el (gnus-set-file-modes): New function. (small
18110 patch).
18111
181122004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18113
01c52d31 18114 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 18115
01c52d31
MB
18116 * assistant.el (assistant-render-node): Fix up rendering and
18117 read-only text.
18118 (assistant-render-node): Reset.
18119 (assistant-make-read-only): Not sticky.
cfcd5c91 18120
01c52d31 181212004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 18122
01c52d31
MB
18123 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18124 centered even when gnus-auto-center-summary is t
cfcd5c91 18125
01c52d31 181262004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18127
01c52d31
MB
18128 * dns.el (dns-get-txt-answer): New function.
18129 (dns-read-txt): Ditto.
18130 (query-dns): Use it.
cfcd5c91 18131
01c52d31 181322004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 18133
01c52d31
MB
18134 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18135 active for foreign groups even if the group level is higher than
18136 the specified value.
cfcd5c91 18137
01c52d31 181382004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 18139
01c52d31
MB
18140 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18141 non-active groups.
9ad41fb7 18142
01c52d31 18143 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 18144
01c52d31 181452004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 18146
01c52d31 18147 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 18148
01c52d31 181492004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 18150
01c52d31
MB
18151 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18152 (spam-crm114-header, spam-crm114-spam-switch)
18153 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18154 (spam-crm114-positive-spam-header)
18155 (spam-crm114-database-directory, spam-list-of-processors)
18156 (spam-group-spam-processor-crm114-p)
18157 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18158 (spam-generic-score, spam-list-of-checks)
18159 (spam-list-of-statistical-checks, spam-registration-functions)
18160 (spam-check-crm114-headers, spam-crm114-score)
18161 (spam-check-crm114, spam-crm114-register-with-crm114)
18162 (spam-crm114-register-spam-routine)
18163 (spam-crm114-unregister-spam-routine)
18164 (spam-crm114-register-ham-routine)
296a8e19
SM
18165 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18166 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 18167
01c52d31 18168 * gnus.el: Add spam-use-crm114.
d0859c9a 18169
01c52d31
MB
18170 * spam.el (spam-list-of-processors, spam-registration-functions):
18171 Add spam-use-resend.
18172 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18173 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
18174 (spam-report-articles-resend, spam-report-resend-register-routine):
18175 Add wrappers around spam-report-resend-to.
d0859c9a 18176
01c52d31
MB
18177 * spam-report.el (spam-report-resend-to, spam-report-resend):
18178 Add support for resending spam.
18179 (spam-report-gmane): Fix line length >80.
d0859c9a 18180
01c52d31 18181 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 18182
01c52d31 181832004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 18184
01c52d31
MB
18185 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18186 number of processed spam messages.
18187 (spam-ham-copy-or-move-routine): Return the number of processed
18188 ham messages.
18189 (spam-summary-prepare-exit): Use the above values to decide
18190 whether status messages shouled be displayed.
d0859c9a 18191
01c52d31 181922004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 18193
296a8e19 18194 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
18195 `rfc2047-encoding-function-alist' in order to avoid conflicting
18196 with the old version.
18197 (rfc2047-encode-region): Concatenate words containing non-ASCII
18198 characters in structured fields; don't encode space-delimited
18199 ASCII words even in unstructured fields; don't break words at
18200 char-category boundaries.
18201 (rfc2047-encode-1): New function.
18202 (rfc2047-encode): Use it; encode text so that it occupies the
18203 maximum width within 76-column; work correctly on Q encoding for
18204 iso-2022-* charsets.
18205 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18206 sure not to break a line just after the header name.
296a8e19 18207 (rfc2047-b-encode-region): Remove.
01c52d31 18208 (rfc2047-b-encode-string): New function.
296a8e19 18209 (rfc2047-q-encode-region): Remove.
01c52d31 18210 (rfc2047-q-encode-string): New function.
d0859c9a 18211
01c52d31 18212 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 18213
01c52d31 182142004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18215
296a8e19
SM
18216 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18217 Really get it right.
01c52d31 18218 (gnus-inews-make-draft): Really.
d0859c9a 18219
01c52d31 182202004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 18221
01c52d31
MB
18222 * nnmh.el (nnmh-request-list-1): Don't check the link count
18223 before descending. (small patch)
d0859c9a 18224
01c52d31 182252004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18226
01c52d31
MB
18227 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18228 stuff.
6441d280 18229
296a8e19
SM
18230 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18231 Match on real group name.
6441d280 18232
01c52d31 18233 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 18234
01c52d31 18235 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 18236
01c52d31 182372004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 18238
296a8e19
SM
18239 * gnus-draft.el (gnus-draft-send):
18240 Bind rfc2047-encode-encoded-words.
8654e13a 18241
01c52d31
MB
18242 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18243 (rfc2047-encodable-p): Say that =? needs encoding.
18244 (rfc2047-encode-encoded-words): New variable.
8654e13a 18245
01c52d31 18246 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 18247
01c52d31 18248 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 18249
01c52d31
MB
18250 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18251 to nil.
31640842 18252
01c52d31 18253 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 18254
01c52d31 18255 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 18256
01c52d31 182572004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 18258
296a8e19
SM
18259 * gnus-msg.el (gnus-summary-followup-with-original):
18260 Document yanking of region when active.
61b397cd 18261
01c52d31 182622004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 18263
01c52d31
MB
18264 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18265 groups if the group level is higher than the specified value.
31640842 18266
01c52d31 182672004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 18268
01c52d31 18269 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 18270 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
18271 `gnus-group-jump-to-group-prompt'. Query before jumping to
18272 non-active group.
cd01ded9 18273
01c52d31
MB
18274 * compface.el (uncompface): Be verbose when changing
18275 `uncompface-use-external'.
850c333d 18276
01c52d31
MB
18277 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18278 handle manual section.
850c333d 18279
01c52d31 182802004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 18281
01c52d31 18282 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 18283
01c52d31 182842004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 18285
01c52d31 18286 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 18287
01c52d31 182882004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 18289
01c52d31
MB
18290 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18291 whether backend can accept message.
6a748eda 18292
01c52d31 18293 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 18294
01c52d31 182952004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 18296
01c52d31
MB
18297 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18298 Avoid creating directory when nntp-marks-is-evil is true.
18299 Reported by Reiner Steib.
9a89f5b0 18300
01c52d31 183012004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 18302
01c52d31 18303 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
18304 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18305 (gnus-picon-transform-address): Support `gnus-picon-style'.
18306 From Jesper Harder <harder@ifa.au.dk>.
91472578 18307
01c52d31 183082004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18309
01c52d31
MB
18310 * message.el (message-fill-field): Return point.
18311 (message-generate-headers): Go to end of field.
91472578 18312
01c52d31
MB
18313 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18314 stuff for non-living groups.
91472578 18315
01c52d31 183162004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 18317
01c52d31
MB
18318 * gnus-art.el (gnus-article-followup-with-original)
18319 (gnus-article-reply-with-original): gnus-mark-active-p ->
18320 gnus-region-active-p.
91472578 18321
01c52d31 183222004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 18323
01c52d31
MB
18324 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18325 only when there is spam or ham to be processed.
91472578 18326
01c52d31 183272004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18328
01c52d31
MB
18329 * mail-source.el (mail-source-delete-crash-box): Refactor.
18330 (mail-source-fetch): Use it.
18331 (mail-source-fetch-file): Ditto.
18332 (mail-source-fetch-directory): Run postscript in loop.
18333 (mail-source-fetch-pop): Delete.
18334 (mail-source-fetch-maildir): Ditto.
18335 (mail-source-fetch-imap): Ditto.
91472578 18336
01c52d31 18337 * imap.el (imap-authenticators): Comment out sasl.
91472578 18338
01c52d31
MB
18339 * message.el (message-skip-to-next-address): New function.
18340 (message-fill-header-address): Refactor.
18341 (message-fill-address): Use it.
18342 (message-delete-address): Use it.
18343 (message-fill-header-general): Refactor.
18344 (message-fill-field-address): Rename.
18345 (message-narrow-to-field): Find the start of the header.
18346 (message-header-format-alist): Don't pre-fill.
296a8e19 18347 (message-fill-header): Remove.
01c52d31
MB
18348 (message-insert-header): New function.
18349 (message-shorten-references): Use it.
91472578 18350
01c52d31 18351 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 18352
01c52d31 18353 * mail-parse.el (mail-header-make-address): New alias.
91472578 18354
01c52d31 18355 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 18356
01c52d31 18357 * imap.el: Add compiler directives.
91472578 18358
01c52d31 18359 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 18360
01c52d31
MB
18361 * gnus-art.el (article-decode-idna-rhs): Don't use
18362 message-idna-inside-rhs-p.
91472578 18363
01c52d31 183642004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18365
296a8e19 18366 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 18367 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 18368
296a8e19 18369 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 18370 false positives.
1b155fbd 18371
ce058493 183722004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 18373
01c52d31 18374 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 18375
01c52d31 183762004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18377
ce058493 18378 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 18379 files.
91472578 18380
01c52d31
MB
18381 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18382 (gnus-inews-do-gcc): Remove sleep.
498063ec 18383
01c52d31
MB
18384 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18385 part under point.
498063ec 18386
01c52d31
MB
18387 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18388 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 18389
01c52d31 183902004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18391
296a8e19 18392 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 18393
01c52d31 183942004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18395
01c52d31
MB
18396 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18397 as expired without moving it" message when there are spam
18398 messages left.
498063ec 18399
01c52d31 184002004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 18401
002876ab 18402 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 18403 header is not nil.
707f2b38 18404
01c52d31 184052004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 18406
296a8e19
SM
18407 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18408 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
18409 (nntp-marks-changed-p): New arg SERVER.
18410 (nntp-request-update-info): Adjust caller.
10ace8ea 18411
01c52d31 184122004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 18413
01c52d31 18414 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 18415
01c52d31 184162004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 18417
01c52d31
MB
18418 * nntp.el: Support marks.
18419 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18420 (nntp-marks-modtime, nntp-marks-directory): New variables.
18421 (nntp-request-set-mark, nntp-request-update-info)
18422 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
18423 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18424 New functions.
10ace8ea 18425
01c52d31 184262004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 18427
296a8e19
SM
18428 * gnus-score.el (gnus-score-insert-help):
18429 Use gnus-select-lowest-window.
10ace8ea 18430
01c52d31
MB
18431 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18432 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 18433
01c52d31 18434 * gnus.el: do.
10ace8ea 18435
01c52d31 184362004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 18437
01c52d31
MB
18438 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18439 encodings of MIME-encoded words, in order to improve
18440 interoperability with several broken MUAs.
10ace8ea 18441
01c52d31 184422004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 18443
01c52d31
MB
18444 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18445 tags, only when charsets are not specified in headers.
18446 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 18447
01c52d31 184482004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 18449
01c52d31
MB
18450 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18451 instead of MIME-decoded from fields when checking
18452 `gnus-article-address-banner-alist'.
0302b80e 18453
01c52d31 184542004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 18455
01c52d31
MB
18456 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18457 description rather than subject.
fa9a04e1 18458
01c52d31 184592004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18460
01c52d31 18461 * gnus.el (gnus-version-number): Bump.
fa9a04e1 18462
01c52d31 184632004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 18464
01c52d31 18465 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 18466
01c52d31 184672004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18468
296a8e19
SM
18469 * gnus-agent.el (gnus-agent-read-agentview):
18470 Inline gnus-uncompress-range.
fa9a04e1 18471
01c52d31 184722004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18473
01c52d31
MB
18474 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18475 `exec-installed-p'.
fa9a04e1 18476
01c52d31 184772004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18478
296a8e19
SM
18479 * gnus.el (spam-process, spam-autodetect-methods):
18480 Add bsfilter and bsfilter-headers.
fa9a04e1 18481
01c52d31
MB
18482 * spam.el (spam-bsfilter): New customize group.
18483 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18484 (spam-bsfilter-header, spam-bsfilter-probability-header)
18485 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18486 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18487 (spam-bsfilter-database-directory): New options.
18488 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18489 (spam-list-of-statistical-checks, spam-registration-functions):
18490 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18491 (spam-bsfilter-score): New command.
18492 (spam-check-bsfilter-headers, spam-check-bsfilter)
18493 (spam-bsfilter-register-with-bsfilter)
18494 (spam-bsfilter-register-spam-routine)
18495 (spam-bsfilter-unregister-spam-routine)
18496 (spam-bsfilter-register-ham-routine)
18497 (spam-bsfilter-unregister-ham-routine): New functions.
18498 (spam-generic-score): Support bsfilter; Accept an optional argument
18499 to recalcurate spam score even if scoring header has already been
18500 added.
18501 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18502 optional argument to recalcurate spam score even if scoring header
18503 has already been added.
bf68d4e6 18504
01c52d31 185052004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 18506
01c52d31
MB
18507 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18508 strings! Reported by David D. Smith <davidsmith@acm.org>.
18509 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18510 link is missing.
f66ce3b9 18511
01c52d31 185122004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 18513
01c52d31
MB
18514 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18515 (html2text-get-attr): Rewrite.
14f56b66 18516
01c52d31
MB
18517 * message.el (message-setup-1): Remove redundant put-text-property
18518 on mail-header-separator.
14f56b66 18519
01c52d31 185202004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 18521
01c52d31
MB
18522 * gnus-registry.el (gnus-registry-cache-whitespace)
18523 (gnus-registry-action, gnus-registry-spool-action)
18524 (gnus-registry-split-fancy-with-parent): Change message levels
18525 from 5 to 3 or 7, as needed.
ec3c4a4c 18526
01c52d31
MB
18527 * spam.el (spam-summary-prepare-exit)
18528 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18529 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 18530 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 18531 level from 5 to 6.
5f5475ac 18532
01c52d31 185332004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 18534
01c52d31
MB
18535 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18536 2004-03-04 change).
5f5475ac 18537
01c52d31 185382004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 18539
c9e31f32
SM
18540 * sieve-manage.el (sieve-manage-open):
18541 * nnweb.el (nnweb-insert-html):
01c52d31 18542 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
18543 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18544 * nnspool.el (nnspool-request-group):
01c52d31 18545 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 18546 * nnml.el (nnml-request-update-info):
01c52d31 18547 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 18548 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 18549 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
18550 (nnimap-request-set-mark):
18551 * nnfolder.el (nnfolder-request-update-info):
01c52d31 18552 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
18553 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18554 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 18555 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 18556 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
18557 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18558 * gnus-nocem.el (gnus-nocem-scan-groups):
18559 * gnus-int.el (gnus-start-news-server):
01c52d31 18560 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
18561 (gnus-group-browse-foreign-server):
18562 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18563 Use mapc when appropriate.
270a576a 18564
01c52d31 185652004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18566
01c52d31 18567 FIXME: Make separate entries for each person.
270a576a 18568
01c52d31 18569 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 18570 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 18571 <shields@msrl.com>:
270a576a 18572
01c52d31
MB
18573 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18574 may need for spam sorting and scoring.
18575 (spam-user-format-function-S): Add user format function suitable for
18576 general use.
18577 (spam-article-sort-by-spam-status): Add sorting function for summary
18578 sorting.
18579 (spam-extra-header-to-number): Add function to get a score from a
18580 header.
18581 (spam-summary-score): Add function to get a numeric score from the
18582 headers.
c9e31f32 18583 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
18584 (spam-initialize): Take symbols when it's run, and install the
18585 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 18586
01c52d31 185872004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18588
01c52d31 18589 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 18590 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 18591
01c52d31 185922004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 18593
01c52d31
MB
18594 * gnus-sum.el (gnus-set-global-variables)
18595 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18596 (gnus-article-get-xrefs, gnus-summary-best-group)
18597 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18598 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
18599 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18600 Use with-current-buffer.
270a576a 18601
01c52d31 186022004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18603
01c52d31
MB
18604 * spam.el (spam-summary-prepare-exit): Simplify logic.
18605 (spam-fetch-article-header): Read the article header if it's not
18606 available.
18607 (spam-list-articles): Simplify logic.
18608 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 18609
01c52d31 18610 * gnus-registry.el: Fix comments at beginning.
270a576a 18611
01c52d31 186122004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 18613
01c52d31
MB
18614 * message.el (message-cater-to-broken-inn): Remove.
18615 (message-shorten-references): Make sure the total folded length of
18616 References is shorter than 998 characters to cater to a bug in INN
18617 2.3. Also, don't pretend that references aren't folded -- this
18618 hasn't worked for a while.
d31fa104 18619
01c52d31 186202004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18621
01c52d31
MB
18622 * gnus-agent.el (gnus-agentize):
18623 gnus-agent-send-mail-real-function no longer set to current value
18624 of message-send-mail-function but rather a lambda that calls
18625 message-send-mail-function. The change makes the agent real-time
18626 responsive to user changes to message-send-mail-function.
9b981cb6 18627
01c52d31 186282004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18629
01c52d31 18630 * legacy-gnus-agent.el
296a8e19 18631 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 18632 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 18633
01c52d31 186342004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 18635
01c52d31 18636 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 18637
01c52d31 186382004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 18639
01c52d31
MB
18640 * nnmail.el (nnmail-cache-insert): Always check whether
18641 nnmail-cache-ignore-groups matches a group name.
f429956a 18642
01c52d31 186432004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 18644
01c52d31
MB
18645 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18646 (spam-find-spam, spam-log-processing-to-registry)
18647 (spam-log-registered-p, spam-log-unregistration-needed-p)
18648 (spam-log-undo-registration): Use gnus-message instead of
18649 gnus-error, none of these errors are fatal.
5c243ee4 18650
01c52d31
MB
18651 * gnus-registry.el (gnus-registry-clean-empty-function)
18652 (gnus-registry-clean-empty): Remove only empty entries without
18653 extra data.
aba1948a 18654
01c52d31 186552004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 18656
01c52d31
MB
18657 * spam-stat.el (spam-stat-buffer-change-to-spam)
18658 (spam-stat-buffer-change-to-non-spam): Change (error) to
18659 (gnus-message 8) invocation.
aba1948a 18660
01c52d31 186612004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18662
01c52d31
MB
18663 * nntp.el (nntp-via-netcat-command): New variable.
18664 (nntp-via-netcat-switches): New variable.
18665 (nntp-open-via-rlogin-and-netcat): New function.
18666 (nntp-open-connection-function): Doc fix.
18667 (nntp-telnet-command): Doc fix.
18668 (nntp-end-of-line): Doc fix.
18669 (nntp-via-rlogin-command): Doc fix.
18670 (nntp-via-user-name): Doc fix.
18671 (nntp-via-address): Doc fix.
aba1948a 18672
01c52d31 186732004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18674
01c52d31
MB
18675 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18676 error in Emacs 21.1.
ddff82cf 18677
01c52d31 186782004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 18679
01c52d31 18680 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 18681
01c52d31 186822004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 18683
01c52d31
MB
18684 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18685 (gnus-agent-with-refreshed-group): New macro.
18686 (gnus-agent-rename-group): New function.
18687 (gnus-agent-delete-group): New function.
18688 (gnus-agent-save-group-info): Use gnus-command-method when
18689 `method' parameter is nil. Don't write nil entries into the
18690 active file.
18691 (gnus-agent-get-group-info): New function.
296a8e19
SM
18692 (gnus-agent-fetch-articles):
18693 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 18694 used.
296a8e19
SM
18695 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18696 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 18697 used.
296a8e19 18698 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
18699 gnus-group-real-name and gnus-find-method-for-group.
18700 (gnus-agent-set-local): Delete stored entry if either min, or max,
18701 are nil.
296a8e19
SM
18702 (gnus-agent-fetch-session): Reworded error/quit messages.
18703 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
18704 articles fetched to disk before the quit occurred.
18705 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18706 gnus-agent-update-view-total-fetched-for, and
18707 gnus-agent-update-files-total-fetched-for to decrement disk space
18708 used.
296a8e19
SM
18709 (gnus-agent-retrieve-headers):
18710 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
18711 used.
18712 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18713 with gnus-agent-update-files-total-fetched-for to decrement disk
18714 space and fresh group buffer.
18715 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18716 (gnus-agent-need-update-total-fetched-for): New variable.
18717 (gnus-agent-update-files-total-fetched-for): New function.
18718 (gnus-agent-update-view-total-fetched-for): New function.
18719 (gnus-agent-total-fetched-for): New function.
18720
296a8e19
SM
18721 * gnus-cache.el (gnus-cache-save-buffers):
18722 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 18723 used by this group.
296a8e19
SM
18724 (gnus-cache-possibly-enter-article):
18725 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 18726 used by this group.
296a8e19
SM
18727 (gnus-cache-possibly-remove-article):
18728 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
18729 used by this group.
18730 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18731 (gnus-cache-rename-group): New function.
18732 (gnus-cache-delete-group): New function.
18733 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18734 (gnus-cache-need-update-total-fetched-for): New variable.
18735 (gnus-cache-with-refreshed-group): New macro.
18736 (gnus-cache-update-file-total-fetched-for): New function.
18737 (gnus-cache-update-overview-total-fetched-for): New function.
18738 (gnus-cache-rename-group-total-fetched-for): New function.
18739 (gnus-cache-delete-group-total-fetched-for): New function.
18740 (gnus-cache-total-fetched-for): New function.
112d84ef 18741
01c52d31
MB
18742 * gnus-group.el: Require gnus-sum and autoload functions to
18743 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 18744 (gnus-group-line-format): Documented new %F.
01c52d31
MB
18745 (size of Fetched data) group line format; identifies disk space
18746 used by agent and cache.
18747 (gnus-group-line-format-alist): Defined new F format.
18748 (gnus-total-fetched-for): New function.
18749 (gnus-group-delete-group): No longer update
18750 gnus-cache-active-altered as gnus-request-delete-group now keeps
18751 the cache in sync.
18752 (gnus-group-list-active): Let the agent store a server's active
18753 list if currently plugged.
2f7717f6 18754
c9e31f32
SM
18755 * gnus-int.el (gnus-request-delete-group):
18756 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 18757 local disk in sync with the server.
c9e31f32
SM
18758 (gnus-request-rename-group):
18759 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 18760 local disk in sync with the server.
2f7717f6 18761
c9e31f32
SM
18762 * gnus-start.el (gnus-get-unread-articles):
18763 Cosmetic simplification to logic.
c44edf72 18764
01c52d31 18765 * gnus-util.el (gnus-rename-file): New function.
c44edf72 18766
01c52d31 187672004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 18768
01c52d31 18769 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 18770
01c52d31 187712004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18772
01c52d31
MB
18773 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18774 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 18775
01c52d31 187762004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18777
01c52d31
MB
18778 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18779 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 18780
01c52d31 187812004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18782
01c52d31 18783 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 18784
01c52d31 187852004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18786
01c52d31
MB
18787 * spam.el (spam-set-difference): Add function to replace
18788 gnus-set-difference in spam.el.
18789 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 18790
01c52d31 187912004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18792
01c52d31
MB
18793 * gnus-registry.el (gnus-registry-cache-file): Update to use
18794 gnus-dribble-directory OR gnus-home-directory OR ~.
18795 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 18796
01c52d31 187972004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 18798
296a8e19
SM
18799 * message.el (message-exchange-point-and-mark):
18800 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 18801 <harder@ifa.au.dk>.
45893b95 18802
01c52d31 188032004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 18804
01c52d31
MB
18805 * message.el (message-exchange-point-and-mark): Don't activate
18806 region if it was inactive. Suggested by Hiroshi Fujishima
18807 <pooh@nature.tsukuba.ac.jp>.
734c5765 18808
01c52d31 188092004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 18810
01c52d31
MB
18811 * gnus-art.el (article-display-face): Display Faces in the same
18812 order as X-Faces.
734c5765 18813
01c52d31 188142004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18815
01c52d31 18816 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 18817
01c52d31 188182004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18819
01c52d31
MB
18820 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18821 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18822 (gnus-article-mime-hierarchy): Remove.
18823 (gnus-article-mime-hierarchy-next): Remove.
18824 (gnus-article-mode): Revert 2004-03-19 change.
18825 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18826 (gnus-insert-mime-button): Revert 2004-03-19 change.
18827 (gnus-mime-accumulate-hierarchy): Remove.
18828 (gnus-mime-enter-multipart): Remove.
149cd465 18829 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
18830 (gnus-mime-display-part): Revert 2004-03-19 change.
18831 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 18832
01c52d31 18833 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 18834
01c52d31 188352004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 18836
01c52d31 18837 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 18838
01c52d31 188392004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18840
01c52d31
MB
18841 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18842 t while entering a file name using the mm-with-multibyte macro.
18843 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 18844
01c52d31 18845 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 18846
01c52d31 188472004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18848
296a8e19
SM
18849 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18850 New user option.
01c52d31
MB
18851 (gnus-mime-multipart-functions): Doc and customization fix.
18852 (gnus-article-mime-hierarchy): New variable.
18853 (gnus-article-mime-hierarchy-next): New variable.
18854 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18855 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18856 gnus-article-mime-hierarchy-next to nil.
18857 (gnus-insert-mime-button): Show hierarchy numbers.
18858 (gnus-mime-accumulate-hierarchy): New function.
18859 (gnus-mime-enter-multipart): New function.
18860 (gnus-mime-leave-multipart): New function.
18861 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18862 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 18863
01c52d31
MB
18864 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18865 gnus-article-mime-hierarchy-next to nil.
ad136a7c 18866
01c52d31 188672004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 18868
01c52d31 18869 * dns.el: Don't require gnus-xmas.
ad136a7c 18870
01c52d31 188712004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 18872
01c52d31
MB
18873 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18874 inline PGP.
18875 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 18876
01c52d31 188772004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18878
01c52d31
MB
18879 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18880 when the group's active is not available.
ad136a7c 18881
01c52d31 188822004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18883
01c52d31
MB
18884 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18885 error.
ad136a7c 18886
01c52d31 188872004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 18888
01c52d31
MB
18889 * imap.el (imap-store-password): New variable.
18890 (imap-interactive-login): Use it.
18891 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 18892
01c52d31 188932004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18894
01c52d31
MB
18895 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18896 window-start and hscroll to summary window.
ad136a7c 18897
01c52d31 188982004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 18899
01c52d31
MB
18900 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18901 conversion message to newsrc-dribble when an actual conversion is
18902 performed.
ad136a7c 18903
01c52d31 189042004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 18905
01c52d31 18906 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 18907
01c52d31 189082004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18909
01c52d31
MB
18910 * mm-decode.el (mm-complicated-handles): New function reviving
18911 former definition of mm-multiple-handles.
49561cf6 18912
01c52d31
MB
18913 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18914 (gnus-mime-delete-part): Use it.
49561cf6 18915
01c52d31 189162004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 18917
296a8e19
SM
18918 * gnus-agent.el (gnus-agent-read-local):
18919 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
18920 avoid the implicit assumption that they will always be equal.
18921 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18922 coding-system-for-write, as the with-temp-file macro first prints
18923 to a buffer then saves the buffer.
87589a70 18924
01c52d31 189252004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 18926
01c52d31
MB
18927 * gnus-art.el (gnus-article-edit-part): New function.
18928 (gnus-mime-save-part-and-strip): Use it; do query instead of
18929 signaling an error; don't use mm-multiple-handles.
18930 (gnus-mime-delete-part): Ditto.
c825ac9d 18931
01c52d31 189322004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 18933
296a8e19 18934 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 18935 old file versions.
296a8e19 18936 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 18937 form of gnus-agent-expire-days to group properties.
ae465fa7 18938
01c52d31
MB
18939 * gnus-int.el: Autoload gnus-agent-regenerate-group.
18940 (gnus-request-accept-article): Re-indented.
5f49be3f 18941
01c52d31 18942 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 18943 converters to handle old agent file formats. Add logic for a
01c52d31
MB
18944 "backup before upgrading warning".
18945 (gnus-convert-mark-converter-prompt): Developers can mark
18946 functions as needing (default), or not needing,
18947 gnus-convert-old-newsrc's "backup before upgrading warning".
18948 (gnus-convert-converter-needs-prompt): Tests whether the user
18949 should be protected from potentially irreversable changes by the
18950 function.
5f49be3f 18951
002876ab 18952 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 18953 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 18954
01c52d31 189552004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 18956
01c52d31 18957 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 18958
01c52d31 18959 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 18960
01c52d31 189612004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 18962
01c52d31 18963 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 18964
01c52d31 18965 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 18966
01c52d31 18967 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 18968
01c52d31 189692004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 18970
01c52d31
MB
18971 * gnus-sum.el (gnus-widget-reversible-match)
18972 (gnus-widget-reversible-to-internal)
18973 (gnus-widget-reversible-to-external): New functions.
18974 (gnus-widget-reversible): New widget.
18975 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 18976
01c52d31 189772004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 18978
01c52d31
MB
18979 * gnus-sum.el (gnus-thread-sort-functions)
18980 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 18981
01c52d31 189822004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 18983
01c52d31
MB
18984 * spam.el (spam-use-gmane-xref): Add new backend.
18985 (spam-gmane-xref-spam-group): Add variable to control the name of the
18986 Gmane spam group.
18987 (spam-blackhole-servers, spam-blackhole-good-server-regex)
18988 (spam-regex-headers-spam, spam-regex-headers-ham)
18989 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18990 (spam-list-of-checks): Add spam-use-gmane-xref to list of
18991 backends and checks.
18992 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 18993
01c52d31
MB
18994 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18995 an autodetect method.
e2642250 18996
01c52d31 189972004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 18998
01c52d31
MB
18999 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19000 articles are being added to a group.
19001 (gnus-request-replace-article): Inform the agent that articles
19002 need to be uncached as the cached contents are no longer valid.
e2642250 19003
01c52d31 190042004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 19005
01c52d31 19006 * binhex.el: Don't autoload executable-find.
e2642250 19007
01c52d31 19008 * canlock.el: Don't autoload mail-fetch-field.
e2642250 19009
01c52d31 19010 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 19011
01c52d31
MB
19012 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19013 rmail-dont-reply-to and rmail-output.
e2642250 19014
01c52d31 19015 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 19016
01c52d31 19017 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 19018
01c52d31
MB
19019 * imap.el: Don't autoload base64-decode-string,
19020 base64-encode-string and md5.
e2642250 19021
01c52d31
MB
19022 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19023 and rmail-msg-restore-non-pruned-header.
e2642250 19024
01c52d31 19025 * mm-decode.el: Don't autoload executable-find.
e2642250 19026
01c52d31 19027 * mm-url.el: Don't autoload executable-find.
e2642250 19028
01c52d31 19029 * mm-view.el: Don't autoload diff-mode.
e2642250 19030
01c52d31
MB
19031 * nndb.el: Don't autoload news-reply-mode, news-setup,
19032 cancel-timer and telnet.
e2642250 19033
01c52d31 19034 * password.el: Don't autoload run-at-time for Emacs.
e2642250 19035
01c52d31 19036 * sha1-el.el: Don't autoload executable-find.
e2642250 19037
01c52d31 19038 * sieve-mode.el: Don't autoload c-mode.
e2642250 19039
01c52d31 19040 * uudecode.el: Don't autoload executable-find.
e2642250 19041
01c52d31 190422004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 19043
296a8e19 19044 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
19045 (gnus-agent-possibly-alter-active): Avoid null in numeric
19046 comparison.
19047 (gnus-agent-set-local): Refuse to save null in local object table.
19048 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19049 list of articles that will be marked as unread.
e2642250 19050
01c52d31 190512004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 19052
01c52d31 19053 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 19054
01c52d31 190552004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 19056
01c52d31
MB
19057 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19058 language tags.
ba0226dd 19059
01c52d31 190602004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 19061
01c52d31
MB
19062 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19063 Don't bind "obarray".
5153a47a 19064
296a8e19
SM
19065 * gnus-sum.el (gnus-thread-sort-functions):
19066 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
19067 `gnus-thread-sort-by-most-recent-date'.
19068 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 19069
01c52d31 190702004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 19071
01c52d31 19072 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 19073
01c52d31 190742004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 19075
296a8e19
SM
19076 * gnus-cus.el (gnus-agent-customize-category):
19077 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 19078 run-time.
5153a47a 19079
01c52d31
MB
19080 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19081 single-interval range of the form (min . max). Previously the
19082 range had to look like ((min . max)). Likewise, return
19083 (min . max) rather than ((min . max)).
19084 (gnus-range-map): Use gnus-range-normalize to accept
19085 single-interval range.
5153a47a 19086
01c52d31
MB
19087 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19088 the cache, but not the agent, now appear with their usual face.
5153a47a 19089
01c52d31 190902004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 19091
01c52d31
MB
19092 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19093 w3m-safe-url-regexp variable buffer-local.
86713405 19094
01c52d31 19095 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 19096
01c52d31 190972004-02-27 Simon Josefsson <jas@extundo.com>
86713405 19098
01c52d31
MB
19099 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19100 gnus-group-real-prefix.
19101 (gnus-summary-move-article): Use it, instead of
19102 gnus-group-real-prefix.
86713405 19103
01c52d31 191042004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 19105
01c52d31
MB
19106 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19107 w3m-safe-url-regexp variable buffer-local and set it as the value
19108 of mm-w3m-safe-url-regexp.
d5ddd795 19109
01c52d31 19110 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 19111
01c52d31
MB
19112 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19113 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 19114
296a8e19
SM
19115 * nnrss.el (nnrss-opml-export):
19116 Use mm-set-buffer-file-coding-system instead of
01c52d31 19117 set-buffer-file-coding-system.
54506618 19118
01c52d31 191192004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 19120
01c52d31
MB
19121 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19122 of checkdoc.el).
19123 * nnrss.el: do.
19124 * gnus-mlspl.el: do.
19125 * gnus-ml.el: do.
19126 * gnus-srvr.el: do.
54506618 19127
01c52d31 19128 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 19129
01c52d31 191302004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 19131
01c52d31
MB
19132 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19133 Corrections to custom-manual links.
54506618 19134
01c52d31 19135 * gnus-art.el (gnus-article): Ditto.
54506618 19136
01c52d31 19137 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 19138
01c52d31 191392004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19140
01c52d31 19141 * flow-fill.el: Typo.
54506618 19142
01c52d31 191432004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 19144
01c52d31 19145 * spam-wash.el: New file.
54506618 19146
01c52d31 191472004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 19148
01c52d31 19149 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 19150
01c52d31 191512004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 19152
01c52d31
MB
19153 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19154 to be run with new-articles as LIST1, not LIST2.
19155 (spam-registration-functions): Add spam-use-ham-copy as a nil
19156 registration backend.
54506618 19157
01c52d31 191582004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19159
01c52d31
MB
19160 * spam-stat.el (spam-stat-washing-hook): New option.
19161 (spam-stat-buffer-words): Use it.
296a8e19
SM
19162 (spam-stat-process-directory, spam-stat-test-directory):
19163 Use insert-file-contents-literally.
01c52d31
MB
19164 (spam-stat-coding-system): New variable.
19165 (spam-stat-load, spam-stat-save): Use it.
54506618 19166
01c52d31 191672004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19168
296a8e19
SM
19169 * spam-report.el (spam-report-plug-agent):
19170 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 19171
01c52d31 191722004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19173
296a8e19
SM
19174 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19175 Allow / in mailto URLs.
54506618 19176
01c52d31 191772004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19178
01c52d31
MB
19179 * spam-report.el (spam-report-process-queue): Fix interactive use.
19180 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19181 (spam-report-unplug-agent): Doc fixes.
19182 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
19183 (spam-report-agentize, spam-report-deagentize):
19184 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19185
01c52d31
MB
19186 * message.el (message-setup-fill-variables): Add mml tags to
19187 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19188 <ajk@iu.edu>.
19189 (message-mode): Don't modify paragraph-separate there.
54506618 19190
01c52d31 191912004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19192
01c52d31
MB
19193 * compface.el (uncompface-use-external): Default to undecided.
19194 (uncompface-use-external-threshold): New variable.
19195 (uncompface-float-time): New macro.
19196 (uncompface): Determine whether to use the external decoder if
19197 uncompface-use-external is undecided.
54506618 19198
01c52d31 191992004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 19200
01c52d31
MB
19201 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19202 after images.
54506618 19203
01c52d31 19204 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 19205
01c52d31 192062004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 19207
01c52d31 19208 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 19209
002876ab 19210 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 19211
01c52d31
MB
19212 * gnus-sum.el (gnus-summary-limit-to-age)
19213 (gnus-summary-limit-children): do.
54506618 19214
01c52d31 19215 * gnus-int.el (gnus-request-scan): do.
54506618 19216
01c52d31 19217 * gnus-group.el (gnus-group-suspend): do.
54506618 19218
01c52d31 19219 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 19220
01c52d31 19221 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 19222
01c52d31
MB
19223 * gnus-agent.el (gnus-summary-set-agent-mark)
19224 (gnus-agent-regenerate-group): do.
54506618 19225
01c52d31 19226 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 19227
01c52d31 19228 * binhex.el (binhex-decode-region-internal): do.
54506618 19229
01c52d31 192302004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19231
01c52d31
MB
19232 * gnus-fun.el (gnus-face-properties-alist): New user option.
19233 (gnus-display-x-face-in-from): Use it.
54506618 19234
01c52d31 19235 * gnus-art.el (article-display-face): Ditto.
54506618 19236
01c52d31 19237 * compface.el (uncompface-use-external): Default to nil.
54506618 19238
01c52d31 192392004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 19240
01c52d31
MB
19241 * nntp.el (nntp-erase-buffer): New function.
19242 (nntp-retrieve-data, nntp-send-command)
19243 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19244 (nntp-possibly-change-group): Use it.
54506618 19245
296a8e19
SM
19246 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19247 Use with-current-buffer.
54506618 19248
01c52d31 192492004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 19250
01c52d31
MB
19251 * compface.el: Merge the ELisp-based uncompface program.
19252 (compface): New customization group.
19253 (uncompface-use-external): New user option.
19254 (uncompface): Call uncompface-internal if uncompface-use-external
19255 is nil.
19256 (uncompface-internal): New function. Note that there are also
19257 some other functions and variables added for this function.
54506618 19258
01c52d31 192592004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 19260
01c52d31
MB
19261 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19262 if necessary.
54506618 19263
01c52d31 192642004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 19265
01c52d31
MB
19266 * spam-report.el (spam-report-unplug-agent)
19267 (spam-report-plug-agent, spam-report-deagentize)
19268 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19269 Add support for the Agent in spam-report: when unplugged, report to a
19270 file; when plugged, submit all the requests.
54506618 19271
01c52d31
MB
19272 * spam.el (spam-register-routine): Fix message about
19273 registration.
54506618 19274
01c52d31 192752004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 19276
01c52d31
MB
19277 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19278 dependencies.
19279 (rfc2047-encode): Use it.
54506618 19280
01c52d31
MB
19281 * gnus-art.el (gnus-button-marker-list): Move before first
19282 reference.
54506618 19283
01c52d31
MB
19284 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19285 (imap-parse-body): Fix format string mismatch.
54506618 19286
01c52d31 19287 * gnus-score.el (gnus-summary-increase-score): do.
54506618 19288
01c52d31 19289 * nnrss.el (nnrss-close): New function.
54506618 19290
01c52d31 192912004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 19292
01c52d31
MB
19293 * nnrss.el (nnrss-make-filename): New function.
19294 (nnrss-request-delete-group, nnrss-read-server-data)
19295 (nnrss-save-server-data, nnrss-read-group-data)
19296 (nnrss-save-group-data): Use it.
19297 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19298 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19299 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 19300
01c52d31 193012004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 19302
01c52d31 19303 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 19304
01c52d31 193052004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 19306
01c52d31
MB
19307 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19308 files.
54506618 19309
01c52d31
MB
19310 * message.el (message-generate-headers-first): Don't quote nil
19311 and t in docstrings.
54506618 19312
01c52d31 19313 * imap.el (imap-id): do.
54506618 19314
01c52d31
MB
19315 * gnus-agent.el (gnus-agent-consider-all-articles)
19316 (gnus-agent-queue-mail): do.
54506618 19317
01c52d31 193182004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19319
01c52d31
MB
19320 * spam-report.el (spam-report-process-queue): New function.
19321 Process requests from `spam-report-requests-file'.
19322 (spam-report-process-queue): Doc fix.
54506618 19323
01c52d31 193242004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 19325
01c52d31
MB
19326 * spam.el (spam-register-routine)
19327 (spam-log-processing-to-registry, spam-log-registered-p)
19328 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19329 Change "check" to "spam-check" for semi-clarity.
531e5812 19330
01c52d31 193312004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 19332
01c52d31 19333 * pop3.el: Require nnheader.
531e5812 19334
01c52d31 19335 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 19336
01c52d31 19337 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 19338
01c52d31 19339 * gnus-picon.el: Require cl.
531e5812 19340
01c52d31 19341 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 19342
01c52d31 19343 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 19344
01c52d31 19345 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 19346
01c52d31
MB
19347 * gnus-art.el (gnus-article-edit-mode): Define before first
19348 reference.
531e5812 19349
01c52d31 193502004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 19351
01c52d31
MB
19352 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19353 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 19354
01c52d31 19355 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 19356
01c52d31 19357 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 19358
01c52d31 19359 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 19360
01c52d31 19361 * gnus-art.el (article-date-ut): do.
69075cdd 19362
01c52d31
MB
19363 * message.el (message-fetch-field): Remove redundant
19364 case-fold-search binding.
19365 (message-narrow-to-field): Simplify.
69075cdd 19366
01c52d31 193672004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 19368
01c52d31 19369 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 19370
01c52d31
MB
19371 * spam-report.el (spam-report-url-to-file)
19372 (spam-report-requests-file): New function and variable for offline
19373 reporting.
19374 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19375 and user defined function.
19376 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 19377
01c52d31 193782004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 19379
01c52d31 19380 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 19381
01c52d31 193822004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 19383
296a8e19
SM
19384 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19385 Fix format string mismatch.
ebbeed62 19386
01c52d31 19387 * sieve.el (sieve-deactivate-all): do.
8903a9c8 19388
01c52d31 19389 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 19390
01c52d31 19391 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 19392
01c52d31 19393 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 19394
01c52d31 19395 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 19396
01c52d31 193972004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 19398
01c52d31
MB
19399 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19400 the list of checks.
e62e7654 19401
01c52d31 194022004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 19403
01c52d31
MB
19404 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19405 padding.
e62e7654 19406
01c52d31 194072004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 19408
01c52d31
MB
19409 * mm-view.el (mm-fill-flowed): New variable.
19410 (mm-inline-text): Use it.
eb6a2b61 19411
01c52d31 194122004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 19413
01c52d31
MB
19414 * spam.el (spam-spamassassin-register-ham-routine)
19415 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 19416
01c52d31 194172004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 19418
01c52d31
MB
19419 * gnus.el (gnus-tmp-grouplens): Remove.
19420 (gnus-summary-line-format): Remove grouplens.
f0096211 19421
01c52d31 19422 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 19423
01c52d31
MB
19424 * gnus-spec.el (gnus-format-specs): Ditto.
19425 (gnus-update-format-specifications): Flush the group format spec
19426 cache if there's the grouplens stuff.
19427 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 19428
01c52d31 194292004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 19430
01c52d31
MB
19431 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19432 omission.
14e20e13 19433
01c52d31 194342004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 19435
01c52d31
MB
19436 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19437 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 19438
01c52d31 194392004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19440
149cd465
JB
19441 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19442 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
19443 New macros and functions.
19444 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19445 Handle > NLINK_MAX messages.
296a8e19
SM
19446 * nnmaildir.el (nnmaildir-request-set-mark):
19447 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 19448
01c52d31 194492004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 19450
01c52d31
MB
19451 * spam-stat.el (spam-stat-process-directory-age): New option.
19452 (spam-stat-process-directory): Use it.
c1d7d285 19453
01c52d31 194542004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 19455
01c52d31
MB
19456 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19457 (spam-stat-save): Accept prefix argument.
c1d7d285 19458
01c52d31 194592004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19460
01c52d31
MB
19461 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19462 links" error.
c1d7d285 19463
01c52d31 194642004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 19465
01c52d31
MB
19466 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19467 compatibility with old .newsrc.eld files.
10b43d7c 19468
01c52d31 19469 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 19470
01c52d31 19471 * gnus-start.el (gnus-1): do.
f4dd4ae8 19472
01c52d31 19473 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 19474
01c52d31 19475 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 19476
01c52d31 19477 * gnus-gl.el: Remove.
f4dd4ae8 19478
01c52d31 194792004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19480
01c52d31
MB
19481 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19482 marks consisting of a single range {for example, (3 . 5)} rather
19483 than a list of a single range { ((3 . 5)) }.
49561cf6 19484
01c52d31 194852004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19486
296a8e19
SM
19487 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19488 Use with-current-buffer.
01c52d31
MB
19489 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19490 avoid consing a string.
f4dd4ae8 19491
01c52d31
MB
19492 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19493 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 19494
01c52d31 194952004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 19496
01c52d31
MB
19497 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19498 uncompressed list.
f4dd4ae8 19499
01c52d31 195002004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19501
01c52d31
MB
19502 * spam-stat.el (spam-stat-strip-xref): New function.
19503 (spam-stat-process-directory): Use it.
f4dd4ae8 19504
01c52d31
MB
19505 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19506 here -- it's done in message-fetch-field.
f4dd4ae8 19507
01c52d31 195082004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19509
149cd465
JB
19510 * gnus-agent.el (gnus-agent-queue-mail)
19511 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
19512 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19513 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
19514 "nndraft:queue" along to gnus-draft-send.
19515 Use gnus-agent-prompt-send-queue.
01c52d31
MB
19516 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19517 is "nndraft:queue". Suggested by Gaute Strokkenes
19518 <gs234@srcf.ucam.org>
f4dd4ae8 19519
296a8e19
SM
19520 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19521 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19522 (gnus-agent-cat-groups): Use eval-and-compile, not
19523 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19524 method of gnus-agent-cat-groups even when the buffer has been
19525 evaled.
296a8e19 19526 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 19527 delete gnus-agent-save-active-1.
296a8e19 19528 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
19529 gnus-agent-save-active.
19530 (gnus-agent-write-active): No longer adjust agent's copy of active
19531 file as agent's adjustments are now stored in their own
296a8e19 19532 file. Remove optional parameter.
01c52d31
MB
19533 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19534 servers. Add use of min/max range limits from server's local
19535 file.
296a8e19 19536 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
19537 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19538 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 19539 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 19540 limits for articles known to the agent. Provides a fast mechanism
01c52d31 19541 for altering many active ranges.
3042deef 19542 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 19543 active file (local makes it unnecessary).
296a8e19 19544 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 19545
296a8e19
SM
19546 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19547 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19548
19549 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19550 disable it when sending to "nndraft:queue".
19551 (gnus-group-send-queue): Add safety check to avoid sending queue
19552 when unplugged.
f4dd4ae8 19553
01c52d31
MB
19554 * gnus-group.el (gnus-group-catchup): Use new
19555 gnus-sequence-of-unread-articles, not
19556 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19557 numbers of articles. Use gnus-range-map to avoid having to
19558 uncompress the unread list.
149cd465 19559 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 19560 Fix invalid ange-ftp reference.
9b5773bc 19561
01c52d31
MB
19562 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19563 (gnus-sorted-range-intersection): Intersection of two ranges
19564 without requiring that they first be uncompressed.
9b5773bc 19565
01c52d31
MB
19566 * gnus-start.el (gnus-activate-group): Unless blocked by the
19567 caller, possibly expand the active range to include both cached
19568 and agentized articles.
19569 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19570 multiple version-dependent converters.
296a8e19 19571 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
19572 gnus-agent-save-active.
19573 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 19574
296a8e19 19575 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
19576 gnus-agent-possibly-alter-active.
19577 (gnus-adjust-marked-articles): Faster handling of simple lists
19578
195792004-01-21 Jesper Harder <harder@ifa.au.dk>
19580
19581 * spam-stat.el (spam-stat-test-directory): New optional argument
19582 displays a list of files detected. Suggested by Andrew Cohen
19583 <cohen@andy.bu.edu>.
19584 (spam-stat-buffer-words-with-scores): Don't narrow and change
19585 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19586
296fa7b4 195872004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
19588
19589 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19590 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19591 (spam-spamassassin-arguments)
19592 (spam-spamassassin-spam-flag-header)
19593 (spam-spamassassin-positive-spam-flag-header)
19594 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19595 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19596 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19597 (spam-list-of-processors, spam-list-of-checks)
19598 (spam-list-of-statistical-checks, spam-registration-functions)
19599 (spam-check-spamassassin-headers, spam-check-spamassassin)
19600 (spam-spamassassin-score)
19601 (spam-spamassassin-register-with-sa-learn)
19602 (spam-spamassassin-register-spam-routine)
19603 (spam-spamassassin-register-ham-routine)
19604 (spam-assassin-register-spam-routine)
002876ab
JB
19605 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19606 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
19607
196082004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19609
19610 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19611 default scoring function.
19612 (spam-generic-score): Call spam-spamassassin-score if
19613 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19614 spam-bogofilter-score otherwise.
19615
296a8e19
SM
19616 * gnus.el (spam-process, spam-autodetect-methods):
19617 Add spamassassin and spamassassin-headers.
01c52d31
MB
19618
196192004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19620
19621 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19622 Suppress unnecessary messages.
19623
196242004-01-20 Jesper Harder <harder@ifa.au.dk>
19625
19626 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19627 make-hash-table.
46cdaf24 19628
01c52d31 196292004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19630
01c52d31 19631 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 19632
01c52d31 196332004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19634
01c52d31
MB
19635 * run-at-time.el: Remove useless (require 'itimer),
19636 eval-and-compile and (featurep 'xemacs).
a08b59c9 19637
01c52d31 196382004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19639
01c52d31
MB
19640 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19641 GROUP is a virtual group.
a08b59c9 19642
01c52d31 196432004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 19644
01c52d31 19645 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 19646
01c52d31 196472004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19648
01c52d31 19649 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 19650
01c52d31 19651 * pgg-def.el: do.
a08b59c9 19652
01c52d31 19653 * nnmail.el: do.
a08b59c9 19654
01c52d31 19655 * gnus-undo.el: do.
a08b59c9 19656
01c52d31 19657 * gnus-picon.el: do.
a08b59c9 19658
01c52d31 19659 * gnus-util.el: do.
a08b59c9 19660
01c52d31 196612004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 19662
01c52d31 19663 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 19664
01c52d31 196652004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19666
01c52d31
MB
19667 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19668 handle, as well as a list.
a08b59c9 19669
01c52d31
MB
19670 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19671 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19672 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 19673
01c52d31 196742004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 19675
01c52d31
MB
19676 * message.el (message-kill-to-signature): Allow prefix arg to
19677 specify number of lines to keep before signature.
a08b59c9 19678
01c52d31
MB
196792004-01-14 Kai Grossjohann <kai@emptydomain.de>
19680
c4cc8b9a 19681 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 19682
01c52d31 196832004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19684
01c52d31
MB
19685 * canlock.el: Always require sha1-el.
19686 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 19687
01c52d31 19688 * message.el: Autoload sha1 only when compiling.
a08b59c9 19689
01c52d31 196902004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19691
01c52d31 19692 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 19693
01c52d31 196942004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19695
01c52d31 19696 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 19697
01c52d31 196982004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 19699
01c52d31 19700 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
19701 Invoke gnus-score-mode.
19702 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 19703
296a8e19
SM
19704 * gnus-range.el (gnus-compress-sequence): Doc fix.
19705 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 19706
01c52d31 197072004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 19708
01c52d31 19709 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 19710
01c52d31 197112004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 19712
01c52d31
MB
19713 * spam.el (spam-get-article-as-string): Update to use
19714 gnus-request-article-this-buffer, much simpler.
19715 (spam-get-article-as-buffer): Remove.
6e7fb80c 19716
01c52d31 197172004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 19718
296fa7b4 19719 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 19720
01c52d31 197212004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 19722
01c52d31
MB
19723 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19724 character for the encoding to avoid consing a string.
7cb0aa56 19725
01c52d31
MB
19726 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19727 unnecessarily.
7cb0aa56 19728
01c52d31 19729 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 19730
01c52d31
MB
19731 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19732 of mm-replace-chars-in-string.
e79f14a4 19733
01c52d31 197342004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19735
c9e31f32 19736 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 19737
01c52d31 19738 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 19739
01c52d31
MB
19740 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19741 a new string in every iteration. Use shy groups.
e79f14a4 19742
01c52d31 197432004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19744
c9e31f32
SM
19745 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19746 * gnus-soup.el (gnus-soup-group-brew):
19747 * gnus-msg.el (gnus-put-message):
19748 * gnus-move.el (gnus-group-move-group-to-server):
19749 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
19750 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19751 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19752 (gnus-group-update-group, gnus-group-read-group)
19753 (gnus-group-make-group, gnus-group-make-help-group)
19754 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19755 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19756 (gnus-group-sort-by-unread, gnus-group-catchup)
19757 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19758 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
19759 (gnus-group-list-groups):
19760 * gnus.el (gnus-generate-new-group-name):
19761 * gnus-delay.el (gnus-delay-send-queue):
19762 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 19763 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 19764 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 19765 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
19766 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19767 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19768 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
19769 (gnus-group-make-articles-read):
19770 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19771 (gnus-group-change-level, gnus-kill-newsgroup)
19772 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19773 (gnus-get-unread-articles, gnus-make-articles-unread)
19774 (gnus-make-ascending-articles-unread): Use accessor
19775 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19776 to get group information for improved readability.
19777
01c52d31 197782004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19779
01c52d31
MB
19780 * gnus-art.el (article-decode-mime-words, article-babel)
19781 (gnus-article-highlight-signature, gnus-article-add-buttons)
19782 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 19783
01c52d31
MB
19784 * gnus-art.el (gnus-article-highlight-headers)
19785 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 19786
01c52d31
MB
19787 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19788 (gnus-article-set-globals, gnus-request-article-this-buffer)
19789 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19790 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19791 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 19792
01c52d31 197932004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19794
01c52d31
MB
19795 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19796 also under 80 char limit, and call gnus-error if needed.
19797 (spam-fetch-article-header): Fix - it was a
19798 buffer-local variable (gnus-newsgroup-data).
19799 (spam-find-spam): Use spam-generate-fake-headers, forget about
19800 spam-insert-fake-headers.
19801 (spam-insert-fake-headers): Remove.
1270d7ca 19802
01c52d31 198032004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19804
01c52d31
MB
19805 * deuglify.el (gnus-article-outlook-unwrap-lines)
19806 (gnus-outlook-rearrange-article)
19807 (gnus-outlook-repair-attribution-outlook)
19808 (gnus-outlook-repair-attribution-block)
19809 (gnus-outlook-repair-attribution-other): Remove redundant
19810 save-excursion.
1270d7ca 19811
01c52d31 198122004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19813
01c52d31
MB
19814 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19815 (spam-fetch-field-subject-fast)
19816 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19817 (spam-fetch-article-header): Add functions to deal with Gnus
19818 internals for fast retrieval of article header data.
19819 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 19820
01c52d31 198212004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19822
01c52d31
MB
19823 * pop3.el (pop3-md5): Remove.
19824 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 19825
01c52d31 19826 * mm-bodies.el: base64 is always built-in.
1270d7ca 19827
296a8e19
SM
19828 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19829 Use with-current-buffer.
1270d7ca 19830
23f87bed 198312004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19832
23f87bed
MB
19833 * canlock.el (canlock-insert-header): Remove excessive grouping in
19834 regexp.
1270d7ca 19835
01c52d31
MB
19836 * gnus-sum.el (gnus-summary-read-document): Ditto.
19837
19838 * gnus-uu.el (gnus-uu-part-number): Ditto.
19839
19840 * html2text.el (html2text-remove-tags): Ditto.
19841 (html2text-format-tags): Ditto.
19842 (html2text-format-single-elements): Ditto.
19843
19844 * mml.el (mml-parse-1): Ditto.
19845
198462004-01-08 Jesper Harder <harder@ifa.au.dk>
19847
19848 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19849
19850 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19851
19852 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19853
19854 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19855
198562003-11-15 Simon Josefsson <jas@extundo.com>
19857
19858 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19859 (pgg-gpg-lookup-key): Use regexp match instead of
19860 split-string (split-string is different between emacs 21.2 and
19861 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19862
198632004-01-08 Jesper Harder <harder@ifa.au.dk>
19864
19865 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
19866 (gnus-article-part-wrapper, gnus-article-view-part):
19867 Use with-current-buffer.
01c52d31
MB
19868
198692004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19870
19871 * spam.el (spam-disable-spam-split-during-ham-respool)
19872 (spam-spamoracle-database, spam-cache-lookups)
19873 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19874 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19875 (spam-group-ham-marks, spam-group-spam-marks)
19876 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19877 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19878 also add spam-use-blackholes to the statistical checks.
19879 (spam-fetch-field-fast): Add interface to fetching fields, may
19880 become a macro.
19881 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19882 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19883 (spam-insert-fake-headers): Fake an article when needed.
19884 (spam-find-spam): Fake article when possible.
19885 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19886 (spam-check-bogofilter-headers): Use message-fetch-field instead
19887 of nnmail-fetch-field.
19888
198892004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19890
19891 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19892
198932004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19894
19895 * spam.el (spam-split): Do not require spam-use-CHECK to be
19896 enabled if that check is passed to spam-split explicitly; also
19897 fix so 'spam doesn't get converted to spam-split-group when
19898 spam-split-symbolic-return is t.
19899 (spam-find-spam): Find registrations of the article and use those
19900 instead of re-running spam-split to find the spam/ham
19901 classification of the article.
19902 (spam-log-processing-to-registry, spam-log-registered-p)
19903 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19904 Use gnus-error instead of gnus-message.
19905 (spam-log-registration-type): Add function to determine the
19906 classification of a message based on registry entries; will
19907 return nil if both 'spam and 'ham are found.
19908 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19909 a reasonably fast local cache without the loading errors.
19910 (spam-cache-lookups): Set to t by default.
19911 (spam-find-spam): Don't try to guess spam-cache-lookups.
19912 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19913 spam-caches entry.
296a8e19
SM
19914 (spam-filelist-build-cache, spam-filelist-check-cache):
19915 Fix caching of whitelist/blacklist entries.
19916 (spam-check-whitelist, spam-check-blacklist):
19917 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
19918 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19919
199202004-01-07 Jesper Harder <harder@ifa.au.dk>
19921
19922 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19923
19924 * nnmail.el (nnmail-split-fancy): do.
19925
19926 * mml.el (mml-parse): do.
19927
19928 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19929 (gnus-score-adaptive): do.
19930
23f87bed 199312004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19932
01c52d31
MB
19933 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19934 (gnus-mime-button-map): Don't set keymap parent.
19935 (gnus-button-ctan-directory-regexp): Use shy grouping.
19936 (gnus-prev-page-map): Don't set keymap parent.
19937 (gnus-prev-page-map): Remove duplicated one.
19938 (gnus-next-page-map): Don't set keymap parent.
19939 (gnus-mime-security-button-map): Ditto.
19940
19941 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19942 version number.
19943
23f87bed 19944 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 19945
23f87bed 199462004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19947
23f87bed
MB
19948 * canlock.el (canlock-sha1-function): Remove.
19949 (canlock-sha1-function-for-verify): Remove.
19950 (canlock-openssl-program): Remove.
19951 (canlock-openssl-args): Remove.
19952 (canlock-ignore-errors): Remove.
19953 (canlock-sha1-with-openssl): Remove.
19954 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19955 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 19956
23f87bed
MB
19957 * sha1-el.el (sha1-string-external): Make it can return a string
19958 in binary form.
19959 (sha1-region-external): Ditto.
19960 (sha1-string-internal): Ditto.
19961 (sha1-region-internal): Ditto.
19962 (sha1-region): Ditto.
19963 (sha1-string): Ditto.
19964 (sha1): Ditto.
1270d7ca 19965
01c52d31 199662004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 19967
01c52d31 19968 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 19969
01c52d31 199702004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19971
01c52d31 19972 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 19973
01c52d31
MB
19974 * run-at-time.el (run-at-time-saved): Remove.
19975 (run-at-time): Doc fix.
1270d7ca 19976
01c52d31 199772004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19978
01c52d31
MB
19979 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19980 (gnus-summary-limit-map): Add it.
19981 (gnus-summary-make-menu-bar): do.
1270d7ca 19982
01c52d31 199832004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19984
01c52d31
MB
19985 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19986 Make attempt at some caching support (done for BBDB only now).
19987 (spam-find-spam): Set spam-cache-lookups if there are more than 2
19988 addresses to be checked.
19989 (spam-clear-cache-BBDB): Add function, to be invoked by
19990 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19991 (spam-check-BBDB): Check and use the caches, if
19992 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 19993
01c52d31 199942004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 19995
296a8e19 19996 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 19997
01c52d31 199982004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 19999
01c52d31
MB
20000 * run-at-time.el (run-at-time-saved): Move to after the definition
20001 of `run-at-time'.
1270d7ca 20002
01c52d31 200032004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20004
01c52d31
MB
20005 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20006 mm-w3m-local-map-property.
1270d7ca 20007
01c52d31
MB
20008 * mm-view.el (mm-w3m-mode-map): Remove.
20009 (mm-w3m-local-map-property): Remove.
20010 (mm-inline-text-html-render-with-w3m): Don't use
20011 mm-w3m-local-map-property.
1270d7ca 20012
01c52d31 200132004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20014
01c52d31 20015 * run-at-time.el: New file.
1270d7ca 20016
01c52d31
MB
20017 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20018 of gnus-set-text-properties.
1270d7ca 20019
01c52d31 20020 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 20021
01c52d31 20022 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 20023
01c52d31 20024 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 20025
01c52d31
MB
20026 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20027 of gnus-.
1b155fbd 20028
296a8e19 20029 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 20030 password-run-at-time throughout to use run-at-time directly.
1b155fbd 20031
296a8e19 20032 * password.el: Remove definition of run-at-time.
1b155fbd 20033
880820fe 200342004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 20035
01c52d31
MB
20036 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20037 in prompt.
1b155fbd 20038
01c52d31 200392004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 20040
01c52d31
MB
20041 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20042 XEmacs version.
1270d7ca 20043
01c52d31
MB
20044 * dns.el (dns-make-network-process): Use `open-network-stream'
20045 instead of `gnus-xmas-open-network-stream'.
1270d7ca 20046
01c52d31 20047 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 20048
01c52d31 200492004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20050
01c52d31
MB
20051 * gnus-art.el (gnus-mime-display-alternative)
20052 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20053 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20054 Don't use gnus-local-map-property.
1270d7ca 20055
01c52d31 20056 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 20057
296a8e19
SM
20058 * mm-view.el (mm-view-pkcs7-decrypt):
20059 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 20060
01c52d31
MB
20061 * gnus-util.el (gnus-completing-read): do.
20062 (gnus-completing-read-maybe-default): Remove.
1270d7ca 20063
01c52d31 200642004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 20065
01c52d31
MB
20066 * password.el: Only autoload `run-at-time' if not XEmacs.
20067 Only autoload the itimer functions if XEmacs.
1270d7ca 20068
01c52d31 200692004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20070
01c52d31
MB
20071 * gnus-art.el (gnus-read-string): Remove.
20072 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20073 read-string.
1270d7ca 20074
01c52d31 200752004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 20076
01c52d31
MB
20077 * netrc.el: Autoload password-read.
20078 (netrc): Add configuration group.
296a8e19
SM
20079 (netrc-encoding-method, netrc-openssl-path):
20080 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
20081 ciphers.
20082 (netrc-encode): Add assistant function to encode a file with
20083 netrc-encoding-method.
20084 (netrc-parse): Add interactive parameter, added optional
20085 decoding if netrc-encoding-method is non-nil but otherwise
20086 behavior is standard.
20087 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20088 Do s/encode/encrypt/ everywhere.
1270d7ca 20089
01c52d31 20090 * spam.el: Remove executable-find autoload.
1270d7ca 20091
01c52d31 200922004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20093
01c52d31 20094 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 20095
01c52d31 20096 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 20097
01c52d31 200982004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 20099
c4cc8b9a 20100 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 20101 (article-treat-ansi-sequences): New variable and function.
01c52d31 20102 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 20103
01c52d31
MB
20104 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20105 Use it.
1270d7ca 20106
01c52d31 201072004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20108
01c52d31 20109 * mm-util.el (mm-quote-arg): Remove.
23f87bed 20110
01c52d31
MB
20111 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20112 shell-quote-argument.
1270d7ca 20113
01c52d31 20114 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 20115
01c52d31 20116 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 20117
01c52d31
MB
20118 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20119 with make-char.
1270d7ca 20120
01c52d31 20121 * mm-util.el (mm-make-char): Remove.
1270d7ca 20122
01c52d31
MB
20123 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20124 add-minor-mode.
1270d7ca 20125
01c52d31 20126 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 20127
01c52d31 20128 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 20129
01c52d31 20130 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 20131
01c52d31 20132 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 20133
01c52d31 20134 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 20135
01c52d31 20136 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 20137
01c52d31 20138 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 20139
01c52d31 20140 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 20141
01c52d31 20142 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 20143
01c52d31 20144 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 20145
01c52d31
MB
20146 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20147 Replace gnus-char-width with char-width.
1270d7ca 20148
01c52d31 20149 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20150
01c52d31
MB
20151 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20152 Replace gnus-char-width with char-width.
1270d7ca 20153
01c52d31 20154 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20155
01c52d31
MB
20156 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20157 definition.
20158 Remove Emacs 20 hash table compatibility code.
1270d7ca 20159
01c52d31
MB
20160 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20161 20 compatibility code.
1270d7ca 20162
01c52d31 20163 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 20164
01c52d31 20165 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 20166
296a8e19
SM
20167 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20168 Replace with point-at-{eol,bol}.
1270d7ca 20169
01c52d31 20170 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 20171
01c52d31 20172 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 20173
149cd465
JB
20174 * flow-fill.el (fill-flowed-point-at-bol)
20175 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 20176
01c52d31
MB
20177 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20178 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 20179
01c52d31 201802004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20181
01c52d31
MB
20182 * ntlm.el (ntlm-string-as-unibyte): New macro.
20183 (ntlm-build-auth-response): Use it.
1270d7ca 20184
01c52d31
MB
20185 Remove Emacs 20 stuff:
20186 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20187 of delq and copy-sequence.
20188 * gnus-art.el (popup-menu): Remove the compiler macro.
20189 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20190 Emacs 20.
1270d7ca 20191
01c52d31 201922004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 20193
01c52d31
MB
20194 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20195 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20196 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20197 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20198 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20199 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20200 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20201 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20202 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20203 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20204 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
20205 string-xor into ntlm-string-xor.
20206 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20207
01c52d31 20208 * ntlm.el: Don't include poem.
1270d7ca 20209
296a8e19
SM
20210 * md4.el (print-int32, print-string-hexa): Remove.
20211 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20212
01c52d31 20213 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 20214
01c52d31
MB
20215 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20216 probably breaks emacs with DL patch, but do we care? Is anyone
20217 still using the DL stuff?)
1270d7ca 20218
01c52d31
MB
20219 * sieve-manage.el: Use the password package.
20220 (sieve-manage-read-passwd): Remove.
20221 (sieve-manage-interactive-login): Use password. Re-add
20222 condition-case around loop.
20223
20224 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
20225 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20226 Use the password package.
01c52d31
MB
20227
202282003-02-19 Simon Josefsson <jas@extundo.com>
20229
20230 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20231 token.
20232
202332002-08-07 Simon Josefsson <jas@extundo.com>
20234
20235 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20236 (sieve-manage-authenticators):
20237 (sieve-manage-authenticator-alist): Add some SASL mechs.
20238 (sieve-sasl-auth): New function.
20239 (sieve-manage-cram-md5-auth):
20240 (sieve-manage-plain-auth): Rewrite using SASL library.
20241 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20242 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20243 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20244 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20245
202462004-01-05 Simon Josefsson <jas@extundo.com>
20247
20248 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20249 New files.
20250
202512004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20252
20253 * gnus-group.el (gnus-no-groups-message): Update.
20254
20255 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20256
202572003-11-09 Simon Josefsson <jas@extundo.com>
20258
20259 * imap.el: Support for ID IMAP extension (RFC 2971).
20260 (imap-local-variables): Add imap-id.
20261 (imap-id): New variable.
20262 (imap-id): New function.
20263 (imap-parse-response): Parse untagged ID response.
20264 * nnimap.el (nnimap-id): New variable.
20265 (nnimap-open-connection): Use it.
20266
202672003-12-28 Simon Josefsson <jas@extundo.com>
20268
20269 * gnus-score.el (gnus-score-edit-all-score): New.
20270 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20271
202722004-01-04 Simon Josefsson <jas@extundo.com>
20273
20274 * password.el: Add.
20275
202762004-01-04 Mario Lang <lang@zid.tugraz.at>
20277
e3e955fe 20278 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 20279 (dns-query-types): New function.
e3e955fe
MB
20280 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20281 PTR and SOA replies, see RFC 1035.
01c52d31
MB
20282
202832004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20284
296a8e19 20285 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 20286
296a8e19 20287 * Move to Changelog.2.
01c52d31
MB
20288
202892004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20290
20291 * gnus.el (gnus-version-number): Bump version.
20292
202932004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20294
20295 * gnus.el: No Gnus v0.1 is released.
1270d7ca 20296
01c52d31 202972004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 20298
01c52d31 20299 * gnus.el: No Gnus v0.0 is released.
1270d7ca 20300
01c52d31 203012004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20302
01c52d31
MB
20303 * gnus.el (gnus-version-number): Bump.
20304 (gnus-version): No.
1270d7ca 20305
ef3b7aae 20306See ChangeLog.2 for earlier changes.
2a34a036 20307
95df8112 20308 Copyright (C) 2004-2011 Free Software Foundation, Inc.
5b87ad55
GM
20309
20310 This file is part of GNU Emacs.
20311
5e809f55 20312 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 20313 it under the terms of the GNU General Public License as published by
5e809f55
GM
20314 the Free Software Foundation, either version 3 of the License, or
20315 (at your option) any later version.
5b87ad55
GM
20316
20317 GNU Emacs is distributed in the hope that it will be useful,
20318 but WITHOUT ANY WARRANTY; without even the implied warranty of
20319 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20320 GNU General Public License for more details.
20321
20322 You should have received a copy of the GNU General Public License
5e809f55 20323 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 20324
ef3b7aae 20325;; Local Variables:
880820fe 20326;; coding: utf-8
d7ba2a01 20327;; fill-column: 79
33462dfa 20328;; add-log-time-zone-rule: t
ef3b7aae 20329;; End: