* vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
1518e4f0
G
12011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-art.el: Require mouse, which the build bot seems to say is
4 needed.
5
6 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
7 XEmacs, since it doesn't have url-retrieve-synchronously.
8
92011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
10
11 * gnus-group.el (gnus-group-list-ticked): New function.
12 (gnus-group-make-menu-bar): Provide a menu entry for it.
13 (gnus-group-list-map): Provide a binding for it.
14
152011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16
17 * shr.el (shr-visit-file): New command.
18
19 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
20
212011-03-17 Bjørn Mork <bjorn@mork.no>
22
23 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
24 servers.
25
d6cd56f1
JD
262011-03-16 Julien Danjou <julien@danjou.info>
27
28 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
29 inline.
30
31 * gnus-art.el (article-hide-list-identifiers): Use
32 gnus-group-get-list-identifiers.
33
34 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
35 (gnus-summary-remove-list-identifiers): Use
36 gnus-group-get-list-identifiers to get regexp.
37 (gnus-select-newsgroup, gnus-summary-insert-subject)
38 (gnus-summary-insert-articles): Call
39 gnus-summary-remove-list-identifiers unconditionally.
40
a123622d
G
412011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
42
4c7468f6
LMI
43 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
44 we're selecting a group with unread articles.
45
a123622d
G
46 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
47
48 * gssapi.el: New file separated out from imap.el to provide a general
49 Kerberos 5 connection facility for Emacs.
50
51 * message.el (message-elide-ellipsis): Document the format spec
52 ellipsis.
53
542011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
55
56 * message.el (message-elide-region): Allow the ellipsis to say how many
57 lines were removed.
58
592011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
60
61 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
62 window configurations containing buffers that are now dead.
63
64 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
65 parsing to avoid integer overflows.
66 (nnimap-parse-flags): Simplify the last change.
67 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
68 too large for 32-bit Emacsen.
69
0adf5618
SM
702011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * auth-source.el (auth-source-netrc-create):
73 * message.el (message-yank-original): Fix use of `case'.
74
a123622d
G
752011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
76
77 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
78 XEmacs, which was one character too wide.
79
802011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
81
82 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
83 default number of articles to display.
84 (gnus-articles-to-read): Use pretty names for prompt.
85
862011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
87
88 * gnus-int.el (gnus-open-server): Ditto.
89
90 * gnus-start.el (gnus-activate-group): Give a backtrace if
91 debug-on-quit is set and the user hits `C-g'.
92 (gnus-read-active-file): Ditto.
93
94 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
95
1e660395
TZ
962011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
97
98 * message.el (message-yank-original): Use cond instead of CL case.
99
aa2ebce9
SM
1002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * auth-source.el (auth-source-netrc-create): Use usual format for the
103 default in prompts.
104
67613d31
TZ
1052011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
106
107 * auth-source.el (auth-source-netrc-create): Show the default in the
108 prompt when prompting for token creation.
109
4248cca2
TZ
1102011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
111
112 * auth-source.el (auth-source-format-prompt): Always convert the value
113 to a string to avoid evaluating non-string arguments.
114 (auth-source-netrc-create): Offer default properly, not as initial
115 content in `read-string'.
116 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
117 of line to determine if we've been run before. If so, don't run again,
118 but print a trivial message to indicate the cache was hit instead.
119
a276370e
G
1202011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
121
aa2ebce9
SM
122 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
123 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
124 The user will have to run `gnus-sync-read' manually and wait for Cloudy
a276370e
G
125 Gnus.
126
1272011-03-11 Julien Danjou <julien@danjou.info>
128
129 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
130 modified file".
131
733afdf4
TZ
1322011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
133
134 * auth-source.el (auth-source-read-char-choice): New function to read a
135 character choice using `dropdown-list', `read-char-choice', or
136 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
137 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
f3b54b0e 138 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
733afdf4 139 (auth-source-netrc-saver): Use it.
f3b54b0e 140 (auth-source-pick-first-password): New convenience function.
733afdf4
TZ
141
1422011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
143
144 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
145 parameter in the credentials.
146 (nnimap-open-connection-1): Use it after a successful login.
147 (nnimap-credentials): Add IMAP-specific user and password prompt.
148
149 * auth-source.el (auth-source-search): Add :require parameter, taking a
150 list. Document it and the :save-function return token. Pass :require
151 down. Change the CREATED message from a warning to a debug statement.
152 (auth-source-search-backends): Pass :require down.
153 (auth-source-netrc-search): Pass :require down.
154 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
155 Change save prompt to indicate all modifications saved here are
156 deletions.
157 (auth-source-netrc-create): Take user login name as default in user
158 prompt. Move all the save functionality to a lexically bound function
159 under the :save-function token in the returned list. Set up clearer
160 default prompts for user, host, port, and secret.
161 (auth-source-netrc-saver): New function, intended to be wrapped for
162 :save-function.
163
a5057546
G
1642011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
165
166 * shr.el (shr-table-horizontal-line): Change the defaults for the table
167 lines to be spaces instead.
168
1692011-03-07 Julien Danjou <julien@danjou.info>
170
171 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
172 (sieve-sasl-auth): Check that auth-source-search did return something,
173 or just return an empty string.
174
7e27ce9c
AL
1752011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
176
177 * gnus.el (gnus-interactive): Use read-directory-name.
178
179 * gnus-uu.el (gnus-uu-decode-uu-and-save)
180 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
181 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
182 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
183 Likewise.
184
185 * gnus-group.el (gnus-group-make-directory-group): Likewise.
186
706b5974
G
1872011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
188
a5057546
G
189 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
190 onto the list of killed groups, too. This makes killed nnimap groups,
191 for instance, more reliably not reappear.
192
193 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
194 the parent.
195
706b5974
G
196 * gnus-sum.el (gnus-update-read-articles): Fix typo.
197
198 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
199 really have server-side marks.
200
201 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
202 since most backends do not usefully have server-side marks.
203 (gnus-update-read-articles): Propagate marks to all backends that
204 really have server-side marks.
205
2062011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
207
aa2ebce9
SM
208 * message.el (message-cite-reply-position, message-cite-style):
209 New variables.
706b5974
G
210 (message-yank-original): Use the new citation styles.
211
7fd0923b
DU
2122011-03-04 Daiki Ueno <ueno@unixuser.org>
213
214 * message.el (message-options): Revert the change that's a workaround
8879add8
DU
215 for XEmacs buffer-local issue; don't mark it buffer-local when running
216 under XEmacs.
7fd0923b 217
71f8b7ed
G
2182011-03-03 Tassilo Horn <tassilo@member.fsf.org>
219
220 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
221 numbers too big to be `read'.
222
2232011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
224
225 * message.el (message-options): Make buffer-local two ways to attempt
226 to fix a XEmacs bug.
227
e1a135a9
JD
2282011-03-02 Julien Danjou <julien@danjou.info>
229
230 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
231
fb9b91be
JD
2322011-03-01 Julien Danjou <julien@danjou.info>
233
234 * gnus-art.el (list-identifier): Add list-identifier as a parameter
235 group.
236 (article-hide-list-identifiers): Use list-identifier group parameter.
237
3b0468c4
JD
2382011-02-28 Julien Danjou <julien@danjou.info>
239
240 * sieve.el (sieve-buffer-script-name): New local variable to store
241 sieve script name.
242 (sieve-edit-script): Store sieve script name.
243 (sieve-upload): Use sieve script name when uploading.
244 (sieve-upload): Use substitute-command-keys.
245 (sieve-edit-script): Use substitute-command-keys.
246 (sieve-refresh-scriptlist): Use substitute-command-keys.
247 (sieve-manage-mode-map): Define keymap properly.
248 (sieve-manage-mode): Do not set mode name manually, change mode-name to
249 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
250 Remove commented code about cvs.
251 (sieve-manage-quit): New function.
252 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
253
85e75ded
LI
2542011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
255
256 * gnus-group.el (gnus-import-other-newsrc-file): New function.
257
003522ce
G
2582011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
259
61e9662e
TZ
260 * auth-source.el (auth-source-search): Cache empty result sets.
261
003522ce
G
262 * auth-source.el (auth-source-save-behavior): New variable to replace
263 `auth-source-never-create'.
264 (auth-source-netrc-create): Use it.
265 (auth-source-never-save): Remove.
266
2672011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
268
269 * nnimap.el (nnimap-stream): Doc fix.
270 (nnimap-open-connection-1): Reverse the order of the ports to that the
271 prompted-for port is first.
272
273 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
274 retrieval by the no-group selection.
275
276 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
277 numerical parameters.
278
3b0468c4
JD
2792011-02-25 Julien Danjou <julien@danjou.info>
280
281 * gnus-gravatar.el: Use gnus-with-article-buffer.
282
283 * gnus-art.el (gnus-with-article-buffer): Check that the
284 gnus-article-buffer is alive.
285
003522ce
G
2862011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
287
288 * auth-source.el (auth-source-creation-prompts): New variable to manage
289 creation-time prompts.
290 (auth-source-search): Document it.
291 (auth-source-format-prompt): Add utility function.
292 (auth-source-netrc-create): Don't default the user name to
293 user-login-name. Use `auth-source-creation-prompts' and some default
294 prompts for user, host, port, and password (the default generic prompt
295 remains ugly).
296 (auth-source-never-save): Add customizable option to never save info.
297 (auth-source-netrc-create): Use it and improve save prompts. Fix help
298 mode excursion.
299
a22e7484
KY
3002011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
301
302 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
303 argument that XEmacs doesn't support.
304
fa41748c
G
3052011-02-23 Julien Danjou <julien@danjou.info>
306
307 * gnus-art.el (article-make-date-line): Ignore errors if time is
308 invalid and not convertible.
309 (article-make-date-line): Only add lapsed time if time is not nil.
310
d41d18c0
TZ
3112011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
312
313 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
314 `read-char-choice' for backwards compatibility.
fa41748c
G
315 (auth-source-netrc-element-or-first): New function to DTRT for
316 parameter extraction.
317 (auth-source-netrc-create): Use it and fix multiple parameter print
318 bug. Use the default passed from above (given-default) or the
319 built-in (user-login-name for :user).
d41d18c0 320
4a3988d5
G
3212011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
322
aa2ebce9
SM
323 * gnus-start.el (gnus-dribble-read-file):
324 Set buffer-save-without-query, since we always want to save the dribble
4a3988d5
G
325 file, probably.
326
327 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
328 nnimap.
329
aa2ebce9 330 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4a3988d5
G
331 -summary- since it's a user-visible variable.
332
333 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
334 first time you use the new Gnus.
335
3362011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
337
338 * auth-source.el: Don't load netrc.el.
339 (auth-sources): Search ~/.netrc as well by default.
340 (auth-source-debug): Add 'trivia option for extra output.
341 (auth-source-do-trivia): Use it.
342 (auth-source-search): Simplify logic to use
343 `auth-source-search-backends'. Use `auth-source-do-trivia' where
344 appropriate. Don't keep a running count at this level. Layer :create
345 and :delete options appropriately on the first and second passes.
346 Don't track the backend with the search results.
347 (auth-source-search-backends): New function to search a list of
348 backends for a processed spec.
349 (auth-source-netrc-parse): Cache all netrc files, making
350 auth-source-netrc-cache an alist keyed by the file name and using the
351 file mtime as the caching criterion. Keep the obfuscated data secret
352 with a lexical bind.
353 (auth-source-netrc-search): Don't calculate the length of the results
354 unnecessarily.
355 (auth-source-search-backends): Fix bug.
356 (auth-source-netrc-create): Rework prompts.
357
3582011-02-22 Andrew Cohen <cohen@andy.bu.edu>
359
360 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
361 Lower case names of search constraints.
362 (nnir-run-query): Cache and reuse search constraints for all imap
363 servers.
364
7dde5efe
SS
3652011-02-22 Sam Steingold <sds@gnu.org>
366
367 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
368
8e22bee0
G
3692011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
370
371 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
372 after exit.
4a3988d5 373 (gnus-setup-message): Define missing variable from last checkin.
8e22bee0
G
374
375 * gnus-sum.el (gnus-summary-show-article): When called with t as the
376 value, show the raw article.
377
3782011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
379
380 * nnimap.el (nnimap-open-connection-1): Revert last change, since
381 auth-source now accepts numbers.
382
383 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
384 spec, too.
385 (auth-source-ensure-strings): New function.
386
387 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
388 (gnus-article-setup-buffer): Always restart the date timer so that user
389 changes to the frequency is respected.
390
391 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
392 port numbers, so make sure it gets that if nnimap-server-port is
393 explicit.
394
3952011-02-21 Simon Josefsson <simon@josefsson.org>
396
397 * nnimap.el (nnimap-inbox): Doc fix.
398
6d713256
CY
3992011-02-20 Chong Yidong <cyd@stupidchicken.com>
400
401 * shr-color.el (shr-color->hexadecimal): Use renamed function names
402 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
403 color-lab-to-srgb.
404
06b840e0
LI
4052011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
406
407 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
408 given method as in the group name if we're using an extended method.
409 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
410 command, if we're using that, instead of waiting for the beginning.
411
412 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
413 we're sure to get unique server names, and we don't output two async
414 commands in the same buffer. This fixes an NNTP hang for some users.
415
4162011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
417
418 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
419 summary buffer before reading going to the next buffer. This avoids
420 putting the point in the group buffer if you `C-g' the command.
421
422 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
423 cache (for now) to make ~/.authinfo.gpg files usable.
424
425 * nnfolder.el (copyright-update): Define for the compiler.
426
427 * auth-source.el (auth-source-search): Fix unbound variable.
428
67ab0163 4292011-02-19 Glenn Morris <rgm@gnu.org>
85ee3c75
GM
430
431 * gnus.el (gnus-meta): Doc fix.
432
67ab0163 4332011-02-19 Chong Yidong <cyd@stupidchicken.com>
b9c82730
CY
434
435 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
436 in case it's not yet loaded.
437
01baa1e6
G
4382011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
439
440 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
441 line we're waiting for.
442
4432011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
444
445 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
446 face with line-width greater than zero will cause RET in gnus summary
447 buffer to scroll down article page-wise because auto vscroll happens,
448 it should be temporalily disabled when doing a scroll-up.
449
56e96bed
G
4502011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
451
452 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
453 outputs from the server.
454
4552011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
456
457 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
458 later so that bbdb can hook in easier.
459
c13bc26b
LI
4602011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
461
38046520
LI
462 * auth-source.el (auth-source-search): Don't try to create credentials
463 if the caller doesn't want that.
0d873e93
LI
464 (auth-source-search): If we don't find a match, don't bug out on
465 non-bound variables.
466 (auth-source-search): Only ask a single backend to create the
467 credentials.
38046520 468
c13bc26b
LI
469 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
470 logging.
471 (nnimap-credentials): Protect against auth-source-search returning nil.
472 (nnimap-request-list): Protect against not being able to open the
473 server.
474
7ba93e94
G
4752011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
476
1d2c4a49
LI
477 * auth-source.el (auth-source-search): Do a two-phase search, one with
478 no :create to get the responses from all backends.
479
7ba93e94
G
480 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
481 when getting credentials.
482
483 * gnus-util.el (gnus-delete-duplicates): New function.
484
35123c04
TZ
4852011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
486
7ba93e94
G
487 * nnimap.el (nnimap-credentials): Instead of picking the first port as
488 a creation default, pass the whole port list down. It will be
489 completed.
490
491 * auth-source.el (auth-source-search): Updated docs to talk about
492 multiple creation choices.
493 (auth-source-netrc-create): Accept a list as a value (from the search
494 parameters) and do completion on that list. Keep a separate netrc line
495 with the password obscured for showing the user.
496
497 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
498 first choice to `auth-source-search' so it will be used for entry
499 creation instead of the server's Gnus-specific name.
500 (nnimap-credentials): Rely on the auth-source library to select which
501 port is actually wanted in the new netrc entry, so don't override
502 `auth-source-creation-defaults'.
503
35123c04
TZ
504 * auth-source.el (auth-source-netrc-parse): Use :port instead of
505 :protocol and accept a missing user, host, or port as a wildcard match.
a202ff49 506 (auth-source-debug): Default to off.
35123c04
TZ
507
508 (auth-source-netrc-search, auth-source-netrc-create)
509 (auth-source-secrets-search, auth-source-secrets-create)
510 (auth-source-user-or-password, auth-source-backend, auth-sources)
511 (auth-source-backend-parse-parameters, auth-source-search): Use :port
512 instead of :protocol.
513
514 * nnimap.el (nnimap-credentials): Pass a port default to
515 `auth-source-search' in case an entry needs to be created.
516 (nnimap-open-connection-1): Use :port instead of :protocol.
517
d638ac9e
KY
5182011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
519
520 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
521 instead of delete-dups that is not available in XEmacs 21.4.
522
584c9d3f
G
5232011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
524
525 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
526 nil means that nnimap doesn't get updated.
527
5282011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
529
530 * auth-source.el (auth-source-netrc-create): Return a synthetic search
531 result when the user doesn't want to write to the file.
532 (auth-source-netrc-search): Expect a synthetic result and proceed
533 accordingly.
534 (auth-source-cache-expiry): New variable to override
535 `password-cache-expiry'.
536 (auth-source-remember): Use it.
537
538 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
539 parameter. Create entry if necessary by using :create t.
540 (nnimap-open-connection-1): Don't pass `inhibit-create'.
541
ca6ddb88
TZ
5422011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
543
544 * auth-source.el (auth-source-debug): Enable by default and don't
545 mention the obsolete `auth-source-hide-passwords'.
546 (auth-source-do-warn): New function to debug unconditionally.
547 (auth-source-do-debug): Use it.
548 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
549 and for Secrets API entries when the secrets.el library is not
550 available.
551
5415d076
G
5522011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
553
554 * gnus-sum.el (gnus-propagate-marks): Default to nil.
555 (gnus-summary-exit): Kill the correct article buffer on exit from a
556 `C-d' group.
557
558 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
559 gnus-propagate-marks.
560
561 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
562 before killing the buffers so that a non-full window conf gets handled
563 correctly.
564 (gnus-summary-exit): Ditto.
565 (gnus-summary-read-group-1): Ditto.
566
567 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
568 async code again so that we can debug it properly.
569
570 * message.el (message-reply): Take an optional switch-buffer parameter
571 so that Gnus window confs are respected better.
572
e45de620
TZ
5732011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
574
575 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
aa2ebce9
SM
576 `plist-get' to accept non-list parameters (XEmacs issue).
577 Fix docstring.
5415d076
G
578 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
579 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
580 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
581 Login collection is "Login" and not "login".
e45de620 582
d5e9a4e9
LI
5832011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
584
5415d076
G
585 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
586 multiple headers.
587
d5e9a4e9
LI
588 * nnimap.el (nnimap-inhibit-logging): New variable.
589 (nnimap-log-command): Don't log login commands.
590
591 * auth-source.el (auth-source-netrc-search): The asserts seem to want
592 to have more parameters.
593
594 * nnimap.el (nnimap-send-command): Mark the command time for each
595 command, so that we don't get NOOPs stepping on our toes.
596
597 * gnus-art.el (article-date-ut): Get the date from the Date header on
598 `t'.
599
6ce6c742
KY
6002011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
601
602 * auth-source.el (auth-source-search): Use copy-sequence instead of
603 the cl.el copy-list.
604
12295c5d
G
6052011-02-13 Adam Sjøgren <asjo@koldfront.dk>
606
607 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
608 Improve prompt.
609
6102011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
611
612 * gnus-art.el (gnus-article-mode-line-format): Remove the article
613 washing status from the default format. It isn't very informative.
614
114fe546
G
6152011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
616
aa2ebce9
SM
617 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
618 Fix Gcc processing on imap.
114fe546 619
665addc9
SM
6202011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * message.el (message-bury): Don't pop up a new window when selected
623 window is dedicated.
624
cec2114e
AL
6252011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
626
627 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
628
b8e0f0cd
G
6292011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
630
631 * sieve-manage.el: Autoload `auth-source-search'.
632 (sieve-sasl-auth): Use it.
633
6342011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * nnimap.el: Autoload `auth-source-forget+'.
637 (nnimap-open-connection-1): Use it if the connection fails.
638
639 * auth-source.el: Require `password-cache'.
640 (auth-source-hide-passwords, auth-source-cache): Remove and mark
641 obsolete.
642 (auth-source-magic): Marker for `password-cache' keys.
643 (auth-source-do-cache): Update docstring.
644 (auth-source-search): Use and check cache.
645 (auth-source-forget-all-cached, auth-source-remember)
646 (auth-source-recall, auth-source-forget, auth-source-forget+)
647 (auth-source-specmatchp): Caching support functions.
648 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
649 Remove and obsolete.
650 (auth-source-user-or-password): Remove caching to further discourage
651 using it. Always hide passwords.
652
af4e5f4c
G
6532011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
654
655 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
656 code for now, since it doesn't work for all users.
657
6582011-02-09 Julien Danjou <julien@danjou.info>
659
660 * message.el (message-options): Make message-options really buffer
661 local.
662
b8e0f0cd
G
6632011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
664
665 * mail-source.el: Autoload `auth-source-search'.
666 (mail-source-keyword-map): Note order matters.
667 (mail-source-set-1): Get all the mail-source source values and
668 defaults and search auth-source on those if needed. This can all
669 probably be simplified.
670
671 * nnimap.el: Autoload `auth-source-search'.
672 (nnimap-credentials): Use it.
673 (nnimap-open-connection-1): Ask for the virtual server and physical
674 address in one shot.
675
676 * nntp.el: Autoload `auth-source-search'.
677 (nntp-send-authinfo): Use it. Note TODO.
678
756441ed
JD
6792011-02-08 Julien Danjou <julien@danjou.info>
680
af4e5f4c
G
681 * shr.el (shr-tag-body): Add support for text attribute in body
682 markups.
683
756441ed
JD
684 * message.el (message-options): Make message-options a local variable.
685
b8e0f0cd
G
6862011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
687
688 * auth-source.el (auth-source-secrets-search)
689 (auth-source-user-or-password): Use `append' instead of `nconc'.
690 (auth-source-user-or-password): Build return list better and protect
691 against nil :secret.
692
41d579ce
LI
6932011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
694
695 * nnimap.el (nnimap-update-info): Refactor slightly.
696 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
697 (nnimap-update-info): Clean up slightly.
698 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
699 characters.
665addc9 700 (nnimap-process-quirk): Rename function to avoid collision.
41d579ce 701 (nnimap-update-info): Fix macrology bug-out.
b52daf3d 702 (nnimap-update-info): Simplify split history test.
41d579ce 703
b8e0f0cd
G
7042011-02-06 Michael Albinus <michael.albinus@gmx.de>
705
aa2ebce9
SM
706 * auth-source.el (top): Require 'eieio unconditionally.
707 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
b8e0f0cd
G
708 (auth-source-secrets-search): Limit search when `max' is greater than
709 number of results.
710
76b8d9dd
LI
7112011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
712
713 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
714 part not returning any data.
715
716 * proto-stream.el (open-protocol-stream): Document the return value.
717
b8e0f0cd
G
7182011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
719
720 * auth-source.el (auth-source-secrets-search): Add examples.
721
184469b7
JD
7222011-02-06 Julien Danjou <julien@danjou.info>
723
724 * message.el (message-setup-1): Handle message-generate-headers-first
725 set to t.
726
b8e0f0cd
G
7272011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
728
729 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
730 API with a string "secrets:collection-name" and with 'default.
731 (auth-source-backend-parse): Parse "secrets:collection-name" and
732 'default. Recurse on parses instead of repeating code. Use the
733 Secrets API is the source is not nil and 'ignore otherwise. Emit a
734 message when ignoring a source.
735 (auth-source-search): List ignored search keys at the top level.
736 (auth-source-netrc-create): Use `case' instead of `cond'.
737 (auth-source-secrets-search): Created with TODOs.
738 (auth-source-secrets-create): Created with TODOs.
739 (auth-source-retrieve, auth-source-create, auth-source-delete)
740 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
741 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
742 (auth-source-user-or-password-sftp)
aa2ebce9 743 (auth-source-user-or-password-smtp): Remove.
b8e0f0cd
G
744 (auth-source-user-or-password): Deprecated and modified to be a wrapper
745 around `auth-source-search'. Not tested thoroughly.
746
7472011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
748
749 * auth-source.el: Bring in assoc and eioeio libraries.
750 (secrets-enabled): New variable to track the status of the Secrets API.
751 (auth-source-backend): New EIOEIO class to represent a backend.
752 (auth-source-creation-defaults): New variable to set prompt defaults
753 during token creation (see the `auth-source-search' docstring for
754 details).
755 (auth-sources): Simplify to allow a simple string as a netrc backend
756 spec.
757 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
758 (auth-source-backend-parse-parameters): Fill in the backend parameters.
759 (auth-source-search): Main auth-source API entry point.
760 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
761 (auth-source-search-collection): Helper function for searching.
762 (auth-source-netrc-parse, auth-source-netrc-normalize)
763 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
764 Supports search, create, and delete.
765 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
766 backend stubs.
767 (auth-source-user-or-password): Call `auth-source-search' but it's not
768 ready yet.
769
2b7feab0
LI
7702011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
771
ec72bf63
G
772 * message.el (message-setup-1): Remove the read-only stuff, since it
773 doesn't work under XEmacs, for some reason.
774
665addc9 775 * gnus-sum.el (gnus-user-date): Rename back from
ec72bf63
G
776 gnus-summary-user-date since user code refers to it.
777
778 * shr.el (shr-render-td): Store the actual background colour used.
779
2b7feab0
LI
780 * message.el (message-setup-1): Don't bind the constant
781 -forbidden-properties.
782 (message-setup-1): Revert previous change, since it needs to bind the
783 props to insert them.
784 (message-resend): Allow removing the read-only separator line.
785
0d1c2cc8
G
7862011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
787
788 * nnimap.el (nnimap-request-accept-article): Give an error message if
789 the APPEND wasn't successful.
790
7912011-02-03 Adam Sjøgren <asjo@koldfront.dk>
792
793 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
794 that have no groups.
795
7962011-02-03 Julien Danjou <julien@danjou.info>
797
798 * gnus-draft.el: Remove progn around gnus-draft-setup.
799
8002011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
801
802 * gnus-start.el (gnus-read-active-for-groups): This function is never
803 called with a nil `infos', so clean that up.
804 (gnus-get-unread-articles): Request active files from primary/secondary
805 methods that have no groups (yet).
806
8072011-02-03 Julien Danjou <julien@danjou.info>
808
809 * message.el (message-setup-1): Always generate References first.
810 (message-mail): Return the return value of message-setup, not always t.
811 (message-setup-1): Insert mail-header-separator with read-only and
812 intangible properties set.
813
814 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
815 user-date in docstring.
816
817 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
818
819 * gnus.el (gnus-summary-line-format): Mention &user-date format in
820 docstring.
821
822 * gnus.el (gnus-user-date-format-alist): Change default value. Use
823 defcustom, with type and group. Move from gnus-util.el. Rename to
824 gnus-summary-user-date-format-alist.
825
5a6a61f7
GM
8262011-02-03 Glenn Morris <rgm@gnu.org>
827
828 * nnimap.el (gnus-fetch-headers): Declare.
829
830 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
831
7f13c2e2
LI
8322011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
833
011f86c7
LI
834 * message.el (message-forward-make-body-digest-plain)
835 (message-followup, message-reply): Clean up things noted by Stefan.
836
7f13c2e2
LI
837 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
838 gnus-article-update-date-headers is nil.
c61a8b44
LI
839 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
840 it didn't really work with defcustom.
841 (article-update-date-lapsed): Make sure the window start doesn't move,
842 either.
7f13c2e2 843
39cde66c
JD
8442011-02-01 Julien Danjou <julien@danjou.info>
845
846 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
847 format.
848
849 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
850 standard in Emacs nowadays.
851
99c2a4e3
SM
8522011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * message.el (message-expand-name): Don't trust the return value of
855 bbdb-complete-name.
856 (message-check-news-header-syntax): Remove unused var `start'.
857 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
858 (message-inhibit-body-encoding): Move to before first use.
859 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
860 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
861 (Organization, Message-ID, Date, mh-previous-window-config):
862 Defvar the vars using dynamic scoping.
863
c1d5851d
LI
8642011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
865
abb97fbb
LI
866 * shr.el (shr-render-td): Only do colours at the final rendering.
867 Should be slightly faster.
868 (shr-insert-table): Fix up TD background colours when doing the
869 vertical padding.
870
8c9da040
LI
871 * gnus-art.el (article-date-ut): Protect against articles with no Date
872 header.
abb97fbb
LI
873 (article-update-date-lapsed): Don't use current-column to find the
874 horizontal position. It's fragile in the presence of \003 characters.
8c9da040 875
c1d5851d
LI
876 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
877
0832490d
LI
8782011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
879
32a400d4
LI
880 * gnus-art.el (article-transform-date): Rewrite to still work when
881 there are several rfc2822 parts.
5b9b62f1 882 (article-transform-date): Fix infinite recursion.
0c74b838
LI
883 (article-date-ut): Replace infinitely many Date headers with a single
884 one when called interactively.
32a400d4 885
0832490d
LI
886 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
887 secure manner.
888
889 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
890 move around by not using save-window-excursion. It seems to work...
891
c4753373
KY
8922011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
893
894 * gnus-art.el (article-make-date-line): Work for user-defined format.
895
12e3ca0a
LI
8962011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
897
1d88c091
LI
898 * nntp.el (nntp-retrieve-group-data-early)
899 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
900 fetching functions.
901
e389d61f
LI
902 * gnus-start.el (gnus-read-active-for-groups): Read the active files
903 thoroughly for all backends that have no known groups. This should
904 allow new nnml methods to retrieve mail.
905
906 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
907 that Gnus doesn't know exists again.
908
aa2ebce9 909 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
12e3ca0a 910 (gnus-treat-date-ut): Ditto.
aa2ebce9
SM
911 (gnus-article-update-date-header): Rename.
912 (gnus-treat-date-local): Remove.
913 (gnus-treat-date-english): Remove.
914 (gnus-treat-date-lapsed): Remove.
915 (gnus-treat-date-combined-lapsed): Remove.
916 (gnus-treat-date-original): Remove.
917 (gnus-treat-date-iso8601): Remove.
918 (gnus-treat-date-user-defined): Remove.
12e3ca0a
LI
919 (gnus-article-date-headers): New variable to control all the date
920 header options.
921 (article-date-ut): Rewrite to allow using the new way to format date
922 headers(s).
923
228724bc
LI
9242011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
925
fe72c8fa
LI
926 * nnmail.el (nnmail-article-group): Check for a direct fancy split
927 method.
7920f982 928 (nnmail-article-group): A better test for fanciness.
fe72c8fa 929
228724bc
LI
930 * nnimap.el (nnimap-request-head): Protect against not finding the
931 article by Message-ID.
932
bc68bd39
LI
9332011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
934
935 * gnus-art.el (article-update-date-lapsed): Try a better way to really
936 keep point at the "same place".
937
54b6f6ed
G
9382011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
939
940 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
941 data if the group is unactivated.
942
584cbd9e
JD
9432011-01-28 Julien Danjou <julien@danjou.info>
944
54b6f6ed
G
945 * gnus-win.el: Remove dead function gnus-window-configuration-element.
946 (gnus-all-windows-visible-p): Remove old compatibility code.
947 (gnus-window-top-edge): Add docstring.
948
584cbd9e
JD
949 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
950
d6f13ac8
LI
9512011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
952
9da02ea1
LI
953 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
954 older request-update-info.
955
d6f13ac8
LI
956 * gnus-art.el (article-make-date-line): Limit the length a bit more.
957
bb760c5d
DU
9582011-01-28 Daiki Ueno <ueno@unixuser.org>
959
665addc9
SM
960 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
961 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
bb760c5d 962
19cc6697
G
9632011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
964
5d85ab5e
G
965 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
966 groups. This makes the nndraft:queue group pop up if it's not already
967 there.
968
8937ef6e
LI
969 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
970 messages" logic, which was reversed.
971
19cc6697
G
972 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
973 the "same place" even if point is on the line being replaced.
974 (article-update-date-lapsed): Allow updating both the combined lapsed
975 and the lapsed headers.
976 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
977 (article-make-date-line): Limit the number of segments dynamically to
978 avoid too-long lines.
979
9802011-01-27 Julien Danjou <julien@danjou.info>
981
982 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
983 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
984
14596870
KY
9852011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
986
987 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
988 Use plist-get instead of the cl function getf.
989
fb9464ee
GM
9902011-01-27 Glenn Morris <rgm@gnu.org>
991
992 * gnus-util.el (float-time): Get rid of compiler warning, again.
993
647559c2
LI
9942011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
995
3f39b526
LI
996 * shr.el (shr-put-color): Special-case background colours: Do put them
997 at the blank parts at the front of the lines.
998
647559c2
LI
999 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1000 exit hook to nix out all data on readedness on group exit.
1001
1002 * gnus-util.el (float-time): If float-time is bound, always use it on
1003 all Emacsen. It's unclear why the subrp check was there.
1004 (time-date): Require to make some autoload issues on XEmacs go away.
1005
1006 * shr.el (shr-put-color): Don't do the box padding in tables, since
1007 they're already padded.
1008
e4dbdb09
LI
10092011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1010
647559c2
LI
1011 * gnus-art.el (gnus-article-next-page): When the last line of the
1012 article is displayed, scroll down once more instead of going to the
1013 next article at once.
1014 (article-lapsed-string): Refactor out and allow specifying how many
1015 segments you want.
1016 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1017 (gnus-article-update-lapsed-header): New variable.
1018
e4dbdb09
LI
1019 * shr.el: Revert change that made headings use different-sized faces.
1020 The Emacs display engine isn't advanced enough that, for instance,
01c35094 1021 tables can comfortably use differently-sized faces.
e4dbdb09 1022
008cad90
G
10232011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1024
1025 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1026 used.
1027 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1028 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1029 we're using an encrypted connection.
1030
1031 * proto-stream.el: Alter the interface functions to also return the
1032 actual stream type used: network or tls.
1033
10342011-01-25 Julien Danjou <julien@danjou.info>
1035
1036 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1037 (mm-display-javascript-inline): New function.
1038
1039 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1040 viewing function.
1041
19e0dbe0
KY
10422011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1043
1044 * shr.el (shr-expand-newlines): Fix variable name.
1045
d709b79a
LI
10462011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1047
1048 * shr.el (shr-expand-newlines): Make nested boxes work.
1049
c5ecc769
G
10502011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1051
1052 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1053 backgrounds.
1054 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1055 in a more sensible manner.
1056
10572011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1058
1059 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1060 if EPG is loaded.
1061
10622011-01-24 Julien Danjou <julien@danjou.info>
1063
1064 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1065 tags.
1066
cb51ba08
LI
10672011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1068
1069 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1070 commands.
1071
1072 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1073 in the article buffer.
1074 (gnus-gravatar-insert): Use blank space from the current buffer to
1075 avoid breaking text properties. This makes X-Sent updating work again.
1076
1077 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1078
10792011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1080
1081 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1082 fix the bug in url-http.el instead.
1083
1084 * shr.el (shr-image-fetched): Ditto.
1085
1086 * shr.el (shr-image-fetched): Avoid having point move in the article
1087 buffer.
1088
1089 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1090 buffer after being called. It's apparently being killed by url.el, and
1091 killing it made point move to end-of-buffer in a random buffer.
1092
1093 * shr.el (shr-image-fetched): Ditto.
1094
3f680407
JD
10952011-01-23 Julien Danjou <julien@danjou.info>
1096
1097 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1098
1099 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1100 text/x-org.
1101
9e928ac9
G
11022011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1103
1104 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1105 (i.e., nnimap) returning nil as the article number.
1106
ce504ff0 11072011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
9e928ac9
G
1108
1109 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1110 "DelSp" parameter in RFC3676.
1111
11122011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1113
1114 * message.el (message-check-recipients): Display the encoded version of
1115 the bogus address if they differ.
1116
1117 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1118 after sending.
1119
1120 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1121
1122 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1123
1124 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1125 group buffer after sending the queue.
1126
1127 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1128
11292011-01-22 Julien Danjou <julien@danjou.info>
1130
1131 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1132
acf151a8
LI
11332011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1134
1135 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1136 nested related parts.
1137
1138 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1139 unexpired articles. This fixes the regression that led expiry marks to
1140 disappear from nnfolder groups.
1141
e425f18b
SM
11422011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1145 Don't confuse the "ret" of "retrograde" with RET.
1146
f205c6e7
JD
11472011-01-21 Julien Danjou <julien@danjou.info>
1148
1149 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1150 than mm-insert-inline.
1151
9695908d
KY
11522011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1153
1154 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1155 Widen article buffer.
1156
8dabbfd6
SM
11572011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1160 the temp buffer.
1161 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1162
6e3165fb
JD
11632011-01-20 Julien Danjou <julien@danjou.info>
1164
1165 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1166
1167 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1168 than mm-insert-inline to insert inline part: this respect
1169 mm-inline-media-tests displayers.
1170
1171 * mm-view.el (mm-display-shell-script-inline): New function.
1172
1173 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1174
1175 * mm-uu.el (mm-uu-type-alist): Add org block.
1176 (mm-uu-org-src-code-block-extract): New function.
1177
1178 * mm-view.el (mm-display-org-inline): New function.
1179
1180 * mm-decode.el (mm-automatic-display): Add text/org.
1181
1182 * mailcap.el (mailcap-mime-extensions): Add .org.
1183
a2e3ac99
KY
11842011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1185
1186 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1187 gnus-article-add-buttons.
1188
672022e7
G
11892011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1190
1191 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1192 From header with a date and "nobody" as the sender.
1193
11942011-01-19 Julien Danjou <julien@danjou.info>
1195
1196 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1197 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1198 if you have the same regexp several times.
1199 (gnus-button-push): Fix matching when regexp is symbol.
1200
d52969e8
GM
12012011-01-15 Glenn Morris <rgm@gnu.org>
1202
1203 * message.el (message-mail): A compose-mail function should
1204 accept headers as strings.
1205
25ca2e61
CY
12062011-01-13 Chong Yidong <cyd@stupidchicken.com>
1207
8dabbfd6
SM
1208 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1209 Add :vert-only tags.
25ca2e61
CY
1210 (message-mail): New arg RETURN-ACTION.
1211 (message-return-action): New var.
1212 (message-bury): Use it.
1213 (message-mode): Make it buffer-local.
1214 (message-send-and-exit): Always call message-bury.
1215
1216 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1217 message-mail.
1218
c516cd6d
LMI
12192011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1220
1221 * nnimap.el (nnimap-convert-partial-article): Protect against
1222 zero-length body parts.
1223
8dabbfd6
SM
1224 * mm-decode.el (mm-preferred-alternative-precedence):
1225 Discourage showing empty parts.
c516cd6d
LMI
1226
1227 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1228 and stuff if the backend didn't return the article number. This fixes
1229 an Exchange-related nnimap bug.
1230
1231 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1232 group window, because it does the wrong thing when a separate frame
1233 displays the group buffer.
1234
1235 * proto-stream.el (open-protocol-stream): Protect against the low-level
1236 transport functions returning nil.
1237
ad09474a
DU
12382011-01-07 Daiki Ueno <ueno@unixuser.org>
1239
1240 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1241 (mml2015-epg-find-usable-secret-key): New function.
1242 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1243 mml2015-epg-find-usable-key (Bug#7797).
1244 (mml2015-epg-encrypt): Ditto.
1245
37657cbd
LMI
12462011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1247
1248 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1249
980f570a
GM
12502011-01-03 Glenn Morris <rgm@gnu.org>
1251
c4c15f02
GM
1252 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1253
980f570a
GM
1254 * sieve.el (sieve-open-server): Give a more explicit error if
1255 sieve-manage-open returns nil. (Bug#7720)
1256
b173bdd9
KF
12572011-01-02 Karl Fogel <kfogel@red-bean.com>
1258
1259 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1260
bb7f5cbc
G
12612011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1262
84d89ede
LMI
1263 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1264 This avoids sending passwords in plain text over non-encrypted
1265 channels.
1266
1267 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1268
1269 * nnimap.el (nnimap-login): Refactored out into own function, and
1270 implement CRAM-MD5.
1271 (nnimap-wait-for-line): Refactored out.
1272
bb7f5cbc
G
1273 * mm-view.el (mml-smime): Require.
1274
12752010-12-20 David Engster <deng@eml.cc>
1276
1277 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1278 use EPG to decrypt S/MIME messages instead of openssl.
1279
12802011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1283
1284 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1285 status is the group clearly is unreachable.
1286
1287 * auth-source.el (auth-source-create): Add the optional second
1288 parameter to `local-variable-p' to be compatible with XEmacs.
1289
12902011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1291
1292 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1293 work when using a compressed nnml folder.
1294
12952011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1296
1297 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1298 backends after sanitising on entry, because this never makes sense:
1299 If the articles have gone missing, then the data no longer exists on
1300 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1301 overwrite anything anyway.
1302
1303 * shr.el (shr-insert-document): Bind shr-width dynamically to
1304 window-width if it's nil.
1305
13062010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1307
1308 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1309 with the meaning of using the full emacs window width for rendering.
1310
fdee7cc1
DU
13112010-12-27 Daiki Ueno <ueno@unixuser.org>
1312
1313 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1314 case when sender is not given.
1315
ade9369c
JD
13162010-12-23 Julien Danjou <julien@danjou.info>
1317
1318 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1319 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1320 the addresses, otherwise we might misplaced the gravatar.
1321
9d9cfd53
DU
13222010-12-21 Daiki Ueno <ueno@unixuser.org>
1323
38e2584d 1324 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
1325 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1326 obsolete in Emacs.
1327
38e2584d
KY
13282010-12-20 Julien Danjou <julien@danjou.info>
1329
1330 * gnus-util.el (gnus-rescale-image): Revert last change.
1331
70041e9a
G
13322010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1333
1334 * gnus-group.el (gnus-group-delete-articles): New command.
1335
13362010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1337
1338 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1339
13402010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1341
1342 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1343 here, since it's up to the backends to do CRLF removal if their
1344 protocol has it.
1345
1346 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1347
38e2584d
KY
13482010-12-17 Julien Danjou <julien@danjou.info>
1349
1350 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1351 they are from file. Can also scale up.
1352
70041e9a
G
13532010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1354
1355 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1356 gnus-use-agent.
1357 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1358
1359 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1360
13612010-12-17 Julien Danjou <julien@danjou.info>
1362
1363 * gravatar.el (gravatar-retrieve-synchronously): New function.
1364 (gravatar-get-data): Make more robust.
1365
59a7e27d
LMI
13662010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1367
1368 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1369 to really consider the last line.
1370
549c9aed
G
13712010-12-16 Daiki Ueno <ueno@unixuser.org>
1372
1373 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1374 list of recipient keys, or use symmetric encryption if not a list.
1375 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1376 EPA override, replacing the call to `netrc-store-data'.
1377
13782010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1379
1380 * gnus-srvr.el: Avoid passing nil regexp argument to
1381 delete-matching-lines.
1382
13832010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1384
1385 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1386 fetching stops when Gnus exits.
1387
1388 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1389 function.
1390 (nnfolder-request-expire-articles): Save all the buffers after doing
1391 expiry.
1392
1393 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1394 the last article", since that led to serious performance regressions
1395 when expiring nnml groups.
1396
13972010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1398
1399 * nnir.el: Improve customizations.
1400
14012010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1404
1405 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1406 group has been killed.
1407 (gnus-group-yank-group): Ditto.
1408
1409 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1410
1411 * nnimap.el (nnimap-request-update-group-status): New function.
1412
1413 * gnus-int.el (gnus-request-update-group-status): New interface
1414 function.
1415
1416 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1417 copying read-ness to the backends.
1418
1419 * nnimap.el (nnimap-quirk): New function.
1420 (nnimap-retrieve-group-data-early): Use it.
1421 (nnimap-quirks): New alist.
1422
48ba8195
KY
14232010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1424
1425 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1426 don't delete it within indentation.
1427
549c9aed
G
14282010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1429
1430 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1431 previous line.
1432
156e3f9c
G
14332010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1434
1435 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1436 QRESYNC command by deleting a superfluous space which broke Cyrus
1437 servers. This change will break other servers that are buggy the other
1438 way around.
1439
e7b07d2f
TZ
14402010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1441
1442 * spam.el: Reindent and fix long lines.
1443 (spam-copy-or-move-routine): Exclude invalid move destinations.
1444
27625a58
AC
14452010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1446
1447 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1448 installed the registry.
1449
99e58ed5
AC
14502010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1451
1452 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1453 groupname doesn't contain "gmane".
1454
7410c270
G
14552010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1456
1457 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1458 (gnus-1): Don't create the nndrafts group twice.
1459 (gnus-setup-news): There's no need to read the active file here, since
1460 that's done again later on a per-backend basis.
1461 (gnus-start-draft-setup): Make sure that the new group is started out
1462 empty.
1463
1464 * gnus-agent.el (gnus-agentize): Don't create the queue group
1465 automatically on startup. It'll be created later, if needed.
1466
1467 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1468 of automatically subscribed groups.
1469 (gnus-auto-subscribed-categories): New variable.
1470 (gnus-matches-options-n): Use it.
1471 (gnus-default-subscribed-newsgroups): Remove unused variable.
1472 (gnus-start-draft-setup): Message a bit less.
1473
14742010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1475
1476 * nnir.el (nnir-run-imap): Return article list in order of increasing
1477 UID.
1478
07176b2a
LMI
14792010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1480
8dabbfd6
SM
1481 * gnus-sum.el (gnus-summary-enter-digest-group):
1482 Mention gnus-auto-select-on-ephemeral-exit.
07176b2a
LMI
1483
1484 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1485 convention of the network-only option.
1486
3b84b005
G
14872010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1488
1489 * proto-stream.el (proto-stream-open-network-only): New function to
1490 have a way to specify non-STARTTLS upgrade connections.
1491
14922010-12-10 Julien Danjou <julien@danjou.info>
1493
1494 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1495 email address is nil.
1496
1497 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1498
14992010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1500
1501 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1502 deletion.
1503 (nnir-run-imap): Only need to parse list once.
1504
f73341e2
LMI
15052010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1506
1507 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 1508 (shr-tag-label): Add <label> support.
f73341e2 1509
e2d0ba98
KY
15102010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1511
99139556
KY
1512 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1513
e2d0ba98
KY
1514 * shr.el (shr-image-displayer): Work for images lined side by side.
1515
4ef06429
RP
15162010-12-08 Robert Pluim <rpluim@gmail.com>
1517
1518 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1519 parameter, since XEmacs doesn't accept t as a parameter.
1520
47ac6170
AC
15212010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1522
1523 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1524 ids.
1525 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 1526 (nnir-request-expire-articles): New function.
47ac6170 1527
60568d74
LMI
15282010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1529
1530 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1531 overflow, possibly.
1532
1533 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1534 (shr-render-td): Handle td style="" better.
1535 (shr-tag-table): Use the color from the style sheet.
1536 (shr-render-td): Make sure we copy over all the overlays, too.
1537
f2f6365c
AC
15382010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1539
1540 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1541 (nnir-request-article): Improve article retrieval.
1542
c912b478
KY
15432010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1544
1545 * mm-util.el (mm-extra-numeric-entities): New variable.
1546
1547 * mm-url.el (mm-url-decode-entities):
1548 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1549
674c5ccf
SM
15502010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * message.el: Use completion-at-point.
1553 (message-completion-function): New fun, extracted from message-tab.
1554 (message-mode): Use it for completion-at-point-functions.
1555 (message-tab): Use it and completion-at-point.
1556
6568edea
KY
15572010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1558
1559 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1560 character if a non-breakable character follows.
1561
b31b26b4
G
15622010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1563
516aa569
G
1564 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1565 any stream.
1566
b31b26b4
G
1567 * shr.el (shr-tag-font): Colorize the region.
1568 (shr-tag-body): Ditto.
1569 (shr-tag-font): Actually let the styles be inherited instead of
1570 overwriting them.
1571 (shr-tag-font): Get the background color right.
1572 (shr-tag-style): Ignore all <style> tags for the moment.
1573
1574 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1575 a Message-ID to avoid having nnimap depend on gnus-sum.
1576
1577 * shr.el (shr-descend): Only colorize something if we have a node that
1578 sets colors.
1579
15802010-12-06 Julien Danjou <julien@danjou.info>
1581
1582 * shr.el (shr-render-td): Render td content with shr-descend, so style
1583 will be applied to <td> too.
1584 (shr-colorize-region): Colorize region even if we only have a background.
1585 (shr-tag-body): Fix color and background color inheritance.
1586 Do not recolorize after shr-generic.
1587 (shr-tag-font): Let shr-generic colorize via inheritance.
1588
7454326a
G
15892010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1590
1591 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1592
15932010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1594
1595 * nnir.el (nnir-request-move-article): Remove obsolete code.
1596
c67e426e
KY
15972010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1600
04db63bc
G
16012010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1602
1603 * gnus-sum.el (gnus-summary-respool-article): The completion function
1604 expects a list instead of an alist.
1605
1606 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1607 string as the parameter.
1608
1609 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1610
1611 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1612 styles.
1613 (shr-colorize-region): New function.
1614 (shr-insert-background-overlay): Remove.
1615 (shr-render-td): Background setting should be taken care of on a higher
1616 level.
1617 (shr-tag-body): Use post-hoc colorizations.
1618 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1619 (shr-put-color-1): Don't overwrite old colors.
1620 (shr-colorize-region): When the background color isn't explicit, use
1621 a fixed background.
1622
1623 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1624 nnmail variables.
1625
16262010-12-05 Bjørn Mork <bjorn@mork.no>
1627
1628 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1629 unless necessary.
1630
16312010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1632
1633 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1634 server.
1635
16362010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1637
1638 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1639 so that TAB works.
1640
1641 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1642 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1643
1644 * shr.el (shr-urlify): Show the URL before the title to avoid
1645 misleading URLs.
1646
16472010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1648
1649 * shr.el (shr-urlify): Display the title in <a> tags.
1650
16512010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1652
1653 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1654
1b811c90
AC
16552010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1656
1657 * nnir.el: Rearrange code to allow macros to be autoloaded by
1658 gnus-sum.el.
1659 (nnir-retrieve-headers-override-function): Make this variable
1660 customizable.
1661 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1662
1663 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1664 from nnir.el.
1665
6ce4202f
JD
16662010-12-03 Julien Danjou <julien@danjou.info>
1667
1668 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1669
115e0ebf
KY
16702010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1671
9778055f
KY
1672 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1673 allow optional argument `environment'.
115e0ebf 1674
acab4d4b
GM
16752010-12-03 Glenn Morris <rgm@gnu.org>
1676
1677 * mm-extern.el (message-goto-body): Update declaration.
1678
d6f6af81
KY
16792010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * gnus-util.el (gnus-macroexpand-all): New function.
1682
1683 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1684 instead of macroexpand-all that is unavailable in XEmacs.
1685
ed797193
G
16862010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1687
1688 * nnir.el (nnir-summary-line-format): New variable.
1689 (nnir-mode): Use it.
1690 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1691 (nnir-article-ids): Reimplement as defsubst.
1692 (nnir-retrieve-headers): Don't mangle the subject header.
1693 (nnir-run-imap): Use 100 as RSV score.
1694 (nnir-run-find-grep): Fix for full server searching.
1695 (nnir-run-gmane): Better restriction to gmane groups.
1696
1697 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1698 summary buffers.
1699
17002010-12-02 Julien Danjou <julien@danjou.info>
1701
1702 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1703
1704 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1705
1706 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1707 support.
1708
17092010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1710
1711 * nnir.el: Update to handle the registry better.
1712 (autoload): Silence byte-compiler.
1713 (nnir-open-server): Add a hook for nnir groups.
1714 (nnir-request-move-article): Don't mangle the header. Better to use
1715 formating variables (which will be added in the future).
1716 (nnir-registry-action): Update the registry using the original article
1717 group name.
1718 (nnir-mode): Install nnir-specific hooks for updating the registry.
1719
1720 * gnus-sum.el
8dabbfd6
SM
1721 (gnus-article-original-subject,gnus-newsgroup-original-name):
1722 Remove obsolete variables.
ed797193
G
1723 (gnus-summary-move-article): Remove use of obsolete variables.
1724 (gnus-summary-local-variables): Make move and delete hooks local to
1725 summary buffers.
1726
17272010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1728
1729 * rtree.el: New file.
1730
17312010-12-01 Julien Danjou <julien@danjou.info>
1732
1733 * message.el (message-user-organization): Do not use
1734 gnus-local-organization.
1735
1736 * gnus.el: Remove gnus-local-organization.
1737
1738 * gnus-msg.el: Remove nastygram thing.
1739
17402010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1741
1742 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1743 funcall.
1744
17452010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1746
1747 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1748 names.
1749
1750 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1751 characters.
1752
1753 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1754 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1755 Suggested by Štěpán Němec <stepnem@gmail.com>.
1756 (gnus-gravatar-transform-address): Use mail-extract-address-components
1757 that supports non-ASCII names rather than mail-header-parse-addresses.
1758
17592010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * proto-stream.el (open-protocol-stream): All starttls connections are
1762 handled by the network handler.
1763
17642010-11-30 Julien Danjou <julien@danjou.info>
1765
1766 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1767 (nnimap-open-connection-1): Fix PREAUTH.
1768
1769 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1770
17712010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1772
1773 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1774 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1775 (shr-insert): Use them.
1776 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1777
17782010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1779
1780 * nnir.el (nnir-request-move-article): Bail out if original group
1781 doesn't support article moves.
1782 (nnir-get-active): Improve active list retrieval.
1783
17842010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1785
1786 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1787
17882010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1789
1790 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1791 seem to accept strings-with-numbers as port numbers,
1792
17932010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1794
1795 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1796 change the registry.
1797
17982010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1799
1800 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1801 delete-dups that is not available in XEmacs 21.4.
1802
1803 * mm-util.el (mm-delete-duplicates): Add comment.
1804
18052010-11-28 Andrew Cohen <cohen@andy.bu.edu>
1806
1807 * nnir.el (nnir-ignored-newsgroups): New variable.
1808 (nnir-get-active): Use it.
1809
18102010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1811
1812 * proto-stream.el (proto-stream-open-network): Add some comments.
1813
1814 * nntp.el (nntp-open-connection): Provide a :success condition.
1815
1816 * nnimap.el (nnimap-open-connection-1): Ditto.
1817
1818 * proto-stream.el (proto-stream-open-network): See what the response to
1819 the STARTTLS command is.
1820
1821 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1822 backwards compatibility).
1823 (nnimap-open-connection-1): Really respect nnimap-server-port.
1824
1825 * proto-stream.el (proto-stream-open-network): When doing opportunistic
1826 TLS upgrades we don't really care about the identity of the peer.
1827 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1828 that what we've checked for.
1829 (proto-stream-always-use-starttls): Only default to t if
1830 open-gnutls-stream exists.
1831 (proto-stream-open-network): If STARTTLS failed, then just open a
1832 normal connection.
1833 (proto-stream-open-network): Wait until the greeting before doing
1834 STARTTLS.
1835
1836 * nntp.el (nntp-open-connection): Report what the connection error is.
1837
8dabbfd6 1838 * proto-stream.el (open-protocol-stream): Rename from
ed797193
G
1839 open-proto-stream.
1840
18412010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * nnimap.el (nnimap-stream): Change default to `undecided'.
1844 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1845 first, and then network.
1846 (nnimap-open-connection-1): Respect nnimap-server-port.
1847 (nnimap-open-connection): Be more backwards-compatible.
1848
1849 * proto-stream.el (proto-stream-always-use-starttls): New variable.
1850 (proto-stream-open-starttls): De-duplicate the starttls code.
1851 (proto-stream-open-starttls): Folded back into the main function.
1852 (proto-stream-open-network): Fix typo in the gnutls path.
1853 (proto-stream-command): Refactor out.
1854
1855 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1856
1857 * proto-stream.el (proto-stream-open-starttls): Actually implement the
1858 starttls.el STARTTLS.
1859
1860 * color.el (color-lab->srgb): Fix function call name.
1861
1862 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1863 if we're using tls.el.
1864 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1865 built in, then don't try to establish a STARTTLS connection.
1866
1867 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1868 servers.
1869
1870 * proto-stream.el (open-proto-stream): Use network, not stream.
1871 (open-proto-stream): Add a way to specify what the end of a command is.
1872
1873 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1874 connections types.
1875 (nntp-open-network-stream): Remove.
1876 (nntp-open-ssl-stream): Remove.
1877 (nntp-open-tls-stream): Remove.
1878 (nntp-ssl-program): Remove.
1879
1880 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1881
18822010-11-27 Andrew Cohen <cohen@andy.bu.edu>
1883
1884 * nnir.el: Fix typos.
1885 (nnir-retrieve-headers-override-function): Rename variable to reflect
1886 new semantics.
1887 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1888 macros.
1889 (nnir-request-article, nnir-request-move-article): Use them.
1890 (nnir-categorize): New function.
1891 (nnir-run-query): Use it.
1892 (nnir-retrieve-headers): Rewrite to batch header retrieval.
1893 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1894 sorted.
1895 (nnir-group-full-name): Use gnus-group-full-name instead.
1896 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1897 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1898
18992010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1900
1901 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1902
1903 * proto-stream.el: New library to provide protocol-specific
1904 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1905 protocols.
1906 (open-proto-stream): Complete the documentation.
1907 (proto-stream-open-network): Fix some typos.
1908
1909 * nnimap.el (nnimap-open-connection): Use it.
1910
07976ae3 19112010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
1912
1913 * pop3.el (pop3-open-server): Read server greeting before starting TLS
1914 negotiation.
1915
f5462bae
JD
19162010-11-26 Julien Danjou <julien@danjou.info>
1917
1918 * color.el: Rename various rgb functions to srgb.
1919
36af6c65
G
19202010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1921
1922 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1923 names.
1924
b40950bf
KY
19252010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
1926
1927 * shr.el (shr-insert): Revert last change.
1928 (shr-find-fill-point): Never leave point being at bol;
1929 relax the kinsoku limitation when rendering tables.
1930
ae489548
LMI
19312010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1932
5be93fc8
LMI
1933 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1934 results from -accept-article.
1935
1936 * shr-color.el: Require cl when compiling.
1937
1e91d0eb
LMI
1938 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1939 checkin.
1940
1941 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1942
57cc52be
LMI
1943 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1944
5f285722
LMI
1945 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1946 'add and 'delete to set backend marks.
1947
1948 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1949
1950 * nnheader.el (nnheader-update-marks-actions): Refactor out.
1951
1952 * nntp.el (nntp-request-set-mark): Use it.
1953
1954 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1955
1956 * nnml.el (nnml-request-set-mark): Ditto.
1957
ae489548
LMI
1958 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1959 introduces regressions in article selection.
cccb4b4c
LMI
1960 (nnimap-find-uid-response): New function.
1961 (nnimap-request-accept-article): Use the UID returned, if any.
1962 (nnimap-request-move-article): Use the UID returned, if any.
1963 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 1964 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
1965 (nnimap-request-set-mark): Extend syntax with 'set.
1966
1967 * nnml.el (nnml-request-set-mark): Ditto.
1968
1969 * nnfolder.el (nnfolder-request-set-mark): Ditto.
1970
1971 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 1972
443ecb08
KY
19732010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1974
1975 * message.el (message-called-interactively-p): A temporary macro.
1976 (message-goto-body): Use it temporarily.
1977
a56a1cce
LMI
19782010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1979
1980 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1981 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 1982 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 1983
fd042993
G
19842010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * shr.el (shr-insert): Fix the way to fold lines.
1987
d50717f0
JD
19882010-11-25 Julien Danjou <julien@danjou.info>
1989
fd042993
G
1990 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1991
1992 * color.el: Rename from color-lab.el
1993 (color-rgb->hex): Add.
1994 (color-complement): Add.
1995 (color-complement-hex): Add.
1996
d50717f0
JD
1997 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1998
fded65c7
LMI
19992010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2000
2001 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2002 don't exist.
2003
bbf9f302
KY
20042010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2005
e4f123a4
KY
2006 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2007 assuming that article displaying or another mml-preview may be
2008 interrupted for an error or for the like.
2009
bbf9f302
KY
2010 * shr.el (shr-get-background): Fix argument name.
2011
144b7b5c
G
20122010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2013
2014 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2015
2016 * gnus-sum.el (gnus-summary-include-articles): New function.
2017
2018 * message.el (message-goto-body): called-interactively-p needs a
2019 parameter, so use `any'.
2020
2021 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2022 clear marks before moving, since they're synced from the Gnus side
2023 first.
2024
2025 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2026 (gnus-summary-move-article): Copy over all marks before moving, so that
2027 IMAP doesn't think a new article has arrived.
2028
20292010-11-24 Julien Danjou <julien@danjou.info>
2030
2031 * shr.el (shr-insert-background-overlay): Fix typo.
2032 (shr-render-td): Copy the background before rendering.
2033
2034 * shr-color.el (shr-color-visible): Fix docstring.
2035
2036 * shr.el (shr-tag-table): Add bgcolor support.
2037 (shr-render-td): Add bgcolor support.
2038 (shr-get-background): Add.
2039 (shr-insert-foreground-overlay): Use shr-get-background.
2040
2041 * message.el (message-goto-body): Use called-interactively-p.
2042 (message-in-body-p): message-goto-body returns point.
2043
20442010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2045
2046 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2047 Fixes something or other in Emacs 23, and is backwards compatible.
2048
2049 * message.el (message-goto-body): Remove the <#secure special-casing,
2050 which is too special.
2051
2052 * shr.el (shr-parse-style): Drop !important from styles.
2053
20542010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2055
2056 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2057 this function to return incorrect results when calling it with an
2058 explicit article argument different from
2059 (gnus-summary-article-number).
2060
20612010-11-24 Julien Danjou <julien@danjou.info>
2062
2063 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2064 (shr-tag-body): Add background support.
2065 (shr-descend): Add background support.
2066 (shr-tag-title): Add.
2067
2068 * shr-color.el (shr-color-visible): Really return original background
2069 if fixed.
2070
67d43a1d
G
20712010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2072
01c35094 2073 * shr.el (shr-color-check): Protect against non-existent colour names.
67d43a1d
G
2074
20752010-11-24 Julien Danjou <julien@danjou.info>
2076
5b42dfdd
JD
2077 * color-lab.el: Require 'cl when compiling.
2078
67d43a1d
G
2079 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2080
2081 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2082 matched part.
2083
2084 * color-lab.el: Fix all expt calls to use float type.
2085
463bcf11
KY
20862010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2087
69881db0
KY
2088 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2089 expression to shr-color-check as is.
2090
4b8b6f60
KY
2091 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2092
463bcf11
KY
2093 * color-lab.el: Add coding cookie.
2094 (float-pi): Use eval-and-compile.
2095
094ae2ab
G
20962010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2097
2098 * shr.el (shr-insert-color-overlay): Split stuff like
2099 "#444444 !important" to find the real colour.
1110d53b
LMI
2100 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2101 parse <font color="red"> entries.
094ae2ab
G
2102
21032010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2104
2105 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2106 point when parsing headers.
2107
2108 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2109 is positioned properly when parsing headers.
2110
a2994808
JD
21112010-11-23 Julien Danjou <julien@danjou.info>
2112
094ae2ab
G
2113 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2114
2115 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2116
a2994808
JD
2117 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2118
8dabbfd6
SM
2119 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2120 Use shr-color-hue-to-rgb.
a2994808
JD
2121 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2122
ebe79557
LMI
21232010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * shr.el (shr-color->hexadecimal): Autoload.
2126 (shr-descend): Add color to all tags.
2127
440b1345
JD
21282010-11-22 Julien Danjou <julien@danjou.info>
2129
ef6a2907
JD
2130 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2131 shr-color->hexadecimal.
2132
2133 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2134 RGB() or HSL() color representation.
2135
2136 * shr.el (shr-tag-font): Add.
2137 (shr-tag-color-check): New function to get better colors.
2138 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2139 tag-span.
2140
2141 * shr-color.el: New file.
2142
2143 * color-lab.el: New file.
2144
440b1345
JD
2145 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2146
59e75882
G
21472010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2148
2149 * nnir.el: Fix typo in comments.
2150 (nnir-run-imap): Simplify code. No need to reverse artlist.
2151 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2152
21532010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2156
2157 * nnimap.el (nnimap-get-capabilities): Refactor out.
2158 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2159
034244e5
RA
21602010-11-21 Ralf Angeli <angeli@caeruleus.net>
2161
2162 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2163 appearing when `mm-uu-hide-markers' is nil.
2164
e39a5583
LMI
21652010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2166
296a8e19
SM
2167 * nnimap.el (nnimap-unselect-group): Make into its own function.
2168 (nnimap-request-rename-group): Unselect group before renaming.
2169 This had gotten lost somewhere.
e39a5583
LMI
2170 (nnimap-request-accept-article): Keep track of examined groups, and
2171 unselect the group before APPENDing to read-only groups.
2172 (nnimap-request-move-article): Clear flags before moving so that they
2173 can be re-set later.
2174
e7424f06
KY
21752010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2176
2177 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2178 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2179
b59a9eef
KY
21802010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2181
2182 * gnus-art.el (gnus-mime-display-single)
2183 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2184 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2185 parameter.
2186
d3098750
LMI
21872010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
296a8e19 2189 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
2190 (shr-table-vertical-line): New variable.
2191 (shr-insert-table): Use it.
2192
6568a67d
KY
21932010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2194
2195 * gnus-html.el (gnus-html-wash-images): Don't display images if
2196 gnus-inhibit-images is non-nil; register displayer for cid images.
2197 (gnus-html-display-image): Work for cid image.
2198 (gnus-html-insert-image): Allow arguments.
2199 (gnus-html-put-image): Inhibit read-only.
2200 (gnus-html-prefetch-images): Don't prefetch images if
2201 gnus-inhibit-images is non-nil.
2202
c0f9edce
G
22032010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2204
2205 * shr.el (shr-put-image): Break lines when inserting big pictures.
2206
22072010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2208
2209 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2210 sender, thanks Katsumi Yamaoka.
2211
22122010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2213
2214 * nnir.el (nnir-run-imap): Reverse the article list for each group
2215 rather than the whole list.
2216
40de2c6d
KY
22172010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2218
f8d8a97b
KY
2219 * shr.el (shr-image-displayer): Protect function against non-existent
2220 image source.
2221
40de2c6d
KY
2222 * gnus-art.el (gnus-inhibit-images): New user option.
2223 (gnus-mime-display-single): Don't display image if it is non-nil.
2224
2225 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2226 gnus-inhibit-images.
2227
2228 * shr.el (shr-image-displayer): New function.
2229 (shr-tag-img): Use it.
2230
809fde05
DD
22312010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2232
2233 * mml2015.el (mml2015-epg-sign): Use From header.
2234
90eef047
LMI
22352010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2236
0073e031
LMI
2237 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2238
2239 * gnus-util.el (gnus-find-text-property-region): Return markers.
2240
8b6f6573
LMI
2241 * shr.el (shr-tag-img): Put a displayer in the text property.
2242
2243 * gnus-util.el (gnus-find-text-property-region): New utility function.
2244
2245 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2246 (gnus-html-show-images): Remove.
2247
2248 * gnus-art.el (gnus-article-show-images): New, more general function.
2249
2250 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2251 image url text properties.
2252
2253 * shr.el: Ditto.
2254
90eef047
LMI
2255 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2256 gnus-agent-auto-agentize-methods is set. Which it isn't.
2257
3a7a03ad
KY
22582010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2259
2260 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2261 work for two or more articles.
2262
2f0e0dc8
KY
22632010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2264
059b2b00
KY
2265 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2266 divide an image that's in an html article to two or more when washing
2267 non-ASCII characters in alt text of it.
2f0e0dc8 2268
b0feab7d
KY
22692010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2270
2271 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2272 smime-decrypt-region using function argument.
2273 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2274
2275 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2276
2277 * smime.el (smime-decrypt-region): Catch it.
2278
ec54e7a4
SM
22792010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * smime.el (smime-mode-map): Move initialization into declaration.
2282 (gnus-run-mode-hooks): Don't autoload.
2283 (smime-mode): Use define-derived-mode.
2284
0b58f78e
GM
22852010-11-11 Glenn Morris <rgm@gnu.org>
2286
8d60680b
GM
2287 * smime.el (from): Restrict declaration to XEmacs.
2288
0b58f78e
GM
2289 * nnir.el (gnus-group-topic-name): Autoload.
2290
e7102c0a
KY
22912010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2292
2293 * shr.el (shr-insert): Don't break long line if it is because of
2294 kinsoku-bol characters in the line end.
2295
67a3b17c
AC
22962010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2297
54e275fa 2298 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 2299 and subject.
54e275fa 2300 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
2301 been retrieved.
2302
54e275fa 2303 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
2304 subject for virtual articles such as those in an nnir summary buffer.
2305
9c1d3f98
KY
23062010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2307
2308 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2309 least 21.5).
2310
2311 * smime.el (from): Declare it again for XEmacs.
2312
a7f6e5b9
LMI
23132010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2314
2315 * message.el (message-resend): Don't disable encoding unless it's
2316 already encoded.
2317
2318 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2319 low-numbered articles.
2320
fdf14191
KY
23212010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2322
3d492670
KY
2323 * rfc2047.el (rfc2047-syntax-table): Simplify.
2324
fdf14191
KY
2325 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2326 set-char-table-range for XEmacs.
2327
6f0d4bb6
GM
23282010-11-10 Glenn Morris <rgm@gnu.org>
2329
89eee1e0
GM
2330 * smime.el (from): Remove unused declaration.
2331
6f0d4bb6
GM
2332 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2333 (gnus-float-time): On Emacs, always an alias.
2334
2335 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2336 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2337
16c1b3bc
KY
23382010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2339
7dfd3008 2340 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 2341
be3c11b3
LMI
23422010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * shr.el (browse-url-mailto): Autoload.
2345
2346 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2347
2348 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2349 regexp doesn't need quoting.
2350
27410d0a
SJ
23512010-11-09 Sven Joachim <svenjoac@gmx.de>
2352
2353 * message.el (message-subject-trailing-was-ask-regexp)
2354 (message-subject-trailing-was-regexp): Match was: in addition to was.
2355
9b026d9f
GM
23562010-11-09 Glenn Morris <rgm@gnu.org>
2357
2358 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2359 (nnbabyl-check-mbox): Use point-at-bol.
2360
be3c11b3
LMI
23612010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2362
2363 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 2364
be3c11b3
LMI
2365 * message.el (message-mailto): New function.
2366 (message-mailto): Should accept other parameters.
2367 (message-mailto): Remove since it duplicates browse-url-mailto
2368 functionality.
44d51d84 2369
1fe0787f
LMI
23702010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2373 methods.
2374 (gnus-read-active-file): Ditto.
2375
2376 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2377 ": " from the prompt.
2378 (gnus-group-make-group): Ditto.
2379
e180ab9f
GM
23802010-11-07 Glenn Morris <rgm@gnu.org>
2381
2382 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2383 (gnus-bookmark-kill-line): Use point-at-eol.
2384
c9bc6636
KY
23852010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2386
2387 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2388 asterisks in From header.
2389
4ddab346
G
23902010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
2392 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2393 string to avoid making the From headers syntactically invalid.
2394
2395 * message.el (message-send-mail): Don't insert courtesy messages if the
2396 message already has List-Post and List-ID messages.
2397
c497474b
GM
23982010-11-06 Glenn Morris <rgm@gnu.org>
2399
2400 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2401 `condition', `type', `length' a prefix.
2402 (gnus-treat-predicate): Update for above name changes.
2403
4ddab346
G
24042010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2405
2406 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2407 binding. Handled by `gnus-summary-refer-thread' instead.
2408 (nnir-warp-to-article): New backend function.
2409
2410 * nnimap.el (nnimap-request-thread): Force dependency updating.
2411
2412 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2413 (gnus-summary-refer-thread): Rework to improve thread-referral.
2414
2415 * gnus-int.el (gnus-warp-to-article): New function.
2416
2417 * gnus-sum.el (gnus-summary-article-map): Bind it.
2418
181cb5fb
G
24192010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2420
c497474b 2421 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
2422 gnus-summary-refer-thread.
2423
c497474b 2424 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 2425 headers.
c497474b 2426 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 2427 being cut in gnus-cut-threads.
c497474b 2428 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
2429 thread.
2430
24312010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * message.el (message-send-mail): Use the value of
2434 message-courtesy-message from the message buffer.
2435
2436 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2437
2438 * shr.el (shr-browse-url): Implement mailto: URLs.
2439
2440 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2441 "raw".
2442
2443 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2444 if it's already selected.
2445
2446 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2447
b354bc53
KY
24482010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2449
2450 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2451 to measure the length and truncate alt text.
2452
73ab9865
GM
24532010-11-03 Glenn Morris <rgm@gnu.org>
2454
2455 * nndiary.el (nndiary-generate-nov-databases-1)
2456 (nndiary-generate-active-info): Rename dynamic variable `files' to
2457 something less generic.
2458
6ec9acb3
AC
24592010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2460
73ab9865 2461 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
2462 move articles from nnir.
2463
dc9791eb
LMI
24642010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2465
73ab9865 2466 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 2467
14782c59
JD
24682010-11-02 Julien Danjou <julien@danjou.info>
2469
2470 * nnir.el: Remove wais support.
2471
cb48fe81
GM
24722010-11-02 Glenn Morris <rgm@gnu.org>
2473
2474 * gnus-html.el: Reorder requirements to quieten compiler.
2475
f939acf1
KY
24762010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2479 properly for XEmacs as well.
2480 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2481 (gnus-article-natural-long-line-p): Use window-width rather than
2482 frame-width.
2483
2960c86f
AC
24842010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2485
cb48fe81
GM
2486 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2487 (nnir-read-parms): Don't modify query.
2488 (nnir-run-query): Add ability to search topic on current line.
2489 (nnir-get-active): Clean up.
2960c86f 2490
9310f19d
LMI
24912010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2492
285cf7c8
LMI
2493 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2494 degenerate articles.
2495
2496 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2497 (gnus-print-buffer): Just print the buffer as is, without any copying
2498 to a buffer and then re-highlighting.
2499
9310f19d
LMI
2500 * nnimap.el (nnimap-request-group): Store the new updated info.
2501 (nnimap-request-group): Select the group when we don't know whether it
2502 exists or not.
2503
2504 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2505 groups.
2506
2507 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2508 groups.
2509
2510 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2511 groups.
2512
2513 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2514 long-lines case by only filling the long lines.
2515
2516 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2517 (bug #7311).
2518
84fd0e33
KY
25192010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2520
2521 * shr.el: No need to declare `declare-function' since shr.el is for
2522 only Emacsen that provide `libxml-parse-html-region'.
2523
c8ccffb1
GM
25242010-11-01 Glenn Morris <rgm@gnu.org>
2525
4c188c5a
GM
2526 * mm-util.el (gnus-completing-read): Autoload.
2527 (mm-read-coding-system): Simplify Emacs definition.
2528
4f7a670a 2529 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
2530 * nnimap.el (gnutls-negotiate):
2531 * nntp.el (netrc-parse): Fix declarations.
2532
87732ef3
KY
25332010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2534
2535 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2536 string-match-p in Emacs >=23.
2537
2538 * gnus-msg.el (gnus-configure-posting-styles)
2539 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2540
a1daed2b
GM
25412010-11-01 Glenn Morris <rgm@gnu.org>
2542
e195d639
GM
2543 * nnir.el (declare-function): Add compat stub.
2544 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2545 (nnir-run-gmane): Require 'mm-url.
2546
ed1d182d
GM
2547 * mm-util.el (mm-string-to-multibyte): Simplify.
2548
85a45a69
GM
2549 * shr.el (declare-function): Add compat stub.
2550 (url-cache-create-filename): Declare.
2551 (mm-disable-multibyte, widget-convert-button): Autoload.
2552
b10d32ef
GM
2553 * smime.el (ldap-search): Declare.
2554 (smime-cert-by-ldap-1): Require ldap on Emacs.
2555
2b1e1ff4
GM
2556 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2557 (nnimap-keepalive): Use gnus-float-time.
2558
89cff466
GM
2559 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2560 (mail-source-delete-crash-box): Use gnus-float-time.
2561
26205de3 2562 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 2563
c36dea19 2564 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 2565
e116c1eb
GM
2566 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2567
f979f37e
GM
2568 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2569
1d8ff0c6
GM
2570 * sieve-manage.el: Require 'cl when compiling.
2571
a1daed2b
GM
2572 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2573 (gnus-iswitchb-completing-read): Require iswitchb.
2574 (gnus-select-frame-set-input-focus): Silence compiler.
2575
389b76fa
G
25762010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2577
a8336650
LMI
2578 * message.el (message-subject-trailing-was-query): Change default to t,
2579 since I think that's what most people want.
2580
389b76fa
G
2581 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2582 appending for easier debugging.
2583 (nnimap-wait-for-connection): Take a regexp.
2584 (nnimap-request-accept-article): Wait for the continuation line before
2585 sending anything unless we're streaming.
2586
2587 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2588 leave the header washing to take place.
2589
25902010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2591
2592 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2593 regular expression match and replace in posting styles.
2594
25952010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2596
2597 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2598 an entire server.
2599 (nnir-get-active): New function.
2600 (nnir-run-imap): Use it.
2601 (nnir-run-gmane): Who knew, gmane search returns an article score!
2602
296a8e19 2603 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
2604 server on the current line with nnir.
2605
26062010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2607
2608 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2609 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2610 left edge.
2611 (gnus-article-foldable-buffer): Skip past the prefix when determining
2612 raggedness.
2613
2614 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2615 the raw article, and change `C-u g' to show the article without doing
2616 treatments.
2617
2618 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2619 on to `gnus-treat-article'.
2620 (gnus-inhibit-article-treatments): New variable.
2621
2622 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2623
2624 * gnus-art.el (gnus-treatment-function-alist): Have
2625 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2626 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2627 sections.
2628
2629 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2630 parameter.
2631 (gnus-article-fill-cited-long-lines): New function.
2632 (gnus-article-fill-cited-article): Allow filling only long sections.
2633
2634 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2635 and non-punctuation (like after the apostrophe in "'We").
2636
2637 * gnus-sum.el (gnus-summary-select-article): Make sure
2638 gnus-original-article-buffer is alive.
2639
2640 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2641 reflect the order they're in in the digest.
2642
2643 * gnus.el (gnus-group-startup-message): Move point to the start of the
2644 buffer.
2645
2646 * nnimap.el (nnimap-capability): New function.
2647 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2648 is set.
2649
324c5734
DE
26502010-10-31 David Engster <dengste@eml.cc>
2651
2652 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2653 conform with changes to gnus-completing-read.
2654
953d41c4
G
26552010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2656
2657 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2658
26592010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2660
2f5e7c6f
GM
2661 * nnir.el: Move defvar, defcustom around to keep file organized
2662 and keep byte-compiler quiet.
2663 (nnir-read-parms): Accept search-engine as arg.
2664 (nnir-run-query): Pass search-engine as arg.
2665 (nnir-search-engine): Remove.
953d41c4
G
2666
26672010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2668
2669 * shr.el (shr-generic): The text nodes should be text, not :text.
2670
2671 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2672 later in the file.
2673
26742010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2675
2f5e7c6f
GM
2676 * nnir.el: General clean up. Allow searching with multiple engines.
2677 Allow separate extra-parameters for each engine.
2678 Batch queries when possible.
2679 (nnir-imap-default-search-key,nnir-method-default-engines):
2680 Add customize interface.
2681 (nnir-run-gmane): New engine.
2682 (nnir-engines): Use it. Qualify all prompts with engine name.
2683 (nnir-search-engine): Remove global variable.
2684 (nnir-run-hyrex): Restore for now.
2685 (nnir-extra-parms,nnir-search-history): New variables.
2686 (gnus-group-make-nnir-group): Use them.
2687 (nnir-group-server): Remove in favor of gnus-group-server.
2688 (nnir-request-group): Avoid searching twice.
2689 (nnir-sort-groups-by-server): New function.
953d41c4 2690
837ba704
JD
26912010-10-30 Julien Danjou <julien@danjou.info>
2692
2693 * gnus-group.el: Remove gnus-group-fetch-control.
2694
2f5e7c6f
GM
2695 * gnus-start.el (gnus-find-new-newsgroups):
2696 Remove gnus-check-first-time-used.
837ba704
JD
2697
2698 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2699
1e961f10
KAH
27002010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2701
2702 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2703 set on groups that don't have \* permanentflags.
2704
99e65b2d
G
27052010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2706
2707 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2708 control the background color.
2709 (shr-tag-img): Ignore very small web bug type images.
2710 (shr-put-image): Add help-echo alt texts to the images.
2711 (shr-tag-video): Show the video poster image.
2712
27132010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
2715 * shr.el (shr-table-depth): New variable.
2716 (shr-tag-table-1): Only insert the images after the top-level table.
2717
2718 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2719
2720 * gnus-util.el (gnus-list-memq-of-list): New function.
2721
2722 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2723 selected.
2724 (nnimap-unsplittable-articles): New slot.
2725 (nnimap-new-articles): Use it.
2726
27272010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2728
2729 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2730 move to the previous line on `M-g'.
2731
27322010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2733
2734 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2735 *-request-group, which seems unnecessary.
2736
2737 * nnimap.el (nnimap-quote-specials): Function copied over from
2738 imap.el.
2739 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2740 they support that. Suggested by Tom Regner.
2741
86741733
JD
27422010-10-29 Julien Danjou <julien@danjou.info>
2743
99e65b2d
G
2744 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2745 defalias.
2746 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2747
2748 * gnus.el: Remove `gnus-nntp-service' variable.
2749 (gnus-secondary-servers): Make obsolete.
2750 (gnus-nntp-server): Make obsolete.
2751
2ec4c966
JD
2752 * gnus-start.el (gnus-1): Remove x-splash calls.
2753
2754 * gnus-ems.el (gnus-x-splash): Remove.
2755
2756 * gnus.el (gnus-group-startup-message): Simplify/update code.
2757
86741733
JD
2758 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2759 capability before doing anything.
2760 (gnus-group-insert-group-line): Remove useless
2761 gnus-group-remove-excess-properties.
2762
9efcd224
KY
27632010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2766
eb9df2c9
LMI
27672010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2770 config after reselecting.
2771
cfe94935
JD
27722010-10-28 Julien Danjou <julien@danjou.info>
2773
4abff904
JD
2774 * shr.el (shr-put-image): Use point even if only inserting text.
2775 (shr-put-image): Save excursion when inserting alt text on non-graphic
2776 display, so the behaviour is the same when we are on a graphic display.
2777
cfe94935
JD
2778 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2779
a87ee50b
KY
27802010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2781
2782 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2783 (gnus-mime-copy-part): Check coding system, not charset.
2784 (gnus-mime-view-part-externally): Never remove part.
2785 (gnus-mime-view-part-internally): Don't remove part here.
2786 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2787 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2788 multipart/alternative.
2789
2790 * mm-decode.el (mm-display-part): Take optional arg `force'.
2791
11a5db4a
JD
27922010-10-26 Julien Danjou <julien@danjou.info>
2793
2794 * gnus-group.el (gnus-group-default-list-level): Add this function to
2795 compute the default list level.
2796 (gnus-group-default-list-level): Add possibility to use a function.
2797
e617ab06
KY
27982010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2799
3444dc61
KY
2800 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2801
e617ab06
KY
2802 * gnus-group.el (gnus-group-completing-read)
2803 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2804 gnus-replace-in-string.
2805
036d93bc
KY
28062010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2807
296a8e19 2808 * shr.el (shr-tag-div): Add.
036d93bc 2809
84acb2f6
JD
28102010-10-25 Julien Danjou <julien@danjou.info>
2811
2812 * gnus-util.el: Remove `gnus-with-local-quit'.
2813
2814 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2815
28090d40
LMI
28162010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2817
2818 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2819 the original article buffer.
2820
b5c575e6
G
28212010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2822
2823 * nnimap.el (nnimap-request-head): New function.
2824 (nnimap-request-move-article): Try to be slighly faster by not
2825 requesting the entire message when moving.
2826 (nnimap-transform-headers): Don't bug out on bodiless articles.
2827 (nnimap-send-command): Have no outstanding messages if the IMAP server
2828 doesn't support streaming.
2829 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2830
28312010-10-24 Julien Danjou <julien@danjou.info>
2832
2833 * message.el (message-default-headers): Fix type.
2834
de635afe
G
28352010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2836
2837 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2838 prefetching images.
2839
2840 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2841 backend for unknown groups. This is mainly useful for nnimap groups.
2842
2843 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2844 group isn't covered by the agent.
2845
28462010-10-22 Andrew Cohen <cohen@andy.bu.edu>
2847
2f5e7c6f
GM
2848 * nnir.el (nnir-method-default-engines): New variable.
2849 (nnir-run-query): Use it.
2850 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2851 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 2852
2f5e7c6f 2853 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
2854 gnus-group-make-nnir-group.
2855
28562010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2857
2f5e7c6f 2858 * shr.el (shr-tag-object): Add.
de635afe
G
2859
2860 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2861 original article buffer live.
296a8e19
SM
2862 (gnus-summary-select-article-buffer):
2863 Mention gnus-widen-article-buffer.
de635afe 2864
530f7b67
LMI
28652010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2866
296a8e19 2867 * shr.el (shr-tag-strong): Add.
530f7b67 2868
280f417b
G
28692010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2870
530f7b67
LMI
2871 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2872 group names. They mess up the group buffer badly.
2873
280f417b
G
2874 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2875
2876 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2877 instead of the summary one.
2878
e0da801a
G
28792010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
2880
f9bbc77a
KY
2881 * mml.el (mml-preview): Work properly when editing article.
2882
e0da801a
G
2883 * gnus-start.el (gnus-read-active-file-1): Don't add method to
2884 gnus-have-read-active-file if it's already been in.
2885
28862010-10-22 Tom Tromey <tromey@redhat.com>
2887
2888 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2889 gnus-group-completing-read.
2890
d806c872
G
28912010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2892
2893 * message.el (message-mode-map): Don't bind M-; to comment region, to
2894 allow the global comment-dwim to work.
2895
28962010-10-21 Julien Danjou <julien@danjou.info>
2897
2898 * message.el (message-setup-1): Allow message-default-headers to be a
2899 function.
2900
3c066373
KY
29012010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2902
2903 * shr.el (shr-tag-table): Simplify.
2904
d815edf0 29052010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 2906
d815edf0
LMI
2907 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2908 to avoid trying to snarf invalid stuff.
1171414d 2909
d815edf0 2910 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 2911
d99bf2d8
LMI
2912 * gnus.el (gnus-message-archive-group): Quote value.
2913 (gnus-message-archive-group): Mark as changed.
2914
6c85a14f
LMI
2915 * shr.el (shr-add-font): Don't put the font properties on the newline
2916 or the indentation.
2917
2918 * message.el (message-fix-before-sending): Change options when sending
2919 non-printable characters.
2920
d99bf2d8 2921 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
2922 monthly outgoing groups.
2923
728fd3b9
LMI
2924 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2925 that have gotten new numbers.
2926
2927 * nnimap.el (nnimap-request-replace-article): New function.
2928
ab388ec4
KY
29292010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
2930
2931 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2932 (nnrss-request-article): Don't use special html washing code.
2933
2526f423
G
29342010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2935
2936 * shr.el (shr-tag-table): Remove useless nconc.
2937
29382010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
2940 * gnus-art.el (article-wash-html): Simplify and remove the charset
2941 stuff. Use the normal html rendering code instead of the special html
2942 washing code.
2943
2944 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2945 `gnus-w3m' symbols.
296a8e19 2946 (mm-text-html-washer-alist): Remove.
2526f423 2947
296a8e19
SM
2948 * mm-decode.el (mm-inline-text-html-renderer): Remove.
2949 (mm-inline-media-tests): Remove use.
2526f423
G
2950 (mm-text-html-renderer): Change default to the `shr' symbol.
2951
296a8e19 2952 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
2953
2954 * gnus-art.el (gnus-blocked-images): New function. Allow the
2955 `gnus-blocked-images' to be a function.
296a8e19 2956 (gnus-article-wash-function): Remove.
2526f423 2957
9d1bf25d
JD
29582010-10-20 Julien Danjou <julien@danjou.info>
2959
2526f423
G
2960 * spam.el (spam-list-of-processors): Mark as obsolete.
2961
9d1bf25d 2962 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 2963 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 2964
ba91f05d
G
29652010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
2966
2967 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2968 run file-truename on remote files. This can be expensive and even
2969 prevent one from editing drafts if some unrelated buffer has a stale
2970 connection.
2971
9f47ba2d
KY
29722010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2975 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
2976 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2977 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 2978
2e76c12c
LMI
29792010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
b643306f
LMI
2981 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2982 lines.
cdf1fca4 2983 (shr-save-contents): New command and keystroke.
b643306f 2984
2e76c12c
LMI
2985 * nndoc.el (nndoc-type-alist): Add git support.
2986 (nndoc-git-type-p): New function.
2987 (nndoc-transform-git-article): Ditto.
2988 (nndoc-transform-git-headers): Ditto.
c872595d 2989 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
2990
2991 * shr.el (shr-parse-style): New function.
2992 (shr-tag-span): Ditto.
2993
2994 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2995 to `G G' to avoid collisions.
2996
83ffd571
KY
29972010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2998
2fe10446 2999 * shr.el: Load kinsoku if necessary.
83ffd571
KY
3000 (shr-kinsoku-shorten): New internal variable.
3001 (shr-find-fill-point): Make kinsoku shorten text line if
3002 shr-kinsoku-shorten is bound to non-nil.
3003 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3004 shr-indentation too when testing if table is wider than frame width.
3005 (shr-insert-table): Use `string-width' instead of `length' to measure
3006 text width.
3007 (shr-insert-table-ruler): Make sure indentation is done at bol.
3008
a04f9e26
SM
30092010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3012 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3013 undecoded network data.
3014
7cad71ad
G
30152010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3016
2755ee78
LMI
3017 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3018 name in the mode line spec so that the mode line menu works
3019 (bug #2431).
3020
3021 * message.el (message-get-reply-headers): If we're fed `to-address',
3022 then always use that.
3023
7cad71ad
G
3024 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3025 aren't so wide as to need to switch off the edit menu.
3026
3027 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3028 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3029
3030 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3031 `M-g'.
3032 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3033 the permanent marks.
3034
30352010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3036
a04f9e26
SM
3037 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3038 Splitting according to references/in-reply-to obeys the ignore-groups
3039 variable, while splitting by sender and subject do not.
7cad71ad
G
3040
30412010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3042
3043 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3044 alist, so that we can look for non-Unicode chars.
3045 (article-translate-strings): Allow both character and string maps.
3046
73db8b08
KY
30472010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * shr.el (shr-insert): Don't insert space behind a wide character
3050 categorized as kinsoku-bol, or between characters both categorized as
3051 nospace.
3052
b57a665d
G
30532010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3054
2f5e7c6f 3055 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
3056 headers to gnus-newsgroup-headers.
3057
30582010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3059
3060 * shr.el (shr-tag-img): Don't align images -- since we're not
3061 rescaling, this often leads to ugly displays.
3062
283f7b93
G
30632010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3064
a04f9e26 3065 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
3066 duplicates.
3067
30682010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3069
3070 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3071 call.
3072
68f6bd17
KY
30732010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
283f7b93
G
3075 * gnus.el: Autoload gnus-html-show-images.
3076
3077 * nnimap.el: Use nnheader-message throughout.
3078
68f6bd17
KY
3079 * shr.el (shr-tag-img): Ignore images with no data.
3080
283f7b93
G
30812010-10-15 Julien Danjou <julien@danjou.info>
3082
ba91f05d
G
3083 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3084 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 3085
20438017
KY
30862010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3087
283f7b93
G
3088 * shr.el (shr-insert): Remove space inserted before or after a
3089 breakable character or at the beginning or the end of a line.
20438017
KY
3090 (shr-find-fill-point): Do kinsoku; find the second best point or give
3091 it up if there's no breakable point.
3092
030158f3
G
30932010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3094
3095 * nnimap.el (nnimap-open-connection): Message when opening connection
3096 for debugging purposes.
3097
3098 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3099 on every setup buffer call to allow this to change from article to
3100 article.
3101
3102 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3103 buffers where we have a wide table.
3104
31052010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3106
3107 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3108 uses *-request-thread.
3109
31102010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3111
3112 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3113 incantation, which is no longer valid.
3114
31152010-10-14 Julien Danjou <julien@danjou.info>
3116
3117 * shr.el: Fix defcustom type (char -> character).
3118
0d2d1bdc
G
31192010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3120
3121 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3122 programs.
3123
31242010-10-14 Julien Danjou <julien@danjou.info>
3125
31e96eec
JD
3126 * shr.el (shr-tag-a): Use url-link as widget type.
3127
0d2d1bdc
G
3128 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3129 `gnus-group-get-icon'.
3130
a1d16a7b
G
31312010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
d1090fe8
LMI
3133 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3134 This should make server editing work better.
3135
a1d16a7b
G
3136 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3137
3138 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3139 (nnimap-parse-flags): Fix regexp.
3140
3141 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3142 probably work for CJVK text, too.
3143
296a8e19 3144 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
3145 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3146
31472010-10-13 Julien Danjou <julien@danjou.info>
3148
3149 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3150 responses.
3151
31522010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3153
3154 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3155
3156 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3157 anything in Emacs.
3158
3159 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3160
d0e0de31
JD
31612010-10-13 Julien Danjou <julien@danjou.info>
3162
3163 * shr.el (shr-width): Make shr-width a defcustom with default to
3164 fill-column.
3165 (shr-tag-img): Use shr-width rather than fill-column.
3166
7417851c
KY
31672010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3168
68d9bf4b
KY
3169 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3170
7417851c
KY
3171 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3172 position when (X-)Faces exist.
3173 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3174 avatars when called interactively.
3175
ab67634f
G
31762010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3177
3178 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3179 gnus-article-x-face-too-ugly is bound.
3180
6ffab592
LMI
31812010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
ab67634f
G
3183 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3184
3185 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3186 mailbox that doesn't exist.
3187
31882010-10-12 Julien Danjou <julien@danjou.info>
3189
3190 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3191 (shr-get-image-data): Encode URL properly when fetching from cache.
3192 (shr-tag-img): Use aligned-to spaces to align correctly images.
3193
3194 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3195 before inserting the Gravatar.
3196
3197 * shr.el (shr-tag-img): Add align attribute support for <img>.
3198
31992010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3200
296a8e19 3201 * gnus-gravatar.el (gnus-art): Require.
ab67634f 3202
6ffab592
LMI
3203 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3204 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3205 Remove long obsoleted functions.
3206
f0b7f5a8
KY
32072010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3208
f0b7f5a8
KY
3209 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3210
ed1d182d
GM
3211 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3212 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3213 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3214 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3215 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3216 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
3217 Fix comment for declare-function.
3218
6b7df8d3
G
32192010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * nnimap.el (nnimap-request-rename-group): Select group read-only
3222 before renaming it.
3223
3224 * shr.el (shr-insert): Fix up the white space only regexp.
3225
3226 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3227 bodies. Protect against this. Reported by Michael Welsh Duggan.
3228
3229 * shr.el (shr-current-column): New function.
3230 (shr-find-fill-point): New function.
3231
32322010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3233
3234 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3235 numbers.
3236
32372010-10-11 Julien Danjou <julien@danjou.info>
3238
3239 * shr.el (shr-hr-line): Add.
3240 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3241 display hr lines.
3242 (shr-max-columns): Do not change state to nil if we just inserting
3243 spaces.
3244
6ec07c5a
LMI
32452010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3246
3247 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3248 select the last group.
3249
0be56f17
TZ
32502010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3251
3252 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3253
dab0271f
G
32542010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3255
3256 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3257 for Gnus.
3258 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3259 (nnimap-update-qresync-info): Mark \Seen articles as read.
3260
3261 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3262 non-variable, too.
3263
3264 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3265 available.
3266 (nnimap-update-info): Rely more on the current active than the param
3267 active to avoid marking articles as read too much.
3268
3269 * auth-source.el (auth-source-create): Use (user-login-name) for the
3270 user name default.
3271
3272 * nnimap.el (nnimap-update-info): If the server doesn't return any
3273 useful info, just use the previous info.
3274 (nnimap-update-info): Prefer old info over start-article.
3275 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3276
32772010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3278
3279 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
3280 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3281 Use key rather than value.
dab0271f
G
3282 (nnir-imap-search-other): New variable.
3283 (nnir-read-parm): Use it.
3284 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3285 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3286
32872010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3290 the process, too.
3291
f7aa248a
G
32922010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3293
296a8e19
SM
3294 * spam.el (gnus-summary-mode-map): Bind to "$".
3295 Suggested by Russ Allbery.
f7aa248a
G
3296
3297 * shr.el: Rework the way things are indented by <li> slightly.
3298
3299 * gnus.el (gnus-group-set-parameter): Fix typo.
3300
3301 * nnimap.el: Start implementing QRESYNC support.
3302
33032010-10-09 Julien Danjou <julien@danjou.info>
3304
3305 * nnir.el (nnir-engines): Fix too many arguments.
3306
33072010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3310 group is the "last", so that the backends like nnfolder actually save
3311 their folders.
3312
3313 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3314 try to use that for the tls stream.
3315 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3316 UIDVALIDITY and find out which groups are read-only and not.
3317 (nnimap-get-flags): Use the same marks parsing code as the rest of
3318 nnimap.
3319
afba0c4b
JD
33202010-10-09 Julien Danjou <julien@danjou.info>
3321
1736ad36
JD
3322 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3323
afba0c4b
JD
3324 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3325 retrieving gravatars.
3326
3327 * shr.el (shr-table-corner): Add.
3328 (shr-table-line): Add.
3329 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3330
36d3245f
G
33312010-10-08 Julien Danjou <julien@danjou.info>
3332
3333 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3334
33352010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3336
3337 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3338
3339 * gnus-sum.el (gnus-mark-article-as-unread)
3340 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3341 (gnus-summary-set-bookmark): Use it.
3342
3343 * gnus-msg.el (gnus-setup-message): Use it.
3344
3345 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3346
3347 * gnus.el (gnus-group-remove-parameter): Use it.
3348
3349 * gnus-group.el (gnus-group-make-web-group): Use it.
3350
3351 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3352
3353 * nnregistry.el: Update docs to mention manual.
3354
3355 * gnus-registry.el: Update docs to mention nnregistry.el.
3356 (gnus-registry-initialize): Don't install nnregistry refer method
3357 automatically.
3358 (gnus-registry-install-nnregistry): Remove it.
3359
33602010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3361
3362 * shr.el (shr-insert): Don't insert double spaces.
3363
863b61d6
KY
33642010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3365
090f6ea1
KY
3366 * gnus-gravatar.el (gnus-treat-from-gravatar)
3367 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3368 called interactively.
3369
f7aa0b8f
KY
3370 * gnus-art.el (gnus-mime-view-part-externally)
3371 (gnus-mime-view-part-internally): Make predicate function passed to
3372 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3373 of a mime type.
3374
863b61d6
KY
3375 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3376
3d319c8f
LMI
33772010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3378
3379 * shr.el (require): Require cl when compiling.
3380 (shr-tag-hr): New function.
3381
3382 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
3383 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3384 This makes nnimap work properly on Courier again.
3d319c8f
LMI
3385
3386 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
01c35094 3387 the variable for backwards compatibility.
3d319c8f
LMI
3388
3389 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3390 the file name before using to avoid setting mm-default-directory to
3391 nil.
3392
3393 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3394 bidning gnus-agent variables.
3395
3396 * shr.el (shr-render-td): Use a cache for the table rendering function
3397 to avoid getting an exponential rendering behaviour in nested tables.
3398 (shr-insert): Rework the line-breaking algorithm.
3399 (shr-insert): Don't leave trailing spaces.
3400 (shr-insert-table): Also insert empty TDs.
3401 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3402
3a3cbf0a
SM
34032010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * gnus-sum.el (gnus-number): Rename from `number'.
3406 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3407 (gnus-summary-limit-children): Update uses correspondingly.
3408
fcf2d385
KY
34092010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3410
3411 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3412 (gnus-gravatar-transform-address): Don't show avatars of people of
3413 which mail addresses match gnus-gravatar-too-ugly.
3414
a7dcc87b
G
34152010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3416
3417 * shr.el (shr-table-widths): Expand TD elements to fill available
3418 space.
3419
34202010-10-07 Julien Danjou <julien@danjou.info>
3421
3422 * nnimap.el (nnimap-request-rename-group): Add this method.
3423
814cc274
KY
34242010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3425
3426 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3427 name from XEmacs' function-arglist.
3428
3429 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3430 gravatar under XEmacs.
3431
cbabe91f
TZ
34322010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3433
3434 * auth-source.el: Update docs with TODO items.
3435
3436 * gnus-sync.el: Update docs to explain state and plans.
3437
3438 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3439 Hooks for mark updates.
3440 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3441
3442 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3443 hooks with arguments, which is needed for mark update hooks.
3444
fd9ba500
JD
34452010-10-06 Julien Danjou <julien@danjou.info>
3446
d2abc29a
JD
3447 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3448 was matched.
3449
fd9ba500
JD
3450 * sieve-manage.el: Update example in `Commentary'.
3451
3452 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3453
3454 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3455 not 2000.
3456 (sieve-manage-authenticate): Re-add function.
3457
66627fa9
G
34582010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3459
3460 * shr.el (shr-insert): Get 'space transition right.
35624242 3461 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
3462
3463 * nnimap.el (nnimap-open-connection): Prepare to support
3464 open-gnutls-stream.
3465
3466 * shr.el: Rearrange function order to be more logical.
3467
34682010-10-06 Julien Danjou <julien@danjou.info>
3469
3470 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3471 (nnrss-discover-feed): Remove 404 URL in docstring.
3472
3473 * nnir.el: Fix Swish-E URL.
3474 Fix Namazu URL.
3475
3476 * message.el (message-change-subject): Remove 404 URL in a comment.
3477
61c47336
KY
34782010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3479
568f71a8
KY
3480 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3481 called interactively.
3482
61c47336
KY
3483 * gnus-util.el (gnus-remove-if): Allow hash table.
3484 (gnus-remove-if-not): New function.
3485
3486 * gnus-art.el (gnus-mime-view-part-as-type)
3487 * gnus-score.el (gnus-summary-score-effect)
3488 * gnus-sum.el (gnus-read-move-group-name):
3489 Replace remove-if-not with gnus-remove-if-not.
3490
3491 * gnus-group.el (gnus-group-completing-read):
3492 Regard collection as a hash table if it is not a list.
3493
130e977f
LMI
34942010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3495
a0ec382a
LMI
3496 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3497
3498 * shr.el: Document the table-rendering algorithm.
3499
130e977f
LMI
3500 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3501 invalid URLs.
3502
3503 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3504 line-broken.
3505 (shr-tag-img): Ignore image fetching errors.
3506 (shr-overlays-in-region): Compute overlay positions correctly.
3507
3508 * mm-decode.el (mm-shr): Require shr.
3509
3510 * gnus-art.el (gnus-blocked-images): Move variable here.
3511
3512 * shr.el (shr-insert-table): Bind free variable.
3513
3514 * mm-decode.el (mm-shr): Bind shr-content-function.
3515
3516 * shr.el (shr-content-function): New variable.
3517
3518 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3519 added for symmetry.
3520
3521 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3522
3523 * gnus-group.el (gnus-group-make-group): Doc fix.
3524
3525 * nnimap.el (nnimap-request-newgroups): Return success.
3526
3527 * shr.el (shr-find-elements): New function.
3528 (shr-tag-table): Put all the images after the table.
3529 (shr-tag-table): Really inhibit images inside the table.
3530 (shr-collect-overlays): Copy over overlays from the TD elements to the
3531 main document.
3532
3533 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3534 gnus-blocked-images.
3535
6f7e2ffd
JD
35362010-10-05 Julien Danjou <julien@danjou.info>
3537
1d8e1f78
JD
3538 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3539
6f7e2ffd
JD
3540 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3541 (gnus-html-maximum-image-size): Add this function.
3542 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3543
3544 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3545 server-value of the capability is nil.
3546
562f5ce5
G
35472010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3548
3549 * shr.el (shr-tag-em): Add <EM> tag.
3550
35512010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3552
3553 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3554 customizable.
3555
3556 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3557 handing broken links to browse-url.
3558
50cb700c
JD
35592010-10-05 Julien Danjou <julien@danjou.info>
3560
3561 * gnus-util.el (gnus-emacs-completing-read)
3562 (gnus-iswitchb-completing-read): Use autoload rather than require.
3563
cfadea45
KY
35642010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3565
1225bc49
KY
3566 * gnus-util.el (gnus-completing-read-function): Exclude
3567 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3568 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3569 XEmacs.
3570
3571 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3572 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3573
9c619400
KY
3574 * gnus-html.el: Don't require help-fns under XEmacs.
3575 (gnus-html-schedule-image-fetching): Work for XEmacs.
3576
cfadea45
KY
3577 * mm-decode.el (mm-shr): Decode contents by charset.
3578
5d2ef6db
G
35792010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
130e977f
LMI
3581 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3582 unknown.
3583
71e691a5
G
3584 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3585 (shr-get-image-data): Ensure against the cache file missing.
3586
3587 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3588 for data.
3589
3590 * spam-report.el (spam-report-url-ping-plain): Don't query about
3591 killing the process.
3592
3593 * shr.el (shr-render-td): Protect against too-wide text.
3594
35952010-10-04 Julien Danjou <julien@danjou.info>
3596
3597 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3598 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3599
3600 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3601 retrieved.
3602
36032010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3604
296a8e19 3605 * shr.el (browse-url): Require.
71e691a5
G
3606 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3607 lines.
3608 (shr-show-alt-text, shr-browse-image): New commands.
3609 (shr-browse-url, shr-copy-url): New commands.
3610
3611 * gnus-sum.el (gnus-widen-article-window): New variable.
3612 (gnus-summary-select-article-buffer): Use it.
3613
3614 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3615 without @ signs.
3616
36172010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3618
3619 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3620
36212010-10-04 Julien Danjou <julien@danjou.info>
3622
3623 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3624 for XEmacs.
3625
36262010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3627
3628 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3629
3630 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3631 (nnimap-close-server): Implement.
3632
5d2ef6db 3633 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
3634 (shr-insert): Tweak line breaking.
3635 (shr-insert): Handle <pre> better.
8028ed5c
LMI
3636 (shr-tag-li): Get <li> indentation right.
3637 (shr-tag-li): Get <li> indentation even righter.
3638 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
3639 (shr-make-table): Tweak table generation.
3640 (shr-make-table): Fix typo.
3641
3642 * shr.el: Implement table rendering.
5d2ef6db
G
3643
36442010-10-04 Julien Danjou <julien@danjou.info>
3645
3646 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3647
23179cb9
LMI
36482010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3649
3650 * shr.el (shr-insert): Use string anchors instead of line anchors.
3651
a41c2e6d
G
36522010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3653
3654 * shr.el: Add headings.
3655 (shr-ensure-paragraph): Actually work.
3656 (shr-tag-li): Make <ul> prettier.
3657 (shr-insert): Get white space at the beginning/end of elements right.
3658 (shr-tag-p): Collapse subsequent <p>s.
3659 (shr-ensure-paragraph): Don't insert double line feeds after blank
3660 lines.
3661 (shr-insert): \t is also space.
3662 (shr-tag-s): Fix "s" tag name function.
3663 (shr-tag-s): Fix face prop name.
3664
36652010-10-03 Julien Danjou <julien@danjou.info>
3666
3667 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3668
3669 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3670 gnus-window-inside-pixel-edges.
3671
3672 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3673 gnus-ems.
3674
3675 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3676
3677 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3678 function.
3679
3680 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3681 resize choice.
3682
36832010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3684
3685 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3686 beginning of the buffer.
3687
3688 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3689 article buffer again.
3690
296a8e19 3691 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
3692
3693 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3694 when it's at the start of the buffer.
3695
3696 * shr.el (shr-tag-blockquote): Convert name.
3697 (shr-rescale-image): Use the right image-size variant.
3698
3699 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3700 buffer isn't shown, then select the current article first instead of
3701 bugging out.
3702 (gnus-summary-select-article-buffer): Show both the article and summary
3703 buffers again.
3704
3705 * shr.el (shr-fontize-cont): Protect against regions with no text.
3706 Rename tag functions to shr-tag-* for enhanced security.
3707 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3708
d99a4591
CY
37092010-10-03 Chong Yidong <cyd@stupidchicken.com>
3710
3711 * shr.el (shr-insert):
3712 * pop3.el (pop3-movemail):
3713 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3714 loaded.
3715
922ad43e
GM
37162010-10-03 Glenn Morris <rgm@gnu.org>
3717
0f810fbf
GM
3718 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3719
3615c80c
GM
3720 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3721
7530a81b
GM
3722 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3723
4ec3f7cf
GM
3724 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3725
922ad43e
GM
3726 * gnus-util.el (gnus-make-local-hook): Simplify.
3727
870409d4
G
37282010-10-02 Julien Danjou <julien@danjou.info>
3729
3730 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3731 (gnus-ido-completing-read): New function.
3732 (gnus-emacs-completing-read): New function.
3733 (gnus-completing-read): Use gnus-completing-read-function.
3734 Add gnus-completing-read-function.
3735
37362010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3737
3738 * shr.el (shr-insert-document): Autoload.
3739 (shr-img): Be silent.
3740 (shr-insert): Add a newline after every picture before text.
3741 (shr-add-font): Use overlays for combining faces.
3742 (shr-insert): Pass upwards the text start point.
3743
3744 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3745 possible.
3746 (mm-shr): New function.
3747
37482010-10-02 Julien Danjou <julien@danjou.info>
3749
3750 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3751 should go backward.
3752
f3fd95db
JB
37532010-10-02 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * shr.el (shr): Fix typo in provide call.
3756
367f7f81
LMI
37572010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3758
3759 * shr.el: New file.
3760
3761 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3762
3763 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3764 completing read.
3765
a3f57c41
G
37662010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3767
3768 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3769 we're being queried about. Suggested by Dan Jacobson.
3770
296a8e19
SM
3771 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3772 Suggested by Jason Eisner.
a3f57c41
G
3773
3774 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3775 table, too. Suggested by Stefan Wiens.
3776 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3777 the table unnecessary. Suggested by Stefan Wiens.
3778
3779 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3780 longer needed, and probably doesn't work either, as pointed out by
3781 Stefan Wiens.
3782 (gnus-summary-exit): Remove call to the clearing function.
3783 (gnus-summary-exit-no-update): Ditto.
3784
3785 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3786 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3787 Reported by Stefan Monnier.
3788 (gnus-summary-save-in-rmail): Ditto.
3789
3790 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3791 article buffer, instead of both the article buffer and the summary
3792 buffer. Sort of suggested by Dan Jacobson.
3793
3794 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3795
3796 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3797 Suggested by Dan Jacobson.
3798
3799 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3800 documentation clearer.
3801
3802 * message.el (message-shorten-references): Comment on the number "21".
3803 Suggested by Stefan Monnier.
3804
3805 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3806 Suggested by Dan Jacobson.
3807
296a8e19
SM
3808 * gnus.el (gnus-large-newsgroup):
3809 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
3810
3811 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3812 externalize attachments. Bug reported by Steve Wen.
3813
3814 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3815 really message anything to the user.
3816
3817 * nnmail.el (nnmail-article-group): Allow using the fancy split method
3818 directly.
3819
3820 * nnimap.el (nnimap-request-group): Low higher than high to signal no
3821 messages in empty groups.
3822
38232010-10-01 Ted Zlatanov <tzz@lifelogs.com>
3824
3825 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3826 non-UIDNEXT group.
3827
38282010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3829
3830 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3831 not the value from the collection.
3832
3833 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3834 values. This sometimes happens on some groups that have no info.
3835 (nnimap-request-newgroups): New function.
3836
38372010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
3838
3839 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3840 check into `gnus-registry-initialize'.
3841 (gnus-registry-initialize): Ditto.
3842 Fix and extend header docs.
3843
aecb42aa
LMI
38442010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
0a887f39
LMI
3846 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3847 regexp backtrace overflows.
3848
aecb42aa
LMI
3849 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3850 for starttls that tls.el implements; i.e. openssl.
3851
4b36c6d4
KY
38522010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
3853
3854 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3855 (gravatar-create-image): New function that's an alias to
3856 gnus-xmas-create-image, gnus-create-image, or create-image.
3857 (gravatar-data->image): Use it.
3858
6b958814
G
38592010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
3860
3861 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3862 install the nnregistry refer method.
3863 (gnus-registry-install-hooks): Use it.
3864 (gnus-registry-unfollowed-groups): Add nnmairix to the default
3865 unfollowed groups.
3866
38672010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
3868
3869 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3870 expanding threads.
3871
38722010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * nnir.el: Use the server names without suffixes (bug #7009).
3875
3876 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3877 unencrypted to STARTTLS, if possible.
3878
38792010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3880
3881 * message.el (message-ignored-supersedes-headers): Strip Injection-*
3882 headers before superseding.
3883
38842010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3885
3886 * nnrss.el (nnrss-use-local): Add documentation.
3887
3888 * nnimap.el (nnimap-extend-tls-programs): New function.
3889 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3890 (nnimap-wait-for-connection): Accept the greeting from the stupid
3891 output from openssl s_client -starttls, too.
3892
3893 * nnimap.el (nnimap-find-article-by-message-id): Really return the
3894 article number.
3895 (nnimap-split-fancy): New variable.
3896 (nnimap-split-incoming-mail): Use it.
3897
3898 * nntp.el (nntp-server-list-active-group): Document.
3899
3900 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3901 SELECT to get the message-id.
3902
296a8e19 3903 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
3904 (defvar): Ditto.
3905 (mail-source-fetcher-alist): Ditto.
296a8e19 3906 (mail-source-fetch-webmail): Remove.
6b958814 3907
296a8e19 3908 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
3909
3910 * gnus.el: Fix up make-obsolete-variable declarations throughout.
3911
3912 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3913 the \r.
3914
743595bc
JD
39152010-09-30 Julien Danjou <julien@danjou.info>
3916
3917 * gnus-agent.el (gnus-agent-add-group): Fix call to
3918 gnus-completing-read.
3919
39202010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3921
3922 * nndoc.el (nndoc-retrieve-groups): New function.
3923
3924 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3925 `default', use nnmail-split-methods.
3926 (nnimap-request-article): Downcase the NILs so that they are nil.
3927
3928 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3929 symbol.
3930
3931 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3932 code, since if the user has requested network, that's what they ought
3933 to get.
3934 (nnimap-request-set-mark): Erase the buffer before issuing commands.
3935 (nnimap-split-rule): Mark as obsolete.
3936
296a8e19
SM
3937 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3938 New variable.
743595bc
JD
3939
3940 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3941 correct slot, too.
3942
39432010-09-29 Julien Danjou <julien@danjou.info>
3944
3945 * gnus.el (gnus-local-domain): Declare variable obsolete.
3946
2f5e7c6f
GM
3947 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3948 Fix history computing.
743595bc
JD
3949 (gnus-ido-completing-read): Require ido.
3950
39512010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
3953 * gnus-registry.el: Don't prompt on load, which makes it impossible to
3954 build Gnus.
3955
3956 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3957 when interpreting the structures.
3958 (nnimap-request-accept-article): Add \r\n to the lines to make this
3959 work with Cyrus.
3960
743595bc
JD
3961 * nndraft.el (nndraft-request-expire-articles): Use the group name
3962 instead if "nndraft". Fix found by Nils Ackermann.
3963
6b958814
G
39642010-09-29 Ludovic Courtes <ludo@gnu.org>
3965
296a8e19 3966 * nnregistry.el: Add.
6b958814 3967
01270787
SM
39682010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * nnmail.el (group, group-art-list, group-art):
3971 Remove unneeded directives.
3972
0c43b6f8
KY
39732010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
3974
3975 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3976 (mm-mime-charset)
3977 * rfc2047.el (rfc2047-syntax-table)
3978 * utf7.el (utf7-utf-16-coding-system): Comment fix.
3979
3980 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3981 rather than `insert-file-contents' and `eval-region'.
3982
743595bc
JD
39832010-09-29 Julien Danjou <julien@danjou.info>
3984
3985 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3986 replacement of `gnus-gravatar-relief' to mimic
3987 `gnus-faces-properties-alist'.
3988 Add :version property.
3989
5b5dafd2
KY
39902010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * mail-source.el (mail-source-report-new-mail)
3993 * message.el (message-default-mail-headers)
3994 * mm-decode.el (mm-valid-image-format-p): Comment fix.
3995
3996 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3997
b6fda8fc
JD
39982010-09-28 Julien Danjou <julien@danjou.info>
3999
4000 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4001 mail-address contains the same string as real-name.
4002
4003 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4004 non-blank in header, otherwise it'll get stripped.
4005
4006 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4007 real-name, and then for mail address rather than doing : or , search.
4008
743595bc
JD
40092010-09-27 Julien Danjou <julien@danjou.info>
4010
743595bc
JD
4011 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4012 right completing-read function.
4013 (gnus-use-ido): New variable
4014 (gnus-completing-read-with-default): Remove.
296a8e19
SM
4015 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4016 (gnus-agent-add-group):
4017 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4018 * mm-view.el (mm-view-pkcs7-decrypt):
4019 * mm-util.el (mm-codepage-setup):
4020 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4021 * mml-smime.el (mml-smime-openssl-sign-query):
4022 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4023 (mml-insert-multipart):
4024 * gnus-msg.el (gnus-summary-yank-message):
4025 * gnus-int.el (gnus-start-news-server):
4026 * mm-decode.el (mm-interactively-view-part):
4027 * gnus-dired.el (gnus-dired-attach):
4028 * gnus.el (gnus-read-method):
4029 * gnus-bookmark.el (gnus-bookmark-jump):
4030 * gnus-art.el (gnus-mime-view-part-as-type)
4031 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4032 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4033 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4034 * nnmairix.el (nnmairix-create-server-and-default-group)
4035 (nnmairix-update-groups, nnmairix-get-server)
4036 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4037 (nnmairix-get-group-from-file-path):
4038 * nnrss.el (nnrss-find-rss-via-syndic8):
4039 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4040 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4041 (gnus-group-browse-foreign-server):
4042 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4043 (gnus-summary-execute-command, gnus-summary-respool-article)
4044 (gnus-read-move-group-name):
4045 * gnus-score.el (gnus-summary-increase-score)
4046 (gnus-summary-score-effect):
4047 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 4048
e0a185ae
KY
40492010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4050
635be05a
KY
4051 * nnimap.el (auth-source-forget-user-or-password)
4052 (auth-source-user-or-password): Autoload.
4053
e0a185ae
KY
4054 * message.el (message-from-style, message-interactive)
4055 (message-signature): Remove comment.
4056 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4057 always.
4058 (message-sendmail-envelope-from): Comment fix.
4059 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
4060 (message-indentation-spaces):
4061 Default to mail-indentation-spaces always.
e0a185ae
KY
4062 (message-signature-file): Default to mail-signature-file always.
4063
9f2d52e7
G
40642010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4067 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4068 new articles.
4069
4070 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4071 parts.
4072 (nnimap-request-article): Work with the t setting, too.
4073
4074 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4075 that you don't get flashes of other buffers.
4076 (gnus-summary-show-complete-article): Intern before setting.
4077
40782010-09-27 David Engster <dengste@eml.cc>
4079
938c0d10 4080 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
4081 well as HEADERS.
4082 (nnmairix-retrieve-headers): Provide new argument for the above.
4083
40842010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4085
4086 * gnus-sum.el (gnus-summary-move-article): Don't alter
4087 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4088 group.
4089
4090 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4091
4092 * message.el (message-cite-prefix-regexp): Revert my last edit.
4093
4094 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4095 variable instead of the Gnus variable.
4096
4097 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4098
296a8e19 4099 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
4100
4101 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4102 since some servers don't like it.
4103 (nnimap-open-connection): Forget credentials if the server says the
4104 password was wrong.
4105 (nnimap-parse-line): Protect against invalid data.
4106
4107 * gnus-sum.el (gnus-summary-move-article): Add comment.
4108 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4109 nothing alters it while scanning for new messages.
4110
4111 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4112 which may or may not help.
4113 (nnimap-open-connection): If we're doing a stream connection, and then
4114 discover we're on a STARTTLS-capable server, then open a STARTTLS
4115 connection instead.
4116
14db1c41
LMI
41172010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4118
296a8e19 4119 * nnimap.el (utf7): Require.
14db1c41
LMI
4120
4121 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4122 prefix.
4123
1d77b63e
JB
41242010-09-27 Juanma Barranquero <lekktu@gmail.com>
4125
4126 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4127
062eae99
G
41282010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4129
4130 * nnimap.el (nnimap-request-accept-article): Message the error on
4131 error.
4132
e5fa3899
KY
41332010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4134
4135 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4136
1821a7b4
LMI
41372010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4138
82bccbfa
KY
4139 * nndoc.el (nndoc-request-list): Return success always.
4140
4141 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
4142 `fetch-old' -- we only want to fetch the articles we've requested.
4143 The rest are in the agent, probably.
82bccbfa
KY
4144 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4145 disappeared server" to something low. It's not important.
4146
4147 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4148 arrived before the FETCH data.
4149
4150 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4151 target here, because we don't know the Gnus name of the group.
4152
4153 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4154 for the correct group.
4155
4156 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4157
4158 * gnus.el (gnus): Give a final warning after startup.
4159
4160 * gnus-util.el (gnus-action-message-log): New variable.
4161 (gnus-message): Use it.
4162 (gnus-final-warning): New function.
4163
4164 * nnimap.el (nnimap-open-connection): Record the greeting.
4165 (nnimap): Add greeting.
4166
41672010-09-26 Julien Danjou <julien@danjou.info>
4168
4169 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4170 arguments.
4171 (gnus-html-wash-images): Fix spec computing to include start/end.
4172
4173 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4174
41752010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4176
4177 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4178 deletion.
4179 (nnimap-retrieve-headers): Don't select the group, because that's
4180 already done by nnimap-possibly-change-group.
4181
4182 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4183 (gnus-picon-transform-address): Use it.
4184
2696d88f
G
4185 * mail-source.el (mail-source-value): Revert previous patch.
4186
4187 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4188 on failure.
4189 (nnimap-open-connection): Look up both virtual and physical server name
4190 credentials.
4191
4192 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4193
41942009-02-08 Dave Love <fx@gnu.org>
4195
296a8e19
SM
4196 * gnus-win.el (gnus-window-to-buffer-helper)
4197 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
4198
4199 * mail-source.el (mail-source-value): Function needn't be a symbol.
4200
42012010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4202
4203 * message.el (message-cite-prefix-regexp): Remove } from the cite
4204 prefix.
4205
4206 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4207 highlight again, so that the highlight is correct.
4208
4209 * gnus-picon.el (gnus-picon): Remove again.
4210 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4211
1821a7b4
LMI
4212 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4213 doing the header highlightling, so that the background colour of the
4214 picon is correct.
4215
296a8e19 4216 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
4217 (gnus-picon): Ditto.
4218 (gnus-picon): Reinstate. The background colour for picons is white.
4219 (gnus-picon-insert-glyph): Make the background white.
4220
4221 * nnml.el (nnml-open-nov): Don't return dead buffers.
4222
4223 * auth-source.el (auth-source-create): Query the user for whether to
4224 store the credentials.
4225
4226 * auth-source.el (auth-source-user-or-password): Use the existing auth
4227 sources, if any, for creation.
4228
4229 * gnus.el (gnus-group-fast-parameter): Return the last matching
4230 parameter instead of the first matching parameter.
4231
42322010-09-26 Julien Danjou <julien@danjou.info>
4233
4234 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4235
42362010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4237
4238 * mml2015.el (mml2015-use): Remove gpg support.
4239
4240 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 4241 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
4242
42432010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4244
4245 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4246 (gnus-browse-unsubscribe-current-group): Document it.
4247 (gnus-browse-unsubscribe-group): Use it.
4248
42492010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4250
4251 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4252 address to the To list for easier response.
4253
296a8e19 4254 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
4255 (gnus-splash): Don't play jingle.
4256 (gnus): Silence gnus-load message.
4257
296a8e19 4258 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
4259
4260 * gnus.el (gnus-play-jingle): Remove audio support.
4261
4262 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4263
296a8e19 4264 * earcon.el: Remove -- no users.
1821a7b4 4265
296a8e19 4266 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
4267
4268 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4269
4270 * gnus-start.el (gnus-setup-news): Remove nocem support.
4271
296a8e19 4272 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 4273
296a8e19 4274 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
4275
4276 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 4277 Remove.
1821a7b4 4278
296a8e19 4279 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
4280 uses NoCeM any more.
4281
4282 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4283 (gnus-button-ctan-handler): Ditto.
4284 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4285 (gnus-button-ctan-directory-regexp): Ditto.
4286 (gnus-button-handle-ctan): Ditto.
4287 (gnus-button-tex-level): Ditto.
296a8e19 4288 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
4289
42902010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4291
296a8e19 4292 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
4293 nnimap-streaming test.
4294
4295 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4296 servers twice.
4297
4298 * nnimap.el (nnimap-open-connection): Add more error reporting when
4299 nnimap fails early.
4300
4301 * nnheader.el (nnheader-get-report-string): New function.
4302 (nnheader-get-report): Use it.
4303
4304 * gnus-int.el (gnus-check-server): Say what the error was when opening
4305 failed.
4306
4307 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4308 using streaming.
4309
43102010-09-25 Julien Danjou <julien@danjou.info>
4311
4312 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4313 gnus-window-inside-pixel-edges.
4314
758845a0
LMI
43152010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316
1821a7b4
LMI
4317 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4318
4319 * mm-decode.el (mm-save-part): Allow saving to other directories the
4320 normal Emacs way.
4321
296a8e19
SM
4322 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4323 Suggested by Jay Berkenbilt.
1821a7b4
LMI
4324
4325 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4326 there isn't a single byte.
4327
4328 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4329 just do it. It doesn't really seem to matter what the user responds
4330 here, I think, so it's just a confusing question.
4331
4332 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4333 non-streaming case.
4334
296a8e19 4335 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
4336 (gnus-article-encrypt-body): Use it.
4337
4338 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4339 keystroke.
4340
296a8e19
SM
4341 * nnimap.el (nnimap-find-wanted-parts-1):
4342 Use gnus-fetch-partial-articles.
1821a7b4
LMI
4343
4344 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4345
4346 * nnimap.el (nnimap-insert-partial-structure): New function.
4347 (nnimap-get-partial-article): New function.
4348 (nnimap-request-article): Use it.
4349 (nnimap-wait-for-response): Return whether the wait was successful.
4350 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4351 retrieval wasn't successful.
4352 (nnimap-retrieve-group-data-early): Allow throttling servers.
4353 (nnimap-streaming): New variable.
296a8e19 4354 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
4355
4356 * mm-decode.el (mm-with-part): Protect against killed buffers.
4357
758845a0
LMI
4358 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4359 for prettier summary display.
4360
cd178df2
AC
43612010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4362
2f5e7c6f 4363 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 4364
56d95d02
LMI
43652010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366
6f33b4d7
LMI
4367 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4368 apparently third-party libraries depend on it.
4369
4370 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4371 before starting negotiation.
4372
6688abe0
LMI
4373 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4374 privacy reasons.
4375 (gnus-treat-mail-gravatar): Ditto.
4376
56d95d02
LMI
4377 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4378 buffer when inserting images. Inserting text into the headers, for
4379 instance, can make them invalid.
4380
e70153eb
JD
43812010-09-25 Julien Danjou <julien@danjou.info>
4382
a41db107
JD
4383 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4384 variables.
4385
4386 * nnheader.el: Remove useless variables news-reply-yank-from and
4387 news-reply-yank-message-id.
4388
4389 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4390 variables.
4391
4392 * mml1991.el: Remove useless mml1991-verbose.
4393
4394 * gnus.el: Remove useless variable gnus-use-generic-from.
4395 Remove obsolete variable gnus-topic-indentation.
4396
4397 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4398
4399 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4400
4401 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4402
4403 * gnus-group.el: Remove useless gnus-group-icon-cache.
4404 Remove useless gnus-ephemeral-group-server.
4405
4406 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4407
e70153eb
JD
4408 * mml2015.el: Remove useless mml2015-verbose.
4409
4410 * mml-smime.el: Remove useless mml-smime-verbose.
4411
4412 * gnus.el: Remove useless gnus-local-domain.
4413
296a8e19
SM
4414 * gnus-gravatar.el (gnus-gravatar-transform-address):
4415 Use gnus-gravatar-size.
e70153eb
JD
4416
4417 * gnus-art.el: Remove useless gnus-treat-translate.
4418
61b1af82
G
44192010-09-24 Julien Danjou <julien@danjou.info>
4420
4421 * gnus-sum.el: Add support for Gravatars.
4422
4423 * gnus-art.el: Add support for Gravatars.
4424
4425 * gnus-gravatar.el: Add this file.
4426
4427 * gravatar.el: Add this file.
4428
44292010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430
296a8e19 4431 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 4432
296a8e19 4433 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 4434
296a8e19 4435 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 4436
296a8e19 4437 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 4438
296a8e19 4439 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 4440
296a8e19 4441 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 4442 (gnus-group-recent-archive-directory): Ditto.
296a8e19 4443 (gnus-group-make-archive-group): Remove.
61b1af82
G
4444
4445 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4446
4447 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4448 use the same article number for all the cached articles.
4449
4450 * nnimap.el (nnimap-command): Register the last command time so
4451 that we can use it for idling NOOPs.
4452 (nnimap-open-connection): Start the keeplive timer.
4453 (nnimap-make-process-buffer): Store all the process buffers.
4454 (nnimap-keepalive): New function.
4455
938c0d10 4456 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
4457
44582010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4459
4460 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4461 handling.
4462
44632010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4466 its data structures.
4467
4468 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4469 instead of the cl.el copy-list.
4470 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4471 equalp.
4472
5843126b
KY
44732010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4474
4475 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4476 and tool-bar-local-item-from-menu.
4477
4478 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4479 mode-line-highlight face for Emacs.
4480
4481 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4482 loading gnus-sum.elc; fix comment for canlock-verify.
4483 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
4484 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4485 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
4486 (gnus-article-next-page-1): No need to adjust the number of lines.
4487 (gnus-article-describe-bindings): Always use help-buffer.
4488
4489 * gnus-audio.el (gnus-audio-inline-sound)
4490 * gnus-cus.el (gnus-custom-mode)
4491 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4492
4493 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4494
4495 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4496 compatible code.
4497
0a9f9d06 44982010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
4499
4500 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4501 visiting the fcc file in rmail-mode.
4502
d3361e62
KY
45032010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4504
4505 * nnir.el: Silence the byte compiler.
4506
4507 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4508 alias to browse-url-url-encode-chars if any.
4509 (gnus-html-encode-url): Use it.
4510
b1ae92ba
G
45112010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4512
4513 * gnus-start.el (gnus-use-backend-marks): New variable.
4514 (gnus-get-unread-articles-in-group): Use it.
4515
4516 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4517 makeover.
4518
45192010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4520
4521 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4522
45232010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4524
4525 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
4526 Remove.
4527 (gnus-setup-news-hook):
4528 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
4529
4530 * gnus-int.el (gnus-request-update-info): Protect against backends not
4531 having the function.
4532
4533 * nnimap.el (nnimap-stream): Mention starttls.
4534 (nnimap-open-connection): Add starttls support.
4535
45362010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4537
4538 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4539
45402010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4541
4542 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4543 BODYSTRUCTUREs.
4544 (nnimap-transform-headers): Unfold quoted {42} headers.
4545
4546 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4547 the info.
4548 (gnus-get-unread-articles): Only call updatep on backends that support
4549 it.
4550
4551 * nnweb.el (nnweb-request-update-info): NOOP.
4552
296a8e19 4553 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 4554
296a8e19 4555 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
4556 since it only deals with marks.
4557
296a8e19 4558 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
4559 gnus-request-marks, and make a new gnus-request-update-info.
4560
4561 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4562 the active instead of the high number, which is usually too low.
4563
45642010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4565
296a8e19 4566 * encrypt.el: Remove.
b1ae92ba 4567
239952b0
LMI
45682010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4569
d8ec441e
LMI
4570 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4571 server in symbolic form.
4572
296a8e19 4573 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 4574
b069e5a6
G
45752010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4578 (nnimap-update-info): Fix up code slightly.
4579
4580 * gnus-int.el (gnus-open-server): Add tracing for performance
4581 debugging.
4582
4583 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4584 (gnus-group-insert-group-line): Pass the real group name so that it
4585 gets the right data.
4586
4587 * gnus-start.el (gnus-get-unread-articles): Don't have
4588 `gnus-get-unread-articles-in-group' update info, since that can be
4589 really slow and doesn't seem to be needed?
4590
b069e5a6
G
45912010-09-22 Julien Danjou <julien@danjou.info>
4592
296a8e19
SM
4593 * gnus-group.el (gnus-group-insert-group-line):
4594 Call gnus-group-highlight-line.
b069e5a6
G
4595 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4596 default hook list.
4597 (gnus-group-update-eval-form): Add new function.
4598 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4599 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4600
46012010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4602
4603 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4604 immediate, then expire all articles.
4605 (nnimap-update-info): Fix off-by-one errors.
4606 (nnimap-flags-to-marks): Would return no marks lists for group with no
4607 flags. Instead return the other data.
4608
46092010-09-22 Julien Danjou <julien@danjou.info>
4610
296a8e19 4611 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
4612 Only return an icon.
4613 (gnus-group-insert-group-line): Compute icon to return.
4614
296a8e19 4615 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
4616 (gnus-html-image-fetched): Only cache if
4617 gnus-html-image-automatic-caching is set.
4618 (gnus-html-image-fetched): Check for errors.
4619
46202010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4621
4622 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4623 once per method on `g'. This ensures that backends like nnfolder don't
4624 open all their folders.
4625
4626 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4627 (nnimap-request-list): Nix out group in the correct buffer.
4628 (nnimap-parse-flags): Implement by using `read' instead of
4629 hand-parsing.
4630 (nnimap-flags-to-marks): Pass on permanent-flags.
4631 (nnimap-make-process-buffer): Record the server name.
4632 (nnimap-parse-flags): Fix typo.
4633 (nnimap-request-scan): Run split on the server in general, not just a
4634 single group.
4635
4636 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4637 parameter, and propagate this downwards.
4638
4639 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4640 since EXAMINE changes it on the server.
4641
4642 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4643 this command might take a while.
4644
46452010-09-22 Julien Danjou <julien@danjou.info>
4646
2f5e7c6f 4647 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
4648 harmful if you have 2 images side-by-side, they can't be properly
4649 update on text deletion. Using text-property is safer here.
b069e5a6
G
4650 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4651 data.
4652
46532010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4654
296a8e19 4655 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
4656 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4657 (nnimap-expunge): Flip default to t.
4658
4659 * gnus.el (gnus-method-to-server): Don't push things to the cache
4660 unless it's unique.
4661 (gnus-server-to-method): Ditto.
4662
7390c1cd
TZ
46632010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4664
4665 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4666
b4e64499
JD
46672010-09-22 Julien Danjou <julien@danjou.info>
4668
b069e5a6
G
4669 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4670 get the start of data.
4671 (gnus-html-encode-url): Add this function to encode special chars in
4672 URL.
4673 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4674 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4675
c7e2ef4e
JD
4676 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4677 default.
4678 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4679
b4e64499
JD
4680 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4681 images alt-text.
4682 (gnus-html-put-image): Put alt-text as help-echo.
4683
4def29e7
KY
46842010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4687 * mm-util.el (mm-decompress-buffer)
4688 * nnir.el (nnir-run-find-grep)
4689 * pop3.el (pop3-list): Use 3rd arg of split-string.
4690
b069e5a6
G
46912010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4694 outside the active range. Suggested by Dan Christensen.
4695
4696 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4697 slightly later to avoid double-getting it.
4698
4699 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4700 previous patch.
4701
4702 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4703
0617bb00
LMI
47042010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4705
4706 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4707
47082010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4709
4710 * gnus-int.el (gnus-open-server): Give a better error message in the
4711 "go offline" case.
4712
4713 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4714 marks for nnimap, which is seldom the right thing to do.
4715
4716 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4717 (gnus-same-method-different-name): New function.
4718
4719 * nnimap.el (parse-time): Require.
4720
4721 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4722 method in the presence of many similar methods.
4723
4724 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4725
4726 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4727 nnml-inhibit-expiry.
4728
4729 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4730 find out whether methods are equal.
4731
4732 * nnimap.el (nnimap-find-expired-articles): New function.
4733 (nnimap-process-expiry-targets): New function.
4734 (nnimap-request-move-article): Request the article before looking at
4735 what the Message-ID is. Fix found by Andrew Cohen.
4736 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4737
4738 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4739 for oldness in addition to being a predicate.
4740
4741 * nnimap.el (nnimap-request-group): When we have zero articles, return
4742 the right data to Gnus.
4743 (nnimap-request-expire-articles): Only delete articles immediately if
4744 the target is 'delete.
4745
4746 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4747 method, this would bug out.
4748
296a8e19 4749 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
4750 gnus-group-nnimap-expunge, and implemented as a normal interface
4751 function.
4752
4753 * gnus-int.el (gnus-request-expunge-group): New function.
4754
4755 * nnimap.el (nnimap-request-create-group): Implement.
4756 (nnimap-request-expunge-group): New function.
4757
2c8b2fc8
JD
47582010-09-21 Julien Danjou <julien@danjou.info>
4759
4760 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4761 (gnus-html-cache-expired): Add new function.
4762 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4763 wethever we should display image for fetch it.
4764 Compute alt-text earlier to pass it to the fetching function too.
4765 (gnus-html-schedule-image-fetching): Change function argument to only
4766 get one image at a time, not a list.
4767 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4768 cache.
4769 (gnus-html-get-image-data): New function to retrieve image data from
4770 cache.
4771 (gnus-html-put-image): Change buffer argument to use image data rather
4772 than file, and place image above region rather than inserting a new
2f5e7c6f 4773 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
4774 the image above alt-text.
4775 (gnus-html-prune-cache): Remove.
4776 (gnus-html-show-images): Start to fetch image when we find one, do not
4777 push into a temporary list.
4778 (gnus-html-prefetch-images): Only fetch image if they have expired.
4779 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4780 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4781
e4e22d29
KY
47822010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4785
a46359d4
LMI
47862010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
b069e5a6
G
4788 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4789 spec inser "*" if the group isn't active instead of 0.
4790
a46359d4
LMI
4791 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4792 opening the server.
4793 (nnimap-request-delete-group): Implement group deletion.
4794 (nnimap-transform-headers): Return the size of the entire message in
4795 the Bytes header, not just the size of the first part.
4796 (nnimap-request-move-article): When moving an article from nnimap,
4797 request the article first so the accepting form has an article to
4798 accept. Reported by Dan Christensen.
4799 (nnimap-command): Make sure that the error message doesn't error out.
4800
48012010-09-20 David Edmondson <dme@dme.org> (tiny change)
4802
4803 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4804 we haven't requested anything.
4805
48062010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4807
4808 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4809 "". Fix found by Andrew Cohen.
4810
4811 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4812 instead of -encode-string.
4813
321fce93
KY
48142010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4815
4816 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4817
4818 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4819 by mm-subst-char-in-string.
4820
e8861cd2
LMI
48212010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4822
bdaa75c7
LMI
4823 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4824 waiting for the connection string.
4825
4826 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4827 arriving.
4828
4829 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4830 bogus characters. This allows selecting certain Gmail groups.
4831
4832 * nnimap.el (nnimap-find-wanted-parts-1): New function.
4833 (nnimap-fetch-partial-articles): New variable.
4834 (nnimap-open-connection): When looking for credentials, also use the
4835 nnimap-server-port.
4836 (nnimap-request-article): Return the group/article number, so that Gnus
4837 `^' works as expected.
296a8e19 4838 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
4839
4840 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4841 comments.
4842 (gnus-methods-sloppily-equal): New function.
4843 (gnus): When using the development version of Gnus, load the gnus-load
4844 file.
4845
4846 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
4847 `gnus-open-server' on each method before trying to scan them etc.
4848 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
4849
4850 * nnimap.el (nnimap-authenticator): New variable.
4851 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
4852 (nnimap-transform-headers): The chars header is called Chars not Bytes.
4853 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
4854
4855 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4856 patch, found by Knut Anders Hatlen.
4857
48582010-09-19 Andreas Schwab <schwab@linux-m68k.org>
4859
4860 * gnus-agent.el (gnus-agent-batch-confirmation)
4861 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4862 to gnus-message.
4863 * gnus-art.el (gnus-article-describe-briefly): Likewise.
4864 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4865 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4866 * gnus-int.el (gnus-open-server): Likewise.
4867 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4868 (gnus-score-check-syntax): Likewise.
4869 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4870 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4871 Likewise.
4872 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4873
48742010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4875
4876 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4877 calling conventions so that prefetch doesn't bug out.
4878
48792010-09-19 Julien Danjou <julien@danjou.info>
4880
4881 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4882 rather than `subst-char-in-region' in order to be able to replace ASCII
4883 char by UTF-8 ones.
4884
4885 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4886 than curl.
4887 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4888 the right URL and ALT text on images.
4889 (gnus-html-wash-tags): Fix tag case.
93acd23d 4890 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
4891 (gnus-article-html): Add -o display_ins_del=2 option.
4892 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4893
48942010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4895
4896 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4897 the extra mail headers, which sometimes seem to happen for unknown
4898 reasons.
4899
4900 * mail-parse.el (mail-header-encode-parameter): Define as
4901 rfc2045-encode-string instead of as rfc2231-encode-string, since some
4902 (or most, perhaps?) mail readers don't understand the latter, but do
4903 understand the former.
4904
e8861cd2
LMI
4905 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4906 to nil, so that no methods are automatically agentized. I think this
4907 is probably what most users want.
4908
4909 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4910 from url-retrieve, for instance about invalid URLs.
4911
4912 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4913 groups that have no articles.
4914 (nnimap-request-article): Check that we really got an article when we
4915 requested one.
4916
4917 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4918 doesn't exist.
4919
4920 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4921 nntp buffer so the agent can save it.
4922 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4923 that CRLF doesn't get translated to \n.
4924 (nnimap-open-connection): Don't make 'shell commands only send \n.
4925
149caf54
SM
49262010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4929 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4930 Update var name.
4931 (nnml-generate-nov-file): Use dolist.
4932 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4933 Use with-current-buffer.
4934
286c4fc2
LMI
49352010-09-18 Julien Danjou <julien@danjou.info>
4936
4937 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4938 parallel.
4939
88ed5ce8
KY
49402010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4941
286c4fc2
LMI
4942 * nnimap.el (nnimap-update-info): When doing partial marks update, get
4943 the range update right.
4944 (nnimap-request-group): Don't make `M-g' bug out on group with no
4945 marks.
296a8e19 4946 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
4947 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4948 command we're looking for. This helps when the server sends more
4949 responses after we've gotten everything we expected.
4950 (nnimap): Add a `newlinep' field to keep track of end-of-line
4951 conventions.
4952 Don't send CRLF to things that don't want it.
4953 (nnimap-request-accept-article): Ditto.
4954
49552010-09-18 Julien Danjou <julien@danjou.info>
4956
4957 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4958 than curl to retrieve images.
4959
49602010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * nnimap.el (nnimap-update-info): Extend the info so that we can set
4963 the marks.
4964 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4965 (nnimap-wait-for-connection): New function.
4966 (nnimap-open-connection): If we have PREAUTH, don't query for login
4967 credentials.
4968 (nnimap-update-info): Fix off-by-one error when concatenating ranges
4969 when doing a partial update.
4970
49712010-09-18 Julien Danjou <julien@danjou.info>
4972
4973 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4974 tags.
4975
49762010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4977
4978 * nnimap.el (nnimap-credentials): New function.
4979 (nnimap-open-connection): Use the new function to look for credentials
4980 also on the numeric equivalents of "imap" and "imaps".
4981
4982 * gnus-start.el (gnus-activate-group): Send the info to
4983 gnus-request-group.
4984
4985 * nnimap.el (nnimap-request-group): Have the "check" version of the
4986 function parse flags and update the info, so that a `M-g' get a total
4987 resync of all flags from the group.
4988
4989 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4990 to allow backends to alter the info on group selection. Also alter all
4991 the backend -request-group functions to take the parameter.
4992
4993 * nnimap.el (nnimap-store-info): New function.
4994 (nnimap-update-info): Store the info for later usage.
4995 (nnimap-request-group): Use the stored info for the dont-check case, so
4996 that we don't retrieve all marks when we enter a group.
4997
4998 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 4999
bf5ba10b
LMI
5000 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5001 update the group info. This makes the nndraft groups, for instance, go
5002 back to their old behaviour.
5003
88ed5ce8
KY
5004 * gnus-sum.el (gnus-select-newsgroup): Indent.
5005
5006 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5007 in.
5008 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5009 nothing.
5010
5011 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5012 from methods that are denied.
5013
5014 * gnus-int.el (gnus-method-denied-p): New function.
5015
5016 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5017 store the password instead of netrc.
5018 (nnimap-open-connection): Don't error out when we can't make a
5019 connections.
5020
5021 * auth-source.el (auth-source-create): In the password prompt, say what
5022 we're querying for. Also prompt for user name if that hasn't been
5023 given.
5024
296a8e19 5025 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
5026
50272010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5028
5029 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5030 method when we're reading from the agent.
5031
5032 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5033
5034 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5035 that's probably most useful for users.
5036
5037 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5038 "failed" all the time.
5039
5040 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5041 ...)) with (with-current-buffer ... ).
5042
5043 * nntp.el (nntp-open-server): Return whether the open was successful or
5044 not.
5045
5046 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5047 select an unread unseen article first.
5048
5049 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5050 /etc/services, supply some sensible port defaults.
5051
b069e5a6 50522010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
5053
5054 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5055
50562010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5057
5058 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5059 doesn't have any parameters.
5060
50612010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5062
5063 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5064 only upcased checks.
5065
5066 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5067
5068 * nnimap.el (nnimap-open-shell-stream): New function.
5069 (nnimap-open-connection): Use it.
5070 (nnimap-transform-headers): Get the number of lines in each message.
5071 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5072 number of lines.
5073 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5074 problem.
5075
5076 * utf7.el (utf7-encode): Autoload.
5077
5078 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5079 to allow the mail splitting to not return a default group. This is
5080 useful for nnimap, which will leave unmatched mail in the inbox.
5081
5082 * nnimap.el: Rewritten.
5083
5084 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5085 nnimap usage.
5086
5087 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5088 if the move is internal, so that nnimap can do fast internal moves.
5089
5090 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5091 data.
5092 (gnus-read-active-for-groups): Support finishing the early retrieval of
5093 data.
5094
5095 * gnus-range.el (gnus-range-nconcat): New function.
5096
5097 * gnus-int.el (gnus-finish-retrieve-group-infos)
5098 (gnus-retrieve-group-data-early): New functions.
5099
63556fc6
SM
51002010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5103 (nnrss-retrieve-groups):
5104 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5105 (pop3-quit): Use with-current-buffer.
5106
f4530299
KY
51072010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5108
0eb04273
KY
5109 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5110 instead of nnheader-accept-process-output.
5111
f4530299
KY
5112 * gnus-html.el (gnus-html-schedule-image-fetching)
5113 (gnus-html-prefetch-images): Replace process-kill-without-query by
5114 gnus-set-process-query-on-exit-flag.
5115
eca7d7bf
RF
51162010-09-16 Romain Francoise <romain@orebokech.com>
5117
5118 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5119
01e80360
LMI
51202010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5121
b069e5a6
G
5122 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5123 parameter to unintern is mandatory-ish in Emacs 24.
5124
01e80360
LMI
5125 * gnus-html.el (gnus-html-schedule-image-fetching)
5126 (gnus-html-prefetch-images): Check for curl before using it.
5127
5128 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5129 depend on curl, which isn't essential.
5130
5131 * imap.el: Revert back to version
5132 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5133 seem problematic.
5134
5e2a84e3
JB
51352010-09-14 Juanma Barranquero <lekktu@gmail.com>
5136
5137 * gnus-registry.el (gnus-registry-install-shortcuts):
5138 Explicitly pass `obarray' to `unintern' to avoid a warning.
5139
74769e8b
LMI
51402010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5141
296a8e19 5142 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
5143 change.
5144
296a8e19 5145 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
5146 functions, including the moreover stuff.
5147
51482010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5149
5150 * nnrss.el (nnrss-retrieve-groups): New function.
5151
32405341
JB
51522010-09-14 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * .dir-locals.el: Add no-byte-compile cookie.
5155
dff99050
KY
51562010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5157
5158 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5159 for back end that doesn't support request-scan.
5160
a9ec34f4
LMI
51612010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5162
5163 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5164 then do request scans from the backends.
5165
5166 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5167 avoid running a hook per line, since this takes a lot of time,
5168 profiling shows.
5169 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5170 directly if gnus-visual-p is true.
5171
39486331
KY
51722010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5173
5174 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5175 groups; replace mapcar with dolist which is a bit faster; pass groups
5176 info to gnus-read-active-file-1.
5177 (gnus-read-active-file-1): Scan only specified groups if the new
5178 optional arg `infos' is given.
5179
698ecd82
LMI
51802010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
e574f629
LMI
5182 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5183
296a8e19
SM
5184 * pop3.el (pop3-movemail): Remove.
5185 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 5186
698ecd82
LMI
5187 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5188 don't restrict end-tag searches to the end of the line.
5189
55c9cbb0
KY
51902010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5191
5192 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5193 articles of every unchecked group to t, which means unknown since the
5194 server has never been opened.
5195
724d30be
KY
51962010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5197
99fcd180
LMI
5198 * gnus-html.el (gnus-html-show-alt-text): New command.
5199 (gnus-html-browse-image): Ditto.
5200 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5201 to browse the image directly.
9778a07a
LMI
5202 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5203 better.
99fcd180 5204
296a8e19
SM
5205 * gnus-async.el (gnus-async-article-callback):
5206 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
5207
5208 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5209 before feeding URLs to curl.
5210
16ec6ca4
KY
52112010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5212
ecc74b38
KY
5213 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5214 internal images as deletable by `W D D'.
5215
16ec6ca4
KY
5216 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5217 (gnus-async-article-callback): Fix typo.
5218
5edc8186
LMI
52192010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5220
f9e50677
LMI
5221 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5222 current line to work around bugs in the output from w3m.
5223
8d408585
LMI
5224 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5225 for groups that want that.
5226
d832b437
LMI
5227 * nntp.el (nntp-wait-for-string): Supply a timeout for
5228 accept-process-output to ensure progress.
5229
cdad7ab2
LMI
5230 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5231 level to get unread articles from, then use that for foreign groups,
5232 too.
5233
f39ccb2e
LMI
5234 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5235 confuses the rest of the function.
5236
26f96aa0
LMI
5237 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5238 for the methods that support -retrieve-groups, too.
5239
5edc8186
LMI
5240 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5241
ed96ace9
KY
52422010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5243
5244 * pop3.el: Require cl when compiling.
5245 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5246
d65835d9
LMI
52472010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5248
a83e5f19
LMI
5249 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5250 that aren't going to be activated.
f87f756b 5251 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 5252
29cd986b
LMI
5253 * gnus-html.el (gnus-article-html): Allow calling without specifying
5254 the handle. In that case, dissect the buffer first.
5255
29d31b55
LMI
5256 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5257
d32fac69
LMI
5258 * nnimap.el (nnimap-open-connection): Revert the change that would look
5259 into authinfo for imaps instead of imap.
5260
c15c8017
LMI
5261 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5262 say that you don't want to call gnus-request-group with don-check, but
5263 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
5264 (gnus-get-unread-articles): Count the archive groups as secondary, so
5265 that they're activated the same way as before.
c15c8017 5266
3733ba53
LMI
5267 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5268 case-insensitively.
296a8e19 5269 (nnimap-debug): Remove.
3733ba53 5270
8695c9a7
LMI
5271 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5272 mail from a file, and the file doesn't exist.
5273
3ff31c90
LMI
5274 * pop3.el (pop3-streaming-movemail): Return t for success.
5275
b1a069e6
LMI
5276 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5277 .authinfo if we're using ssl connection.
5278
0c6dfaf8
LMI
5279 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5280 already have if we're in a main Gnus `g' run.
5281
d65835d9
LMI
5282 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5283
c6faacb4
KY
52842010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5285
3cf628e8
KY
5286 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5287
8737ef69
KY
5288 * nnmh.el (nnmh-request-list-1): Bind `file'.
5289
c6faacb4
KY
5290 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5291 alias to set-process-query-on-exit-flag or process-kill-without-query.
5292 (pop3-open-server): Use it.
5293
eecdcaf5
LMI
52942010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5295
85816ac1
LMI
5296 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5297 box to the Incoming file. Fixes mistake in previous checkin.
5298
5299 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5300 request loop (for debugging purposes) removed.
5301
530b8957
LMI
5302 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5303 culprit is more visible.
85816ac1
LMI
5304 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5305 (nnml-add-incremental-nov): New functions to do "incremental" nov
5306 updates, where we just append to the end of the existing nov files
5307 without reading/writing them in full.
530b8957
LMI
5308
5309 * mail-source.el (mail-source-delete-crash-box): Really only check the
5310 incoming files once in a while.
5311
ff3eb82e
LMI
5312 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5313
a2bb410e
LMI
5314 * mail-source.el (mail-source-delete-crash-box): Only check the
5315 incoming files for deletion once per day to save a lot of file
5316 accesses.
5317
5318 * pop3.el (pop3-logon): Fix up unbound variable typo.
5319
5320 * mail-source.el (pop3-streaming-movemail): Autoload.
5321
296a8e19
SM
5322 * pop3.el (pop3-streaming-movemail):
5323 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
5324
5325 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5326 retrieval.
5327
296a8e19 5328 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
5329 (pop3-streaming-movemail, pop3-send-streaming-command)
5330 (pop3-wait-for-messages, pop3-write-to-file)
5331 (pop3-number-of-responses): New functions for streaming pop3
5332 retrieval.
5333
ef45ee6f
LMI
5334 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5335 come from no known methods.
fb994703
LMI
5336 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5337 list.
ef45ee6f 5338
296a8e19 5339 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 5340 message sizes.
ef45ee6f
LMI
5341 (pop3-movemail): Use erase-buffer instead of looping and deleting
5342 regions, which seems rather odd.
34e03853 5343
4469385c
LMI
5344 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5345 file once per `g' run.
5346
2c8bcd54
LMI
5347 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5348 directories. This makes the draft queue directory work.
5349
8c3e17f8
LMI
5350 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5351 data from the backends, so that we only request the list of groups from
5352 each method once. This should speed things up considerably.
5353
5354 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5355 detect that it's not implemented.
5356
5357 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5358 we actually do recurse down into the tree, but don't stat all leaf
5359 nodes.
5360
f790bb74
LMI
5361 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5362 then say so instead of bugging out.
5363
c25d60ab
LMI
5364 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5365 files exist before trying to read them.
5366
5367 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5368 around <pre_int>.
5369
5370 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5371
eecdcaf5
LMI
5372 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5373
7426b4f7
LMI
53742010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5375
eecdcaf5
LMI
5376 * mm-util.el (mm-image-load-path): Just return the image directories,
5377 not all directories in the path in addition to the image directories.
5378 (mm-image-load-path): Maintain a cache of the image directories so that
5379 the `g' command in Gnus doesn't have to stat dozens of directories each
5380 time.
5381
10e91ca9
LMI
5382 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5383 (gnus-html-wash-tags): Add a new `i' command to insert images.
5384 (gnus-html-insert-image): New command and keystroke.
25f28806 5385 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 5386 (gnus-html-show-images): Rename command.
8fab3e39
LMI
5387 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5388 spacers.
5389 (gnus-html-wash-tags): Decode entities at the end, so that entities
5390 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
5391
5392 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5393 so that nnimap methods aren't agentized by default. There's apparently
5394 many problems related to agent/imap behaviour.
5395
7426b4f7
LMI
5396 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5397
5398 * gnus-html.el: Doc fix.
5399
3fb8f8a1
KY
54002010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5401
73137971
KY
5402 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5403 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 5404 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
5405
5406 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5407 for XEmacs.
5408
3fb8f8a1
KY
5409 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5410 of symbol that holds plist data.
5411 (gnus-process-plist): Remove plist of process after getting it.
5412
2e23878e
LMI
54132010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5414
5d97d032
LMI
5415 * message.el (message-generate-hashcash): Change default to
5416 'opportunistic if hashcash is installed.
5417
2e23878e 5418 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
5419 (gnus-html-put-image): Only call image-size once, since it's somewhat
5420 time-consuming on remote X servers.
2e23878e 5421
60893e6f
KY
54222010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5423
5424 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5425 decoded contents.
f68a93a9 5426 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 5427
1d297c49
LMI
54282010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5429
e5500d2a
LMI
5430 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5431 group line format, since it isn't very interesting.
5432
954c8060
LMI
5433 * gnus-agent.el (gnus-agent-short-article),
5434 (gnus-agent-long-article): Increase values for these two variables,
5435 since most people are likely to have more network connection and
5436 storage than before.
5437
a1347097
LMI
5438 * gnus.el (gnus-refer-article-method): Change default to 'current.
5439 When referring an article, the common behaviour is to refer it from the
5440 current select method, not the native select method. The chances of
5441 the native select method having the message in question is rather slim
5442 these days.
5443
5444 * gnus-sum.el (gnus-auto-select-subject): Change default to
5445 `unseen-or-unread'. I think it's likely that most people want to
5446 select an unseen article over a previously seen, but unread one.
5447
5448 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5449 means that in the article buffer none of the minor mode elements will
5450 be shown, usually, and this is not desirable in most cases.
5451
1d297c49
LMI
5452 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5453 that commands like `d' (and the like) go to the next line in the
5454 buffer, instead of the next unread article. I think this is the
5455 behaviour that is most natural for most users.
5456 (gnus-single-article-buffer): Change default to nil, so that people can
5457 have as many article buffers open as they have summary buffer. I think
5458 this is the most natural way for the groups to behave.
5459
5460 * message.el (message-generate-new-buffers): Change default to
5461 `unsent', so that all new message buffers start their names with the
5462 string "*unsent", and it's easier to find the buffers if you move from
5463 them.
5464
a93b858c
LMI
54652010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
5467 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 5468 small. They're probably tracking images.
36a806f3 5469 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
5470 (gnus-html-rescale-image): Yet another try at getting the image sizing
5471 right.
a93b858c
LMI
5472
5473 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5474 nntp-marks-file-name is nil.
5475
2aafbe5a
TZ
54762010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5477
5478 * gnus-html.el (gnus-html-wash-tags)
5479 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5480 Better logging.
5481
9a4b54db
LMI
54822010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5483
296a8e19 5484 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 5485
9a4b54db
LMI
5486 * gnus-html.el (gnus-html-wash-tags): Check the value of
5487 gnus-blocked-images in the summary buffer.
5488
9a047bac
TZ
54892010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5490
5491 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5492
261ff377
LMI
54932010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5494
c6c81576
LMI
5495 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5496 like "a", it seems like.
5497 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5498 since it needs to be picked from the correct buffer.
5499
296a8e19 5500 * nnwfm.el: Remove.
261ff377 5501
296a8e19 5502 * nnlistserv.el: Remove.
261ff377 5503
d743e0d1
TZ
55042010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5505
5506 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5507 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5508
075843d3
LMI
55092010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5510
296a8e19 5511 * nnkiboze.el: Remove.
f7362445 5512
296a8e19 5513 * nndb.el: Remove.
f7362445 5514
075843d3
LMI
5515 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5516 alt text.
1ee093a3
LMI
5517 (gnus-html-rescale-image): Try to get the rescaling logic right for
5518 images that are just wide and not tall.
075843d3
LMI
5519
5520 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5521 overshadow variable bindings.
5522
6ca07e49
TZ
55232010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5524
5525 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
5526 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5527 Add extra logging.
6ca07e49 5528
fe01e1a3
LMI
55292010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
5532 (gnus-max-image-proportion): New variable.
5533 (gnus-html-rescale-image): New function.
5534 (gnus-html-put-image): Rescale images.
fe01e1a3 5535
765abcce
SM
55362010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 Fix up some byte-compiler warnings.
5539 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5540 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5541 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5542 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5543 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5544 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5545 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5546
da43765d
KY
55472010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5548
5549 * gnus-html.el (gnus-article-html): Decode contents by charset.
5550
a14b3417
KY
55512010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5552
b0e30310
KY
5553 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5554 (gnus-html-frame-width, gnus-blocked-images)
5555 * message.el (message-prune-recipient-rules): Add custom version.
5556 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5557
a14b3417
KY
5558 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5559 functions.
5560
cd110b2b
KY
5561 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5562 gnus-process-get.
5563
8f563146
KY
55642010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5565
5566 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5567 instead of lsub directly.
5568
2cdd366f
KY
55692010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5570
296a8e19 5571 * nnwarchive.el: Remove.
3c08d668 5572
296a8e19 5573 * gnus-soup.el: Remove.
c4d82de8 5574
296a8e19 5575 * nnsoup.el: Remove.
c4d82de8 5576
296a8e19 5577 * nnultimate.el: Remove.
c4d82de8 5578
51dee5ef
KY
5579 * gnus-html.el (gnus-blocked-images): New variable.
5580
2cdd366f
KY
5581 * message.el (message-prune-recipients): New function.
5582 (message-prune-recipient-rules): New variable.
5583
5584 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5585 guess whether a long line is natural text or not.
5586
296a8e19
SM
5587 * gnus-html.el (gnus-html-schedule-image-fetching):
5588 Use gnus-process-plist and friends for compatibility.
2cdd366f 5589
2d217ead
SM
55902010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * gnus-html.el: Require packages that define macros used in this file.
5593 (gnus-article-mouse-face): Declare to silence byte-compiler.
5594 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5595 process-get.
5596 (gnus-html-put-image): Use plist-get to avoid getf.
5597 (gnus-html-prefetch-images): Use with-current-buffer.
5598
1a10d421
KY
55992010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5600
2cdd366f
KY
5601 * gnus-ems.el: Provide compatibility functions for
5602 gnus-set-process-plist.
5603
1a10d421
KY
5604 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5605 * gnus.el (gnus-valid-select-methods)
5606 * message.el (message-send-mail-partially-limit)
5607 * mm-decode.el (mm-text-html-renderer)
5608 * mml.el (mml-insert-mime-headers-always)
5609 * smiley.el (smiley-regexp-alist): Bump custom version.
5610
56112010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5612
5613 * gnus-html.el: require mm-url.
ad142133
KY
5614 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5615 with the url to `url'.
5616 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 5617
f5ec697d
KY
56182010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5619
c2861968
KY
5620 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5621 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 5622 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 5623
296a8e19 5624 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 5625
379dde03 5626 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 5627 UTF-8. This seems to fix problems with some German web feeds.
379dde03 5628
5a2756c8
KY
5629 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5630 at the top so that the proper colours are applied.
5631
47fe149b
KY
5632 * gnus-art.el (gnus-article-view-part): Doc fix.
5633
fb16bb46
KY
5634 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5635 XEmacs-compatible.
5636 (gnus-html-put-image): Don't do images on non-graphic displays.
5637
296a8e19 5638 * nnslashdot.el: Remove this unused backend.
77ae8989 5639
75856ec0
KY
5640 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5641 actions.
77ae8989 5642 (gnus-undo-register-1): Revert last change.
75856ec0 5643
0be02d8a
KY
5644 * gnus-group.el (gnus-group-completing-read): Protect against not
5645 having completion-styles bound.
5646
5647 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5648 make broken recipients happier.
5649
929989ff
KY
5650 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5651
5652 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5653 point parameter.
5654
f5ec697d
KY
5655 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5656 completion-styles for group selection.
5657
5ec44091
KY
56582009-02-04 Andreas Schwab <schwab@suse.de>
5659
5660 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5661 headers and regexp-quote the match if necessary.
5662
07466c8e
KY
56632009-03-24 Miles Bader <miles@gnu.org>
5664
5665 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5666 the blinking smiley.
5667
56682009-03-24 Simon Josefsson <simon@josefsson.org>
5669
5670 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5671 blink smiley.
5672
8bff7c00
KY
56732010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5674
5675 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5676 where the dribbel file lives exists.
5677
5678 * message.el (message-send-mail-partially-limit): Change the default to
5679 nil, since most people don't want this.
5680
5681 * mm-url.el (mm-url-decode-entities): Also decode entities like
5682 &#x3212.
5683
0b10e437
KY
56842009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5685
5686 * gnus-sum.el (gnus-summary-idna-message):
5687 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5688 Hyperlink urls in docstrings with URL `...'.
5689
b1992461
KY
56902010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5691
5692 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5693 functions.
5694
655efd71
KY
56952010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5696
b1992461
KY
5697 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5698 say what the mouseover text should be.
5699
5700 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5701 version of the mm-w3m-safe-url-regexp variable to only download images
5702 in the groups where we want that to happen.
5703
5704 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5705
5706 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5707 easier debugging.
5708 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5709 big pictures in the article buffer.
5710
5711 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5712 gnus-article-html.
5713 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5714 w3m.
5715
655efd71
KY
5716 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5717
6b8382e4
KY
57182010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5719
5720 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5721 which doesn't exist.
5722
5723 * message.el (message-inhibit-ecomplete): New variable to allow some
5724 function to inhibit ecomplete address storage.
5725 (message-resend): Disable ecomplete message storage when resending
5726 messages.
5727
5728 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5729
dc6de553
KY
57302010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5731
5732 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5733 Save excursion while copying, moving, and deleting articles in order to
5734 prevent the cursor from jumping to unforeseen place.
5735
8e7d4ca1
GM
57362010-08-17 Glenn Morris <rgm@gnu.org>
5737
10506f64
GM
5738 * gnus-sync.el: Require gnus components whose functions are used.
5739
8e7d4ca1
GM
5740 * gnus-art.el (bookmark-make-record-function):
5741 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5742 Declare for compiler.
5743
5744 * mm-url.el (mml-compute-boundary): Autoload.
5745
4e815860
KY
57462010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5747
5748 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5749
ab731e1c
KY
57502010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5751
5752 Typo fix "hoo4a" -> "hook".
5753
5754 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5755
810717b6
GM
57562010-08-14 Glenn Morris <rgm@gnu.org>
5757
5758 * gnus-sync.el (gnus-sync): Fix defgroup version.
5759
8c330707
KY
57602010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5761
f5a62bb4 5762 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
5763
5764 * gnus-sync.el: Fix docs.
5765 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5766 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5767
186a9cbb
KY
57682010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5769
5770 Optimizations for gnus-sync.el.
5771
5772 * gnus-sync.el: Add docs about gnus-sync-backend
5773 possibilities.
5774 (gnus-sync-save): Remove unnecessary message.
5775 (gnus-sync-read): Optimize and show what groups were skipped.
5776
bbe276f2
KY
57772010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5778
5779 Minor bug fixes for gnus-sync.el.
5780
296a8e19
SM
5781 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5782 Don't read the sync on get-new-news.
79993b19 5783
bbe276f2
KY
5784 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5785 quiet.
5786
296a8e19
SM
5787 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5788 (fix typo).
bbe276f2 5789
62a83cc8
KY
57902010-07-30 Lawrence Mitchell <wence@gmx.li>
5791
5792 Make saving and restoring of hidden threads work with overlays.
5793 Patch applied by Ted Zlatanov.
5794
5795 * gnus-sum.el (gnus-hidden-threads-configuration)
5796 (gnus-restore-hidden-threads-configuration): Update to deal with text
5797 properties, rather than searching for a magic character.
5798
c4b1c354
KY
57992010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5800
62a83cc8
KY
5801 New gnus-sync.el library for synchronization of marks.
5802
77154961
KY
5803 * gnus-sync.el: New library for synchronization of marks.
5804
296a8e19 5805 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
5806 renamed from `gnus-registry-grep-in-list'.
5807
296a8e19
SM
5808 * gnus-registry.el (gnus-registry-follow-group-p):
5809 Use `gnus-grep-in-list'.
77154961 5810
c4b1c354
KY
5811 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5812
cbfb9427
KY
58132010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
5814
5815 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5816 determining charset of text fails.
5817
e9d1aaff
KY
58182010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
5819
5820 * nnmail.el (nnmail-get-new-mail-1): Revert.
5821
5822 * nnml.el (nnml-active-number): Make sure names of newly created groups
5823 in nnml-group-alist are encoded.
5824
6f1c4158
KY
58252010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
5826
5827 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5828 containing non-ASCII characters in active file for nnml back end.
5829
86fb1061
KY
58302010-07-24 David Engster <dengste@eml.cc>
5831
5832 * mml-smime.el (mml-smime-epg-verify): Also accept the older
5833 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5834
a0abd4d6
DU
58352010-07-21 Daiki Ueno <ueno@unixuser.org>
5836
5837 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5838 tag (Bug#6654).
5839
72897ff9
KY
58402010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5843 the article buffer, not the summary buffer.
5844
e859bbda
KY
58452010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5848 Emacs 23 as well.
5849
58502010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
5851
5852 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5853 Patch applied by Karl Fogel.
5854
296a8e19
SM
5855 * gnus-sum.el (gnus-summary-bookmark-make-record):
5856 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 5857
33b48483
KF
58582010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5859
5860 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5861 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
5862 C-w still not working correctly from Article buffers; Thierry's
5863 patch to fix that will be applied after this.
5864
5865 * gnus-art.el (bookmark-make-record-function): New local variable.
5866
e859bbda
KY
5867 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5868 article buffer.
33b48483
KF
5869 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5870
e44fa724
KF
58712010-07-13 Karl Fogel <kfogel@red-bean.com>
5872
e859bbda
KY
5873 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5874 on changes in bookmark.el.
e44fa724 5875
04c23739
MH
58762010-06-22 Mark A. Hershberger <mah@everybody.org>
5877
5878 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5879 the *other* type of HTML form submission.
5880
85350e06
MA
58812010-06-15 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * auth-source.el (auth-source-pick): If choice does not contain a
5884 questioned keyword, set the check to t.
5885
89a13959
RF
58862010-06-12 Romain Francoise <romain@orebokech.com>
5887
5888 * gnus-util.el (gnus-date-get-time): Move up before first use.
5889
3e3ab3ab
KY
58902010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
5891
5892 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5893 (gnus-article-edit-part): Bind it to make last part that is substituted
5894 or deleted visible.
5895 (gnus-mime-display-single): Buttonize part of which id equals to
5896 gnus-mime-buttonized-part-id.
5897
3d6e7a43
KY
58982010-06-10 Dan Christensen <jdc@uwo.ca>
5899
5900 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5901 (gnus-dd-mmm): Use gnus-date-get-time.
5902 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5903 simplify logic.
5904 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 5905 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 5906
0e4966fb
MA
59072010-06-08 Michael Albinus <michael.albinus@gmx.de>
5908
5909 * auth-source.el (top): Autoload `secrets-list-collections',
5910 `secrets-create-item', `secrets-delete-item'.
5911 (auth-sources): Fix tag string.
5912 (auth-get-source, auth-source-retrieve, auth-source-create)
5913 (auth-source-delete): New defuns.
5914 (auth-source-pick): Rewrite in order to avoid 2 passes.
5915 (auth-source-forget-user-or-password): New parameter USERNAME.
5916 (auth-source-user-or-password): New parameters CREATE-MISSING and
5917 DELETE-EXISTING. Retrieve password interactively, if needed.
5918
5e7d4a75
KY
59192010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
5920
5921 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5922 deleting unused directories when gnus-expert-user is t.
5923
3aeb9402
KY
59242010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
5925
5926 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5927 for each temp file when gnus-article-browse-delete-temp is ask.
5928
e1b9db1a
KR
59292010-05-20 Kevin Ryde <user42@zip.com.au>
5930
5931 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
5932
d567e92f
KY
59332010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
5934
5935 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5936 article unless decoding article to be saved.
5937
7cab80f9
KY
59382010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5941 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5942 generated within the mm-with-unibyte-current-buffer macro.
5943
59442010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
5945
5946 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5947 to nil when we're in a mml-preview buffer and no group is selected.
5948
4c9d39ab
KY
59492010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
5950
5951 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 5952 when catching the `C-g'. Reported by "Leo".
4c9d39ab 5953
706deb23
KY
59542010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * message.el (message-forward-make-body-plain)
5957 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5958 multibyte-string-p.
5959
8b320e66
KY
59602010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5961
5962 * message.el (message-forward-make-body-mml): Assume original message
5963 is multibyte string; error on unibyte.
5964 (message-forward-make-body-plain): Ditto; don't add excessive newline
5965 in body end.
5966
4767419a
KY
59672010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
5968
5969 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5970 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
5971
3d73e841
KY
59722010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
5973
5974 * mm-extern.el (mm-extern-url): Don't use
5975 mm-with-unibyte-current-buffer.
5976 (mm-extern-cache-contents): Use with-current-buffer instead of
5977 save-excursion + set-buffer.
5978
1fdf5102
KY
59792010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5980
5981 * mm-util.el (mm-emacs-mule): Remove.
5982
59832010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
5984
5985 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5986 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5987 change.
5988
72e841ce
KY
59892010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5990
5991 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5992 bind the default value of enable-multibyte-characters to nil.
5993
d8a7b272
KY
59942010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
5995
5996 * message.el (message-forward-make-body-plain)
5997 (message-forward-make-body-mml):
5998 Don't use mm-with-unibyte-current-buffer.
5999
60002010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
6001
6002 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6003 (Bug#5592).
6004
9581ba4d
KY
60052010-05-07 Julien Danjou <julien@danjou.info>
6006
6007 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6008 it to mm-pipe-part.
6009
6010 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6011 it is given.
6012
765d4319
KY
60132010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6014
6015 * nnweb.el (nnweb-gmane-search)
6016 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6017 XEmacs.
6018
6019 * gnus-art.el (gnus-article-browse-html-parts)
6020 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6021 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6022 make-temp-file.
6023
6024 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6025 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6026 compiling.
6027
6028 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6029 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6030 XEmacs when compiling.
6031
6032 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6033 gnus-pick-mode-off-hook for XEmacs when compiling.
6034 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6035 gnus-binary-mode-off-hook for XEmacs when compiling.
6036
296a8e19
SM
6037 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6038 Return nil if char-charset is not available.
765d4319 6039
86d21cc0 6040 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
6041 macro.
6042
6043 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6044 instead of encode-coding-string.
6045
6046 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6047 'xemacs) instead of mm-emacs-mule to switch function definitions.
6048 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6049
16b90cfe
KY
60502010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6051
6052 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6053
72528372
KY
60542010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6055
6056 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6057 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6058
61a9da25
JB
60592010-05-03 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6062 alias `jka-compr-delete-temp-file' no longer exists.
6063
bbf52f1e
SM
60642010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 Use define-minor-mode in Gnus where applicable.
6067 * mml.el (mml-mode): Use define-minor-mode.
6068 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6069 (gnus-undo-mode): Use define-minor-mode.
6070 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6071 (gnus-dead-summary-mode): Use define-minor-mode.
6072 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6073 Initialize in declaration.
6074 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6075 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6076 (gnus-mailing-list-mode): Use define-minor-mode.
6077 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6078 (gnus-draft-mode): Use define-minor-mode.
6079 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6080 (gnus-dired-mode): Use define-minor-mode.
6081
ee309757
KY
60822010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6083
6084 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6085 handles on recursive mml-to-mime translation and check them for
a628ad9d 6086 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 6087
62fe59e7
KY
60882010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6089
6090 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6091
bd486b03
SM
60922010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * mm-util.el (mm-find-buffer-file-coding-system):
6095 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6096
731533fd
KY
60972010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6098
6099 * message.el (message-generate-headers): Record insertion of optional
6100 headers as well. Otherwise the check to prevent repeated insertion of
6101 optional headers is a no-op.
6102
bff3818b
KY
61032010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6104
6105 * smime.el: Don't mention CVS.
6106
6107 * nnrss.el (nnrss-fetch): Don't mention CVS.
6108
6109 * nnir.el: Don't mention CVS.
6110
ebb9641f
SM
61112010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6e104790
SM
6113 * gnus-sum.el (gnus-summary-bookmark-make-record):
6114 Add `location' field.
ebb9641f 6115
398a825b
SM
61162010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6119 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6120 Use with-current-buffer to silence the byte-compiler.
6121 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6122 bother to require `gnus'.
6123 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6124
45be326a
TV
61252010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6126
6127 * gnus-sum.el (gnus-summary-bookmark-make-record)
6128 (gnus-summary-bookmark-jump): New functions.
6129 (gnus-summary-mode): Setup bookmark support.
6130
d7b48791
AS
61312010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6132
6133 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6134 if set.
6135
d35ad51f
KY
61362010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6139 gnus-article-browse-html-save-cid-image; make it work recursively for
6140 forwarded messages as well.
6141 (gnus-article-browse-html-parts): Work when prefix arg is given.
6142 (gnus-article-browse-html-article): Doc fix.
6143
85738751
SM
61442010-03-30 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * message.el (message-default-mail-headers):
6147 (message-default-headers): Carry the value mail-default-headers over
6148 into message-default-mail-headers, rather than message-default-headers.
6149
82fc7980
KY
61502010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6151
85738751 6152 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
6153 charset.
6154
6155 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6156 charset into the <meta> tag when the article is encoded to utf-8.
6157
20c0b2ce
KY
61582010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6159
85738751
SM
6160 * gnus-art.el (gnus-article-browse-delete-temp-files):
6161 Delete directories as well.
20c0b2ce
KY
6162 (gnus-article-browse-html-parts): Work for images that do not specify
6163 file names; delete temp directory when quitting; insert header at the
6164 right place; use file: scheme for image files.
6165
61662010-03-30 Eric Schulte <schulte.eric@gmail.com>
6167
6168 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6169 (gnus-article-browse-html-parts): Use it to make temporary cid image
6170 files in addition to html file so that browser may display them.
6171
9d9ef8e8
KY
61722010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6173
6174 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6175
afae6cd4
KY
61762010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6177
6178 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6179
fb178e4c
KY
61802010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6181
85738751
SM
6182 * auth-source.el (auth-sources): Change default to be simpler.
6183 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
6184 (auth-source-pick): Change to accept any number of search parameters.
6185 Implement fallbacks iteratively, not recursively. Add scoring on the
6186 second pass and sort by score. Call Secret Service API when needed.
6187 (auth-source-user-or-password): Use it. Call Secret Service API
6188 directly when needed to get the user name and the password.
6189
e867cb5d 61902010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
6191
6192 * message.el (message-interactive): Doc fix.
6193 (message-qmail-inject-args): Reflow.
6194 (message-kill-to-signature): Fix typo in docstring.
6195
6196 * smiley.el (smiley-buffer): Fix typo in docstring.
6197
16d8cf52
GM
61982010-03-24 Glenn Morris <rgm@gnu.org>
6199
6200 * mail-source.el (gnus-message): Declare.
6201 (mail-source-delete-old-incoming): Require gnus-util.
6202
ec7995fa
KY
62032010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6204
6205 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6206
6207 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6208
6209 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6210 password-cache's default if it is not bound.
6211 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6212 password-cache-expiry's default if it is not bound.
6213
6214 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6215 available in Emacs 21.
6216
62172010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6218
6219 * auth-source.el (auth-sources): Fix up definition so extra parameters
6220 are always inline.
6221
62222010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6223
296a8e19 6224 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
6225 wasn't updated after mismatch. Clear cached mailbox info correctly
6226 when uidvalidity changes.
6227 (nnimap-group-prefixed-name): New function to avoid some code
6228 duplication.
6229 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6230 (nnimap-request-group): Use it.
6231 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6232 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6233 with many imap folders. This is done by caching the group status from
a628ad9d 6234 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
6235 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6236 but not persistently, so every Gnus startup was still very slow.)
6237
62382010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6239
6240 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6241 secrets.el dependency.
6242 (auth-sources): Add optional user name. Add secrets.el configuration
6243 choice (unused right now).
6244
62452010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6246
296a8e19
SM
6247 * gnus-sum.el (gnus-summary-make-menu-bar):
6248 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
6249
6250 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6251 warnings.
6252 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6253 (gnus-registry-install-shortcuts): Populate and use it in a
6254 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6255
62562010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6257
6258 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6259 In-place substitutions for the group name encoding/decoding.
6260 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6261 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6262 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6263 (nnimap-update-unseen, nnimap-request-list)
6264 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6265 (nnimap-request-set-mark, nnimap-split-to-groups)
6266 (nnimap-split-articles, nnimap-request-newgroups)
6267 (nnimap-request-create-group, nnimap-request-accept-article)
6268 (nnimap-request-delete-group, nnimap-request-rename-group)
6269 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6270 `encoded-mbx' for consistency.
6271 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6272 variable `imap-current-mailbox'.
6273
6274 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6275 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6276
62772010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6278
6279 * pop3.el (pop3-display-message-size-flag): Display message size byte
6280 counts during POP3 download.
6281 (pop3-movemail): Use it.
6282 (pop3-list): Implement listing of available messages.
6283
62842010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6285
6286 * nnir.el (nnir-get-article-nov-override-function): New function to
6287 override the normal NOV retrieval.
6288 (nnir-retrieve-headers): Use it.
6289
7d1a9163
MA
62902010-03-19 Michael Albinus <michael.albinus@gmx.de>
6291
6292 * auth-source.el (netrc-machine-user-or-password): Autoload.
6293
aa8f8277
GM
62942010-03-19 Glenn Morris <rgm@gnu.org>
6295
6296 Stop message.el from loading about 40 libraries it doesn't always need.
6297 The general approach is to autoload rather than require, and to
6298 require in the specific functions rather than the file. (Bug#5642)
6299
6300 * gmm-utils.el: Don't require wid-edit.
6301 (widget-create-child-value, widget-convert, widget-default-get):
6302 Autoload.
6303
6304 * gnus-util.el: Don't require time-date, netrc.
6305 (message-fetch-field, gnus-group-name-decode): Declare rather than
6306 autoloading.
6307 (gnus-fetch-field): Require message.
6308 (gnus-decode-newsgroups): Require gnus-group.
6309
6310 * ietf-drums.el: Don't require time-date.
6311
6312 * message.el: Don't require hashcash, canlock, ecomplete.
6313 Do require mail-utils. Require nnheader only when compiling.
6314 (smtpmail-default-smtp-server): Remove declaration.
6315 (message-send-mail-function): Check smtpmail-default-smtp-server
6316 is bound rather than requiring smtpmail.
296a8e19
SM
6317 (message-auto-save-directory, message-insert-signature):
6318 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
6319 (nnheader-insert-file-contents): Autoload.
6320 (hashcash-wait-async): Declare.
6321 (message-send-mail): Only call gnus-setup-posting-charset if
6322 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6323 (message-send-mail-with-sendmail): Require sendmail.
6324 (canlock-password, canlock-password-for-verify): Declare.
6325 (message-canlock-password): Require canlock.
6326 (nnheader-get-report): Autoload.
6327 (gnus-setup-posting-charset): Declare.
6328 (message-send-news): Require gnus-msg.
6329 (message-make-references, message-make-in-reply-to): Use mail-header-id
6330 rather than the alias mail-header-message-id.
6331 (ecomplete-add-item, ecomplete-save): Declare.
6332 (message-put-addresses-in-ecomplete): Require ecomplete.
6333 (ecomplete-display-matches): Autoload.
6334
6335 * mm-decode.el: Don't require mailcap, gnus-util.
6336 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6337 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6338 Autoload.
6339 (mailcap-mime-extensions): Declare.
6340
6341 * mm-encode.el: Don't require mailcap.
6342 (mailcap-extension-to-mime): Autoload.
6343
6344 * mml-sec.el: Don't require password-cache.
6345
6346 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6347 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6348 (mml-minibuffer-read-type): Require mailcap.
6349 (mml-preview): Require gnus-msg.
6350
6351 * mml1991.el: Require password-cache.
6352 (password-cache-expiry): Remove declaration.
6353
6354 * mml2015.el: Require password-cache.
6355 (password-cache-expiry): Remove declaration.
6356
6357 * nneething.el (mailcap): Require mailcap.
6358
a628ad9d 6359 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
6360 (message-remove-header): Declare rather than autoload.
6361 (nnheader-replace-header): Require message.
6362
6363 * nnimap.el (declare-function): Add compatibility stub.
6364 (netrc-parse, netrc-machine-user-or-password): Declare.
6365 (nnimap-open-connection): Require netrc.
6366
6367 * nntp.el (declare-function): Add compatibility stub.
6368 (netrc-parse, netrc-machine, netrc-get): Declare.
6369 (nntp-send-authinfo): Require netrc.
6370
6371 * rfc2047.el: Don't require qp.
6372 (quoted-printable-encode-region, quoted-printable-decode-string):
6373 Autoload.
6374
6375 * sieve-mode.el: Don't require easymenu.
6376 (easy-menu-add-item): Autoload it.
6377
6378 * spam-stat.el (time-to-number-of-days): Autoload it.
6379
4a44ff5f
KY
63802010-03-17 Kevin Ryde <user42@zip.com.au>
6381
6382 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6383 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6384 value if any backslash escapes).
6385
ddf5d974
KY
63862010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6389 if it is available. (bug#5647)
6390
ac1af635
GM
63912010-02-26 Glenn Morris <rgm@gnu.org>
6392
6393 * message.el (message-send-mail-function): Change the default, so that
6394 it inherits from a customized send-mail-function. (Bug#5643)
6395
86f5c034
SM
63962010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6399 shell-command-to-string signals an error (bug#5299).
6400
daf4b83b
GM
64012010-02-24 Glenn Morris <rgm@gnu.org>
6402
6403 * message.el (message-smtpmail-send-it)
6404 (message-send-mail-with-mailclient): Doc fixes.
6405
dc4d6273
GM
64062010-02-16 Glenn Morris <rgm@gnu.org>
6407
6408 * message.el (message-default-mail-headers): Change the default value
6409 to ease the transition from mail-mode to message-mode. (Bug#5555)
6410
b1ea3797
CY
64112010-01-17 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * message.el (message-mail): Just pass yank-action on to message-setup.
6414 (message-setup): Handle (FUN . ARGS) form of yank-action.
6415 (message-with-reply-buffer, message-widen-reply)
6416 (message-yank-original): Handle non-buffer values of
6417 message-reply-buffer (Bug#4080).
f53a6590 6418 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 6419
4963739e
JB
64202010-01-17 Juanma Barranquero <lekktu@gmail.com>
6421
6422 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6423 Fix typo in docstring.
6424
889e4d55
JR
64252010-01-08 Jason Rumney <jasonr@gnu.org>
6426
6427 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6428 response.
6429
8a908224
KY
64302010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6431
6432 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6433
6434 * message.el (message-check-news-header-syntax): Protect against a
6435 string that `rfc822-addresses' returns when parsing fails.
6436
770d9a1f
KY
64372010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6438
6439 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6440 (gnus-previous-char-property-change): New functions.
6441
6442 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6443
7b47345b
AS
64442010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6445
6446 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6447 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6448
61f49e0b
CY
64492010-01-02 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * message.el (message-exchange-point-and-mark): Rework last change to
6452 avoid using optional arg of exchange-point-and-mark, for backward
6453 compatibility.
6454
bd0948ca
CY
64552010-01-01 Chong Yidong <cyd@stupidchicken.com>
6456
296a8e19
SM
6457 * message.el (message-exchange-point-and-mark):
6458 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
6459 mark-active by hand (Bug#5175).
6460
49b196a5
KY
64612009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6462
78dc2a38
KY
6463 * nntp.el (nntp-service-to-port): Work for service expressed with
6464 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 6465
a0db2cdd
GM
64662009-12-17 Glenn Morris <rgm@gnu.org>
6467
6468 * gnus-group.el (gnus-bug-group-download-format-alist):
6469 Change emacs entry to debbugs.gnu.org. Bump :version.
6470
029dda9c
RS
64712009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6472
6473 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6474
4a9b5bf5
RS
64752009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6476
6477 * message.el (message-info): Explain why we use `Info-goto-node'.
6478
96bdcdc4
SM
64792009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * message.el (message-completion-in-region): New compatibility function.
6482 (message-expand-group): Use it.
6483
7fa123c8
KY
64842009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6487 with no unread article should be listed if the 2nd arg `predicate' is
6488 given.
6489
5aa75bd8
JL
64902009-11-29 Juri Linkov <juri@jurta.org>
6491
6492 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6493 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 6494 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 6495
937e60c8
KY
64962009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6497
6498 * message.el (message-from-style, message-interactive)
6499 (message-signature): Always set default values from the corresponding
6500 mail-* variables.
6501 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6502 (message-yank-prefix, message-indentation-spaces)
6503 (message-signature-file, message-default-headers): Use boundp rather
6504 than (featurep 'xemacs) to check if the corresponding mail-* variables
6505 exist.
6506
b4d472c9
CY
65072009-11-20 Chong Yidong <cyd@stupidchicken.com>
6508
6509 * message.el (message-send-mail-with-sendmail): Revert last change.
6510
4332f3ec
CY
65112009-11-19 Chong Yidong <cyd@stupidchicken.com>
6512
6513 * message.el (message-from-style, message-interactive)
6514 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6515 (message-yank-prefix, message-indentation-spaces, message-signature)
6516 (message-signature-file, message-default-headers): For GNU Emacs, set
6517 default values from the corresponding mail-* variables.
6518 (message-send-mail-with-sendmail): Use envelope-from only if
6519 mail-specify-envelope-from is non-nil.
6520
30123838
KY
65212009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6522
6523 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6524 containing tspecial characters if they have been already quoted.
6525
12ea3d65
GM
65262009-10-24 Glenn Morris <rgm@gnu.org>
6527
6528 * gnus-art.el (help-xref-stack-item): Define for compiler.
6529
6131a096
KY
65302009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6531
6532 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6533
9bfd9a76
KY
65342009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6535
6536 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6537 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6538
65392009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6540
6541 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6542 (gnus-overlays-in): New alias to overlays-in.
6543
6544 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6545 gnus-overlay-get, and gnus-delete-overlay.
6546 (gnus-summary-show-thread): Make it work as well for systems in which
6547 next-single-char-property-change is not available.
6548 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6549
65502009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6551
6552 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6553
65542009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6555
6556 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6557 and XEmacs that don't have `remove-overlays'.
6558
65592009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6562 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6563 selective display. Use overlays instead.
6564
84b5fcf6
JB
65652009-10-04 Juanma Barranquero <lekktu@gmail.com>
6566
6567 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6568
0577a430
JB
65692009-09-29 Juanma Barranquero <lekktu@gmail.com>
6570
6571 * spam-stat.el (spam-stat-load): Fix typo in message.
6572
d93ec753
JB
65732009-09-23 Juanma Barranquero <lekktu@gmail.com>
6574
6575 * gnus-art.el (gnus-article-encrypt-body):
6576 * message.el (message-check-recipients):
6577 * mm-util.el (mm-codepage-setup):
6578 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6579 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6580
54c72c31
KY
65812009-09-22 Daiki Ueno <ueno@unixuser.org>
6582
6583 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6584 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6585 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6586 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6587 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6588
63348d24
GM
65892009-09-18 Glenn Morris <rgm@gnu.org>
6590
6591 * gnus-diary.el (gnus-diary-check-message):
6592 * message.el (message-insert-formatted-citation-line):
6593 * nnbabyl.el (top-level):
6594 * nndiary.el (nndiary-schedule):
6595 Fix typos in condition-case handlers.
6596
54c72c31
KY
65972009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6598
6599 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6600 configuration that provides the sole article window in a frame;
6601 position point correctly after deleting a part.
6602
66032009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6604
6605 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6606 (spam-resolve-registrations-routine): Use it to unregister articles
6607 that change status.
6608
83ccc32c
KY
66092009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * nnrss.el (nnrss-request-article): Remove binding of
6612 default-enable-multibyte-characters that has gotten needless by
6613 the 2007-07-13 change in rfc2047-encode-message-header.
6614
6615 * mml.el (mml-insert-multipart): Error on the message header.
6616 (mml-insert-part): Error on the message header; position point at
6617 the end of a MIME tag.
6618
de0bdfe7
KY
66192009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6620
5cc79e5a
KY
6621 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6622 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
6623
6624 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6625 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6626 float-time is available; suppress compile warning for time-to-seconds.
6627
66282009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6631 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6632 Add the optional argument `encoding' that overrides the default.
6633
6634 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6635 mm-encode-buffer.
6636
63220e37
GM
66372009-09-04 Glenn Morris <rgm@gnu.org>
6638
6639 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6640 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6641 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6642 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6643 * mm-util.el (mm-with-unibyte-current-buffer)
6644 (mm-find-buffer-file-coding-system):
6645 * yenc.el (yenc-decode-region): Use default-value rather than
6646 default-enable-multibyte-characters.
6647
2e62b574
GM
66482009-09-03 Glenn Morris <rgm@gnu.org>
6649
6650 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6651 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6652 than default-enable-multibyte-characters.
6653
de0bdfe7
KY
66542009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6655
6656 * gnus-art.el (gnus-article-read-summary-keys):
6657 Fix gnus-buffer-configuration's value temporarily used.
6658
3d493bef
GM
66592009-09-02 Glenn Morris <rgm@gnu.org>
6660
9693d3c4
GM
6661 * gnus-util.el (gnus-float-time): New function.
6662 * gnus-delay.el (gnus-delay-article):
6663 * gnus-sum.el (gnus-thread-latest-date):
6664 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6665 * nnspool.el (nnspool-request-newgroups):
6666 Use gnus-float-time rather than time-to-seconds.
6667 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6668
3d493bef
GM
6669 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6670 (gnus-header-subject-face, gnus-header-newsgroups-face)
6671 (gnus-header-name-face, gnus-header-content-face):
6672 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6673 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6674 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6675 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6676 (gnus-cite-face-11):
6677 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6678 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6679 (gnus-server-closed-face, gnus-server-denied-face)
6680 (gnus-server-offline-face):
6681 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6682 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6683 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6684 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6685 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6686 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6687 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6688 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6689 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6690 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6691 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6692 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6693 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6694 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6695 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6696 (gnus-summary-high-undownloaded-face)
6697 (gnus-summary-low-undownloaded-face)
6698 (gnus-summary-normal-undownloaded-face)
6699 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6700 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6701 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6702 (gnus-splash-face):
6703 * message.el (message-header-to-face, message-header-cc-face)
6704 (message-header-subject-face, message-header-newsgroups-face)
6705 (message-header-other-face, message-header-name-face)
6706 (message-header-xheader-face, message-separator-face)
6707 (message-cited-text-face, message-mml-face):
6708 * sieve-mode.el (sieve-control-commands-face)
6709 (sieve-action-commands-face, sieve-test-commands-face)
6710 (sieve-tagged-arguments-face):
6711 * spam.el (spam-face):
6712 Mark face aliases with "-face" in the name as obsolete.
6713
7a4abdd6
GM
67142009-09-01 Glenn Morris <rgm@gnu.org>
6715
6716 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6717 than goto-line.
6718
29b647c5
MB
67192009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6720
6721 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6722 Don't move point if the command is invoked inside the message header.
6723
265ac10b
SM
67242009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6727 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6728 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6729 * nnir.el (nnir-swish-e-index-file):
6730 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6731 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6732 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6733 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6734 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6735 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6736
b0b63450
MB
67372009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6740 Don't save excursion.
6741
14acf2f5
SM
67422009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * nnheader.el (nnheader-find-file-noselect):
6745 * mm-util.el (mm-insert-file-contents):
6746 Use (default-value 'major-mode) instead of default-major-mode.
6747
d3192c8f
SM
67482009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6751
ec179403
GM
67522009-08-25 Glenn Morris <rgm@gnu.org>
6753
6754 * nnir.el (top-level): Don't require cl at run-time.
6755 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6756 Replace cl-function substitute with gnus-replace-in-string.
6757 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6758 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6759 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6760 simplified expansions.
6761
5dcc825f
GM
67622009-08-22 Glenn Morris <rgm@gnu.org>
6763
6764 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6765 goto-line.
6766
b0b63450
MB
67672009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6768
6769 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6770
6771 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6772 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6773 (gnus-mm-display-part, gnus-mime-display-single)
6774 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6775 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6776
6777 * gnus-sum.el
6778 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6779 (gnus-summary-move-article): Add expirable mark to articles copied or
6780 moved to group that has auto-expire turned on if the option is non-nil.
6781
1d2faf98
GM
67822009-07-24 Glenn Morris <rgm@gnu.org>
6783
6784 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6785 Fix typo. (Bug#3903)
6786
6ab2c7a8
MB
67872009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6790 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6791 that should not be used for draft articles.
6792 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6793 that has no concern in minor mode keys.
6794 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6795 Abolish.
6796
554a69b8
KY
67972009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6798
6799 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6800 article without making inquiry to a user for unknown encoding.
6801
6802 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6803 (nnmaildir--scan): Assume i-node and device number that file-attributes
6804 returns might be cons-cell.
6805
68062009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
6807
6808 * auth-source.el: Remove docs now in auth.texi. Don't use
6809 `gnus-message' for logging. Add new variables `auth-source-debug' and
6810 `auth-source-hide-passwords' and use them.
6811
0985c8f6
GM
68122009-07-15 Glenn Morris <rgm@gnu.org>
6813
6814 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6815
ee5a613e
KY
68162009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6817
6818 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6819 excessive whitespace from the default values of title and description.
6820
aa227ba5
KY
68212009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
6822
6823 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6824 mail-fetch-field to fetch Content-Description header in order to
6825 exclude newlines.
6826
0cf681b6
KY
68272009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
6828
6829 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6830 to deleted part.
6831
68322009-05-30 David Engster <dengste@eml.cc>
6833
6834 * nnmairix.el: Remove old documentation in the commentary block.
6835 (nnmairix-request-group): Do not update active file for nnml back ends.
6836 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6837 end so that overview files are ignored.
6838 (nnmairix-update-groups): Make updating the groups more robust by using
6839 marks.
6840 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6841 with dollar characters in message-id.
6842
9cc20f6c
RS
68432009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
6844
6845 * spam.el: Use dns-query instead of query-dns. Was renamed on
6846 2008-12-25 in dns.el.
6847
1dbc941a
SM
68482009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6851 could happen if the text is only composed of spaces and/or tabs.
6852
2235f4ac
MB
68532009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
6854
6855 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6856 when sending a queued message to avoid extra mml tags.
6857
9cdff613
MB
68582009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6859
6860 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6861
87202be1
KY
68622009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
6863
6864 * gnus-dired.el: Remove autoload for gnus-setup-message.
6865 (gnus-dired-attach): Fake this-command value to prevent Gnus from
6866 displaying Gnus logo; always use compose-mail.
6867
920b3f72
KY
68682009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6869
1e6b95a6 6870 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 6871
0038d478
MB
68722009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
6873
6874 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6875 (gnus-nocem-issuers): List currently active issuers; fix custom type.
6876 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6877 available.
6878 (gnus-nocem-epg-verify): New function.
6879
9eb59592
MB
68802009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
6881
6882 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6883
e38658c4
GM
68842009-02-15 Glenn Morris <rgm@gnu.org>
6885
6886 * gnus-util.el (rmail-insert-rmail-file-header)
6887 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6888 autoloads.
6889 (rmail-default-rmail-file): Remove unnecessary declaration.
6890 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6891
1faded47
GM
68922009-02-14 Glenn Morris <rgm@gnu.org>
6893
6894 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6895 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
6896 (rmail-output-to-rmail-file): Remove autoload of deleted function,
6897 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
6898 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6899 only used in gnus-util, which autoloads it itself.
6900 (rmail-update-summary): Fix autoload.
6901
fef8d38e
GM
6902 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6903 rather than rmail-output-to-rmail-file.
1faded47 6904
c07dfdd9
GM
69052009-02-07 Glenn Morris <rgm@gnu.org>
6906
6907 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6908 autoload of function that no longer exists.
6909 (rmail-toggle-header): Declare.
6910 (message-forward-rmail-make-body): Handle mbox Rmail.
6911
49e787c9
GM
69122009-01-31 Glenn Morris <rgm@gnu.org>
6913
6914 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6915 2009-01-09 change.
6916
3b36c17e
MB
69172009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
6918
6919 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6920 (auth-source-forget-all-cached): New convenience function.
6921 (auth-source-user-or-password): Accept list of modes or a single mode.
6922
6923 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6924 auth-source modes.
6925
6926 * nnimap.el (nnimap-open-connection): Use list of
6927 auth-source modes.
6928
6929 * nntp.el (nntp-send-authinfo): Use list of
6930 auth-source modes.
6931
26b9f88d
MB
69322009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
6933
6934 * auth-source.el: Update docs to reflect epa-file-enable is to be used
6935 now.
6936
69372009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6938
6939 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6940 coding system in XEmacs; add a workaround for XEmacs.
6941
548f737d
MB
69422009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
6943
6944 * mm-util.el (mm-coding-system-priorities): Protect against nil value
6945 of current-language-environment.
6946
69472009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
6948
6949 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6950 available at runtime.
6951
69522009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6953
6954 * gnus-art.el (article-date-ut): Fix end point of narrowing.
6955
69562009-01-11 Aidan Kehoe <kehoea@parhasard.net>
6957
6958 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6959 the greatest positive fixnum value doesn't work under an XEmacs with
6960 bignum support; use the most-positive-fixnum constant instead,
6961 available since Emacs 21.1 with cl and XEmacs 21.1.
6962
63d12d38
KY
69632009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6964
6965 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6966 XEmacs gets not to work.
6967
548f737d
MB
69682009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
6969
6970 * mm-util.el (mm-coding-system-priorities): Allow the value like
6971 "Japanese (UTF-8)" of current-language-environment.
6972
ed77e66c
GM
69732009-01-09 Glenn Morris <rgm@gnu.org>
6974
6975 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6976 with last-command-event.
6977
e3e955fe
MB
69782009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * message.el (message-fix-before-sending): Amend comment.
6981
69822009-01-07 David Engster <dengste@eml.cc>
6983
6984 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6985 simplified server definitions by converting it via
6986 gnus-server-to-method.
6987
69882009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6991 parameter's operands.
6992
69932009-01-06 David Engster <dengste@eml.cc>
6994
6995 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6996 primary select method (for gnus-group-mark-article-as-read).
6997
41ec3f54
TH
69982009-01-06 Tassilo Horn <tassilo@member.fsf.org>
6999
7000 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7001 `(gnus)Face', not `(gnus)X-Face'.
7002
e3e955fe
MB
70032009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * mm-util.el (mm-ucs-to-char): New function.
7006
7007 * mm-url.el (mm-url-decode-entities): Use it.
7008
70092009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7010
7011 * message.el (message-fix-before-sending): Add `eight-bit' to
7012 illegible-text check.
7013
35203a24
MO
70142009-01-03 Michael Olson <mwolson@gnu.org>
7015
7016 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7017 `headers' is nil. This can occur if the IMAP server does not have
7018 permissions to read messages from a folder, but can write new messages
7019 to the folder.
7020 (nnimap-request-article-part): Do not insert `data' if it is nil.
7021
e3e955fe
MB
70222009-01-01 Dave Love <fx@gnu.org>
7023
7024 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7025
7026 * nnimap.el: Fix author email.
7027 (nnimap-split-rule): Add FIXME comment.
7028 (nnimap-debug): Fix doc string.
7029
70302008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7031
7032 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7033 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7034 to check if those variables exist (first appeared in Emacs 18.50).
7035
70362008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * mm-util.el (mm-line-number-at-pos): New function.
7039
7040 * spam-report.el (spam-report-process-queue): Use it.
7041
70422008-12-24 David Engster <dengste@eml.cc>
7043
7044 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7045 parameters that haven't existed as variables as buffer-local variables.
7046
70472008-12-23 Dave Love <fx@gnu.org>
7048
7049 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7050 cadar.
7051
296a8e19 7052 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 7053 imap-starttls-p.
296a8e19 7054 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
7055
70562008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7057
7058 * spam-report.el (spam-report-gmane-max-requests): New constant.
7059 (spam-report-gmane-wait): New variable.
7060 (spam-report-gmane-ham, spam-report-gmane-spam)
7061 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7062 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7063 the server.
7064
7065 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7066 Add explanations.
7067
7068 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7069 nnheader-accept-process-output and nnheader-read-timeout if available.
7070 (pop3-movemail): Use it.
7071
7072 * message.el (message-check-news-body-syntax): Fix signature check if
7073 there's an attachment.
7074
70752008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * mm-util.el: Add comments to the mm- emulating functions.
7078
70792008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7080
296a8e19
SM
7081 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7082 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 7083
c7948b5f
MB
70842008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7085
7086 * mm-util.el (mm-substring-no-properties): New function.
7087 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7088 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7089 (mm-string-to-multibyte): Doc fix.
7090
7091 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7092
70932008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
7096 (Bug#1574)
7097
70982008-12-16 Glenn Morris <rgm@gnu.org>
7099
7100 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 7101
bf46b4d4
MB
71022008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7105 knows since the charset specified might be a bogus alias that
7106 mm-charset-synonym-alist provides.
7107
71082008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7109
7110 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7111 "ISO_8859-1".
7112
7113 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7114
96a22201
KY
71152008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7116
7117 * mm-util.el (mm-charset-eval-alist):
7118 Define it before mm-charset-to-coding-system.
7119 (mm-charset-to-coding-system): Add optional argument `silent';
7120 define it before mm-charset-override-alist.
7121 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7122 default value if it can be used in Emacs currently running;
7123 silence mm-charset-to-coding-system.
7124
b6b8f5fd
KY
71252008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7126
7127 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7128 `allow-override' which says whether to use `mm-charset-override-alist'.
7129 (rfc2047-decode-encoded-words): Use it.
7130
7131 * mm-util.el (mm-charset-override-alist): Fix custom type;
7132 add `(gb2312 . gbk)' to choices.
7133
1250af7b
KY
71342008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7135
7136 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7137 fast.
7138
7139 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7140
886367d8
KY
71412008-12-04 Naohiro Aota <nao.aota@gmail.com>
7142
7143 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7144 on links.
7145
7146 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7147
f66de92f
KY
71482008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7149
e01bbc12
KY
7150 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7151 users' addresses that don't have domain parts.
7152 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7153 rather than message-narrow-to-head since there will be the message
7154 header separator.
f66de92f 7155
06c68f84
SM
71562008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7159 since the result is inserted in a unibyte buffer anyway.
7160 (nnimap-demule-use-string-to-multibyte): Remove.
7161 (nnimap-demule): Alias it to mm-string-to-multibyte.
7162
9255ec86
RS
71632008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7164
7165 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7166 variable for debugging bug#464 and bug#1174.
7167 (nnimap-demule): Use it.
7168
030cca00
MB
71692008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7170
7171 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7172 score calculation correctly.
7173
8a986865
SM
71742008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7175
7176 * message.el (message-send-mail): Just set the buffer to unibyte
7177 rather than use mm-with-unibyte-current-buffer which does a lot more.
7178 (message-send-mail-partially): Don't bother with
7179 mm-with-unibyte-current-buffer since it's already been made unibyte by
7180 message-send-mail.
7181
5b51650c
MB
71822008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7183
7184 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7185
71862008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7187
7188 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7189
ed778fad
MB
71902008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7191
7192 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7193 require itself and to remove `with-no-warnings'.
7194
71952008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7196
7197 * starttls.el (starttls-any-program-available): Get the name of the
7198 available TLS layer program.
7199 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7200 well as the host name in the "opening" message.
7201
7202 * auth-source.el (auth-source-cache, auth-source-do-cache)
7203 (auth-source-user-or-password): Cache passwords and logins by default,
7204 allow override with `auth-source-do-cache'.
7205 (auth-source-forget-user-or-password): Allow users to remove cache
7206 entries if needed.
7207
8e38a1a9
MB
72082008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7209
7210 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7211 condition-case to only the forward-sexp call.
7212
72132008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7214
7215 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7216 quotes contained. Make it more robust regardless by an extra
7217 condition-case wrapper.
7218
9091f2d3
MB
72192008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7220
7221 * nnml.el (nnml-request-expire-articles): Check if the function set to
7222 `nnmail-expiry-target' returns the symbol `delete'.
7223
7224 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7225
7226 * nnmail.el (nnmail-expiry-target): Fix custom type.
7227
06b2d4c6
GM
72282008-10-02 Glenn Morris <rgm@gnu.org>
7229
7230 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7231 Silence compiler warning.
7232
059b98fa
CY
72332008-09-30 Chong Yidong <cyd@stupidchicken.com>
7234
7235 * mml.el (mml-menu): Don't assume mml2015 is bound.
7236
4520e527
MB
72372008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7238
7239 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7240 exists.
7241
09aece0b
GM
72422008-09-27 Glenn Morris <rgm@gnu.org>
7243
7244 * gnus-util.el (mail-header-remove-comments): Autoload it.
7245
521c4a23
AS
72462008-09-27 Andreas Schwab <schwab@suse.de>
7247
7248 * gnus-util.el (gnus-split-references): Strip comments.
7249 (gnus-parent-id): Likewise.
7250
4520e527
MB
72512008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7252
7253 * message.el (message-confirm-send): Fix version.
7254
72552008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7256
7257 * message.el (message-idna-to-ascii-rhs-1): Use
7258 mail-extract-address-components rather than mail-header-parse-addresses
7259 that is an alias by default to ietf-drums-parse-addresses that does not
7260 support non-ASCII names in headers' contents.
7261
eef5ade7
MB
72622008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7263
296a8e19 7264 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
7265 avoid the "y/n" wording.
7266
4520e527 72672008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
7268
7269 * message.el (message-set-auto-save-file-name): Save to a different
7270 filename so multiple messages (especially drafts) can be recovered.
7271
e52cac88
MB
72722008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7273
7274 * message.el (message-confirm-send): Add appropriate version.
7275
72762008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7277
7278 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7279 defvar.
7280
72812008-09-22 Daiki Ueno <ueno@unixuser.org>
7282
7283 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7284 (mm-pkcs7-enveloped-magic): Ditto.
7285
64763fe3
MB
72862008-09-17 Simon Josefsson <simon@josefsson.org>
7287
7288 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7289 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7290
72912008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7292
7293 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7294 default, it's better.
7295
72962008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7297
7298 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7299 summary line gnus-number property and ignore them (with a warning
7300 message).
7301
1ae03cd5
KY
73022008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7305 macro caddr in the interactive form since it won't be expanded.
7306
c0ccb0d6
KY
73072008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7308
7309 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7310 `charset'; fix name of function called recursively.
7311 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7312
14ce5fc2
KY
73132008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7314
7315 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7316 (gnus-mime-set-charset-parameters): New function.
7317 (gnus-mime-view-part-as-charset): Use it to correctly display part
7318 specifying wrong charset.
7319
9e601b8d
MB
73202008-09-08 David Engster <dengste@eml.cc>
7321
7322 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7323 in completing-read for back end server.
7324
16dd13df
MB
73252008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7326
7327 * message.el (message-confirm-send): New variable to confirm sending a
7328 message.
7329 (message-send): Use it.
7330
b86402ab
MB
73312008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7332
7333 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7334
73352008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7336
7337 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7338
73392008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7340
7341 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7342 prevent tracking too many groups.
7343 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7344 Use it.
7345
9153f10d
MB
73462008-08-11 Ralf Angeli <angeli@caeruleus.net>
7347
7348 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7349 moving point to the bottom of the window in order to avoid recentering.
7350
73512008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7354 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7355 (gnus-article-beginning-of-window): Fix calculation.
7356
73572008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7358
7359 * gnus-msg.el (gnus-summary-supersede-article)
7360 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7361 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7362 message header.
7363
82cc1916
DN
73642008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7365
7366 * message.el:
7367 * gnus-start.el:
7368 * gnus-registry.el: Remove VMS support.
7369
6ecfe5c2
MB
73702008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7371
7372 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7373 macro.
7374 (rfc2104-hash): Use it.
7375
73762008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7377
7378 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7379 (gnus-summary-sort-by-most-recent-date): New commands.
7380 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7381 and menu entries.
7382
73832008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7386 don't redisplay article for raw contents; remove plural articles stuff.
7387
7388 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7389 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7390 on gnus-summary-save-article; display results properly.
7391
d62672f3
MB
73922008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7395
73962008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7397
296a8e19
SM
7398 * gnus-art.el (gnus-summary-save-in-pipe):
7399 Consider gnus-save-all-headers.
d62672f3 7400
d221466a
DN
74012008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7402
7403 * gnus-util.el (ns-focus-frame): Remove declaration.
7404 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7405 like x.
7406
b737c3d9
TTN
74072008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7408
7409 * rfc2104.el (rfc2104-zero): Delete defconst.
7410 (rfc2104-hex-alist): Likewise.
7411 (rfc2104-hex-to-int): Delete func.
7412 (rfc2104-hexstring-to-bitstring): Likewise.
7413 (rfc2104-nybbles): New defconst.
7414 (rfc2104-hash): Rewrite for speed.
7415
3c823a0c
GM
74162008-07-16 Glenn Morris <rgm@gnu.org>
7417
7418 * gnus-util.el (ns-focus-frame): Declare for compiler.
7419
16c85f26
MB
74202008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7421
7422 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7423 set as a group parameter.
7424 (gnus-summary-save-in-pipe): Work when it is called independently.
7425 (gnus-summary-pipe-to-muttprint): Don't modify
7426 gnus-summary-pipe-output-default-command.
7427
ad546360
SM
74282008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * message.el (message-send-mail-with-sendmail):
7431 Display the error message.
7432
89167438
MB
74332008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7434
ad546360
SM
7435 * gnus-art.el (gnus-default-article-saver):
7436 Add gnus-summary-save-in-pipe to choices.
89167438
MB
7437 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7438 gnus-summary-pipe-output-default-command as the default command.
7439 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7440 instead of gnus-last-shell-command.
7441
ba60bd44
JB
7442 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7443 New user option.
89167438
MB
7444 (gnus-summary-muttprint-program): Mention the value will be changed.
7445 (gnus-summary-save-article): Force showing of all headers.
7446 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7447
74482008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7449
7450 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7451
56fd9faa
JB
74522008-07-02 Juanma Barranquero <lekktu@gmail.com>
7453
7454 * nnimap.el (nnimap-id):
7455 * sieve-manage.el (sieve-manage-open): Doc fixes.
7456
68548459
JB
74572008-07-02 Francesc Rocher <rocher@member.fsf.org>
7458
7459 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7460 if available.
7461
32bed934
SM
74622008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7463
eafee8f2
SM
7464 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7465
7466 * nnkiboze.el (nnkiboze-generate-group):
7467 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7468
32bed934
SM
7469 * nnmairix.el: Require CL.
7470
2b968687
MB
74712008-06-15 David Engster <dengste@eml.cc>
7472
7473 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7474
74752008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7476
32bed934
SM
7477 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7478 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
7479 runtime choice under XEmacs.
7480
32bed934
SM
7481 * gnus-sum.el (gnus-summary-set-display-table):
7482 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
7483 `gnus-set-display-table' for the display table, instead of `aset'.
7484
2b968687
MB
74852008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7486
7487 * nnmairix.el: Add autoloads.
7488
74892008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7490
7491 * nnmairix.el (nnmairix-delete-recreate-group)
7492 (nnmairix-update-and-clear-marks): Fix error messages.
7493
74942008-06-14 David Engster <dengste@eml.cc>
7495
7496 * nnmairix.el: Upgrade to version 0.6.
7497 (nnmairix-group-toggle-propmarks-this-group)
7498 (nnmairix-group-toggle-readmarks-this-group)
7499 (nnmairix-group-delete-recreate-this-group)
7500 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7501 (nnmairix-remove-tick-mark-original-article): New commands.
7502 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7503 (nnmairix-propagate-marks-to-nnmairix-groups)
7504 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7505 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7506 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7507 functions needed for marks propagation and manipulation of read marks.
7508 (nnmairix-update-groups): New function.
7509 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7510 (nnmairix-determine-original-group-from-registry)
7511 (nnmairix-determine-original-group-from-path)
7512 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
7513 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7514 New helper functions.
7515 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
7516 keystrokes for new commands.
7517 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7518 (nnmairix-request-group): Check allow-fast group parameter.
7519 (nnmairix-request-create-group): Set allow-fast group parameter if
7520 nnmairix-allowfast-default is set.
7521 (nnmairix-close-group): Propagate marks upon closing if needed.
7522 (nnmairix-group-toggle-threads-this-group): Use new.
7523 nnmairix-group-toggle-parameter helper function.
7524 (nnmairix-search): Better check for empty search result.
7525 (nnmairix-goto-original-article): Use new helper functions for
7526 determining original article.
7527 (nnmairix-show-original-article): Make sure message-id is in brackets.
7528 (nnmairix-call-mairix-binary): Change variable name.
7529 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7530 helper function.
7531 (nnmairix-widget-toggle-activate): Fix doc string.
7532
a19a8f1b
MB
75332008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7534
7535 * nnir.el: Require edmacro when compiling with XEmacs.
7536 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7537 available in Emacs 21.
7538
8abf1b22
GM
75392008-06-11 Glenn Morris <rgm@gnu.org>
7540
7541 * gnus-util.el (x-focus-frame):
7542 * gnus.el (image-size):
7543 * mm-decode.el (image-size): Declare.
7544
7545 * gnus-picon.el (declare-function): Add compat definition.
7546 (image-size): Declare.
7547
7548 * gnus-group.el (tool-bar-map):
7549 * gnus-sum.el (tool-bar-map): Define for compiler.
7550
7551 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7552
7553 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7554
7555 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7556 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7557 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7558 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7559 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7560 * sieve-manage.el, spam-report.el, spam.el:
7561 Remove unnecessary eval-and-compile of autoloads.
7562
43d28dcd
MA
75632008-06-08 Michael Albinus <michael.albinus@gmx.de>
7564
7565 * auth-source.el: Precise Tramp doc.
7566
966bd7bd
GM
75672008-06-07 Glenn Morris <rgm@gnu.org>
7568
7569 * nnmairix.el: Remove unnecessary eval-when-compile.
7570
75712008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
7572
7573 * nnir.el: New file.
7574
d346bf7e
SM
75752008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * gnus-util.el (gnus-read-shell-command): New function.
7578 * mm-decode.el (mm-pipe-part):
7579 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7580
b1d6cda3
MB
75812008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7584
6459e35e
GM
75852008-06-03 Glenn Morris <rgm@gnu.org>
7586
7587 * pop3.el (nnheader-accept-process-output): Autoload it.
7588
656b4fa1
MB
75892008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7590
7591 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7592 are not 2-digit hexadecimal characters that follow `%'s.
7593
75942008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7595
7596 * message.el (message-bogus-recipient-p): Fix type in doc string.
7597 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7598 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7599 Improve custom options.
7600 (message-bogus-recipient-p): Adjust accordingly.
7601
76022008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7603
7604 * nnmairix.el: Require edmacro when compiling with XEmacs.
7605
f394fa25
MB
76062008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7607
7608 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7609 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7610
a368801c
MB
76112008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7612
7613 * auth-source.el: Add more docs.
7614
76152008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7616
7617 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7618 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
7619 retrieval faster in some cases, but might make CPU usage larger.
7620 If this has any bad side effects, we might revert this change.
a368801c
MB
7621
7622 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7623 seems to make mail retrieval much, much faster.
7624 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 7625 unconditionally.
a368801c 7626
296a8e19
SM
7627 * gnus-draft.el (gnus-group-send-queue):
7628 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 7629
03c673c9
MB
76302008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7631
7632 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7633
7634 * message.el (message-bogus-address-regexp): Fix and improve custom
7635 type.
7636 (message-setup-hook): Add message-check-recipients as custom option.
7637
58333467
MB
76382008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7639
7640 * message.el (message-cite-function): Remove bogus autoload which crept
7641 in during merge from v5-10.
7642
4079589f
MB
76432008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7644
7645 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7646
7647 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7648
7649 * auth-source.el: Preliminary Tramp docs.
7650 (auth-sources): Change the default auth-sources to use
7651 EPA .gpg files.
7652
e952b711
MB
76532008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7654
7655 * nntp.el: Autoload `auth-source-user-or-password'.
7656 (nntp-send-authinfo): Use it.
7657
7658 * nnimap.el: Autoload `auth-source-user-or-password'.
7659 (nnimap-open-connection): Use it.
7660
296a8e19 7661 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
7662 for the gnus-message function.
7663 (auth-source-user-or-password): Use it.
7664
4fedcc00
SM
76652008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7668 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7669 (rfc2104-hash): Use it.
7670
149cd465
JB
76712008-05-08 Juanma Barranquero <lekktu@gmail.com>
7672
7673 * gnus-art.el (gnus-article-toggle-truncate-lines):
7674 Don't use `iff' in docstring.
7675
0ab5c2be
MB
76762008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7677
7678 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7679
7680 * gnus-util.el (gnus-extract-address-component-name)
7681 (gnus-extract-address-component-email): Convenience functions around
7682 `gnus-extract-address-components'.
7683
4fedcc00
SM
7684 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7685 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
7686 sender name to `user-mail-address'.
7687
76882008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7689
7690 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7691 catch/throw to optimize.
7692 (gnus-registry-find-keywords): Just use member to find a keyword.
7693
42a83f4b
SM
76942008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7697 is current before calling gnus-server-prepare.
7698 (gnus-server-setup-buffer, gnus-server-update-server)
7699 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7700
d844ef2f
JL
77012008-05-04 Juri Linkov <juri@jurta.org>
7702
7703 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7704 (mailcap-file-default-commands): Use mailcap-replace-in-string
7705 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7706 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7707
f8a29505
MB
77082008-05-03 Reiner Steib <reiner.steib@gmx.de>
7709
7710 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7711
3a23a519
MB
77122008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7713
7714 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7715 hooks.
7716 (gnus-update-read-articles): Speed up non-marks-using users.
7717 (gnus-use-marks): Define gnus-use-marks.
7718 (gnus-propagate-marks): Rename variable to something more sensible.
7719
38ac8b91
JB
77202008-05-02 Juanma Barranquero <lekktu@gmail.com>
7721
7722 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7723 (gmm-image-load-path-for-library): Fix typos in docstrings.
7724 (gmm-message): Reflow docstring.
7725
8336c962
MB
77262008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7727
42a83f4b
SM
7728 * mail-source.el (mail-source-set-1, mail-source-bind):
7729 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
7730
77312008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7732
7733 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7734 by sender if it's equal to user-mail-address, it's likely to be
7735 useless.
7736
7737 * mail-source.el (mail-source-bind): Don't use user or password if they
7738 are not bound. Unintern them if they are nil. Don't use server unless
7739 it's bound, and default it to empty string otherwise.
7740
58a67d68
MB
77412008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7742
7743 * mail-source.el: Load auth-source.el.
7744 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7745 get user name or password, if auth-sources is set up.
7746
7747 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7748 strategy of splitting with parent.
7749 (gnus-registry-split-fancy-with-parent)
7750 (gnus-registry-post-process-groups): Use it and fix prior
7751 bug (returning a list as the split result).
7752
7753 * auth-source.el (auth-sources): Remove server parameter.
7754 (auth-source-pick, auth-source-user-or-password)
7755 (auth-source-user-or-password-imap)
7756 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7757 (auth-source-user-or-password-sftp)
7758 (auth-source-user-or-password-smtp): Remove server parameter.
7759
296fa7b4
JB
77602008-04-25 Juanma Barranquero <lekktu@gmail.com>
7761
7762 * smime.el (smime-sign-region, smime-encrypt-region)
7763 (smime-decrypt-region):
7764 Remove redundant calls to `generate-new-buffer-name'.
7765
58a67d68
MB
77662008-04-24 Luca Capello <luca@pca.it> (tiny change)
7767
7768 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7769 Don't use QP for message/rfc822.
7770 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7771
2136a8a7
SM
77722008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * sieve-manage.el (sieve-string-bytes): Remove.
7775 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7776 correct byte-length only if the process's coding-system is the same as
7777 the one used internally by Emacs to represent strings.
7778
a837fe74
JL
77792008-04-22 Juri Linkov <juri@jurta.org>
7780
7781 * mailcap.el (mailcap-file-default-commands): New function.
7782
d55fe5bb
MB
77832008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7784
7785 * message.el (message-signature-separator, message-cite-function):
7786 Change custom version.
7787
77882008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7789
7790 * mm-decode.el (mm-display-external): Make temp file read-only.
7791
77922008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7795 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7796 `C-c C-f d'.
7797
77982008-04-12 Adrian Aichner <adrian@xemacs.org>
7799
7800 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7801
78022008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
7803
296a8e19 7804 * auth-source.el: Add docs.
2136a8a7 7805 (auth-sources): Modify format to support server.
d55fe5bb
MB
7806 (auth-source-pick, auth-source-user-or-password)
7807 (auth-source-user-or-password-imap)
7808 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7809 (auth-source-user-or-password-sftp)
7810 (auth-source-user-or-password-smtp): Add server parameter.
7811
78122008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
7813
7814 * gnus-registry.el: Initialize the registry when gnus-registry-install
7815 is t.
7816
73f2395e
KY
78172008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
7818
7819 * compface.el (uncompface): Make buffer unibyte.
7820
e66d8771
SM
78212008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * mail-source.el (mail-source-value):
7824 Prefer fboundp to functionp so it works with macros as well.
7825
407da272
GM
78262008-04-05 Glenn Morris <rgm@gnu.org>
7827
7828 * gnus-ems.el (mm-disable-multibyte): Autoload it.
7829
3b728e95
SM
78302008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7831
d37ded9e
SM
7832 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7833 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7834
407da272
GM
7835 * nnheader.el (nnheader-init-server-buffer): Change buffer's
7836 multibyteness after rather than before erasing it.
33e2f72c 7837
75eda25b
SM
7838 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7839 mm-with-multibyte.
407da272
GM
7840 (gnus-request-article-this-buffer): Make sure the proper decoding is
7841 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 7842
2b57967e
SM
7843 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7844 default-enable-multibyte-characters.
7845
d7eb3b36
SM
7846 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7847 default-enable-multibyte-characters.
7848
7ab0253d
SM
7849 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7850
3b728e95
SM
7851 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7852
5faa2ec0
SM
78532008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7856 Fix last change in case the element is not even a symbol.
7857
59429511
MB
78582008-04-02 Simon Josefsson <simon@josefsson.org>
7859
7860 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7861 imap-enable-exchange-bug-workaround.
7862 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7863
78642008-04-01 Simon Josefsson <simon@josefsson.org>
7865
7866 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7867 a 100 byte status-checks into a 2-3MB transfer for each group.
7868 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7869 to enable bug workaround or not.
7870 (nnimap-find-minmax-uid): Only enable workaround conditionally.
7871
a0e08467
GM
78722008-03-31 Glenn Morris <rgm@gnu.org>
7873
7874 * message.el (mml2015-use): Declare for compiler.
7875 (message-info): Require mml2015 when appropriate.
7876
990e2c2f
SM
78772008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7880 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7881 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7882 (nntp-service-to-port): New function.
7883 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7884 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7885 (nntp-open-netcat-stream): New function.
7886 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7887
59429511
MB
78882008-03-29 Sven Joachim <svenjoac@gmx.de>
7889
7890 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7891
fa98585c
SM
78922008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7895
9b3ebcb6
MB
78962008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
7897
7898 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7899
79002008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
7901
fa98585c
SM
7902 * message.el (message-signature-separator): Change default.
7903 Improve custom type.
9b3ebcb6
MB
7904 (message-cite-function): Change default to
7905 message-cite-original-without-signature.
7906
7907 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7908 toggle.
7909
7910 * message.el (message-check-news-body-syntax): Fix signature check.
7911 (message-setup-1): Mark buffer as unmodified _after_ running
7912 message-setup-hook and handling message-alternative-emails.
7913 (message-shorten-references): Be more strict when building list of
7914 valid references to comply with GNKSA.
7915
fa98585c
SM
7916 * gnus-group.el (gnus-read-ephemeral-bug-group)
7917 (gnus-read-ephemeral-debian-bug-group)
7918 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
7919
7920 * message.el (message-info): Don't use booleanp which isn't supported
7921 in Emacs 21 and XEmacs.
7922
79232008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
7924
7925 * gnus-group.el (gnus-gmane-group-download-format): Rename from
7926 gnus-group-gmane-group-download-format.
7927 (gnus-group-read-ephemeral-gmane-group): Rename from
7928 gnus-group-read-ephemeral-gmane-group.
7929 (gnus-read-ephemeral-gmane-group-url): Rename from
7930 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 7931 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
7932 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7933 (gnus-read-ephemeral-emacs-bug-group): New commands.
7934
79352008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7938 (gnus-visible-headers): Improve custom type.
7939
79402008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
7941
7942 * mml.el (mml-menu): Add workarounds for XEmacs.
7943
7944 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7945 X-Boundary header.
7946
7947 * message.el (message-simplify-recipients): Fix previous commit.
7948
b813166a
SM
79492008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7950
df06dd59 7951 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 7952 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 7953
b813166a
SM
7954 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7955 Prefer fboundp to functionp so it works with macros as well.
7956
9b3ebcb6
MB
79572008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7958
5faa2ec0
SM
7959 * message.el (message-alter-recipients-discard-bogus-full-name):
7960 New function.
9b3ebcb6
MB
7961 (message-alter-recipients-function): New variable.
7962 (message-get-reply-headers): Use it.
7963 (message-replace-header): New helper function.
7964 (message-recipients-without-full-name): New variable.
7965 (message-simplify-recipients): New command.
7966
7967 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7968
7969 * message.el (message-info): Handle EasyPG manual.
7970
7971 * mml.el (mml-menu): Add entry for EasyPG.
7972
79732008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
7974
7975 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7976 parameter.
7977
7978 * message.el (message-disassociate-draft): Specify drafts group name
7979 fully.
7980
79812008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
7982
296a8e19
SM
7983 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7984 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
7985
79862008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
7987
7988 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7989 args of `how-many' of which the XEmacs version doesn't take; declare
7990 Info-index-next as function.
7991
79922008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7993
7994 * gnus-score.el (gnus-score-headers): Fix handling of
7995 gnus-inhibit-slow-scoring.
7996
7997 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7998 string.
7999 (gnus-button-url-regexp): Improve handling of parenthesis.
8000 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8001 (gnus-button-handle-info-keystrokes): Handle index entries.
8002
80032008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8006 Incoming* files.
8007
80082008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8009
296a8e19 8010 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
8011 (auth-source-pick): Use it.
8012
80132008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8014
8015 * auth-source.el (auth-source-protocols)
296a8e19 8016 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
8017 modified variable customizations and defaults.
8018 (auth-source-pick, auth-source-user-or-password)
8019 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8020 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8021 (auth-source-user-or-password-sftp)
8022 (auth-source-user-or-password-smtp): Use new variables and provide an
8023 interface to netrc.el.
8024
80252008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8028 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8029 Make sure the nntp port to specify is a string.
8030
dd58a686
SM
80312008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8032
ed075cb4
SM
8033 * nntp.el: Use with-current-buffer.
8034 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8035 dubious mm-with-unibyte-current-buffer.
8036 (nntp-with-open-group-function): New function extracted from
8037 nntp-with-open-group macro.
8038 (nntp-with-open-group): Use the function, so it's easier to debug.
8039 Add indentation and debugging info.
296a8e19
SM
8040 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8041 Recommend the use of the netcat alternatives.
ed075cb4 8042
f15a9fec
SM
8043 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8044 Avoid mm-string-as-multibyte as well.
8045
944c87e0
SM
8046 * nnweb.el (nnweb-insert-html):
8047 Remove use of nnheader-string-as-multibyte.
8048
2ec9cf15
SM
8049 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8050 (nnheader-string-as-multibyte): Remove.
8051
3d2440b4
SM
8052 * mm-view.el: Use inhibit-read-only.
8053 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8054 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8055 or unibyte-string.
8056
456cace2
SM
8057 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8058 (mm-uu-yenc-extract): Use with-current-buffer.
8059
f5fcf556
SM
8060 * gnus-soup.el (gnus-soup-send-packet): Don't use
8061 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8062
c9de7755
SM
8063 * nnmh.el: Use with-current-buffer.
8064 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8065 mm-string-as-multibyte on the output of mm-encode-coding-string.
8066
3d2440b4 8067 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
8068 (nnimap-request-move-article): Use with-current-buffer.
8069
3d2440b4
SM
8070 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8071 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8072 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 8073
228b6ecd
SM
8074 * gnus-msg.el: Use with-current-buffer.
8075
dd58a686
SM
8076 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8077
9b3ebcb6
MB
80782008-03-10 Daiki Ueno <ueno@unixuser.org>
8079
8080 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8081 string for caching if it is 'PIN.
8082
37a68866
MB
80832008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8084
dd58a686
SM
8085 * mail-source.el (mail-source-delete-old-incoming-confirm):
8086 Change default to nil.
37a68866
MB
8087 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8088
8f7abae3
MB
80892008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8092 (gnus-article-goto-prev-page): Work for articles having ^L's.
8093
8094 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8095
8096 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8097
e0385bf4
KF
80982008-03-07 Karl Fogel <kfogel@red-bean.com>
8099
56388398 8100 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
8101 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8102 (gnus-bookmark-jump): Adjust some variable names.
8103
8f7abae3 81042008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 8105
8f7abae3
MB
8106 * auth-source.el: New package.
8107 (auth-source-choices): Add customization entry point variable.
8108
8109 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8110 bug.
8111
81122008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8113
8114 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8115 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 8116 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
8117 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8118 the `gnus-registry-mark-map' keymap dynamically from
8119 `gnus-registry-marks'. The generated functions update the summary line
8120 when a registry mark is added or deleted, and will call
8121 `gnus-registry-install-p' (see the comments in the code).
8122 (gnus-registry-user-format-function-M): Use concat intelligently.
8123
8124 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8125 the registry mark functions.
a7b50e1c 8126
c1717fbd
GM
81272008-03-05 Glenn Morris <rgm@gnu.org>
8128
8129 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8130 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8131 gnus-art.
8132 (top-level): No need to load own source when compiling.
8133
8f7abae3
MB
81342008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8135
8136 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8137 Suggested by <chris.anderton@zetnet.co.uk>.
8138
1fc34624
GM
81392008-03-04 Glenn Morris <rgm@gnu.org>
8140
8141 * gnus-sum.el (top-level): No need to require gnus when compiling,
8142 since unconditionally required near start of file.
8143 (gnus-summary-display-while-building): Move definition before use.
8144
8f7abae3
MB
81452008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8146
296a8e19
SM
8147 * gnus-registry.el (gnus-registry-user-format-function-M):
8148 Add formatting function.
8f7abae3
MB
8149
81502008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8151
296a8e19 8152 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
8153 with plists.
8154 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8155 Use new format.
8156
81572008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8160 `where-is-internal' that returns a range of key sequences.
8161
dacb905a
SM
81622008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8163
a88fd51a
SM
8164 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8165
c7a91ce1 8166 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
8167 (gnus-summary-jump-to-group): Consider windows on other displayed
8168 frames as well. Similar changes might be needed elsewhere, but that's
8169 the one I've bumped into during my use.
c7a91ce1 8170
62dc3ac3 8171 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 8172 * gnus-msg.el (gnus-debug):
dacb905a
SM
8173 * gnus-group.el (gnus-update-group-mark-positions):
8174 Use mm-string-to-multibyte.
8175
8f7abae3
MB
81762008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8177
8178 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8179 doesn't handle NotDashEscaped.
8180
8181 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8182 (mml-dnd-attach-options): Fix typo in custom choice.
8183
296a8e19
SM
8184 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8185 Change nndoc-article-type to mbox.
8f7abae3
MB
8186 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8187
8188 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8189 to nil, instead of html2text.
8190
8191 * imap.el (imap-debug): Add `imap-ping-server'.
8192
8193 * gnus-bookmark.el: Add FIXMEs.
8194
8195 * message.el (message-form-letter-separator)
8196 (message-send-form-letter-delay): New variables.
8197 (message-send-form-letter): Use them. New command to send form
8198 letters. Requested by Uwe Siart.
8199 (message-send-mail-function): Doc fix. Add "Other" custom option.
8200
14e8de0c
MB
82012008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8202
8203 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8204 empty author.
8205
82062008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8207
8208 * gnus-registry.el (gnus-registry-marks): Add variable for
8209 customization of marks and their appearance.
8210 (gnus-registry-read-mark): Use it.
8211 (gnus-registry-do-marks): Add utility function to loop through
8212 `gnus-registry-marks'.
8213 (gnus-registry-install-shortcuts-and-menus): Add function to install
8214 shortcuts and menus.
8215 (gnus-registry-initialize): Use it.
8216 (gnus-registry-default-mark): Clarify documentation.
8217
ab74c815
GM
82182008-02-29 Glenn Morris <rgm@gnu.org>
8219
8220 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8221 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8222 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8223 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8224 Change defcustom :version from 23.0 to 23.1.
8225
14e8de0c
MB
82262008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8227
8228 * gnus-registry.el (gnus-registry-follow-group-p)
8229 (gnus-registry-post-process-groups): Add functions to aid registry
8230 splitting and improve logging. Clarify behavior in function
8231 documentation.
8232 (gnus-registry-split-fancy-with-parent): Use them.
8233
80de1778
SM
82342008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * gnus-art.el: Use with-current-buffer.
8237
14e8de0c
MB
82382008-02-27 David Engster <dengste@eml.cc>
8239
8240 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8241 Express real group name in the response.
8242
82432008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8246 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8247 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8248 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
8249 (nnmairix-request-group-with-article-number-correction):
8250 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
8251
82522008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8253
8254 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
8255 (mm-uu-extract): Improve face for low color ttys.
8256 Reported by Sascha Wilde.
14e8de0c 8257
da13b6cc
GM
82582008-02-27 Glenn Morris <rgm@gnu.org>
8259
8260 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
8261 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8262 variables to defconsts. Convert comments to doc-strings.
8263 (nnmairix-last-server, nnmairix-current-server): Convert from free
8264 variables to defvars. Convert comments to doc-strings.
8265 (gnus-registry-fetch-group): Autoload.
8266 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8267 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
8268 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8269 caddr.
be021c01
GM
8270 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8271 nnmairix-request-group-with-article-number-correction call.
8272 (nnmairix-fast, nnmairix-group): New, less general names, for free
8273 variables passed from nnmairix-request-group to
8274 nnmairix-request-group-with-article-number-correction. Declare.
8275 (nnmairix-request-group-with-article-number-correction):
8276 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 8277
3d0f8a67
MB
82782008-02-26 David Engster <dengste@eml.cc>
8279
8280 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8281 version 0.5.
8282
82832008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8284
8285 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8286 instead of making an extra function call. Don't add the current group
8287 to articles only when they have the group. Use
8288 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8289 Reported by David <de_bb@arcor.de>.
8290
f5490ddc
MB
82912008-02-24 Miles Bader <miles@gnu.org>
8292
8293 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8294 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8295 (mm-find-mime-charset-region):
8296 * mm-bodies.el (mm-encode-body):
8297 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8298
52bec650
MB
82992008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8300
8301 * mail-source.el (mail-source-delete-incoming): Change default.
8302 Supplement doc string.
8303
8304 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8305
83062008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8307
8308 * nnmail.el (nnmail-message-id-cache-file): Derive from
8309 `gnus-home-directory'.
8310
83112008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8312
8313 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 8314 Document negative prefix.
52bec650 8315
5e25c514 8316 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
8317
83182008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8319
8320 * message.el (message-unsent-separator): Add the Exim bounce
8321 separator.
8322
83232008-02-10 Daiki Ueno <ueno@unixuser.org>
8324
8325 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8326 list.
8327 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8328 recipient/signer list.
8329
0b9c5ab7
RS
83302008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8331
8332 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8333 fbound (Emacs 23 unicode), signal an error.
8334
1888e568
GM
83352008-02-08 Glenn Morris <rgm@gnu.org>
8336
8337 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8338
52bec650
MB
83392008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8340
8341 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8342 ports to the calls to `netrc-machine-user-or-password' in addition to
8343 "imap" and "imaps".
8344
e9198520
MB
83452008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8346
8347 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8348 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8349 <hanche@math.ntnu.no>.
8350
83512008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8352
8353 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8354
9303f985 83552008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
8356
8357 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8358
8359 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8360
9303f985 83612008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
8362
8363 * mml.el (mml-parse-1): Remove apparently vestigial use of
8364 `mm-hack-charsets'.
8365 * mm-bodies.el (mm-encode-body): Likewise.
8366
9303f985 83672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 8368
4fedcc00 8369 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
8370 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8371 (rfc2104-hash): Convert the result of concat to unibyte string.
8372
9303f985 83732008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 8374
aca7a3d2
MB
8375 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8376 coding-system-for-read.
8377 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8378
8385d659 8379 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 8380 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 8381 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 8382
10ef2ef7 83832008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
8384
8385 * mail-source.el (mail-sources): Add `group' choice.
8386
8387 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8388 parameter `in-group' to control into which group the articles go.
8389 Add treatment of `group' mail-source.
8390
a445370f
DN
83912008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8392
8393 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8394 * message.el (message-beginning-of-line): Use featurep instead of bound
8395 tests in order to resolve conditionals at compile time.
8396
4599d0ec
MB
83972008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8398
8399 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8400
8401 * mm-decode.el (mm-dissect-buffer): Decode description.
8402
8403 * mml.el (mml-to-mime): Encode message header first.
8404
0b6799c3
MB
84052008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8406
8407 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8408 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8409
84102008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8411
8412 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8413
84142008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8417 prefix keys.
8418 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8419 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8420 gnus-xmas.el.
8421
84222008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8423
8424 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8425 Add new variables for article mark management.
8426 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8427 list of extra data entries which, when present, will indicate that the
8428 article ID should not be trimmed from the registry.
8429 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8430 functions.
8431 (gnus-registry-read-mark): New function to read a mark name from the
8432 user.
8433 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8434 (gnus-registry-set-article-mark-internal): New functions to add and
8435 remove marks.
8436 (gnus-registry-get-article-marks): New function to show the marks for
8437 an article, or retrieve them for further use.
8438
84392008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8440
8441 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8442 keys when no argument is given.
8443
84442008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8445
8446 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
8447 (gnus-thread-sort-by-random): Fix doc strings.
8448 Reported by jidanni@jidanni.org.
0b6799c3
MB
8449
84502008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8451
8452 * gnus-art.el (gnus-article-describe-bindings): New function.
8453 (gnus-article-read-summary-keys): Use it.
8454 (gnus-article-mode-map): Bind `C-h b' to it.
8455
95838435
MB
84562008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8457
8458 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8459 XEmacs.
296a8e19
SM
8460 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8461 Protect against non-character events.
95838435 8462
95838435
MB
84632008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8464
296a8e19
SM
8465 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8466 New command.
95838435
MB
8467 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8468 instead of END. Change name of the temp file.
8469 (gnus-group-gmane-group-download-format): Add doc string. Make it
8470 customizable.
8471
84722008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8473
8474 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8475 bind `S W' to gnus-article-wide-reply-with-original; set default
8476 binding to gnus-article-read-summary-send-keys.
8477 (gnus-article-read-summary-keys): Fix the order of keys; display
8478 continuation keys correctly in the echo area; describe bindings
8479 correctly when keys end with `C-h'.
8480 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
8481 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8482 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
8483 correctly in the echo area.
8484 (gnus-article-reply-with-original): Ignore prefix argument.
8485 (gnus-article-wide-reply-with-original): New function.
8486
d82cf70b
MB
84872008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8490 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8491
84922008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8493
8494 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8495 (gnus-group-read-ephemeral-gmane-group): New command.
8496
f3041af1
DN
84972008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8498
8499 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8500
87035689
MB
85012007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8502
8503 * message.el (message-send-mail-function): Increase custom version.
8504
8505 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8506 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8507
87035689
MB
85082007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8509
8510 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8511 html parts correctly; support forwarded messages.
8512 (gnus-article-browse-html-article): Remove work buffers.
8513
8514 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8515 compiling.
8516 (netrc-bound-and-true-p): New macro.
8517 (netrc-parse): Use it instead of bound-and-true-p that is not available
8518 in XEmacs 21.4.
8519
85202007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8521
8522 * gnus-registry.el (gnus-registry-mark-article)
8523 (gnus-registry-article-marks): Add functionality to mark articles
8524 through the Gnus registry.
8525
8526 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8527 (netrc-parse): Use encrypt-file-alist to determine if
8528 encrypt-find-model or encrypt-insert-file-contents should be used.
8529
541cbf8b
GM
85302007-12-19 Glenn Morris <rgm@gnu.org>
8531
8532 * mml.el (message-options-set, message-narrow-to-head)
8533 (message-in-body-p, message-mail-p, message-encode-message-body):
8534 Autoload.
8535 (message-remove-header, message-narrow-to-headers-or-head)
8536 (message-subscribed-p, message-make-mail-followup-to)
8537 (message-position-on-field, message-news-p)
8538 (message-options-set-recipient, message-generate-headers)
8539 (message-sort-headers): Declare as functions.
8540
87035689
MB
85412007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8542
8543 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8544 convention in doc string.
8545
85462007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8547
8548 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8549 title to html parts.
8550 (gnus-article-browse-html-article): Pass message header to it.
8551
8552 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8553
85542007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8555
8556 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8557 or password compatible with XEmacs.
8558
bbbe940b
MB
85592007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8560
8561 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8562 format document.
8563 (gnus-mime-delete-part): Don't write description line if empty.
8564 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8565
880820fe 85662007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
8567
8568 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8569 (gnus-summary-mark-read-and-unread-as-read)
8570 (gnus-summary-mark-current-read-and-unread-as-read)
8571 (gnus-summary-mark-unread-as-ticked): Doc fix.
8572 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8573
85742007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8575
296a8e19
SM
8576 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8577 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
8578
85792007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8580
8581 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8582 yes-or-no-p.
8583
85842007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 8587 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 8588
296a8e19
SM
8589 * gnus-art.el (gnus-article-browse-delete-temp-files):
8590 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
8591 (gnus-article-browse-html-parts): Work with message/external-body; use
8592 mm-add-meta-html-tag.
8593
cef98b13
GM
85942007-12-11 Glenn Morris <rgm@gnu.org>
8595
8596 * gnus-cache.el: Require gnus-sum not just when compiling.
8597
8598 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8599
296a8e19
SM
8600 * gnus-int.el (gnus-server-opened, gnus-status-message):
8601 Move definitions before use.
cef98b13
GM
8602
8603 * mm-decode.el: Require gnus-util.
8604 (mm-remove-part): Only call delete-annotation on XEmacs.
8605
8606 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8607
8608 * nnmail.el: Require gnus-int.
8609
8610 * spam.el: Move `require's before `eval-when-compile's.
8611
8612 * gnus-ems.el (gnus-alive-p):
8613 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 8614 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
8615 * mail-source.el (gnus-compress-sequence):
8616 * message.el (Info-goto-node, format-spec):
8617 * mm-bodies.el (message-options-get):
8618 * mm-decode.el (mm-view-pkcs7):
8619 * mm-util.el (gmm-write-region):
8620 * mml-smime.el (mml-compute-boundary)
8621 (gnus-completing-read-with-default):
8622 * mml.el (widget-button-press, gnus-make-hashtable):
8623 * mml1991.el (mm-decode-content-transfer-encoding)
8624 (mm-encode-content-transfer-encoding)
8625 (message-options-get, message-options-set):
8626 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8627 * nnfolder.el (gnus-request-group):
8628 * nnheader.el (ietf-drums-unfold-fws):
8629 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8630 * smime.el (gnus-run-mode-hooks):
8631 * spam-stat.el (gnus-message): Autoload.
8632
8633 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8634 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8635 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8636 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8637 Add declare-function compatibility definition.
8638
8639 * gnus-cache.el (nnvirtual-find-group-art):
8640 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8641 (gnus-add-image, gnus-add-wash-type):
8642 * gnus-group.el (nnkiboze-score-file):
8643 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8644 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
8645 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8646 (message-tokenize-header, gnus-get-buffer-create)
8647 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8648 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
8649 * gnus.el (gnus-group-decoded-name):
8650 * mail-source.el (imap-capability):
8651 * mm-bodies.el (message-options-set):
8652 * mm-decode.el (gnus-configure-windows):
8653 * mm-extern.el (message-goto-body):
8654 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8655 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8656 (epg-sub-key-validity, message-options-set):
8657 * mml.el (widget-event-point, gnus-configure-windows):
8658 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8659 * mml2015.el (epg-check-configuration, epg-configuration)
8660 (message-options-set):
8661 * nndb.el (nndb-request-article):
8662 * nnfolder.el (gnus-request-create-group):
8663 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8664 * nnmaildir.el (gnus-group-mark-article-read):
8665 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8666 * rfc1843.el (message-fetch-field):
8667 * spam.el (gnus-extract-address-components):
8668 Declare as functions.
8669
bbbe940b
MB
86702007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8673
a5ded4c9
GM
86742007-12-09 Glenn Morris <rgm@gnu.org>
8675
8676 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8677
8678 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 8679 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 8680 Add declare-function compatibility definition.
a5ded4c9
GM
8681
8682 * gnus-art.el (w3-region, w3m-region, Info-menu):
8683 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8684 * gnus-sum.el (gnus-get-predicate):
8685 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8686 * message.el (mail-abbrev-in-expansion-header-p):
8687 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 8688 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
8689 * sieve-manage.el (password-read, password-cache-add)
8690 (password-cache-remove):
8d0f97a4 8691 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 8692
274f1353
DK
86932007-12-08 David Kastrup <dak@gnu.org>
8694
8695 * gnus-sum.el (gnus-summary-simplify-subject-query):
8696 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8697 `message'.
8698
a601fb74 86992007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 8700
a601fb74 8701 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 8702
af5370ad
RS
87032007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8704
8705 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8706
21ee0911
MB
87072007-12-06 Christian Plate <cplate@web.de> (tiny change)
8708
296a8e19 8709 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
8710 Call gnus-add-to-range ranges only once with a prepared article-list.
8711
87122007-12-06 Paul Jarc <prj@po.cwru.edu>
8713
149cd465
JB
8714 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8715 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
8716 group names with backslashes.
8717 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 8718
f0131492 87192007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 8720
a601fb74
GM
8721 * gnus-art.el (article-make-date-line):
8722 * gnus-start.el (gnus-load):
8723 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 8724
415a09fb
MB
87252007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8726
8727 * gnus-art.el (gnus-use-idna)
8728 * gnus-start.el (gnus-site-init-file)
8729 * message.el (message-use-idna)
8730 * mm-uu.el (mm-uu-hide-markers)
8731 * smiley.el (smiley-style): Revert changes that suppress warnings.
8732
87332007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8734
8735 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
8736 specify charset to html source.
8737 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
8738
87392007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8740
8741 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8742 idna-program in order to suppress byte compile warning issued by XEmacs
8743 that came to byte compile the default value section of defcustom forms
8744 recently.
8745
8746 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8747 value of installation-directory.
8748
8749 * message.el (message-use-idna): Don't directly refer to the value of
8750 idna-program.
8751
8752 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8753
8754 * smiley.el (smiley-style): Don't directly call face-attribute.
8755
b890d447
MB
87562007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8757
8758 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8759
8760 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
8761 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8762 Don't require. Use autoloads instead.
b890d447
MB
8763 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8764 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8765 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8766 (gnus-dired-mode): Adjust doc string.
8767 (gnus-dired-mail-mode): New variable.
8768 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8769 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8770 (gnus-dired-mail-buffers): New function. Return mail or message
8771 composition buffers.
8772 (gnus-dired-attach): Use it.
8773 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8774 NO-DECODE.
8775 (gnus-dired-print): Use `gnus-print-buffer' depending on
8776 `gnus-dired-mail-mode'.
8777
87782007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8779
8780 * rfc2047.el (rfc2047-encoded-word-regexp)
8781 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8782 explaining what regexp patterns are for.
8783
13b0ef01
GM
87842007-12-04 Glenn Morris <rgm@gnu.org>
8785
8786 * password.el: Move to ../password-cache.el.
8787
8788 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8789 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8790 * mml-smime.el (password-read, password-cache-add)
8791 (password-cache-remove):
8792 No need to autoload, since mml-sec requires password.
8793
8794 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8795 * message.el (gnus-extract-address-components):
8796 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8797
8798 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8799 password.
8800
b890d447
MB
88012007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8802
8803 * mailcap.el: Reduce dependencies.
8804 (mail-header-parse-content-type): Autoload.
8805 (mailcap-delete-duplicates): New alias.
8806 (mailcap-mime-info): Add optional argument NO-DECODE.
8807 (mailcap-mime-types): Use mailcap-delete-duplicates.
8808
8809 * message.el (message-ignored-supersedes-headers): Add "X-ID".
8810
88112007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8812
8813 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8814 function.
8815
8816 * gnus-uu.el (gnus-uu-decode-yenc): New command.
8817 (gnus-uu-yenc-article): New function.
8818
8819 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8820
296a8e19 8821 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 8822
21662dc7
GM
88232007-12-02 Glenn Morris <rgm@gnu.org>
8824
323fc9ec
GM
8825 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8826 Move to ../net.
8827
21662dc7
GM
8828 * binhex.el, uudecode.el: Move to ../mail.
8829
ceabaeb3
GM
8830 * encrypt.el: Remove file.
8831
b890d447
MB
88322007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
8833
8834 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8835 matches on patches.
8836
296a8e19
SM
8837 * gnus-art.el (gnus-article-browse-html-article):
8838 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
8839
8840 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8841 string. Add comments.
8842
8843 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8844 if rhs is ASCII.
8845
08545d0a
GM
88462007-12-01 Glenn Morris <rgm@gnu.org>
8847
fb18c032 8848 * dig.el, dns.el: Move to ../net.
c3335b6a 8849 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 8850
08545d0a
GM
8851 * mail-source.el (top-level): Require format-spec before
8852 eval-when-compile.
8853
257a0a0d
GM
88542007-11-30 Glenn Morris <rgm@gnu.org>
8855
8856 * encrypt.el: Require password, rather than autoloading password-read.
8857
b890d447
MB
88582007-11-28 Elias Oltmanns <eo@nebensachen.de>
8859
8860 * gnus.el (gnus-method-to-server): Add an optional parameter so the
8861 caller can indicate whether the cache should be disregarded for this
8862 call. This way the result of the call is reproducible at all times and
8863 can be considered a canonical server name for the supplied method.
8864 (gnus-agent-method-p): Canonicalize server names by pushing their
8865 method through `gnus-method-to-server' using the no-cache argument.
8866
296a8e19
SM
8867 * gnus-srvr.el (gnus-server-insert-server-line):
8868 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
8869
8870 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8871 gnus-agent-possibly-synchronize-flags as this should be called when the
8872 server is actually being opened.
8873 (gnus-agent-possibly-synchronize-flags)
8874 (gnus-agent-possibly-synchronize-flags-server): Move check for the
8875 flags file of an agentized server to the latter function.
8876
8877 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8878 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8879 after a connection has been established successfully.
8880
88812007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
8882
8883 * gnus-art.el (article-display-face): Force to display face if called
8884 interactively; check if gnus-article-x-face-too-ugly matches author.
8885 (article-display-x-face): Display face even if From header is missing
8886 as article-display-face does.
8887
d50fd8e2
GM
88882007-11-28 Richard Stallman <rms@gnu.org>
8889
8890 * md4.el: Move to ../.
8891 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8892
b890d447
MB
88932007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * mail-source.el (mail-sources): Default to fetch from file for
8896 compatibility with default of nnmail-spool-file.
8897
88982007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8901 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8902 to look for encoded word that should be encoded again.
8903 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8904 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8905 encoding pattern.
8906 (rfc2047-decode-region): Switch strict regexp and loose one according
8907 to rfc2047-allow-irregular-q-encoded-words.
8908
a06e7b5d
SJ
89092007-11-26 Simon Josefsson <simon@josefsson.org>
8910
8911 * imap.el: Move to ../net directory.
8912
b890d447
MB
89132007-11-25 Romain Francoise <romain@orebokech.com>
8914
8915 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8916
89172007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8918
8919 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8920 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8921
8922 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8923 `nnmail-spool-file'.
8924
8925 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8926 `nnmail-spool-file'.
8927
8928 * gnus-move.el (gnus-change-server): Ditto.
8929
8930 * gnus-kill.el (gnus-batch-score): Ditto.
8931
8932 * gnus-cache.el (gnus-jog-cache): Ditto.
8933
c9e31f32
SM
8934 * gnus-msg.el (gnus-summary-reply):
8935 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
8936
89372007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
8938
c9e31f32
SM
8939 * gnus-cache.el (gnus-cache-generate-nov-databases):
8940 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
8941 nnml-generate-nov-databases-1.
8942
e3b0153a
GM
89432007-11-24 Glenn Morris <rgm@gnu.org>
8944
8945 * message.el (message-tool-bar-retro): Update for rename
8946 mail_send.xpm->mail-send.xpm.
8947
b890d447
MB
89482007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8949
8950 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8951 `smime-ldap-search' for Emacs 22 and up.
8952
145cc6b9
RS
89532007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
8954
63ff8478
RS
8955 * hashcash.el: Move to ../mail directory.
8956
8746c8b8
RS
8957 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
8958
145cc6b9
RS
8959 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8960 `smime-ldap-search' for Emacs 22 and up.
8961
82816ba1
SM
89622007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8963
b7b80032
SM
8964 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8965
82816ba1
SM
8966 * message.el (message-send-mail-function): Fix error convention.
8967 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8968 (message-widen-reply, message-send-mail, message-talkative-question)
8969 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8970 (message-clone-locals, message-send-news): Use with-current-buffer.
8971 (message-insert-or-toggle-importance): Remove unused var `valid'.
8972 (message-make-references): Remove unused var `new-references'.
8973 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8974
3042deef
JB
89752007-11-22 Juanma Barranquero <lekktu@gmail.com>
8976
8977 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8978 (spam-split-symbolic-return-positive): Reflow docstring.
8979 (spam-backends, spam-summary-exit-behavior)
8980 (spam-mark-ham-unread-before-move-from-spam-group)
8981 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8982 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8983 (spam-clear-cache, spam-backend-check, spam-install-backend)
8984 (spam-install-statistical-backend, spam-list-of-processors)
8985 (spam-group-processor-p, spam-split, spam-bogofilter-score)
8986 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8987 (spam-check-crm114, spam-initialize, spam-unload-hook):
8988 Fix typos in docstrings.
8989
b890d447
MB
89902007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8991
8992 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8993 been checked if they have never been read and those group levels are
8994 higher than the one that a user specified.
8995
89962007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
8997
8998 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8999 foreign groups unless a group level is specified by a user.
9000 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9001
b62a39c4
RS
90022007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9003
9004 * message.el (message-send-mail-function): Require sendmail.
9005
2ea6167b
RS
90062007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9007
9e0a8576
RS
9008 * message.el (message-send-mail-function): Check for smtpmail too.
9009
f21470ef
RS
9010 * utf7.el (utf7-encode, utf7-decode): Use coding system
9011 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9012
2ea6167b
RS
9013 * message.el (message-send-mail-function): New function.
9014 (message-send-mail-function): Set default using
9015 message-send-mail-function. Adjust doc string.
9016 (message-send-mail-with-mailclient): New function.
9017
127a6f0e
GM
90182007-11-17 Richard Stallman <rms@gnu.org>
9019
9020 * assistant.el: Remove file.
9021
9efa445f
DN
90222007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9023
9024 * smime.el (from):
9025 * rfc2047.el (message-posting-charset):
9026 * qp.el (mm-use-ultra-safe-encoding):
9027 * pop3.el (parse-time-months):
9028 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9029 * nnml.el (files):
9030 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9031 (jka-compr-compression-info-list, ange-ftp-path-format)
9032 (efs-path-regexp):
9033 * nndiary.el (files):
9034 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9035 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9036 (epg-digest-algorithm-alist, inhibit-redisplay)
9037 (password-cache-expiry):
9038 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9039 (pgg-output-buffer, password-cache-expiry):
9040 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9041 (efs-path-regexp):
9042 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9043 (inhibit-redisplay):
9044 * mm-uu.el (file-name, start-point, end-point, entry)
9045 (gnus-newsgroup-name, gnus-newsgroup-charset):
9046 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9047 (latin-unity-ucs-list):
9048 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9049 (mm-uu-binhex-decode-function):
b97439ce 9050 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
9051 (rmail-enable-mime-composing, gnus-local-organization)
9052 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9053 (gnus-read-active-file, facemenu-add-face-function)
9054 (facemenu-remove-face-function, gnus-article-decoded-p)
9055 (tool-bar-mode):
9056 * mail-source.el (display-time-mail-function):
9057 * gnus-util.el (nnmail-pathname-coding-system)
9058 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9059 (gnus-original-article-buffer, gnus-user-agent)
9060 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9061 (xemacs-codename, sxemacs-codename, emacs-program-version):
9062 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9063 * gnus-start.el (gnus-agent-covered-methods)
9064 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9065 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9066 (gnus-newsgroup-headers, gnus-group-list-mode)
9067 (gnus-group-mark-positions, gnus-newsgroup-data)
9068 (gnus-newsgroup-unreads, nnoo-state-alist)
9069 (gnus-current-select-method, mail-sources)
9070 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9071 (nnmail-spool-file, gnus-cache-active-hashtb):
9072 * gnus-mh.el (mh-lib-progs):
9073 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9074 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9075 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9076 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9077 (gnus-group-buffer):
9078 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9079 (font-lock-set-defaults):
9080 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9081 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9082 (gnus-summary-post-menu, total-parts, type, condition, length):
9083 * gnus-agent.el (gnus-agent-read-agentview):
9084 * flow-fill.el (show-trailing-whitespace):
9085 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9086 eval-and-compile wrappers for byte compiler pacifiers.
9087
9088 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9089 (mm-display-inline-fontify): Check for featurep 'xemacs not
9090 extent-list.
9091
9092 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9093 itimer-list.
9094 (mm-create-image-xemacs): Only do something for XEmacs.
9095 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9096
9097 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9098
9099 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9100 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9101
e9346447
JB
91022007-11-15 Juanma Barranquero <lekktu@gmail.com>
9103
ec5741dc 9104 * nnimap.el (nnimap-split-download-body):
e9346447 9105 * gnus-demon.el (gnus-demon):
ec5741dc 9106 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 9107
1428d46b
MB
91082007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9109
296a8e19
SM
9110 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9111 New macros.
1428d46b
MB
9112 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9113 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9114 copy data from unibyte buffer to multibyte current buffer.
93acd23d 9115 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
9116 to copy data from unibyte current buffer to multibyte buffer.
9117 (nntp-make-process-buffer): Make process buffer unibyte.
9118
9119 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9120
91212007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9122
9123 * pop3.el (pop3-open-server): Accept and process data more robustly at
9124 connexion start to avoid spurious "POP SSL connexion failed" errors.
9125
91262007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9127
9128 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9129 read group names.
9130
91312007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9132
9133 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9134
91352007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9138 (nnmail-save-active): Use a unibyte buffer when saving active file,
9139 which may contain non-ASCII group names.
9140
9141 * nnml.el (nnml-request-group): Decode group names in messages.
9142
4d8a28ec
MB
91432007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9144
9145 * message.el (message-citation-line-function)
9146 (message-insert-formatted-citation-line): Fix spelling of
9147 `message-insert-formated-citation-line'.
9148
c12ecb0a
MB
91492007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9150
9151 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9152
4d8a28ec
MB
91532007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9156 nnmail-pathname-coding-system.
9157
9158 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9159 that a user enters; decode group names in messages.
9160
9161 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9162
60ece9b0
MB
91632007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9164
9165 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9166
9167 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9168
9169 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9170 risky local variable.
9171
9172 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9173
91742007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9175
9176 * encrypt.el: Improve documentation to fix function name typo.
9177 Reported by Daiki Ueno <ueno@unixuser.org>.
9178
91792007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9180
9181 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9182 even if the point is not in the last page of an article.
9183 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9184 back to the previous page.
9185
c590ed3a
MB
91862007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9187
9188 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9189
60ece9b0
MB
91902007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9191
9192 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9193
c70dbcd5
SM
91942007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9195
296a8e19
SM
9196 * message.el (message-check-news-body-syntax):
9197 Avoid mm-string-as-multibyte.
c70dbcd5
SM
9198 (message-hide-headers): Don't assume (point-min)==1.
9199
437ce4be
MB
92002007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9201
9202 * message.el (message-remove-blank-cited-lines): Fix if remove is
9203 given.
9204 (message-bogus-address-regexp): New variable.
9205 (message-bogus-recipient-p): New function.
9206 (message-check-recipients): New command.
9207 (message-syntax-checks): Add `bogus-recipient'.
9208 (message-fix-before-sending): Add `bogus-recipient'.
9209
9210 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
9211 (gnus-treat-body-boundary): Don't test window-system.
9212
296fa7b4 92132007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
9214
9215 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 9216
c7ff939a
RS
92172007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9218
9219 * gnus.el: Bump version to Gnus v5.13.
9220
01c52d31
MB
92212007-10-28 Miles Bader <miles@gnu.org>
9222
9223 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9224 at compile-time too.
9225
437ce4be
MB
92262007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9227
296a8e19
SM
9228 * gnus-msg.el (gnus-message-setup-hook):
9229 Add `message-remove-blank-cited-lines' to options.
437ce4be 9230
01c52d31
MB
92312007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9232
9233 * message.el (message-remove-blank-cited-lines): New function.
880820fe 9234 Suggested by Karl Plästerer.
01c52d31
MB
9235
92362007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9237
9238 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9239 mapc.
9240
9241 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9242 (top-level): Use mapc to set functions to be traced for debugging.
9243
9244 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9245 called for effect with while loop.
9246
9247 * message.el (message-talkative-question): Replace mapcar called for
9248 effect with mapc.
9249
9250 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9251 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9252 called for effect with dolist.
9253
9254 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9255
9256 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9257 gnus-extra-headers and nnmail-extra-headers.
9258
9259 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9260 called for effect with dolist.
9261 (top-level): Use mapc to set functions to be traced for debugging.
9262
9263 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9264 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9265 dolist.
9266
9267 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9268 Replace mapcar called for effect with mapc.
9269 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9270 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9271 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9272 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9273
9274 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9275 remove-if that's a cl function.
9276
9277 * webmail.el (webmail-debug): Replace mapcar called for effect with
9278 dolist.
9279
01c52d31
MB
92802007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9281
9282 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9283 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9284 with while loop.
9285
9286 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9287 functions from article-* functions.
9288 (gnus-multi-decode-header): Replace mapcar called for effect with
9289 dolist.
9290
9291 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9292 (gnus-bookmark-show-details): Replace mapcar called for effect with
9293 while loop.
9294
9295 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9296 called for effect with while loop.
9297
9298 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9299 with dolist.
9300
296a8e19
SM
9301 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9302 Replace mapcar called for effect with dolist.
01c52d31
MB
9303
9304 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9305
9306 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9307 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9308 Replace mapcar called for effect with dolist.
9309 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9310 mapc.
9311
9312 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9313 Replace mapcar called for effect with dolist.
9314 (gnus-topic-list): Replace mapcar called for effect with mapc.
9315
9316 * gnus.el: Use mapc instead of mapcar to add autoloads.
9317
4b576f7d
RS
93182007-10-23 Richard Stallman <rms@gnu.org>
9319
9320 * gnus-group.el (gnus-group-highlight): Mark as risky.
9321
fdc90613
MB
93222007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9323
9324 * gnus.el (gnus-server-to-method): Return method found first in
9325 gnus-newsrc-alist.
9326
01c52d31
MB
9327 * gnus-art.el (gnus-article-highlight-signature)
9328 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9329 button overlay without the front stickiness.
9330
93312007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9332
9333 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9334 overview buffer needed a catch to receive its throw.
296a8e19 9335 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
9336 easier to use.
9337
fdc90613
MB
93382007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9339
9340 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9341 `next-line'.
9342
5255e3ff
MB
93432007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9344
9345 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9346 exclude address matching message-dont-reply-to-names.
9347
b4fde39f
MB
93482007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9349
9350 * gnus-util.el (gnus-string<): New function.
9351
9352 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 9353 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
9354
93552007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9356
9357 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9358 the frame-focus tag is set in gnus-buffer-configuration.
9359
01c52d31
MB
93602007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9361
9362 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9363 the front stickiness.
9364
93652007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9366
9367 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9368 url pattern; remove duplicate one.
9369 (gnus-article-extend-url-button): New function.
9370 (gnus-article-add-buttons): Use it.
9371 (gnus-button-push): Use concatenated url that it makes.
9372
6ab3804a
JB
93732007-10-04 Juanma Barranquero <lekktu@gmail.com>
9374
9375 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9376 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9377
2f19ece7
SM
93782007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9381 Don't hardcode point-min==1.
9382
1d0df8af
DK
93832007-09-30 David Kastrup <dak@gnu.org>
9384
9385 * gnus-art.el (gnus-article-reply-with-original)
9386 (gnus-article-followup-with-original): When `transient-mark-mode' is
9387 off, refrain from active-region behavior for followups.
9388
4b70e299
MB
93892007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9390
9391 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
9392 Fix comment about "iso8859-1".
9393
d4835507 93942007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
9395
9396 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9397 ones returned from the verify-function.
9398
296a8e19
SM
9399 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9400 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
9401
94022007-10-07 Daiki Ueno <ueno@unixuser.org>
9403
9404 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9405 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9406 failed.
4b70e299
MB
9407
94082007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9409
e9346447 9410 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 9411
01c52d31
MB
94122007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9413
9414 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9415 to mark a thread as expirable. Add variable `hide' to handle hiding of
9416 thread for both the null and zero (kill/expire thread) universal prefix
9417 cases.
9418 (gnus-summary-expire-thread): Add new function to expire a thread,
9419 using gnus-summary-kill-thread.
9420 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9421 shortcuts for gnus-summary-expire-thread.
9422 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9423 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9424
94252007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9426
9427 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9428 extras value, so an extras entry can be deleted.
9429 (gnus-registry-delete-extra-entry): Use it.
9430 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9431 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9432 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
9433 storage through the gnus-registry, and provide an appropriate API for
9434 it.
01c52d31 9435
4b70e299
MB
94362007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9439 Suggested by Leo <sdl.web@gmail.com>.
9440
9441 * gnus.el: Do.
9442
94432007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9444
9445 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9446 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9447
9448 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9449
9450 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9451 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9452
94532007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9454
9455 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9456 newline.
9457 (nnmbox-request-accept-article): Don't change article in source buffer;
9458 narrow to header to use message-fetch-field rather than
9459 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9460 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9461 as delimiters; make sure article ends with newline.
9462 (nnmbox-delete-mail): Correct last position of article to be deleted;
9463 ignore X-Gnus-Newsgroup header in article body.
9464 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9465 positions; make sure article ends with newline.
9466
01c52d31
MB
9467 * message.el (message-display-abbrev): Don't infloop when a user
9468 inserts SPC in the beginning of header.
9469
94702007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9471
9472 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9473 list of groups not followed by default. Fix type to be regexp.
9474 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9475
94762007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9477
9478 * hmac-def.el (define-hmac-function): Switch from old-style to
9479 new-style backquotes.
9480
002876ab 9481 * md4.el (md4-make-step): Likewise.
01c52d31
MB
9482
94832007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9484
9485 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9486 raw-text coding system when saving .newsrc file, which may contain
9487 non-ASCII group names.
9488
4b70e299
MB
94892007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9490
9491 * gnus-cus.el (gnus-score-extra): New widget.
9492 (gnus-score-extra-convert): New function.
9493 (gnus-score-customize): Use it for Extra.
9494
01c52d31
MB
94952007-08-31 Daiki Ueno <ueno@unixuser.org>
9496
9497 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9498 (mml2015-mailcrypt-clear-verify): Use it.
9499 (mml2015-gpg-clear-verify): Use it.
9500 (mml2015-pgg-clear-verify): Use it.
9501 (mml2015-epg-clear-verify): Replace the current part with the output
9502 from GnuPG; don't extract the plaintext by itself.
9503
9504 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9505 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9506 mml2015-clear-verify-function; don't touch the armor headers or
9507 dash-escaped text here.
9508
95092007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9510
9511 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9512 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9513 parts, or application/octet-stream as a last resort.
9514 (gnus-mime-view-part-as-type): Don't toggle display.
9515 (gnus-mime-view-part-as-charset): Don't turn off display before
9516 querying charset.
9517
9518 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9519 stuff to undisplayer function in Emacs.
9520 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9521
9522 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9523 text/calendar parts.
9524
7f22a765
MB
95252007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9526
01c52d31
MB
9527 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9528 decoding text/calendar parts.
9529
9530 * message.el (message-forward-make-body-mime): Always mark body as
9531 having no illegible text; remove signed-or-encrypted argument.
9532 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9533
7f22a765
MB
9534 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9535 (mml-generate-mime-1): Don't encode body if it is specified to be in
9536 raw form; don't make buffer be unibyte when inserting multibyte string.
9537
67d0660b
SM
95382007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * sha1.el: Fix up comment style.
9541 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9542 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9543
9544 * hex-util.el: Fix up comment style.
9545 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9546
9547 * gnus-salt.el: Use with-current-buffer.
9548 (gnus-pick-setup-message): Fix long-standing typo.
9549
bdaf8a62
MB
95502007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9551
01c52d31
MB
9552 * imap.el (imap-logout-timeout): New variable.
9553 (imap-logout, imap-logout-wait): New functions.
9554 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9555
9556 * nnimap.el (nnimap-logout-timeout): New server variable.
9557 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9558 nnimap-logout-timeout.
9559
bdaf8a62
MB
9560 * gnus-art.el (gnus-article-summary-command-nosave)
9561 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9562
95632007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * gnus.el (gnus-maximum-newsgroup): New variable.
9566
9567 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9568 according to gnus-maximum-newsgroup.
9569
9570 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
9571 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9572 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 9573
01c52d31
MB
95742007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9575
296a8e19 9576 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
9577 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9578 Don't perform gnus-configure-windows here; reuse existing sticky
9579 article buffer.
9580
9581 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9582 it doesn't exist in gnus-article-mode.
9583
95842007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9585
9586 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9587 (gnus-agent-decoded-group-name): New function.
9588 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9589 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9590
95912007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9592
9593 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9594 Add binding for gnus-sticky-article.
9595 (gnus-summary-exit): Don't kill sticky article buffers.
9596
9597 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9598 article buffer.
9599 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9600 (gnus-kill-sticky-article-buffers): New commands.
9601
37cc095b
MB
96022007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9603
9604 * nntp.el (nntp-xref-number-is-evil): New server variable.
9605 (nntp-find-group-and-number): If it is non-nil, don't trust article
9606 numbers in the Xref header.
9607
01c52d31
MB
96082007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9609
9610 * gnus-agent.el (gnus-agent-read-group): New function.
9611 (gnus-agent-flush-group, gnus-agent-expire-group)
9612 (gnus-agent-regenerate-group): Use it.
9613 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9614 nnmail-pathname-coding-system.
9615
37cc095b
MB
96162007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9617
9618 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9619
01c52d31
MB
9620 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9621 that are unread as unread, and also as selected so that information of
9622 marks having been changed by a user may be updated when exiting group.
9623
37cc095b
MB
96242007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9625
9626 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9627
01c52d31
MB
96282007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9631 calculated ignoring signature parts to gnus-treat-article.
9632
96332007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9634
9635 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9636 a point here in order to keep the window start.
9637 (gnus-insert-mime-security-button): Make a button overlay without the
9638 front stickiness.
9639 (gnus-mime-display-security): Goto the end of a button.
9640
9641 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9642
96432007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9644
9645 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9646 group-name-at-point.
9647 (gnus-group-completing-read): New function that offers decoded
9648 non-ASCII group names for completion.
9649 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9650 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9651 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9652 (gnus-group-fetch-control): Use it.
9653 (gnus-fetch-group): Use group-name-at-point for the initial value
9654 rather than the default value; use gnus-alive-p.
9655
9656 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9657 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9658 (gnus-summary-post-news): Use gnus-group-completing-read.
9659
9660 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9661 (gnus-read-move-group-name): Decode group name for completion.
9662
f0131492 96632007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
9664
9665 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9666 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9667 Yamaoka slightly modified the code).
9668
96692007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9670
9671 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9672 (nnmail-split-incoming): Bind it.
9673
9674 * nnml.el (nnml-group-name-charset): New function.
9675 (nnml-decoded-group-name): Use it; don't decode group name if
9676 nnmail-group-names-not-encoded-p is non-nil.
9677 (nnml-encoded-group-name): New function.
9678 (nnml-group-pathname): Inline nnml-decoded-group-name.
9679 (nnml-request-expire-articles): Decode group name in message.
9680 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9681 nnmail-pathname-coding-system.
9682 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9683 not decoded ones according to nnmail-group-names-not-encoded-p.
9684 (nnml-generate-active-info): Use nnml-encoded-group-name.
9685
3ecd3a56
GM
96862007-08-08 Glenn Morris <rgm@gnu.org>
9687
9688 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9689 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9690 doc-strings and comments.
9691
cacc7b51
GM
96922007-07-25 Glenn Morris <rgm@gnu.org>
9693
9694 * Relicense all FSF files to GPLv3 or later.
9695
01c52d31 96962007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 9697
296a8e19
SM
9698 * gnus-sum.el (gnus-summary-move-article):
9699 Make gnus-summary-respool-article work.
2f62a044 9700
f931ce84
MB
97012007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9702
9703 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9704 string.
9705
880820fe 97062007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
9707
9708 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9709 that should be ignored when comparing distant RSS articles with local
9710 ones.
9711 (nnrss-make-hash-index): New function. Create a hash index according
9712 to the ignored fields.
9713 (nnrss-check-group): Use it.
9714
97152007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9716
9717 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9718
9719 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9720
9721 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9722 the new optional argument ENCODED is non-nil.
9723 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9724 coding system for encoding group name.
9725 (gnus-group-make-rss-group): Pass un-encoded group name to
9726 gnus-group-make-group.
9727 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9728 encoded.
9729
9730 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9731 Encode group name to which articles are moved or copied.
9732 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9733 coding system for encoding Newsgroup, Followup-To and Xref headers.
9734
9735 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9736 marks; use nnheader-file-coding-system to write a file.
9737 (nnagent-retrieve-headers): Bind file-name-coding-system to
9738 nnmail-pathname-coding-system.
9739
9740 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9741
9742 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9743 (nnml-request-article, nnml-request-create-group)
9744 (nnml-request-rename-group, nnml-find-id)
9745 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9746 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9747 (nnml-save-marks): Use nnml-group-pathname instead of
9748 nnmail-group-pathname.
9749
9750 (nnml-request-create-group, nnml-request-expire-articles)
9751 (nnml-request-move-article, nnml-request-delete-group)
9752 (nnml-deletable-article-p, nnml-possibly-create-directory)
9753 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9754 (nnml-open-marks): Bind file-name-coding-system to
9755 nnmail-pathname-coding-system.
9756
9757 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
9758 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9759 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
9760 (nnml-request-accept-article): Pass server argument to
9761 nnml-active-number and nnml-save-mail.
9762 (nnml-find-group-number): Pass server argument to nnml-find-id.
9763 (nnml-request-update-info): Pass server argument to
9764 nnml-marks-changed-p.
9765
9766 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9767 (nnml-save-mail, nnml-active-number): Add server argument.
9768
9769 (nnml-request-delete-group): Warn if group is missing.
9770 (nnml-get-nov-buffer): Decode group name.
9771 (nnml-generate-active-info): Encode group name.
9772 (nnml-open-marks): Decode group name in messages.
9773
97742007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9775
9776 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9777 if it is not specified.
9778 (gnus-article-pipe-part, gnus-article-save-part)
9779 (gnus-article-interactively-view-part, gnus-article-copy-part)
9780 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9781 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9782 (gnus-article-replace-part, gnus-article-delete-part)
9783 (gnus-article-view-part-as-type): Pass raw prefix argument to
9784 gnus-article-part-wrapper.
9785
97862007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9787
296a8e19
SM
9788 * gnus-agent.el (gnus-agent-save-active):
9789 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
9790
9791 * gnus-cache.el (gnus-cache-save-buffers)
9792 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9793 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9794 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9795 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9796 (gnus-cache-generate-active, gnus-cache-rename-group)
9797 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
9798 (gnus-cache-update-overview-total-fetched-for):
9799 Bind file-name-coding-system to nnmail-pathname-coding-system.
9800 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9801 New variables.
01c52d31
MB
9802 (gnus-cache-decoded-group-name): New function.
9803 (gnus-cache-file-name): Use it.
9804 (gnus-cache-generate-active): Use non-decoded group name for active.
9805
9806 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9807 right place.
9808 (gnus-write-active-file): Don't break non-ASCII group names.
9809
9810 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9811 nnmail-pathname-coding-system.
9812
9813 * gnus-uu.el (gnus-uu-decode-save): Typo.
9814
f931ce84
MB
98152007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9818
2f62a044
MB
98192007-07-14 David Kastrup <dak@gnu.org>
9820
9821 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9822 finishing actions if we did not edit the article.
9823
01c52d31
MB
98242007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9825
9826 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9827 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9828 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9829 (gnus-agent-flush-group, gnus-agent-flush-cache)
9830 (gnus-agent-fetch-headers, gnus-agent-load-alist)
9831 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9832 (gnus-agent-retrieve-headers, gnus-agent-request-article)
9833 (gnus-agent-regenerate-group)
9834 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
9835 (gnus-agent-update-view-total-fetched-for):
9836 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
9837 (gnus-agent-group-pathname): Don't encode file names by
9838 nnmail-pathname-coding-system.
9839 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9840 coding-system-for-write instead of buffer-file-coding-system to
9841 gnus-agent-file-coding-system.
9842
9843 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9844 Decode group name.
9845
9846 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9847
9848 * gnus-start.el (gnus-update-active-hashtb-from-killed)
9849 (gnus-read-newsrc-el-file): Make group names unibyte.
9850
9851 * nnmail.el (nnmail-group-pathname): Don't encode file names by
9852 nnmail-pathname-coding-system.
9853
9854 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9855 (nnrss-request-delete-group): Bind file-name-coding-system to
9856 nnmail-pathname-coding-system.
296a8e19
SM
9857 (nnrss-read-server-data, nnrss-read-group-data):
9858 Bind file-name-coding-system correctly.
01c52d31
MB
9859 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9860
9861 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9862 (nntp-server-to-method-cache): New variable.
9863 (nntp-group-pathname): New function that decodes non-ASCII group names.
9864 (nntp-possibly-create-directory, nntp-marks-changed-p)
9865 (nntp-save-marks, nntp-open-marks): Use it.
9866 (nntp-possibly-create-directory, nntp-open-marks):
9867 Bind file-name-coding-system to nnmail-pathname-coding-system.
9868 (nntp-open-marks): Decode group names when bootstrapping marks.
9869
9870 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9871 Newsgroups and Folowup-To headers.
9872
82fe1aed
MB
98732007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
9874
9875 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9876 (gnus-server-closed-face, gnus-server-denied-face)
9877 (gnus-server-offline-face): Remove variable.
9878 (gnus-server-font-lock-keywords): Use faces that are not aliases.
9879
01c52d31
MB
9880 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9881 of modifying message-stack directly for XEmacs.
9882
82fe1aed
MB
9883 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9884 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9885 if the coding-system argument is nil for XEmacs.
9886
9887 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9888 mm-charset-override-alist.
9889
9890 * rfc2047.el: Don't require base64; require rfc2045 for the function
9891 rfc2045-encode-string.
9892 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9893 to quote the parameter value.
9894
01c52d31
MB
98952007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
9896
9897 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9898 form in gnus-group-name-charset-method-alist.
9899
9900 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9901 overrides the default layout edit-form.
9902
9903 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9904
9905 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9906
60b0b668
MB
99072007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9910 as unfetched articles.
9911
99122007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
9913
9914 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9915
01c52d31
MB
99162007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9917
9918 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9919 original back end that keeps marks in the local system.
9920
60b0b668
MB
99212007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
9922
01c52d31
MB
9923 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9924 arg of pop-to-buffer for XEmacs.
9925 (gnus-article-read-summary-keys): Ditto; don't restore window
9926 configuration if summary command ends up with neither article buffer
9927 nor summary buffer; describe bindings if summary keys end with C-h.
9928
99292007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
9930
9931 * message.el (message-fix-before-sending): Skip raw message part to be
9932 forwarded while checking illegible text.
296a8e19
SM
9933 (message-forward-make-body-mime, message-forward-make-body):
9934 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
9935
99362007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
9937
9938 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9939 (gnus-message-with-timestamp-1): New macro.
9940 (gnus-message-with-timestamp): New function.
9941 (gnus-message): Use them.
9942
9943 * nnheader.el (nnheader-message): Use them.
9944
99452007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
9946
9947 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9948 .newsrc.eld file.
60b0b668 9949
5cedca8d
MB
99502007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
9951
9952 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
9953 (gnus-agent-retrieve-headers):
9954 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
9955
9956 * nntp.el (nntp-send-xover-command): Recognize an xover command is
9957 available also when the server returns simply a dot.
9958
9959 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9960
524705ae
MB
99612007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9962
01c52d31
MB
9963 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9964
99652007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
9966
524705ae
MB
9967 * gnus-ems.el (gnus-x-splash): Make it work.
9968
9969 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9970 from being used.
9971
01c52d31
MB
99722007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9975 the front stickiness.
9976 (gnus-article-summary-command-nosave): Correct the order of the
9977 arguments passed to pop-to-buffer.
9978 (gnus-article-read-summary-keys): Ditto; make it work properly when the
9979 summary command ends up with the article buffer.
9980
9981 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9982 the same faces.
524705ae 9983
770edeec
JB
99842007-06-07 Juanma Barranquero <lekktu@gmail.com>
9985
524705ae 9986 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 9987
34c5dce5
JB
99882007-06-06 Juanma Barranquero <lekktu@gmail.com>
9989
3e3dc2c3
JB
9990 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9991 * gnus-sum.el (gnus-summary-highlight):
524705ae 9992 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 9993 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 9994
524705ae
MB
99952007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9996
9997 * gnus-art.el (gnus-mime-view-part-externally)
9998 (gnus-mime-view-part-internally): Fix predicate function passed to
9999 completing-read.
10000
01c52d31
MB
10001 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10002
10003 * gnus.el (gnus-update-message-archive-method): Add :version.
10004
100052007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10006
10007 * gnus.el (gnus-update-message-archive-method): New variable.
10008
10009 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10010 according to gnus-message-archive-method if
10011 gnus-update-message-archive-method is non-nil.
10012
100132007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10014
296a8e19
SM
10015 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10016 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 10017 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 10018
c14dcd06
CY
100192007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10020
10021 * message.el (message-pop-to-buffer): Add switch-function argument.
10022 (message-mail): Pass switch-function argument to it.
524705ae 10023
01c52d31
MB
100242007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10025
10026 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10027 Improve doc string.
10028
100292007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10030
10031 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10032 (gnus-header-content)
10033 * gnus-cite.el (gnus-cite-10)
10034 * gnus-srvr.el (gnus-server-closed)
10035 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10036 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10037 (gnus-group-mail-3-empty, gnus-group-mail-low)
10038 (gnus-group-mail-low-empty, gnus-splash)
10039 * message.el (message-header-to, message-header-cc)
10040 (message-header-subject, message-header-other, message-header-name)
10041 (message-header-xheader, message-separator, message-cited-text)
10042 (message-mml): Lighten colors of faces used for dark background.
10043
100442007-05-24 Simon Josefsson <simon@josefsson.org>
10045
10046 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10047 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10048
524705ae
MB
100492007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10050
c9e31f32
SM
10051 * message.el (message-narrow-to-headers-or-head):
10052 Ignore mail-header-separator in the body.
524705ae 10053
01c52d31
MB
100542007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10057 same as window size.
10058
100592007-05-22 Kevin Ryde <user42@zip.com.au>
10060
10061 * message.el (message-font-lock-keywords): Use message-header-xheader
10062 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10063 ahead of the anything pattern, to get it recognised.
10064
880820fe 100652007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10066
10067 * gnus-sum.el (gnus-articles-to-read)
10068 (gnus-summary-insert-old-articles): Don't truncate group name for
10069 `read-string'.
10070
10071 * gnus-util.el (gnus-limit-string): Delete this function.
10072
296a8e19
SM
10073 * gnus-sum.el (gnus-simplify-subject-fully):
10074 Use `truncate-string-to-width' instead.
01c52d31 10075
880820fe 100762007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 10077
296a8e19
SM
10078 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10079 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
10080 (gnus-summary-exit): Use it.
10081
524705ae
MB
100822007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10083
10084 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10085 non-break space.
c14dcd06 10086
01c52d31
MB
100872007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10088
10089 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10090 Check if group is not a directory.
10091 (nnfolder-request-expire-articles): Don't delete articles if the target
10092 group is not available.
10093
10094 * nnml.el (nnml-request-create-group): Properly check if group is not a
10095 file.
10096 (nnml-request-expire-articles): Don't delete articles if the target
10097 group is not available.
10098
10099 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10100 Don't quote characters that are within parentheses.
10101
101022007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10103
10104 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10105 (gnus-handle-ephemeral-exit): Select article according to it.
10106
101072007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10108
10109 * message.el (message-insert-formated-citation-line): Remove newline.
10110 (message-citation-line-format): Add final \n here so that the user can
10111 avoid a blank line.
10112
101132007-05-03 Dan Christensen <jdc@uwo.ca>
10114
10115 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10116 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10117 Update lanl/arXiv support.
596e5f72 10118
01c52d31
MB
101192007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10120
10121 * gnus.el: Bump version number.
10122
101232007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10124
10125 * gnus.el (gnus-version-number): Bump version.
10126
9b3ebcb6 101272007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
10128
10129 * gnus.el: No Gnus v0.6 is released.
10130
101312007-04-27 Didier Verna <didier@xemacs.org>
10132
296a8e19
SM
10133 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10134 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
10135 * message.el: Don't require 'gnus-util.
10136 (message-dont-reply-to-names): Handle name change above.
10137 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10138
101392007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10140
10141 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10142 since the initial value varies according to the system.
10143
101442007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10145
10146 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10147
101482007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10149
10150 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10151
101522007-04-24 Didier Verna <didier@xemacs.org>
10153
10154 Improve the type of gnus-ignored-from-addresses.
10155 * gnus-util.el (gnus-orify-regexp): New function.
10156 * message.el (gnus-util): Require it.
10157 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10158 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10159 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10160
101612007-04-24 Didier Verna <didier@xemacs.org>
10162
10163 * gnus-sum.el:
10164 * gnus-utils.el: Fix some trailing whitespaces.
10165
101662007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10167
10168 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10169 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10170 article's Message-ID; refer parent article in summary buffer.
10171
10172 * message.el (message-bounce): Call mime-to-mml.
10173
101742007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10175
10176 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 10177
6b554e88
MB
101782007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10181 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10182 displayed of multipart/alternative part if it is invoked from summary
10183 buffer.
6b554e88
MB
10184
10185 * mm-view.el (mm-inline-text-html-render-with-w3m)
10186 (mm-inline-text-html-render-with-w3m-standalone)
10187 (mm-inline-render-with-function): Use mail-parse-charset by default.
10188
01c52d31
MB
101892007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10190
10191 * parse-time.el (parse-time-string-chars): Check if CHAR
10192 is less than the length of parse-time-syntax.
10193
101942007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10195
10196 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10197 from gnus-newsgroup-processable.
10198
101992007-04-16 Didier Verna <didier@xemacs.org>
10200
296a8e19
SM
10201 * gnus-msg.el (gnus-configure-posting-styles):
10202 Handle message-signature-directory properly with :file syntax.
10203 Reported by "Leo".
01c52d31
MB
10204
102052007-04-11 Didier Verna <didier@xemacs.org>
10206
10207 New user option: message-signature-directory.
10208 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10209 * message.el (message-insert-signature): Ditto.
10210 * message.el (message-signature-file): Doc update.
10211 * message.el (message-signature-directory): New.
10212
c429815a
MB
102132007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10214
296a8e19
SM
10215 * gnus-msg.el (gnus-inews-yank-articles):
10216 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
10217
102182007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * message.el (message-yank-original): Make sure cited text ends with
10221 newline; don't exchange point and mark.
10222
102232007-04-07 Chong Yidong <cyd@stupidchicken.com>
10224
10225 * tls.el (open-tls-stream): Properly handle case where there
10226 is no associated buffer.
10227
c345112e
TTN
102282007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10229
10230 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10231 message-yank-original, make sure (< mark TEXT point).
10232
8aed9ac5
RS
102332007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10234
01c52d31
MB
10235 * message.el (message-fill-column): New variable.
10236 (message-mode): Use it. Add comment on a possible new hook.
10237
8aed9ac5
RS
10238 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10239 (nnmail-get-new-mail): Reformat.
10240
10241 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10242
10243 * gmm-utils.el: Fix Commentary.
10244 (gmm-tool-bar-from-list): Fix typo in doc string.
10245
561fb491
TTN
102462007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10247
01c52d31
MB
10248 * message.el (message-yank-original): Don't switch point and mark
10249 unnecessarily to put point and mark as documented.
10250
102512007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10252
10253 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10254 from the message heads.
10255
102562007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10257
10258 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10259 article buffer does not have a window. This may not be the best
10260 solution but is certainly better than setting the start of the null,
10261 that is the current, window.
10262
102632007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10264
10265 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10266 (gnus-draft-setup): Run it.
10267
10268 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10269 gnus-score-fast-scoring. Allow regexp.
10270 (gnus-score-headers): Use it.
10271
10272 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10273 XEmacs.
10274
10275 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10276 string.
10277 (gnus-button-alist): Also catch `<f1> k ...'.
10278 (gnus-treat-display-x-face): Fix doc string.
561fb491 10279
87ba2830
MB
102802007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10281
10282 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10283 evaluation of gnus-extended-version to ensure correct generation of the
10284 User-Agent header when message-generate-headers-first is used.
10285
01c52d31 102862007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 10287
01c52d31
MB
10288 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10289 hashcash-path is nil. Don't call callback with incorrect number of
10290 parameters if val is 0.
87ba2830 10291
815b81c8
MB
102922007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10293
10294 * message.el (message-required-news-headers):
10295 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10296
102972007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10298
10299 * message.el (message-generate-new-buffers): Change the meaning of the
10300 nil value; add `standard' to the choices; treat t as `unique'; improve
10301 doc string.
10302 (gnus-select-frame-set-input-focus): Autoload.
10303 (message-buffer-name): Search for the existing message buffer if
10304 message-generate-new-buffers is nil or `standard'; treat the value t of
10305 message-generate-new-buffers as `unique'.
10306 (message-pop-to-buffer): Raise the frame already displaying the message
10307 buffer; clear the echo area after querying.
10308 (message-setup): Pass the `continue' argument to compose-mail.
10309 (message-mail): Prefer `switch-function' if it is given; search for the
10310 existing message buffer if the `continue' argument is non-nil; pass
10311 continue and switch-function arguments to compose-mail by way of
10312 message-setup.
10313 (message-mail-other-window): Adjust argument of message-setup.
10314 (message-mail-other-frame): Ditto.
10315
01c52d31
MB
103162007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10317
10318 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10319 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10320 to turn font-lock on when turning gnus-message-citation-mode on.
10321
103222007-03-06 Daiki Ueno <ueno@unixuser.org>
10323
10324 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10325 (mml-smime-function-alist): New variable; add epg as the backend.
10326 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10327 mml-smime- functions instead.
10328 * mm-view.el: Require smime.
10329
103302007-03-05 Didier Verna <didier@xemacs.org>
10331
10332 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10333 instead of just inheritance for posting styles.
10334 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10335
103362007-02-24 John Paul Wallington <jpw@pobox.com>
10337
10338 * tls.el (tls-certtool-program): Fix custom type.
10339
103402007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10343 and point-at-eol instead of line-(beginning|end)-position.
10344
10345 * assistant.el (assistant-parse-buffer): Ditto.
10346
103472007-02-28 Daiki Ueno <ueno@unixuser.org>
10348
10349 * mml2015.el (mml2015-epg-find-usable-key): New function.
10350 (mml2015-epg-sign): Use it.
10351 (mml2015-epg-encrypt): Use it.
10352
45cb30ee
MB
103532007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10354
10355 * message.el (message-make-in-reply-to): Quote name containing
10356 non-ASCII characters. It will make the RFC2047 encoder cause an error
10357 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 10358 <nakaji@jp.freebsd.org>.
45cb30ee 10359
01c52d31
MB
103602007-02-27 Didier Verna <didier@xemacs.org>
10361
10362 Include the group parameters as well as the topic ones in the
10363 inheritance filter process.
10364 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10365 argument GROUP-PARAMS-LIST.
10366 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10367
45cb30ee
MB
103682007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10369
10370 * nntp.el (nntp-never-echoes-commands)
10371 (nntp-open-connection-functions-never-echo-commands): New variables.
10372 (nntp-send-command): Use them.
10373
01c52d31
MB
103742007-02-20 Daiki Ueno <ueno@unixuser.org>
10375
296a8e19 10376 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
10377
103782007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * mml.el (mml-content-disposition-alist): New user option.
10381 (mml-content-disposition): New function.
10382 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10383 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10384
103852007-02-19 Daiki Ueno <ueno@unixuser.org>
10386
10387 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10388 verification.
10389
aa260d63
MB
103902007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10391
10392 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10393 articles posted in the last 24 hours.
10394
c371062c
CY
103952007-02-14 Chong Yidong <cyd@stupidchicken.com>
10396
10397 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10398
880820fe 103992007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
10400
10401 * nntp.el (nntp-send-command): Don't wait for echoes when
10402 nntp-open-ssl-stream is used.
10403
104042007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10405
10406 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10407 (gnus-message-add-citation-keywords)
10408 (gnus-message-remove-citation-keywords): Remove.
10409 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10410 directly, make the variables in font-lock-defaults buffer-local, add
10411 gnus-message-citation-keywords to them and then update the value of
10412 font-lock-keywords.
10413
104142007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * message.el (message-cite-original-1): Don't call
10417 gnus-article-highlight-citation.
10418
10419 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10420 citations; fix line count.
10421
104222007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10425 (gnus-message-add-citation-keywords)
10426 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10427 versions of font-lock-add-keywords and font-lock-remove-keywords to
10428 work with XEmacs correctly.
10429
104302007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10431
10432 * gnus-cite.el (gnus-cite-face-list): Set the values of
10433 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10434 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10435 (gnus-message-cite-prefix-regexp): New variable.
10436 (gnus-message-search-citation-line): Use it; protect against long
10437 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10438 the 0th match data for Emacs.
10439 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10440 (gnus-message-add-citation-keywords): Append keywords rather than
10441 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
10442 (gnus-message-remove-citation-keywords):
10443 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
10444
10445 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10446
10447 * message.el (message-cite-prefix-regexp): Set the value of
10448 gnus-message-cite-prefix-regexp.
10449
c91f4b83
MB
104502007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10451
10452 * nnweb.el (nnweb-google-parse-1): Update parser.
10453
8f77631e
JB
104542007-01-29 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10457
41e49ce6
MB
104582007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10459
10460 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10461 regexp.
10462
104632007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10466 string-to-multibyte.
10467 (uudecode-decode-region-internal): Use it.
10468
b28080e3
MB
104692007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10470
296a8e19
SM
10471 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10472 Fix custom choice.
b28080e3
MB
10473
10474 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10475
01c52d31
MB
104762007-01-22 Daiki Ueno <ueno@unixuser.org>
10477
10478 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10479
10480 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10481 `write-region' to respect `mm-inhibit-file-name-handlers'.
10482
b66f54c1
MB
104832007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10484
10485 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10486 Use gnus-home-directory instead of "~/" or "$HOME".
10487
01c52d31
MB
104882007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10489
10490 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10491 to mention filename.
10492 Add comments at beginning regarding usage.
10493 (encrypt-write-file-contents): Change interactive so a string is
10494 acceptable. If the file has no associated model, show an error instead
10495 of a nonsense prompt.
10496
104972007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10498
10499 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10500 Thanks to Yoshihiko Yamada for kind notification of this typo.
10501
0d7c8ac4
KH
105022007-01-12 Kenichi Handa <handa@m17n.org>
10503
10504 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10505 multibyte buffer.
651408cb
MB
10506
105072007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10508
01c52d31
MB
10509 * gnus-score.el (gnus-score-fast-scoring): New variable.
10510 (gnus-score-headers): Use it.
10511
651408cb 10512 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 10513
296a8e19
SM
10514 * message.el (message-cite-original-1):
10515 Call gnus-article-highlight-citation if requested.
60ece9b0 10516 (message-make-from): Allow name and address as optional arguments.
40e902eb 10517
01c52d31 10518 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 10519
01c52d31
MB
10520 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10521 bugs to doc string.
10522 (gnus-button-alist): Add mid\\|message-id.
10523 (gnus-button-fetch-group): Extend for use in
10524 `browse-url-browser-function'.
10525 (gnus-button-url-regexp): Try to catch paired parentheses like in
10526 Wikipedia URLs.
d84c3737 10527
01c52d31
MB
10528 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10529 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 10530
01c52d31 105312007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 10532
01c52d31
MB
10533 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10534 Update copyright.
ba361211 10535
01c52d31 105362007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 10537
01c52d31 10538 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 10539
01c52d31 105402007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 10541
01c52d31
MB
10542 * gnus-registry.el (gnus-registry-unfollowed-groups)
10543 (gnus-registry-split-fancy-with-parent): Fix documentation.
10544
105452007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10546
10547 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10548 from nnweb groups.
10549
105502006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10551
10552 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10553 Xref urls. Erase buffer before requesting head.
10554
10555 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10556
105572007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10558
10559 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10560 customizable.
10561
105622007-01-05 Daiki Ueno <ueno@unixuser.org>
10563
10564 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10565 no signing key is found.
10566 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10567 no encrypting and/or signing key is found.
10568
105692007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10570
10571 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10572
105732007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10574
10575 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10576 headers read from disk with the ones newly found in the current search.
10577 This should no longer cause problems, because the article numbers in
10578 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
10579
105802007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10581
10582 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10583
105842007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10585
10586 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10587
01c52d31
MB
105882007-01-01 Romain Francoise <romain@orebokech.com>
10589
10590 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10591
105922006-12-31 Steve Youngs <steve@sxemacs.org>
10593
10594 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10595 `define-minor-mode' macro definition expanded properly.
10596 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10597 exclude it there.
10598
10599 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10600 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10601 `fboundp' test.
10602 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10603 This is OK to autoload in (S)XEmacs now.
10604
106052006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10606
10607 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10608 keystroke.
10609 (gnus-summary-limit-to-singletons): Fix typo.
10610
10611 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10612 else fails.
10613
db629244
MB
106142006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10615
01c52d31
MB
10616 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10617 docstring.
10618
10619 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10620 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10621 (gnus-summary-insert-dormant-articles): Fix typo in message.
10622
106232006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10624
10625 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10626 nil for XEmacs.
10627 (gnus-message-citation-mode): Don't autoload in XEmacs.
10628
10629 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 10630
880820fe 106312006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 10632
296a8e19
SM
10633 * nnimap.el (nnimap-expunge-search-string):
10634 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
10635
106362006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10637
10638 * spam.el: Revert to make-obsolete-variable because
10639 define-obsolete-variable-alias is not supported in Emacs 21.
10640
01c52d31
MB
10641 * spam.el (spam-ifile-path, spam-ifile-database-path)
10642 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10643 make-obsolete-variable.
10644 (spam-bsfilter-path, spam-bsfilter-program)
10645 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
10646 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10647 Don't use "path" inappropriately.
01c52d31
MB
10648 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10649 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10650 variable names.
10651
11e95b02
MB
106522006-12-28 Daiki Ueno <ueno@unixuser.org>
10653
10654 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10655 summary buffer.
10656
01c52d31
MB
10657 * password.el (password-cache-remove): Use clear-string to burn
10658 password, if available.
11e95b02 10659
01c52d31
MB
106602006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10661
10662 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10663
10664 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10665
10666 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10667 (gnus-message-highlight-citation): Move defcustom here from
10668 gnus-cite.el.
10669 (gnus-message-citation-mode): Autoload.
10670
10671 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10672 checks to make it compile with XEmacs.
10673 (gnus-message-citation-mode): New minor mode.
10674 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10675 (gnus-message-highlight-citation): New variables.
10676 (gnus-message-search-citation-line)
10677 (gnus-message-add-citation-keywords)
10678 (gnus-message-remove-citation-keywords)
10679 (turn-on-gnus-message-citation-mode)
10680 (turn-off-gnus-message-citation-mode): New functions.
10681
106822006-12-26 Oliver Scholz <epameinondas@gmx.de>
10683
10684 * gnus-cite.el: Enable highlighting of different citation levels in
10685 message-mode.
11e95b02
MB
10686
106872006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10688
10689 * message.el (message-make-fqdn): Fix comment.
10690 (message-bogus-system-names): Add ".local".
10691
10692 * spam.el (spam-ifile-path, spam-ifile-program)
10693 (spam-ifile-database-path, spam-ifile-database)
10694 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10695 Don't use "path" inappropriately.
10696 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10697 strings.
10698 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
10699 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10700 Use new variable names.
11e95b02
MB
10701
10702 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10703 (gnus-treat-display-smileys): Simplify using
10704 gnus-image-type-available-p.
10705
10706 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10707 available.
10708
107092006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10710
10711 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10712 one after turning on the buffer's multibyteness instead of decoding
10713 them directly in the unibyte buffer that causes unexpected conversion
10714 in Emacs 23 (unicode).
10715
01c52d31
MB
107162006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10717
10718 * message.el (message-generate-hashcash): Fix custom type.
10719
107202006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10723
9b9e104e
MB
107242006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10725
10726 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10727 disconnect icons. Add help text.
10728
01c52d31
MB
107292006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10730
10731 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10732 negated to be consistent with the others we handle.
10733
107342006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
10736 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10737 version of gnus-summary-buffer to something, so that we can use two
10738 article buffers at the same time.
10739
107402006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10741
10742 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10743 trigger all the extra headers.
10744 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10745 sorting.
10746
107472006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10748
10749 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10750 solid groups.
10751
bcd3e063
MB
107522006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10753
10754 * legacy-gnus-agent.el: Add Copyright notice.
10755
82e5f93f
CY
107562006-12-12 Chong Yidong <cyd@stupidchicken.com>
10757
10758 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10759
01c52d31
MB
107602006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10761
10762 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10763
10764 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10765 to make it work reliably in CVS Emacs.
10766 (gnus-summary-limit-strange-charsets-predicate)
10767 (gnus-summary-limit-to-predicate): New functions.
10768
f88e76a8
CY
107692006-12-08 Chong Yidong <cyd@stupidchicken.com>
10770
10771 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10772 specifying array size.
10773 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10774 array if it is too small.
296a8e19 10775 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
10776 (gnus-sort-threads-loop): New function.
10777
e925d5ae 107782006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
10779
10780 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10781 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10782
880820fe 107832006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
10784
10785 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10786 options.
10787
01c52d31
MB
107882006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10789
10790 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10791 DOS-ing the recipient.
10792
10793 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10794 the headers when creating the mapping to avoid mismappings.
10795 (nnweb-gmane-create-mapping): Always nix out old mapping.
10796
107972006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10798
10799 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10800 and mm-verify-option to never.
10801
5538c331
MB
108022006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10803
01c52d31
MB
10804 * message.el (message-signed-or-encrypted-p): New function.
10805 (message-forward-make-body): Use it.
10806
10807 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10808 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
10809
108102006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
10811
296a8e19
SM
10812 * nneething.el (nneething-decode-file-name):
10813 Replace decode-coding-string with mm-decode-coding-string.
5538c331 10814
01c52d31
MB
10815 * gnus-int.el (gnus-open-server): Say failed server's name.
10816
550831ed
JB
108172006-11-24 Juanma Barranquero <lekktu@gmail.com>
10818
10819 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10820 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10821
10822 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10823 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10824 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10825 (gnus-group-make-directory-group, gnus-group-transpose-groups):
10826 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10827 (gnus-subscribe-newsgroup, gnus-1):
10828 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10829 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10830 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10831 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10832
01c52d31
MB
108332006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
10834
10835 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10836 keystroke.
10837 (gnus-summary-limit-to-bodies): Implement headersp.
10838
108392006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10840
10841 * dns.el (query-dns): Protect against "Process dns deleted" strings.
10842
e8f0f70d
MB
108432006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
10844
10845 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10846
01c52d31
MB
108472006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10848
10849 * message.el (message-generate-hashcash): Expand range of values to
10850 include `opportunistic'.
10851 (message-send-mail): Use it.
10852
b07e0143
MB
108532006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10854
10855 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10856 and comment it.
10857
10858 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10859
4573e0df
MB
108602006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
10861
10862 * gnus-util.el (gnus-extract-address-components): Improve comment.
10863
108642006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10865
10866 * gnus-util.el (gnus-extract-address-components): Work with address in
10867 which the name portion contains @.
10868
108692006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10870
10871 * gnus.el (gnus-start): Move custom group up.
10872 (gnus-select-method): Don't autoload, but make it available for
10873 `customize-variable'.
10874 (gnus-getenv-nntpserver): Don't autoload.
10875
01c52d31
MB
108762006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
10877
10878 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10879
108802006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10881
10882 * message.el (message-sendmail-extra-arguments): New variable.
10883 (message-send-mail-with-sendmail): Use it.
10884
4573e0df
MB
108852006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
10886
10887 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10888 mm-with-unibyte-current-buffer to make string unibyte.
10889
10890 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10891 mm-string-as-multibyte.
10892
01c52d31
MB
108932006-11-14 Daiki Ueno <ueno@unixuser.org>
10894
10895 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10896 Reported by Werner Koch <wk@gnupg.org>.
10897
108982006-11-14 Daiki Ueno <ueno@p360>
10899
10900 * mml2015.el: Autoload epa-select-keys when compiling.
10901
109022006-11-13 Daiki Ueno <ueno@unixuser.org>
10903
10904 * mml2015.el (mml2015-epg-sign): Save the signing keys in
10905 message-options.
10906 (mml2015-epg-encrypt): Save the recipient keys in message-options.
10907
109082006-11-13 Daiki Ueno <ueno@unixuser.org>
10909
296a8e19 10910 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
10911 EasyPG (< 0.0.6).
10912 (mml2015-always-trust): New user option.
10913 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10914 prompt.
10915
109162006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10917
10918 * nntp.el (nntp-authinfo-force): New variable.
10919 (nntp-send-authinfo): Use it.
10920
4573e0df
MB
109212006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
10922
01c52d31
MB
10923 * message.el (message-strip-subject-encoded-words): Allow _not_ to
10924 decode encoded words. Improve prompt. Add comment about forwarding.
10925 (message-replacement-char): Move up.
4573e0df
MB
10926
109272006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10928
10929 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10930 instead of gnus-intersection because arguments of gnus-sorted-nunion
10931 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
10932
01c52d31
MB
109332006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
10934
10935 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
10936 (message-simplify-subject-functions):
10937 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
10938
109392006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
10940
c4cc8b9a 10941 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
10942 (message-simplify-subject-functions): New variable.
10943 (message-simplify-subject): Use it. Fix typo in doc string.
10944 Support message-strip-subject-encoded-words.
10945
06856b12
JB
109462006-11-03 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * gnus-diary.el (gnus-diary-delay-format-function):
10949 * nndiary.el (nndiary-reminders):
10950 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10951
b193caa3
MB
109522006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10953
10954 * gnus-art.el (article-hide-boring-headers): Fetch date from
10955 gnus-original-article-buffer to avoid problems with localized date
10956 strings.
10957
109582006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
10959
10960 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10961
ab785936
MB
109622006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
10963
06856b12
JB
10964 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10965 New variables.
ab785936
MB
10966 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10967 (mm-charset-synonym-alist): Move some entries to
10968 mm-codepage-iso-8859-list.
296a8e19
SM
10969 (mm-charset-synonym-alist, mm-charset-override-alist):
10970 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 10971
b90a6149
MB
109722006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10973
10974 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10975
109762006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
10977
10978 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10979 with Emacs 21 and XEmacs.
10980
01c52d31
MB
109812006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
10982
10983 * spam.el (spam-parse-address): New function for better parsing,
10984 catching errors, etc.
10985 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10986
b90a6149
MB
109872006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10988
10989 * mm-view.el: Add interactive arg to html2text autoload.
10990
109912006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
10992
10993 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10994
01c52d31
MB
109952006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
10996
296a8e19
SM
10997 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10998 New variables.
01c52d31
MB
10999 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11000 (mm-charset-synonym-alist): Move some entries to
11001 mm-codepage-iso-8859-list.
11002
11003 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11004
110052006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11006
11007 * message.el (message-citation-line-format)
11008 (message-insert-formated-citation-line): Fix implementation of %E, %N
11009 and %n according to the doc string.
11010
110112006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11012
296a8e19
SM
11013 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11014 Use car-safe to avoid bad parses.
01c52d31 11015
c86d4601
MB
110162006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11019 names.
11020
11021 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11022
110232006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11024
01c52d31
MB
11025 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11026 header.
11027
11028 * message.el (message-draft-headers): Add Date.
11029 (message-headers-to-generate): Fix typo in docstring.
11030
11031 * nndraft.el (nndraft-required-headers): New variable.
11032 (nndraft-generate-headers): Use it.
11033
11034 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11035
110362006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11037
11038 * gnus-registry.el (gnus-registry-wash-for-keywords)
11039 (gnus-registry-find-keywords): New functions to allow easy searching of
11040 articles that are in the registry.
11041
110422006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11043
296a8e19
SM
11044 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11045 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 11046 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
11047
110482006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11049
11050 * gnus.el (gnus-mime): Remove unused custom group.
11051
92edaeed
MB
110522006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11053
11054 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11055 "blank line" when searching for end of armor headers.
11056
110572006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11058
11059 * gmm-utils.el (gmm-write-region): Fix variable name.
11060
110612006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11062
11063 * gmm-utils.el (gmm-write-region): New function based on compatibility
11064 code from `mm-make-temp-file'.
11065
11066 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11067
11068 * nnmaildir.el (nnmaildir--update-nov)
11069 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11070 Use `gmm-write-region'.
11071
996aa8c1
MB
110722006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11073
296a8e19
SM
11074 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11075 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
11076
11077 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11078
11079 * message.el (message-replacement-char): New variable.
11080 (message-fix-before-sending): Use it.
11081 (message-simplify-subject): New function to remove duplicate code.
11082 (message-reply, message-followup): Use it.
11083
296a8e19
SM
11084 * gnus-sum.el (gnus-summary-make-menu-bar):
11085 Clarify gnus-summary-limit-to-articles.
996aa8c1 11086
01c52d31 110872006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 11088
01c52d31 11089 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 11090
01c52d31 11091 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 11092
01c52d31 110932006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11094
01c52d31
MB
11095 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11096 ignore non-string data.
996aa8c1 11097
01c52d31 110982006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11099
01c52d31
MB
11100 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11101 non-string data (needs to be done in the registry too).
996aa8c1 11102
01c52d31 111032006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11104
01c52d31
MB
11105 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11106 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11107 (gnus-registry-split-fancy-with-parent)
11108 (gnus-registry-fetch-simplified-message-subject-fast)
11109 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11110 Remove text properties on ingress into the registry and when it's saved.
11111 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11112 registry from entries with no groups.
996aa8c1 11113
01c52d31 111142006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 11115
01c52d31
MB
11116 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11117 function to remove string properties.
996aa8c1 11118
67099291
MB
111192006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11120
11121 * gmm-utils.el (gmm): Adjust custom version.
11122
296a8e19
SM
11123 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11124 Adjust custom version.
67099291
MB
11125
11126 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11127
01c52d31
MB
111282006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11129
11130 * gnus-art.el (gnus-insert-prev-page-button)
11131 (gnus-insert-next-page-button): Simplify. Reformat.
11132
111332006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11134
11135 * gnus-art.el (gnus-insert-prev-page-button)
11136 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11137
94019f61
CY
111382006-09-25 Chong Yidong <cyd@stupidchicken.com>
11139
11140 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11141
01c52d31
MB
111422006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11143
c4cc8b9a
JB
11144 * gnus-art.el (gnus-insert-mime-button)
11145 (gnus-insert-mime-security-button):
11146 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
11147
111482006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11149
11150 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11151 readable.
11152
111532006-09-20 Steve Youngs <steve@sxemacs.org>
11154
11155 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11156 `browse-url-of-file' instead of `browse-url'.
11157
0327a464
MB
111582006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11159
11160 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11161 regexp. Articles containing quotation were cut prematurely.
11162
111632006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11164
01c52d31
MB
11165 * message.el (message-cite-original-1): Use nobody by default for the
11166 value of From header.
0327a464
MB
11167 (message-reply): Ditto.
11168
01c52d31
MB
111692006-09-11 Daiki Ueno <ueno@unixuser.org>
11170
11171 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11172 to the gnus-info. This fixes a bug of inline-PGP message verification.
11173 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11174
b110774a
MB
111752006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11176
11177 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11178 mails in the doc string. Add some URLs in comment.
01c52d31 11179 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
11180
111812006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11184 backslashes handling and the way to find boundaries of quoted strings.
11185
01c52d31
MB
111862006-09-07 Daiki Ueno <ueno@unixuser.org>
11187
11188 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11189 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11190 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11191 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11192
676c1893
RS
111932006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11194
01c52d31
MB
11195 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11196 doc string.
11197 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11198
111992006-09-06 Simon Josefsson <jas@extundo.com>
11200
11201 * mml2015.el (mml2015-use): Doc fix, mention epg.
11202
112032006-09-06 Daiki Ueno <ueno@unixuser.org>
11204
11205 * mml2015.el (mml2015-use): Default to epg, if available.
11206
112072006-09-06 Daiki Ueno <ueno@unixuser.org>
11208
11209 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11210 message-sender.
11211 (mml1991-epg-encrypt): Ditto.
11212 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11213 message-sender.
11214 (mml2015-epg-encrypt): Ditto.
676c1893 11215
de4fbbe4
CY
112162006-09-04 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11219 several common directories.
11220
01c52d31
MB
112212006-09-05 Daiki Ueno <ueno@unixuser.org>
11222
11223 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11224 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11225
d7093904
MB
112262006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11227
8fbdffe5
MB
11228 * gnus-art.el (article-decode-encoded-words): Make it fast.
11229
112302006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11231
11232 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11233
d7093904
MB
11234 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11235 in quoted string into `\'.
11236
343d6628
MB
112372006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11238
11239 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11240 Use standard-syntax-table.
11241
112422006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11243
11244 * gnus-art.el (gnus-decode-address-function): New variable.
11245 (article-decode-encoded-words): Use it to decode headers which are
11246 assumed to contain addresses.
11247 (gnus-mime-delete-part): Remove useless `or'.
11248
11249 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11250 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11251 (gnus-nov-parse-line): Use it to decode From header.
11252 (gnus-get-newsgroup-headers): Ditto.
11253 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11254
11255 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11256 (mail-decode-encoded-address-string): New alias.
11257
11258 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11259 New function.
11260 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11261 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11262 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11263 (rfc2047-decode-string): Ditto.
11264 (rfc2047-decode-address-region): New function.
11265 (rfc2047-decode-address-string): New function.
11266
01c52d31
MB
112672006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11268
11269 * message.el (message-caesar-buffer-body): Allow rotating headers.
11270
11271 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11272
11273 * message.el (message-insert-formated-citation-line): Fix %f.
11274 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11275
112762006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11277
11278 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11279 (gnus-bookmark-mouse-available-p): New macro.
11280 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11281 (gnus-bookmark-bmenu-show-infos): Use it.
11282 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11283 (gnus-bookmark-bmenu-hide-infos): Ditto.
11284 (gnus-bookmark-remove-properties): New function.
11285 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11286 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11287 (gnus-bookmark-write-file): Bind coding-system-for-write.
11288 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11289 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11290 group before selecting it.
11291 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11292 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11293 quit-window if it is not available; use gnus-mouse-2 and bind it to
11294 gnus-bookmark-bmenu-select-by-mouse.
11295 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11296 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 11297
5dab7628
RF
112982006-08-13 Romain Francoise <romain@orebokech.com>
11299
11300 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11301 space.
11302
5ebdc299
MB
113032006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11304
11305 * compface.el (uncompface): Use binary rather than raw-text-unix.
11306
113072006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11308
11309 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
11310 place when communicating with the external programs.
11311 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
11312
113132006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11316
113172006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11318
11319 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11320 Make it more robust by parsing author and date independently.
11321
ebf693f3
MB
113222006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11323
11324 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11325
01c52d31
MB
113262006-07-28 Daiki Ueno <ueno@unixuser.org>
11327
11328 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11329 first matching secret key.
11330 (mml2015-epg-encrypt): Ditto.
11331
11332 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11333 first matching secret key.
11334 (mml1991-epg-encrypt): Ditto.
11335
11336 * mml2015.el (mml2015-encrypt-to-self): New user option.
11337 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11338 mml2015-epg-encrypt-to-self is set.
11339
11340 * mml1991.el (mml1991-encrypt-to-self): New variable.
11341 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11342 mml1991-epg-encrypt-to-self is set.
11343
11344 * mml2015.el (mml2015-signers): New user option.
11345 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11346 (mml2015-epg-encrypt): Allow to select signing keys.
11347
11348 * mml1991.el (mml1991-signers): New variable.
11349 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11350 (mml1991-epg-encrypt): Allow to select signing keys.
11351
ebf693f3
MB
113522006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11353
11354 * nnheader.el (nnheader-insert-head): Make it work even if the file
11355 uses CRLF for the line-break code.
11356
01c52d31
MB
113572006-07-25 Daiki Ueno <ueno@unixuser.org>
11358
11359 * mml2015.el: Require mml-sec instead of password.
11360 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11361 (mml2015-cache-passphrase): Inherit the default value from
11362 mml-secure-cache-passphrase.
11363 (mml2015-passphrase-cache-expiry): Inherit the default value from
11364 mml-secure-passphrase-cache-expiry.
11365
11366 * mml1991.el: Require mml-sec instead of password.
11367 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11368 (mml1991-cache-passphrase): Inherit the default value from
11369 mml-secure-cache-passphrase.
11370 (mml1991-passphrase-cache-expiry): Inherit the default value from
11371 mml-secure-passphrase-cache-expiry.
11372
11373 * mml-sec.el: Require password.
11374 (mml-secure-verbose): New user option.
11375 (mml-secure-cache-passphrase): New user option.
11376 (mml-secure-passphrase-cache-expiry): New user option.
11377
113782006-07-24 Daiki Ueno <ueno@unixuser.org>
11379
11380 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11381 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 11382 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
11383
11384 FIXME: Use `tiny change'?
11385
bd876f90
MB
113862006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11387
11388 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11389 workaround for the url package included with Emacs.
11390
11391 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11392
01c52d31
MB
113932006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11396 correctly. This fixes a bug caused by the 2006-05-12 change.
11397
06dc8321
KF
113982006-07-18 Karl Fogel <kfogel@red-bean.com>
11399
11400 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11401 some information about the error when saying that the `bogus' mail
11402 group will be used.
11403
7ce31649
MB
114042006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11405
11406 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11407 string.
11408
b44409c9
MB
114092006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11410
11411 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11412
763bb2d4
MB
114132006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11414
11415 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11416
01c52d31
MB
114172006-07-10 Daiki Ueno <ueno@unixuser.org>
11418
11419 * mml1991.el (mml1991-function-alist): Add epg.
11420 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11421 (mml1991-epg-encrypt): New functions.
11422
114232006-07-10 Daiki Ueno <ueno@unixuser.org>
11424
11425 * mml2015.el (mml2015-verbose): New variable.
11426 (mml2015-cache-passphrase): Ditto.
11427 (mml2015-passphrase-cache-expiry): Ditto.
11428 (mml2015-function-alist): Add epg.
11429 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11430 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
11431 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11432 New functions.
01c52d31
MB
11433
114342006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11435
11436 * message.el (message-cite-original-1): Preserve region when removing
11437 quoted text due to X-No-Archive in order to avoid bogus attribution
11438 when citing multiple messages.
11439
114402006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11441
296a8e19
SM
11442 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11443 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 11444
827dc73d
MB
114452006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11446
11447 * gnus-diary.el (gnus-user-format-function-d)
11448 (gnus-user-format-function-D): Autoload.
11449
01c52d31 11450 * imap.el (Commentary): Fix typo.
827dc73d 11451
01c52d31
MB
11452 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11453 2006-04-22 contribution.
11454
114552006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11456
11457 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11458 It didn't really fix the bogosity I'm seeing with solid web groups.
11459
114602006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11461
11462 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11463 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11464 created using server names. If we use the feature without declaring
11465 it, Gnus does not properly manage server and group state.
11466
11467 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11468 bound.
11469
114702006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11471
11472 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11473 looking up the method using GROUP's prefix before inventing a new one.
11474 It is used on killed/unknown groups in various places where returning
11475 an all-new method isn't expected by the caller.
11476
11477 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11478 and match semantics of gnus-group-real-prefix.
11479
114802006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11481
11482 * nnmail.el (nnmail-broken-references-mailers): New variable.
11483 (nnmail-ignore-broken-references): New function generalizing
11484 nnmail-fix-eudora-headers.
11485 (nnmail-fix-eudora-headers): Now obsolete.
11486
296a8e19
SM
11487 * gnus-art.el (gnus-button-handle-custom):
11488 Support `customize-apropos*'.
01c52d31
MB
11489
114902006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11491
11492 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11493
11494 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11495 articles.
11496
114972006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11498
11499 * message.el (message-cite-reply-above): New variable.
11500 (message-yank-original): Use it.
827dc73d 11501
a367620f
MB
115022006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11503
11504 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11505
01c52d31
MB
115062006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11507
11508 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11509 as read.
11510
11511 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11512
115132006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11514
11515 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11516 (gnus-bookmark-default-file): Use gnus-directory.
11517 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11518 Remove "*" in doc string.
11519 (gnus-bookmark-write-file): Simplify.
11520 (gnus-bookmark-maybe-sort-alist): Use `when'.
11521 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
11522 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11523 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
11524 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11525 compatibility.
11526 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11527 compatibility.
11528 (gnus-bookmark-menu-heading): Fix version.
11529
115302006-06-19 Bastien Guerry <bzg@altern.org>
11531
11532 * gnus-bookmark.el: New file.
11533
5cfd0f2e
MB
115342006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11535
11536 * message.el (message-syntax-checks): Doc fix.
11537
01c52d31
MB
115382006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11539
11540 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11541 unsubscribed groups as if they were killed ones. It causes duplicate
11542 entries in gnus-newsrc-alist.
11543
f362b760
MB
115442006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11545
11546 * message.el (message-syntax-checks): Doc fix.
11547 (message-send-mail): Add check for continuation headers.
11548 (message-check-news-header-syntax): Fix regexp used to check for
11549 continuation headers.
11550
115512006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11552
11553 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11554
01c52d31
MB
115552006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11556
11557 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11558
115592006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11560
11561 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11562 default-truncate-lines.
11563
26c9afc3
MB
115642006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11565
11566 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11567 to fill the utf-8 entry.
11568
01c52d31 115692006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 11570
01c52d31
MB
11571 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11572
115732006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11574
11575 * gnus-agent.el (directory-files-and-attributes): Move all the way
11576 forward (the third and final move).
11577 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 11578 nonexistent directory. Handle by returning nil.
01c52d31
MB
11579
115802006-05-30 Didier Verna <didier@xemacs.org>
11581
11582 * message.el (message-dont-reply-to-names): Update the custom type.
11583 * message.el (message-dont-reply-to-names): New defsubst: potentially
11584 convert a list of regexps into a single one.
11585 * message.el (message-get-reply-headers): Use it.
11586 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11587
115882006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11589
11590 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
11591
115922006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11593
11594 * gnus-ml.el (gnus-mailing-list-subscribe)
11595 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11596 (gnus-mailing-list-message): Fix doc strings.
11597
115982006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11599
11600 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11601 of doing it manually.
11602
01c52d31
MB
116032006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11604
11605 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11606 comment.
11607
26c9afc3
MB
116082006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11609
296a8e19
SM
11610 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11611 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 11612 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
11613 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11614 (gnus-agent-regenerate-group): Check numeric names to see if they are
11615 messages or groups.
01c52d31
MB
11616 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11617 better way of do this...)
11618
296a8e19
SM
11619 * gnus-cache.el (gnus-agent-total-fetched-for):
11620 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
11621
116222006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11623
11624 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11625 (gnus-saved-headers): Ditto.
01c52d31 11626 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
11627 (gnus-article-save): Override gnus-save-all-headers and
11628 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
11629 (gnus-summary-save-in-file): Add :headers property.
11630 (gnus-summary-write-to-file): Ditto.
11631
11632 * gnus-sum.el (gnus-summary-save-article): Bind
11633 gnus-prompt-before-saving to t when saving many articles in a file;
11634 always show all headers.
11635
116362006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11637
11638 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11639 marks.
11640
11641 * message.el (message-indent-citation): Add optional arguments to allow
11642 using it outside of message buffers.
11643
11644 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11645 (gnus-article-treat-unfold-headers): Use it.
11646 (gnus-article-truncate-lines): New variable.
11647 (gnus-article-mode): Use it.
11648 (gnus-article-toggle-truncate-lines): New function.
11649
296a8e19
SM
11650 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11651 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
11652
11653 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11654 coding system in XEmacs, use binary.
11655
116562006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11657
11658 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11659 after-load-alist.
11660
11661 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11662 this function should save decoded articles.
11663 (gnus-summary-write-to-file): Use property to specify this function
11664 should save decoded articles and specify gnus-summary-save-in-file
11665 should be used to save articles other than the first one when saving
11666 many articles.
11667 (gnus-summary-save-body-in-file): Use property to specify this
11668 function should save decoded articles.
11669 (gnus-summary-write-body-to-file): Use property to specify this
11670 function should save decoded articles and specify
11671 gnus-summary-save-body-in-file should be used to save articles other
11672 than the first one when saving many articles.
11673
11674 * gnus-sum.el (gnus-summary-save-article): Simplify.
11675
116762006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11677
296a8e19
SM
11678 * gnus-art.el (gnus-default-article-saver):
11679 Add gnus-summary-write-body-to-file.
01c52d31
MB
11680 (gnus-article-save-coding-system): Don't use coding system object
11681 in XEmacs.
26c9afc3
MB
11682 (gnus-read-save-file-name): Add optional `dir-var' argument which
11683 specifies directory in which files are saved; work even if optional
11684 `variable' argument is not specified.
01c52d31
MB
11685 (gnus-summary-write-to-file): Read file name.
11686 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11687 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
11688
11689 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11690 (gnus-summary-local-variables): Add it.
11691 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
11692 (gnus-summary-save-article): Remove optional `decode' argument;
11693 determine whether to decode articles by the value of
11694 gnus-default-article-saver; when saving many files using
11695 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11696 it first and use gnus-summary-save-in-file or
11697 gnus-summary-save-body-in-file thereafter unless
11698 gnus-prompt-before-saving is always; move point to article which
11699 will be saved.
11700 (gnus-summary-save-article-file): Revert.
11701 (gnus-summary-write-article-file): Revert.
11702 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
11703 (gnus-summary-write-article-body-file): New function.
11704
117052006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11706
01c52d31 11707 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 11708
01c52d31 117092006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 11710
01c52d31
MB
11711 * gnus-art.el (gnus-default-article-saver): Doc fix.
11712 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11713 from gnus-summary-save-article-coding-system, and default to a
11714 certain coding system.
11715 (gnus-output-to-file): Add coding cookie and encode text according
11716 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 11717
01c52d31
MB
11718 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11719 gnus-art.el and rename to gnus-article-save-coding-system.
11720 (gnus-summary-save-article): Require gnus-art; don't show all
11721 headers if it decodes articles; don't add coding cookie here;
11722 don't bind mm-text-coding-system-for-write.
11723 (gnus-summary-save-article-file): Save decoded articles.
11724 (gnus-summary-write-article-file): When saving many files, use
11725 gnus-summary-write-to-file first and gnus-summary-save-in-file
11726 thereafter unless gnus-prompt-before-saving is always.
11727 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 11728
01c52d31 117292006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 11730
01c52d31 11731 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 11732
880820fe 117332006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
11734
11735 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11736 its hash index. Store this hash in `nnrss-group-data'.
11737 (nnrss-read-group-data): Update accordingly.
11738
117392006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11742 entry.
11743
296a8e19
SM
11744 * gnus-sum.el (gnus-summary-make-menu-bar):
11745 Add gnus-article-browse-html-article.
01c52d31
MB
11746
117472006-05-23 Hynek Schlawack <hynek@ularx.de>
11748
296a8e19
SM
11749 * gnus-sum.el (gnus-summary-mime-map):
11750 Add gnus-article-browse-html-article.
11751
01c52d31
MB
117522006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11753
11754 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11755 suitable coding systems in customize.
11756
117572006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11758
11759 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 11760
d7ba2a01
RS
117612006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11762
f18df03d
MB
11763 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11764 (gnus-summary-expire-articles-now): Shorten prompt.
11765
d7ba2a01 11766 * gmm-utils.el (wid-edit): Require.
296a8e19 11767 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
11768 (gmm-image-search-load-path): Use it.
11769 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11770
01c52d31
MB
117712006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11772
296a8e19
SM
11773 * gnus-sum.el (gnus-summary-save-article-coding-system):
11774 New variable.
11775 (gnus-summary-save-article): Add optional `decode' argument.
11776 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
11777 save decoded article.
11778 (gnus-summary-write-article-file): Save decoded article if
11779 gnus-summary-save-article-coding-system is non-nil.
11780
11781 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11782 type.
11783
117842006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11785
11786 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11787
117882006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11791 first to test gnus-single-article-buffer which may be buffer-local.
11792
296a8e19
SM
11793 * gnus-sum.el (gnus-summary-setup-buffer):
11794 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
11795 group; make gnus-article-buffer, gnus-article-current, and
11796 gnus-original-article-buffer always buffer-local.
11797 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11798 group.
11799 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11800
118012006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
11802
11803 * nnml.el (nnml-request-compact-group): Compressed files might not
11804 have .gz extension.
11805
54e573e6
MB
118062006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11809 (mm-copy-to-buffer): Use with-current-buffer.
11810 (mm-display-part): Simplify.
11811 (mm-inlinable-p): Add optional arg `type'.
11812
01c52d31
MB
118132006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11814
49c7d1ac 11815 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
11816 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11817 Try harder to show the attachment internally or externally using
11818 gnus-mime-view-part-as-type.
11819
01c52d31 118202006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 11821
01c52d31
MB
11822 * message.el (message-from-style, message-signature-separator)
11823 (message-user-organization-file, message-send-mail-function)
11824 (message-citation-line-function, message-yank-prefix)
11825 (message-indent-citation-function, message-signature)
11826 (message-signature-file, message-signature-insert-empty-line):
11827 Remove autoloads.
11828
296a8e19
SM
11829 * gnus-art.el (gnus-buttonized-mime-types):
11830 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
11831
118322006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11833
11834 * gnus.el (gnus-version-number): Bump version.
11835
118362006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11837
11838 * gnus.el: No Gnus v0.5 is released.
11839
118402006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11841
11842 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11843 fetching articles by message-id.
11844
118452006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11846
11847 * message.el (hashcash): Require hashcash as normal.
11848
296a8e19
SM
11849 * ecomplete.el (ecomplete-highlight-match-line):
11850 Use point-at-eol.
01c52d31
MB
11851 (ecomplete-highlight-match-line): Use `highlight', because that
11852 face exists in both Emacs and XEmacs.
11853
11854 * message.el (message-display-abbrev): Use point-at-bol.
11855
11856 * mail-source.el: Don't require timer/timer-funcs.
11857
11858 * gnus-async.el: Ditto.
11859
11860 * password.el: Ditto.
11861
11862 * mm-url.el: Ditto.
11863
11864 * mm-util.el: Require timer/timer-funcs.
11865
118662006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11867
11868 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11869 Close.
54e573e6 11870
9606f1cb
MB
118712006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
11872
11873 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11874 unibyte after clear-decrypt function runs.
11875
11876 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11877 returns as a unibyte string.
11878
305452a5
MB
118792006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
11880
305452a5
MB
11881 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11882 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11883 (mml1991-pgg-encrypt): Ditto.
11884
0565caeb
MB
118852006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
11886
01c52d31
MB
11887 * message.el (message-user-organization-file): Check several
11888 locations of the organization file.
0565caeb 11889
01c52d31
MB
11890 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11891 Add gnus-article-view-part-as-type.
0565caeb 11892
01c52d31 11893 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
11894
11895 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11896 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 11897
01c52d31
MB
11898 * mml.el: Simplify autoload.
11899 (mml-mode): defvar dnd-protocol-alist instead of using
11900 symbol-value.
11901 (mml-default-directory): New variable.
11902 (mml-minibuffer-read-file): Use it.
11903 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11904
11905 * message.el (message-citation-line-format): New variable.
11906 (message-insert-formated-citation-line): New function.
296a8e19
SM
11907 (message-citation-line-function):
11908 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
11909
11910 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11911 to doc string.
11912
11913 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11914 depending on mm-verify-option.
0565caeb 11915
305452a5
MB
119162006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11917
11918 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11919 binding pgg-* variables; reimplement the section which prevents
11920 MIME header from being signed.
11921 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11922 pgg-text-mode; remove a blank line at the top of body.
11923
11924 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11925 lines at the top of body; use gnus-newsgroup-charset if there's no
11926 Charset header.
11927
0565caeb
MB
119282006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
11929
01c52d31
MB
11930 * message.el (message-self-insert-commands): Doc fix.
11931
0565caeb
MB
11932 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11933 (mm-uu-pgp-encrypted-test): Ditto.
11934 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11935 between header and body; return application/pgp-encrypted handle
11936 if decryption failed; decode decrypted body by charset.
11937
11938 * mm-decode.el (mm-automatic-display): Don't make application/pgp
11939 element match to application/pgp-*.
11940
01c52d31
MB
119412006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11942
11943 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11944 HTML.
11945
119462006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11947
11948 * mail-source.el (mail-source-call-script): Message the error
11949 string.
11950
119512006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11952
11953 * gnus-util.el (gnus-byte-compile): Use it.
11954
002876ab 119552006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
11956
11957 * gnus-util.el (kill-empty-logs): New function.
11958
119592006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11960
11961 * message.el (message-mail-alias-type): Doc fix.
11962 (message-mail-alias-type-p): New function.
11963 (message-send): Use it.
11964 (message-mode): Ditto.
11965 (message-strip-forbidden-properties): Ditto.
11966
296a8e19
SM
11967 * ecomplete.el (ecomplete-database-file-coding-system):
11968 New variable.
01c52d31
MB
11969 (ecomplete-save): Use it.
11970 (ecomplete-setup): Use it.
11971
119722006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
11973
11974 * message.el (message-self-insert-commands): New variable.
11975 (message-strip-forbidden-properties): Use it.
11976
119772006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
11978
11979 * message.el (message-put-addresses-in-ecomplete): Use a regexp
11980 that doesn't make XEmacs choke.
11981
f67d6742
MB
119822006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
11983
49c7d1ac
SM
11984 * gnus-util.el (gnus-replace-in-string):
11985 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
11986
119872006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
11988
49c7d1ac
SM
11989 * gnus-util.el (gnus-select-frame-set-input-focus):
11990 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
11991 definition defined in Emacs 22 for old Emacsen.
11992
01c52d31 119932006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 11994
01c52d31 11995 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 11996
01c52d31 119972006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 11998
01c52d31
MB
11999 * gnus-registry.el (gnus-registry-cache-save): Remove text
12000 properties when saving via the temp buffer.
bd29ba20 12001
01c52d31 120022006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 12003
01c52d31 12004 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 12005
01c52d31 120062006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 12007
01c52d31
MB
12008 * message.el (message-generate-hashcash): Default to non-nil when
12009 hashcash is found.
18c06a99 12010
01c52d31
MB
12011 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12012 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 12013
01c52d31 12014 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 12015
01c52d31 12016 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 12017
01c52d31 120182006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 12019
01c52d31
MB
12020 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12021 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12022 Remove autoloads.
163cb72d 12023
01c52d31 120242006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 12025
01c52d31 12026 * message.el (message-generate-hashcash): Default to.
163cb72d 12027
01c52d31 120282006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 12029
01c52d31
MB
12030 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12031 concatenating segments rather than before concatenating them.
163cb72d 12032
01c52d31 120332006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 12034
01c52d31 12035 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 12036
01c52d31
MB
12037 * imap.el (imap-quote-specials): New function.
12038 (imap-login-auth): Quote specials.
14e6dc54 12039
01c52d31 120402006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 12041
01c52d31 12042 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 12043
296a8e19
SM
12044 * message.el (message-forward-make-body-plain):
12045 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
12046 (message-remove-ignored-headers): Factor out into function.
12047 (message-forward-make-body-mml): Use it.
12048 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12049 (rfc2231-parse-string): Allow concatanation of parameters that
12050 aren't contiguous. The test case is
12051 (mail-header-parse-content-type "message/external-body;
12052 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12053 access-type=LOCAL-FILE;
12054 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 12055
01c52d31 120562006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 12057
01c52d31
MB
12058 * nntp.el (nntp-accept-process-output): Return the value of
12059 `nnheader-accept-process-output'.
14e6dc54 12060
01c52d31 120612006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 12062
01c52d31
MB
12063 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12064 (gnus-button-alist): Recognize more diff formats.
12065 (gnus-button-patch): Strip directory.
14e6dc54 12066
01c52d31 120672006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 12068
01c52d31
MB
12069 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12070 Emacs 22 when setting focus.
1b155fbd 12071
01c52d31 120722006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 12073
01c52d31
MB
12074 * gnus-art.el (gnus-article-treat-types): Do treatment of
12075 text/x-verbatim parts.
12076 (gnus-button-patch): New command.
b6f2cf4b 12077
01c52d31
MB
12078 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12079 addresses that contain invalid characters.
b6f2cf4b 12080
01c52d31 120812006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 12082
296a8e19
SM
12083 * message.el (message-put-addresses-in-ecomplete):
12084 Use gnus-replace-in-string.
01c52d31
MB
12085 (message-is-yours-p): Use the more correct
12086 mail-header-parse-address instead of
12087 mail-extract-address-components.
12088 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 12089
01c52d31
MB
12090 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12091 keystroke.
77218834 12092
01c52d31
MB
12093 * gnus-art.el (gnus-treatment-function-alist): Change order of
12094 newsgroups/generic header folding to avoid double-folding.
77218834 12095
01c52d31 12096 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 12097
296a8e19
SM
12098 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12099 New command.
01c52d31 12100 (gnus-summary-repeat-search-article-backward): New command.
d451514f 12101
01c52d31
MB
12102 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12103 groups in the parent topic.
12104
880820fe 121052006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
12106
12107 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12108 (spam-extra-header-to-number): Return the CRM114 number as a
12109 number instead of a string.
12110
121112006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12112
296a8e19 12113 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
12114 gnus-fun.
12115
12116 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12117
121182006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12119
12120 * message.el (message-strip-forbidden-properties): Only display on
12121 self-insert-command.
12122
12123 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12124 reindent.
12125 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12126
121272006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12128
12129 * smiley.el (smiley-style): Fix typo.
d451514f 12130
4f162824
KH
121312006-03-23 Kenichi Handa <handa@m17n.org>
12132
12133 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12134 instead of set-buffer-multibyte.
12135
e9e33c19
KH
121362006-03-23 Kenichi Handa <handa@m17n.org>
12137
12138 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12139 buffer and then decode the buffer text if necessary.
12140 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12141 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 12142
01c52d31 121432006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12144
296a8e19
SM
12145 * hashcash.el (hashcash-insert-payment-async-2):
12146 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
12147 (mail-add-payment): Use message-narrow-to-header instead of trying
12148 to do the same itself.
f5e92214 12149
01c52d31 12150 * message.el (message-hidden-headers): Add Face.
f5e92214 12151
01c52d31
MB
12152 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12153 reparenting code.
12154 (gnus-summary-reparent-children): Refactored out code.
12155 (gnus-summary-thread-map): New keystroke.
12156 (gnus-summary-reparent-children): Make into command.
f5e92214 12157
01c52d31
MB
12158 * smiley.el (smiley-style): Default to `medium' if using a large
12159 font.
f5e92214 12160
01c52d31
MB
12161 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12162 does it itself.
f5e92214 12163
01c52d31 12164 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 12165
01c52d31 121662006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 12167
01c52d31
MB
12168 * nnagent.el (nnagent-request-set-mark): Silence log file
12169 writing.
12170 (nnagent-request-set-mark): Use write-region instead of
12171 append-to-file.
f5e92214 12172
01c52d31
MB
12173 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12174 strange select method.
f5e92214 12175
01c52d31
MB
12176 * ecomplete.el (ecomplete-display-matches): Get highlightling
12177 right.
12178 (ecomplete-display-matches): Use literals.
12179 (ecomplete-display-matches): Disable message logging.
f5e92214 12180
01c52d31 12181 * message.el (message-display-abbrev): Small optimization.
531bedc3 12182
01c52d31
MB
12183 * ecomplete.el (ecomplete-display-matches): Allow automatic
12184 display.
531bedc3 12185
296a8e19
SM
12186 * message.el (message-strip-forbidden-properties):
12187 Display abbrevs.
01c52d31 12188 (message-display-abbrev): Get automatic display right.
531bedc3 12189
01c52d31
MB
12190 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12191 keystrokes.
531bedc3 12192
01c52d31 121932006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 12194
01c52d31 12195 TODO: Backport to v5-10!
531bedc3 12196
01c52d31 12197 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 12198 Move here (and rename) from gnus-registry.el.
531bedc3 12199
01c52d31
MB
12200 * gnus-registry.el: Require gnus-util.
12201 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 12202
01c52d31 122032006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12204
296a8e19
SM
12205 * gnus-group.el (gnus-group-catchup-current):
12206 Change if-then-else-if-then-else into cond.
01c52d31
MB
12207 (gnus-group-catchup): Indent.
12208 (group-name-at-point): New function.
12209 (gnus-fetch-group): Provide default from thing at point.
531bedc3 12210
01c52d31 122112006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 12212
01c52d31 12213 * message.el (message-display-abbrev): Fix regexp.
531bedc3 12214
296a8e19
SM
12215 * ecomplete.el (ecomplete-highlight-match-line):
12216 Reimplement choosing.
01c52d31
MB
12217 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12218 dead variables.
ea8ae765 12219
01c52d31
MB
12220 * message.el (message-newline-and-indent): Remove debugging.
12221 (message-display-abbrev): Use new implementation.
ea8ae765 12222
01c52d31 122232006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 12224
296a8e19
SM
12225 * gnus-art.el (gnus-article-mode):
12226 Set cursor-in-non-selected-windows to nil.
ea8ae765 12227
01c52d31
MB
12228 * smiley.el: Revert previous change.
12229 (smiley-data-directory): defvar it before using it in the
12230 defcustom of `smiley-style'.
ea8ae765 12231
01c52d31 122322006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 12233
01c52d31 12234 * message.el (message-newline-and-indent): New function.
ea8ae765 12235
01c52d31 12236 * ecomplete.el: Implement more bits.
85fd8002 12237
01c52d31
MB
12238 * message.el (message-put-addresses-in-ecomplete): Clean up the
12239 string.
85fd8002 12240
01c52d31 12241 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 12242
296a8e19
SM
12243 * gnus-sum.el (gnus-summary-save-parts):
12244 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 12245 names.
85fd8002 12246
01c52d31 12247 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 12248
01c52d31
MB
12249 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12250 parameter to say whether to actually parse the individual
12251 addresses.
61e66a15 12252
01c52d31
MB
12253 * message.el (message-put-addresses-in-ecomplete): New function.
12254 (ecomplete): Require.
12255 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 12256
01c52d31 122572006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 12258
01c52d31
MB
12259 * flow-fill.el (fill-flowed): Remove trailing space from blank
12260 quoted lines.
fe62aacc 12261
01c52d31 122622006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 12263
01c52d31
MB
12264 * smiley.el (smiley-style): Move definition later to avoid a
12265 compilation warning.
fe62aacc 12266
01c52d31 122672006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 12268
01c52d31
MB
12269 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12270 buffer and then decode the buffer text if necessary.
12271 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12272 first, and after mm-encode-body, change the buffer to unibyte.
12273 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 12274
01c52d31 122752006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 12276
01c52d31
MB
12277 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12278 Content-Type header instead of Content-Disposition header.
12279 (gnus-mime-inline-part): Ditto.
12280 (gnus-mime-view-part-as-charset): Ignore charset that the part
12281 specifies.
719120ef 12282
01c52d31
MB
12283 * mm-decode.el (mm-display-part): Work with external parts and
12284 usual parts similarly.
719120ef 12285
01c52d31
MB
12286 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12287 instead of gnus-display-mime.
719120ef 12288
01c52d31
MB
12289 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12290 instead of with-temp-buffer.
719120ef 12291
01c52d31
MB
12292 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12293 tag to summarized topics part in order to encode non-ASCII text.
719120ef 12294
01c52d31 122952006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12296
01c52d31
MB
12297 * smiley.el (smiley-style): New variable.
12298 (smiley-directory): New function.
12299 (smiley-data-directory): Derive from `smiley-style' using
12300 `smiley-directory'.
12301 (smiley-regexp-alist): Add new entries.
719120ef 12302
01c52d31
MB
12303 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12304 (gnus-article-browse-delete-temp): Add :version.
719120ef 12305
880820fe 123062006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 12307
01c52d31
MB
12308 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12309 the sieve region.
719120ef 12310
01c52d31 123112006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12312
01c52d31 12313 * gnus.el (gnus-version-number): Bump version.
719120ef 12314
01c52d31 123152006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 12316
01c52d31 12317 * gnus.el: No Gnus v0.4 is released.
719120ef 12318
01c52d31 123192006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 12320
01c52d31
MB
12321 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12322 layout.
719120ef 12323
01c52d31
MB
12324 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12325 unknown charset.
719120ef 12326
01c52d31
MB
12327 * message.el (message-header-synonyms): Add Original-To to the
12328 default.
ba0226dd 12329
01c52d31
MB
12330 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12331 optional parameter.
ba0226dd 12332
01c52d31 123332006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 12334
01c52d31 12335 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 12336
01c52d31 123372006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 12338
01c52d31 12339 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 12340
01c52d31 123412006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12342
01c52d31 12343 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 12344
01c52d31 123452006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 12346
01c52d31 12347 * password.el (password-reset): New function.
5f4264e5 12348
01c52d31 123492006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 12350
296a8e19
SM
12351 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12352 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 12353
01c52d31 123542006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 12355
01c52d31
MB
12356 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12357 Some whitespace was matched into the url, which broke browsing hits
12358 > 100 when mm-url-use-external was nil.
5f4264e5 12359
01c52d31 123602006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 12361
296a8e19
SM
12362 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12363 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 12364
01c52d31
MB
12365 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12366 bound.
e13be7a2 12367
01c52d31 123682006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 12369
01c52d31
MB
12370 * pgg-gpg.el: Clean up process buffers every time gpg processes
12371 complete.
b5189759 12372
01c52d31 123732006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 12374
01c52d31
MB
12375 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12376 doc string.
16f18d05 12377
01c52d31 123782006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 12379
01c52d31
MB
12380 * pgg-gpg.el (pgg-gpg-process-filter)
12381 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 12382
01c52d31
MB
12383 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12384 lines, temporary fix.
d71c0855 12385
01c52d31 123862006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12387
01c52d31 12388 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 12389
01c52d31 123902006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 12391
01c52d31
MB
12392 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12393 default-enable-multibyte-characters. This reverts the change from
12394 revision 6.17 which is no longer necessary because the passphrase
12395 is sent separately now. GnuPG messages are unreadable under
12396 multibyte locales with default-enable-multibyte-characters set to
12397 nil.
cf5a5c38 12398
01c52d31 123992006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12400
01c52d31 12401 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 12402
01c52d31 124032006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 12404
01c52d31
MB
12405 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12406 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12407 instead.
cf5a5c38 12408
01c52d31 124092006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 12410
296a8e19
SM
12411 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12412 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 12413 Newsgroups.
cf5a5c38 12414
01c52d31 124152006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 12416
01c52d31 12417 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 12418
01c52d31 124192006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 12420
01c52d31
MB
12421 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12422 when searching for already-paid recipients.
34128042 12423
01c52d31 124242006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 12425
01c52d31
MB
12426 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12427 passphrases when it is not needed.
12428 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12429 passphrase stuff from gpg, should only be necessary when you use
12430 gpg with a smartcard.
34128042 12431
01c52d31 124322006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 12433
01c52d31
MB
12434 * mml.el (mml-insert-mime): Ignore cached contents of
12435 message/external-body part.
34128042 12436
01c52d31
MB
12437 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12438 (mm-insert-part): Ditto.
34128042 12439
01c52d31 124402006-03-23 Simon Josefsson <jas@extundo.com>
34128042 12441
01c52d31
MB
12442 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12443 Reiner.
12444 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 12445
01c52d31 124462006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 12447
01c52d31
MB
12448 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12449 older emacsen.
12450 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 12451
01c52d31 124522006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 12453
01c52d31
MB
12454 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12455 if we can.
c96ec15a 12456
01c52d31 124572006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 12458
01c52d31
MB
12459 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12460 (pgg-gpg-update-agent): New function.
12461 (pgg-gpg-use-agent-p): New function.
12462 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12463 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12464 (pgg-gpg-sign-region): Use it.
c96ec15a 12465
01c52d31 124662006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 12467
01c52d31
MB
12468 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12469 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 12470
01c52d31 124712006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 12472
01c52d31
MB
12473 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12474 <wilde@sha-bang.de>.
12475 (pgg-gpg-use-agent): New variable.
12476 (pgg-gpg-process-region): Use it.
12477 (pgg-gpg-encrypt-region): Likewise.
12478 (pgg-gpg-encrypt-symmetric-region): Likewise.
12479 (pgg-gpg-decrypt-region): Likewise.
12480 (pgg-gpg-sign-region): Likewise.
12481 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 12482
01c52d31 124832006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 12484
01c52d31 12485 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 12486
01c52d31
MB
12487 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12488 Add comment on version.
6203370b 12489
01c52d31 124902006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 12491
01c52d31 12492 * smiley.el: Add missing test smiley.
6203370b 12493
01c52d31 124942006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 12495
01c52d31
MB
12496 * mm-decode.el (mm-with-part): New macro.
12497 (mm-get-part): Use it; work with message/external-body as well.
12498 (mm-save-part): Treat name and filename equally.
6203370b 12499
01c52d31
MB
12500 * mm-extern.el (mm-extern-cache-contents): New function.
12501 (mm-inline-external-body): Use it; force the part to be displayed;
12502 move undisplayer added to the cached handle to the parent.
6203370b 12503
01c52d31
MB
12504 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12505 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 12506
01c52d31 12507 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 12508
01c52d31 125092006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12510
01c52d31
MB
12511 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12512 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12513 Emacs.]
46e8fe3d 12514
01c52d31 125152006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12516
01c52d31
MB
12517 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12518 path rather than symbol. Always return list of directories.
12519 Guarantee that image directory comes first. [Sync with image.el,
12520 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 12521
01c52d31
MB
12522 * message.el (message-make-tool-bar): Adjust to new API of
12523 `gmm-image-load-path-for-library'.
46e8fe3d 12524
01c52d31 12525 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 12526
01c52d31 12527 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 12528
01c52d31 125292006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 12530
01c52d31
MB
12531 * gnus-art.el (gnus-article-only-boring-p):
12532 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12533 intangible text.
12534 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 12535
01c52d31 125362006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 12537
296a8e19
SM
12538 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12539 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 12540
01c52d31 125412006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 12542
01c52d31
MB
12543 * message.el (message-unique-id): Don't use message-number-base36
12544 if (user-uid) is a float.
12545 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 12546
01c52d31 125472006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 12548
01c52d31 12549 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 12550
01c52d31
MB
12551 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12552 empty line between a part and a message part.
7347faa8 12553
01c52d31 125542006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12555
01c52d31
MB
12556 * smiley.el: Add more test smileys.
12557 (smiley-data-directory, smiley-regexp-alist)
12558 (gnus-smiley-file-types): Fix doc strings.
12559 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12560 adding new elements.
12561 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 12562
01c52d31 125632006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 12564
01c52d31
MB
12565 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12566 scan latest NoCeM messages instead of old ones.
12567 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12568 delimiters that are recently used.
12569 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 12570
01c52d31 12571 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 12572
01c52d31
MB
12573 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12574 level which is larger than gnus-use-nocem is specified.
7347faa8 12575
01c52d31 12576 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 12577
01c52d31 125782006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 12579
01c52d31 12580 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 12581
01c52d31
MB
12582 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12583 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 12584
01c52d31 12585 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 12586
01c52d31
MB
12587 * gnus-group.el (gnus-group-redraw-when-idle)
12588 (gnus-group-redraw-check): Remove.
12589 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 12590
01c52d31 125912006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 12592
01c52d31
MB
12593 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12594 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 12595
01c52d31 125962006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 12597
01c52d31
MB
12598 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12599 to gmm-image-load-path-for-library. Call with no-error argument.
12600 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 12601
01c52d31 12602 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 12603
01c52d31 12604 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 12605
01c52d31 12606 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 12607
01c52d31 126082006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 12609
01c52d31 12610 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 12611
01c52d31
MB
12612 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12613 nnml-generate-nov-databases-1.
12614 (nnml-generate-nov-databases): Use it.
12615 (nnml-generate-nov-databases-directory): Document no-active
12616 argument.
c4288669 12617
01c52d31
MB
12618 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12619 directory if path is t. Add no-error.
c4288669 12620
01c52d31
MB
12621 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12622 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 12623
296a8e19
SM
12624 * gnus-art.el (gnus-article-browse-delete-temp-files):
12625 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 12626
01c52d31
MB
12627 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12628 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12629 Add example to docstring. Rename local variables. Move error
12630 checks to default case in cond and simplify.
73043f7d 12631
01c52d31 126322006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12633
01c52d31
MB
12634 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12635 handle is multipart when calling it recursively.
12636 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 12637
01c52d31 126382006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 12639
01c52d31
MB
12640 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12641 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 12642
01c52d31 126432006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 12644
01c52d31
MB
12645 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12646 is loaded.
7dafe00b 12647
01c52d31
MB
12648 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12649 loaded.
7dafe00b 12650
01c52d31 126512006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12652
01c52d31
MB
12653 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12654 to "Emacs 23 (unicode)" in doc string.
7dafe00b 12655
01c52d31
MB
12656 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12657 "Emacs 23 (unicode)" in comment.
7dafe00b 12658
01c52d31 126592006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12660
01c52d31 12661 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 12662
01c52d31
MB
12663 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12664 characters 160 through 255 in Emacs 23.
7dafe00b 12665
01c52d31 126662006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12667
01c52d31
MB
12668 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12669 gnus-article-browse-html-temp.
296a8e19
SM
12670 (gnus-article-browse-delete-temp): Make it customizable.
12671 Add `file'. Adjust doc string.
12672 (gnus-article-browse-delete-temp-files): Add argument.
12673 Allow query for each file. Adjust doc string.
12674 (gnus-article-browse-html-parts):
12675 Add `gnus-article-browse-delete-temp-files' to
01c52d31 12676 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 12677
01c52d31 126782006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 12679
01c52d31
MB
12680 * gnus-art.el (gnus-article-browse-html-temp)
12681 (gnus-article-browse-delete-temp): New variables.
12682 (gnus-article-browse-delete-temp-files): New function.
12683 (gnus-article-browse-html-parts): Use it.
7dafe00b 12684
01c52d31 126852006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12686
01c52d31 12687 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 12688
01c52d31
MB
12689 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12690 string.
7dafe00b 12691
01c52d31 12692 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
12693 gnus-summary-insert-new-articles when unplugged.
12694 Remove gnus-summary-search-article-forward.
7dafe00b 12695
01c52d31
MB
12696 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12697 display-visual-class instead of display-color-cells.
7dafe00b 12698
01c52d31 126992006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 12700
01c52d31
MB
12701 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12702 message/* containing non-ASCII text properly.
7dafe00b 12703
01c52d31 127042006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 12705
01c52d31
MB
12706 * message.el: Require gmm-utils, remove autoloads.
12707 (message-tool-bar): Set default based on
12708 gmm-tool-bar-style.
12709 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12710
01c52d31
MB
12711 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12712 gmm-tool-bar-style.
12713 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12714
01c52d31
MB
12715 * gnus-group.el (gnus-group-tool-bar): Set default based on
12716 gmm-tool-bar-style.
12717 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 12718
01c52d31
MB
12719 * gmm-utils.el (gmm-image-directory): Rename variable from
12720 gmm-image-load-path.
12721 (gmm-image-load-path): Use gmm-image-directory.
12722 (gmm-customize-mode): New function.
12723 (gmm-tool-bar-style): New variable.
7dafe00b 12724
01c52d31
MB
12725 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12726 gnus-group-redraw-line-number.
12727 (gnus-group-redraw-check): Simplify.
12728 (gnus-group-tool-bar-update): Remove redraw check.
12729 (gnus-group-make-tool-bar): Add redraw check.
447505b5 12730
01c52d31 127312006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 12732
01c52d31 12733 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 12734
01c52d31 127352006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 12736
01c52d31 12737 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 12738
01c52d31 127392006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12740
01c52d31
MB
12741 * gnus-art.el (gnus-button): New face.
12742 (gnus-article-button-face): Use it.
3031d8b0 12743
296a8e19
SM
12744 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12745 Add gnus-summary-next-page. Re-order.
3031d8b0 12746
01c52d31
MB
12747 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12748 next-node are now included.
12749 (gnus-group-redraw-line-number): New internal variable.
12750 (gnus-group-redraw-check): Helper function for updating the tool
12751 bar.
12752 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 12753
01c52d31 12754 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 12755
01c52d31
MB
12756 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12757 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
12758 Use it to match format of Spamassassin 3.0 and later.
12759 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
12760 (spam-check-bogofilter)
12761 (spam-bogofilter-register-with-bogofilter): Fix args of
12762 `gnus-error' calls.
3031d8b0 12763
01c52d31 127642006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12765
01c52d31 12766 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
12767 unnecessary interaction when sending queued mails.
12768 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 12769
01c52d31 127702006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 12771
01c52d31
MB
12772 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12773 first or last are nil.
3031d8b0 12774
01c52d31 127752006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 12776
01c52d31 12777 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 12778
01c52d31 127792006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 12780
01c52d31 12781 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 12782
01c52d31 127832006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 12784
01c52d31 12785 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 12786
01c52d31 127872006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12788
01c52d31
MB
12789 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12790 nov.php.
58090a8d 12791
01c52d31 127922006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 12793
01c52d31
MB
12794 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12795 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12796 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12797 output on the server side.
12798 (nnweb-google-create-mapping): Update regexps and add some
12799 progress indication.
58090a8d 12800
01c52d31 128012006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12802
296a8e19
SM
12803 * gnus-group.el (gnus-group-tool-bar-gnome):
12804 Fix gnus-agent-toggle-plugged. Re-order icons.
12805 (gnus-group-tool-bar-gnome):
12806 Add gnus-group-{prev,next}-unread-group.
01c52d31 12807 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 12808
296a8e19
SM
12809 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12810 Move gnus-summary-insert-new-articles.
58090a8d 12811
296a8e19
SM
12812 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12813 Fix comments.
58090a8d 12814
01c52d31
MB
12815 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
12816 also available in Emacs 21.3.
58090a8d 12817
01c52d31
MB
12818 * message.el (message-fix-before-sending): Change "Emacs 22" to
12819 "Emacs 23 (unicode)" in comment.
58090a8d 12820
01c52d31
MB
12821 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12822 "Emacs 23 (unicode)" in comment.
58090a8d 12823
01c52d31
MB
12824 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12825 comment.
12826 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 12827
01c52d31 12828 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 12829
01c52d31 128302006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12831
01c52d31
MB
12832 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12833 and load-path.
58090a8d 12834
01c52d31 128352006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12836
01c52d31
MB
12837 * message.el: Autoload gmm-image-load-path.
12838 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12839 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
12840 consitency.
58090a8d 12841
01c52d31
MB
12842 * gmm-utils.el (gmm-image-load-path): Also search in
12843 "../etc/images". Don't set gmm-image-load-path if we don't find
12844 the image.
58090a8d 12845
01c52d31 128462006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 12847
01c52d31
MB
12848 * gmm-utils.el (gmm-image-load-path): Don't make
12849 `gmm-image-load-path' include subdirectories which the second arg
12850 `image' might specify.
58090a8d 12851
01c52d31
MB
12852 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12853 subdirectory to icon file names.
58090a8d 12854
01c52d31 12855 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 12856
01c52d31 128572006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 12858
01c52d31
MB
12859 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12860 gmm-image-load-path calls.
58090a8d 12861
01c52d31 12862 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 12863
01c52d31 12864 * message.el (message-make-tool-bar): Ditto.
58090a8d 12865
296a8e19 12866 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 12867
01c52d31
MB
12868 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12869 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 12870
01c52d31
MB
12871 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12872 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12873
01c52d31
MB
12874 * message.el (message-tool-bar-gnome): Use new icon names.
12875 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 12876
296a8e19
SM
12877 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12878 New functions from MH-E.
01c52d31 12879 (gmm-image-load-path): New variable from MH-E.
296a8e19 12880 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
12881 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
12882 *-image-load-path-called-flag.
4c2ad11d 12883
01c52d31 128842006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 12885
01c52d31 12886 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 12887
01c52d31 128882006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 12889
01c52d31
MB
12890 * nnimap.el (nnimap-request-move-article): Change folder back to
12891 source group before deleting.
6586e9c9 12892
01c52d31 128932006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 12894
01c52d31 12895 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 12896
296a8e19
SM
12897 * gnus-art.el (mm-url-insert-file-contents-external):
12898 Autoload mm-url.
e8beac8a 12899
01c52d31 12900 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 12901
01c52d31 129022006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 12903
01c52d31
MB
12904 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12905 coding system which mm-charset-to-coding-system returns for a
12906 given charset is valid.
e8beac8a 12907
01c52d31 129082006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 12909
01c52d31
MB
12910 * html2text.el (html2text-remove-tag-list):
12911 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 12912
01c52d31 129132006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 12914
01c52d31 12915 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 12916
01c52d31 129172006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12918
296a8e19
SM
12919 * gnus-art.el (article-strip-banner):
12920 Call article-really-strip-banner only when the regexp match is made.
3b059693 12921
01c52d31 129222006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 12923
296a8e19
SM
12924 * gnus-art.el (article-strip-banner):
12925 Use gnus-extract-address-components instead of
01c52d31
MB
12926 mail-header-parse-addresses to make it work with non-ASCII text;
12927 remove mail-encode-encoded-word-string.
3b059693 12928
01c52d31
MB
12929 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12930 values which are surrounded with \"...\"; make it never cause a
12931 Lisp error; give up parsing of parameters if it failed in
12932 extracting type.
3b059693 12933
880820fe 129342006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 12935
01c52d31
MB
12936 * smime.el (smime-cert-by-ldap-1): Fix bug where
12937 `smime-ldap-search' returns results without userCertificates.
ab513ed4 12938
01c52d31 129392006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 12940
01c52d31 12941 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 12942
01c52d31 129432006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 12944
01c52d31
MB
12945 * spam.el (spam-check-spamassassin-headers): Adapt format for
12946 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
12947 <ari@mbf.ocn.ne.jp>.
12948 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 12949
01c52d31 129502006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 12951
01c52d31
MB
12952 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12953 make-temp-file; make it work with XEmacs as well.
9516b9f4 12954
01c52d31
MB
12955 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12956 mm-make-temp-file.
9516b9f4 12957
01c52d31
MB
12958 * mm-decode.el (mm-display-external): Use the 3rd arg of
12959 mm-make-temp-file.
12960 (mm-create-image-xemacs): Ditto.
9516b9f4 12961
01c52d31 129622006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 12963
01c52d31
MB
12964 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12965 with message-narrow-to-headers.
12966 (gnus-draft-setup): Narrow to header to run message-fetch-field.
12967 (gnus-draft-check-draft-articles): New function.
12968 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 12969
01c52d31 129702006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 12971
01c52d31
MB
12972 * gnus-art.el (gnus-article-browse-html-parts):
12973 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12974 Don't use suffix argument for mm-make-temp-file for Emacs 21
12975 compatibility. Remove useless `format'.
292f71fe 12976
01c52d31 129772006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 12978
01c52d31
MB
12979 * nnweb.el (nnweb-google-wash-article): Update regexps.
12980 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 12981
01c52d31 129822006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 12983
01c52d31
MB
12984 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12985 re-loading nn* modules.
292f71fe 12986
01c52d31 129872006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 12988
01c52d31
MB
12989 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12990 for `tool-bar-mode' and don't check it's default-value.
292f71fe 12991
01c52d31 12992 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 12993
01c52d31 12994 * message.el (message-make-tool-bar): Ditto.
292f71fe 12995
01c52d31
MB
12996 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12997 `substring'. Shorten tmp-file name.
292f71fe 12998
01c52d31 12999 * gnus.el: Remove bogus comment.
292f71fe 13000
01c52d31 130012006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 13002
01c52d31
MB
13003 * gnus-art.el (gnus-article-browse-html-parts): New function.
13004 (gnus-article-browse-html-article): New function for viewing html
13005 articles with a browser.
bd2cef66 13006
01c52d31 130072006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 13008
01c52d31
MB
13009 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13010 (mml2015-pgg-encrypt): Ditto.
ffda926c 13011
01c52d31
MB
13012 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13013 (mml1991-pgg-encrypt): Ditto.
f5fab556 13014
01c52d31 130152006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 13016
296a8e19
SM
13017 * nnfolder.el (nnfolder-insert-newsgroup-line):
13018 Use message-make-date instead of current-time-string.
4b9f0de2 13019
01c52d31
MB
13020 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13021 to gnus-decoded which mm-uu might set.
4b9f0de2 13022
01c52d31 130232006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 13024
01c52d31
MB
13025 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13026 don't decode quoted parameters; remove misimported Emacs code.
13027 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13028 (rfc2231-decode-encoded-string): Don't use split-string which
13029 behaves differently according to Emacs version; use
13030 mm-decode-coding-region to convert charset to coding-system.
13031 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13032 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 13033
01c52d31 130342006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 13035
01c52d31
MB
13036 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13037 when calling mail-header-parse-content-type.
13038 (article-de-quoted-unreadable): Ditto.
13039 (article-de-base64-unreadable): Ditto.
13040 (article-wash-html): Ditto.
20051b27 13041
01c52d31
MB
13042 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13043 calling mail-header-parse-content-type and
13044 mail-header-parse-content-disposition.
13045 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13046 mail-header-parse-content-type.
82259e50 13047
01c52d31
MB
13048 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13049 insert charset and format parameters; encode description after
13050 inserting it to buffer.
13051 (mml-insert-parameter): Fold lines properly even if a parameter is
13052 segmented into two or more lines; change the max column to 76.
82259e50 13053
01c52d31
MB
13054 * rfc1843.el (rfc1843-decode-article-body): Don't use
13055 ignore-errors when calling mail-header-parse-content-type.
46f93472 13056
01c52d31
MB
13057 * rfc2231.el (rfc2231-parse-string): Return at least type if
13058 possible; don't cause an error even if it fails in parsing of
13059 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13060 (rfc2231-encode-string): Don't break lines at the beginning, leave
13061 it to mml-insert-parameter.
46f93472 13062
01c52d31
MB
13063 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13064 calling mail-header-parse-content-type.
d3a597b7 13065
01c52d31 130662006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 13067
01c52d31
MB
13068 * spam-report.el (spam-report-gmane-use-article-number):
13069 Improve doc string.
13070 (spam-report-gmane-internal): Check if a suitable header was found
13071 in the article.
8753ddee 13072
01c52d31 130732006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 13074
01c52d31
MB
13075 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13076 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 13077
01c52d31 130782006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 13079
01c52d31 13080 Update copyright notices of all files in the gnus directory.
8753ddee 13081
01c52d31 130822006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 13083
01c52d31 13084 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 13085
01c52d31 130862006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 13087
01c52d31
MB
13088 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13089 segmented lines of parameter value to cope with Thunderbird 1.5
13090 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13091 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13092 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 13093
01c52d31 130942006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 13095
01c52d31
MB
13096 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13097 parts.
a33704bb 13098
01c52d31 130992006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 13100
01c52d31
MB
13101 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13102 there's only one active file for all servers.
13103 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13104 solid groups. Gnus might have used a FAST request to select the group.
13105 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13106 and nnweb-search redundantly in the active file.
13107 (nnweb-request-list): Don't list bogus groups. There can only be one.
13108 (nnweb-request-create-group): Don't use ARGS.
13109 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13110 initialisations. Let nnoo do the work.
a33704bb 13111
01c52d31 131122006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 13113
01c52d31
MB
13114 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13115 Say the part has been decoded.
a33704bb 13116
01c52d31 13117 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 13118
01c52d31 131192006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 13120
01c52d31
MB
13121 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13122 mailcap-viewer-test-cache when there's no 'test clause, since that
13123 will invert the meaning of a "nil" test previously determined by
13124 mailcap-mailcap-entry-passes-test.
53cfefc8 13125
01c52d31 131262006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 13127
01c52d31
MB
13128 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13129 compiling.
53cfefc8 13130
01c52d31 13131 * gnus-sum.el: Ditto.
53cfefc8 13132
01c52d31 13133 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 13134
01c52d31 131352006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13136
01c52d31 13137 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 13138
01c52d31 131392006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 13140
01c52d31
MB
13141 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13142 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13143 current Google Groups.
53cfefc8 13144
01c52d31 131452006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 13146
01c52d31
MB
13147 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13148 and tool-bar-mode.
66841476 13149
01c52d31
MB
13150 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13151 and tool-bar-mode.
66841476 13152
01c52d31
MB
13153 * message.el (message-tool-bar-update): Simplify.
13154 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 13155
01c52d31
MB
13156 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13157 gnus-summary-buffer.
13158 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13159 gnus-summary-reply.
81df110a 13160
01c52d31 13161 * gmm-utils.el (gmm): Add :version.
5fae1cae 13162
01c52d31 131632006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 13164
296a8e19
SM
13165 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13166 Don't autoload.
5fae1cae 13167
01c52d31 131682006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 13169
01c52d31 13170 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 13171
01c52d31 131722006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 13173
01c52d31 13174 * message.el: Change some comments WRT tool-bars.
81df110a 13175
01c52d31
MB
13176 * gnus-sum.el (gnus-summary-tool-bar)
13177 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13178 (gnus-summary-tool-bar-zap-list): New variables.
13179 (gnus-summary-make-tool-bar): Complete rewrite using
13180 `gmm-tool-bar-from-list'.
430d3ed7 13181
01c52d31 13182 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
13183 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13184 New variables.
01c52d31
MB
13185 (gnus-group-make-tool-bar): Complete rewrite using
13186 `gmm-tool-bar-from-list'.
13187 (gnus-group-tool-bar-update): New function.
430d3ed7 13188
01c52d31 13189 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 13190
01c52d31 131912006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 13192
01c52d31
MB
13193 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13194 is dissected into a single part of which the type is the same as
13195 the given one; decode charset.
6ff5b064 13196
01c52d31 131972006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 13198
01c52d31
MB
13199 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13200 into alists as symbol not string, since that's what
13201 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13202 look for.
a8f6d239 13203
01c52d31 132042006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 13205
01c52d31
MB
13206 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13207 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 13208
01c52d31 13209 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 13210
01c52d31 132112006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13212
01c52d31
MB
13213 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13214 (gnus-mime-security-button-menu): New definition.
13215 (gnus-mime-security-button-map): Use them.
13216 (gnus-mime-security-button-menu): New function.
13217 (gnus-insert-mime-security-button): Addition to help echo.
13218 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13219 (gnus-mime-security-pipe-part): New functions.
d752cf53 13220
01c52d31
MB
13221 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13222 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 13223
01c52d31
MB
13224 * mm-decode.el (mm-handle-set-disposition): Remove.
13225 (mm-handle-set-description): Remove.
d752cf53 13226
01c52d31 132272006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 13228
01c52d31
MB
13229 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13230 (mm-w3m-standalone-supports-m17n-p): New function.
13231 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13232 w3m usage.
d752cf53 13233
296a8e19
SM
13234 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13235 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 13236
01c52d31 132372006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 13238
296a8e19
SM
13239 * message.el (message-tool-bar-zap-list):
13240 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
13241 (message-tool-bar-update): New function.
13242 (message-tool-bar, message-tool-bar-gnome)
13243 (message-tool-bar-retro): Add message-tool-bar-update.
13244 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 13245
01c52d31 13246 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 13247
01c52d31
MB
13248 * gmm-utils.el (gmm-error): Describe `args'.
13249 (gmm-tool-bar-zap-list): New widget.
13250 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 13251
01c52d31 132522006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13253
01c52d31
MB
13254 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13255 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13256 the number of recursive calls.
4a2358e9 13257
01c52d31
MB
13258 * mm-decode.el (mm-handle-set-disposition): New macro.
13259 (mm-handle-set-description): New macro.
4a2358e9 13260
01c52d31 132612006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 13262
01c52d31
MB
13263 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13264 encoding.
4a2358e9 13265
01c52d31 132662006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13267
01c52d31
MB
13268 * message.el (message-tool-bar-zap-list, message-tool-bar)
13269 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13270 (message-tool-bar-local-item-from-menu): Remove.
13271 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13272 (message-make-tool-bar): New function.
13273 (message-mode): Use `message-make-tool-bar'.
4a2358e9 13274
01c52d31
MB
13275 * gmm-utils.el: New file.
13276 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13277 (gmm-lazy): New widget copied from `nnmail.el'.
13278 (gmm-tool-bar-from-list): New function for creating customizable
13279 tool bars.
13280 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13281 output.
13282 (gmm): Add :prefix to defgroup.
4a2358e9 13283
01c52d31 132842006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 13285
01c52d31 13286 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 13287
01c52d31 132882006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 13289
01c52d31
MB
13290 * mml.el (mml-attach-file): Describe `description' in doc string.
13291 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 13292
01c52d31 132932006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 13294
01c52d31 13295 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 13296
01c52d31 132972006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 13298
01c52d31 13299 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 13300
01c52d31 133012006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 13302
01c52d31
MB
13303 * imap.el (imap-open): Handle case where buffer is a buffer
13304 object.
41e11121 13305
01c52d31 133062005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 13307
01c52d31
MB
13308 * gnus-delay.el (gnus-delay): Don't autoload.
13309 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13310 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 13311
01c52d31 133122005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 13313
01c52d31 13314 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 13315
01c52d31 133162006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 13317
01c52d31 13318 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 13319
01c52d31 13320 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 13321
01c52d31 133222006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 13323
01c52d31 13324 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 13325
01c52d31 133262006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 13327
01c52d31
MB
13328 * mm-decode.el (mm-inlined-types): Add application/pgp.
13329 (mm-automatic-display): Ditto.
11e22c4a 13330
01c52d31
MB
13331 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13332 part as text.
11e22c4a 13333
01c52d31 133342006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 13335
01c52d31
MB
13336 * nnrss.el: Update copyright.
13337 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 13338
01c52d31
MB
13339 * gnus-art.el:
13340 * gnus-sum.el:
13341 * mm-uu.el:
13342 * mm-view.el: Update copyright.
97f78c9b 13343
01c52d31 133442006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 13345
01c52d31
MB
13346 * message.el (message-info): New function.
13347 (message-mode-menu): Add it.
13348 Update copyright.
97f78c9b 13349
01c52d31 13350 * ChangeLog: Fix and update copyright.
97f78c9b 13351
01c52d31 133522006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 13353
01c52d31
MB
13354 * message.el (message-forward-subject-name-subject): Prefer the
13355 address to 'nowhere' if the sender has no name.
13356 Fix typo. Update copyright year.
97f78c9b 13357
01c52d31 133582006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 13359
296a8e19
SM
13360 * gnus-art.el (article-wash-html):
13361 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 13362 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 13363
01c52d31
MB
13364 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13365 mm-inline-text-html-render-with-w3m-standalone.
13366 (mm-text-html-washer-alist): Map w3m-standalone to
13367 gnus-article-wash-html-with-w3m-standalone.
13368 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 13369
01c52d31 133702006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 13371
01c52d31
MB
13372 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13373 Improve LaTeX.
4b91459a 13374
01c52d31 133752006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 13376
01c52d31
MB
13377 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13378 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 13379
01c52d31
MB
13380 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13381 the buffer.
4b91459a 13382
01c52d31 133832006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13384
01c52d31
MB
13385 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13386 custom definition of `gnus-posting-styles'.
d44e3b45 13387
296a8e19
SM
13388 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13389 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 13390
01c52d31 133912006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 13392
01c52d31
MB
13393 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13394 Use nntp for bug archive.
4b91459a 13395
01c52d31 133962006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 13397
01c52d31
MB
13398 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13399 parts.
13400 (nnrss-normalize-date): New function converts ISO 8601 date into
13401 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13402 (nnrss-check-group): Use it.
c03ac728 13403
01c52d31 134042006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13405
01c52d31 13406 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 13407
01c52d31
MB
13408 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13409 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13410 (nnrss-insert-w3): Ditto.
d8a88581 13411
01c52d31 134122005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 13413
01c52d31
MB
13414 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13415 the articles to be forwarded including the case where neither a
13416 number of articles nor a region is specified.
d8a88581 13417
01c52d31 134182005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13419
01c52d31
MB
13420 * nnrss.el (nnrss-request-article): Fix last change; fill
13421 text/plain parts.
7573397b 13422
01c52d31 134232005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 13424
01c52d31
MB
13425 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13426 in text/plain part.
13427 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 13428
01c52d31 134292005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 13430
01c52d31
MB
13431 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13432 article.
9ebc3953 13433
01c52d31 134342005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 13435
01c52d31
MB
13436 * nnml.el: Don't require gnus-bcklg. Autoload it.
13437 (nnml-use-compressed-files, nnml-save-mail): Support other
13438 comression programs such as bzip2.
7929f858 13439
01c52d31 134402005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 13441
01c52d31
MB
13442 * dns.el (query-dns): Make sure we check the buffer size before
13443 removing tcp headers.
7929f858 13444
01c52d31 134452005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 13446
01c52d31
MB
13447 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13448 remove MIME buttons associated with multipart/alternative parts.
13449 (gnus-mime-display-alternative): Tag buttons using `article-type'
13450 text property.
ead25b5c 13451
01c52d31
MB
13452 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13453 associated with multipart/alternative parts.
ead25b5c 13454
01c52d31 13455 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 13456
01c52d31
MB
13457 * mm-decode.el (mm-inlined-types): Fix custom type.
13458 (mm-keep-viewer-alive-types): Ditto.
13459 (mm-automatic-display): Ditto.
13460 (mm-attachment-override-types): Ditto.
13461 (mm-inline-override-types): Ditto.
13462 (mm-automatic-external-display): Ditto.
8774406b 13463
01c52d31 134642005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 13465
01c52d31
MB
13466 * spam-report.el (spam-report-user-mail-address)
13467 (spam-report-user-agent): New variables.
13468 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 13469
01c52d31 134702005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 13471
01c52d31
MB
13472 * gnus-art.el (gnus-button-handle-custom): Do not just use
13473 `customize-apropos' for any "M-x customize-*" button but the
13474 function called for. Accept both the function name and its
13475 argument in order to achieve this.
296a8e19
SM
13476 (gnus-button-alist): Remove support for "custom:" URL's.
13477 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 13478 customize-*" buttons.
59fda2fa 13479
01c52d31 134802005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 13481
01c52d31
MB
13482 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13483 multipart/alternative and add xref to mm-discouraged-alternatives
13484 in doc string.
7d0c69be 13485
01c52d31
MB
13486 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13487 gnus-buttonized-mime-types in doc string.
7d0c69be 13488
01c52d31 134892005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13490
01c52d31
MB
13491 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13492 Suggest image/.* in the doc string.
d6697c02 13493
01c52d31 134942005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 13495
01c52d31
MB
13496 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13497 message-marks (Debian bug #342521).
d6697c02 13498
01c52d31 134992005-12-12 Simon Josefsson <jas@extundo.com>
84861437 13500
01c52d31
MB
13501 * password.el (password-read-from-cache): Add.
13502 (password-read): Use it.
84861437 13503
01c52d31 135042005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 13505
296a8e19
SM
13506 * rfc2047.el (rfc2047-charset-to-coding-system):
13507 Recognize us-ascii as a MIME charset.
3338c0ad 13508
296a8e19
SM
13509 * mm-bodies.el (mm-decode-content-transfer-encoding):
13510 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 13511
01c52d31 135122005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 13513
01c52d31 13514 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 13515
01c52d31 13516 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 13517
01c52d31 135182005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 13519
01c52d31 13520 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 13521
01c52d31 135222005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 13523
01c52d31
MB
13524 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13525 RFC1524) if it is in mailcap or add a suffix according to
13526 mailcap-mime-extensions when generating a temp filename; postpone
13527 deleting a temp file for 2 seconds for some wrappers, shell
13528 scripts, and so on, which might exit right after having started a
13529 viewer command as a background job.
13530
135312005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13532
13533 * nntp.el (nntp-marks-directory): Fix custom group.
13534
13535 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13536 steps when < 10.
13537
296a8e19
SM
13538 * gnus-start.el (gnus-no-server-1):
13539 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
13540
135412005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13542
13543 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13544 parens.
13545
135462005-11-26 Dave Love <fx@gnu.org>
13547
13548 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13549 (tls-program, tls-success): Provide openssl alternative.
13550
13551 * starttls.el: Doc fixes.
13552 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13553 SERVICE to PORT.
13554
002876ab 13555 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
13556 port null or service name.
13557 (starttls-negotiate): Autoload.
13558
135592005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13560
13561 * message.el (message-kill-to-signature): Fix interactive spec.
13562
135632005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13564
13565 * pop3.el (pop3-open-server): Recognize a string as a service name.
13566
135672005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13568
13569 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13570
135712005-11-23 Dave Love <fx@gnu.org>
13572
13573 Add pop3s, pop3/starttls.
13574
13575 * pop3.el (pop3-authentication-scheme): Clarify doc.
13576 (open-tls-stream, starttls-open-stream): Autoload.
13577 (pop3-stream-type): New.
13578 (pop3-open-server): Use it.
13579
13580 * mail-source.el (mail-sources): Fix some :types. Add stream type
13581 for POP.
13582 (mail-source-keyword-map): Add :stream for POP.
13583 (mail-source-fetch-pop): Use pop3-stream-type.
13584
135852005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13586
13587 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13588 of current-time-string.
13589
135902005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13591
13592 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13593 date header.
13594
135952005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13596
13597 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13598 it can seriously impact performance as it bypasses the agent's
13599 local caches.
13600
136012005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13602
13603 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13604 must be explicitly online rather than "not explicitly offline" for
13605 its flags to be synchronized.
13606
13607 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13608 that gnus-uu-unmark-thread will function correctly.
13609
13610 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13611 1024K is instead displayed as 1M.
13612
136132005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13614
13615 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13616
136172005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13618
13619 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13620
136212005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13622
13623 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13624 error message to display actual error condition.
13625 (gnus-agent-save-local): Avoid saving symbols that are bound to
13626 nil as they simply result in a warning message in
13627 gnus-agent-read-local.
13628
136292005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13630
13631 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13632 rather than make-variable-buffer-local for file-precious-flag.
13633
136342005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13635
13636 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13637 for duplicates which are removed. The invalid sort check then
13638 triggers a rescan after the sort as sorting may have moved
13639 duplicate entries such that they can be cheaply detected.
13640
136412005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13642
13643 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13644
136452005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13646
296a8e19
SM
13647 * gnus-agent.el (gnus-agent-article-alist-save-format):
13648 Change internal variable to a custom variable. Change default value
01c52d31
MB
13649 from compressed(2) to uncompressed(1).
13650 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13651 support for uncompressed agentview files. Taken together, reading
13652 the agentview file should now be 6-7 times faster.
13653
136542005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13655
13656 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13657 as a buffer-local variable. This avoids creating truncated
13658 dribble files as a result of a hang up, eg.
13659
136602005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13661
296a8e19
SM
13662 * gnus-start.el (gnus-start-draft-setup):
13663 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
13664
13665 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
13666 (gnus-group-get-parameter, gnus-group-parameter-value):
13667 Describe allow-list argument.
01c52d31
MB
13668
13669 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13670 string.
13671
136722005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13673
13674 * gnus-art.el (gnus-default-article-saver): Add user-defined
13675 `function' to custom type.
13676
136772005-10-30 Chong Yidong <cyd@stupidchicken.com>
13678
13679 * imap.el (imap-open): Handle case where buffer is a buffer
13680 object.
13681
136822005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13683
13684 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13685 long lines.
13686 (gnus-cache-delete-group): Wrap doc strings.
13687
13688 * gnus-agent.el (gnus-agent-rename-group)
13689 (gnus-agent-delete-group): Wrap doc strings.
13690
01c52d31
MB
136912005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13692
13693 * gnus-start.el (gnus-1): Add "native" to
13694 gnus-predefined-server-alist.
13695
13696 * gnus.el (gnus-method-to-server): Don't add "native" to the
13697 lists here, because that leads to problems when
13698 gnus-select-method is bound.
13699
137002005-11-09 Simon Josefsson <jas@extundo.com>
13701
13702 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13703 use (not sort-by-date) instead.
13704
137052005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * gnus-delay.el (gnus-delay-group): Don't autoload.
13708 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13709 to be re-loaded when customizing the `gnus-delay' group.
13710
137112005-11-19 Chong Yidong <cyd@stupidchicken.com>
13712
13713 * message.el: Revert last changes.
13714 (message-insert-citation-line): Use newlines.
13715
137162005-11-17 Chong Yidong <cyd@stupidchicken.com>
13717
13718 * message.el (message-courtesy-message)
13719 (message-mark-insert-begin, message-mark-insert-end)
13720 (message-elide-ellipsis, message-cancel-message)
13721 (message-add-header, message-change-subject)
13722 (message-cross-post-followup-to-header)
13723 (message-cross-post-insert-note, message-reduce-to-to-cc)
13724 (message-widen-reply, message-delete-not-region)
13725 (message-kill-to-signature, message-insert-signature)
13726 (message-insert-importance-high, message-insert-importance-low)
13727 (message-insert-or-toggle-importance)
13728 (message-insert-disposition-notification-to)
13729 (message-indent-citation, message-yank-original)
13730 (message-cite-original-without-signature, message-cite-original)
13731 (message-insert-citation-line, message-position-on-field)
13732 (message-fix-before-sending, message-send-mail-partially)
13733 (message-send-mail, message-send-mail-with-sendmail)
13734 (message-send-mail-with-qmail, message-send-news)
13735 (message-check-news-header-syntax, message-generate-headers)
13736 (message-insert-courtesy-copy, message-fill-address)
13737 (message-fill-header, message-shorten-references)
13738 (message-setup-1, message-cancel-news)
13739 (message-forward-make-body-plain, message-forward-make-body-mime)
13740 (message-forward-make-body-mml, message-encode-message-body)
13741 (message-forward-make-body-digest-plain)
13742 (message-forward-make-body-digest-mime)
13743 (message-use-alternative-email-as-from): Insert `hard-newline'
13744 instead of ordinary newlines.
13745
137462005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13747
13748 * message.el (message-generate-headers): Downcase the argument
13749 given to message-check-element.
13750
137512005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13752
13753 * nntp.el (nntp-authinfo-rejected): New error condition.
13754 (nntp-wait-for): Use new error condition to signal authentication
13755 error.
13756 (nntp-retrieve-data): Rethrow new error condition to break out of
13757 recursive call to nntp-send-authinfo.
13758
137592005-11-08 Romain Francoise <romain@orebokech.com>
13760
13761 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13762 (gnus-summary-exit-map): Bind to `Z p'.
13763 (gnus-summary-make-menu-bar): Add menu item.
13764
137652005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13766
13767 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13768 (gnus-treat-*): Add `first' in all doc strings.
13769
13770 * gnus-group.el (gnus-group-compact-group): Fix typo.
13771
137722005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13773
13774 * gnus.el (gnus-parameters-case-fold-search): New variable.
13775 (gnus-parameters-get-parameter): Use it.
13776
13777 * gnus-score.el (gnus-home-score-file): Doc fix.
13778
137792005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13780
13781 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13782
137832005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13784
13785 * mm-util.el (mm-special-display-p): New function.
13786
13787 * mml.el (mml-preview): Use it; doc fix.
13788
137892005-10-29 Romain Francoise <romain@orebokech.com>
13790
13791 * message.el (message-fix-before-sending): Fix comment.
13792
137932005-10-29 Jari Aalto <jari.aalto@cante.net>
13794
13795 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13796
137972005-10-29 Jari Aalto <jari.aalto@cante.net>
13798
13799 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13800 Used in gnus-score.el.
13801
138022005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
13803
13804 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13805
138062005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
13807
13808 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13809 whitespace removed in revision 7.8. Use concatenated string to
13810 protect trailing whitespace.
13811
880820fe 138122005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
13813
13814 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13815 (nnimap-request-expire-articles): Use it to avoid sending 'UID
13816 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13817 Courier IMAP ("some version from 2004"). Mostly based on similar
13818 code in the same function.
13819
138202005-10-26 Didier Verna <didier@xemacs.org>
13821
002876ab 13822 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 13823 article buffer.
002876ab 13824 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 13825 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
13826 NOV database and in article itself.
13827 Invalidate article backlog.
13828
138292005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
13830
13831 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13832
138332005-10-26 Simon Josefsson <jas@extundo.com>
13834
13835 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13836 part of 2004-07-25 change.
13837
138382005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
13839
13840 * message.el (message-display-completion-list): New function.
13841 (message-expand-group): Use it; make sure the Completions buffer
13842 is modifiable.
13843
138442005-10-30 Chong Yidong <cyd@stupidchicken.com>
13845
c9e31f32 13846 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
13847
138482005-10-24 Eli Zaretskii <eliz@gnu.org>
13849
13850 * pgg-def.el:
13851 * pgg-gpg.el:
13852 * pgg-parse.el:
13853 * pgg-pgp.el:
13854 * pgg-pgp5.el:
13855 * pgg.el: Move to the parent lisp directory.
13856
138572005-10-23 Chong Yidong <cyd@stupidchicken.com>
13858
13859 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13860 user-mail-name is an empty string.
13861
138622005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13863
13864 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13865 depending on gnus-score-decay-constant.
13866
13867 * encrypt.el (encrypt-insert-file-contents)
13868 (encrypt-write-file-contents): Don't use `gnus-message'.
13869
13870 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13871 arguments.
296a8e19
SM
13872 (mm-uu-type-alist): Add message-marks and insert-marks.
13873 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
13874 (mm-uu-hide-markers): New variable.
13875 (mm-uu-extract): Use face similar to `gnus-cite-3'.
13876
13877 * gnus-fun.el (gnus-convert-image-to-x-face-command)
13878 (gnus-convert-image-to-face-command): Use "convert" by default to
13879 allow other input image formats.
13880 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13881 accordingly.
13882
138832005-10-23 Simon Josefsson <jas@extundo.com>
13884
13885 * imap.el (imap-gssapi-program): Align command line parameters
13886 with latest GNU SASL.
13887 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13888
138892005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13890
13891 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13892 HTML.
13893 (nnslashdot-request-article): Ditto.
13894
138952005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13896
13897 * mail-source.el (mail-source-fetch-pop): Require pop3.
13898 (mail-source-check-pop): Ditto.
13899
139002005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
13901
13902 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13903 errors.
13904
139052005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
13906
13907 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13908 (gnus-treat-strip-leading-blank-lines): Improve doc string.
13909
13910 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13911
296a8e19
SM
13912 * mm-bodies.el (mm-decode-string):
13913 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
13914
139152005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
13916
13917 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13918 (rfc2047-charset-to-coding-system): New function.
13919 (rfc2047-decode-encoded-words): New function.
13920 (rfc2047-decode-region): Use them.
13921 (rfc2047-decode-cte): Remove.
13922 (rfc2047-parse-and-decode): Remove.
13923 (rfc2047-decode): Remove.
13924
139252005-10-15 Kenichi Handa <handa@m17n.org>
13926
13927 * rfc2047.el (rfc2047-decode-cte): New function.
13928 (rfc2047-decode-region): Change the way to decode successive
13929 encoded-words: decode B- or Q-encoding in each encoded-word,
13930 concatenate them, and decode it as charset.
13931
139322005-10-17 Chong Yidong <cyd@stupidchicken.com>
13933
13934 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
13935 widget-move-and-invoke.
13936 (gnus-custom-mode): Use gnus-custom-map.
13937
139382005-10-15 Bill Wohler <wohler@newt.com>
13939
296a8e19 13940 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
13941 mail_send to mail/send.
13942
139432005-10-16 Masatake YAMATO <jet@gyve.org>
13944
13945 * message.el (message-expand-group): Pass the common
13946 prefix substring of completion to `display-completion-list'.
13947
139482005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
13949
13950 * mml-sec.el (mml-secure-method): New internal variable.
13951 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
13952 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13953 New functions using mml-secure-method.
01c52d31
MB
13954
13955 * mml.el (mml-mode-map): Add key bindings for those functions.
13956 (mml-menu): Simplify security menu entries. Suggested by Jesper
13957 Harder <harder@myrealbox.com>.
296a8e19
SM
13958 (mml-attach-file, mml-attach-buffer, mml-attach-external):
13959 Goto end of message if point is the headers of the message.
01c52d31
MB
13960
13961 * message.el (message-in-body-p): New function.
13962
13963 * assistant.el: Autoload gnus-util and netrc.
13964
13965 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13966 Use `mm-charset-override-alist' only when decoding.
13967
296a8e19
SM
13968 * mm-bodies.el (mm-decode-body):
13969 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
13970
13971 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13972 `filename' from Content-Disposition if Content-Type doesn't
13973 provide `name'.
13974 (gnus-mime-view-part-as-type): Set default instead of
13975 initial-input.
13976
139772005-10-09 Daniel Brockman <daniel@brockman.se>
13978
13979 * format-spec.el (format-spec): Propagate text properties of % spec.
13980
139812005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13982
13983 * gnus-art.el (gnus-treat-predicate): Add `first'.
13984
139852005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
13986
13987 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13988 (mm-charset-override-alist): New variable.
13989 (mm-charset-to-coding-system): Use it.
13990 (mm-codepage-setup): New helper function.
13991 (mm-charset-eval-alist): New variable.
296a8e19
SM
13992 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13993 Warn about unknown charsets.
01c52d31
MB
13994
139952005-10-04 David Hansen <david.hansen@gmx.net>
13996
13997 * nnrss.el (nnrss-request-article): Add support for the comments tag.
13998 (nnrss-check-group): Ditto.
13999
140002005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14001
14002 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14003 Rename x-gnus-verbatim to x-verbatim.
14004 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14005
14006 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14007 x-verbatim.
14008
14009 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14010
14011 * gnus-util.el (gnus-remove-duplicates): Remove.
14012
14013 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14014 instead of gnus-remove-duplicates.
14015
14016 * message.el (message-remove-duplicates): Remove.
14017 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14018 message-remove-duplicates.
14019
14020 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14021 available, else use implementation from `delete-dups'.
14022
14023 * message.el (message-insert-expires): New function.
14024 (message-mode-map): Add key binding.
14025 (message-mode-field-menu): Add menu entry.
14026 (message-mode): Document it.
14027 (message-make-expires-date): Use `message-make-date'.
14028
140292005-10-04 Josh Huber <huber@alum.wpi.edu>
14030
14031 * message.el (message-make-expires-date): New function.
14032
01c52d31
MB
140332005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14034
14035 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14036
140372005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14038
14039 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14040 function rather than the diff-mode.el package.
14041 (mm-display-external): Use with-current-buffer.
14042 (mm-viewer-completion-map, mm-viewer-completion-map):
14043 Move initialization inside declaration.
14044
140452005-09-29 Simon Josefsson <jas@extundo.com>
14046
296a8e19
SM
14047 * spam.el: Load hashcash when compiling, to avoid warnings.
14048 Don't autoload mail-check-payment.
01c52d31
MB
14049 (spam-check-hashcash): Define unconditionally, since hashcash.el
14050 is part of Gnus now. Ignore errors from payment checking.
14051
140522005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14053
296a8e19
SM
14054 * message.el (message-bold-region, message-unbold-region):
14055 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
14056
14057 * message.el: Remove useless autoloads.
14058
140592005-09-28 Simon Josefsson <jas@extundo.com>
14060
14061 * message.el (message-use-idna): Default to t.
14062 (message-use-idna): Test whether encoding works too. Doc fix.
14063
140642005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * nntp.el (nntp-warn-about-losing-connection): Remove.
14067
140682005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14069
14070 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14071 customizable. Change default value.
14072 (mm-uu-diff-groups-regexp): Change default value.
14073 (mm-uu-type-alist): Add doc string.
14074 (mm-uu-configure): Add doc string. Make it interactive.
14075 (mm-uu-tex-groups-regexp): New variable.
14076 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14077 (mm-uu-type-alist): Add LaTeX documents.
14078 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14079 of "text/verbatim".
14080 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14081
14082 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14083 instead of "text/verbatim".
14084
14085 * message.el (message-mark-inserted-region)
14086 (message-mark-insert-file): Use slrn style marks when called with
14087 prefix argument.
14088
140892005-09-27 Simon Josefsson <jas@extundo.com>
14090
14091 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14092
880820fe 140932005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14094
14095 * message.el (message-remove-duplicates): New function.
14096 Implementation borrowed from `gnus-remove-duplicates'.
14097 (message-idna-to-ascii-rhs): Also encode idna addresses in
14098 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14099 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14100 only ask about the same idna domain once per header and also tell
14101 in what header to replace the idna domain.
14102
14103 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14104 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14105 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14106 a header is decoded and not just the last one.
14107
141082005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14109
14110 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14111 has been decoded.
14112
14113 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14114 (mm-insert-part): Don't modify text if it has been decoded.
14115
14116 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14117 decoded.
14118
14119 * mm-view.el (mm-inline-text): Don't strip text props unless
14120 decoding enriched or richtext parts.
14121
141222005-09-25 Romain Francoise <romain@orebokech.com>
14123
14124 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14125 * gnus-start.el (gnus-subscribe-interactively):
14126 * gnus-uu.el (gnus-uu-grab-articles):
14127 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14128 space.
14129
141302005-09-24 Emilio C. Lopes <eclig@gmx.net>
14131
14132 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14133 * mm-view.el (mm-view-pkcs7-decrypt):
14134 * gnus-sum.el (gnus-summary-limit-to-extra)
14135 (gnus-summary-respool-article, gnus-read-move-group-name):
14136 * gnus-score.el (gnus-summary-increase-score):
14137 * gnus-util.el (gnus-completing-read-with-default):
14138 * gnus-art.el (gnus-read-save-file-name)
14139 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14140 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14141 * message.el (message-check-news-header-syntax):
14142 Follow convention for reading with the minibuffer.
14143
141442005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14145
14146 * spam-report.el (spam-report-url-ping-plain):
14147 Use gnus-extended-version as User-Agent.
14148
14149 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14150 default value is nil.
14151
296a8e19 14152 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
14153 (mm-uu-verbatim-marks-extract): New function.
14154 (mm-uu-extract): New face.
14155 (mm-uu-copy-to-buffer): Use it.
14156
296a8e19 14157 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 14158 `spam-report-gmane-unspam'.
296a8e19 14159 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
14160 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14161
14162 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14163 Autoload.
296a8e19
SM
14164 (spam-report-gmane-unregister-routine):
14165 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
14166
141672005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14168
14169 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14170 (spam-report-gmane-unregister-routine): Add support for gmane
14171 unregistration.
14172
14173 * spam-report.el (spam-report-gmane-unspam)
14174 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14175 (spam-report-gmane): Change to take a single article and do unspam
14176 registration.
14177
141782005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14179
14180 * mm-url.el (mm-url-decode-entities): Fix regexp.
14181
141822005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14183
14184 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14185 default to nil, to be able to use Gnus at all. If the default
14186 switches to something else, then the function should be fixed not
14187 be exceedingly slow.
14188
141892005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14190
14191 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14192 fail hard.
14193
14194 * spam-report.el: Add better Keywords line.
14195
14196 * spam.el: Add Maintainer and better Keywords line.
14197
141982005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * gnus-art.el (gnus-article-replace-part)
14201 (gnus-mime-replace-part): New functions.
14202 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
14203 (gnus-mime-save-part-and-strip): Add file argument.
14204 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 14205
296a8e19
SM
14206 * gnus-sum.el (gnus-summary-mime-map):
14207 Add `gnus-article-replace-part'.
01c52d31
MB
14208
142092005-09-19 Didier Verna <didier@xemacs.org>
14210
14211 The nnml compaction feature:
14212 * nnml.el (nnml-request-compact-group): New function.
14213 * nnml.el (nnml-request-compact): New function.
14214 * gnus-int.el (gnus-request-compact-group): New function.
14215 * gnus-int.el (gnus-request-compact): New function.
14216 * gnus-group.el (gnus-group-compact-group): New function.
14217 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14218 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14219 * gnus-srvr.el (gnus-server-compact-server): New function.
14220 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14221 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14222
142232005-09-18 Deepak Goel <deego@gnufans.org>
14224
14225 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14226 format spec.
14227
142282005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14229
14230 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14231
142322005-09-15 Romain Francoise <romain@orebokech.com>
14233
14234 * message.el (message-fill-paragraph): Clarify docstring.
14235
142362005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14237
14238 * gnus-art.el (gnus-mime-display-part): Protect against broken
14239 MIME messages.
14240
142412005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14242
14243 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14244 before parsing header.
14245
142462005-09-11 Jari Aalto <jari.aalto@cante.net>
14247
002876ab 14248 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
14249
142502005-09-11 Romain Francoise <romain@orebokech.com>
14251
14252 * message.el (message-alternative-emails): Improve docstring.
14253 (message-setup-1): Call `message-use-alternative-email-as-from'
14254 after `message-setup-hook' to give it precedence over posting
14255 styles, etc.
296a8e19
SM
14256 (message-use-alternative-email-as-from): Add docstring.
14257 Remove the original From header if present.
01c52d31
MB
14258
14259 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14260 (nnml-save-mail): Use it.
14261
14262 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14263 articles. Add new argument `silent'.
14264 (gnus-uu-mark-all): Report the total number of marked articles.
14265
142662005-09-10 Romain Francoise <romain@orebokech.com>
14267
14268 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14269 (gnus-uu-mark-series): Likewise.
14270
142712005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14272
14273 * spam-report.el (spam-report-gmane): Fix generation of spam
14274 report URL.
14275
142762005-09-10 Simon Josefsson <jas@extundo.com>
14277
14278 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14279 t, based on discussion on the ding list with Robert Epprecht
14280 <epprecht@solnet.ch>.
14281
142822005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14283
14284 * spam-report.el (spam-report-gmane): Make it work without
14285 X-Report-Spam header. Gmane now only provides Archived-At.
14286 This is only used if `spam-report-gmane-use-article-number' is nil.
14287 (spam-report-gmane-spam-header): Remove. Not used anymore.
14288
14289 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14290 make `gnus-summary-sort-by-recipient' work with threading.
14291
14292 * nnweb.el (nnweb-google-wash-article): Print a message if article
14293 is not available.
14294
142952005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14296
14297 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14298 change. Decode text/* parts content before displaying.
14299
143002005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14301
14302 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14303
143042005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14305
14306 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14307
143082005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14309
c9e31f32 14310 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
14311
14312 * gnus.el (gnus-group-change-level-function): Ditto.
14313
14314 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14315
14316 * gnus-art.el (gnus-signature-limit)
14317 (gnus-article-mime-part-function): Ditto.
14318
143192005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14320
14321 * mml.el (mml-mode): Silence the byte compiler.
14322
14323 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14324 using `(sit-for 0)' before moving the point to the specified part;
14325 skip unbuttonized parts.
14326 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14327 return to the summary window if gnus-auto-select-part is non-nil.
14328
143292005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14330
296a8e19
SM
14331 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14332 New variables.
01c52d31
MB
14333 (mml-dnd-attach-file, mml-mode): Use them.
14334
14335 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
14336 Make fetching article by MID work again for Google Groups.
14337 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
14338
14339 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14340 Don't depend on Gnus by using mail-extract-address-components if
14341 gnus-extract-address-components is not bound.
14342
143432005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14344
14345 * gnus-art.el (gnus-mime-display-security): Don't display the
14346 signature, but only the signed part.
14347
143482005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14349
14350 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14351
14352 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14353 list, not listp.
14354
143552005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14356
296a8e19
SM
14357 * mm-encode.el (mm-encode-content-transfer-encoding):
14358 Likewise when encoding.
01c52d31
MB
14359
14360 * mm-bodies.el (mm-decode-content-transfer-encoding):
14361 De-canonicalize CRLF for all text content types, not just
14362 text/plain.
14363
143642005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14365
14366 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14367 valid article; point arrow and cursor at the MIME button.
14368
143692005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14370
14371 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14372 Suggested by Dan Christensen <jdc@uwo.ca>.
14373
14374 * mm-decode.el (mm-save-part): Enable change of prompt.
14375
143762005-08-29 Jari Aalto <jari.aalto@cante.net>
14377
296a8e19
SM
14378 * gnus-msg.el (gnus-inews-add-send-actions):
14379 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
14380
143812005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14382
296a8e19
SM
14383 * gnus-sum.el (gnus-summary-mime-map):
14384 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
14385 gnus-article-jump-to-part.
14386
296a8e19 14387 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 14388 (gnus-article-edit-part): Use it.
296a8e19
SM
14389 (gnus-article-part-wrapper): Add no-handle argument.
14390 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14391 New functions.
01c52d31
MB
14392
143932005-08-29 Romain Francoise <romain@orebokech.com>
14394
14395 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14396 docstring.
14397 (gnus-face-from-file): Likewise.
14398
143992005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14400
14401 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14402 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14403 non-nil.
14404 (gnus-auto-select-part): New variable.
14405 (gnus-article-jump-to-part): New function.
14406 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14407 (gnus-mime-delete-part): Allow selecting specified part after
14408 deleting or stripping parts.
14409 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14410 part if argument is bogus.
14411
144122005-08-31 Juanma Barranquero <lekktu@gmail.com>
14413
14414 * gnus-art.el (w3m-minor-mode-map):
14415 * gnus-spec.el (gnus-newsrc-file-version):
14416 * gnus-util.el (nnmail-active-file-coding-system)
14417 (gnus-original-article-buffer, gnus-user-agent):
14418 * gnus.el (gnus-ham-process-destinations)
14419 (gnus-parameter-ham-marks-alist)
14420 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14421 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14422 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14423 * mm-decode.el (gnus-current-window-configuration):
14424 * mm-extern.el (gnus-article-mime-handles):
14425 * mm-url.el (url-current-object, url-package-name)
14426 (url-package-version):
14427 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14428 (smime-keys, w3m-cid-retrieve-function-alist)
14429 (w3m-current-buffer, w3m-display-inline-images)
14430 (w3m-minor-mode-map):
14431 * mml-smime.el (gnus-extract-address-components):
14432 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14433 (gnus-newsrc-hashtb, message-default-charset)
14434 (message-deletable-headers, message-options)
14435 (message-posting-charset, message-required-mail-headers)
14436 (message-required-news-headers):
14437 * mml1991.el (mc-pgp-always-sign):
14438 * mml2015.el (mc-pgp-always-sign):
14439 * nnheader.el (nnmail-extra-headers):
14440 * rfc1843.el (gnus-decode-encoded-word-function)
14441 (gnus-decode-header-function, gnus-newsgroup-name):
14442 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14443
144442005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14445
14446 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14447 the end of the date treatments.
14448
144492005-08-15 Simon Josefsson <jas@extundo.com>
14450
14451 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14452 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14453 Capello and Romain Francoise.
296a8e19 14454 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
14455 (pgg-insert-url-with-w3): Require url, to get
14456 url-insert-file-contents regardless of where it is defined.
14457
144582005-08-13 Romain Francoise <romain@orebokech.com>
14459
14460 * message.el (message-cite-original-1): New function.
14461 (message-cite-original): Use it.
14462 (message-cite-original-without-signature): Ditto.
14463
144642005-08-08 Romain Francoise <romain@orebokech.com>
14465
14466 * message.el (message-yank-empty-prefix): New variable.
14467 (message-indent-citation): Use it.
14468 (message-cite-original-without-signature): Respect X-No-Archive.
14469
144702005-08-08 Simon Josefsson <jas@extundo.com>
14471
14472 * pgg.el: Autoload url-insert-file-contents instead of loading
14473 w3/url.
14474 (pgg-insert-url-with-w3): Don't load url here.
14475
144762005-08-07 Jesper Harder <harder@phys.au.dk>
14477
14478 * message.el (message-kill-to-signature): Don't insert newline at
14479 bol.
14480 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14481
144822005-08-06 Romain Francoise <romain@orebokech.com>
14483
14484 * message.el (message-user-fqdn): Fix typo in docstring.
14485
144862005-08-05 Daiki Ueno <ueno@unixuser.org>
14487
14488 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14489
14490 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14491
144922005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * mm-bodies.el (mm-encode-body): Use coding system rather than
14495 charset to encode text.
14496
14497 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14498 number of charsets if utf-8 is available (XEmacs).
14499
145002005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14501
14502 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14503 taken from `gnus-button-mid-or-mail-regexp'.
14504 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14505 (gnus-button-alist): Improve regexp for domain part of the MIDs
14506 for news:localpart@domain buttons.
14507 (gnus-button-ctan-directory-regexp): Update.
14508
145092005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14510
296a8e19
SM
14511 * sieve-manage.el (sieve-manage-interactive-login):
14512 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
14513 (sieve-manage-open): Ditto.
14514 (sieve-manage-authenticate): Ditto.
14515
14516 * mml.el (mml-generate-mime-1): Make the content type default to
14517 text/plain if the filename is not specified.
14518
145192005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14520
14521 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14522 instead of insert-buffer.
14523
14524 * message.el (message-yank-original): Ditto; set the mark at the
14525 end of the yanked message.
14526
145272005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14530 lines to scroll rather than to stop it.
14531
14532 * mml.el (mml-generate-default-type): Add doc string.
14533 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14534 default to application/octet-stream when determining the content
14535 type if it is not specified for the part or the mml contents; add
14536 a comment about mml-generate-default-type.
14537
145382005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14539
14540 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14541 make it default to application/octet-stream when determining the
14542 content type if it is not specified for the external contents.
14543
145442005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14545
14546 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14547 segmented parameter but also other parameters might be there.
14548
145492005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * mm-decode.el (mm-display-external): Delete temp file, directory
14552 and buffer immediately if the external process is exited.
14553
145542005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14555
14556 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14557 fewer lines than that of scroll-margin.
14558 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14559
145602005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14561
14562 * gnus-art.el (gnus-article-next-page): Revert.
14563 (gnus-article-beginning-of-window): New macro.
14564 (gnus-article-next-page-1): Use it.
14565 (gnus-article-prev-page): Ditto.
14566 (gnus-article-edit-part): Use insert-buffer-substring instead of
14567 insert-buffer.
14568 (gnus-article-edit-exit): Ditto.
14569
14570 * gnus-util.el (gnus-beginning-of-window): Remove.
14571 (gnus-end-of-window): Remove.
14572
145732005-07-25 Simon Josefsson <jas@extundo.com>
14574
14575 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14576 to have the url package without w3. Reported by Daiki Ueno
14577 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14578
145792005-07-20 Didier Verna <didier@xemacs.org>
14580
14581 * gnus-diary.el: Remove the description comment (nndiary is now
14582 properly documented in the Gnus manual).
14583 Fix the spelling of "Back End".
14584 * nndiary.el: Ditto.
14585 Fix the copyright notice.
14586
145872005-07-18 Romain Francoise <romain@orebokech.com>
14588
149cd465
JB
14589 * gnus-sum.el (gnus-summary-to-prefix)
14590 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
14591 (gnus-summary-from-or-to-or-newsgroups): Use them.
14592
145932005-07-17 Romain Francoise <romain@orebokech.com>
14594
14595 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14596 space as it's generally not especially interesting to the user.
14597
145982005-07-16 Romain Francoise <romain@orebokech.com>
14599
14600 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14601 nil to avoid prompting and file modification if one of the
14602 messages at the top of the nnfolder file contains a copyright
14603 notice.
14604 Update copyright notice.
14605
14606 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14607 instead of `current-time-string' as the latter creates a time
14608 string that is not RFC 2822 compliant (it lacks the zone).
14609 Update copyright notice.
14610
146112005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14614 for text/rtf. Display default in prompt. Pass default for M-n.
14615
14616 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14617
146182005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14619
296a8e19
SM
14620 * gnus-msg.el (gnus-button-mailto):
14621 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14622 save-selected-window internals.
14623
146242005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14625
14626 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14627 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14628 (gnus-article-prev-page): Ditto.
14629
14630 * gnus-util.el (gnus-beginning-of-window): New function.
14631 (gnus-end-of-window): New function.
14632
146332005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14634
296a8e19
SM
14635 * gnus-score.el (gnus-score-edit-all-score):
14636 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
14637 gnus-message.
14638
146392005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14640
296a8e19
SM
14641 * gnus-msg.el (gnus-button-mailto):
14642 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
14643 save-selected-window internals.
14644
146452005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14646
14647 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14648 add-minor-mode.
14649 (gnus-binary-mode): Ditto.
14650
14651 * gnus-topic.el (gnus-topic-mode): Ditto.
14652
146532005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14654
14655 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14656 (gnus-article-prev-page): Take scroll-margin into consideration.
14657
146582005-07-04 Lute Kamstra <lute@gnu.org>
14659
14660 Update FSF's address in GPL notices.
14661
146622005-07-04 Juanma Barranquero <lekktu@gmail.com>
14663
14664 * gnus.el (gnus-exit):
14665 * gnus-group.el (gnus-group-icons):
14666 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14667
14668 * gnus-nocem.el (gnus-nocem):
14669 * message.el (message-various, message-buffers, message-sending)
14670 (message-interface, message-forwarding, message-insertion)
14671 (message-headers, message-news, message-mail):
14672 * pgg-gpg.el (pgg-gpg):
14673 * pgg-parse.el (pgg-parse):
14674 * pgg-pgp.el (pgg-pgp):
14675 * pgg-pgp5.el (pgg-pgp5):
14676 * pop3.el (pop3): Finish `defgroup' description with period.
14677
146782005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14679
14680 * gnus-art.el (article-display-face): Improve the efficiency.
14681 (article-display-x-face): Ditto; remove grey x-face stuff.
14682
146832005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14684
14685 * gnus-art.el (article-display-face): Correct the position in
14686 which Faces are inserted.
14687
146882005-06-29 Didier Verna <didier@xemacs.org>
14689
14690 * gnus-art.el (article-display-face): Display faces in correct
14691 order.
14692
146932005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14694
14695 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14696 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14697 (gnus-nocem-check-article): Fetch the Type header.
14698 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14699 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14700 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14701 make sure gnus-nocem-hashtb is initialized.
14702 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14703 (gnus-nocem-unwanted-article-p): Ditto.
14704
14705 * pgg.el (pgg-verify): Return the verification result.
14706
147072005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14708
14709 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14710 is ascii.
14711
147122005-06-24 Juanma Barranquero <lekktu@gmail.com>
14713
14714 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14715 `show-nonbreak-escape'.
14716
147172005-06-23 Lute Kamstra <lute@gnu.org>
14718
14719 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14720
14721 * dig.el (dig-mode):
14722 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14723
147242005-06-21 Juanma Barranquero <lekktu@gmail.com>
14725
14726 * nnimap.el (nnimap-split-download-body): Fix spellings.
14727
147282005-06-16 Juanma Barranquero <lekktu@gmail.com>
14729
14730 * gnus-art.el (gnus-article-encrypt-body):
14731 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
14732 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14733 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 14734
880820fe 147352005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14736
14737 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14738 header by looking for magic "MII" at the beginnig.
14739
147402005-06-16 Miles Bader <miles@gnu.org>
14741
14742 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14743 (assistant-field-face): New backward-compatibility alias for renamed
14744 face.
14745 (assistant-render-text): Use renamed assistant-field face.
14746
14747 * spam.el (spam): Remove "-face" suffix from face name.
14748 (spam-face): New backward-compatibility alias for renamed face.
14749 (spam-face, spam-initialize): Use renamed spam face.
14750
14751 * message.el (message-header-to, message-header-cc)
14752 (message-header-subject, message-header-newsgroups)
14753 (message-header-other, message-header-name)
14754 (message-header-xheader, message-separator, message-cited-text)
14755 (message-mml): Remove "-face" suffix from face names.
14756 (message-header-to-face, message-header-cc-face)
14757 (message-header-subject-face, message-header-newsgroups-face)
14758 (message-header-other-face, message-header-name-face)
14759 (message-header-xheader-face, message-separator-face)
14760 (message-cited-text-face, message-mml-face):
14761 New backward-compatibility aliases for renamed faces.
14762 (message-font-lock-keywords): Use renamed message faces.
14763
14764 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14765 (sieve-test-commands, sieve-tagged-arguments):
14766 Remove "-face" suffix from face names.
14767 (sieve-control-commands-face, sieve-action-commands-face)
14768 (sieve-test-commands-face, sieve-tagged-arguments-face):
14769 New backward-compatibility aliases for renamed faces.
14770 (sieve-control-commands-face, sieve-action-commands-face)
14771 (sieve-test-commands-face, sieve-tagged-arguments-face):
14772 Use renamed sieve faces.
14773
14774 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14775 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14776 (gnus-group-news-3-empty, gnus-group-news-4)
14777 (gnus-group-news-4-empty, gnus-group-news-5)
14778 (gnus-group-news-5-empty, gnus-group-news-6)
14779 (gnus-group-news-6-empty, gnus-group-news-low)
14780 (gnus-group-news-low-empty, gnus-group-mail-1)
14781 (gnus-group-mail-1-empty, gnus-group-mail-2)
14782 (gnus-group-mail-2-empty, gnus-group-mail-3)
14783 (gnus-group-mail-3-empty, gnus-group-mail-low)
14784 (gnus-group-mail-low-empty, gnus-summary-selected)
14785 (gnus-summary-cancelled, gnus-summary-high-ticked)
14786 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14787 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14788 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14789 (gnus-summary-low-undownloaded)
14790 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14791 (gnus-summary-low-unread, gnus-summary-normal-unread)
14792 (gnus-summary-high-read, gnus-summary-low-read)
14793 (gnus-summary-normal-read, gnus-splash):
14794 Remove "-face" suffix from face names.
14795 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14796 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14797 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14798 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14799 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14800 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14801 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14802 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14803 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14804 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14805 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14806 (gnus-summary-selected-face, gnus-summary-cancelled-face)
14807 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14808 (gnus-summary-normal-ticked-face)
14809 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14810 (gnus-summary-normal-ancient-face)
14811 (gnus-summary-high-undownloaded-face)
14812 (gnus-summary-low-undownloaded-face)
14813 (gnus-summary-normal-undownloaded-face)
14814 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14815 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14816 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14817 (gnus-splash-face):
14818 New backward-compatibility aliases for renamed faces.
14819 (gnus-group-startup-message): Use renamed gnus faces.
14820
14821 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14822 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14823 (gnus-server-agent): Remove "-face" suffix from face names.
14824 (gnus-server-agent-face, gnus-server-opened-face)
14825 (gnus-server-closed-face, gnus-server-denied-face)
14826 (gnus-server-offline-face):
14827 New backward-compatibility aliases for renamed faces.
14828 (gnus-server-agent-face, gnus-server-opened-face)
14829 (gnus-server-closed-face, gnus-server-denied-face)
14830 (gnus-server-offline-face): Use renamed gnus faces.
14831
14832 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14833 Remove "-face" suffix from face names.
14834 (gnus-picon-xbm-face, gnus-picon-face):
14835 New backward-compatibility aliases for renamed faces.
14836
14837 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14838 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14839 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14840 (gnus-cite-11): Remove "-face" suffix from face names.
14841 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14842 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14843 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14844 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14845 New backward-compatibility aliases for renamed faces.
14846 (gnus-cite-attribution-face, gnus-cite-face-list)
14847 (gnus-article-boring-faces): Use renamed gnus faces.
14848
14849 * gnus-art.el (gnus-signature, gnus-header-from)
14850 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14851 (gnus-header-content): Remove "-face" suffix from face names.
14852 (gnus-signature-face, gnus-header-from-face)
14853 (gnus-header-subject-face, gnus-header-newsgroups-face)
14854 (gnus-header-name-face, gnus-header-content-face):
14855 New backward-compatibility aliases for renamed faces.
14856 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14857
14858 * gnus-sum.el (gnus-summary-selected-face)
14859 (gnus-summary-highlight): Use renamed gnus faces.
14860 * gnus-group.el (gnus-group-highlight): Likewise.
14861
148622005-06-14 Juanma Barranquero <lekktu@gmail.com>
14863
14864 * gnus-sieve.el (gnus-sieve-article-add-rule):
14865 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14866 * spam-stat.el (spam-stat-buffer-change-to-spam)
14867 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14868
14869 * message.el (message-is-yours-p):
14870 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14871
148722005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14873
14874 * mm-view.el (mm-inline-text): Withdraw the last change.
14875
148762005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
14877
14878 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14879 executing enriched-decode.
14880
148812005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14882
14883 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14884 charset of tar files.
14885
148862005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14887
14888 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14889
148902005-06-04 Lute Kamstra <lute@gnu.org>
14891
14892 * nnfolder.el (nnfolder-read-folder): Make sure that undo
14893 information is never recorded.
14894
148952005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14896
14897 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14898
148992005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
14900
14901 * pop3.el (pop3-apop): Run md5 in the binary mode.
14902
14903 * starttls.el (starttls-set-process-query-on-exit-flag):
14904 Use eval-and-compile.
14905
149062005-05-31 Simon Josefsson <jas@extundo.com>
14907
14908 * smime.el (smime-replace-in-string): Define.
14909 (smime-cert-by-ldap-1): Use it.
14910
149112005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
14912
14913 * gnus-art.el (article-display-x-face): Replace
14914 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14915
14916 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14917 set-process-query-on-exit-flag or process-kill-without-query.
14918
14919 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14920 loop instead of replace-regexp.
14921
14922 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14923 instead of process-kill-without-query if it is available.
14924
14925 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14926 instead of find-file-hooks if it is available.
14927
14928 * mml1991.el: Bind pgg-default-user-id when compiling.
14929
14930 * mml2015.el: Bind pgg-default-user-id when compiling.
14931
14932 * nndraft.el (nndraft-request-associate-buffer):
14933 Use write-contents-functions instead of write-contents-hooks if it is
14934 available.
14935
14936 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14937 instead of find-file-hooks if it is available.
14938
14939 * nntp.el (nntp-open-connection): Replace
14940 process-kill-without-query by gnus-set-process-query-on-exit-flag.
14941 (nntp-open-ssl-stream): Ditto.
14942 (nntp-open-tls-stream): Ditto.
14943
14944 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14945 set-process-query-on-exit-flag or process-kill-without-query.
14946 (starttls-open-stream-gnutls): Use it instead of
14947 process-kill-without-query.
14948 (starttls-open-stream): Ditto.
14949
149502005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
14951
14952 * smime.el (smime-cert-by-ldap-1): Don't use
14953 replace-regexp-in-string.
14954
880820fe 149552005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14956
14957 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14958
14959 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 14960 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
14961
149622005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
14963
14964 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14965 by `string-to-number'.
14966 * gnus-agent.el (gnus-agent-regenerate-group)
14967 (gnus-agent-fetch-articles): Ditto.
14968 * gnus-art.el (gnus-button-fetch-group): Ditto.
14969 * gnus-cache.el (gnus-cache-generate-active)
14970 (gnus-cache-articles-in-group): Ditto.
14971 * gnus-group.el (gnus-group-set-current-level)
14972 (gnus-group-insert-group-line): Ditto.
14973 * gnus-score.el (gnus-score-set-expunge-below)
14974 (gnus-score-set-mark-below, gnus-summary-score-effect)
14975 (gnus-summary-score-entry): Ditto.
14976 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14977 (gnus-soup-pack): Ditto.
14978 * gnus-spec.el (gnus-xmas-format): Ditto.
14979 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14980 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14981 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14982 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14983 * nndb.el (nndb-get-remote-expire-response): Ditto.
14984 * nndiary.el (nndiary-parse-schedule-value)
14985 (nndiary-string-to-number, nndiary-request-replace-article)
14986 (nndiary-request-article): Ditto.
14987 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14988 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14989 * nneething.el (nneething-make-head): Ditto.
14990 * nnfolder.el (nnfolder-request-article)
14991 (nnfolder-retrieve-headers): Ditto.
14992 * nnheader.el (nnheader-file-to-number): Ditto.
14993 * nnkiboze.el (nnkiboze-request-article): Ditto.
14994 * nnmail.el (nnmail-process-unix-mail-format)
14995 (nnmail-process-babyl-mail-format): Ditto.
14996 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14997 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14998 (nnmh-request-create-group, nnmh-request-list-1)
14999 (nnmh-request-group, nnmh-request-article): Ditto.
15000 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15001 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15002 * nnsoup.el (nnsoup-make-active): Ditto.
15003 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15004 * nntp.el (nntp-find-group-and-number)
15005 (nntp-retrieve-headers-with-xover): Ditto.
15006 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15007 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15008 (pgg-format-key-identifier): Ditto.
15009 * pop3.el (pop3-last, pop3-stat): Ditto.
15010 * qp.el (quoted-printable-decode-region): Ditto.
15011
15012 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15013 of concat.
15014
150152005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15016
15017 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15018
15019 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15020
15021 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15022
15023 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15024
15025 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15026
15027 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15028
15029 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15030 (gnus-carpal-mode): Ditto.
15031
15032 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15033 (gnus-browse-mode): Ditto.
15034
15035 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15036
15037 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15038
150392005-05-29 Richard M. Stallman <rms@gnu.org>
15040
15041 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15042
150432005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15044
15045 * gnus-util.el (gnus-run-mode-hooks): New function.
15046
15047 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15048
150492005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15050
15051 * gnus-agent.el (gnus-agent-make-mode-line-string):
15052 Use mode-line-highlight as mouse-face.
15053
150542005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15055
15056 * canlock.el (canlock): Change the parent group to news.
15057
15058 * deuglify.el (gnus-outlook-deuglify): Add :group.
15059
15060 * dig.el (dig): Add :group.
15061
15062 * dns-mode.el (dns-mode): Add :group.
15063
15064 * encrypt.el (encrypt): Add :group.
15065
15066 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15067 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15068 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15069 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15070 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15071
15072 * gnus-diary.el (gnus-diary): Add :group.
15073
15074 * gnus.el (gnus-group-news-1-face): Add :group.
15075 (gnus-group-news-1-empty-face): Ditto.
15076 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15077 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15078 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15079 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15080 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15081 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15082 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15083 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15084 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15085 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15086 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15087 (gnus-summary-high-ticked-face): Ditto.
15088 (gnus-summary-low-ticked-face): Ditto.
15089 (gnus-summary-normal-ticked-face): Ditto.
15090 (gnus-summary-high-ancient-face): Ditto.
15091 (gnus-summary-low-ancient-face): Ditto.
15092 (gnus-summary-normal-ancient-face): Ditto.
15093 (gnus-summary-high-undownloaded-face): Ditto.
15094 (gnus-summary-low-undownloaded-face): Ditto.
15095 (gnus-summary-normal-undownloaded-face): Ditto.
15096 (gnus-summary-high-unread-face): Ditto.
15097 (gnus-summary-low-unread-face): Ditto.
15098 (gnus-summary-normal-unread-face): Ditto.
15099 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15100 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15101
15102 * hashcash.el (hashcash): New custom group.
15103 (hashcash-default-payment): Add :group.
15104 (hashcash-payment-alist): Ditto.
15105 (hashcash-default-accept-payment): Ditto.
15106 (hashcash-accept-resources): Ditto.
15107 (hashcash-path): Ditto.
15108 (hashcash-extra-generate-parameters): Ditto.
15109 (hashcash-double-spend-database): Ditto.
15110 (hashcash-in-news): Ditto.
15111
15112 * message.el (message-minibuffer-local-map): Add :group.
15113
15114 * netrc.el (netrc): Add :group.
15115
15116 * sieve-manage.el (sieve-manage-log): Add :group.
15117 (sieve-manage-default-user): Diito.
15118 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15119 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15120 (sieve-manage-authenticators): Ditto.
15121 (sieve-manage-authenticator-alist): Ditto.
15122 (sieve-manage-default-port): Ditto.
15123
15124 * sieve-mode.el (sieve-control-commands-face): Add :group.
15125 (sieve-action-commands-face): Ditto.
15126 (sieve-test-commands-face): Ditto.
15127 (sieve-tagged-arguments-face): Ditto.
15128
15129 * smime.el (smime): Add :group.
15130
15131 * spam-report.el (spam-report): Add :group.
15132
15133 * spam.el (spam, spam-face): Add :group.
15134
151352005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15136
15137 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15138 return \n.\n.\n at the end of articles. Protect against that.
15139 (nntp-with-open-group): Allow debugging.
15140
15141 * nnheader.el (mail-header-set-extra): Make into a function
15142 because I just could't understand how to quote the list properly.
15143
15144 * dns.el (query-dns-cached): New function.
15145
151462005-05-26 Lute Kamstra <lute@gnu.org>
15147
15148 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15149
151502005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * gnus-art.el: Don't autoload mail-extract-address-components.
15153
15154 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15155 eval-and-compile to evaluate it.
15156
15157 * hashcash.el: Don't autoload executable-find.
15158
15159 * nndb.el: Don't declare the nndb back end two or more times; don't
15160 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15161
15162 * nntp.el: Autoload format-spec instead of format; use
15163 eval-and-compile to evaluate autoload forms.
15164
151652005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15166
15167 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15168
151692005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15170
15171 * gnus.el (gnus-version-number): Bump version.
15172
151732005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15174
15175 * gnus.el: No Gnus v0.3 is released.
15176
151772005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15178
15179 * gnus-art.el (gnus-article-edit-part): Disable undo.
15180
151812005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15182
15183 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15184 gnus-article-date-lapsed-new-header is t if date timer is active;
15185 skip headers in which the original date value is empty.
15186 (gnus-article-save-original-date): Redefine it as a macro.
15187 (gnus-display-mime): Use it.
15188
151892005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15190
15191 * gnus-art.el (article-date-ut): Support converting date in
15192 forwarded parts as well.
15193 (gnus-article-save-original-date): New function.
15194 (gnus-display-mime): Use it.
15195
151962005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15197
15198 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15199 enclosure element of <item>.
15200
152012005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15202
296a8e19
SM
15203 * message.el (message-kill-buffer-query): Rename from
15204 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
15205
152062005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15207
15208 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15209 window layout.
15210
152112005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15212
15213 * mml.el: Autoload dnd when compiling.
15214
152152005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15216
15217 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15218 x-dnd-*.
15219
152202005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15221
15222 * qp.el (quoted-printable-encode-region): Save excursion.
15223
152242005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15225
15226 * message.el (message-kill-buffer-query-if-modified): Add new variable
15227 so the user can kill a modified message buffer quickly.
15228 (message-kill-buffer): Use it.
15229
152302005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15231
15232 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15233 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15234
152352005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15236
15237 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15238 contained in text because xml.el decodes entities) with LFs.
15239
152402005-04-11 Lute Kamstra <lute@gnu.org>
15241
15242 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15243 differently.
15244
152452005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15246
15247 * mm-util.el (mm-detect-coding-region): Typo.
15248
152492005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15250
15251 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15252
f0131492 152532005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
15254
15255 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15256 user-function allow user modifications of the scores.
15257 (spam-stat-score-buffer-user): New function, to allow
15258 user-computed modifications to the score.
002876ab
JB
15259 (spam-stat-score-buffer-user-functions): List of additional
15260 scoring functions.
15261 (spam-stat-error-holder): Global temporary error holder.
15262 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15263 variable.
01c52d31
MB
15264
152652005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15266
15267 * gnus-registry.el (gnus-registry-clean-empty-function)
15268 (gnus-registry-trim, gnus-registry-fetch-groups)
15269 (gnus-registry-delete-group): Groups that match
15270 `gnus-registry-ignored-groups' are removed from the registry
15271 entries, not just ignored for splitting. This helps clean up the
15272 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15273 to get all the groups a message ID is in.
15274
15275 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 15276 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
15277 (spam-stat-score-buffer-user-functions): Add :number custom type.
15278
152792005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15280
15281 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15282 argument in XEmacs.
15283
15284 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15285 (nnrss-request-group): Decode group name first.
15286 (nnrss-request-article): Make a text/plain article if mml-to-mime
15287 failed.
15288 (nnrss-get-encoding): Return a compatible encoding according to
15289 nnrss-compatible-encoding-alist.
15290 (nnrss-find-el): Use consp instead of listp.
15291 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15292
152932005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15294
15295 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15296 which Emacs 20 doesn't support.
15297 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15298
152992005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15300
15301 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 15302 silence the byte compiler inside the defun.
01c52d31
MB
15303
15304 * gnus-demon.el (parse-time-string): Add autoload.
15305
15306 * gnus-delay.el (parse-time-string): Add autoload.
15307
15308 * gnus-art.el (parse-time-string): Add autoload.
15309
15310 * nnultimate.el (parse-time): Require for `parse-time-string'.
15311
153122005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15313
15314 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15315
15316 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15317
15318 * smime.el (smime-ldap-host-list): Add :version.
15319
153202005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15321
15322 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15323 pass it to `gnus-browse-read-group'.
15324 (gnus-browse-read-group): Add NUMBER argument and pass it to
15325 `gnus-group-read-ephemeral-group'.
15326
15327 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15328 argument and pass it to `gnus-group-read-group'.
15329
153302005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15331
15332 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15333 mm-xemacs-find-mime-charset-1 if we have the mule feature
15334 available at runtime.
15335
153362005-03-25 Werner Lemberg <wl@gnu.org>
15337
15338 * nnmaildir.el: Replace `illegal' with `invalid'.
15339
153402005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * gnus-start.el (gnus-display-time-event-handler):
15343 Check display-time-timer at runtime rather than only at load time
15344 in case display-time-mode is turned off in the mean time.
15345
153462005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15347
15348 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15349 used.
15350
15351 * nneething.el (nneething-map-file-directory): Derive from
15352 `gnus-directory'.
15353
15354 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15355 the To/Cc button.
15356
153572005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15358
15359 * nnmaildir.el (nnmaildir-request-accept-article):
15360 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15361
153622005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15363
15364 * gnus-async.el: Require timer-funcs at compile time when in
15365 XEmacs for `run-with-idle-timer'.
15366
153672005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15368
15369 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15370 autoloaded function.
15371
153722005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15373
15374 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15375
880820fe 153762005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
15377
15378 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15379
153802005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15381
296a8e19
SM
15382 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15383 Add gnus-expert-user to default.
01c52d31
MB
15384
153852005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15386
15387 * nnimap.el (nnimap-open-server): Ditto.
15388
15389 * imap.el (imap-authenticate): Fix typo.
15390
153912005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15392
15393 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15394 buffer (since IMAP server might return FETCH response out of
15395 order, and the nntp buffer must be sorted).
15396
153972005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15398
296a8e19 15399 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
15400 comparison on string.
15401
149cd465 15402 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
15403 (gnus-agent-score): Rename category keywords to match gnus-cus.
15404 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
15405 gnus-agent-summary-fetch-group clearing processable flags.
15406 (gnus-agent-synchronize-group-flags): Update live group buffer as
15407 synchronization may occur due to the user toggle the plugged
15408 status.
15409 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15410 successfully downloaded.
15411 (gnus-agent-expire-group-1): Avoid using markers when the overview
15412 is in ascending order; greatly improves performance.
296a8e19
SM
15413 (gnus-agent-regenerate-group):
15414 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 15415 gnus and server.
296a8e19 15416 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
15417
154182005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15419
15420 * message.el: Don't autoload former message-utils variables.
15421 (message-strip-subject-trailing-was): Change doc string.
15422
15423 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15424 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15425 (nnweb-google-search): Add "hl=en" here.
15426 (nnweb-google-parse-1, nnweb-google-create-mapping):
15427 Don't hardcode URL.
15428
154292005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15430
15431 * message.el (message-get-reply-headers, message-followup):
15432 Mention related variables `message-use-followup-to' and
15433 `message-use-mail-followup-to', in the information buffer.
15434
15435 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15436 of broken groups(-beta).google.com.
15437
154382005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15439
15440 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15441 parameter to invoked gnus-request-move-article; remove the
15442 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15443 all at once instead of once per article.
15444 (gnus-summary-remove-process-mark): Accept a list of articles as
15445 well as a single article for processing.
15446
15447 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15448 parameter.
15449
15450 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15451
15452 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15453
15454 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15455 parameter.
15456
15457 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15458 parameter.
15459
15460 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15461 parameter and remove the gnus-sum-hint-move-is-internal variable.
15462
15463 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15464 parameter.
15465
15466 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15467 parameter.
15468
15469 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15470 parameter.
15471
15472 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15473
15474 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15475 parameter.
15476
15477 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15478 parameter.
15479
154802005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15481
15482 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15483 a more conservative way.
15484
154852005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15486
15487 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15488 buffer, so it moves the window's cursor.
15489
880820fe 154902005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15491
15492 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15493 `mm-dissect-multipart' and receive the from field as an (optional)
15494 argument from `mm-dissect-multipart'.
15495 (mm-dissect-multipart): Receive the from field as an argument and
15496 pass it on when we call `mm-dissect-buffer' on MIME parts.
15497 Fixes verification/decryption of signed/encrypted MIME parts.
15498
154992005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15500
296a8e19
SM
15501 * gnus-sum.el (gnus-summary-move-article):
15502 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
15503 whatever it calls (right now, only nnimap-request-move article
15504 respects it).
15505
296a8e19
SM
15506 * nnimap.el (nnimap-request-move-article):
15507 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
15508 nnimap-request-article.
15509
155102005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15511
15512 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15513
15514 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15515 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15516
15517 * gnus-sum.el (gnus-summary-caesar-message):
15518 Apply `gnus-treat-article' after rotation.
15519
15520 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15521 doc string.
15522
155232005-02-22 Simon Josefsson <jas@extundo.com>
15524
15525 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 15526 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
15527 <arne@arnested.dk>.
15528 (encrypt): Add password-cache and password-cache-expiry as group
15529 members.
15530
880820fe 155312005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15532
15533 * smime.el (smime-ldap-host-list): Doc fix.
15534 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15535 cache) password.
15536 (smime-sign-region): Use it.
15537 (smime-decrypt-region): Use it.
15538 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15539 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15540 fails.
15541 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15542 certificate from DER to PEM format rather than calling openssl.
15543
15544 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15545
15546 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15547 for signing/encryption.
15548
15549 * mml.el (mml-parse-1): Use them.
15550
880820fe 155512005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 15552
296a8e19 15553 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
15554 (nnrss-request-group): Use `nnheader-message' instead.
15555
155562005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15557
15558 * nnrss.el (nnrss-verbose): New variable.
15559 (nnrss-request-group): Make it say nnrss is requesting a group.
15560
155612005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15562
15563 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15564 Handle news URL with given port correctly.
15565
155662005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15567
15568 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15569 containing special characters.
15570
15571 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15572
15573 * mml.el (mime-to-mml): Ditto.
15574
15575 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15576 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15577 (rfc2047-decode-region): Quote decoded words containing special
15578 characters when rfc2047-quote-decoded-words-containing-tspecials
15579 is non-nil.
15580
155812005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15582
15583 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15584
15585 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15586
155872005-02-15 Simon Josefsson <jas@extundo.com>
15588
15589 * nnimap.el (nnimap-debug): Doc fix.
15590
15591 * imap.el (imap-debug): Doc fix.
15592
155932005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15594
15595 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15596
155972005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15598
15599 * gnus.el (spam-contents): Improve docs for spam-contents
15600 parameter in its variable incarnation.
15601
156022005-02-14 Simon Josefsson <jas@extundo.com>
15603
15604 * smime-ldap.el: Use require instead of load-library for ldap.
15605 (smime-ldap-search): Indent.
15606 (smime-ldap-search-internal): Shorten line.
15607
15608 * smime.el (smime-cert-by-dns): Add doc-string.
15609 (smime-cert-by-ldap-1): Indent.
15610
296a8e19 15611 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
15612 mml-smime-get-dns-ldap.
15613 (mml-smime-encrypt-query): Use new function. Default to ldap.
15614
880820fe 156152005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
15616
15617 * smime.el: Require smime-ldap.
15618 (smime-ldap-host-list): New variable.
15619 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15620
15621 * mml-smime.el (mml-smime-encrypt-query): New function.
15622 (mml-smime-encrypt-query): Use it.
15623
15624 * smime-ldap.el: New file.
15625
156262005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15627
15628 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15629
156302005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15631
15632 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15633 argument in doc string. Make query for type more clear.
15634
156352005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15636
15637 * gnus.el (gnus-group-startup-message): Search for gnus images in
15638 etc/images/gnus.
15639 * mm-util.el (mm-image-load-path): Likewise.
15640 * smiley.el (smiley-data-directory): Search for smilies in
15641 etc/images/smilies.
15642
156432005-02-09 Kim F. Storm <storm@cua.dk>
15644
15645 Change Emacs release version from 21.4 to 22.1 throughout.
15646 Change Emacs development version from 21.3.50 to 22.0.50.
15647
156482005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15649
15650 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15651
15652 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15653 non-Mule XEmacs as well.
15654 (mm-decompress-buffer): Signal an error intentionally if it does
15655 not decompress compressed data because auto-compression-mode is
15656 disabled.
15657
156582005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15659
15660 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15661 an ID in the registry even if it has no groups.
15662
156632005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15664
15665 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15666 merge it into mm-decompress-buffer.
15667 (gnus-mime-copy-part): Use the MIME part charset, the value which
15668 a user specified or gnus-newsgroup-charset for decoding, like
15669 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15670 save-buffer what was used. Suggested by Kevin Ryde
15671 <user42@zip.com.au>.
15672 (gnus-mime-inline-part): Allow the name parameter as well as the
15673 filename parameter; force decompressing of compressed data; always
15674 display contents being not decoded as unibyte.
15675
15676 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15677 as well as the filename parameter.
15678
296a8e19
SM
15679 * mm-util.el (mm-decompress-buffer):
15680 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
15681 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15682 of compressed data.
15683
156842005-02-08 Simon Josefsson <jas@extundo.com>
15685
15686 * imap.el (imap-log): Doc fix.
15687
156882005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15689
15690 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15691 the coding cookies; decompress compressed parts.
15692
10d1d0af 15693 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
15694 to the value which a user specified manually or the coding cookie.
15695
15696 * mm-util.el (mm-string-to-multibyte): New function.
15697 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15698 (mm-coding-system-to-mime-charset): New function.
15699 (mm-decompress-buffer): New function.
15700 (mm-find-buffer-file-coding-system): New function.
15701
15702 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15703 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15704 parts.
15705
157062005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15707
15708 * mm-view.el (mm-display-inline-fontify): Decode a part according
15709 to the charset parameter.
15710
157112005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15712
15713 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15714 prefix arg is neither nil nor a number, as info specifies.
15715
157162005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15717
15718 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15719 timestamps.
15720
157212005-02-02 Jari Aalto <jari.aalto@cante.net>
15722
15723 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15724 groups error checking and notify user.
15725
157262005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15727
15728 * message.el (message-send-mail-function): Check existence of
15729 sendmail-program first before using default value
15730 `message-send-mail-with-sendmail'. Otherwise use more generic
15731 `smtpmail-send-it'.
15732
157332005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * nntp.el (nntp-request-update-info): Always return nil.
15736
157372005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15740
157412005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * message.el (message-beginning-of-line): Change the behavior when
15744 invoked between BOL and : so that it first moves backward.
15745
157462005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15747
15748 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15749 article buffer when editing of the article is discarded.
15750 (gnus-article-prepare): Revert.
15751
157522005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15753
15754 * gnus-art.el (gnus-article-prepare):
15755 Remove message-strip-forbidden-properties from the local hook.
15756
157572005-01-27 Simon Josefsson <jas@extundo.com>
15758
15759 * password.el (password-cache-add): Only start one timer per key.
15760 Reported by Derek Atkins <warlord@MIT.EDU>.
15761
157622005-01-26 Steve Youngs <steve@sxemacs.org>
15763
296a8e19 15764 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
15765 timer-funcs.el in the xemacs-base package has a working version of
15766 `run-at-time'.
15767
15768 * password.el: Require timer-funcs instead of run-at-time in
15769 XEmacs.
15770 Remove `password-run-at-time' macro.
15771 (password-cache-add): Use `run-at-time' instead of
15772 `password-run-at-time'.
15773
15774 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15775 for `run-with-idle-timer'.
15776
15777 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15778 for `run-at-time'.
15779
15780 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15781 for `with-timeout'.
15782
157832005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15784
15785 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15786 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15787
157882005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15789
15790 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15791 sensitively.
15792
157932005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15794
15795 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15796
157972005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15798
15799 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15800 which will be inserted according to the multibyteness of a buffer
15801 rather than the type of contents. Suggested by ARISAWA Akihiro
15802 <ari@mbf.ocn.ne.jp>.
15803
15804 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15805 of string which old xml.el may return rather than a string.
15806
158072005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
15808
15809 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15810
158112005-01-16 Simon Josefsson <jas@extundo.com>
15812
15813 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15814 idn/idna.el isn't available.
15815 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
15816 <michael@waxrat.com>.
15817
15818 * hashcash.el: Remove non-FSF copyright header.
15819
15820 * hashcash.el (hashcash-extra-generate-parameters): New variable.
15821 (hashcash-generate-payment): Use it.
15822 (hashcash-generate-payment-async): Use it.
15823
158242005-01-15 Simon Josefsson <jas@extundo.com>
15825
15826 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15827 Suggested by Raymond Scholz <ray-2005@zonix.de>.
15828
15829 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15830 gnus-summary-idna-message.
15831 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15832 (gnus-summary-idna-message): New function.
15833
158342005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
15835
15836 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15837 gnus-novice-user.
15838
158392005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
15840
15841 * nnrss.el (nnrss-request-delete-group): Delete entries in
15842 nnrss-group-alist as well.
15843 (nnrss-save-server-data): Insert newline.
15844
158452005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
15846
15847 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
15848 symbols. Display full version number for (S)XEmacs.
15849 Optionally display (S)XEmacs codename.
01c52d31
MB
15850
15851 * gnus-util.el (gnus-emacs-version): Update for new
15852 `gnus-user-agent'.
15853
15854 * gnus-msg.el (gnus-extended-version): Make it possible to omit
15855 Gnus version.
15856
158572005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
15858
15859 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
15860 which is unreadable in some setups.
15861
158622005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
15863
15864 * gnus-spec.el (gnus-update-format-specifications): Flush the
15865 group format spec cache if it doesn't support decoded group names.
15866
158672005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15868
c9e31f32
SM
15869 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15870 Allow to apply decay on score files matching a regexp.
01c52d31
MB
15871
158722004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
15873
15874 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15875 compatibility in %g and %c.
15876
158772004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
15878
15879 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15880 name for only %g and %c.
15881 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15882 of gnus-tmp-group to decoded group name.
15883 (gnus-group-make-rss-group): Exclude `/'s from group names.
15884
158852004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
15886
15887 * nnrss.el (nnrss-get-encoding): Fix regexp.
15888
158892004-12-27 Simon Josefsson <jas@extundo.com>
15890
15891 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15892 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15893 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
15894
158952004-12-17 Kim F. Storm <storm@cua.dk>
15896
15897 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15898
15899 * gnus-sum.el (gnus-summary-mode-map): Likewise.
15900
159012004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15902
15903 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15904
159052004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
15906
15907 * nnrss.el: Require rfc2047 and mml.
15908 (nnrss-file-coding-system): New variable.
15909 (nnrss-format-string): Redefine it as an inline function.
15910 (nnrss-decode-group-name): New function.
15911 (nnrss-string-as-multibyte): Remove.
15912 (nnrss-retrieve-headers): Decode group name; don't use
15913 nnrss-format-string.
15914 (nnrss-request-group): Decode group name.
15915 (nnrss-request-article): Decode group name; allow a Message-ID as
15916 well as an article number; don't use nnrss-format-string; encode a
15917 Message-ID string which may contain non-ASCII characters; use
15918 mml-to-mime to compose a MIME article.
15919 (nnrss-request-expire-articles): Decode group name.
15920 (nnrss-request-delete-group): Decode group name.
15921 (nnrss-fetch): Clarify error message.
15922 (nnrss-read-server-data): Use insert-file-contents instead of load;
15923 bind file-name-coding-system; use multibyte buffer.
15924 (nnrss-save-server-data): Bind coding-system-for-write to the
15925 value of nnrss-file-coding-system; bind file-name-coding-system;
15926 add coding cookie.
15927 (nnrss-read-group-data): Use insert-file-contents instead of load;
15928 bind file-name-coding-system; use multibyte buffer.
15929 (nnrss-save-group-data): Bind coding-system-for-write to the
15930 value of nnrss-file-coding-system; bind file-name-coding-system.
15931 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15932 make it work with non-ASCII text.
15933 (nnrss-find-el): Make it work with old xml.el as well.
15934
159352004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
15936
15937 * nnrss.el (nnrss-get-encoding): New function.
15938 (nnrss-fetch): Use unibyte buffer initially; bind
15939 coding-system-for-read while performing mm-url-insert; remove ^Ms;
15940 decode contents according to the encoding attribute.
15941 (nnrss-save-group-data): Add coding cookie.
15942 (nnrss-mime-encode-string): New function.
15943 (nnrss-check-group): Use it to encode subject and author.
15944
159452004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
15946
15947 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15948 imaginary variable.
15949
159502004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15951
15952 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15953 correctly even if there are wide characters.
15954
159552004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
15956
15957 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15958 downcased symbol names; make a new cache instead of reusing
15959 bbdb-hashtable.
15960
159612004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
15962
15963 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15964 concatenating segments rather than before concatenating them.
15965 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15966
15967 * message.el (message-get-reply-headers): Bind `extra'.
15968
159692004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15970
15971 * message.el (message-extra-wide-headers): New variable.
15972 (message-get-reply-headers): Use it.
15973
159742004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
15975
15976 * gnus-agent.el (gnus-agent-group-path): Decode group name.
15977 (gnus-agent-group-pathname): Ditto.
15978
15979 * gnus-cache.el (gnus-cache-file-name): Decode group name.
15980
15981 * gnus-group.el (gnus-group-make-group): Decode group name.
15982 (gnus-group-make-rss-group): Register the group data after opening
15983 the nnrss group.
15984
159852004-12-17 Paul Jarc <prj@po.cwru.edu>
15986
15987 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15988 by expiry now get marked as read.
15989
159902004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
15991
15992 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15993
159942004-12-17 Aidan Kehoe <kehoea@parhasard.net>
15995
15996 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15997 unify Latin characters in XEmacs.
15998 (mm-find-mime-charset-region): Use it.
15999
160002004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16001
16002 * gnus-util.el (gnus-delete-directory): New function.
16003
16004 * gnus-agent.el (gnus-agent-delete-group): Use it.
16005
16006 * gnus-cache.el (gnus-cache-delete-group): Use it.
16007
160082004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16009
16010 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16011 names.
16012
160132004-12-16 Simon Josefsson <jas@extundo.com>
16014
16015 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16016
160172004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16018
16019 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16020
16021 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16022 (gnus-group-set-current-level): Decode group name.
16023
160242004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16025
16026 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16027 failed.
16028
160292004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16030
16031 * gnus-group.el (gnus-group-delete-group): Decode group name.
16032 (gnus-group-make-rss-group): Encode group name.
16033 (gnus-group-catchup-current): Decode group name.
16034 (gnus-group-kill-group): Decode group name.
16035
160362004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16037
16038 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16039
160402004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16041
16042 * gnus-group.el (gnus-group-make-rss-group):
16043 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16044
16045 * gnus-start.el (gnus-setup-news): Honor user's setting to
16046 gnus-message-archive-method. Suggested by Lute Kamstra
16047 <lute@gnu.org>.
16048
160492004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16050
16051 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16052 global counterparts of the buffer-local variables.
16053
160542004-11-16 Romain Francoise <romain@orebokech.com>
16055
16056 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16057 counterparts of the buffer-local variables.
16058
160592004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16060
296a8e19 16061 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
16062 string.
16063
160642004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16065
296a8e19 16066 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
16067
16068 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16069 to avoid problems when splitting mails with many recipients.
16070
160712004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16074 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16075
160762004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16077
16078 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16079 if there is no hashtable in memory or file modification time is
16080 newer than cached timestamp.
16081
160822004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16083
296a8e19
SM
16084 * gnus-sum.el (gnus-summary-limit-to-recipient):
16085 Implement not-matching option.
01c52d31
MB
16086
160872004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16088
16089 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16090 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16091 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16092 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16093 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16094 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16095
160962004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16097
16098 * message.el (message-forward-make-body-mml): Remove headers
16099 according to message-forward-ignored-headers if a message is decoded.
16100
161012004-12-02 Romain Francoise <romain@orebokech.com>
16102
16103 * message.el (message-forward-make-body-plain): Always remove
16104 headers according to message-forward-ignored-headers.
16105
161062004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16107
16108 * spam.el (spam-summary-prepare-exit): Remove the
16109 gnus-summary-limit pop for now, it has problems with ham marks for
16110 me.
16111
161122004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16113
16114 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16115 correctly.
16116
161172004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16118
16119 * format-spec.el (format-spec): Message the char.
16120
161212004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16122
16123 * gnus-art.el (gnus-split-methods): Reformat comments.
16124
16125 * spam.el (spam-summary-prepare-exit): Remove article limits
16126 before exiting the summary buffer.
16127
161282004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16129
16130 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16131 order to silence the byte compiler.
16132
16133 * spam.el: Fix the way to silence the byte compiler, which
16134 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16135 bbdb-search-simple, spam-BBDB-register-routine,
16136 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16137 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16138 spam-stat-buffer-is-spam, spam-stat-load,
16139 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16140 spam-stat-save and spam-stat-split-fancy.
16141
161422004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16143
16144 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16145 which may confuse users.
16146 (canlock-password-for-verify): Ditto.
16147
16148 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16149
16150 * gnus-art.el (gnus-emphasis-alist): Ditto.
16151
16152 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16153
16154 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16155
16156 * gnus-start.el (gnus-save-killed-list): Ditto.
16157
16158 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16159 (gnus-sum-thread-tree-root): Ditto.
16160 (gnus-sum-thread-tree-false-root): Ditto.
16161 (gnus-sum-thread-tree-single-indent): Ditto.
16162
16163 * message.el (message-courtesy-message): Ditto.
16164 (message-archive-note): Ditto.
16165 (message-subscribed-address-file): Ditto.
16166 (message-user-fqdn): Ditto.
16167
16168 * spam-report.el (spam-report-gmane-regex): Ditto.
16169
16170 * spam.el (spam-blackhole-good-server-regex): Ditto.
16171
161722004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16173
16174 * mml.el (mml-preview): Widen the message buffer before copying
16175 the contents to the preview buffer; sort headers before previewing.
16176
16177 * message.el (message-hidden-headers): Fix the way to avoid a bug
16178 in the `repeat' widget in Emacs 21.3 or earlier.
16179
161802004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16181
16182 * message.el (message-hidden-headers): Default to "^References:".
16183 Improve customization type. Suggested by Reiner Steib
16184 <Reiner.Steib@gmx.de>.
16185
161862004-11-25 Romain Francoise <romain@orebokech.com>
16187
16188 * message.el (message-strip-forbidden-properties): Remove check for
16189 obsolete `message-hidden' text property, hidden headers are not
16190 accessible in the buffer anymore.
16191
161922004-11-22 Romain Francoise <romain@orebokech.com>
16193
16194 * message.el (message-header-format-alist): Add `From' in list
16195 so that it can be sorted.
16196 (message-fix-before-sending): Widen and sort headers before
16197 sending.
16198 (message-hide-headers): Use narrowing to hide headers by moving
16199 them to the top of the buffer and narrowing to the region
16200 underneath.
16201
162022004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16203
296a8e19
SM
16204 * message.el (message-strip-forbidden-properties):
16205 Bind buffer-read-only (etc) to nil.
01c52d31
MB
16206
162072004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16208
16209 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16210 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16211
162122004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16213
16214 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16215
162162004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16217
16218 * dns.el (query-dns): Use sit-for to time instead of
16219 accept-process-output, since that doesn't seem to work on udp
16220 sockets.
16221
162222004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16223
16224 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16225
162262004-11-15 Jesper Harder <harder@ifa.au.dk>
16227
16228 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16229 doc string. Improve doc string.
16230
162312004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16232
16233 * nntp.el (nntp-request-update-info): Return nil if
16234 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16235 may not call gnus-activate-group which uselessly issues the GROUP
16236 commands for all nntp groups and wastes time. Reported by Romain
16237 Francoise <romain@orebokech.com>.
16238
16239 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16240
162412004-11-15 Simon Josefsson <jas@extundo.com>
16242
16243 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16244 headers separately.
880820fe 16245 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
16246 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16247
162482004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16249
16250 * gnus-start.el (gnus-convert-old-newsrc):
16251 Assign legacy-gnus-agent to 5.10.7.
16252
162532004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16254
16255 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16256 start of the lines.
16257
162582004-11-14 Magnus Henoch <mange@freemail.hu>
16259
c4cc8b9a
JB
16260 * hashcash.el (hashcash-default-payment): Change default to 20.
16261 (hashcash-default-accept-payment): Change default to 20.
16262 (hashcash-process-alist): New variable.
16263 (hashcash-generate-payment-async): Add.
16264 (hashcash-already-paid-p): Add.
16265 (hashcash-insert-payment): Don't generate payments twice.
16266 (hashcash-insert-payment-async): Add.
16267 (hashcash-insert-payment-async-2): Add.
16268 (hashcash-cancel-async): Add.
16269 (hashcash-wait-async): Add.
16270 (hashcash-processes-running-p): Add.
16271 (hashcash-wait-or-cancel): Add.
01c52d31
MB
16272 (mail-add-payment): New optional argument. Conditionally start
16273 asynchronous calculation.
c4cc8b9a 16274 (mail-add-payment-async): Add.
01c52d31
MB
16275
16276 * message.el (message-send-mail): Wait for asynchronous hashcash
16277 results. Don't clobber existing X-Hashcash headers.
16278 (message-setup-1): Call mail-add-payment-async when
16279 message-generate-hashcash is non-nil.
16280
162812004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16282
16283 * message.el (message-use-alternative-email-as-from): Examine the
16284 From header as well; use message-make-from in order to include a
16285 user's full name.
16286
162872004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16290 default; improve customization type.
16291 (gnus-emphasis-custom-with-format): New macro.
16292 (gnus-emphasis-custom-value-to-external): New function.
16293 (gnus-emphasis-custom-value-to-internal): New function.
16294
162952004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16296
16297 * dns.el (query-dns): Resolve reverse addresses.
16298
162992004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16300
16301 * gnus-group.el (gnus-group-get-new-news): Use it.
16302
16303 * gnus-start.el (gnus-check-reasonable-setup): New function.
16304
163052004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16306
16307 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16308 "Args out of range" error. Reported by Arnaud Giersch
16309 <arnaud.giersch@free.fr>.
16310
163112004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16312
16313 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16314
163152004-11-04 Richard M. Stallman <rms@gnu.org>
16316
16317 * spam.el (spam group): Add :version.
16318
16319 * pgg-def.el (pgg group): Add :version.
16320
163212004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16322
16323 * gnus-art.el (gnus-article-edit-article): Don't associate the
16324 article buffer with a draft file. This is a temporary measure
16325 against the 2004-08-22 change to gnus-article-edit-mode.
16326
163272004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16328
16329 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16330 (html2text-format-tags): Remove unused variable `attr'.
16331
163322004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16333
16334 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16335
16336 * spam-stat.el (spam-stat): Add :version.
16337
16338 * sieve.el (sieve): Add :version.
16339
16340 * sha1.el (sha1): Add :version.
16341 (sha1-use-external): Remove redundant version.
16342
16343 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16344 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16345 (nnmail-split-fancy-match-partial-words)
16346 (nnmail-split-lowercase-expanded): Add :version.
16347
16348 * nndiary.el (nndiary): Add :version.
16349
16350 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16351
16352 * mml-sec.el (mml-default-sign-method)
16353 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16354 Add :version.
16355
16356 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16357
16358 * mm-url.el (mm-url-use-external, mm-url-program)
16359 (mm-url-arguments): Add :version.
16360
16361 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16362 (mm-attachment-file-modes, mm-decrypt-option)
16363 (mm-w3m-safe-url-regexp): Add :version.
16364
16365 * message.el (message-cite-prefix-regexp)
16366 (message-sendmail-envelope-from, message-minibuffer-local-map)
16367 (message-user-fqdn, message-completion-alist): Add :version.
16368
16369 * gnus-win.el (gnus-configure-windows-hook)
16370 (gnus-use-frames-on-any-display): Add :version.
16371
16372 * gnus-art.el (gnus-article-address-banner-alist)
16373 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16374 (gnus-treat-from-picon, gnus-treat-mail-picon)
16375 (gnus-treat-x-pgp-sig): Add :version.
16376
16377 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16378 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16379 (gnus-summary-article-delete-hook)
16380 (gnus-summary-display-while-building): Add :version.
16381
16382 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 16383 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
16384
16385 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16386 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16387
16388 * gnus-registry.el (gnus-registry): Add :version.
16389
16390 * gnus-spec.el (gnus-use-correct-string-widths)
16391 (gnus-make-format-preserve-properties): Add :version.
16392
16393 * gnus.el (gnus-group-charter-alist)
16394 (gnus-group-fetch-control-use-browse-url)
16395 (gnus-install-group-spam-parameters): Add :version.
16396
16397 * gnus-diary.el (gnus-diary): Add :version.
16398
16399 * gnus-delay.el (gnus-delay): Add :version.
16400
16401 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16402 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16403 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16404 Add :version.
16405
16406 * gnus-agent.el (gnus-agent-max-fetch-size)
16407 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16408 (gnus-agent-prompt-send-queue): Add :version.
16409
16410 * deuglify.el (gnus-outlook-deuglify): Add :version.
16411
296a8e19
SM
16412 * html2text.el: Beautify code. Improve doc strings.
16413 Some checkdoc cleanup.
01c52d31
MB
16414 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16415
164162004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16417
16418 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16419
164202004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16421
16422 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16423 when package is loaded.
16424
16425 * spam.el (spam-summary-score-preferred-header): Add global preference
16426 for people who want to override the default SpamAssassin over
16427 Bogofilter preference (when both are set).
16428 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
16429 (spam-user-format-function-S):
16430 Check spam-summary-score-preferred-header.
01c52d31
MB
16431 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16432 (spam-user-format-function-S): Format the score correctly.
16433
164342004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16435
16436 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16437 signature file. Suggested by Manoj Srivastava
16438 <srivasta@golden-gryphon.com>.
16439
16440 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16441 iso-2022-jp even in the Japanese language environment.
16442 Suggested by Jason Rumney <jasonr@gnu.org>.
16443
164442004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16447 use the same characters as the dummy marks; make it free from
16448 getting affected by the language environment.
16449 (gnus-summary-read-group-1): Update mark positions only when the
16450 format spec is updated.
16451
16452 * gnus-spec.el (gnus-update-format-specifications): Return a list
16453 of updated types.
16454
164552004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16456
16457 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16458 of boundp to check if display-warning is available.
16459
164602004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16461
16462 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16463
164642004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16465
16466 * nnspool.el (nnspool-spool-directory): Use news-path if the
16467 news-directory variable is not bound.
16468
16469 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16470 function instead of display-warning if it is not available.
16471
164722004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16473
16474 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16475 v5-10: Use `point-at-bol'.
16476
164772004-10-26 Simon Josefsson <jas@extundo.com>
16478
16479 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16480 <chenggao@gmail.com>.
16481
164822004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16483
16484 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16485 instead.
16486
164872004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16488
16489 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16490 to remove a server from the nnimap-server-buffer-alist.
16491 (nnimap-open-connection, nnimap-close-server): Use it.
16492
16493 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16494
164952004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16496
16497 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16498 running the major-mode function.
16499
165002004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16501
16502 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16503 dummy marks in the right way.
16504
165052004-10-18 David Edmondson <dme@dme.org>
16506
16507 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16508 excessively.
16509
165102004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16511
16512 * gnus-util.el (gnus-split-references): Accept a nil references
16513 string and go on blissfully.
16514
16515 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16516 cases where the references string is non-nil but has no references.
16517
16518 * encrypt.el: Add autoload tags.
16519
16520 * spam.el (spam-resolve-registrations-routine): Remove article
16521 from unregistration list too. Reported by David Hanak
16522 <dhanak@isis.vanderbilt.edu>
16523
165242004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16525
16526 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 16527 nil. Change custom type.
01c52d31
MB
16528
165292004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16530
16531 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16532
16533 * gnus-sum.el (gnus-summary-move-article): Use it.
16534
165352004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16536
16537 * encrypt.el: Add autoload cookies.
16538
16539 * spam.el (spam-backend-article-list-property)
16540 (spam-backend-get-article-todo-list)
b97439ce 16541 (spam-backend-put-article-todo-list)
01c52d31
MB
16542 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16543 Resolve registrations separately.
16544 (spam-register-routine): Format comments.
16545 (spam-unregister-routine, spam-register-routine): Always call with
16546 specific-articles, no default list.
16547 (spam-summary-prepare-exit): Use the spam-classifications function.
16548
16549 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16550 gnus-encrypt.el.
16551
002876ab 16552 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 16553
002876ab 16554 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
16555
165562004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16557
16558 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16559 (gnus-score-save): Use it.
16560
16561 * message.el (message-bury): Use `window-dedicated-p'.
16562
165632004-10-15 Simon Josefsson <jas@extundo.com>
16564
16565 * pop3.el (top-level): Don't require nnheader.
16566 (pop3-read-timeout): Add.
16567 (pop3-accept-process-output): Add.
16568 (pop3-read-response, pop3-retr): Use it.
16569
165702004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16571
16572 * spam.el (spam-register-routine): Move comment.
16573 (spam-verify-bogofilter): Use 'unknown for the initial
16574 spam-bogofilter-valid state, not 'never.
16575
16576 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16577 for netrc-machine.
16578
296a8e19
SM
16579 * nnimap.el (nnimap-open-connection):
16580 Use netrc-machine-user-or-password.
01c52d31
MB
16581
165822004-10-17 Richard M. Stallman <rms@gnu.org>
16583
16584 * gnus-registry.el (gnus-registry-unload-hook):
16585 Set as a variable with add-hook.
16586
16587 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16588 of news-path.
16589
16590 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16591
16592 * spam.el: Delete duplicate `provide'.
16593 (spam-unload-hook): Set as a variable with add-hook.
16594
165952004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16596
16597 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16598 in the doc string.
16599
16600 * message.el (message-ignored-news-headers)
16601 (message-ignored-supersedes-headers)
16602 (message-ignored-resent-headers)
16603 (message-forward-ignored-headers): Improve custom type.
16604
166052004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16606
16607 * message.el (message-tokenize-header): Fix 2004-09-06 change
16608 which used point-min in the wrong place.
16609
166102004-10-12 Simon Josefsson <jas@extundo.com>
16611
16612 * tls.el (tls-certtool-program): New variable.
16613 (tls-certificate-information): New function, based on
16614 ssl-certificate-information.
16615
166162004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16617
16618 * compface.el: Move the version of ELisp-based uncompface program
16619 to the contrib directory because of the copyright problem.
16620
166212004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16622
16623 * message.el (message-kill-buffer): Raise the current frame.
16624
166252004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16626
16627 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16628
16629 * gnus.el (message-y-or-n-p): Autoload.
16630
16631 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16632 (pop3-password-required, pop3-authentication-scheme)
296a8e19 16633 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
16634 (pop3): New custom group.
16635 (pop3-retr): Remove `sleep-for' statements.
16636 Suggested by Dave Love <fx@gnu.org>.
16637
16638 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16639 Windows/DOS.
16640
16641 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
16642 (imap-parse-body): Fix incorrect use of `assert'.
16643 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
16644
16645 * mml.el (mml-minibuffer-read-disposition): Require match.
16646 Suggested by Dave Love <fx@gnu.org>.
16647
166482004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16649
16650 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16651 doc string.
16652
166532004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16654
16655 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16656
166572004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16658
16659 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16660 instead of calling `mm-insert-inline', to decode text/* parts
16661 before displaying them.
16662
166632004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16664
16665 * mm-uu.el (mm-uu-text-plain-type): New variable.
16666 (mm-uu-pgp-signed-extract-1): Use it.
16667 (mm-uu-pgp-encrypted-extract-1): Use it.
16668 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16669 bind mm-uu-text-plain-type with that value.
16670 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16671 mm-uu-dissect.
16672
166732004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16674
16675 * gnus-group.el (gnus-update-group-mark-positions):
16676 * gnus-sum.el (gnus-update-summary-mark-positions):
16677 * message.el (message-check-news-body-syntax):
16678 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16679 of string-as-multibyte.
16680
166812004-10-05 Juri Linkov <juri@jurta.org>
16682
16683 * gnus-group.el (gnus-update-group-mark-positions):
16684 * gnus-sum.el (gnus-update-summary-mark-positions):
16685 * message.el (message-check-news-body-syntax):
16686 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16687 8-bit unibyte values to a multibyte string for search functions.
16688
166892004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16692 (mm-uu-dissect-text-parts): New function.
16693
16694 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16695 dissect text parts.
16696
16697 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16698 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16699
16700 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16701
296a8e19
SM
16702 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16703 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
16704
167052004-10-06 Jesper Harder <harder@ifa.au.dk>
16706
16707 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16708
167092004-10-05 Jesper Harder <harder@ifa.au.dk>
16710
16711 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16712 where approriate.
16713
16714 * nnml.el (nnml-generate-active-info): do.
16715
16716 * nndiary.el (nndiary-generate-active-info): do.
16717
16718 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16719 (gnus-topic-move): do.
16720
16721 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16722 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16723
16724 * gnus-srvr.el (gnus-server-prepare)
16725 (gnus-server-open-all-servers): do.
16726
16727 * gnus-msg.el (gnus-summary-cancel-article)
16728 (gnus-summary-resend-message)
16729 (gnus-summary-mail-crosspost-complaint): do.
16730
16731 * gnus-move.el (gnus-change-server): do.
16732
16733 * gnus-group.el (gnus-group-unmark-all-groups)
16734 (gnus-group-set-current-level): do.
16735
167362004-10-04 Simon Josefsson <jas@extundo.com>
16737
16738 * message.el (message-generate-hashcash): Doc fix.
16739
167402004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16741
16742 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16743 avoid infinite recursion via gnus-get-function.
16744
167452004-10-02 Jesper Harder <harder@ifa.au.dk>
16746
16747 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16748
16749 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16750
16751 * nnmail.el (nnmail-split-history): do.
16752
16753 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16754 (nnml-request-delete-group): do.
16755
16756 * nnslashdot.el (nnslashdot-read-groups): do.
16757
16758 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16759 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16760
16761 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 16762 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
16763 (nnspool-retrieve-headers-with-nov): Use mapc.
16764 (nnspool-request-newgroups): Use dolist.
16765 (nnspool-request-group): Use last.
16766
16767 * nntp.el (nntp-read-server-type): Use dolist.
16768
16769 * nnvirtual.el (nnvirtual-create-mapping)
16770 (nnvirtual-update-read-and-marked): Use dolist.
16771 (nnvirtual-convert-headers): Simplify.
16772
167732004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16774
296a8e19
SM
16775 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16776 Add support for sync'ing tick marks.
01c52d31
MB
16777
167782004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16779
16780 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16781 there's no visible header.
16782
167832004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16784
296a8e19
SM
16785 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16786 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
16787
167882004-10-01 Simon Josefsson <jas@extundo.com>
16789
16790 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16791 acroread.
16792
167932004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16794
16795 * spam-report.el (spam-report-gmane): Fix interactive.
16796
16797 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16798
16799 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16800 when writing file.
16801 (gnus-agent-synchronize-flags): Don't default to being
16802 interactive.
16803
168042004-09-30 Simon Josefsson <jas@extundo.com>
16805
16806 * message.el (message-generate-hashcash): Add.
16807 (message-send-mail): Use it, call mail-add-payment.
16808
168092004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
16810
16811 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16812
168132004-09-28 Kevin Greiner <kgreiner@compsol.cc>
16814
296a8e19 16815 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
16816 gnus-requst-update-info with explicit code to sync the in-memory
16817 info read flags with the marks being sync'd to the backend.
16818
296a8e19 16819 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
16820
168212004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16822
16823 * spam.el (spam-verify-bogofilter): Add new function.
16824 (spam-check-bogofilter)
16825 (spam-bogofilter-register-with-bogofilter): Use it.
16826 (spam-verify-bogofilter): Add small fixes.
16827
168282004-09-28 Simon Josefsson <jas@extundo.com>
16829
16830 * hashcash.el (hashcash-generate-payment): Revert.
16831
168322004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
16833
296a8e19
SM
16834 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16835 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
16836
16837 * gnus-util.el (gnus-extract-references): Add new function, analogous
16838 to gnus-split-references but extracts only the message-ID without
16839 anything extra.
16840
16841 * hashcash.el (hashcash-generate-payment)
16842 (hashcash-check-payment): Do the right thing if hashcash-path is
16843 nil (because the hashcash program could not be found).
16844
16845 * spam.el (spam-use-hashcash): Remove comment.
16846
168472004-09-27 Jesper Harder <harder@ifa.au.dk>
16848
16849 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16850 (gnus-cache-enter-article, gnus-cache-remove-article)
16851 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16852
16853 * gnus-async.el (gnus-async-prefetch-remove-group): do.
16854
16855 * gnus-art.el (article-hide-boring-headers)
16856 (article-translate-strings, article-display-face)
16857 (gnus-article-mime-match-handle-first)
16858 (gnus-article-highlight-headers)
16859 (gnus-article-add-buttons-to-head): do.
16860
168612004-09-27 Simon Josefsson <jas@extundo.com>
16862
16863 * hashcash.el: New version, from
16864 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
16865 ../contrib/.
16866
168672004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
16868
16869 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16870
168712004-09-26 Jesper Harder <harder@ifa.au.dk>
16872
16873 * gnus-dup.el (gnus-dup-open): Use mapc.
16874 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16875
16876 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16877 Reported by Stefan Wiens <s.wi@gmx.net>.
16878
16879 * gnus.el (gnus-shutdown): Use dolist.
16880
16881 * gnus-undo.el (gnus-undo): Use mapc.
16882
16883 * nnrss.el (nnrss-generate-active): do.
16884
16885 * message.el (message-cite-original-without-signature)
16886 (message-cite-original): Use mapc.
16887 (message-do-actions, message-make-forward-subject): Use dolist.
16888
168892004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16890
296a8e19 16891 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
16892 deletion to remove entire duplicate line. Fixes merged article
16893 number bug.
16894
168952004-09-25 Kevin Greiner <kgreiner@compsol.cc>
16896
16897 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16898 servers that are offline. Avoids having gnus-agent-toggle-plugged
16899 first ask if you want to open a server and then, even when you
16900 responded with no, asking if you want to synchronize the server's
16901 flags.
16902 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16903 multi-line expressions.
16904 (gnus-agent-synchronize-group-flags): New internal function.
16905 Updates marks in memory (in the info structure) AND in the
16906 backend.
16907
296a8e19 16908 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 16909
296a8e19
SM
16910 * nnagent.el (nnagent-request-set-mark):
16911 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
16912 method, to ensure that synchronization updates marks in the
16913 backend and in the info (in memory) structure.
16914
169152004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
16916
16917 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16918 convention fully; don't miss the root article of a thread; make
16919 the X-Draft-From header with correct article numbers.
16920
169212004-09-23 Kevin Greiner <kgreiner@compsol.cc>
16922
16923 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16924 unless plugged. Disable the agent so that an open failure causes
16925 an error.
16926
16927 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 16928 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
16929 synchronizing flags even when the backend stores the flags
16930 locally.
16931
169322004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
16933
16934 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16935 in `header' match. Reported by Svend Tollak Munkejord.
16936
16937 * message.el (message-cite-original): Fix use of
16938 `message-cite-articles-with-x-no-archive'.
16939
169402004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
16941
16942 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16943 (gnus-window-to-buffer): Ditto.
16944
16945 * mml.el (mml-preview-buffer): New variable.
16946 (mml-preview): Manage window layout with gnus-buffer-configuration.
16947
16948 * gnus-msg.el (gnus-setup-message): Put article numbers into the
16949 X-Draft-From header even if those articles aren't quoted.
16950
169512004-09-21 Kevin Greiner <kgreiner@compsol.cc>
16952
16953 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16954 (gnus-request-set-mark, gnus-request-update-mark): Use new
16955 g-s-t-u-l-m to decide to use backend even when unplugged.
16956
169572004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
16958
16959 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16960 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
16961
169622004-09-20 Simon Josefsson <jas@extundo.com>
16963
16964 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16965 "utf-16-le".
16966
169672004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
16968
16969 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16970
169712004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
16972
16973 * uudecode.el (uudecode-use-external): Add :version.
16974
16975 * smime.el (smime-CA-file, smime-encrypt-cipher)
16976 (smime-dns-server): Add :version.
16977
16978 * smiley.el (gnus-smiley-file-types): Add :version.
16979
16980 * sha1.el (sha1-use-external): Add :version.
16981
16982 * pgg-def.el (pgg-query-keyserver): Add :version.
16983
16984 * nnmail.el (nnmail-fancy-expiry-targets)
16985 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16986 Add :version.
16987
16988 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16989 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 16990 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
16991
16992 * mml.el (mml-content-disposition-parameters)
16993 (mml-insert-mime-headers-always): Add :version.
16994
16995 * mm-util.el (mm-coding-system-priorities): Add :version.
16996
16997 * mm-decode.el (mm-inline-text-html-with-images)
16998 (mm-keep-viewer-alive-types, mm-external-terminal-program)
16999 (mm-verify-option): Add :version.
17000 (mm-text-html-renderer): Change :version.
17001
17002 * message.el (message-fcc-externalize-attachments)
17003 (message-required-headers, message-draft-headers)
17004 (message-subject-trailing-was-query)
17005 (message-subject-trailing-was-ask-regexp)
17006 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17007 (message-mark-insert-end, message-archive-header)
17008 (message-archive-note, message-cross-post-default)
17009 (message-cross-post-note, message-followup-to-note)
17010 (message-cross-post-note-function, message-use-mail-followup-to)
17011 (message-subscribed-address-functions)
17012 (message-subscribed-address-file, message-subscribed-addresses)
17013 (message-subscribed-regexps, message-allow-no-recipients)
17014 (message-yank-cited-prefix, message-signature-insert-empty-line)
17015 (message-hidden-headers, message-hierarchical-addresses)
17016 (message-mail-user-agent, message-use-idna)
17017 (message-valid-fqdn-regexp)
17018 (message-strip-special-text-properties, message-header-synonyms)
17019 (message-beginning-of-line, message-tab-body-function): Add :version.
17020 (message-insert-canlock, message-wide-reply-confirm-recipients):
17021 Change :version.
17022
17023 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17024 and :version.
17025 (mail-source-delete-old-incoming-confirm)
17026 (mail-source-movemail-program): Add :version.
17027
17028 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17029 (gnus-agent-cache, gnus-agent): Change :version.
17030
17031 * gnus-util.el (gnus-use-byte-compile): Change :version.
17032
17033 * gnus-sum.el (gnus-summary-make-false-root-always)
17034 (gnus-summary-default-high-score)
17035 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17036 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17037 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17038 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17039 (gnus-sum-thread-tree-single-indent)
17040 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17041 (gnus-sum-thread-tree-leaf-with-other)
17042 (gnus-sum-thread-tree-single-leaf): Add :version.
17043 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17044 (gnus-article-loose-mime): Change :version.
17045
17046 * gnus-start.el (gnus-backup-startup-file)
17047 (gnus-save-startup-file-via-temp-buffer): Add :version.
17048
17049 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17050 (gnus-server-offline-face): Add :version.
17051
17052 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17053
17054 * gnus-msg.el (gnus-gcc-externalize-attachments)
17055 (gnus-debug-files, gnus-debug-exclude-variables)
17056 (gnus-discouraged-post-methods): Change :version.
17057 (gnus-confirm-mail-reply-to-news)
17058 (gnus-confirm-treat-mail-like-news): Add :version.
17059
17060 * gnus-int.el (gnus-server-unopen-status): Add :version.
17061
17062 * gnus-group.el (gnus-group-jump-to-group-prompt)
17063 (gnus-large-ephemeral-newsgroup)
17064 (gnus-fetch-old-ephemeral-headers): Add :version.
17065
17066 * gnus-fun.el (gnus-x-face-directory)
17067 (gnus-convert-pbm-to-x-face-command)
17068 (gnus-convert-image-to-x-face-command)
17069 (gnus-convert-image-to-face-command): Add :version.
17070
17071 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17072
17073 * gnus-cite.el (gnus-cite-blank-line-after-header)
17074 (gnus-article-boring-faces): Add :version.
17075
17076 * gnus-art.el (gnus-buttonized-mime-types)
17077 (gnus-inhibit-mime-unbuttonizing)
17078 (gnus-treat-display-face)
17079 (gnus-treat-body-boundary): Change :version.
17080 (gnus-body-boundary-delimiter, gnus-picon-databases)
17081 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17082 (gnus-treat-date-english, gnus-treat-fold-headers)
17083 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17084 (gnus-treat-mail-picon, gnus-treat-wash-html)
17085 (gnus-article-encrypt-protocol)
17086 (gnus-use-idna, gnus-article-over-scroll)
17087 (gnus-mime-display-multipart-alternative-as-mixed)
17088 (gnus-mime-display-multipart-related-as-mixed)
17089 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17090 (gnus-ctan-url, gnus-button-ctan-handler)
17091 (gnus-button-handle-ctan-bogus-regexp)
17092 (gnus-button-ctan-directory-regexp)
17093 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17094 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17095 (gnus-button-man-level, gnus-button-emacs-level)
17096 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17097
17098 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17099 (gnus-agent-go-online): Change :version.
17100 (gnus-agent-expire-unagentized-dirs)
17101 (gnus-agent-auto-agentize-methods): Add :version.
17102
17103 * flow-fill.el (fill-flowed-display-column)
17104 (fill-flowed-encode-column): Add :version.
17105
17106 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17107 (gnus-outlook-deuglify-unwrap-max)
17108 (gnus-outlook-deuglify-cite-marks)
17109 (gnus-outlook-deuglify-unwrap-stop-chars)
17110 (gnus-outlook-deuglify-no-wrap-chars)
17111 (gnus-outlook-deuglify-attrib-cut-regexp)
17112 (gnus-outlook-deuglify-attrib-verb-regexp)
17113 (gnus-outlook-deuglify-attrib-end-regexp)
17114 (gnus-outlook-display-hook): Add :version.
17115
17116 * binhex.el (binhex-use-external): Add :version.
17117
171182004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17119
17120 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17121 and `invisible'.
17122
171232004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17124
17125 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17126 in gnus-registry-trim.
17127
171282004-09-13 Simon Josefsson <jas@extundo.com>
17129
17130 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17131
17132 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17133
17134 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17135 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17136 <yamaoka@jpl.org>.
17137 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17138 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17139 <yamaoka@jpl.org>.
17140
17141 * sieve.el (sieve-manage-mode): Ditto.
17142
171432004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17144
17145 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17146
171472004-09-11 Simon Josefsson <jas@extundo.com>
17148
17149 * dns-mode.el: Add.
17150
17151 * mm-view.el (mm-display-dns-inline): Add.
17152
17153 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17154 (mm-automatic-display): Ditto.
17155
17156 * mailcap.el (mailcap-mime-data): Add text/dns.
17157 (mailcap-mime-extensions): Map .soa to text/dns.
17158
171592004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17160
17161 * gnus-art.el (article-decode-mime-words, article-babel)
17162 (gnus-article-highlight-signature, gnus-article-add-buttons)
17163 (gnus-signature-toggle): Remove unnecessary bindings of
17164 `inhibit-read-only' inherited from v5.10 merge.
17165
171662004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17167
17168 * nntp.el (nntp): New customization group.
17169 (nntp-authinfo-file): Add customization group.
17170
17171 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17172
17173 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17174
17175 * gnus.el (to-address, to-list, subscribed)
17176 (large-newsgroup-initial): Ditto.
17177
17178 * flow-fill.el (fill-flowed-display-column)
17179 (fill-flowed-encode-column): Ditto.
17180
ce058493 171812004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
17182
17183 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17184 Use point-min rather than 1.
17185 (message-send-mail): Use buffer-size rather than point-max.
17186
17187 * gnus-sum.el (gnus-summary-search-article-forward):
17188 Signal a specific `search-failed' rather than a generic `error'.
17189
17190 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17191 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17192 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17193
171942004-09-10 Simon Josefsson <jas@extundo.com>
17195
17196 * nndb.el (require): Remove tcp and duplicate cl.
17197
171982004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17199
17200 * gnus-agent.el (directory-files-and-attributes): Move forward.
17201
172022004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17203
296a8e19
SM
17204 * gnus-agent.el (directory-files-and-attributes):
17205 Optionally defined to support XEmacs.
01c52d31
MB
17206
172072004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17208
002876ab 17209 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
17210 to avoid run-time CL dependencies.
17211 (gnus-agent-unfetch-articles): New function.
17212 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17213 article numbers even when local .overview file is missing.
002876ab 17214 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 17215 27-bit article numbers.
296a8e19
SM
17216 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17217 Use gnus-agent-read-article-number.
01c52d31
MB
17218 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17219 from backend while recognizing that article numbers in .overview
17220 must be valid.
296a8e19
SM
17221 (gnus-agent-update-files-total-fetched-for):
17222 Use directory-files-and-attributes to improve performance.
17223 * gnus-int.el (gnus-request-move-article):
17224 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
17225 improve performance.
17226
296a8e19 17227 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
17228 some users confused by references to .newsrc when they only have a
17229 .newsrc.eld file.
149cd465 17230 (gnus-convert-mark-converter-prompt)
296a8e19 17231 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 17232 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 17233 New function. Used internally to only display 'gnus converting
01c52d31
MB
17234 files' message when actually necessary.
17235
296a8e19 17236 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
17237 methods now autoloaded.
17238
172392004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17240
17241 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17242 identifiers.
17243
172442004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * gnus-picon.el: Fix indentation and closing parenthesis.
17247
172482004-09-01 Simon Josefsson <jas@extundo.com>
17249
17250 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 17251 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
17252 to require within a function. Sadly, if sha1.el isn't loaded, the
17253 let binding in m-c-g will hide the defcustom definition, which is
17254 bad.)
17255
17256 * canlock.el: Require sha1, not sha1-el.
17257
17258 * message.el: Don't autoload sha1 (there is a autoload cookie in
17259 sha1.el).
17260
296a8e19 17261 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
17262
172632004-08-30 Juanma Barranquero <lektu@terra.es>
17264
17265 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17266
172672004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17270
172712004-08-30 Kim F. Storm <storm@cua.dk>
17272
17273 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17274
17275 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17276 Add :group 'nnimap.
17277
172782004-08-30 Andreas Schwab <schwab@suse.de>
17279
17280 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17281 ?* and ?\;.
17282
17283 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17284 and ?\' to symbol instead of whitespace.
17285
172862004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17287
17288 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17289
17290 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17291 instead of re-search-forward.
17292
17293 * gnus-uu.el (gnus-uu-save-article): Ditto.
17294 (gnus-uu-post-encode-uuencode): Ditto.
17295
17296 * html2text.el (html2text-clean-list-items): Ditto.
17297 (html2text-clean-dtdd): Ditto.
17298 (html2text-format-tags): Ditto.
17299
17300 * message.el (message-send-mail-with-sendmail): Fix regexp.
17301 (message-fill-field-general): Use search-forward instead of
17302 re-search-forward.
17303 (unbold-region): Ditto.
17304
17305 * nnrss.el (nnrss-request-article): Ditto.
17306
17307 * nnslashdot.el (nnslashdot-request-article): Ditto.
17308
17309 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17310
17311 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17312 "Unrecognized menu descriptor" error in XEmacs.
17313
173142004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17315
17316 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17317 parent article of a sparse article in the thread hashtb.
17318
173192004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17320
17321 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17322 (nnmail-expand-newtext): Lowercase expanded entries if
17323 nnmail-split-lowercase-expanded is non-nil.
17324
173252004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17326
c9e31f32 17327 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
17328
17329 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17330 of gnus-tmp-news-method into string under XEmacs. It will be
17331 passed to gnus-correct-length which takes only a string argument.
17332
173332004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17334
17335 * gnus-util.el (gnus-bind-print-variables): New macro.
17336 (gnus-prin1): Use it.
17337 (gnus-prin1-to-string): Use it.
17338 (gnus-pp): New function.
17339 (gnus-pp-to-string): New function.
17340
c9e31f32
SM
17341 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17342 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
17343 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17344 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17345 * gnus-msg.el (gnus-debug): Ditto.
17346 * gnus-score.el (gnus-score-save): Ditto.
17347 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17348 gnus-pp-to-string.
17349 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17350 with gnus-pp.
17351 * score-mode.el (gnus-score-pretty-print): Ditto.
17352 * webmail.el (webmail-debug): Ditto.
17353
173542004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17355
c9e31f32
SM
17356 * gnus-art.el (article-display-face, article-display-x-face):
17357 Use buffer-read-only.
01c52d31
MB
17358
173592004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17360
c9e31f32
SM
17361 * gnus-art.el (article-hide-list-identifiers):
17362 Bind inhibit-read-only as t.
01c52d31
MB
17363
173642004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17365
17366 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17367
173682004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17371 (gnus-narrow-to-page): Don't assume point-min == 1.
17372 (gnus-article-edit-mode): Derive from message-mode.
17373
17374 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17375 point-min == 1.
17376
17377 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17378 Disable incorrect use of `assert'.
17379
17380 * message.el (message-mode): Set comment-start-skip.
17381
01c52d31
MB
173822004-08-22 Sam Steingold <sds@gnu.org>
17383
17384 * pop3.el (pop3-leave-mail-on-server): New user variable.
17385 (pop3-movemail): Delete mail only when it is nil.
17386
173872004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17388
17389 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17390
17391 * mml.el (mml-preview): Use `pop-to-buffer'.
17392
17393 * message.el (message-goto-mail-followup-to): Insert after "To".
17394 (message-carefully-insert-headers): Add comment.
17395
17396 * gnus.el: Remove unused variable `gnus-article-check-size'.
17397
17398 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17399
296a8e19
SM
17400 * gnus-art.el (gnus-button-alist):
17401 Improve `gnus-button-handle-library' entry.
01c52d31
MB
17402
174032004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17404
296a8e19
SM
17405 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17406 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
17407
174082004-08-18 Jesper Harder <harder@ifa.au.dk>
17409
17410 * nntp.el: Add (require 'gnus) due to reference to
17411 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17412
174132004-08-18 Florian Weimer <fw@deneb.enyo.de>
17414
296a8e19
SM
17415 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17416 Bind `mm-fill-flowed'.
01c52d31
MB
17417
17418 * mm-decode.el (mm-dissect-singlepart): Check it.
17419
174202004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17421
17422 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17423 'imap' for netrc parsing.
17424
174252004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17426
17427 * mailcap.el (mailcap-mime-data): Mark as risky.
17428
174292004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17430
17431 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17432 may be included in the encoded word.
17433 (rfc2047-encode): Don't append a space if the encoded word
17434 includes close parenthesis.
17435
174362004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17437
17438 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17439 of text within parentheses.
17440
174412004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17442
17443 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17444 (gnus-encrypt-write-file-contents): Make the password key the file
17445 name PLUS the cipher, not just the cipher. Also remove failed
17446 passwords from the cache.
17447
174482004-08-06 Simon Josefsson <jas@extundo.com>
17449
296a8e19
SM
17450 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17451 Doc fix.
01c52d31
MB
17452
174532004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17454
17455 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17456 LWSP.
17457
174582004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17459
296a8e19
SM
17460 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17461 Try to append in-reply-to: data to the references: header.
01c52d31 17462
c4cc8b9a 17463 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
17464 (netrc-parse): Use gnus-encrypt.el functions.
17465
17466 * gnus-encrypt.el: Add new file for encryption support; currently
17467 does only a few GPG ciphers and an internal XOR cipher.
17468
17469 * password.el: Add comments on using password-read-and-add.
17470 (password-read-and-add): Add function to read and add the
17471 password to the cache at once.
17472
174732004-07-28 Simon Josefsson <jas@extundo.com>
17474
17475 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17476 parameter (but don't use it, for now).
17477
17478 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17479 instead of hard coding to nil.
17480
174812004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17482
17483 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17484 as mm-inline-image-xemacs does.
17485
174862004-07-26 Simon Josefsson <jas@extundo.com>
17487
17488 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17489 Revert part of 2004-07-17 change below.
17490
174912004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17492
296a8e19
SM
17493 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17494 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
17495
174962004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17497
17498 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17499 quotes that actually start with ">" at the beginning of the
17500 lines.
17501
175022004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17503
17504 * rfc2047.el (rfc2047-encode-region): Fix last change.
17505 (rfc2047-encode-parameter): Remove useless concat.
17506
175072004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17508
17509 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17510 encode special characters; fix some kind of misconfigured headers;
17511 signal a real error if debug-on-quit or debug-on-error is non-nil.
17512 (rfc2047-encode-max-chars): New variable.
17513 (rfc2047-encode-1): Use it.
17514 (rfc2047-encode-parameter): New function.
17515
17516 * mml.el (mml-insert-parameter): Remove an excessive space.
17517
175182004-07-17 Simon Josefsson <jas@extundo.com>
17519
17520 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17521 Kai Grossjohann <kai@emptydomain.de>.
17522 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17523 (gnus-group-make-menu-bar): Ditto.
17524
17525 * gnus-util.el (gnus-group-server): Add.
17526
175272004-07-16 Jesper Harder <harder@ifa.au.dk>
17528
17529 * message.el (message-clone-locals): Clone sendmail and smtp
17530 variables.
17531
175322004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17533
17534 * rfc2047.el (rfc2047-encode-region): Fix last change.
17535
175362004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17537
17538 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17539 characters as non-special.
17540
175412004-07-09 Simon Josefsson <jas@extundo.com>
17542
17543 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17544 Users will lose all flag changes made while unplugged with
17545 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17546 good default. See numerous reports on ding mailing list.
17547
175482004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17549
17550 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17551 add generate-head-function and generate-article-function to the
17552 rfc822-forward entry.
17553 (nndoc-rfc822-forward-generate-article): New function.
17554 (nndoc-rfc822-forward-generate-head): New function.
17555
17556 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17557
175582004-07-06 Dan Christensen <jdc@uwo.ca>
17559
17560 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17561 respect display group parameter and gnus-summary-expunge-below.
17562 (gnus-articles-to-read): Remove unused reference to display group
17563 parameter.
17564
175652004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17566
17567 * nnheader.el (nnheader-uniquify-message-id): New experimental
17568 variable.
17569 (nnheader-nov-read-message-id): Use it.
17570
17571 * spam-report.el (spam-report-gmane): Add interactive.
17572
175732004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17574
296a8e19
SM
17575 * mm-encode.el (mm-content-transfer-encoding-defaults):
17576 Use qp-or-base64 for the application/* types.
01c52d31
MB
17577
175782004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17579
17580 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17581
175822004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17583
17584 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17585 trim value.
17586
175872004-01-25 Paul Jarc <prj@po.cwru.edu>
17588
17589 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17590 New macro and function.
17591 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17592
175932004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17594
17595 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17596 after-load-alist.
17597
175982004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17599
296a8e19
SM
17600 * gnus-group.el (gnus-group-get-new-news-this-group):
17601 Don't update info that isn't there.
01c52d31
MB
17602
176032004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17604
17605 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17606 entry.
17607
176082004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17609
17610 * mm-view.el (mm-inline-render-with-function): Use multibyte
17611 buffer; decode html source by charset.
17612
17613 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17614
17615 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17616 Mule-UCS is loaded under XEmacs.
17617 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17618
176192004-06-28 Jesper Harder <harder@ifa.au.dk>
17620
17621 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17622
176232004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17624
17625 * mm-util.el (mm-coding-system-p): Return a coding-system.
17626 (mm-mime-mule-charset-alist): Use shift_jis instead of
17627 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17628 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17629 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17630 instead of japanese-shift-jis and iso-latin-1 respectively in
17631 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
17632 (mm-mule-charset-to-mime-charset):
17633 Make mm-coding-system-priorities effective.
01c52d31
MB
17634 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17635 while predicating of candidates upon the priorities.
17636
176372004-06-27 Jesper Harder <harder@ifa.au.dk>
17638
296a8e19
SM
17639 * gnus-sum.el (gnus-summary-make-menu-bar):
17640 Add gnus-uu-invert-processable.
01c52d31
MB
17641
17642 * gnus.el: Autoload gnus-uu-invert-processable.
17643
176442004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17645
17646 * mm-util.el (mm-with-multibyte-buffer): New macro.
17647
17648 * rfc2047.el (rfc2047-encode-string): Use it.
17649 (rfc2047-encode-region): Move point to the end of the region after
17650 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17651
176522004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17653
17654 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17655 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17656
176572004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17658
17659 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
17660 (gnus-cite-parse): Ignore quoted envelope From_.
17661 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
17662
176632004-06-23 Jesper Harder <harder@ifa.au.dk>
17664
17665 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17666 invalid addresses.
17667
176682004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17669
17670 * spam.el: Change section markers, revise TODO list.
17671 (spam-backends): Make new master list of all installed backends.
17672 (spam-summary-exit-behavior): Add new variable to determine how
17673 messages moves are done at summary exit.
17674 (spam-move-spam-nonspam-groups-only)
17675 (spam-process-ham-in-nonham-groups)
17676 (spam-process-ham-in-spam-groups): Remove variables, the
17677 spam-summary-exit-behavior variable should be used to manage this
17678 behavior.
17679 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17680 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17681 and spam-old-spam-articles.
17682 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17683 Add empty variables, placeholders for the backends they represent.
17684 (spam-set-difference): Move, unchanged.
17685 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17686 unless the user has a processor variable.
17687 (spam-classifications, spam-classification-valid-p)
17688 (spam-backend-properties, spam-backend-property-valid-p)
17689 (spam-backend-function-type-valid-p)
17690 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17691 (spam-report-articles-gmane, spam-report-articles-resend):
17692 Remove functions, they are not needed.
17693 (spam-install-backend-super, spam-backend-list)
17694 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17695 (spam-backend-function, spam-backend-ham-registration-function)
17696 (spam-backend-spam-registration-function)
17697 (spam-backend-ham-unregistration-function)
17698 (spam-backend-spam-unregistration-function)
17699 (spam-backend-statistical-p, spam-backend-mover-p)
17700 (spam-install-backend-alias, spam-install-checkonly-backend)
17701 (spam-install-mover-backend, spam-install-nocheck-backend)
17702 (spam-install-backend, spam-install-statistical-backend)
17703 (spam-install-statistical-checkonly-backend): Add backend installation
17704 support.
17705 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17706 (spam-group-processor-p): Use the new backend code and respect the
17707 summary exit behavior.
17708 (spam-mark-spam-as-expired-and-move-routine): Remove.
17709 (spam-summary-prepare): Change to use the new spam-old-articles
17710 variable.
17711 (spam-copy-or-move-routine, spam-copy-spam-routine)
17712 (spam-move-spam-routine, spam-copy-ham-routine)
17713 (spam-move-ham-routine): Add code to copy/move ham or spam.
17714 (spam-fetch-field-fast): Improve doc and code, plus allow the
17715 'number request.
296a8e19
SM
17716 (spam-list-of-checks, spam-list-of-statistical-checks):
17717 Remove variables.
01c52d31
MB
17718 (spam-split, spam-find-spam): Use the new backend code.
17719 (spam-registration-functions): Remove variable.
17720 (spam-unregister-routine): Add convenience wrapper.
17721 (spam-log-undo-registration, spam-register-routine)
17722 (spam-log-processing-to-registry)
17723 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17724 where possible.
17725 (spam-check-gmane-xref, spam-check-regex-headers)
17726 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17727 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17728 (spam-check-bogofilter-headers, spam-check-spamoracle)
17729 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17730 (spam-check-crm114-headers): Use the spam-split-group that
17731 spam-split prepares, no need to determine it every time.
17732
17733 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17734 to the nnheader-parse-naked-head call.
17735
17736 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17737
17738 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17739 the nnheader-nov-read-message-id call.
17740
177412004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17742
17743 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17744 gnus-activate-group twice. Suggested by Markus Peter
17745 <warp@spin.de>.
17746
177472004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17748
17749 * gnus-art.el (gnus-article-time-format): Exchange the order of
17750 day and month in the default value; fix customization type.
17751 (article-date-ut): Use add-text-properties.
17752 (article-make-date-line): Use message-make-date instead of
17753 current-time-string.
17754
17755 * message.el (message-fetch-field): Don't use set-text-properties.
17756 (message-make-date): Simplify.
0f49874b 17757
01c52d31 177582004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17759
01c52d31
MB
17760 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17761 (rfc2047-encode-region): Treat text within parentheses as special;
17762 show the original text when error has occurred.
0f49874b 17763
01c52d31
MB
17764 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17765 already-computed method to gnus-activate-group.
0f49874b 17766
01c52d31
MB
17767 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17768 same select-methods identical Lisp objects.
0f49874b 17769
01c52d31
MB
17770 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17771 object when modifying the info.
0f49874b 17772
01c52d31 177732004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17774
01c52d31
MB
17775 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17776 gnus-opened-servers since it has never been opened with the new
17777 configuration yet.
0f49874b 17778
01c52d31 177792004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 17780
01c52d31
MB
17781 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17782 arg to nnheader-generate-fake-message-id.
0f49874b 17783
01c52d31 177842004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 17785
01c52d31
MB
17786 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17787 number and build a fake message ID localized to a group and
17788 article number (so it's repeatable from that point on).
cc4a96c6 17789 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 17790 ID format.
ca0a6900 17791
296a8e19
SM
17792 * gnus-sum.el (gnus-get-newsgroup-headers):
17793 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 17794
01c52d31 177952004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 17796
01c52d31
MB
17797 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17798 end-of-buffer.
a21fb88e 17799
01c52d31 178002004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 17801
01c52d31 17802 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 17803
01c52d31 178042004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 17805
01c52d31
MB
17806 * rfc2047.el (rfc2047-encode-message-header): Remove useless
17807 goto-char.
17808 (rfc2047-encode): Fold the line before encoding.
bfe5418b 17809
01c52d31 178102004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 17811
01c52d31
MB
17812 * rfc2047.el (rfc2047-encode-message-header): Disabled header
17813 folding -- not all headers can be folded, and this should be done
17814 by the message composition mode. Probably. I think.
d4755e04 17815
01c52d31 178162004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 17817
01c52d31
MB
17818 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17819 fast.
95f75c75 17820
01c52d31
MB
17821 * gnus-ems.el (gnus-remove-image): Don't use
17822 message-text-with-property; remove only the image found first.
4a43ee9b 17823
01c52d31 178242004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 17825
01c52d31 17826 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 17827
01c52d31 178282004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17829
01c52d31
MB
17830 * message.el (message-text-with-property): Make it fast and accept
17831 optional arguments.
17832 (message-strip-forbidden-properties): Use it.
17833 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 17834
01c52d31 17835 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 17836
01c52d31 178372004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 17838
01c52d31
MB
17839 * gnus-art.el (article-hide-headers): Don't change the buffer
17840 mistakenly when performing mml-preview even if
17841 gnus-single-article-buffer is nil.
4a43ee9b 17842
01c52d31 178432004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 17844
01c52d31
MB
17845 * message.el (message-expand-name-databases): New user option.
17846 (message-expand-name): Use it.
4a43ee9b 17847
01c52d31 178482004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 17849
01c52d31
MB
17850 * spam.el (spam-report-articles-resend)
17851 (spam-report-resend-register-routine): Allow ham reporting.
17852 (spam-report-resend-register-ham-routine): Add wrapper.
17853 (spam-registration-functions): Add ham resending functions.
17854 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 17855
01c52d31
MB
17856 * gnus.el (ham-resend-to): Add new group parameter.
17857 (spam-process): Add ham resend option.
4a43ee9b 17858
01c52d31
MB
17859 * spam-report.el (spam-report-resend): Allow reporting ham.
17860 (spam-report-resend-ham): Add wrapper.
4a43ee9b 17861
01c52d31 178622004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 17863
296a8e19
SM
17864 * message.el (message-cite-articles-with-x-no-archive):
17865 New variable.
01c52d31 17866 (message-cite-original): Use it.
4a43ee9b 17867
01c52d31 178682004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 17869
01c52d31 17870 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 17871
01c52d31 178722004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 17873
01c52d31
MB
17874 * gnus-art.el (article-hide-headers): Refer to the values for
17875 gnus-ignored-headers and gnus-visible-headers in the summary
17876 buffer since a user may have set them as group parameters.
cfcd5c91 17877
01c52d31 178782004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 17879
01c52d31
MB
17880 * assistant.el (assistant-node-name): Add convenience function.
17881 (assistant-render-text, assistant-render-node): Add error handling,
17882 plus handle multiple next nodes.
17883 (assistant-find-next-node): Comment out for now.
17884 (assistant-find-next-nodes): Add function, returns list of next
17885 nodes.
17886
178872004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
17888
17889 * mail-source.el (mail-source-directory): Fix doc-string.
17890
178912004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
17892
17893 * assistant.el (assistant-render-text, assistant-eval): Add :set
17894 widget type, which is different because it takes and returns a
17895 list. Much hilarity ensues.
17896
178972004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
17898
296a8e19 17899 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 17900
296a8e19
SM
17901 * gnus-group.el (gnus-group-get-new-news-this-group):
17902 Add doc-string.
01c52d31 17903
296a8e19 17904 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
17905
179062004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
17907
17908 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17909
179102004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
17911
17912 * assistant.el (assistant-render-text): Try to add a :set
17913 widget, more to come.
17914
17915 * spam.el (spam-group-spam-contents-p): Handle empty groupname
17916 strings.
17917 (spam-report-articles-resend)
17918 (spam-register-routine): Do registration iff any articles warrant
17919 it.
17920 (spam-summary-prepare-exit): Change log message for nil group
17921 destinations.
17922
179232004-05-27 Daniel Pittman <daniel@rimspace.net>
17924
296a8e19
SM
17925 * spam.el (spam-report-resend-register-routine):
17926 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
17927
179282004-05-26 Simon Josefsson <jas@extundo.com>
17929
17930 * starttls.el: Merge with my GNUTLS based starttls.el.
17931 (starttls-gnutls-program, starttls-use-gnutls)
17932 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
17933 (starttls-connect, starttls-failure, starttls-success):
17934 New variables.
01c52d31 17935 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
17936 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17937 New functions.
17938 (starttls-negotiate, starttls-open-stream):
17939 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
17940 function if it is set.
17941
179422004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
17943
17944 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17945 structured fields.
17946
179472004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17948
17949 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17950
179512004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
17952
296a8e19
SM
17953 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17954 Add variable.
01c52d31
MB
17955 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
17956 assigning the spam-mark to new messages.
17957
880820fe 179582004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 17959
c4cc8b9a 17960 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
17961
179622004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
17963
17964 * rfc2047.el (rfc2047-encodable-p): Don't move point.
17965 (rfc2047-decode): Treat the ascii coding-system as raw-text by
17966 default.
17967
179682004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
17969
002876ab 17970 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
17971 correct data.
17972
179732004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
17974
17975 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17976 (spam-group-processor-p): Fix function.
17977 (spam-group-processor-multiple-p)
17978 (spam-group-spam-processor-report-gmane-p)
17979 (spam-group-spam-processor-report-resend-p)
17980 (spam-group-spam-processor-bogofilter-p)
17981 (spam-group-spam-processor-blacklist-p)
17982 (spam-group-spam-processor-ifile-p)
17983 (spam-group-ham-processor-ifile-p)
17984 (spam-group-spam-processor-spamoracle-p)
17985 (spam-group-spam-processor-crm114-p)
17986 (spam-group-ham-processor-bogofilter-p)
17987 (spam-group-spam-processor-stat-p)
17988 (spam-group-ham-processor-stat-p)
17989 (spam-group-ham-processor-whitelist-p)
17990 (spam-group-ham-processor-BBDB-p)
17991 (spam-group-ham-processor-spamoracle-p)
17992 (spam-group-ham-processor-copy-p): Remove functions with some
17993 prejudice against unneeded code.
17994 (spam-report-articles-resend)
17995 (spam-report-resend-register-routine): Allow the group/topic
17996 spam-resend-to value to override spam-report-resend-to.
17997 (spam-summary-prepare-exit): Invoke spam-group-processor-p
17998 properly now.
17999
18000 * gnus.el (spam-resend-to): Add group/topic parameter.
18001 (spam-process): Move the OBSOLETE processors to the end of the
18002 choices.
18003
180042004-05-24 Daniel Pittman <daniel@rimspace.net>
18005
296a8e19
SM
18006 * spam-report.el (spam-report-resend-to, spam-report-resend):
18007 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
18008 (spam-report-resend): spam-report-resend takes a list of articles, not
18009 separate article numbers.
18010
180112004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18012
18013 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18014 addition to emacs-w3m.
18015
180162004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18017
18018 * assistant.el (assistant-authinfo-data): New function.
18019 (assistant-eval): Eval for entire assistant.
18020
18021 * netrc.el (netrc-services-file): New variable.
18022 (netrc-parse-services): New function.
18023 (netrc-find-service-name): New function.
18024 (netrc-find-service-number): New function.
18025 (netrc-port-equal): New function.
18026 (netrc-machine): Use it.
18027
18028 * nnimap.el (nnimap-open-connection): Use netrc.
18029
18030 * gnus-util.el (gnus-netrc-get): Remove aliases.
18031
18032 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18033
18034 * assistant.el (wid-edit): Fix compilation.
18035
18036 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18037
180382004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18039
18040 * gnus-util.el (gnus-set-file-modes): New function. (small
18041 patch).
18042
180432004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18044
01c52d31 18045 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 18046
01c52d31
MB
18047 * assistant.el (assistant-render-node): Fix up rendering and
18048 read-only text.
18049 (assistant-render-node): Reset.
18050 (assistant-make-read-only): Not sticky.
cfcd5c91 18051
01c52d31 180522004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 18053
01c52d31
MB
18054 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18055 centered even when gnus-auto-center-summary is t
cfcd5c91 18056
01c52d31 180572004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 18058
01c52d31
MB
18059 * dns.el (dns-get-txt-answer): New function.
18060 (dns-read-txt): Ditto.
18061 (query-dns): Use it.
cfcd5c91 18062
01c52d31 180632004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 18064
01c52d31
MB
18065 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18066 active for foreign groups even if the group level is higher than
18067 the specified value.
cfcd5c91 18068
01c52d31 180692004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 18070
01c52d31
MB
18071 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18072 non-active groups.
9ad41fb7 18073
01c52d31 18074 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 18075
01c52d31 180762004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 18077
01c52d31 18078 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 18079
01c52d31 180802004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 18081
01c52d31
MB
18082 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18083 (spam-crm114-header, spam-crm114-spam-switch)
18084 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18085 (spam-crm114-positive-spam-header)
18086 (spam-crm114-database-directory, spam-list-of-processors)
18087 (spam-group-spam-processor-crm114-p)
18088 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18089 (spam-generic-score, spam-list-of-checks)
18090 (spam-list-of-statistical-checks, spam-registration-functions)
18091 (spam-check-crm114-headers, spam-crm114-score)
18092 (spam-check-crm114, spam-crm114-register-with-crm114)
18093 (spam-crm114-register-spam-routine)
18094 (spam-crm114-unregister-spam-routine)
18095 (spam-crm114-register-ham-routine)
296a8e19
SM
18096 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18097 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 18098
01c52d31 18099 * gnus.el: Add spam-use-crm114.
d0859c9a 18100
01c52d31
MB
18101 * spam.el (spam-list-of-processors, spam-registration-functions):
18102 Add spam-use-resend.
18103 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18104 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
18105 (spam-report-articles-resend, spam-report-resend-register-routine):
18106 Add wrappers around spam-report-resend-to.
d0859c9a 18107
01c52d31
MB
18108 * spam-report.el (spam-report-resend-to, spam-report-resend):
18109 Add support for resending spam.
18110 (spam-report-gmane): Fix line length >80.
d0859c9a 18111
01c52d31 18112 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 18113
01c52d31 181142004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 18115
01c52d31
MB
18116 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18117 number of processed spam messages.
18118 (spam-ham-copy-or-move-routine): Return the number of processed
18119 ham messages.
18120 (spam-summary-prepare-exit): Use the above values to decide
18121 whether status messages shouled be displayed.
d0859c9a 18122
01c52d31 181232004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 18124
296a8e19 18125 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
18126 `rfc2047-encoding-function-alist' in order to avoid conflicting
18127 with the old version.
18128 (rfc2047-encode-region): Concatenate words containing non-ASCII
18129 characters in structured fields; don't encode space-delimited
18130 ASCII words even in unstructured fields; don't break words at
18131 char-category boundaries.
18132 (rfc2047-encode-1): New function.
18133 (rfc2047-encode): Use it; encode text so that it occupies the
18134 maximum width within 76-column; work correctly on Q encoding for
18135 iso-2022-* charsets.
18136 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18137 sure not to break a line just after the header name.
296a8e19 18138 (rfc2047-b-encode-region): Remove.
01c52d31 18139 (rfc2047-b-encode-string): New function.
296a8e19 18140 (rfc2047-q-encode-region): Remove.
01c52d31 18141 (rfc2047-q-encode-string): New function.
d0859c9a 18142
01c52d31 18143 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 18144
01c52d31 181452004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18146
296a8e19
SM
18147 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18148 Really get it right.
01c52d31 18149 (gnus-inews-make-draft): Really.
d0859c9a 18150
01c52d31 181512004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 18152
01c52d31
MB
18153 * nnmh.el (nnmh-request-list-1): Don't check the link count
18154 before descending. (small patch)
d0859c9a 18155
01c52d31 181562004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 18157
01c52d31
MB
18158 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18159 stuff.
6441d280 18160
296a8e19
SM
18161 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18162 Match on real group name.
6441d280 18163
01c52d31 18164 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 18165
01c52d31 18166 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 18167
01c52d31 181682004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 18169
296a8e19
SM
18170 * gnus-draft.el (gnus-draft-send):
18171 Bind rfc2047-encode-encoded-words.
8654e13a 18172
01c52d31
MB
18173 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18174 (rfc2047-encodable-p): Say that =? needs encoding.
18175 (rfc2047-encode-encoded-words): New variable.
8654e13a 18176
01c52d31 18177 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 18178
01c52d31 18179 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 18180
01c52d31
MB
18181 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18182 to nil.
31640842 18183
01c52d31 18184 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 18185
01c52d31 18186 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 18187
01c52d31 181882004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 18189
296a8e19
SM
18190 * gnus-msg.el (gnus-summary-followup-with-original):
18191 Document yanking of region when active.
61b397cd 18192
01c52d31 181932004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 18194
01c52d31
MB
18195 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18196 groups if the group level is higher than the specified value.
31640842 18197
01c52d31 181982004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 18199
01c52d31 18200 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 18201 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
18202 `gnus-group-jump-to-group-prompt'. Query before jumping to
18203 non-active group.
cd01ded9 18204
01c52d31
MB
18205 * compface.el (uncompface): Be verbose when changing
18206 `uncompface-use-external'.
850c333d 18207
01c52d31
MB
18208 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18209 handle manual section.
850c333d 18210
01c52d31 182112004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 18212
01c52d31 18213 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 18214
01c52d31 182152004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 18216
01c52d31 18217 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 18218
01c52d31 182192004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 18220
01c52d31
MB
18221 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18222 whether backend can accept message.
6a748eda 18223
01c52d31 18224 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 18225
01c52d31 182262004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 18227
01c52d31
MB
18228 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18229 Avoid creating directory when nntp-marks-is-evil is true.
18230 Reported by Reiner Steib.
9a89f5b0 18231
01c52d31 182322004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 18233
01c52d31 18234 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
18235 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18236 (gnus-picon-transform-address): Support `gnus-picon-style'.
18237 From Jesper Harder <harder@ifa.au.dk>.
91472578 18238
01c52d31 182392004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18240
01c52d31
MB
18241 * message.el (message-fill-field): Return point.
18242 (message-generate-headers): Go to end of field.
91472578 18243
01c52d31
MB
18244 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18245 stuff for non-living groups.
91472578 18246
01c52d31 182472004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 18248
01c52d31
MB
18249 * gnus-art.el (gnus-article-followup-with-original)
18250 (gnus-article-reply-with-original): gnus-mark-active-p ->
18251 gnus-region-active-p.
91472578 18252
01c52d31 182532004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 18254
01c52d31
MB
18255 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18256 only when there is spam or ham to be processed.
91472578 18257
01c52d31 182582004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18259
01c52d31
MB
18260 * mail-source.el (mail-source-delete-crash-box): Refactor.
18261 (mail-source-fetch): Use it.
18262 (mail-source-fetch-file): Ditto.
18263 (mail-source-fetch-directory): Run postscript in loop.
18264 (mail-source-fetch-pop): Delete.
18265 (mail-source-fetch-maildir): Ditto.
18266 (mail-source-fetch-imap): Ditto.
91472578 18267
01c52d31 18268 * imap.el (imap-authenticators): Comment out sasl.
91472578 18269
01c52d31
MB
18270 * message.el (message-skip-to-next-address): New function.
18271 (message-fill-header-address): Refactor.
18272 (message-fill-address): Use it.
18273 (message-delete-address): Use it.
18274 (message-fill-header-general): Refactor.
18275 (message-fill-field-address): Rename.
18276 (message-narrow-to-field): Find the start of the header.
18277 (message-header-format-alist): Don't pre-fill.
296a8e19 18278 (message-fill-header): Remove.
01c52d31
MB
18279 (message-insert-header): New function.
18280 (message-shorten-references): Use it.
91472578 18281
01c52d31 18282 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 18283
01c52d31 18284 * mail-parse.el (mail-header-make-address): New alias.
91472578 18285
01c52d31 18286 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 18287
01c52d31 18288 * imap.el: Add compiler directives.
91472578 18289
01c52d31 18290 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 18291
01c52d31
MB
18292 * gnus-art.el (article-decode-idna-rhs): Don't use
18293 message-idna-inside-rhs-p.
91472578 18294
01c52d31 182952004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18296
296a8e19 18297 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 18298 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 18299
296a8e19 18300 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 18301 false positives.
1b155fbd 18302
ce058493 183032004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 18304
01c52d31 18305 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 18306
01c52d31 183072004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 18308
ce058493 18309 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 18310 files.
91472578 18311
01c52d31
MB
18312 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18313 (gnus-inews-do-gcc): Remove sleep.
498063ec 18314
01c52d31
MB
18315 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18316 part under point.
498063ec 18317
01c52d31
MB
18318 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18319 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 18320
01c52d31 183212004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18322
296a8e19 18323 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 18324
01c52d31 183252004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 18326
01c52d31
MB
18327 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18328 as expired without moving it" message when there are spam
18329 messages left.
498063ec 18330
01c52d31 183312004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 18332
002876ab 18333 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 18334 header is not nil.
707f2b38 18335
01c52d31 183362004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 18337
296a8e19
SM
18338 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18339 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
18340 (nntp-marks-changed-p): New arg SERVER.
18341 (nntp-request-update-info): Adjust caller.
10ace8ea 18342
01c52d31 183432004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 18344
01c52d31 18345 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 18346
01c52d31 183472004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 18348
01c52d31
MB
18349 * nntp.el: Support marks.
18350 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18351 (nntp-marks-modtime, nntp-marks-directory): New variables.
18352 (nntp-request-set-mark, nntp-request-update-info)
18353 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
18354 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18355 New functions.
10ace8ea 18356
01c52d31 183572004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 18358
296a8e19
SM
18359 * gnus-score.el (gnus-score-insert-help):
18360 Use gnus-select-lowest-window.
10ace8ea 18361
01c52d31
MB
18362 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18363 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 18364
01c52d31 18365 * gnus.el: do.
10ace8ea 18366
01c52d31 183672004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 18368
01c52d31
MB
18369 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18370 encodings of MIME-encoded words, in order to improve
18371 interoperability with several broken MUAs.
10ace8ea 18372
01c52d31 183732004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 18374
01c52d31
MB
18375 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18376 tags, only when charsets are not specified in headers.
18377 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 18378
01c52d31 183792004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 18380
01c52d31
MB
18381 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18382 instead of MIME-decoded from fields when checking
18383 `gnus-article-address-banner-alist'.
0302b80e 18384
01c52d31 183852004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 18386
01c52d31
MB
18387 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18388 description rather than subject.
fa9a04e1 18389
01c52d31 183902004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18391
01c52d31 18392 * gnus.el (gnus-version-number): Bump.
fa9a04e1 18393
01c52d31 183942004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 18395
01c52d31 18396 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 18397
01c52d31 183982004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 18399
296a8e19
SM
18400 * gnus-agent.el (gnus-agent-read-agentview):
18401 Inline gnus-uncompress-range.
fa9a04e1 18402
01c52d31 184032004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18404
01c52d31
MB
18405 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18406 `exec-installed-p'.
fa9a04e1 18407
01c52d31 184082004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 18409
296a8e19
SM
18410 * gnus.el (spam-process, spam-autodetect-methods):
18411 Add bsfilter and bsfilter-headers.
fa9a04e1 18412
01c52d31
MB
18413 * spam.el (spam-bsfilter): New customize group.
18414 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18415 (spam-bsfilter-header, spam-bsfilter-probability-header)
18416 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18417 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18418 (spam-bsfilter-database-directory): New options.
18419 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18420 (spam-list-of-statistical-checks, spam-registration-functions):
18421 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18422 (spam-bsfilter-score): New command.
18423 (spam-check-bsfilter-headers, spam-check-bsfilter)
18424 (spam-bsfilter-register-with-bsfilter)
18425 (spam-bsfilter-register-spam-routine)
18426 (spam-bsfilter-unregister-spam-routine)
18427 (spam-bsfilter-register-ham-routine)
18428 (spam-bsfilter-unregister-ham-routine): New functions.
18429 (spam-generic-score): Support bsfilter; Accept an optional argument
18430 to recalcurate spam score even if scoring header has already been
18431 added.
18432 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18433 optional argument to recalcurate spam score even if scoring header
18434 has already been added.
bf68d4e6 18435
01c52d31 184362004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 18437
01c52d31
MB
18438 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18439 strings! Reported by David D. Smith <davidsmith@acm.org>.
18440 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18441 link is missing.
f66ce3b9 18442
01c52d31 184432004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 18444
01c52d31
MB
18445 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18446 (html2text-get-attr): Rewrite.
14f56b66 18447
01c52d31
MB
18448 * message.el (message-setup-1): Remove redundant put-text-property
18449 on mail-header-separator.
14f56b66 18450
01c52d31 184512004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 18452
01c52d31
MB
18453 * gnus-registry.el (gnus-registry-cache-whitespace)
18454 (gnus-registry-action, gnus-registry-spool-action)
18455 (gnus-registry-split-fancy-with-parent): Change message levels
18456 from 5 to 3 or 7, as needed.
ec3c4a4c 18457
01c52d31
MB
18458 * spam.el (spam-summary-prepare-exit)
18459 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18460 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 18461 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 18462 level from 5 to 6.
5f5475ac 18463
01c52d31 184642004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 18465
01c52d31
MB
18466 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18467 2004-03-04 change).
5f5475ac 18468
01c52d31 184692004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 18470
c9e31f32
SM
18471 * sieve-manage.el (sieve-manage-open):
18472 * nnweb.el (nnweb-insert-html):
01c52d31 18473 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
18474 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18475 * nnspool.el (nnspool-request-group):
01c52d31 18476 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 18477 * nnml.el (nnml-request-update-info):
01c52d31 18478 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 18479 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 18480 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
18481 (nnimap-request-set-mark):
18482 * nnfolder.el (nnfolder-request-update-info):
01c52d31 18483 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
18484 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18485 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 18486 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 18487 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
18488 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18489 * gnus-nocem.el (gnus-nocem-scan-groups):
18490 * gnus-int.el (gnus-start-news-server):
01c52d31 18491 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
18492 (gnus-group-browse-foreign-server):
18493 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18494 Use mapc when appropriate.
270a576a 18495
01c52d31 184962004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18497
01c52d31 18498 FIXME: Make separate entries for each person.
270a576a 18499
01c52d31 18500 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 18501 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 18502 <shields@msrl.com>:
270a576a 18503
01c52d31
MB
18504 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18505 may need for spam sorting and scoring.
18506 (spam-user-format-function-S): Add user format function suitable for
18507 general use.
18508 (spam-article-sort-by-spam-status): Add sorting function for summary
18509 sorting.
18510 (spam-extra-header-to-number): Add function to get a score from a
18511 header.
18512 (spam-summary-score): Add function to get a numeric score from the
18513 headers.
c9e31f32 18514 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
18515 (spam-initialize): Take symbols when it's run, and install the
18516 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 18517
01c52d31 185182004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18519
01c52d31 18520 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 18521 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 18522
01c52d31 185232004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 18524
01c52d31
MB
18525 * gnus-sum.el (gnus-set-global-variables)
18526 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18527 (gnus-article-get-xrefs, gnus-summary-best-group)
18528 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18529 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
18530 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18531 Use with-current-buffer.
270a576a 18532
01c52d31 185332004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 18534
01c52d31
MB
18535 * spam.el (spam-summary-prepare-exit): Simplify logic.
18536 (spam-fetch-article-header): Read the article header if it's not
18537 available.
18538 (spam-list-articles): Simplify logic.
18539 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 18540
01c52d31 18541 * gnus-registry.el: Fix comments at beginning.
270a576a 18542
01c52d31 185432004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 18544
01c52d31
MB
18545 * message.el (message-cater-to-broken-inn): Remove.
18546 (message-shorten-references): Make sure the total folded length of
18547 References is shorter than 998 characters to cater to a bug in INN
18548 2.3. Also, don't pretend that references aren't folded -- this
18549 hasn't worked for a while.
d31fa104 18550
01c52d31 185512004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18552
01c52d31
MB
18553 * gnus-agent.el (gnus-agentize):
18554 gnus-agent-send-mail-real-function no longer set to current value
18555 of message-send-mail-function but rather a lambda that calls
18556 message-send-mail-function. The change makes the agent real-time
18557 responsive to user changes to message-send-mail-function.
9b981cb6 18558
01c52d31 185592004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 18560
01c52d31 18561 * legacy-gnus-agent.el
296a8e19 18562 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 18563 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 18564
01c52d31 185652004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 18566
01c52d31 18567 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 18568
01c52d31 185692004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 18570
01c52d31
MB
18571 * nnmail.el (nnmail-cache-insert): Always check whether
18572 nnmail-cache-ignore-groups matches a group name.
f429956a 18573
01c52d31 185742004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 18575
01c52d31
MB
18576 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18577 (spam-find-spam, spam-log-processing-to-registry)
18578 (spam-log-registered-p, spam-log-unregistration-needed-p)
18579 (spam-log-undo-registration): Use gnus-message instead of
18580 gnus-error, none of these errors are fatal.
5c243ee4 18581
01c52d31
MB
18582 * gnus-registry.el (gnus-registry-clean-empty-function)
18583 (gnus-registry-clean-empty): Remove only empty entries without
18584 extra data.
aba1948a 18585
01c52d31 185862004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 18587
01c52d31
MB
18588 * spam-stat.el (spam-stat-buffer-change-to-spam)
18589 (spam-stat-buffer-change-to-non-spam): Change (error) to
18590 (gnus-message 8) invocation.
aba1948a 18591
01c52d31 185922004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18593
01c52d31
MB
18594 * nntp.el (nntp-via-netcat-command): New variable.
18595 (nntp-via-netcat-switches): New variable.
18596 (nntp-open-via-rlogin-and-netcat): New function.
18597 (nntp-open-connection-function): Doc fix.
18598 (nntp-telnet-command): Doc fix.
18599 (nntp-end-of-line): Doc fix.
18600 (nntp-via-rlogin-command): Doc fix.
18601 (nntp-via-user-name): Doc fix.
18602 (nntp-via-address): Doc fix.
aba1948a 18603
01c52d31 186042004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 18605
01c52d31
MB
18606 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18607 error in Emacs 21.1.
ddff82cf 18608
01c52d31 186092004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 18610
01c52d31 18611 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 18612
01c52d31 186132004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 18614
01c52d31
MB
18615 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18616 (gnus-agent-with-refreshed-group): New macro.
18617 (gnus-agent-rename-group): New function.
18618 (gnus-agent-delete-group): New function.
18619 (gnus-agent-save-group-info): Use gnus-command-method when
18620 `method' parameter is nil. Don't write nil entries into the
18621 active file.
18622 (gnus-agent-get-group-info): New function.
296a8e19
SM
18623 (gnus-agent-fetch-articles):
18624 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 18625 used.
296a8e19
SM
18626 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18627 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 18628 used.
296a8e19 18629 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
18630 gnus-group-real-name and gnus-find-method-for-group.
18631 (gnus-agent-set-local): Delete stored entry if either min, or max,
18632 are nil.
296a8e19
SM
18633 (gnus-agent-fetch-session): Reworded error/quit messages.
18634 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
18635 articles fetched to disk before the quit occurred.
18636 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18637 gnus-agent-update-view-total-fetched-for, and
18638 gnus-agent-update-files-total-fetched-for to decrement disk space
18639 used.
296a8e19
SM
18640 (gnus-agent-retrieve-headers):
18641 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
18642 used.
18643 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18644 with gnus-agent-update-files-total-fetched-for to decrement disk
18645 space and fresh group buffer.
18646 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18647 (gnus-agent-need-update-total-fetched-for): New variable.
18648 (gnus-agent-update-files-total-fetched-for): New function.
18649 (gnus-agent-update-view-total-fetched-for): New function.
18650 (gnus-agent-total-fetched-for): New function.
18651
296a8e19
SM
18652 * gnus-cache.el (gnus-cache-save-buffers):
18653 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 18654 used by this group.
296a8e19
SM
18655 (gnus-cache-possibly-enter-article):
18656 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 18657 used by this group.
296a8e19
SM
18658 (gnus-cache-possibly-remove-article):
18659 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
18660 used by this group.
18661 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18662 (gnus-cache-rename-group): New function.
18663 (gnus-cache-delete-group): New function.
18664 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18665 (gnus-cache-need-update-total-fetched-for): New variable.
18666 (gnus-cache-with-refreshed-group): New macro.
18667 (gnus-cache-update-file-total-fetched-for): New function.
18668 (gnus-cache-update-overview-total-fetched-for): New function.
18669 (gnus-cache-rename-group-total-fetched-for): New function.
18670 (gnus-cache-delete-group-total-fetched-for): New function.
18671 (gnus-cache-total-fetched-for): New function.
112d84ef 18672
01c52d31
MB
18673 * gnus-group.el: Require gnus-sum and autoload functions to
18674 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 18675 (gnus-group-line-format): Documented new %F.
01c52d31
MB
18676 (size of Fetched data) group line format; identifies disk space
18677 used by agent and cache.
18678 (gnus-group-line-format-alist): Defined new F format.
18679 (gnus-total-fetched-for): New function.
18680 (gnus-group-delete-group): No longer update
18681 gnus-cache-active-altered as gnus-request-delete-group now keeps
18682 the cache in sync.
18683 (gnus-group-list-active): Let the agent store a server's active
18684 list if currently plugged.
2f7717f6 18685
c9e31f32
SM
18686 * gnus-int.el (gnus-request-delete-group):
18687 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 18688 local disk in sync with the server.
c9e31f32
SM
18689 (gnus-request-rename-group):
18690 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 18691 local disk in sync with the server.
2f7717f6 18692
c9e31f32
SM
18693 * gnus-start.el (gnus-get-unread-articles):
18694 Cosmetic simplification to logic.
c44edf72 18695
01c52d31 18696 * gnus-util.el (gnus-rename-file): New function.
c44edf72 18697
01c52d31 186982004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 18699
01c52d31 18700 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 18701
01c52d31 187022004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18703
01c52d31
MB
18704 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18705 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 18706
01c52d31 187072004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18708
01c52d31
MB
18709 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18710 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 18711
01c52d31 187122004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 18713
01c52d31 18714 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 18715
01c52d31 187162004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18717
01c52d31
MB
18718 * spam.el (spam-set-difference): Add function to replace
18719 gnus-set-difference in spam.el.
18720 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 18721
01c52d31 187222004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 18723
01c52d31
MB
18724 * gnus-registry.el (gnus-registry-cache-file): Update to use
18725 gnus-dribble-directory OR gnus-home-directory OR ~.
18726 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 18727
01c52d31 187282004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 18729
296a8e19
SM
18730 * message.el (message-exchange-point-and-mark):
18731 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 18732 <harder@ifa.au.dk>.
45893b95 18733
01c52d31 187342004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 18735
01c52d31
MB
18736 * message.el (message-exchange-point-and-mark): Don't activate
18737 region if it was inactive. Suggested by Hiroshi Fujishima
18738 <pooh@nature.tsukuba.ac.jp>.
734c5765 18739
01c52d31 187402004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 18741
01c52d31
MB
18742 * gnus-art.el (article-display-face): Display Faces in the same
18743 order as X-Faces.
734c5765 18744
01c52d31 187452004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18746
01c52d31 18747 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 18748
01c52d31 187492004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18750
01c52d31
MB
18751 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18752 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18753 (gnus-article-mime-hierarchy): Remove.
18754 (gnus-article-mime-hierarchy-next): Remove.
18755 (gnus-article-mode): Revert 2004-03-19 change.
18756 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18757 (gnus-insert-mime-button): Revert 2004-03-19 change.
18758 (gnus-mime-accumulate-hierarchy): Remove.
18759 (gnus-mime-enter-multipart): Remove.
149cd465 18760 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
18761 (gnus-mime-display-part): Revert 2004-03-19 change.
18762 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 18763
01c52d31 18764 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 18765
01c52d31 187662004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 18767
01c52d31 18768 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 18769
01c52d31 187702004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18771
01c52d31
MB
18772 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18773 t while entering a file name using the mm-with-multibyte macro.
18774 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 18775
01c52d31 18776 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 18777
01c52d31 187782004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18779
296a8e19
SM
18780 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18781 New user option.
01c52d31
MB
18782 (gnus-mime-multipart-functions): Doc and customization fix.
18783 (gnus-article-mime-hierarchy): New variable.
18784 (gnus-article-mime-hierarchy-next): New variable.
18785 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18786 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18787 gnus-article-mime-hierarchy-next to nil.
18788 (gnus-insert-mime-button): Show hierarchy numbers.
18789 (gnus-mime-accumulate-hierarchy): New function.
18790 (gnus-mime-enter-multipart): New function.
18791 (gnus-mime-leave-multipart): New function.
18792 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18793 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 18794
01c52d31
MB
18795 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18796 gnus-article-mime-hierarchy-next to nil.
ad136a7c 18797
01c52d31 187982004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 18799
01c52d31 18800 * dns.el: Don't require gnus-xmas.
ad136a7c 18801
01c52d31 188022004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 18803
01c52d31
MB
18804 * mml.el (mml-generate-mime-1): Don't use format=flowed with
18805 inline PGP.
18806 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 18807
01c52d31 188082004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18809
01c52d31
MB
18810 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18811 when the group's active is not available.
ad136a7c 18812
01c52d31 188132004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18814
01c52d31
MB
18815 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18816 error.
ad136a7c 18817
01c52d31 188182004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 18819
01c52d31
MB
18820 * imap.el (imap-store-password): New variable.
18821 (imap-interactive-login): Use it.
18822 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 18823
01c52d31 188242004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18825
01c52d31
MB
18826 * gnus-art.el (gnus-article-read-summary-keys): Restore new
18827 window-start and hscroll to summary window.
ad136a7c 18828
01c52d31 188292004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 18830
01c52d31
MB
18831 * gnus-start.el (gnus-convert-old-newsrc): Only write the
18832 conversion message to newsrc-dribble when an actual conversion is
18833 performed.
ad136a7c 18834
01c52d31 188352004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 18836
01c52d31 18837 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 18838
01c52d31 188392004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 18840
01c52d31
MB
18841 * mm-decode.el (mm-complicated-handles): New function reviving
18842 former definition of mm-multiple-handles.
49561cf6 18843
01c52d31
MB
18844 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18845 (gnus-mime-delete-part): Use it.
49561cf6 18846
01c52d31 188472004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 18848
296a8e19
SM
18849 * gnus-agent.el (gnus-agent-read-local):
18850 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
18851 avoid the implicit assumption that they will always be equal.
18852 (gnus-agent-save-local): Bind buffer-file-coding-system, not
18853 coding-system-for-write, as the with-temp-file macro first prints
18854 to a buffer then saves the buffer.
87589a70 18855
01c52d31 188562004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 18857
01c52d31
MB
18858 * gnus-art.el (gnus-article-edit-part): New function.
18859 (gnus-mime-save-part-and-strip): Use it; do query instead of
18860 signaling an error; don't use mm-multiple-handles.
18861 (gnus-mime-delete-part): Ditto.
c825ac9d 18862
01c52d31 188632004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 18864
296a8e19 18865 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 18866 old file versions.
296a8e19 18867 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 18868 form of gnus-agent-expire-days to group properties.
ae465fa7 18869
01c52d31
MB
18870 * gnus-int.el: Autoload gnus-agent-regenerate-group.
18871 (gnus-request-accept-article): Re-indented.
5f49be3f 18872
01c52d31 18873 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 18874 converters to handle old agent file formats. Add logic for a
01c52d31
MB
18875 "backup before upgrading warning".
18876 (gnus-convert-mark-converter-prompt): Developers can mark
18877 functions as needing (default), or not needing,
18878 gnus-convert-old-newsrc's "backup before upgrading warning".
18879 (gnus-convert-converter-needs-prompt): Tests whether the user
18880 should be protected from potentially irreversable changes by the
18881 function.
5f49be3f 18882
002876ab 18883 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 18884 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 18885
01c52d31 188862004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 18887
01c52d31 18888 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 18889
01c52d31 18890 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 18891
01c52d31 188922004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 18893
01c52d31 18894 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 18895
01c52d31 18896 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 18897
01c52d31 18898 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 18899
01c52d31 189002004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 18901
01c52d31
MB
18902 * gnus-sum.el (gnus-widget-reversible-match)
18903 (gnus-widget-reversible-to-internal)
18904 (gnus-widget-reversible-to-external): New functions.
18905 (gnus-widget-reversible): New widget.
18906 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 18907
01c52d31 189082004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 18909
01c52d31
MB
18910 * gnus-sum.el (gnus-thread-sort-functions)
18911 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 18912
01c52d31 189132004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 18914
01c52d31
MB
18915 * spam.el (spam-use-gmane-xref): Add new backend.
18916 (spam-gmane-xref-spam-group): Add variable to control the name of the
18917 Gmane spam group.
18918 (spam-blackhole-servers, spam-blackhole-good-server-regex)
18919 (spam-regex-headers-spam, spam-regex-headers-ham)
18920 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18921 (spam-list-of-checks): Add spam-use-gmane-xref to list of
18922 backends and checks.
18923 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 18924
01c52d31
MB
18925 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18926 an autodetect method.
e2642250 18927
01c52d31 189282004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 18929
01c52d31
MB
18930 * gnus-int.el (gnus-request-accept-article): Inform the agent that
18931 articles are being added to a group.
18932 (gnus-request-replace-article): Inform the agent that articles
18933 need to be uncached as the cached contents are no longer valid.
e2642250 18934
01c52d31 189352004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 18936
01c52d31 18937 * binhex.el: Don't autoload executable-find.
e2642250 18938
01c52d31 18939 * canlock.el: Don't autoload mail-fetch-field.
e2642250 18940
01c52d31 18941 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 18942
01c52d31
MB
18943 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18944 rmail-dont-reply-to and rmail-output.
e2642250 18945
01c52d31 18946 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 18947
01c52d31 18948 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 18949
01c52d31
MB
18950 * imap.el: Don't autoload base64-decode-string,
18951 base64-encode-string and md5.
e2642250 18952
01c52d31
MB
18953 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18954 and rmail-msg-restore-non-pruned-header.
e2642250 18955
01c52d31 18956 * mm-decode.el: Don't autoload executable-find.
e2642250 18957
01c52d31 18958 * mm-url.el: Don't autoload executable-find.
e2642250 18959
01c52d31 18960 * mm-view.el: Don't autoload diff-mode.
e2642250 18961
01c52d31
MB
18962 * nndb.el: Don't autoload news-reply-mode, news-setup,
18963 cancel-timer and telnet.
e2642250 18964
01c52d31 18965 * password.el: Don't autoload run-at-time for Emacs.
e2642250 18966
01c52d31 18967 * sha1-el.el: Don't autoload executable-find.
e2642250 18968
01c52d31 18969 * sieve-mode.el: Don't autoload c-mode.
e2642250 18970
01c52d31 18971 * uudecode.el: Don't autoload executable-find.
e2642250 18972
01c52d31 189732004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 18974
296a8e19 18975 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
18976 (gnus-agent-possibly-alter-active): Avoid null in numeric
18977 comparison.
18978 (gnus-agent-set-local): Refuse to save null in local object table.
18979 (gnus-agent-regenerate-group): The REREAD parameter can now be a
18980 list of articles that will be marked as unread.
e2642250 18981
01c52d31 189822004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 18983
01c52d31 18984 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 18985
01c52d31 189862004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 18987
01c52d31
MB
18988 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18989 language tags.
ba0226dd 18990
01c52d31 189912004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 18992
01c52d31
MB
18993 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18994 Don't bind "obarray".
5153a47a 18995
296a8e19
SM
18996 * gnus-sum.el (gnus-thread-sort-functions):
18997 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
18998 `gnus-thread-sort-by-most-recent-date'.
18999 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 19000
01c52d31 190012004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 19002
01c52d31 19003 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 19004
01c52d31 190052004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 19006
296a8e19
SM
19007 * gnus-cus.el (gnus-agent-customize-category):
19008 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 19009 run-time.
5153a47a 19010
01c52d31
MB
19011 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19012 single-interval range of the form (min . max). Previously the
19013 range had to look like ((min . max)). Likewise, return
19014 (min . max) rather than ((min . max)).
19015 (gnus-range-map): Use gnus-range-normalize to accept
19016 single-interval range.
5153a47a 19017
01c52d31
MB
19018 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19019 the cache, but not the agent, now appear with their usual face.
5153a47a 19020
01c52d31 190212004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 19022
01c52d31
MB
19023 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19024 w3m-safe-url-regexp variable buffer-local.
86713405 19025
01c52d31 19026 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 19027
01c52d31 190282004-02-27 Simon Josefsson <jas@extundo.com>
86713405 19029
01c52d31
MB
19030 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19031 gnus-group-real-prefix.
19032 (gnus-summary-move-article): Use it, instead of
19033 gnus-group-real-prefix.
86713405 19034
01c52d31 190352004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 19036
01c52d31
MB
19037 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19038 w3m-safe-url-regexp variable buffer-local and set it as the value
19039 of mm-w3m-safe-url-regexp.
d5ddd795 19040
01c52d31 19041 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 19042
01c52d31
MB
19043 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19044 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 19045
296a8e19
SM
19046 * nnrss.el (nnrss-opml-export):
19047 Use mm-set-buffer-file-coding-system instead of
01c52d31 19048 set-buffer-file-coding-system.
54506618 19049
01c52d31 190502004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 19051
01c52d31
MB
19052 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19053 of checkdoc.el).
19054 * nnrss.el: do.
19055 * gnus-mlspl.el: do.
19056 * gnus-ml.el: do.
19057 * gnus-srvr.el: do.
54506618 19058
01c52d31 19059 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 19060
01c52d31 190612004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 19062
01c52d31
MB
19063 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19064 Corrections to custom-manual links.
54506618 19065
01c52d31 19066 * gnus-art.el (gnus-article): Ditto.
54506618 19067
01c52d31 19068 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 19069
01c52d31 190702004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19071
01c52d31 19072 * flow-fill.el: Typo.
54506618 19073
01c52d31 190742004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 19075
01c52d31 19076 * spam-wash.el: New file.
54506618 19077
01c52d31 190782004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 19079
01c52d31 19080 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 19081
01c52d31 190822004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 19083
01c52d31
MB
19084 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19085 to be run with new-articles as LIST1, not LIST2.
19086 (spam-registration-functions): Add spam-use-ham-copy as a nil
19087 registration backend.
54506618 19088
01c52d31 190892004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 19090
01c52d31
MB
19091 * spam-stat.el (spam-stat-washing-hook): New option.
19092 (spam-stat-buffer-words): Use it.
296a8e19
SM
19093 (spam-stat-process-directory, spam-stat-test-directory):
19094 Use insert-file-contents-literally.
01c52d31
MB
19095 (spam-stat-coding-system): New variable.
19096 (spam-stat-load, spam-stat-save): Use it.
54506618 19097
01c52d31 190982004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19099
296a8e19
SM
19100 * spam-report.el (spam-report-plug-agent):
19101 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 19102
01c52d31 191032004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19104
296a8e19
SM
19105 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19106 Allow / in mailto URLs.
54506618 19107
01c52d31 191082004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19109
01c52d31
MB
19110 * spam-report.el (spam-report-process-queue): Fix interactive use.
19111 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19112 (spam-report-unplug-agent): Doc fixes.
19113 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
19114 (spam-report-agentize, spam-report-deagentize):
19115 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19116
01c52d31
MB
19117 * message.el (message-setup-fill-variables): Add mml tags to
19118 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19119 <ajk@iu.edu>.
19120 (message-mode): Don't modify paragraph-separate there.
54506618 19121
01c52d31 191222004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19123
01c52d31
MB
19124 * compface.el (uncompface-use-external): Default to undecided.
19125 (uncompface-use-external-threshold): New variable.
19126 (uncompface-float-time): New macro.
19127 (uncompface): Determine whether to use the external decoder if
19128 uncompface-use-external is undecided.
54506618 19129
01c52d31 191302004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 19131
01c52d31
MB
19132 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19133 after images.
54506618 19134
01c52d31 19135 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 19136
01c52d31 191372004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 19138
01c52d31 19139 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 19140
002876ab 19141 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 19142
01c52d31
MB
19143 * gnus-sum.el (gnus-summary-limit-to-age)
19144 (gnus-summary-limit-children): do.
54506618 19145
01c52d31 19146 * gnus-int.el (gnus-request-scan): do.
54506618 19147
01c52d31 19148 * gnus-group.el (gnus-group-suspend): do.
54506618 19149
01c52d31 19150 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 19151
01c52d31 19152 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 19153
01c52d31
MB
19154 * gnus-agent.el (gnus-summary-set-agent-mark)
19155 (gnus-agent-regenerate-group): do.
54506618 19156
01c52d31 19157 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 19158
01c52d31 19159 * binhex.el (binhex-decode-region-internal): do.
54506618 19160
01c52d31 191612004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 19162
01c52d31
MB
19163 * gnus-fun.el (gnus-face-properties-alist): New user option.
19164 (gnus-display-x-face-in-from): Use it.
54506618 19165
01c52d31 19166 * gnus-art.el (article-display-face): Ditto.
54506618 19167
01c52d31 19168 * compface.el (uncompface-use-external): Default to nil.
54506618 19169
01c52d31 191702004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 19171
01c52d31
MB
19172 * nntp.el (nntp-erase-buffer): New function.
19173 (nntp-retrieve-data, nntp-send-command)
19174 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19175 (nntp-possibly-change-group): Use it.
54506618 19176
296a8e19
SM
19177 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19178 Use with-current-buffer.
54506618 19179
01c52d31 191802004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 19181
01c52d31
MB
19182 * compface.el: Merge the ELisp-based uncompface program.
19183 (compface): New customization group.
19184 (uncompface-use-external): New user option.
19185 (uncompface): Call uncompface-internal if uncompface-use-external
19186 is nil.
19187 (uncompface-internal): New function. Note that there are also
19188 some other functions and variables added for this function.
54506618 19189
01c52d31 191902004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 19191
01c52d31
MB
19192 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19193 if necessary.
54506618 19194
01c52d31 191952004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 19196
01c52d31
MB
19197 * spam-report.el (spam-report-unplug-agent)
19198 (spam-report-plug-agent, spam-report-deagentize)
19199 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19200 Add support for the Agent in spam-report: when unplugged, report to a
19201 file; when plugged, submit all the requests.
54506618 19202
01c52d31
MB
19203 * spam.el (spam-register-routine): Fix message about
19204 registration.
54506618 19205
01c52d31 192062004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 19207
01c52d31
MB
19208 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19209 dependencies.
19210 (rfc2047-encode): Use it.
54506618 19211
01c52d31
MB
19212 * gnus-art.el (gnus-button-marker-list): Move before first
19213 reference.
54506618 19214
01c52d31
MB
19215 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19216 (imap-parse-body): Fix format string mismatch.
54506618 19217
01c52d31 19218 * gnus-score.el (gnus-summary-increase-score): do.
54506618 19219
01c52d31 19220 * nnrss.el (nnrss-close): New function.
54506618 19221
01c52d31 192222004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 19223
01c52d31
MB
19224 * nnrss.el (nnrss-make-filename): New function.
19225 (nnrss-request-delete-group, nnrss-read-server-data)
19226 (nnrss-save-server-data, nnrss-read-group-data)
19227 (nnrss-save-group-data): Use it.
19228 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19229 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19230 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 19231
01c52d31 192322004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 19233
01c52d31 19234 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 19235
01c52d31 192362004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 19237
01c52d31
MB
19238 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19239 files.
54506618 19240
01c52d31
MB
19241 * message.el (message-generate-headers-first): Don't quote nil
19242 and t in docstrings.
54506618 19243
01c52d31 19244 * imap.el (imap-id): do.
54506618 19245
01c52d31
MB
19246 * gnus-agent.el (gnus-agent-consider-all-articles)
19247 (gnus-agent-queue-mail): do.
54506618 19248
01c52d31 192492004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 19250
01c52d31
MB
19251 * spam-report.el (spam-report-process-queue): New function.
19252 Process requests from `spam-report-requests-file'.
19253 (spam-report-process-queue): Doc fix.
54506618 19254
01c52d31 192552004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 19256
01c52d31
MB
19257 * spam.el (spam-register-routine)
19258 (spam-log-processing-to-registry, spam-log-registered-p)
19259 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19260 Change "check" to "spam-check" for semi-clarity.
531e5812 19261
01c52d31 192622004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 19263
01c52d31 19264 * pop3.el: Require nnheader.
531e5812 19265
01c52d31 19266 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 19267
01c52d31 19268 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 19269
01c52d31 19270 * gnus-picon.el: Require cl.
531e5812 19271
01c52d31 19272 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 19273
01c52d31 19274 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 19275
01c52d31 19276 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 19277
01c52d31
MB
19278 * gnus-art.el (gnus-article-edit-mode): Define before first
19279 reference.
531e5812 19280
01c52d31 192812004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 19282
01c52d31
MB
19283 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19284 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 19285
01c52d31 19286 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 19287
01c52d31 19288 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 19289
01c52d31 19290 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 19291
01c52d31 19292 * gnus-art.el (article-date-ut): do.
69075cdd 19293
01c52d31
MB
19294 * message.el (message-fetch-field): Remove redundant
19295 case-fold-search binding.
19296 (message-narrow-to-field): Simplify.
69075cdd 19297
01c52d31 192982004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 19299
01c52d31 19300 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 19301
01c52d31
MB
19302 * spam-report.el (spam-report-url-to-file)
19303 (spam-report-requests-file): New function and variable for offline
19304 reporting.
19305 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19306 and user defined function.
19307 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 19308
01c52d31 193092004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 19310
01c52d31 19311 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 19312
01c52d31 193132004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 19314
296a8e19
SM
19315 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19316 Fix format string mismatch.
ebbeed62 19317
01c52d31 19318 * sieve.el (sieve-deactivate-all): do.
8903a9c8 19319
01c52d31 19320 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 19321
01c52d31 19322 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 19323
01c52d31 19324 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 19325
01c52d31 19326 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 19327
01c52d31 193282004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 19329
01c52d31
MB
19330 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19331 the list of checks.
e62e7654 19332
01c52d31 193332004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 19334
01c52d31
MB
19335 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19336 padding.
e62e7654 19337
01c52d31 193382004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 19339
01c52d31
MB
19340 * mm-view.el (mm-fill-flowed): New variable.
19341 (mm-inline-text): Use it.
eb6a2b61 19342
01c52d31 193432004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 19344
01c52d31
MB
19345 * spam.el (spam-spamassassin-register-ham-routine)
19346 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 19347
01c52d31 193482004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 19349
01c52d31
MB
19350 * gnus.el (gnus-tmp-grouplens): Remove.
19351 (gnus-summary-line-format): Remove grouplens.
f0096211 19352
01c52d31 19353 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 19354
01c52d31
MB
19355 * gnus-spec.el (gnus-format-specs): Ditto.
19356 (gnus-update-format-specifications): Flush the group format spec
19357 cache if there's the grouplens stuff.
19358 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 19359
01c52d31 193602004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 19361
01c52d31
MB
19362 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19363 omission.
14e20e13 19364
01c52d31 193652004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 19366
01c52d31
MB
19367 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19368 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 19369
01c52d31 193702004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19371
149cd465
JB
19372 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19373 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
19374 New macros and functions.
19375 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19376 Handle > NLINK_MAX messages.
296a8e19
SM
19377 * nnmaildir.el (nnmaildir-request-set-mark):
19378 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 19379
01c52d31 193802004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 19381
01c52d31
MB
19382 * spam-stat.el (spam-stat-process-directory-age): New option.
19383 (spam-stat-process-directory): Use it.
c1d7d285 19384
01c52d31 193852004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 19386
01c52d31
MB
19387 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19388 (spam-stat-save): Accept prefix argument.
c1d7d285 19389
01c52d31 193902004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 19391
01c52d31
MB
19392 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19393 links" error.
c1d7d285 19394
01c52d31 193952004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 19396
01c52d31
MB
19397 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19398 compatibility with old .newsrc.eld files.
10b43d7c 19399
01c52d31 19400 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 19401
01c52d31 19402 * gnus-start.el (gnus-1): do.
f4dd4ae8 19403
01c52d31 19404 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 19405
01c52d31 19406 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 19407
01c52d31 19408 * gnus-gl.el: Remove.
f4dd4ae8 19409
01c52d31 194102004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19411
01c52d31
MB
19412 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19413 marks consisting of a single range {for example, (3 . 5)} rather
19414 than a list of a single range { ((3 . 5)) }.
49561cf6 19415
01c52d31 194162004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19417
296a8e19
SM
19418 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19419 Use with-current-buffer.
01c52d31
MB
19420 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19421 avoid consing a string.
f4dd4ae8 19422
01c52d31
MB
19423 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19424 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 19425
01c52d31 194262004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 19427
01c52d31
MB
19428 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19429 uncompressed list.
f4dd4ae8 19430
01c52d31 194312004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 19432
01c52d31
MB
19433 * spam-stat.el (spam-stat-strip-xref): New function.
19434 (spam-stat-process-directory): Use it.
f4dd4ae8 19435
01c52d31
MB
19436 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19437 here -- it's done in message-fetch-field.
f4dd4ae8 19438
01c52d31 194392004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 19440
149cd465
JB
19441 * gnus-agent.el (gnus-agent-queue-mail)
19442 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
19443 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19444 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
19445 "nndraft:queue" along to gnus-draft-send.
19446 Use gnus-agent-prompt-send-queue.
01c52d31
MB
19447 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19448 is "nndraft:queue". Suggested by Gaute Strokkenes
19449 <gs234@srcf.ucam.org>
f4dd4ae8 19450
296a8e19
SM
19451 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19452 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19453 (gnus-agent-cat-groups): Use eval-and-compile, not
19454 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19455 method of gnus-agent-cat-groups even when the buffer has been
19456 evaled.
296a8e19 19457 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 19458 delete gnus-agent-save-active-1.
296a8e19 19459 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
19460 gnus-agent-save-active.
19461 (gnus-agent-write-active): No longer adjust agent's copy of active
19462 file as agent's adjustments are now stored in their own
296a8e19 19463 file. Remove optional parameter.
01c52d31
MB
19464 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19465 servers. Add use of min/max range limits from server's local
19466 file.
296a8e19 19467 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
19468 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19469 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 19470 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 19471 limits for articles known to the agent. Provides a fast mechanism
01c52d31 19472 for altering many active ranges.
3042deef 19473 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 19474 active file (local makes it unnecessary).
296a8e19 19475 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 19476
296a8e19
SM
19477 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19478 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
19479
19480 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19481 disable it when sending to "nndraft:queue".
19482 (gnus-group-send-queue): Add safety check to avoid sending queue
19483 when unplugged.
f4dd4ae8 19484
01c52d31
MB
19485 * gnus-group.el (gnus-group-catchup): Use new
19486 gnus-sequence-of-unread-articles, not
19487 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19488 numbers of articles. Use gnus-range-map to avoid having to
19489 uncompress the unread list.
149cd465 19490 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 19491 Fix invalid ange-ftp reference.
9b5773bc 19492
01c52d31
MB
19493 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19494 (gnus-sorted-range-intersection): Intersection of two ranges
19495 without requiring that they first be uncompressed.
9b5773bc 19496
01c52d31
MB
19497 * gnus-start.el (gnus-activate-group): Unless blocked by the
19498 caller, possibly expand the active range to include both cached
19499 and agentized articles.
19500 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19501 multiple version-dependent converters.
296a8e19 19502 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
19503 gnus-agent-save-active.
19504 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 19505
296a8e19 19506 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
19507 gnus-agent-possibly-alter-active.
19508 (gnus-adjust-marked-articles): Faster handling of simple lists
19509
195102004-01-21 Jesper Harder <harder@ifa.au.dk>
19511
19512 * spam-stat.el (spam-stat-test-directory): New optional argument
19513 displays a list of files detected. Suggested by Andrew Cohen
19514 <cohen@andy.bu.edu>.
19515 (spam-stat-buffer-words-with-scores): Don't narrow and change
19516 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19517
296fa7b4 195182004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
19519
19520 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19521 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19522 (spam-spamassassin-arguments)
19523 (spam-spamassassin-spam-flag-header)
19524 (spam-spamassassin-positive-spam-flag-header)
19525 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19526 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19527 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19528 (spam-list-of-processors, spam-list-of-checks)
19529 (spam-list-of-statistical-checks, spam-registration-functions)
19530 (spam-check-spamassassin-headers, spam-check-spamassassin)
19531 (spam-spamassassin-score)
19532 (spam-spamassassin-register-with-sa-learn)
19533 (spam-spamassassin-register-spam-routine)
19534 (spam-spamassassin-register-ham-routine)
19535 (spam-assassin-register-spam-routine)
002876ab
JB
19536 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19537 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
19538
195392004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19540
19541 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19542 default scoring function.
19543 (spam-generic-score): Call spam-spamassassin-score if
19544 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19545 spam-bogofilter-score otherwise.
19546
296a8e19
SM
19547 * gnus.el (spam-process, spam-autodetect-methods):
19548 Add spamassassin and spamassassin-headers.
01c52d31
MB
19549
195502004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19551
19552 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19553 Suppress unnecessary messages.
19554
195552004-01-20 Jesper Harder <harder@ifa.au.dk>
19556
19557 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19558 make-hash-table.
46cdaf24 19559
01c52d31 195602004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19561
01c52d31 19562 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 19563
01c52d31 195642004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19565
01c52d31
MB
19566 * run-at-time.el: Remove useless (require 'itimer),
19567 eval-and-compile and (featurep 'xemacs).
a08b59c9 19568
01c52d31 195692004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19570
01c52d31
MB
19571 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19572 GROUP is a virtual group.
a08b59c9 19573
01c52d31 195742004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 19575
01c52d31 19576 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 19577
01c52d31 195782004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19579
01c52d31 19580 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 19581
01c52d31 19582 * pgg-def.el: do.
a08b59c9 19583
01c52d31 19584 * nnmail.el: do.
a08b59c9 19585
01c52d31 19586 * gnus-undo.el: do.
a08b59c9 19587
01c52d31 19588 * gnus-picon.el: do.
a08b59c9 19589
01c52d31 19590 * gnus-util.el: do.
a08b59c9 19591
01c52d31 195922004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 19593
01c52d31 19594 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 19595
01c52d31 195962004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19597
01c52d31
MB
19598 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19599 handle, as well as a list.
a08b59c9 19600
01c52d31
MB
19601 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19602 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19603 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 19604
01c52d31 196052004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 19606
01c52d31
MB
19607 * message.el (message-kill-to-signature): Allow prefix arg to
19608 specify number of lines to keep before signature.
a08b59c9 19609
01c52d31
MB
196102004-01-14 Kai Grossjohann <kai@emptydomain.de>
19611
c4cc8b9a 19612 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 19613
01c52d31 196142004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19615
01c52d31
MB
19616 * canlock.el: Always require sha1-el.
19617 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 19618
01c52d31 19619 * message.el: Autoload sha1 only when compiling.
a08b59c9 19620
01c52d31 196212004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 19622
01c52d31 19623 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 19624
01c52d31 196252004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 19626
01c52d31 19627 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 19628
01c52d31 196292004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 19630
01c52d31 19631 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
19632 Invoke gnus-score-mode.
19633 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 19634
296a8e19
SM
19635 * gnus-range.el (gnus-compress-sequence): Doc fix.
19636 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 19637
01c52d31 196382004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 19639
01c52d31 19640 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 19641
01c52d31 196422004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 19643
01c52d31
MB
19644 * spam.el (spam-get-article-as-string): Update to use
19645 gnus-request-article-this-buffer, much simpler.
19646 (spam-get-article-as-buffer): Remove.
6e7fb80c 19647
01c52d31 196482004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 19649
296fa7b4 19650 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 19651
01c52d31 196522004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 19653
01c52d31
MB
19654 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19655 character for the encoding to avoid consing a string.
7cb0aa56 19656
01c52d31
MB
19657 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19658 unnecessarily.
7cb0aa56 19659
01c52d31 19660 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 19661
01c52d31
MB
19662 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19663 of mm-replace-chars-in-string.
e79f14a4 19664
01c52d31 196652004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19666
c9e31f32 19667 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 19668
01c52d31 19669 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 19670
01c52d31
MB
19671 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19672 a new string in every iteration. Use shy groups.
e79f14a4 19673
01c52d31 196742004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 19675
c9e31f32
SM
19676 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19677 * gnus-soup.el (gnus-soup-group-brew):
19678 * gnus-msg.el (gnus-put-message):
19679 * gnus-move.el (gnus-group-move-group-to-server):
19680 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
19681 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19682 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19683 (gnus-group-update-group, gnus-group-read-group)
19684 (gnus-group-make-group, gnus-group-make-help-group)
19685 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19686 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19687 (gnus-group-sort-by-unread, gnus-group-catchup)
19688 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19689 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
19690 (gnus-group-list-groups):
19691 * gnus.el (gnus-generate-new-group-name):
19692 * gnus-delay.el (gnus-delay-send-queue):
19693 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 19694 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 19695 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 19696 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
19697 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19698 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19699 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
19700 (gnus-group-make-articles-read):
19701 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19702 (gnus-group-change-level, gnus-kill-newsgroup)
19703 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19704 (gnus-get-unread-articles, gnus-make-articles-unread)
19705 (gnus-make-ascending-articles-unread): Use accessor
19706 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19707 to get group information for improved readability.
19708
01c52d31 197092004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19710
01c52d31
MB
19711 * gnus-art.el (article-decode-mime-words, article-babel)
19712 (gnus-article-highlight-signature, gnus-article-add-buttons)
19713 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 19714
01c52d31
MB
19715 * gnus-art.el (gnus-article-highlight-headers)
19716 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 19717
01c52d31
MB
19718 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19719 (gnus-article-set-globals, gnus-request-article-this-buffer)
19720 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19721 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19722 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 19723
01c52d31 197242004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19725
01c52d31
MB
19726 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19727 also under 80 char limit, and call gnus-error if needed.
19728 (spam-fetch-article-header): Fix - it was a
19729 buffer-local variable (gnus-newsgroup-data).
19730 (spam-find-spam): Use spam-generate-fake-headers, forget about
19731 spam-insert-fake-headers.
19732 (spam-insert-fake-headers): Remove.
1270d7ca 19733
01c52d31 197342004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19735
01c52d31
MB
19736 * deuglify.el (gnus-article-outlook-unwrap-lines)
19737 (gnus-outlook-rearrange-article)
19738 (gnus-outlook-repair-attribution-outlook)
19739 (gnus-outlook-repair-attribution-block)
19740 (gnus-outlook-repair-attribution-other): Remove redundant
19741 save-excursion.
1270d7ca 19742
01c52d31 197432004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19744
01c52d31
MB
19745 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19746 (spam-fetch-field-subject-fast)
19747 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19748 (spam-fetch-article-header): Add functions to deal with Gnus
19749 internals for fast retrieval of article header data.
19750 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 19751
01c52d31 197522004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19753
01c52d31
MB
19754 * pop3.el (pop3-md5): Remove.
19755 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 19756
01c52d31 19757 * mm-bodies.el: base64 is always built-in.
1270d7ca 19758
296a8e19
SM
19759 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19760 Use with-current-buffer.
1270d7ca 19761
23f87bed 197622004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19763
23f87bed
MB
19764 * canlock.el (canlock-insert-header): Remove excessive grouping in
19765 regexp.
1270d7ca 19766
01c52d31
MB
19767 * gnus-sum.el (gnus-summary-read-document): Ditto.
19768
19769 * gnus-uu.el (gnus-uu-part-number): Ditto.
19770
19771 * html2text.el (html2text-remove-tags): Ditto.
19772 (html2text-format-tags): Ditto.
19773 (html2text-format-single-elements): Ditto.
19774
19775 * mml.el (mml-parse-1): Ditto.
19776
197772004-01-08 Jesper Harder <harder@ifa.au.dk>
19778
19779 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19780
19781 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19782
19783 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19784
19785 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19786
197872003-11-15 Simon Josefsson <jas@extundo.com>
19788
19789 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19790 (pgg-gpg-lookup-key): Use regexp match instead of
19791 split-string (split-string is different between emacs 21.2 and
19792 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19793
197942004-01-08 Jesper Harder <harder@ifa.au.dk>
19795
19796 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
19797 (gnus-article-part-wrapper, gnus-article-view-part):
19798 Use with-current-buffer.
01c52d31
MB
19799
198002004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19801
19802 * spam.el (spam-disable-spam-split-during-ham-respool)
19803 (spam-spamoracle-database, spam-cache-lookups)
19804 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19805 (spam-group-ham-mark-p, spam-group-spam-mark-p)
19806 (spam-group-ham-marks, spam-group-spam-marks)
19807 (spam-group-spam-contents-p, spam-group-ham-contents-p)
19808 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19809 also add spam-use-blackholes to the statistical checks.
19810 (spam-fetch-field-fast): Add interface to fetching fields, may
19811 become a macro.
19812 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19813 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19814 (spam-insert-fake-headers): Fake an article when needed.
19815 (spam-find-spam): Fake article when possible.
19816 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19817 (spam-check-bogofilter-headers): Use message-fetch-field instead
19818 of nnmail-fetch-field.
19819
198202004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
19821
19822 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19823
198242004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19825
19826 * spam.el (spam-split): Do not require spam-use-CHECK to be
19827 enabled if that check is passed to spam-split explicitly; also
19828 fix so 'spam doesn't get converted to spam-split-group when
19829 spam-split-symbolic-return is t.
19830 (spam-find-spam): Find registrations of the article and use those
19831 instead of re-running spam-split to find the spam/ham
19832 classification of the article.
19833 (spam-log-processing-to-registry, spam-log-registered-p)
19834 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19835 Use gnus-error instead of gnus-message.
19836 (spam-log-registration-type): Add function to determine the
19837 classification of a message based on registry entries; will
19838 return nil if both 'spam and 'ham are found.
19839 (spam-check-BBDB): Expand all the BBDB macros here so we can have
19840 a reasonably fast local cache without the loading errors.
19841 (spam-cache-lookups): Set to t by default.
19842 (spam-find-spam): Don't try to guess spam-cache-lookups.
19843 (spam-enter-whitelist, spam-enter-blacklist): Clear the
19844 spam-caches entry.
296a8e19
SM
19845 (spam-filelist-build-cache, spam-filelist-check-cache):
19846 Fix caching of whitelist/blacklist entries.
19847 (spam-check-whitelist, spam-check-blacklist):
19848 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
19849 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19850
198512004-01-07 Jesper Harder <harder@ifa.au.dk>
19852
19853 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19854
19855 * nnmail.el (nnmail-split-fancy): do.
19856
19857 * mml.el (mml-parse): do.
19858
19859 * gnus-score.el (gnus-enter-score-words-into-hashtb)
19860 (gnus-score-adaptive): do.
19861
23f87bed 198622004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19863
01c52d31
MB
19864 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19865 (gnus-mime-button-map): Don't set keymap parent.
19866 (gnus-button-ctan-directory-regexp): Use shy grouping.
19867 (gnus-prev-page-map): Don't set keymap parent.
19868 (gnus-prev-page-map): Remove duplicated one.
19869 (gnus-next-page-map): Don't set keymap parent.
19870 (gnus-mime-security-button-map): Ditto.
19871
19872 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19873 version number.
19874
23f87bed 19875 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 19876
23f87bed 198772004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19878
23f87bed
MB
19879 * canlock.el (canlock-sha1-function): Remove.
19880 (canlock-sha1-function-for-verify): Remove.
19881 (canlock-openssl-program): Remove.
19882 (canlock-openssl-args): Remove.
19883 (canlock-ignore-errors): Remove.
19884 (canlock-sha1-with-openssl): Remove.
19885 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19886 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 19887
23f87bed
MB
19888 * sha1-el.el (sha1-string-external): Make it can return a string
19889 in binary form.
19890 (sha1-region-external): Ditto.
19891 (sha1-string-internal): Ditto.
19892 (sha1-region-internal): Ditto.
19893 (sha1-region): Ditto.
19894 (sha1-string): Ditto.
19895 (sha1): Ditto.
1270d7ca 19896
01c52d31 198972004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 19898
01c52d31 19899 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 19900
01c52d31 199012004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19902
01c52d31 19903 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 19904
01c52d31
MB
19905 * run-at-time.el (run-at-time-saved): Remove.
19906 (run-at-time): Doc fix.
1270d7ca 19907
01c52d31 199082004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19909
01c52d31
MB
19910 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19911 (gnus-summary-limit-map): Add it.
19912 (gnus-summary-make-menu-bar): do.
1270d7ca 19913
01c52d31 199142004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 19915
01c52d31
MB
19916 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19917 Make attempt at some caching support (done for BBDB only now).
19918 (spam-find-spam): Set spam-cache-lookups if there are more than 2
19919 addresses to be checked.
19920 (spam-clear-cache-BBDB): Add function, to be invoked by
19921 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19922 (spam-check-BBDB): Check and use the caches, if
19923 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 19924
01c52d31 199252004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 19926
296a8e19 19927 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 19928
01c52d31 199292004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 19930
01c52d31
MB
19931 * run-at-time.el (run-at-time-saved): Move to after the definition
19932 of `run-at-time'.
1270d7ca 19933
01c52d31 199342004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 19935
01c52d31
MB
19936 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19937 mm-w3m-local-map-property.
1270d7ca 19938
01c52d31
MB
19939 * mm-view.el (mm-w3m-mode-map): Remove.
19940 (mm-w3m-local-map-property): Remove.
19941 (mm-inline-text-html-render-with-w3m): Don't use
19942 mm-w3m-local-map-property.
1270d7ca 19943
01c52d31 199442004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 19945
01c52d31 19946 * run-at-time.el: New file.
1270d7ca 19947
01c52d31
MB
19948 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19949 of gnus-set-text-properties.
1270d7ca 19950
01c52d31 19951 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 19952
01c52d31 19953 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 19954
01c52d31 19955 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 19956
01c52d31
MB
19957 * gnus-art.el (gnus-button-push): Use set-text-properties instead
19958 of gnus-.
1b155fbd 19959
296a8e19 19960 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 19961 password-run-at-time throughout to use run-at-time directly.
1b155fbd 19962
296a8e19 19963 * password.el: Remove definition of run-at-time.
1b155fbd 19964
880820fe 199652004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 19966
01c52d31
MB
19967 * mml.el (mml-minibuffer-read-disposition): Show attachment type
19968 in prompt.
1b155fbd 19969
01c52d31 199702004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 19971
01c52d31
MB
19972 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19973 XEmacs version.
1270d7ca 19974
01c52d31
MB
19975 * dns.el (dns-make-network-process): Use `open-network-stream'
19976 instead of `gnus-xmas-open-network-stream'.
1270d7ca 19977
01c52d31 19978 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 19979
01c52d31 199802004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 19981
01c52d31
MB
19982 * gnus-art.el (gnus-mime-display-alternative)
19983 (gnus-insert-mime-button, gnus-insert-mime-security-button)
19984 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19985 Don't use gnus-local-map-property.
1270d7ca 19986
01c52d31 19987 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 19988
296a8e19
SM
19989 * mm-view.el (mm-view-pkcs7-decrypt):
19990 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 19991
01c52d31
MB
19992 * gnus-util.el (gnus-completing-read): do.
19993 (gnus-completing-read-maybe-default): Remove.
1270d7ca 19994
01c52d31 199952004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 19996
01c52d31
MB
19997 * password.el: Only autoload `run-at-time' if not XEmacs.
19998 Only autoload the itimer functions if XEmacs.
1270d7ca 19999
01c52d31 200002004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20001
01c52d31
MB
20002 * gnus-art.el (gnus-read-string): Remove.
20003 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20004 read-string.
1270d7ca 20005
01c52d31 200062004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 20007
01c52d31
MB
20008 * netrc.el: Autoload password-read.
20009 (netrc): Add configuration group.
296a8e19
SM
20010 (netrc-encoding-method, netrc-openssl-path):
20011 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
20012 ciphers.
20013 (netrc-encode): Add assistant function to encode a file with
20014 netrc-encoding-method.
20015 (netrc-parse): Add interactive parameter, added optional
20016 decoding if netrc-encoding-method is non-nil but otherwise
20017 behavior is standard.
20018 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20019 Do s/encode/encrypt/ everywhere.
1270d7ca 20020
01c52d31 20021 * spam.el: Remove executable-find autoload.
1270d7ca 20022
01c52d31 200232004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20024
01c52d31 20025 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 20026
01c52d31 20027 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 20028
01c52d31 200292004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 20030
c4cc8b9a 20031 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 20032 (article-treat-ansi-sequences): New variable and function.
01c52d31 20033 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 20034
01c52d31
MB
20035 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20036 Use it.
1270d7ca 20037
01c52d31 200382004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 20039
01c52d31 20040 * mm-util.el (mm-quote-arg): Remove.
23f87bed 20041
01c52d31
MB
20042 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20043 shell-quote-argument.
1270d7ca 20044
01c52d31 20045 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 20046
01c52d31 20047 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 20048
01c52d31
MB
20049 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20050 with make-char.
1270d7ca 20051
01c52d31 20052 * mm-util.el (mm-make-char): Remove.
1270d7ca 20053
01c52d31
MB
20054 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20055 add-minor-mode.
1270d7ca 20056
01c52d31 20057 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 20058
01c52d31 20059 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 20060
01c52d31 20061 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 20062
01c52d31 20063 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 20064
01c52d31 20065 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 20066
01c52d31 20067 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 20068
01c52d31 20069 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 20070
01c52d31 20071 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 20072
01c52d31 20073 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 20074
01c52d31 20075 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 20076
01c52d31
MB
20077 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20078 Replace gnus-char-width with char-width.
1270d7ca 20079
01c52d31 20080 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20081
01c52d31
MB
20082 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20083 Replace gnus-char-width with char-width.
1270d7ca 20084
01c52d31 20085 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 20086
01c52d31
MB
20087 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20088 definition.
20089 Remove Emacs 20 hash table compatibility code.
1270d7ca 20090
01c52d31
MB
20091 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20092 20 compatibility code.
1270d7ca 20093
01c52d31 20094 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 20095
01c52d31 20096 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 20097
296a8e19
SM
20098 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20099 Replace with point-at-{eol,bol}.
1270d7ca 20100
01c52d31 20101 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 20102
01c52d31 20103 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 20104
149cd465
JB
20105 * flow-fill.el (fill-flowed-point-at-bol)
20106 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 20107
01c52d31
MB
20108 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20109 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 20110
01c52d31 201112004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 20112
01c52d31
MB
20113 * ntlm.el (ntlm-string-as-unibyte): New macro.
20114 (ntlm-build-auth-response): Use it.
1270d7ca 20115
01c52d31
MB
20116 Remove Emacs 20 stuff:
20117 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20118 of delq and copy-sequence.
20119 * gnus-art.el (popup-menu): Remove the compiler macro.
20120 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20121 Emacs 20.
1270d7ca 20122
01c52d31 201232004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 20124
01c52d31
MB
20125 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20126 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20127 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20128 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20129 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20130 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20131 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20132 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20133 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20134 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20135 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
20136 string-xor into ntlm-string-xor.
20137 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20138
01c52d31 20139 * ntlm.el: Don't include poem.
1270d7ca 20140
296a8e19
SM
20141 * md4.el (print-int32, print-string-hexa): Remove.
20142 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 20143
01c52d31 20144 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 20145
01c52d31
MB
20146 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20147 probably breaks emacs with DL patch, but do we care? Is anyone
20148 still using the DL stuff?)
1270d7ca 20149
01c52d31
MB
20150 * sieve-manage.el: Use the password package.
20151 (sieve-manage-read-passwd): Remove.
20152 (sieve-manage-interactive-login): Use password. Re-add
20153 condition-case around loop.
20154
20155 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
20156 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20157 Use the password package.
01c52d31
MB
20158
201592003-02-19 Simon Josefsson <jas@extundo.com>
20160
20161 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20162 token.
20163
201642002-08-07 Simon Josefsson <jas@extundo.com>
20165
20166 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20167 (sieve-manage-authenticators):
20168 (sieve-manage-authenticator-alist): Add some SASL mechs.
20169 (sieve-sasl-auth): New function.
20170 (sieve-manage-cram-md5-auth):
20171 (sieve-manage-plain-auth): Rewrite using SASL library.
20172 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20173 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20174 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20175 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20176
201772004-01-05 Simon Josefsson <jas@extundo.com>
20178
20179 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20180 New files.
20181
201822004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20183
20184 * gnus-group.el (gnus-no-groups-message): Update.
20185
20186 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20187
201882003-11-09 Simon Josefsson <jas@extundo.com>
20189
20190 * imap.el: Support for ID IMAP extension (RFC 2971).
20191 (imap-local-variables): Add imap-id.
20192 (imap-id): New variable.
20193 (imap-id): New function.
20194 (imap-parse-response): Parse untagged ID response.
20195 * nnimap.el (nnimap-id): New variable.
20196 (nnimap-open-connection): Use it.
20197
201982003-12-28 Simon Josefsson <jas@extundo.com>
20199
20200 * gnus-score.el (gnus-score-edit-all-score): New.
20201 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20202
202032004-01-04 Simon Josefsson <jas@extundo.com>
20204
20205 * password.el: Add.
20206
202072004-01-04 Mario Lang <lang@zid.tugraz.at>
20208
e3e955fe 20209 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 20210 (dns-query-types): New function.
e3e955fe
MB
20211 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20212 PTR and SOA replies, see RFC 1035.
01c52d31
MB
20213
202142004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20215
296a8e19 20216 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 20217
296a8e19 20218 * Move to Changelog.2.
01c52d31
MB
20219
202202004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20221
20222 * gnus.el (gnus-version-number): Bump version.
20223
202242004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20225
20226 * gnus.el: No Gnus v0.1 is released.
1270d7ca 20227
01c52d31 202282004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 20229
01c52d31 20230 * gnus.el: No Gnus v0.0 is released.
1270d7ca 20231
01c52d31 202322004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 20233
01c52d31
MB
20234 * gnus.el (gnus-version-number): Bump.
20235 (gnus-version): No.
1270d7ca 20236
ef3b7aae 20237See ChangeLog.2 for earlier changes.
2a34a036 20238
95df8112 20239 Copyright (C) 2004-2011 Free Software Foundation, Inc.
5b87ad55
GM
20240
20241 This file is part of GNU Emacs.
20242
5e809f55 20243 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 20244 it under the terms of the GNU General Public License as published by
5e809f55
GM
20245 the Free Software Foundation, either version 3 of the License, or
20246 (at your option) any later version.
5b87ad55
GM
20247
20248 GNU Emacs is distributed in the hope that it will be useful,
20249 but WITHOUT ANY WARRANTY; without even the implied warranty of
20250 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20251 GNU General Public License for more details.
20252
20253 You should have received a copy of the GNU General Public License
5e809f55 20254 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 20255
ef3b7aae 20256;; Local Variables:
880820fe 20257;; coding: utf-8
d7ba2a01 20258;; fill-column: 79
33462dfa 20259;; add-log-time-zone-rule: t
ef3b7aae 20260;; End: