35acbfdb4bb2a4154910ad413747ea8919f3a13a
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4 fixup the parameters that can be customized by the user between
5 save/read cycles.
6 (gnus-registry-read): Use it.
7 (gnus-registry-make-db): Use it.
8 (gnus-registry-spool-action, gnus-registry-handle-action): Fix
9 messaging.
10 (gnus-registry--split-fancy-with-parent-internal): Fix loop. Map
11 references to actual group names with sender and subject tracking.
12 (gnus-registry-post-process-groups): Use `cond' for better messaging.
13 (gnus-registry-usage-test): Add subject lookup test.
14
15 * registry.el (registry-db, initialize-instance): Set up constructor
16 instead of :initform arguments for the sake of older Emacsen.
17 (registry-lookup-breaks-before-lexbind): New method to demonstrate
18 pre-lexbind merge bug.
19 (registry-usage-test): Use it.
20 (initialize-instance, registry-db): Move the non-function initforms
21 back to the class definition.
22
23 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
24
25 * registry.el: New library to manage gnus-registry-style data.
26
27 * gnus-registry.el: Use it (major rewrite).
28
29 * nnregistry.el: Use it.
30
31 * spam.el: Use it.
32
33 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
34
35 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
36 marks on non-selected articles.
37
38 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
39
40 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
41
42 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
43 parameter to open-protocol-stream.
44
45 2011-04-01 Julien Danjou <julien@danjou.info>
46
47 * mm-view.el (mm-display-inline-fontify): Do not fontify with
48 fundamental-mode.
49
50 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
51
52 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
53 servers.
54
55 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
56
57 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
58 made marks not propagate, again.
59
60 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
61
62 * proto-stream.el (open-protocol-stream): Bring back `network' type.
63 Make this the default type.
64 (proto-stream-open-plain): Rename from proto-stream-open-default.
65 (open-protocol-stream, proto-stream-open-starttls)
66 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
67 with `plain'.
68
69 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
70 value.
71
72 * nntp.el (nntp-open-connection-function): Document the fact that some
73 values are not functions but are instead handled specially. Recognize
74 nntp-open-plain-stream value.
75 (nntp-open-connection): Recognize that value.
76
77 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
78
79 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
80 stuff.
81
82 * gnus-score.el (gnus-score-string): Fix calling convention of
83 `gnus-simplify-buffer-fuzzy' after last patches.
84
85 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
86 server for articles we didn't get any headers for. This is a sanity
87 check.
88
89 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
90
91 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
92 new CAPABILITY, use it.
93
94 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
95
96 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
97 downloading anything.
98
99 * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
100
101 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
102
103 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
104 colors.
105 (gnus-splash-svg-color-symbols): New function.
106
107 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
110 instead of using the global gnus-simplify-subject-fuzzy-regexp.
111 (gnus-simplify-subject-fuzzy): Use the local
112 gnus-simplify-subject-fuzzy-regex instead of the global one. This
113 makes using this variable in group parameters work.
114
115 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
116
117 * gnus-registry.el (gnus-registry-unfollowed-groups): Add
118 "archive:sent" to the unfollowed group regex (for the recent Gnus
119 archive:sent-YYYY-MM-DD groups).
120 (gnus-registry-split-fancy-with-parent): Bail out early in sender
121 tracking if there are more than `gnus-registry-max-track-groups'
122 matches.
123
124 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * message.el (message--yank-original-internal): New function to do the
127 insertion cleanly inside eval in `message-yank-original'.
128 (message-yank-original): Use it.
129
130 2011-03-29 Julien Danjou <julien@danjou.info>
131
132 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
133 local variables disabled rather than `normal-mode'.
134
135 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
136
137 * proto-stream.el: Changes preparatory to merging open-protocol-stream
138 with open-network-stream.
139 (proto-stream-always-use-starttls): Option removed.
140 (open-protocol-stream): Return a process object by default. Provide a
141 new parameter :return-list specifying a list-type return value, which
142 now has the form (PROP . PLIST) instead of a fixed-length list. Change
143 :type `network' to `try-starttls', and `network-only' to `default'.
144 Make `default' the default, for compatibility with open-network-stream.
145 Handle the no-parameter case exactly as open-network-stream, with no
146 additional stream processing. Search plists using plist-get.
147 Explicitly add :end-of-commend parameter if it is missing.
148 (proto-stream-open-default): Renamed from
149 proto-stream-open-network-only. Return 'default as the type.
150 (proto-stream-open-starttls): Rename from proto-stream-open-network.
151 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
152 failed. Always return a list with a (possibly dead) process as the
153 first element, for compatibility with open-network-stream.
154 (proto-stream-open-tls): Use plist-get. Always return a list.
155 (proto-stream-open-shell): Return `default' as connection type.
156 (proto-stream-capability-open): Use plist-get.
157 (proto-stream-eoc): Function deleted.
158
159 * nnimap.el (nnimap-stream, nnimap-open-connection)
160 (nnimap-open-connection-1): Handle renaming of :type parameter for
161 open-protocol-stream.
162 (nnimap-open-connection-1): Pass a :return-list parameter
163 open-protocol-stream to obtain a list return value. Parse this list
164 using plist-get.
165
166 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
167 for open-protocol-stream. Accept open-protocol-stream return value
168 that is a subprocess object instead of a list. Handle the case of a
169 dead returned process.
170
171 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
172
173 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
174
175 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
176
177 2011-03-21 Julien Danjou <julien@danjou.info>
178
179 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
180 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
181 query.
182 (mm-inline-text): Render normal text with fontification whenever
183 possible.
184
185 * gnus-sum.el (gnus-summary-save-parts-1):
186 * gnus-art.el (gnus-article-browse-html-save-cid-content)
187 (gnus-article-browse-html-parts, gnus-mime-delete-part)
188 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
189 Use `mm-handle-filename'.
190
191 * mm-util.el (mm-handle-filename): New function, return the filename of
192 an handle.
193
194 2011-03-18 Julien Danjou <julien@danjou.info>
195
196 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
197 (gnus-buffer-live-p): Check that buffer is not nil.
198
199 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
200
201 * gnus-art.el: Require mouse, which the build bot seems to say is
202 needed.
203
204 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
205 XEmacs, since it doesn't have url-retrieve-synchronously.
206
207 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
208
209 * gnus-group.el (gnus-group-list-ticked): New function.
210 (gnus-group-make-menu-bar): Provide a menu entry for it.
211 (gnus-group-list-map): Provide a binding for it.
212
213 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
214
215 * shr.el (shr-visit-file): New command.
216
217 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
218
219 2011-03-17 Bjørn Mork <bjorn@mork.no>
220
221 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
222 servers.
223
224 2011-03-16 Julien Danjou <julien@danjou.info>
225
226 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
227 inline.
228
229 * gnus-art.el (article-hide-list-identifiers): Use
230 gnus-group-get-list-identifiers.
231
232 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
233 (gnus-summary-remove-list-identifiers): Use
234 gnus-group-get-list-identifiers to get regexp.
235 (gnus-select-newsgroup, gnus-summary-insert-subject)
236 (gnus-summary-insert-articles): Call
237 gnus-summary-remove-list-identifiers unconditionally.
238
239 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
241 * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
242 we're selecting a group with unread articles.
243
244 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
245
246 * gssapi.el: New file separated out from imap.el to provide a general
247 Kerberos 5 connection facility for Emacs.
248
249 * message.el (message-elide-ellipsis): Document the format spec
250 ellipsis.
251
252 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
253
254 * message.el (message-elide-region): Allow the ellipsis to say how many
255 lines were removed.
256
257 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
258
259 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
260 window configurations containing buffers that are now dead.
261
262 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
263 parsing to avoid integer overflows.
264 (nnimap-parse-flags): Simplify the last change.
265 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
266 too large for 32-bit Emacsen.
267
268 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * auth-source.el (auth-source-netrc-create):
271 * message.el (message-yank-original): Fix use of `case'.
272
273 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
274
275 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
276 XEmacs, which was one character too wide.
277
278 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
279
280 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
281 default number of articles to display.
282 (gnus-articles-to-read): Use pretty names for prompt.
283
284 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * gnus-int.el (gnus-open-server): Ditto.
287
288 * gnus-start.el (gnus-activate-group): Give a backtrace if
289 debug-on-quit is set and the user hits `C-g'.
290 (gnus-read-active-file): Ditto.
291
292 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
293
294 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
295
296 * message.el (message-yank-original): Use cond instead of CL case.
297
298 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * auth-source.el (auth-source-netrc-create): Use usual format for the
301 default in prompts.
302
303 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
304
305 * auth-source.el (auth-source-netrc-create): Show the default in the
306 prompt when prompting for token creation.
307
308 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
309
310 * auth-source.el (auth-source-format-prompt): Always convert the value
311 to a string to avoid evaluating non-string arguments.
312 (auth-source-netrc-create): Offer default properly, not as initial
313 content in `read-string'.
314 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
315 of line to determine if we've been run before. If so, don't run again,
316 but print a trivial message to indicate the cache was hit instead.
317
318 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
319
320 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
321 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
322 The user will have to run `gnus-sync-read' manually and wait for Cloudy
323 Gnus.
324
325 2011-03-11 Julien Danjou <julien@danjou.info>
326
327 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
328 modified file".
329
330 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
331
332 * auth-source.el (auth-source-read-char-choice): New function to read a
333 character choice using `dropdown-list', `read-char-choice', or
334 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
335 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
336 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
337 (auth-source-netrc-saver): Use it.
338 (auth-source-pick-first-password): New convenience function.
339
340 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
341
342 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
343 parameter in the credentials.
344 (nnimap-open-connection-1): Use it after a successful login.
345 (nnimap-credentials): Add IMAP-specific user and password prompt.
346
347 * auth-source.el (auth-source-search): Add :require parameter, taking a
348 list. Document it and the :save-function return token. Pass :require
349 down. Change the CREATED message from a warning to a debug statement.
350 (auth-source-search-backends): Pass :require down.
351 (auth-source-netrc-search): Pass :require down.
352 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
353 Change save prompt to indicate all modifications saved here are
354 deletions.
355 (auth-source-netrc-create): Take user login name as default in user
356 prompt. Move all the save functionality to a lexically bound function
357 under the :save-function token in the returned list. Set up clearer
358 default prompts for user, host, port, and secret.
359 (auth-source-netrc-saver): New function, intended to be wrapped for
360 :save-function.
361
362 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
364 * shr.el (shr-table-horizontal-line): Change the defaults for the table
365 lines to be spaces instead.
366
367 2011-03-07 Julien Danjou <julien@danjou.info>
368
369 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
370 (sieve-sasl-auth): Check that auth-source-search did return something,
371 or just return an empty string.
372
373 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
374
375 * gnus.el (gnus-interactive): Use read-directory-name.
376
377 * gnus-uu.el (gnus-uu-decode-uu-and-save)
378 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
379 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
380 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
381 Likewise.
382
383 * gnus-group.el (gnus-group-make-directory-group): Likewise.
384
385 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
386
387 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
388 onto the list of killed groups, too. This makes killed nnimap groups,
389 for instance, more reliably not reappear.
390
391 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
392 the parent.
393
394 * gnus-sum.el (gnus-update-read-articles): Fix typo.
395
396 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
397 really have server-side marks.
398
399 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
400 since most backends do not usefully have server-side marks.
401 (gnus-update-read-articles): Propagate marks to all backends that
402 really have server-side marks.
403
404 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
405
406 * message.el (message-cite-reply-position, message-cite-style):
407 New variables.
408 (message-yank-original): Use the new citation styles.
409
410 2011-03-04 Daiki Ueno <ueno@unixuser.org>
411
412 * message.el (message-options): Revert the change that's a workaround
413 for XEmacs buffer-local issue; don't mark it buffer-local when running
414 under XEmacs.
415
416 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
417
418 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
419 numbers too big to be `read'.
420
421 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
422
423 * message.el (message-options): Make buffer-local two ways to attempt
424 to fix a XEmacs bug.
425
426 2011-03-02 Julien Danjou <julien@danjou.info>
427
428 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
429
430 2011-03-01 Julien Danjou <julien@danjou.info>
431
432 * gnus-art.el (list-identifier): Add list-identifier as a parameter
433 group.
434 (article-hide-list-identifiers): Use list-identifier group parameter.
435
436 2011-02-28 Julien Danjou <julien@danjou.info>
437
438 * sieve.el (sieve-buffer-script-name): New local variable to store
439 sieve script name.
440 (sieve-edit-script): Store sieve script name.
441 (sieve-upload): Use sieve script name when uploading.
442 (sieve-upload): Use substitute-command-keys.
443 (sieve-edit-script): Use substitute-command-keys.
444 (sieve-refresh-scriptlist): Use substitute-command-keys.
445 (sieve-manage-mode-map): Define keymap properly.
446 (sieve-manage-mode): Do not set mode name manually, change mode-name to
447 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
448 Remove commented code about cvs.
449 (sieve-manage-quit): New function.
450 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
451
452 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
453
454 * gnus-group.el (gnus-import-other-newsrc-file): New function.
455
456 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
457
458 * auth-source.el (auth-source-search): Cache empty result sets.
459
460 * auth-source.el (auth-source-save-behavior): New variable to replace
461 `auth-source-never-create'.
462 (auth-source-netrc-create): Use it.
463 (auth-source-never-save): Remove.
464
465 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
466
467 * nnimap.el (nnimap-stream): Doc fix.
468 (nnimap-open-connection-1): Reverse the order of the ports to that the
469 prompted-for port is first.
470
471 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
472 retrieval by the no-group selection.
473
474 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
475 numerical parameters.
476
477 2011-02-25 Julien Danjou <julien@danjou.info>
478
479 * gnus-gravatar.el: Use gnus-with-article-buffer.
480
481 * gnus-art.el (gnus-with-article-buffer): Check that the
482 gnus-article-buffer is alive.
483
484 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
485
486 * auth-source.el (auth-source-creation-prompts): New variable to manage
487 creation-time prompts.
488 (auth-source-search): Document it.
489 (auth-source-format-prompt): Add utility function.
490 (auth-source-netrc-create): Don't default the user name to
491 user-login-name. Use `auth-source-creation-prompts' and some default
492 prompts for user, host, port, and password (the default generic prompt
493 remains ugly).
494 (auth-source-never-save): Add customizable option to never save info.
495 (auth-source-netrc-create): Use it and improve save prompts. Fix help
496 mode excursion.
497
498 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
499
500 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
501 argument that XEmacs doesn't support.
502
503 2011-02-23 Julien Danjou <julien@danjou.info>
504
505 * gnus-art.el (article-make-date-line): Ignore errors if time is
506 invalid and not convertible.
507 (article-make-date-line): Only add lapsed time if time is not nil.
508
509 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
510
511 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
512 `read-char-choice' for backwards compatibility.
513 (auth-source-netrc-element-or-first): New function to DTRT for
514 parameter extraction.
515 (auth-source-netrc-create): Use it and fix multiple parameter print
516 bug. Use the default passed from above (given-default) or the
517 built-in (user-login-name for :user).
518
519 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
520
521 * gnus-start.el (gnus-dribble-read-file):
522 Set buffer-save-without-query, since we always want to save the dribble
523 file, probably.
524
525 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
526 nnimap.
527
528 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
529 -summary- since it's a user-visible variable.
530
531 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
532 first time you use the new Gnus.
533
534 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
535
536 * auth-source.el: Don't load netrc.el.
537 (auth-sources): Search ~/.netrc as well by default.
538 (auth-source-debug): Add 'trivia option for extra output.
539 (auth-source-do-trivia): Use it.
540 (auth-source-search): Simplify logic to use
541 `auth-source-search-backends'. Use `auth-source-do-trivia' where
542 appropriate. Don't keep a running count at this level. Layer :create
543 and :delete options appropriately on the first and second passes.
544 Don't track the backend with the search results.
545 (auth-source-search-backends): New function to search a list of
546 backends for a processed spec.
547 (auth-source-netrc-parse): Cache all netrc files, making
548 auth-source-netrc-cache an alist keyed by the file name and using the
549 file mtime as the caching criterion. Keep the obfuscated data secret
550 with a lexical bind.
551 (auth-source-netrc-search): Don't calculate the length of the results
552 unnecessarily.
553 (auth-source-search-backends): Fix bug.
554 (auth-source-netrc-create): Rework prompts.
555
556 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
557
558 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
559 Lower case names of search constraints.
560 (nnir-run-query): Cache and reuse search constraints for all imap
561 servers.
562
563 2011-02-22 Sam Steingold <sds@gnu.org>
564
565 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
566
567 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
568
569 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
570 after exit.
571 (gnus-setup-message): Define missing variable from last checkin.
572
573 * gnus-sum.el (gnus-summary-show-article): When called with t as the
574 value, show the raw article.
575
576 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
577
578 * nnimap.el (nnimap-open-connection-1): Revert last change, since
579 auth-source now accepts numbers.
580
581 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
582 spec, too.
583 (auth-source-ensure-strings): New function.
584
585 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
586 (gnus-article-setup-buffer): Always restart the date timer so that user
587 changes to the frequency is respected.
588
589 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
590 port numbers, so make sure it gets that if nnimap-server-port is
591 explicit.
592
593 2011-02-21 Simon Josefsson <simon@josefsson.org>
594
595 * nnimap.el (nnimap-inbox): Doc fix.
596
597 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
598
599 * shr-color.el (shr-color->hexadecimal): Use renamed function names
600 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
601 color-lab-to-srgb.
602
603 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
604
605 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
606 given method as in the group name if we're using an extended method.
607 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
608 command, if we're using that, instead of waiting for the beginning.
609
610 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
611 we're sure to get unique server names, and we don't output two async
612 commands in the same buffer. This fixes an NNTP hang for some users.
613
614 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
615
616 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
617 summary buffer before reading going to the next buffer. This avoids
618 putting the point in the group buffer if you `C-g' the command.
619
620 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
621 cache (for now) to make ~/.authinfo.gpg files usable.
622
623 * nnfolder.el (copyright-update): Define for the compiler.
624
625 * auth-source.el (auth-source-search): Fix unbound variable.
626
627 2011-02-19 Glenn Morris <rgm@gnu.org>
628
629 * gnus.el (gnus-meta): Doc fix.
630
631 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
632
633 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
634 in case it's not yet loaded.
635
636 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
637
638 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
639 line we're waiting for.
640
641 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
642
643 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
644 face with line-width greater than zero will cause RET in gnus summary
645 buffer to scroll down article page-wise because auto vscroll happens,
646 it should be temporalily disabled when doing a scroll-up.
647
648 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
649
650 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
651 outputs from the server.
652
653 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
654
655 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
656 later so that bbdb can hook in easier.
657
658 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
659
660 * auth-source.el (auth-source-search): Don't try to create credentials
661 if the caller doesn't want that.
662 (auth-source-search): If we don't find a match, don't bug out on
663 non-bound variables.
664 (auth-source-search): Only ask a single backend to create the
665 credentials.
666
667 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
668 logging.
669 (nnimap-credentials): Protect against auth-source-search returning nil.
670 (nnimap-request-list): Protect against not being able to open the
671 server.
672
673 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
674
675 * auth-source.el (auth-source-search): Do a two-phase search, one with
676 no :create to get the responses from all backends.
677
678 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
679 when getting credentials.
680
681 * gnus-util.el (gnus-delete-duplicates): New function.
682
683 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
684
685 * nnimap.el (nnimap-credentials): Instead of picking the first port as
686 a creation default, pass the whole port list down. It will be
687 completed.
688
689 * auth-source.el (auth-source-search): Updated docs to talk about
690 multiple creation choices.
691 (auth-source-netrc-create): Accept a list as a value (from the search
692 parameters) and do completion on that list. Keep a separate netrc line
693 with the password obscured for showing the user.
694
695 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
696 first choice to `auth-source-search' so it will be used for entry
697 creation instead of the server's Gnus-specific name.
698 (nnimap-credentials): Rely on the auth-source library to select which
699 port is actually wanted in the new netrc entry, so don't override
700 `auth-source-creation-defaults'.
701
702 * auth-source.el (auth-source-netrc-parse): Use :port instead of
703 :protocol and accept a missing user, host, or port as a wildcard match.
704 (auth-source-debug): Default to off.
705
706 (auth-source-netrc-search, auth-source-netrc-create)
707 (auth-source-secrets-search, auth-source-secrets-create)
708 (auth-source-user-or-password, auth-source-backend, auth-sources)
709 (auth-source-backend-parse-parameters, auth-source-search): Use :port
710 instead of :protocol.
711
712 * nnimap.el (nnimap-credentials): Pass a port default to
713 `auth-source-search' in case an entry needs to be created.
714 (nnimap-open-connection-1): Use :port instead of :protocol.
715
716 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
717
718 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
719 instead of delete-dups that is not available in XEmacs 21.4.
720
721 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
722
723 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
724 nil means that nnimap doesn't get updated.
725
726 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
727
728 * auth-source.el (auth-source-netrc-create): Return a synthetic search
729 result when the user doesn't want to write to the file.
730 (auth-source-netrc-search): Expect a synthetic result and proceed
731 accordingly.
732 (auth-source-cache-expiry): New variable to override
733 `password-cache-expiry'.
734 (auth-source-remember): Use it.
735
736 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
737 parameter. Create entry if necessary by using :create t.
738 (nnimap-open-connection-1): Don't pass `inhibit-create'.
739
740 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
741
742 * auth-source.el (auth-source-debug): Enable by default and don't
743 mention the obsolete `auth-source-hide-passwords'.
744 (auth-source-do-warn): New function to debug unconditionally.
745 (auth-source-do-debug): Use it.
746 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
747 and for Secrets API entries when the secrets.el library is not
748 available.
749
750 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
751
752 * gnus-sum.el (gnus-propagate-marks): Default to nil.
753 (gnus-summary-exit): Kill the correct article buffer on exit from a
754 `C-d' group.
755
756 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
757 gnus-propagate-marks.
758
759 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
760 before killing the buffers so that a non-full window conf gets handled
761 correctly.
762 (gnus-summary-exit): Ditto.
763 (gnus-summary-read-group-1): Ditto.
764
765 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
766 async code again so that we can debug it properly.
767
768 * message.el (message-reply): Take an optional switch-buffer parameter
769 so that Gnus window confs are respected better.
770
771 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
772
773 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
774 `plist-get' to accept non-list parameters (XEmacs issue).
775 Fix docstring.
776 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
777 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
778 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
779 Login collection is "Login" and not "login".
780
781 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
782
783 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
784 multiple headers.
785
786 * nnimap.el (nnimap-inhibit-logging): New variable.
787 (nnimap-log-command): Don't log login commands.
788
789 * auth-source.el (auth-source-netrc-search): The asserts seem to want
790 to have more parameters.
791
792 * nnimap.el (nnimap-send-command): Mark the command time for each
793 command, so that we don't get NOOPs stepping on our toes.
794
795 * gnus-art.el (article-date-ut): Get the date from the Date header on
796 `t'.
797
798 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
799
800 * auth-source.el (auth-source-search): Use copy-sequence instead of
801 the cl.el copy-list.
802
803 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
804
805 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
806 Improve prompt.
807
808 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
809
810 * gnus-art.el (gnus-article-mode-line-format): Remove the article
811 washing status from the default format. It isn't very informative.
812
813 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
814
815 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
816 Fix Gcc processing on imap.
817
818 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * message.el (message-bury): Don't pop up a new window when selected
821 window is dedicated.
822
823 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
824
825 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
826
827 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
828
829 * sieve-manage.el: Autoload `auth-source-search'.
830 (sieve-sasl-auth): Use it.
831
832 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
833
834 * nnimap.el: Autoload `auth-source-forget+'.
835 (nnimap-open-connection-1): Use it if the connection fails.
836
837 * auth-source.el: Require `password-cache'.
838 (auth-source-hide-passwords, auth-source-cache): Remove and mark
839 obsolete.
840 (auth-source-magic): Marker for `password-cache' keys.
841 (auth-source-do-cache): Update docstring.
842 (auth-source-search): Use and check cache.
843 (auth-source-forget-all-cached, auth-source-remember)
844 (auth-source-recall, auth-source-forget, auth-source-forget+)
845 (auth-source-specmatchp): Caching support functions.
846 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
847 Remove and obsolete.
848 (auth-source-user-or-password): Remove caching to further discourage
849 using it. Always hide passwords.
850
851 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
852
853 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
854 code for now, since it doesn't work for all users.
855
856 2011-02-09 Julien Danjou <julien@danjou.info>
857
858 * message.el (message-options): Make message-options really buffer
859 local.
860
861 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
862
863 * mail-source.el: Autoload `auth-source-search'.
864 (mail-source-keyword-map): Note order matters.
865 (mail-source-set-1): Get all the mail-source source values and
866 defaults and search auth-source on those if needed. This can all
867 probably be simplified.
868
869 * nnimap.el: Autoload `auth-source-search'.
870 (nnimap-credentials): Use it.
871 (nnimap-open-connection-1): Ask for the virtual server and physical
872 address in one shot.
873
874 * nntp.el: Autoload `auth-source-search'.
875 (nntp-send-authinfo): Use it. Note TODO.
876
877 2011-02-08 Julien Danjou <julien@danjou.info>
878
879 * shr.el (shr-tag-body): Add support for text attribute in body
880 markups.
881
882 * message.el (message-options): Make message-options a local variable.
883
884 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * auth-source.el (auth-source-secrets-search)
887 (auth-source-user-or-password): Use `append' instead of `nconc'.
888 (auth-source-user-or-password): Build return list better and protect
889 against nil :secret.
890
891 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
892
893 * nnimap.el (nnimap-update-info): Refactor slightly.
894 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
895 (nnimap-update-info): Clean up slightly.
896 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
897 characters.
898 (nnimap-process-quirk): Rename function to avoid collision.
899 (nnimap-update-info): Fix macrology bug-out.
900 (nnimap-update-info): Simplify split history test.
901
902 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
903
904 * auth-source.el (top): Require 'eieio unconditionally.
905 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
906 (auth-source-secrets-search): Limit search when `max' is greater than
907 number of results.
908
909 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
910
911 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
912 part not returning any data.
913
914 * proto-stream.el (open-protocol-stream): Document the return value.
915
916 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
917
918 * auth-source.el (auth-source-secrets-search): Add examples.
919
920 2011-02-06 Julien Danjou <julien@danjou.info>
921
922 * message.el (message-setup-1): Handle message-generate-headers-first
923 set to t.
924
925 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
926
927 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
928 API with a string "secrets:collection-name" and with 'default.
929 (auth-source-backend-parse): Parse "secrets:collection-name" and
930 'default. Recurse on parses instead of repeating code. Use the
931 Secrets API is the source is not nil and 'ignore otherwise. Emit a
932 message when ignoring a source.
933 (auth-source-search): List ignored search keys at the top level.
934 (auth-source-netrc-create): Use `case' instead of `cond'.
935 (auth-source-secrets-search): Created with TODOs.
936 (auth-source-secrets-create): Created with TODOs.
937 (auth-source-retrieve, auth-source-create, auth-source-delete)
938 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
939 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
940 (auth-source-user-or-password-sftp)
941 (auth-source-user-or-password-smtp): Remove.
942 (auth-source-user-or-password): Deprecated and modified to be a wrapper
943 around `auth-source-search'. Not tested thoroughly.
944
945 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
946
947 * auth-source.el: Bring in assoc and eioeio libraries.
948 (secrets-enabled): New variable to track the status of the Secrets API.
949 (auth-source-backend): New EIOEIO class to represent a backend.
950 (auth-source-creation-defaults): New variable to set prompt defaults
951 during token creation (see the `auth-source-search' docstring for
952 details).
953 (auth-sources): Simplify to allow a simple string as a netrc backend
954 spec.
955 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
956 (auth-source-backend-parse-parameters): Fill in the backend parameters.
957 (auth-source-search): Main auth-source API entry point.
958 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
959 (auth-source-search-collection): Helper function for searching.
960 (auth-source-netrc-parse, auth-source-netrc-normalize)
961 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
962 Supports search, create, and delete.
963 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
964 backend stubs.
965 (auth-source-user-or-password): Call `auth-source-search' but it's not
966 ready yet.
967
968 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
969
970 * message.el (message-setup-1): Remove the read-only stuff, since it
971 doesn't work under XEmacs, for some reason.
972
973 * gnus-sum.el (gnus-user-date): Rename back from
974 gnus-summary-user-date since user code refers to it.
975
976 * shr.el (shr-render-td): Store the actual background colour used.
977
978 * message.el (message-setup-1): Don't bind the constant
979 -forbidden-properties.
980 (message-setup-1): Revert previous change, since it needs to bind the
981 props to insert them.
982 (message-resend): Allow removing the read-only separator line.
983
984 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
985
986 * nnimap.el (nnimap-request-accept-article): Give an error message if
987 the APPEND wasn't successful.
988
989 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
990
991 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
992 that have no groups.
993
994 2011-02-03 Julien Danjou <julien@danjou.info>
995
996 * gnus-draft.el: Remove progn around gnus-draft-setup.
997
998 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
999
1000 * gnus-start.el (gnus-read-active-for-groups): This function is never
1001 called with a nil `infos', so clean that up.
1002 (gnus-get-unread-articles): Request active files from primary/secondary
1003 methods that have no groups (yet).
1004
1005 2011-02-03 Julien Danjou <julien@danjou.info>
1006
1007 * message.el (message-setup-1): Always generate References first.
1008 (message-mail): Return the return value of message-setup, not always t.
1009 (message-setup-1): Insert mail-header-separator with read-only and
1010 intangible properties set.
1011
1012 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1013 user-date in docstring.
1014
1015 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1016
1017 * gnus.el (gnus-summary-line-format): Mention &user-date format in
1018 docstring.
1019
1020 * gnus.el (gnus-user-date-format-alist): Change default value. Use
1021 defcustom, with type and group. Move from gnus-util.el. Rename to
1022 gnus-summary-user-date-format-alist.
1023
1024 2011-02-03 Glenn Morris <rgm@gnu.org>
1025
1026 * nnimap.el (gnus-fetch-headers): Declare.
1027
1028 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1029
1030 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
1031
1032 * message.el (message-forward-make-body-digest-plain)
1033 (message-followup, message-reply): Clean up things noted by Stefan.
1034
1035 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1036 gnus-article-update-date-headers is nil.
1037 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1038 it didn't really work with defcustom.
1039 (article-update-date-lapsed): Make sure the window start doesn't move,
1040 either.
1041
1042 2011-02-01 Julien Danjou <julien@danjou.info>
1043
1044 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1045 format.
1046
1047 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1048 standard in Emacs nowadays.
1049
1050 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * message.el (message-expand-name): Don't trust the return value of
1053 bbdb-complete-name.
1054 (message-check-news-header-syntax): Remove unused var `start'.
1055 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1056 (message-inhibit-body-encoding): Move to before first use.
1057 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1058 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1059 (Organization, Message-ID, Date, mh-previous-window-config):
1060 Defvar the vars using dynamic scoping.
1061
1062 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1063
1064 * shr.el (shr-render-td): Only do colours at the final rendering.
1065 Should be slightly faster.
1066 (shr-insert-table): Fix up TD background colours when doing the
1067 vertical padding.
1068
1069 * gnus-art.el (article-date-ut): Protect against articles with no Date
1070 header.
1071 (article-update-date-lapsed): Don't use current-column to find the
1072 horizontal position. It's fragile in the presence of \003 characters.
1073
1074 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1075
1076 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1077
1078 * gnus-art.el (article-transform-date): Rewrite to still work when
1079 there are several rfc2822 parts.
1080 (article-transform-date): Fix infinite recursion.
1081 (article-date-ut): Replace infinitely many Date headers with a single
1082 one when called interactively.
1083
1084 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1085 secure manner.
1086
1087 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1088 move around by not using save-window-excursion. It seems to work...
1089
1090 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
1091
1092 * gnus-art.el (article-make-date-line): Work for user-defined format.
1093
1094 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
1095
1096 * nntp.el (nntp-retrieve-group-data-early)
1097 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1098 fetching functions.
1099
1100 * gnus-start.el (gnus-read-active-for-groups): Read the active files
1101 thoroughly for all backends that have no known groups. This should
1102 allow new nnml methods to retrieve mail.
1103
1104 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1105 that Gnus doesn't know exists again.
1106
1107 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1108 (gnus-treat-date-ut): Ditto.
1109 (gnus-article-update-date-header): Rename.
1110 (gnus-treat-date-local): Remove.
1111 (gnus-treat-date-english): Remove.
1112 (gnus-treat-date-lapsed): Remove.
1113 (gnus-treat-date-combined-lapsed): Remove.
1114 (gnus-treat-date-original): Remove.
1115 (gnus-treat-date-iso8601): Remove.
1116 (gnus-treat-date-user-defined): Remove.
1117 (gnus-article-date-headers): New variable to control all the date
1118 header options.
1119 (article-date-ut): Rewrite to allow using the new way to format date
1120 headers(s).
1121
1122 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1123
1124 * nnmail.el (nnmail-article-group): Check for a direct fancy split
1125 method.
1126 (nnmail-article-group): A better test for fanciness.
1127
1128 * nnimap.el (nnimap-request-head): Protect against not finding the
1129 article by Message-ID.
1130
1131 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
1132
1133 * gnus-art.el (article-update-date-lapsed): Try a better way to really
1134 keep point at the "same place".
1135
1136 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1137
1138 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1139 data if the group is unactivated.
1140
1141 2011-01-28 Julien Danjou <julien@danjou.info>
1142
1143 * gnus-win.el: Remove dead function gnus-window-configuration-element.
1144 (gnus-all-windows-visible-p): Remove old compatibility code.
1145 (gnus-window-top-edge): Add docstring.
1146
1147 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1148
1149 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1150
1151 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1152 older request-update-info.
1153
1154 * gnus-art.el (article-make-date-line): Limit the length a bit more.
1155
1156 2011-01-28 Daiki Ueno <ueno@unixuser.org>
1157
1158 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1159 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1160
1161 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1162
1163 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1164 groups. This makes the nndraft:queue group pop up if it's not already
1165 there.
1166
1167 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1168 messages" logic, which was reversed.
1169
1170 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1171 the "same place" even if point is on the line being replaced.
1172 (article-update-date-lapsed): Allow updating both the combined lapsed
1173 and the lapsed headers.
1174 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1175 (article-make-date-line): Limit the number of segments dynamically to
1176 avoid too-long lines.
1177
1178 2011-01-27 Julien Danjou <julien@danjou.info>
1179
1180 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1181 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1182
1183 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1184
1185 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1186 Use plist-get instead of the cl function getf.
1187
1188 2011-01-27 Glenn Morris <rgm@gnu.org>
1189
1190 * gnus-util.el (float-time): Get rid of compiler warning, again.
1191
1192 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1193
1194 * shr.el (shr-put-color): Special-case background colours: Do put them
1195 at the blank parts at the front of the lines.
1196
1197 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1198 exit hook to nix out all data on readedness on group exit.
1199
1200 * gnus-util.el (float-time): If float-time is bound, always use it on
1201 all Emacsen. It's unclear why the subrp check was there.
1202 (time-date): Require to make some autoload issues on XEmacs go away.
1203
1204 * shr.el (shr-put-color): Don't do the box padding in tables, since
1205 they're already padded.
1206
1207 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1208
1209 * gnus-art.el (gnus-article-next-page): When the last line of the
1210 article is displayed, scroll down once more instead of going to the
1211 next article at once.
1212 (article-lapsed-string): Refactor out and allow specifying how many
1213 segments you want.
1214 (gnus-article-setup-buffer): Start updating the lapsed header directly.
1215 (gnus-article-update-lapsed-header): New variable.
1216
1217 * shr.el: Revert change that made headings use different-sized faces.
1218 The Emacs display engine isn't advanced enough that, for instance,
1219 tables can comfortably use differently-sized faces.
1220
1221 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1222
1223 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1224 used.
1225 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1226 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1227 we're using an encrypted connection.
1228
1229 * proto-stream.el: Alter the interface functions to also return the
1230 actual stream type used: network or tls.
1231
1232 2011-01-25 Julien Danjou <julien@danjou.info>
1233
1234 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1235 (mm-display-javascript-inline): New function.
1236
1237 * mm-decode.el (mm-inline-media-tests): Add application/javascript
1238 viewing function.
1239
1240 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1241
1242 * shr.el (shr-expand-newlines): Fix variable name.
1243
1244 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1245
1246 * shr.el (shr-expand-newlines): Make nested boxes work.
1247
1248 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1249
1250 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1251 backgrounds.
1252 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1253 in a more sensible manner.
1254
1255 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
1256
1257 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1258 if EPG is loaded.
1259
1260 2011-01-24 Julien Danjou <julien@danjou.info>
1261
1262 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1263 tags.
1264
1265 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
1266
1267 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1268 commands.
1269
1270 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1271 in the article buffer.
1272 (gnus-gravatar-insert): Use blank space from the current buffer to
1273 avoid breaking text properties. This makes X-Sent updating work again.
1274
1275 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1276
1277 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
1278
1279 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1280 fix the bug in url-http.el instead.
1281
1282 * shr.el (shr-image-fetched): Ditto.
1283
1284 * shr.el (shr-image-fetched): Avoid having point move in the article
1285 buffer.
1286
1287 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1288 buffer after being called. It's apparently being killed by url.el, and
1289 killing it made point move to end-of-buffer in a random buffer.
1290
1291 * shr.el (shr-image-fetched): Ditto.
1292
1293 2011-01-23 Julien Danjou <julien@danjou.info>
1294
1295 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1296
1297 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1298 text/x-org.
1299
1300 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1301
1302 * gnus-sum.el (gnus-summary-move-article): Protect against backends
1303 (i.e., nnimap) returning nil as the article number.
1304
1305 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1306
1307 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1308 "DelSp" parameter in RFC3676.
1309
1310 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1311
1312 * message.el (message-check-recipients): Display the encoded version of
1313 the bogus address if they differ.
1314
1315 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1316 after sending.
1317
1318 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1319
1320 * gnus-group.el (gnus-group-refresh-group): New convenience function.
1321
1322 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1323 group buffer after sending the queue.
1324
1325 * gnus-agent.el (gnus-agent-send-mail): Ditto.
1326
1327 2011-01-22 Julien Danjou <julien@danjou.info>
1328
1329 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1330
1331 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
1332
1333 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1334 nested related parts.
1335
1336 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1337 unexpired articles. This fixes the regression that led expiry marks to
1338 disappear from nnfolder groups.
1339
1340 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1343 Don't confuse the "ret" of "retrograde" with RET.
1344
1345 2011-01-21 Julien Danjou <julien@danjou.info>
1346
1347 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1348 than mm-insert-inline.
1349
1350 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
1351
1352 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1353 Widen article buffer.
1354
1355 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1358 the temp buffer.
1359 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1360
1361 2011-01-20 Julien Danjou <julien@danjou.info>
1362
1363 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1364
1365 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1366 than mm-insert-inline to insert inline part: this respect
1367 mm-inline-media-tests displayers.
1368
1369 * mm-view.el (mm-display-shell-script-inline): New function.
1370
1371 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1372
1373 * mm-uu.el (mm-uu-type-alist): Add org block.
1374 (mm-uu-org-src-code-block-extract): New function.
1375
1376 * mm-view.el (mm-display-org-inline): New function.
1377
1378 * mm-decode.el (mm-automatic-display): Add text/org.
1379
1380 * mailcap.el (mailcap-mime-extensions): Add .org.
1381
1382 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
1383
1384 * gnus-art.el (gnus-article-highlight): Remove argument passed to
1385 gnus-article-add-buttons.
1386
1387 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
1388
1389 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1390 From header with a date and "nobody" as the sender.
1391
1392 2011-01-19 Julien Danjou <julien@danjou.info>
1393
1394 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1395 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1396 if you have the same regexp several times.
1397 (gnus-button-push): Fix matching when regexp is symbol.
1398
1399 2011-01-15 Glenn Morris <rgm@gnu.org>
1400
1401 * message.el (message-mail): A compose-mail function should
1402 accept headers as strings.
1403
1404 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1407 Add :vert-only tags.
1408 (message-mail): New arg RETURN-ACTION.
1409 (message-return-action): New var.
1410 (message-bury): Use it.
1411 (message-mode): Make it buffer-local.
1412 (message-send-and-exit): Always call message-bury.
1413
1414 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
1415 message-mail.
1416
1417 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1418
1419 * nnimap.el (nnimap-convert-partial-article): Protect against
1420 zero-length body parts.
1421
1422 * mm-decode.el (mm-preferred-alternative-precedence):
1423 Discourage showing empty parts.
1424
1425 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1426 and stuff if the backend didn't return the article number. This fixes
1427 an Exchange-related nnimap bug.
1428
1429 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1430 group window, because it does the wrong thing when a separate frame
1431 displays the group buffer.
1432
1433 * proto-stream.el (open-protocol-stream): Protect against the low-level
1434 transport functions returning nil.
1435
1436 2011-01-07 Daiki Ueno <ueno@unixuser.org>
1437
1438 * mml2015.el (epg-sub-key-fingerprint): Autoload.
1439 (mml2015-epg-find-usable-secret-key): New function.
1440 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1441 mml2015-epg-find-usable-key (Bug#7797).
1442 (mml2015-epg-encrypt): Ditto.
1443
1444 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1445
1446 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1447
1448 2011-01-03 Glenn Morris <rgm@gnu.org>
1449
1450 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1451
1452 * sieve.el (sieve-open-server): Give a more explicit error if
1453 sieve-manage-open returns nil. (Bug#7720)
1454
1455 2011-01-02 Karl Fogel <kfogel@red-bean.com>
1456
1457 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1458
1459 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1460
1461 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1462 This avoids sending passwords in plain text over non-encrypted
1463 channels.
1464
1465 * shr.el (shr-rescale-image): Display all GIF images as animated images.
1466
1467 * nnimap.el (nnimap-login): Refactored out into own function, and
1468 implement CRAM-MD5.
1469 (nnimap-wait-for-line): Refactored out.
1470
1471 * mm-view.el (mml-smime): Require.
1472
1473 2010-12-20 David Engster <deng@eml.cc>
1474
1475 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1476 use EPG to decrypt S/MIME messages instead of openssl.
1477
1478 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1479
1480 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1481
1482 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1483 status is the group clearly is unreachable.
1484
1485 * auth-source.el (auth-source-create): Add the optional second
1486 parameter to `local-variable-p' to be compatible with XEmacs.
1487
1488 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1489
1490 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1491 work when using a compressed nnml folder.
1492
1493 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1494
1495 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1496 backends after sanitising on entry, because this never makes sense:
1497 If the articles have gone missing, then the data no longer exists on
1498 the backend, and if they haven't, then Gnus is wrong, and shouldn't
1499 overwrite anything anyway.
1500
1501 * shr.el (shr-insert-document): Bind shr-width dynamically to
1502 window-width if it's nil.
1503
1504 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
1505
1506 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1507 with the meaning of using the full emacs window width for rendering.
1508
1509 2010-12-27 Daiki Ueno <ueno@unixuser.org>
1510
1511 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1512 case when sender is not given.
1513
1514 2010-12-23 Julien Danjou <julien@danjou.info>
1515
1516 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1517 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1518 the addresses, otherwise we might misplaced the gravatar.
1519
1520 2010-12-21 Daiki Ueno <ueno@unixuser.org>
1521
1522 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1523 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1524 obsolete in Emacs.
1525
1526 2010-12-20 Julien Danjou <julien@danjou.info>
1527
1528 * gnus-util.el (gnus-rescale-image): Revert last change.
1529
1530 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1531
1532 * gnus-group.el (gnus-group-delete-articles): New command.
1533
1534 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1535
1536 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1537
1538 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1539
1540 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1541 here, since it's up to the backends to do CRLF removal if their
1542 protocol has it.
1543
1544 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1545
1546 2010-12-17 Julien Danjou <julien@danjou.info>
1547
1548 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1549 they are from file. Can also scale up.
1550
1551 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
1552
1553 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1554 gnus-use-agent.
1555 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1556
1557 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1558
1559 2010-12-17 Julien Danjou <julien@danjou.info>
1560
1561 * gravatar.el (gravatar-retrieve-synchronously): New function.
1562 (gravatar-get-data): Make more robust.
1563
1564 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1567 to really consider the last line.
1568
1569 2010-12-16 Daiki Ueno <ueno@unixuser.org>
1570
1571 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1572 list of recipient keys, or use symmetric encryption if not a list.
1573 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1574 EPA override, replacing the call to `netrc-store-data'.
1575
1576 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
1577
1578 * gnus-srvr.el: Avoid passing nil regexp argument to
1579 delete-matching-lines.
1580
1581 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1582
1583 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1584 fetching stops when Gnus exits.
1585
1586 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1587 function.
1588 (nnfolder-request-expire-articles): Save all the buffers after doing
1589 expiry.
1590
1591 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1592 the last article", since that led to serious performance regressions
1593 when expiring nnml groups.
1594
1595 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
1596
1597 * nnir.el: Improve customizations.
1598
1599 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1600
1601 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1602
1603 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1604 group has been killed.
1605 (gnus-group-yank-group): Ditto.
1606
1607 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1608
1609 * nnimap.el (nnimap-request-update-group-status): New function.
1610
1611 * gnus-int.el (gnus-request-update-group-status): New interface
1612 function.
1613
1614 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1615 copying read-ness to the backends.
1616
1617 * nnimap.el (nnimap-quirk): New function.
1618 (nnimap-retrieve-group-data-early): Use it.
1619 (nnimap-quirks): New alist.
1620
1621 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1622
1623 * shr.el (shr-insert): Set shr-start after deleting trailing space;
1624 don't delete it within indentation.
1625
1626 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1627
1628 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1629 previous line.
1630
1631 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
1633 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1634 QRESYNC command by deleting a superfluous space which broke Cyrus
1635 servers. This change will break other servers that are buggy the other
1636 way around.
1637
1638 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
1639
1640 * spam.el: Reindent and fix long lines.
1641 (spam-copy-or-move-routine): Exclude invalid move destinations.
1642
1643 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
1644
1645 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1646 installed the registry.
1647
1648 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1649
1650 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1651 groupname doesn't contain "gmane".
1652
1653 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1654
1655 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1656 (gnus-1): Don't create the nndrafts group twice.
1657 (gnus-setup-news): There's no need to read the active file here, since
1658 that's done again later on a per-backend basis.
1659 (gnus-start-draft-setup): Make sure that the new group is started out
1660 empty.
1661
1662 * gnus-agent.el (gnus-agentize): Don't create the queue group
1663 automatically on startup. It'll be created later, if needed.
1664
1665 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1666 of automatically subscribed groups.
1667 (gnus-auto-subscribed-categories): New variable.
1668 (gnus-matches-options-n): Use it.
1669 (gnus-default-subscribed-newsgroups): Remove unused variable.
1670 (gnus-start-draft-setup): Message a bit less.
1671
1672 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
1673
1674 * nnir.el (nnir-run-imap): Return article list in order of increasing
1675 UID.
1676
1677 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1678
1679 * gnus-sum.el (gnus-summary-enter-digest-group):
1680 Mention gnus-auto-select-on-ephemeral-exit.
1681
1682 * proto-stream.el (proto-stream-open-network-only): Fix the calling
1683 convention of the network-only option.
1684
1685 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1686
1687 * proto-stream.el (proto-stream-open-network-only): New function to
1688 have a way to specify non-STARTTLS upgrade connections.
1689
1690 2010-12-10 Julien Danjou <julien@danjou.info>
1691
1692 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1693 email address is nil.
1694
1695 * message.el (message-bogus-recipient-p): Set address to "" if nil.
1696
1697 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
1698
1699 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1700 deletion.
1701 (nnir-run-imap): Only need to parse list once.
1702
1703 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
1705 * shr.el (shr-tag-script): Ignore <script>.
1706 (shr-tag-label): Add <label> support.
1707
1708 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1709
1710 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1711
1712 * shr.el (shr-image-displayer): Work for images lined side by side.
1713
1714 2010-12-08 Robert Pluim <rpluim@gmail.com>
1715
1716 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1717 parameter, since XEmacs doesn't accept t as a parameter.
1718
1719 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
1720
1721 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1722 ids.
1723 (nnir-run-gmane): Simplify groupspec formatting.
1724 (nnir-request-expire-articles): New function.
1725
1726 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1727
1728 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1729 overflow, possibly.
1730
1731 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1732 (shr-render-td): Handle td style="" better.
1733 (shr-tag-table): Use the color from the style sheet.
1734 (shr-render-td): Make sure we copy over all the overlays, too.
1735
1736 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
1737
1738 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1739 (nnir-request-article): Improve article retrieval.
1740
1741 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743 * mm-util.el (mm-extra-numeric-entities): New variable.
1744
1745 * mm-url.el (mm-url-decode-entities):
1746 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1747
1748 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * message.el: Use completion-at-point.
1751 (message-completion-function): New fun, extracted from message-tab.
1752 (message-mode): Use it for completion-at-point-functions.
1753 (message-tab): Use it and completion-at-point.
1754
1755 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1756
1757 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1758 character if a non-breakable character follows.
1759
1760 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1761
1762 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1763 any stream.
1764
1765 * shr.el (shr-tag-font): Colorize the region.
1766 (shr-tag-body): Ditto.
1767 (shr-tag-font): Actually let the styles be inherited instead of
1768 overwriting them.
1769 (shr-tag-font): Get the background color right.
1770 (shr-tag-style): Ignore all <style> tags for the moment.
1771
1772 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1773 a Message-ID to avoid having nnimap depend on gnus-sum.
1774
1775 * shr.el (shr-descend): Only colorize something if we have a node that
1776 sets colors.
1777
1778 2010-12-06 Julien Danjou <julien@danjou.info>
1779
1780 * shr.el (shr-render-td): Render td content with shr-descend, so style
1781 will be applied to <td> too.
1782 (shr-colorize-region): Colorize region even if we only have a background.
1783 (shr-tag-body): Fix color and background color inheritance.
1784 Do not recolorize after shr-generic.
1785 (shr-tag-font): Let shr-generic colorize via inheritance.
1786
1787 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1788
1789 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1790
1791 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
1792
1793 * nnir.el (nnir-request-move-article): Remove obsolete code.
1794
1795 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1796
1797 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1798
1799 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800
1801 * gnus-sum.el (gnus-summary-respool-article): The completion function
1802 expects a list instead of an alist.
1803
1804 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1805 string as the parameter.
1806
1807 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1808
1809 * shr.el (shr-stylesheet): New dynamic variable for cascading the
1810 styles.
1811 (shr-colorize-region): New function.
1812 (shr-insert-background-overlay): Remove.
1813 (shr-render-td): Background setting should be taken care of on a higher
1814 level.
1815 (shr-tag-body): Use post-hoc colorizations.
1816 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1817 (shr-put-color-1): Don't overwrite old colors.
1818 (shr-colorize-region): When the background color isn't explicit, use
1819 a fixed background.
1820
1821 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1822 nnmail variables.
1823
1824 2010-12-05 Bjørn Mork <bjorn@mork.no>
1825
1826 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1827 unless necessary.
1828
1829 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
1830
1831 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1832 server.
1833
1834 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1835
1836 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1837 so that TAB works.
1838
1839 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1840 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1841
1842 * shr.el (shr-urlify): Show the URL before the title to avoid
1843 misleading URLs.
1844
1845 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
1846
1847 * shr.el (shr-urlify): Display the title in <a> tags.
1848
1849 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
1850
1851 * nnir.el (nnir-categorize): Replace mapcar with mapc.
1852
1853 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
1854
1855 * nnir.el: Rearrange code to allow macros to be autoloaded by
1856 gnus-sum.el.
1857 (nnir-retrieve-headers-override-function): Make this variable
1858 customizable.
1859 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1860
1861 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1862 from nnir.el.
1863
1864 2010-12-03 Julien Danjou <julien@danjou.info>
1865
1866 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1867
1868 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1869
1870 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1871 allow optional argument `environment'.
1872
1873 2010-12-03 Glenn Morris <rgm@gnu.org>
1874
1875 * mm-extern.el (message-goto-body): Update declaration.
1876
1877 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1878
1879 * gnus-util.el (gnus-macroexpand-all): New function.
1880
1881 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1882 instead of macroexpand-all that is unavailable in XEmacs.
1883
1884 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
1885
1886 * nnir.el (nnir-summary-line-format): New variable.
1887 (nnir-mode): Use it.
1888 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1889 (nnir-article-ids): Reimplement as defsubst.
1890 (nnir-retrieve-headers): Don't mangle the subject header.
1891 (nnir-run-imap): Use 100 as RSV score.
1892 (nnir-run-find-grep): Fix for full server searching.
1893 (nnir-run-gmane): Better restriction to gmane groups.
1894
1895 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1896 summary buffers.
1897
1898 2010-12-02 Julien Danjou <julien@danjou.info>
1899
1900 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1901
1902 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1903
1904 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1905 support.
1906
1907 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
1908
1909 * nnir.el: Update to handle the registry better.
1910 (autoload): Silence byte-compiler.
1911 (nnir-open-server): Add a hook for nnir groups.
1912 (nnir-request-move-article): Don't mangle the header. Better to use
1913 formating variables (which will be added in the future).
1914 (nnir-registry-action): Update the registry using the original article
1915 group name.
1916 (nnir-mode): Install nnir-specific hooks for updating the registry.
1917
1918 * gnus-sum.el
1919 (gnus-article-original-subject,gnus-newsgroup-original-name):
1920 Remove obsolete variables.
1921 (gnus-summary-move-article): Remove use of obsolete variables.
1922 (gnus-summary-local-variables): Make move and delete hooks local to
1923 summary buffers.
1924
1925 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1926
1927 * rtree.el: New file.
1928
1929 2010-12-01 Julien Danjou <julien@danjou.info>
1930
1931 * message.el (message-user-organization): Do not use
1932 gnus-local-organization.
1933
1934 * gnus.el: Remove gnus-local-organization.
1935
1936 * gnus-msg.el: Remove nastygram thing.
1937
1938 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
1939
1940 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1941 funcall.
1942
1943 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1944
1945 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1946 names.
1947
1948 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1949 characters.
1950
1951 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1952 to t of inhibit-read-only since it is inside gnus-with-article-headers.
1953 Suggested by Štěpán Němec <stepnem@gmail.com>.
1954 (gnus-gravatar-transform-address): Use mail-extract-address-components
1955 that supports non-ASCII names rather than mail-header-parse-addresses.
1956
1957 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * proto-stream.el (open-protocol-stream): All starttls connections are
1960 handled by the network handler.
1961
1962 2010-11-30 Julien Danjou <julien@danjou.info>
1963
1964 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1965 (nnimap-open-connection-1): Fix PREAUTH.
1966
1967 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1968
1969 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1972 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1973 (shr-insert): Use them.
1974 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1975
1976 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1977
1978 * nnir.el (nnir-request-move-article): Bail out if original group
1979 doesn't support article moves.
1980 (nnir-get-active): Improve active list retrieval.
1981
1982 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1983
1984 * shr.el (shr-find-fill-point): Don't break before apostrophes.
1985
1986 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
1987
1988 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1989 seem to accept strings-with-numbers as port numbers,
1990
1991 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
1992
1993 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1994 change the registry.
1995
1996 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1997
1998 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1999 delete-dups that is not available in XEmacs 21.4.
2000
2001 * mm-util.el (mm-delete-duplicates): Add comment.
2002
2003 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
2004
2005 * nnir.el (nnir-ignored-newsgroups): New variable.
2006 (nnir-get-active): Use it.
2007
2008 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2009
2010 * proto-stream.el (proto-stream-open-network): Add some comments.
2011
2012 * nntp.el (nntp-open-connection): Provide a :success condition.
2013
2014 * nnimap.el (nnimap-open-connection-1): Ditto.
2015
2016 * proto-stream.el (proto-stream-open-network): See what the response to
2017 the STARTTLS command is.
2018
2019 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2020 backwards compatibility).
2021 (nnimap-open-connection-1): Really respect nnimap-server-port.
2022
2023 * proto-stream.el (proto-stream-open-network): When doing opportunistic
2024 TLS upgrades we don't really care about the identity of the peer.
2025 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2026 that what we've checked for.
2027 (proto-stream-always-use-starttls): Only default to t if
2028 open-gnutls-stream exists.
2029 (proto-stream-open-network): If STARTTLS failed, then just open a
2030 normal connection.
2031 (proto-stream-open-network): Wait until the greeting before doing
2032 STARTTLS.
2033
2034 * nntp.el (nntp-open-connection): Report what the connection error is.
2035
2036 * proto-stream.el (open-protocol-stream): Rename from
2037 open-proto-stream.
2038
2039 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2040
2041 * nnimap.el (nnimap-stream): Change default to `undecided'.
2042 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2043 first, and then network.
2044 (nnimap-open-connection-1): Respect nnimap-server-port.
2045 (nnimap-open-connection): Be more backwards-compatible.
2046
2047 * proto-stream.el (proto-stream-always-use-starttls): New variable.
2048 (proto-stream-open-starttls): De-duplicate the starttls code.
2049 (proto-stream-open-starttls): Folded back into the main function.
2050 (proto-stream-open-network): Fix typo in the gnutls path.
2051 (proto-stream-command): Refactor out.
2052
2053 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2054
2055 * proto-stream.el (proto-stream-open-starttls): Actually implement the
2056 starttls.el STARTTLS.
2057
2058 * color.el (color-lab->srgb): Fix function call name.
2059
2060 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2061 if we're using tls.el.
2062 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2063 built in, then don't try to establish a STARTTLS connection.
2064
2065 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2066 servers.
2067
2068 * proto-stream.el (open-proto-stream): Use network, not stream.
2069 (open-proto-stream): Add a way to specify what the end of a command is.
2070
2071 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2072 connections types.
2073 (nntp-open-network-stream): Remove.
2074 (nntp-open-ssl-stream): Remove.
2075 (nntp-open-tls-stream): Remove.
2076 (nntp-ssl-program): Remove.
2077
2078 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2079
2080 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
2081
2082 * nnir.el: Fix typos.
2083 (nnir-retrieve-headers-override-function): Rename variable to reflect
2084 new semantics.
2085 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2086 macros.
2087 (nnir-request-article, nnir-request-move-article): Use them.
2088 (nnir-categorize): New function.
2089 (nnir-run-query): Use it.
2090 (nnir-retrieve-headers): Rewrite to batch header retrieval.
2091 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2092 sorted.
2093 (nnir-group-full-name): Use gnus-group-full-name instead.
2094 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2095 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2096
2097 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2098
2099 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2100
2101 * proto-stream.el: New library to provide protocol-specific
2102 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2103 protocols.
2104 (open-proto-stream): Complete the documentation.
2105 (proto-stream-open-network): Fix some typos.
2106
2107 * nnimap.el (nnimap-open-connection): Use it.
2108
2109 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
2110
2111 * pop3.el (pop3-open-server): Read server greeting before starting TLS
2112 negotiation.
2113
2114 2010-11-26 Julien Danjou <julien@danjou.info>
2115
2116 * color.el: Rename various rgb functions to srgb.
2117
2118 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2121 names.
2122
2123 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
2124
2125 * shr.el (shr-insert): Revert last change.
2126 (shr-find-fill-point): Never leave point being at bol;
2127 relax the kinsoku limitation when rendering tables.
2128
2129 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130
2131 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2132 results from -accept-article.
2133
2134 * shr-color.el: Require cl when compiling.
2135
2136 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2137 checkin.
2138
2139 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2140
2141 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2142
2143 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2144 'add and 'delete to set backend marks.
2145
2146 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2147
2148 * nnheader.el (nnheader-update-marks-actions): Refactor out.
2149
2150 * nntp.el (nntp-request-set-mark): Use it.
2151
2152 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2153
2154 * nnml.el (nnml-request-set-mark): Ditto.
2155
2156 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2157 introduces regressions in article selection.
2158 (nnimap-find-uid-response): New function.
2159 (nnimap-request-accept-article): Use the UID returned, if any.
2160 (nnimap-request-move-article): Use the UID returned, if any.
2161 (nnimap-get-groups): Reimplement to work with folded lines.
2162 (nnimap-find-uid-response): The UID is the last element in the list.
2163 (nnimap-request-set-mark): Extend syntax with 'set.
2164
2165 * nnml.el (nnml-request-set-mark): Ditto.
2166
2167 * nnfolder.el (nnfolder-request-set-mark): Ditto.
2168
2169 * nntp.el (nntp-request-set-mark): Ditto.
2170
2171 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2172
2173 * message.el (message-called-interactively-p): A temporary macro.
2174 (message-goto-body): Use it temporarily.
2175
2176 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2177
2178 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2179 (nnimap-last-response-string): Unfold quoted lines, if they exist.
2180 (nnimap-last-response-string): Fix last unfolding fix.
2181
2182 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * shr.el (shr-insert): Fix the way to fold lines.
2185
2186 2010-11-25 Julien Danjou <julien@danjou.info>
2187
2188 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2189
2190 * color.el: Rename from color-lab.el
2191 (color-rgb->hex): Add.
2192 (color-complement): Add.
2193 (color-complement-hex): Add.
2194
2195 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2196
2197 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2198
2199 * shr-color.el (shr-color-visible): Don't bug out if the colour names
2200 don't exist.
2201
2202 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
2203
2204 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2205 assuming that article displaying or another mml-preview may be
2206 interrupted for an error or for the like.
2207
2208 * shr.el (shr-get-background): Fix argument name.
2209
2210 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2211
2212 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2213
2214 * gnus-sum.el (gnus-summary-include-articles): New function.
2215
2216 * message.el (message-goto-body): called-interactively-p needs a
2217 parameter, so use `any'.
2218
2219 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2220 clear marks before moving, since they're synced from the Gnus side
2221 first.
2222
2223 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2224 (gnus-summary-move-article): Copy over all marks before moving, so that
2225 IMAP doesn't think a new article has arrived.
2226
2227 2010-11-24 Julien Danjou <julien@danjou.info>
2228
2229 * shr.el (shr-insert-background-overlay): Fix typo.
2230 (shr-render-td): Copy the background before rendering.
2231
2232 * shr-color.el (shr-color-visible): Fix docstring.
2233
2234 * shr.el (shr-tag-table): Add bgcolor support.
2235 (shr-render-td): Add bgcolor support.
2236 (shr-get-background): Add.
2237 (shr-insert-foreground-overlay): Use shr-get-background.
2238
2239 * message.el (message-goto-body): Use called-interactively-p.
2240 (message-in-body-p): message-goto-body returns point.
2241
2242 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
2245 Fixes something or other in Emacs 23, and is backwards compatible.
2246
2247 * message.el (message-goto-body): Remove the <#secure special-casing,
2248 which is too special.
2249
2250 * shr.el (shr-parse-style): Drop !important from styles.
2251
2252 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
2253
2254 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2255 this function to return incorrect results when calling it with an
2256 explicit article argument different from
2257 (gnus-summary-article-number).
2258
2259 2010-11-24 Julien Danjou <julien@danjou.info>
2260
2261 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2262 (shr-tag-body): Add background support.
2263 (shr-descend): Add background support.
2264 (shr-tag-title): Add.
2265
2266 * shr-color.el (shr-color-visible): Really return original background
2267 if fixed.
2268
2269 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * shr.el (shr-color-check): Protect against non-existent colour names.
2272
2273 2010-11-24 Julien Danjou <julien@danjou.info>
2274
2275 * color-lab.el: Require 'cl when compiling.
2276
2277 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2278
2279 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2280 matched part.
2281
2282 * color-lab.el: Fix all expt calls to use float type.
2283
2284 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
2285
2286 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2287 expression to shr-color-check as is.
2288
2289 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2290
2291 * color-lab.el: Add coding cookie.
2292 (float-pi): Use eval-and-compile.
2293
2294 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * shr.el (shr-insert-color-overlay): Split stuff like
2297 "#444444 !important" to find the real colour.
2298 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2299 parse <font color="red"> entries.
2300
2301 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
2302
2303 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
2304 point when parsing headers.
2305
2306 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
2307 is positioned properly when parsing headers.
2308
2309 2010-11-23 Julien Danjou <julien@danjou.info>
2310
2311 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2312
2313 * shr-color.el (shr-color->hexadecimal): Add support for color names.
2314
2315 * shr.el (shr-parse-style): Replace \n with space in style parsing.
2316
2317 * shr-color.el (shr-color-hsl-to-rgb-fractions):
2318 Use shr-color-hue-to-rgb.
2319 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2320
2321 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2322
2323 * shr.el (shr-color->hexadecimal): Autoload.
2324 (shr-descend): Add color to all tags.
2325
2326 2010-11-22 Julien Danjou <julien@danjou.info>
2327
2328 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2329 shr-color->hexadecimal.
2330
2331 * shr-color.el (shr-color->hexadecimal): Add converting functions for
2332 RGB() or HSL() color representation.
2333
2334 * shr.el (shr-tag-font): Add.
2335 (shr-tag-color-check): New function to get better colors.
2336 (shr-tag-insert-color-overlay): Factorize code between tag-font and
2337 tag-span.
2338
2339 * shr-color.el: New file.
2340
2341 * color-lab.el: New file.
2342
2343 * gnus-art.el (gnus-url-mailto): Do not downcase args.
2344
2345 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
2346
2347 * nnir.el: Fix typo in comments.
2348 (nnir-run-imap): Simplify code. No need to reverse artlist.
2349 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2350
2351 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2352
2353 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2354
2355 * nnimap.el (nnimap-get-capabilities): Refactor out.
2356 (nnimap-open-connection): Re-request capabilities after STARTTLS.
2357
2358 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
2359
2360 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2361 appearing when `mm-uu-hide-markers' is nil.
2362
2363 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2364
2365 * nnimap.el (nnimap-unselect-group): Make into its own function.
2366 (nnimap-request-rename-group): Unselect group before renaming.
2367 This had gotten lost somewhere.
2368 (nnimap-request-accept-article): Keep track of examined groups, and
2369 unselect the group before APPENDing to read-only groups.
2370 (nnimap-request-move-article): Clear flags before moving so that they
2371 can be re-set later.
2372
2373 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
2374
2375 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2376 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2377
2378 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * gnus-art.el (gnus-mime-display-single)
2381 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2382 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2383 parameter.
2384
2385 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2386
2387 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2388 (shr-table-vertical-line): New variable.
2389 (shr-insert-table): Use it.
2390
2391 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
2392
2393 * gnus-html.el (gnus-html-wash-images): Don't display images if
2394 gnus-inhibit-images is non-nil; register displayer for cid images.
2395 (gnus-html-display-image): Work for cid image.
2396 (gnus-html-insert-image): Allow arguments.
2397 (gnus-html-put-image): Inhibit read-only.
2398 (gnus-html-prefetch-images): Don't prefetch images if
2399 gnus-inhibit-images is non-nil.
2400
2401 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402
2403 * shr.el (shr-put-image): Break lines when inserting big pictures.
2404
2405 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2406
2407 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2408 sender, thanks Katsumi Yamaoka.
2409
2410 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
2411
2412 * nnir.el (nnir-run-imap): Reverse the article list for each group
2413 rather than the whole list.
2414
2415 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
2416
2417 * shr.el (shr-image-displayer): Protect function against non-existent
2418 image source.
2419
2420 * gnus-art.el (gnus-inhibit-images): New user option.
2421 (gnus-mime-display-single): Don't display image if it is non-nil.
2422
2423 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2424 gnus-inhibit-images.
2425
2426 * shr.el (shr-image-displayer): New function.
2427 (shr-tag-img): Use it.
2428
2429 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2430
2431 * mml2015.el (mml2015-epg-sign): Use From header.
2432
2433 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2434
2435 * gnus-html.el (gnus-html-wash-images): Register a displayer.
2436
2437 * gnus-util.el (gnus-find-text-property-region): Return markers.
2438
2439 * shr.el (shr-tag-img): Put a displayer in the text property.
2440
2441 * gnus-util.el (gnus-find-text-property-region): New utility function.
2442
2443 * gnus-html.el (gnus-html-display-image): Make the alt optional.
2444 (gnus-html-show-images): Remove.
2445
2446 * gnus-art.el (gnus-article-show-images): New, more general function.
2447
2448 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2449 image url text properties.
2450
2451 * shr.el: Ditto.
2452
2453 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2454 gnus-agent-auto-agentize-methods is set. Which it isn't.
2455
2456 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2457
2458 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2459 work for two or more articles.
2460
2461 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2464 divide an image that's in an html article to two or more when washing
2465 non-ASCII characters in alt text of it.
2466
2467 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2470 smime-decrypt-region using function argument.
2471 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2472
2473 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2474
2475 * smime.el (smime-decrypt-region): Catch it.
2476
2477 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * smime.el (smime-mode-map): Move initialization into declaration.
2480 (gnus-run-mode-hooks): Don't autoload.
2481 (smime-mode): Use define-derived-mode.
2482
2483 2010-11-11 Glenn Morris <rgm@gnu.org>
2484
2485 * smime.el (from): Restrict declaration to XEmacs.
2486
2487 * nnir.el (gnus-group-topic-name): Autoload.
2488
2489 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2490
2491 * shr.el (shr-insert): Don't break long line if it is because of
2492 kinsoku-bol characters in the line end.
2493
2494 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
2495
2496 * nnir.el (nnir-request-move-article): Fix to provide original group
2497 and subject.
2498 (nnir-warp-to-article): Don't fail on articles whose headers haven't
2499 been retrieved.
2500
2501 * gnus-sum.el (gnus-summary-move-article): Use original group and
2502 subject for virtual articles such as those in an nnir summary buffer.
2503
2504 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
2505
2506 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2507 least 21.5).
2508
2509 * smime.el (from): Declare it again for XEmacs.
2510
2511 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2512
2513 * message.el (message-resend): Don't disable encoding unless it's
2514 already encoded.
2515
2516 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2517 low-numbered articles.
2518
2519 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2520
2521 * rfc2047.el (rfc2047-syntax-table): Simplify.
2522
2523 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2524 set-char-table-range for XEmacs.
2525
2526 2010-11-10 Glenn Morris <rgm@gnu.org>
2527
2528 * smime.el (from): Remove unused declaration.
2529
2530 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2531 (gnus-float-time): On Emacs, always an alias.
2532
2533 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2534 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2535
2536 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2537
2538 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2539
2540 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2541
2542 * shr.el (browse-url-mailto): Autoload.
2543
2544 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2545
2546 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2547 regexp doesn't need quoting.
2548
2549 2010-11-09 Sven Joachim <svenjoac@gmx.de>
2550
2551 * message.el (message-subject-trailing-was-ask-regexp)
2552 (message-subject-trailing-was-regexp): Match was: in addition to was.
2553
2554 2010-11-09 Glenn Morris <rgm@gnu.org>
2555
2556 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2557 (nnbabyl-check-mbox): Use point-at-bol.
2558
2559 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2562
2563 * message.el (message-mailto): New function.
2564 (message-mailto): Should accept other parameters.
2565 (message-mailto): Remove since it duplicates browse-url-mailto
2566 functionality.
2567
2568 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2569
2570 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2571 methods.
2572 (gnus-read-active-file): Ditto.
2573
2574 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2575 ": " from the prompt.
2576 (gnus-group-make-group): Ditto.
2577
2578 2010-11-07 Glenn Morris <rgm@gnu.org>
2579
2580 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2581 (gnus-bookmark-kill-line): Use point-at-eol.
2582
2583 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
2584
2585 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2586 asterisks in From header.
2587
2588 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2589
2590 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2591 string to avoid making the From headers syntactically invalid.
2592
2593 * message.el (message-send-mail): Don't insert courtesy messages if the
2594 message already has List-Post and List-ID messages.
2595
2596 2010-11-06 Glenn Morris <rgm@gnu.org>
2597
2598 * gnus-art.el (gnus-treat-article): Give dynamic local variables
2599 `condition', `type', `length' a prefix.
2600 (gnus-treat-predicate): Update for above name changes.
2601
2602 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
2603
2604 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2605 binding. Handled by `gnus-summary-refer-thread' instead.
2606 (nnir-warp-to-article): New backend function.
2607
2608 * nnimap.el (nnimap-request-thread): Force dependency updating.
2609
2610 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2611 (gnus-summary-refer-thread): Rework to improve thread-referral.
2612
2613 * gnus-int.el (gnus-warp-to-article): New function.
2614
2615 * gnus-sum.el (gnus-summary-article-map): Bind it.
2616
2617 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
2618
2619 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2620 gnus-summary-refer-thread.
2621
2622 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2623 headers.
2624 (gnus-summary-limit-include-thread): Prevent articles in thread from
2625 being cut in gnus-cut-threads.
2626 (gnus-summary-refer-thread): Limit retrieved headers to those in
2627 thread.
2628
2629 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2630
2631 * message.el (message-send-mail): Use the value of
2632 message-courtesy-message from the message buffer.
2633
2634 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2635
2636 * shr.el (shr-browse-url): Implement mailto: URLs.
2637
2638 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2639 "raw".
2640
2641 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2642 if it's already selected.
2643
2644 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2645
2646 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
2647
2648 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2649 to measure the length and truncate alt text.
2650
2651 2010-11-03 Glenn Morris <rgm@gnu.org>
2652
2653 * nndiary.el (nndiary-generate-nov-databases-1)
2654 (nndiary-generate-active-info): Rename dynamic variable `files' to
2655 something less generic.
2656
2657 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
2658
2659 * nnir.el (nnir-request-move-article): Call the underlying backend to
2660 move articles from nnir.
2661
2662 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2663
2664 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2665
2666 2010-11-02 Julien Danjou <julien@danjou.info>
2667
2668 * nnir.el: Remove wais support.
2669
2670 2010-11-02 Glenn Morris <rgm@gnu.org>
2671
2672 * gnus-html.el: Reorder requirements to quieten compiler.
2673
2674 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2675
2676 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2677 properly for XEmacs as well.
2678 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2679 (gnus-article-natural-long-line-p): Use window-width rather than
2680 frame-width.
2681
2682 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
2683
2684 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
2685 (nnir-read-parms): Don't modify query.
2686 (nnir-run-query): Add ability to search topic on current line.
2687 (nnir-get-active): Clean up.
2688
2689 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2690
2691 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2692 degenerate articles.
2693
2694 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2695 (gnus-print-buffer): Just print the buffer as is, without any copying
2696 to a buffer and then re-highlighting.
2697
2698 * nnimap.el (nnimap-request-group): Store the new updated info.
2699 (nnimap-request-group): Select the group when we don't know whether it
2700 exists or not.
2701
2702 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2703 groups.
2704
2705 * gnus-group.el (gnus-group-find-new-groups): Display all the new
2706 groups.
2707
2708 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2709 groups.
2710
2711 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2712 long-lines case by only filling the long lines.
2713
2714 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2715 (bug #7311).
2716
2717 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2718
2719 * shr.el: No need to declare `declare-function' since shr.el is for
2720 only Emacsen that provide `libxml-parse-html-region'.
2721
2722 2010-11-01 Glenn Morris <rgm@gnu.org>
2723
2724 * mm-util.el (gnus-completing-read): Autoload.
2725 (mm-read-coding-system): Simplify Emacs definition.
2726
2727 * nnmail.el (gnus-activate-group):
2728 * nnimap.el (gnutls-negotiate):
2729 * nntp.el (netrc-parse): Fix declarations.
2730
2731 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2732
2733 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2734 string-match-p in Emacs >=23.
2735
2736 * gnus-msg.el (gnus-configure-posting-styles)
2737 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2738
2739 2010-11-01 Glenn Morris <rgm@gnu.org>
2740
2741 * nnir.el (declare-function): Add compat stub.
2742 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2743 (nnir-run-gmane): Require 'mm-url.
2744
2745 * mm-util.el (mm-string-to-multibyte): Simplify.
2746
2747 * shr.el (declare-function): Add compat stub.
2748 (url-cache-create-filename): Declare.
2749 (mm-disable-multibyte, widget-convert-button): Autoload.
2750
2751 * smime.el (ldap-search): Declare.
2752 (smime-cert-by-ldap-1): Require ldap on Emacs.
2753
2754 * nnimap.el: Require nnmail, and gnus-sum when compiling.
2755 (nnimap-keepalive): Use gnus-float-time.
2756
2757 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2758 (mail-source-delete-crash-box): Use gnus-float-time.
2759
2760 * gnus-dired.el (gnus-completing-read): Autoload.
2761
2762 * mm-view.el (gnus-rescale-image): Autoload.
2763
2764 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2765
2766 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2767
2768 * sieve-manage.el: Require 'cl when compiling.
2769
2770 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2771 (gnus-iswitchb-completing-read): Require iswitchb.
2772 (gnus-select-frame-set-input-focus): Silence compiler.
2773
2774 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * message.el (message-subject-trailing-was-query): Change default to t,
2777 since I think that's what most people want.
2778
2779 * nnimap.el (nnimap-request-accept-article): Erase buffer before
2780 appending for easier debugging.
2781 (nnimap-wait-for-connection): Take a regexp.
2782 (nnimap-request-accept-article): Wait for the continuation line before
2783 sending anything unless we're streaming.
2784
2785 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2786 leave the header washing to take place.
2787
2788 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2789
2790 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2791 regular expression match and replace in posting styles.
2792
2793 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
2794
2795 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2796 an entire server.
2797 (nnir-get-active): New function.
2798 (nnir-run-imap): Use it.
2799 (nnir-run-gmane): Who knew, gmane search returns an article score!
2800
2801 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2802 server on the current line with nnir.
2803
2804 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
2806 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2807 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2808 left edge.
2809 (gnus-article-foldable-buffer): Skip past the prefix when determining
2810 raggedness.
2811
2812 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2813 the raw article, and change `C-u g' to show the article without doing
2814 treatments.
2815
2816 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2817 on to `gnus-treat-article'.
2818 (gnus-inhibit-article-treatments): New variable.
2819
2820 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2821
2822 * gnus-art.el (gnus-treatment-function-alist): Have
2823 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2824 (gnus-treat-fill-long-lines): Change default to fill all text/plain
2825 sections.
2826
2827 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2828 parameter.
2829 (gnus-article-fill-cited-long-lines): New function.
2830 (gnus-article-fill-cited-article): Allow filling only long sections.
2831
2832 * shr.el (shr-find-fill-point): Don't break lines between punctuation
2833 and non-punctuation (like after the apostrophe in "'We").
2834
2835 * gnus-sum.el (gnus-summary-select-article): Make sure
2836 gnus-original-article-buffer is alive.
2837
2838 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2839 reflect the order they're in in the digest.
2840
2841 * gnus.el (gnus-group-startup-message): Move point to the start of the
2842 buffer.
2843
2844 * nnimap.el (nnimap-capability): New function.
2845 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2846 is set.
2847
2848 2010-10-31 David Engster <dengste@eml.cc>
2849
2850 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2851 conform with changes to gnus-completing-read.
2852
2853 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2854
2855 * shr.el (shr-tag-img): Output "*" instead of "[img]".
2856
2857 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2858
2859 * nnir.el: Move defvar, defcustom around to keep file organized
2860 and keep byte-compiler quiet.
2861 (nnir-read-parms): Accept search-engine as arg.
2862 (nnir-run-query): Pass search-engine as arg.
2863 (nnir-search-engine): Remove.
2864
2865 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2866
2867 * shr.el (shr-generic): The text nodes should be text, not :text.
2868
2869 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2870 later in the file.
2871
2872 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
2873
2874 * nnir.el: General clean up. Allow searching with multiple engines.
2875 Allow separate extra-parameters for each engine.
2876 Batch queries when possible.
2877 (nnir-imap-default-search-key,nnir-method-default-engines):
2878 Add customize interface.
2879 (nnir-run-gmane): New engine.
2880 (nnir-engines): Use it. Qualify all prompts with engine name.
2881 (nnir-search-engine): Remove global variable.
2882 (nnir-run-hyrex): Restore for now.
2883 (nnir-extra-parms,nnir-search-history): New variables.
2884 (gnus-group-make-nnir-group): Use them.
2885 (nnir-group-server): Remove in favor of gnus-group-server.
2886 (nnir-request-group): Avoid searching twice.
2887 (nnir-sort-groups-by-server): New function.
2888
2889 2010-10-30 Julien Danjou <julien@danjou.info>
2890
2891 * gnus-group.el: Remove gnus-group-fetch-control.
2892
2893 * gnus-start.el (gnus-find-new-newsgroups):
2894 Remove gnus-check-first-time-used.
2895
2896 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2897
2898 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2899
2900 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2901 set on groups that don't have \* permanentflags.
2902
2903 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2904
2905 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2906 control the background color.
2907 (shr-tag-img): Ignore very small web bug type images.
2908 (shr-put-image): Add help-echo alt texts to the images.
2909 (shr-tag-video): Show the video poster image.
2910
2911 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2912
2913 * shr.el (shr-table-depth): New variable.
2914 (shr-tag-table-1): Only insert the images after the top-level table.
2915
2916 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2917
2918 * gnus-util.el (gnus-list-memq-of-list): New function.
2919
2920 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2921 selected.
2922 (nnimap-unsplittable-articles): New slot.
2923 (nnimap-new-articles): Use it.
2924
2925 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
2926
2927 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2928 move to the previous line on `M-g'.
2929
2930 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2931
2932 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2933 *-request-group, which seems unnecessary.
2934
2935 * nnimap.el (nnimap-quote-specials): Function copied over from
2936 imap.el.
2937 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2938 they support that. Suggested by Tom Regner.
2939
2940 2010-10-29 Julien Danjou <julien@danjou.info>
2941
2942 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2943 defalias.
2944 (gnus-summary-delete-marked-with): Remove obsolete defalias.
2945
2946 * gnus.el: Remove `gnus-nntp-service' variable.
2947 (gnus-secondary-servers): Make obsolete.
2948 (gnus-nntp-server): Make obsolete.
2949
2950 * gnus-start.el (gnus-1): Remove x-splash calls.
2951
2952 * gnus-ems.el (gnus-x-splash): Remove.
2953
2954 * gnus.el (gnus-group-startup-message): Simplify/update code.
2955
2956 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2957 capability before doing anything.
2958 (gnus-group-insert-group-line): Remove useless
2959 gnus-group-remove-excess-properties.
2960
2961 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2962
2963 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2964
2965 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2966
2967 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2968 config after reselecting.
2969
2970 2010-10-28 Julien Danjou <julien@danjou.info>
2971
2972 * shr.el (shr-put-image): Use point even if only inserting text.
2973 (shr-put-image): Save excursion when inserting alt text on non-graphic
2974 display, so the behaviour is the same when we are on a graphic display.
2975
2976 * nnir.el (nnir-run-swish-e): Remove hyrex support.
2977
2978 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2979
2980 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2981 (gnus-mime-copy-part): Check coding system, not charset.
2982 (gnus-mime-view-part-externally): Never remove part.
2983 (gnus-mime-view-part-internally): Don't remove part here.
2984 (gnus-article-part-wrapper): Make sure MIME tag is visible.
2985 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2986 multipart/alternative.
2987
2988 * mm-decode.el (mm-display-part): Take optional arg `force'.
2989
2990 2010-10-26 Julien Danjou <julien@danjou.info>
2991
2992 * gnus-group.el (gnus-group-default-list-level): Add this function to
2993 compute the default list level.
2994 (gnus-group-default-list-level): Add possibility to use a function.
2995
2996 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
2997
2998 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2999
3000 * gnus-group.el (gnus-group-completing-read)
3001 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3002 gnus-replace-in-string.
3003
3004 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
3005
3006 * shr.el (shr-tag-div): Add.
3007
3008 2010-10-25 Julien Danjou <julien@danjou.info>
3009
3010 * gnus-util.el: Remove `gnus-with-local-quit'.
3011
3012 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3013
3014 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3015
3016 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3017 the original article buffer.
3018
3019 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3020
3021 * nnimap.el (nnimap-request-head): New function.
3022 (nnimap-request-move-article): Try to be slighly faster by not
3023 requesting the entire message when moving.
3024 (nnimap-transform-headers): Don't bug out on bodiless articles.
3025 (nnimap-send-command): Have no outstanding messages if the IMAP server
3026 doesn't support streaming.
3027 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3028
3029 2010-10-24 Julien Danjou <julien@danjou.info>
3030
3031 * message.el (message-default-headers): Fix type.
3032
3033 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
3035 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3036 prefetching images.
3037
3038 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3039 backend for unknown groups. This is mainly useful for nnimap groups.
3040
3041 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3042 group isn't covered by the agent.
3043
3044 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
3045
3046 * nnir.el (nnir-method-default-engines): New variable.
3047 (nnir-run-query): Use it.
3048 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3049 (gnus-summary-nnir-goto-thread): Change group if needed.
3050
3051 * gnus-group.el (gnus-group-group-map): Add key binding for
3052 gnus-group-make-nnir-group.
3053
3054 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3055
3056 * shr.el (shr-tag-object): Add.
3057
3058 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3059 original article buffer live.
3060 (gnus-summary-select-article-buffer):
3061 Mention gnus-widen-article-buffer.
3062
3063 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3064
3065 * shr.el (shr-tag-strong): Add.
3066
3067 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3068
3069 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3070 group names. They mess up the group buffer badly.
3071
3072 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3073
3074 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3075 instead of the summary one.
3076
3077 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
3078
3079 * mml.el (mml-preview): Work properly when editing article.
3080
3081 * gnus-start.el (gnus-read-active-file-1): Don't add method to
3082 gnus-have-read-active-file if it's already been in.
3083
3084 2010-10-22 Tom Tromey <tromey@redhat.com>
3085
3086 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3087 gnus-group-completing-read.
3088
3089 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * message.el (message-mode-map): Don't bind M-; to comment region, to
3092 allow the global comment-dwim to work.
3093
3094 2010-10-21 Julien Danjou <julien@danjou.info>
3095
3096 * message.el (message-setup-1): Allow message-default-headers to be a
3097 function.
3098
3099 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * shr.el (shr-tag-table): Simplify.
3102
3103 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3104
3105 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3106 to avoid trying to snarf invalid stuff.
3107
3108 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3109
3110 * gnus.el (gnus-message-archive-group): Quote value.
3111 (gnus-message-archive-group): Mark as changed.
3112
3113 * shr.el (shr-add-font): Don't put the font properties on the newline
3114 or the indentation.
3115
3116 * message.el (message-fix-before-sending): Change options when sending
3117 non-printable characters.
3118
3119 * gnus.el (gnus-message-archive-method): Change the default to
3120 monthly outgoing groups.
3121
3122 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3123 that have gotten new numbers.
3124
3125 * nnimap.el (nnimap-request-replace-article): New function.
3126
3127 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3130 (nnrss-request-article): Don't use special html washing code.
3131
3132 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3133
3134 * shr.el (shr-tag-table): Remove useless nconc.
3135
3136 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3137
3138 * gnus-art.el (article-wash-html): Simplify and remove the charset
3139 stuff. Use the normal html rendering code instead of the special html
3140 washing code.
3141
3142 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3143 `gnus-w3m' symbols.
3144 (mm-text-html-washer-alist): Remove.
3145
3146 * mm-decode.el (mm-inline-text-html-renderer): Remove.
3147 (mm-inline-media-tests): Remove use.
3148 (mm-text-html-renderer): Change default to the `shr' symbol.
3149
3150 * mm-view.el (mm-inline-text-html): Remove use.
3151
3152 * gnus-art.el (gnus-blocked-images): New function. Allow the
3153 `gnus-blocked-images' to be a function.
3154 (gnus-article-wash-function): Remove.
3155
3156 2010-10-20 Julien Danjou <julien@danjou.info>
3157
3158 * spam.el (spam-list-of-processors): Mark as obsolete.
3159
3160 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3161 (nnimap-insert-partial-structure): Fix boundary detection.
3162
3163 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
3164
3165 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3166 run file-truename on remote files. This can be expensive and even
3167 prevent one from editing drafts if some unrelated buffer has a stale
3168 connection.
3169
3170 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3171
3172 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3173 kinsoku-eol regardless of shr-kinsoku-shorten.
3174 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3175 (shr-tag-table): Support caption, thead, and tfoot.
3176
3177 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3178
3179 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3180 lines.
3181 (shr-save-contents): New command and keystroke.
3182
3183 * nndoc.el (nndoc-type-alist): Add git support.
3184 (nndoc-git-type-p): New function.
3185 (nndoc-transform-git-article): Ditto.
3186 (nndoc-transform-git-headers): Ditto.
3187 (nndoc-transform-git-headers): Generate Subject headers.
3188
3189 * shr.el (shr-parse-style): New function.
3190 (shr-tag-span): Ditto.
3191
3192 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3193 to `G G' to avoid collisions.
3194
3195 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3196
3197 * shr.el: Load kinsoku if necessary.
3198 (shr-kinsoku-shorten): New internal variable.
3199 (shr-find-fill-point): Make kinsoku shorten text line if
3200 shr-kinsoku-shorten is bound to non-nil.
3201 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3202 shr-indentation too when testing if table is wider than frame width.
3203 (shr-insert-table): Use `string-width' instead of `length' to measure
3204 text width.
3205 (shr-insert-table-ruler): Make sure indentation is done at bol.
3206
3207 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3210 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3211 undecoded network data.
3212
3213 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3214
3215 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3216 name in the mode line spec so that the mode line menu works
3217 (bug #2431).
3218
3219 * message.el (message-get-reply-headers): If we're fed `to-address',
3220 then always use that.
3221
3222 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3223 aren't so wide as to need to switch off the edit menu.
3224
3225 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3226 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3227
3228 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3229 `M-g'.
3230 (nnimap-update-info): Update flags/read marks even if \* isn't part of
3231 the permanent marks.
3232
3233 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
3234
3235 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3236 Splitting according to references/in-reply-to obeys the ignore-groups
3237 variable, while splitting by sender and subject do not.
3238
3239 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3240
3241 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3242 alist, so that we can look for non-Unicode chars.
3243 (article-translate-strings): Allow both character and string maps.
3244
3245 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3246
3247 * shr.el (shr-insert): Don't insert space behind a wide character
3248 categorized as kinsoku-bol, or between characters both categorized as
3249 nospace.
3250
3251 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
3252
3253 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
3254 headers to gnus-newsgroup-headers.
3255
3256 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3257
3258 * shr.el (shr-tag-img): Don't align images -- since we're not
3259 rescaling, this often leads to ugly displays.
3260
3261 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
3262
3263 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3264 duplicates.
3265
3266 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
3267
3268 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3269 call.
3270
3271 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3272
3273 * gnus.el: Autoload gnus-html-show-images.
3274
3275 * nnimap.el: Use nnheader-message throughout.
3276
3277 * shr.el (shr-tag-img): Ignore images with no data.
3278
3279 2010-10-15 Julien Danjou <julien@danjou.info>
3280
3281 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3282 a possibility to disable format=flow encoding when using hard newlines.
3283
3284 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3285
3286 * shr.el (shr-insert): Remove space inserted before or after a
3287 breakable character or at the beginning or the end of a line.
3288 (shr-find-fill-point): Do kinsoku; find the second best point or give
3289 it up if there's no breakable point.
3290
3291 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * nnimap.el (nnimap-open-connection): Message when opening connection
3294 for debugging purposes.
3295
3296 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3297 on every setup buffer call to allow this to change from article to
3298 article.
3299
3300 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3301 buffers where we have a wide table.
3302
3303 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
3304
3305 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3306 uses *-request-thread.
3307
3308 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309
3310 * nnimap.el (nnimap-open-connection): Remove %s from openssl
3311 incantation, which is no longer valid.
3312
3313 2010-10-14 Julien Danjou <julien@danjou.info>
3314
3315 * shr.el: Fix defcustom type (char -> character).
3316
3317 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3318
3319 * nnimap.el (nnimap-open-connection): tls-program should be a list of
3320 programs.
3321
3322 2010-10-14 Julien Danjou <julien@danjou.info>
3323
3324 * shr.el (shr-tag-a): Use url-link as widget type.
3325
3326 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3327 `gnus-group-get-icon'.
3328
3329 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3330
3331 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3332 This should make server editing work better.
3333
3334 * shr.el (shr-find-fill-point): Don't inloop on indented text.
3335
3336 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3337 (nnimap-parse-flags): Fix regexp.
3338
3339 * shr.el (shr-find-fill-point): Use a filling algorithm that should
3340 probably work for CJVK text, too.
3341
3342 * nnimap.el (nnimap-extend-tls-programs): Remove.
3343 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3344
3345 2010-10-13 Julien Danjou <julien@danjou.info>
3346
3347 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3348 responses.
3349
3350 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3353
3354 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3355 anything in Emacs.
3356
3357 * shr.el (shr-current-column): Remove buggy and unnecessary function.
3358
3359 2010-10-13 Julien Danjou <julien@danjou.info>
3360
3361 * shr.el (shr-width): Make shr-width a defcustom with default to
3362 fill-column.
3363 (shr-tag-img): Use shr-width rather than fill-column.
3364
3365 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
3366
3367 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3368
3369 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3370 position when (X-)Faces exist.
3371 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3372 avatars when called interactively.
3373
3374 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3375
3376 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3377 gnus-article-x-face-too-ugly is bound.
3378
3379 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3380
3381 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3382
3383 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3384 mailbox that doesn't exist.
3385
3386 2010-10-12 Julien Danjou <julien@danjou.info>
3387
3388 * shr.el (shr-tag-img): Encode URL properly when retrieving.
3389 (shr-get-image-data): Encode URL properly when fetching from cache.
3390 (shr-tag-img): Use aligned-to spaces to align correctly images.
3391
3392 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3393 before inserting the Gravatar.
3394
3395 * shr.el (shr-tag-img): Add align attribute support for <img>.
3396
3397 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3398
3399 * gnus-gravatar.el (gnus-art): Require.
3400
3401 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3402 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3403 Remove long obsoleted functions.
3404
3405 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3406
3407 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3408
3409 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3410 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3411 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3412 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3413 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3414 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3415 Fix comment for declare-function.
3416
3417 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3418
3419 * nnimap.el (nnimap-request-rename-group): Select group read-only
3420 before renaming it.
3421
3422 * shr.el (shr-insert): Fix up the white space only regexp.
3423
3424 * nnimap.el (nnimap-transform-split-mail): Not all articles have
3425 bodies. Protect against this. Reported by Michael Welsh Duggan.
3426
3427 * shr.el (shr-current-column): New function.
3428 (shr-find-fill-point): New function.
3429
3430 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3431
3432 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3433 numbers.
3434
3435 2010-10-11 Julien Danjou <julien@danjou.info>
3436
3437 * shr.el (shr-hr-line): Add.
3438 (shr-tag-hr): Use shr-hr-line to specify which character to use to
3439 display hr lines.
3440 (shr-max-columns): Do not change state to nil if we just inserting
3441 spaces.
3442
3443 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444
3445 * gnus-topic.el (gnus-topic-read-group): If after the last group,
3446 select the last group.
3447
3448 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3449
3450 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3451
3452 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3453
3454 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3455 for Gnus.
3456 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3457 (nnimap-update-qresync-info): Mark \Seen articles as read.
3458
3459 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3460 non-variable, too.
3461
3462 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3463 available.
3464 (nnimap-update-info): Rely more on the current active than the param
3465 active to avoid marking articles as read too much.
3466
3467 * auth-source.el (auth-source-create): Use (user-login-name) for the
3468 user name default.
3469
3470 * nnimap.el (nnimap-update-info): If the server doesn't return any
3471 useful info, just use the previous info.
3472 (nnimap-update-info): Prefer old info over start-article.
3473 (nnimap-update-qresync-info): Finish implementing QRESYNC.
3474
3475 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
3476
3477 * nnir.el (autoload): Clean up autoloads.
3478 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3479 Use key rather than value.
3480 (nnir-imap-search-other): New variable.
3481 (nnir-read-parm): Use it.
3482 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3483 (gnus-summary-nnir-goto-thread): Modify to work with imap.
3484
3485 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3488 the process, too.
3489
3490 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * spam.el (gnus-summary-mode-map): Bind to "$".
3493 Suggested by Russ Allbery.
3494
3495 * shr.el: Rework the way things are indented by <li> slightly.
3496
3497 * gnus.el (gnus-group-set-parameter): Fix typo.
3498
3499 * nnimap.el: Start implementing QRESYNC support.
3500
3501 2010-10-09 Julien Danjou <julien@danjou.info>
3502
3503 * nnir.el (nnir-engines): Fix too many arguments.
3504
3505 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3506
3507 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3508 group is the "last", so that the backends like nnfolder actually save
3509 their folders.
3510
3511 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3512 try to use that for the tls stream.
3513 (nnimap-retrieve-group-data-early): Rework the marks code to heed
3514 UIDVALIDITY and find out which groups are read-only and not.
3515 (nnimap-get-flags): Use the same marks parsing code as the rest of
3516 nnimap.
3517
3518 2010-10-09 Julien Danjou <julien@danjou.info>
3519
3520 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3521
3522 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3523 retrieving gravatars.
3524
3525 * shr.el (shr-table-corner): Add.
3526 (shr-table-line): Add.
3527 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3528
3529 2010-10-08 Julien Danjou <julien@danjou.info>
3530
3531 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3532
3533 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
3534
3535 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3536
3537 * gnus-sum.el (gnus-mark-article-as-unread)
3538 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3539 (gnus-summary-set-bookmark): Use it.
3540
3541 * gnus-msg.el (gnus-setup-message): Use it.
3542
3543 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3544
3545 * gnus.el (gnus-group-remove-parameter): Use it.
3546
3547 * gnus-group.el (gnus-group-make-web-group): Use it.
3548
3549 * gnus-demon.el (gnus-demon-remove-handler): Use it.
3550
3551 * nnregistry.el: Update docs to mention manual.
3552
3553 * gnus-registry.el: Update docs to mention nnregistry.el.
3554 (gnus-registry-initialize): Don't install nnregistry refer method
3555 automatically.
3556 (gnus-registry-install-nnregistry): Remove it.
3557
3558 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * shr.el (shr-insert): Don't insert double spaces.
3561
3562 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
3563
3564 * gnus-gravatar.el (gnus-treat-from-gravatar)
3565 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3566 called interactively.
3567
3568 * gnus-art.el (gnus-mime-view-part-externally)
3569 (gnus-mime-view-part-internally): Make predicate function passed to
3570 gnus-mime-view-part-as-type assume argument is a mime type, not a list
3571 of a mime type.
3572
3573 * shr.el (shr-table-widths): Don't use cl function `reduce'.
3574
3575 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3576
3577 * shr.el (require): Require cl when compiling.
3578 (shr-tag-hr): New function.
3579
3580 * nnimap.el (nnimap-update-info): Remove double setting of high.
3581 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3582 This makes nnimap work properly on Courier again.
3583
3584 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3585 the variable for backwards compatibility.
3586
3587 * mm-decode.el (mm-save-part): If given a non-directory result, expand
3588 the file name before using to avoid setting mm-default-directory to
3589 nil.
3590
3591 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3592 bidning gnus-agent variables.
3593
3594 * shr.el (shr-render-td): Use a cache for the table rendering function
3595 to avoid getting an exponential rendering behaviour in nested tables.
3596 (shr-insert): Rework the line-breaking algorithm.
3597 (shr-insert): Don't leave trailing spaces.
3598 (shr-insert-table): Also insert empty TDs.
3599 (shr-tag-blockquote): Ensure paragraphs after </ul>.
3600
3601 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * gnus-sum.el (gnus-number): Rename from `number'.
3604 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3605 (gnus-summary-limit-children): Update uses correspondingly.
3606
3607 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3608
3609 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3610 (gnus-gravatar-transform-address): Don't show avatars of people of
3611 which mail addresses match gnus-gravatar-too-ugly.
3612
3613 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3614
3615 * shr.el (shr-table-widths): Expand TD elements to fill available
3616 space.
3617
3618 2010-10-07 Julien Danjou <julien@danjou.info>
3619
3620 * nnimap.el (nnimap-request-rename-group): Add this method.
3621
3622 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
3623
3624 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3625 name from XEmacs' function-arglist.
3626
3627 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3628 gravatar under XEmacs.
3629
3630 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
3631
3632 * auth-source.el: Update docs with TODO items.
3633
3634 * gnus-sync.el: Update docs to explain state and plans.
3635
3636 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3637 Hooks for mark updates.
3638 (gnus-request-set-mark, gnus-request-update-mark): Use them.
3639
3640 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3641 hooks with arguments, which is needed for mark update hooks.
3642
3643 2010-10-06 Julien Danjou <julien@danjou.info>
3644
3645 * gnus.el (gnus-expand-group-parameter): Only return and act on what
3646 was matched.
3647
3648 * sieve-manage.el: Update example in `Commentary'.
3649
3650 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3651
3652 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3653 not 2000.
3654 (sieve-manage-authenticate): Re-add function.
3655
3656 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3657
3658 * shr.el (shr-insert): Get 'space transition right.
3659 (shr-render-td): Only delete space at the end of the TD.
3660
3661 * nnimap.el (nnimap-open-connection): Prepare to support
3662 open-gnutls-stream.
3663
3664 * shr.el: Rearrange function order to be more logical.
3665
3666 2010-10-06 Julien Danjou <julien@danjou.info>
3667
3668 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3669 (nnrss-discover-feed): Remove 404 URL in docstring.
3670
3671 * nnir.el: Fix Swish-E URL.
3672 Fix Namazu URL.
3673
3674 * message.el (message-change-subject): Remove 404 URL in a comment.
3675
3676 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3677
3678 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3679 called interactively.
3680
3681 * gnus-util.el (gnus-remove-if): Allow hash table.
3682 (gnus-remove-if-not): New function.
3683
3684 * gnus-art.el (gnus-mime-view-part-as-type)
3685 * gnus-score.el (gnus-summary-score-effect)
3686 * gnus-sum.el (gnus-read-move-group-name):
3687 Replace remove-if-not with gnus-remove-if-not.
3688
3689 * gnus-group.el (gnus-group-completing-read):
3690 Regard collection as a hash table if it is not a list.
3691
3692 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * shr.el (shr-render-td): Allow blank/missing <TD>s.
3695
3696 * shr.el: Document the table-rendering algorithm.
3697
3698 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3699 invalid URLs.
3700
3701 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3702 line-broken.
3703 (shr-tag-img): Ignore image fetching errors.
3704 (shr-overlays-in-region): Compute overlay positions correctly.
3705
3706 * mm-decode.el (mm-shr): Require shr.
3707
3708 * gnus-art.el (gnus-blocked-images): Move variable here.
3709
3710 * shr.el (shr-insert-table): Bind free variable.
3711
3712 * mm-decode.el (mm-shr): Bind shr-content-function.
3713
3714 * shr.el (shr-content-function): New variable.
3715
3716 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3717 added for symmetry.
3718
3719 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3720
3721 * gnus-group.el (gnus-group-make-group): Doc fix.
3722
3723 * nnimap.el (nnimap-request-newgroups): Return success.
3724
3725 * shr.el (shr-find-elements): New function.
3726 (shr-tag-table): Put all the images after the table.
3727 (shr-tag-table): Really inhibit images inside the table.
3728 (shr-collect-overlays): Copy over overlays from the TD elements to the
3729 main document.
3730
3731 * mm-decode.el (mm-shr): Bind shr-blocked-images to
3732 gnus-blocked-images.
3733
3734 2010-10-05 Julien Danjou <julien@danjou.info>
3735
3736 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3737
3738 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3739 (gnus-html-maximum-image-size): Add this function.
3740 (gnus-html-put-image): Use gnus-html-maximum-image-size.
3741
3742 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3743 server-value of the capability is nil.
3744
3745 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3746
3747 * shr.el (shr-tag-em): Add <EM> tag.
3748
3749 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
3750
3751 * sieve-manage.el (sieve-manage-default-stream): Make default stream
3752 customizable.
3753
3754 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3755 handing broken links to browse-url.
3756
3757 2010-10-05 Julien Danjou <julien@danjou.info>
3758
3759 * gnus-util.el (gnus-emacs-completing-read)
3760 (gnus-iswitchb-completing-read): Use autoload rather than require.
3761
3762 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
3763
3764 * gnus-util.el (gnus-completing-read-function): Exclude
3765 gnus-icompleting-read and gnus-ido-completing-read from candidates for
3766 XEmacs since iswitchb.el is very old and ido.el is unavailable in
3767 XEmacs.
3768
3769 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3770 not to use `delete-dups' that is unavailable in XEmacs 21.4.
3771
3772 * gnus-html.el: Don't require help-fns under XEmacs.
3773 (gnus-html-schedule-image-fetching): Work for XEmacs.
3774
3775 * mm-decode.el (mm-shr): Decode contents by charset.
3776
3777 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3778
3779 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3780 unknown.
3781
3782 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3783 (shr-get-image-data): Ensure against the cache file missing.
3784
3785 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3786 for data.
3787
3788 * spam-report.el (spam-report-url-ping-plain): Don't query about
3789 killing the process.
3790
3791 * shr.el (shr-render-td): Protect against too-wide text.
3792
3793 2010-10-04 Julien Danjou <julien@danjou.info>
3794
3795 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3796 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3797
3798 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3799 retrieved.
3800
3801 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3802
3803 * shr.el (browse-url): Require.
3804 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3805 lines.
3806 (shr-show-alt-text, shr-browse-image): New commands.
3807 (shr-browse-url, shr-copy-url): New commands.
3808
3809 * gnus-sum.el (gnus-widen-article-window): New variable.
3810 (gnus-summary-select-article-buffer): Use it.
3811
3812 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3813 without @ signs.
3814
3815 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3816
3817 * nnir.el (nnir-run-imap): Remove spurious space in search string.
3818
3819 2010-10-04 Julien Danjou <julien@danjou.info>
3820
3821 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3822 for XEmacs.
3823
3824 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825
3826 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3827
3828 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3829 (nnimap-close-server): Implement.
3830
3831 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3832 (shr-insert): Tweak line breaking.
3833 (shr-insert): Handle <pre> better.
3834 (shr-tag-li): Get <li> indentation right.
3835 (shr-tag-li): Get <li> indentation even righter.
3836 (shr-tag-blockquote): Ensure paragraph start.
3837 (shr-make-table): Tweak table generation.
3838 (shr-make-table): Fix typo.
3839
3840 * shr.el: Implement table rendering.
3841
3842 2010-10-04 Julien Danjou <julien@danjou.info>
3843
3844 * gnus-html.el (gnus-html-put-image): Fix resize image code.
3845
3846 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
3848 * shr.el (shr-insert): Use string anchors instead of line anchors.
3849
3850 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3851
3852 * shr.el: Add headings.
3853 (shr-ensure-paragraph): Actually work.
3854 (shr-tag-li): Make <ul> prettier.
3855 (shr-insert): Get white space at the beginning/end of elements right.
3856 (shr-tag-p): Collapse subsequent <p>s.
3857 (shr-ensure-paragraph): Don't insert double line feeds after blank
3858 lines.
3859 (shr-insert): \t is also space.
3860 (shr-tag-s): Fix "s" tag name function.
3861 (shr-tag-s): Fix face prop name.
3862
3863 2010-10-03 Julien Danjou <julien@danjou.info>
3864
3865 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3866
3867 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3868 gnus-window-inside-pixel-edges.
3869
3870 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3871 gnus-ems.
3872
3873 * mm-view.el (mm-inline-image-emacs): Support image resizing.
3874
3875 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3876 function.
3877
3878 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3879 resize choice.
3880
3881 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3882
3883 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3884 beginning of the buffer.
3885
3886 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3887 article buffer again.
3888
3889 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3890
3891 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3892 when it's at the start of the buffer.
3893
3894 * shr.el (shr-tag-blockquote): Convert name.
3895 (shr-rescale-image): Use the right image-size variant.
3896
3897 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3898 buffer isn't shown, then select the current article first instead of
3899 bugging out.
3900 (gnus-summary-select-article-buffer): Show both the article and summary
3901 buffers again.
3902
3903 * shr.el (shr-fontize-cont): Protect against regions with no text.
3904 Rename tag functions to shr-tag-* for enhanced security.
3905 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3906
3907 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * shr.el (shr-insert):
3910 * pop3.el (pop3-movemail):
3911 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3912 loaded.
3913
3914 2010-10-03 Glenn Morris <rgm@gnu.org>
3915
3916 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3917
3918 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3919
3920 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3921
3922 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3923
3924 * gnus-util.el (gnus-make-local-hook): Simplify.
3925
3926 2010-10-02 Julien Danjou <julien@danjou.info>
3927
3928 * gnus-util.el (gnus-iswitchb-completing-read): New function.
3929 (gnus-ido-completing-read): New function.
3930 (gnus-emacs-completing-read): New function.
3931 (gnus-completing-read): Use gnus-completing-read-function.
3932 Add gnus-completing-read-function.
3933
3934 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3935
3936 * shr.el (shr-insert-document): Autoload.
3937 (shr-img): Be silent.
3938 (shr-insert): Add a newline after every picture before text.
3939 (shr-add-font): Use overlays for combining faces.
3940 (shr-insert): Pass upwards the text start point.
3941
3942 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3943 possible.
3944 (mm-shr): New function.
3945
3946 2010-10-02 Julien Danjou <julien@danjou.info>
3947
3948 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3949 should go backward.
3950
3951 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * shr.el (shr): Fix typo in provide call.
3954
3955 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3956
3957 * shr.el: New file.
3958
3959 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3960
3961 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3962 completing read.
3963
3964 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3967 we're being queried about. Suggested by Dan Jacobson.
3968
3969 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3970 Suggested by Jason Eisner.
3971
3972 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3973 table, too. Suggested by Stefan Wiens.
3974 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3975 the table unnecessary. Suggested by Stefan Wiens.
3976
3977 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3978 longer needed, and probably doesn't work either, as pointed out by
3979 Stefan Wiens.
3980 (gnus-summary-exit): Remove call to the clearing function.
3981 (gnus-summary-exit-no-update): Ditto.
3982
3983 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3984 instead of gnus-eval-in-buffer-window to avoid popping up frames.
3985 Reported by Stefan Monnier.
3986 (gnus-summary-save-in-rmail): Ditto.
3987
3988 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3989 article buffer, instead of both the article buffer and the summary
3990 buffer. Sort of suggested by Dan Jacobson.
3991
3992 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3993
3994 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3995 Suggested by Dan Jacobson.
3996
3997 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3998 documentation clearer.
3999
4000 * message.el (message-shorten-references): Comment on the number "21".
4001 Suggested by Stefan Monnier.
4002
4003 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4004 Suggested by Dan Jacobson.
4005
4006 * gnus.el (gnus-large-newsgroup):
4007 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
4008
4009 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4010 externalize attachments. Bug reported by Steve Wen.
4011
4012 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4013 really message anything to the user.
4014
4015 * nnmail.el (nnmail-article-group): Allow using the fancy split method
4016 directly.
4017
4018 * nnimap.el (nnimap-request-group): Low higher than high to signal no
4019 messages in empty groups.
4020
4021 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
4022
4023 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4024 non-UIDNEXT group.
4025
4026 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4027
4028 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4029 not the value from the collection.
4030
4031 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4032 values. This sometimes happens on some groups that have no info.
4033 (nnimap-request-newgroups): New function.
4034
4035 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
4036
4037 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4038 check into `gnus-registry-initialize'.
4039 (gnus-registry-initialize): Ditto.
4040 Fix and extend header docs.
4041
4042 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
4044 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4045 regexp backtrace overflows.
4046
4047 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4048 for starttls that tls.el implements; i.e. openssl.
4049
4050 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
4051
4052 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4053 (gravatar-create-image): New function that's an alias to
4054 gnus-xmas-create-image, gnus-create-image, or create-image.
4055 (gravatar-data->image): Use it.
4056
4057 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
4058
4059 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4060 install the nnregistry refer method.
4061 (gnus-registry-install-hooks): Use it.
4062 (gnus-registry-unfollowed-groups): Add nnmairix to the default
4063 unfollowed groups.
4064
4065 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
4066
4067 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4068 expanding threads.
4069
4070 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4071
4072 * nnir.el: Use the server names without suffixes (bug #7009).
4073
4074 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4075 unencrypted to STARTTLS, if possible.
4076
4077 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4078
4079 * message.el (message-ignored-supersedes-headers): Strip Injection-*
4080 headers before superseding.
4081
4082 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4083
4084 * nnrss.el (nnrss-use-local): Add documentation.
4085
4086 * nnimap.el (nnimap-extend-tls-programs): New function.
4087 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4088 (nnimap-wait-for-connection): Accept the greeting from the stupid
4089 output from openssl s_client -starttls, too.
4090
4091 * nnimap.el (nnimap-find-article-by-message-id): Really return the
4092 article number.
4093 (nnimap-split-fancy): New variable.
4094 (nnimap-split-incoming-mail): Use it.
4095
4096 * nntp.el (nntp-server-list-active-group): Document.
4097
4098 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4099 SELECT to get the message-id.
4100
4101 * mail-source.el (mail-sources): Remove webmail support.
4102 (defvar): Ditto.
4103 (mail-source-fetcher-alist): Ditto.
4104 (mail-source-fetch-webmail): Remove.
4105
4106 * webmail.el: Remove -- doesn't seem relevant any more.
4107
4108 * gnus.el: Fix up make-obsolete-variable declarations throughout.
4109
4110 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4111 the \r.
4112
4113 2010-09-30 Julien Danjou <julien@danjou.info>
4114
4115 * gnus-agent.el (gnus-agent-add-group): Fix call to
4116 gnus-completing-read.
4117
4118 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * nndoc.el (nndoc-retrieve-groups): New function.
4121
4122 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4123 `default', use nnmail-split-methods.
4124 (nnimap-request-article): Downcase the NILs so that they are nil.
4125
4126 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4127 symbol.
4128
4129 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4130 code, since if the user has requested network, that's what they ought
4131 to get.
4132 (nnimap-request-set-mark): Erase the buffer before issuing commands.
4133 (nnimap-split-rule): Mark as obsolete.
4134
4135 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4136 New variable.
4137
4138 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4139 correct slot, too.
4140
4141 2010-09-29 Julien Danjou <julien@danjou.info>
4142
4143 * gnus.el (gnus-local-domain): Declare variable obsolete.
4144
4145 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4146 Fix history computing.
4147 (gnus-ido-completing-read): Require ido.
4148
4149 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4150
4151 * gnus-registry.el: Don't prompt on load, which makes it impossible to
4152 build Gnus.
4153
4154 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4155 when interpreting the structures.
4156 (nnimap-request-accept-article): Add \r\n to the lines to make this
4157 work with Cyrus.
4158
4159 * nndraft.el (nndraft-request-expire-articles): Use the group name
4160 instead if "nndraft". Fix found by Nils Ackermann.
4161
4162 2010-09-29 Ludovic Courtes <ludo@gnu.org>
4163
4164 * nnregistry.el: Add.
4165
4166 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * nnmail.el (group, group-art-list, group-art):
4169 Remove unneeded directives.
4170
4171 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
4172
4173 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4174 (mm-mime-charset)
4175 * rfc2047.el (rfc2047-syntax-table)
4176 * utf7.el (utf7-utf-16-coding-system): Comment fix.
4177
4178 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4179 rather than `insert-file-contents' and `eval-region'.
4180
4181 2010-09-29 Julien Danjou <julien@danjou.info>
4182
4183 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4184 replacement of `gnus-gravatar-relief' to mimic
4185 `gnus-faces-properties-alist'.
4186 Add :version property.
4187
4188 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4189
4190 * mail-source.el (mail-source-report-new-mail)
4191 * message.el (message-default-mail-headers)
4192 * mm-decode.el (mm-valid-image-format-p): Comment fix.
4193
4194 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4195
4196 2010-09-28 Julien Danjou <julien@danjou.info>
4197
4198 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4199 mail-address contains the same string as real-name.
4200
4201 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4202 non-blank in header, otherwise it'll get stripped.
4203
4204 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4205 real-name, and then for mail address rather than doing : or , search.
4206
4207 2010-09-27 Julien Danjou <julien@danjou.info>
4208
4209 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4210 right completing-read function.
4211 (gnus-use-ido): New variable
4212 (gnus-completing-read-with-default): Remove.
4213 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4214 (gnus-agent-add-group):
4215 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4216 * mm-view.el (mm-view-pkcs7-decrypt):
4217 * mm-util.el (mm-codepage-setup):
4218 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4219 * mml-smime.el (mml-smime-openssl-sign-query):
4220 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4221 (mml-insert-multipart):
4222 * gnus-msg.el (gnus-summary-yank-message):
4223 * gnus-int.el (gnus-start-news-server):
4224 * mm-decode.el (mm-interactively-view-part):
4225 * gnus-dired.el (gnus-dired-attach):
4226 * gnus.el (gnus-read-method):
4227 * gnus-bookmark.el (gnus-bookmark-jump):
4228 * gnus-art.el (gnus-mime-view-part-as-type)
4229 (gnus-mime-action-on-part, gnus-article-encrypt-body):
4230 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4231 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4232 * nnmairix.el (nnmairix-create-server-and-default-group)
4233 (nnmairix-update-groups, nnmairix-get-server)
4234 (nnmairix-backend-to-server, nnmairix-goto-original-article)
4235 (nnmairix-get-group-from-file-path):
4236 * nnrss.el (nnrss-find-rss-via-syndic8):
4237 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4238 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4239 (gnus-group-browse-foreign-server):
4240 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4241 (gnus-summary-execute-command, gnus-summary-respool-article)
4242 (gnus-read-move-group-name):
4243 * gnus-score.el (gnus-summary-increase-score)
4244 (gnus-summary-score-effect):
4245 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4246
4247 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
4248
4249 * nnimap.el (auth-source-forget-user-or-password)
4250 (auth-source-user-or-password): Autoload.
4251
4252 * message.el (message-from-style, message-interactive)
4253 (message-signature): Remove comment.
4254 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4255 always.
4256 (message-sendmail-envelope-from): Comment fix.
4257 (message-yank-prefix): Default to mail-yank-prefix always.
4258 (message-indentation-spaces):
4259 Default to mail-indentation-spaces always.
4260 (message-signature-file): Default to mail-signature-file always.
4261
4262 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4263
4264 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4265 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4266 new articles.
4267
4268 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4269 parts.
4270 (nnimap-request-article): Work with the t setting, too.
4271
4272 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4273 that you don't get flashes of other buffers.
4274 (gnus-summary-show-complete-article): Intern before setting.
4275
4276 2010-09-27 David Engster <dengste@eml.cc>
4277
4278 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4279 well as HEADERS.
4280 (nnmairix-retrieve-headers): Provide new argument for the above.
4281
4282 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * gnus-sum.el (gnus-summary-move-article): Don't alter
4285 gnus-newsgroup-active. This makes `/ N' work after copying to the same
4286 group.
4287
4288 * nnimap.el (nnimap-update-info): Don't destructively alter active.
4289
4290 * message.el (message-cite-prefix-regexp): Revert my last edit.
4291
4292 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4293 variable instead of the Gnus variable.
4294
4295 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4296
4297 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4298
4299 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4300 since some servers don't like it.
4301 (nnimap-open-connection): Forget credentials if the server says the
4302 password was wrong.
4303 (nnimap-parse-line): Protect against invalid data.
4304
4305 * gnus-sum.el (gnus-summary-move-article): Add comment.
4306 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4307 nothing alters it while scanning for new messages.
4308
4309 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4310 which may or may not help.
4311 (nnimap-open-connection): If we're doing a stream connection, and then
4312 discover we're on a STARTTLS-capable server, then open a STARTTLS
4313 connection instead.
4314
4315 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4316
4317 * nnimap.el (utf7): Require.
4318
4319 * message.el (message-cite-prefix-regexp): Remove "}" from citation
4320 prefix.
4321
4322 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4325
4326 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * nnimap.el (nnimap-request-accept-article): Message the error on
4329 error.
4330
4331 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
4332
4333 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4334
4335 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4336
4337 * nndoc.el (nndoc-request-list): Return success always.
4338
4339 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4340 `fetch-old' -- we only want to fetch the articles we've requested.
4341 The rest are in the agent, probably.
4342 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4343 disappeared server" to something low. It's not important.
4344
4345 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4346 arrived before the FETCH data.
4347
4348 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4349 target here, because we don't know the Gnus name of the group.
4350
4351 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4352 for the correct group.
4353
4354 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4355
4356 * gnus.el (gnus): Give a final warning after startup.
4357
4358 * gnus-util.el (gnus-action-message-log): New variable.
4359 (gnus-message): Use it.
4360 (gnus-final-warning): New function.
4361
4362 * nnimap.el (nnimap-open-connection): Record the greeting.
4363 (nnimap): Add greeting.
4364
4365 2010-09-26 Julien Danjou <julien@danjou.info>
4366
4367 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4368 arguments.
4369 (gnus-html-wash-images): Fix spec computing to include start/end.
4370
4371 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4372
4373 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4374
4375 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4376 deletion.
4377 (nnimap-retrieve-headers): Don't select the group, because that's
4378 already done by nnimap-possibly-change-group.
4379
4380 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4381 (gnus-picon-transform-address): Use it.
4382
4383 * mail-source.el (mail-source-value): Revert previous patch.
4384
4385 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4386 on failure.
4387 (nnimap-open-connection): Look up both virtual and physical server name
4388 credentials.
4389
4390 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4391
4392 2009-02-08 Dave Love <fx@gnu.org>
4393
4394 * gnus-win.el (gnus-window-to-buffer-helper)
4395 (gnus-all-windows-visible-p): Function needn't be a symbol.
4396
4397 * mail-source.el (mail-source-value): Function needn't be a symbol.
4398
4399 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4400
4401 * message.el (message-cite-prefix-regexp): Remove } from the cite
4402 prefix.
4403
4404 * gnus-art.el (gnus-treatment-function-alist): Do picons before
4405 highlight again, so that the highlight is correct.
4406
4407 * gnus-picon.el (gnus-picon): Remove again.
4408 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4409
4410 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4411 doing the header highlightling, so that the background colour of the
4412 picon is correct.
4413
4414 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4415 (gnus-picon): Ditto.
4416 (gnus-picon): Reinstate. The background colour for picons is white.
4417 (gnus-picon-insert-glyph): Make the background white.
4418
4419 * nnml.el (nnml-open-nov): Don't return dead buffers.
4420
4421 * auth-source.el (auth-source-create): Query the user for whether to
4422 store the credentials.
4423
4424 * auth-source.el (auth-source-user-or-password): Use the existing auth
4425 sources, if any, for creation.
4426
4427 * gnus.el (gnus-group-fast-parameter): Return the last matching
4428 parameter instead of the first matching parameter.
4429
4430 2010-09-26 Julien Danjou <julien@danjou.info>
4431
4432 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4433
4434 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
4436 * mml2015.el (mml2015-use): Remove gpg support.
4437
4438 * mml1991.el (mml1991-function-alist): Remove gpg function.
4439 (mml1991-gpg-sign): Remove.
4440
4441 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
4442
4443 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4444 (gnus-browse-unsubscribe-current-group): Document it.
4445 (gnus-browse-unsubscribe-group): Use it.
4446
4447 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
4449 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4450 address to the To list for easier response.
4451
4452 * gnus.el (gnus-play-startup-jingle): Remove.
4453 (gnus-splash): Don't play jingle.
4454 (gnus): Silence gnus-load message.
4455
4456 * gnus-art.el (gnus-treat-play-sounds): Remove.
4457
4458 * gnus.el (gnus-play-jingle): Remove audio support.
4459
4460 * gnus-cus.el (gnus-score-customize): Remove audio reference.
4461
4462 * earcon.el: Remove -- no users.
4463
4464 * gnus-audio.el: Remove -- no users of this package.
4465
4466 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4467
4468 * gnus-start.el (gnus-setup-news): Remove nocem support.
4469
4470 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4471
4472 * gnus.el (gnus-use-nocem): Remove.
4473
4474 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4475 Remove.
4476
4477 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
4478 uses NoCeM any more.
4479
4480 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4481 (gnus-button-ctan-handler): Ditto.
4482 (gnus-button-handle-ctan-bogus-regexp): Ditto.
4483 (gnus-button-ctan-directory-regexp): Ditto.
4484 (gnus-button-handle-ctan): Ditto.
4485 (gnus-button-tex-level): Ditto.
4486 (gnus-button-alist): Remove CTAN stuff.
4487
4488 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4489
4490 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4491 nnimap-streaming test.
4492
4493 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4494 servers twice.
4495
4496 * nnimap.el (nnimap-open-connection): Add more error reporting when
4497 nnimap fails early.
4498
4499 * nnheader.el (nnheader-get-report-string): New function.
4500 (nnheader-get-report): Use it.
4501
4502 * gnus-int.el (gnus-check-server): Say what the error was when opening
4503 failed.
4504
4505 * nnimap.el (nnimap-wait-for-response): Search further when we're not
4506 using streaming.
4507
4508 2010-09-25 Julien Danjou <julien@danjou.info>
4509
4510 * gnus-html.el (gnus-html-rescale-image): Use our defalias
4511 gnus-window-inside-pixel-edges.
4512
4513 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
4515 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4516
4517 * mm-decode.el (mm-save-part): Allow saving to other directories the
4518 normal Emacs way.
4519
4520 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4521 Suggested by Jay Berkenbilt.
4522
4523 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4524 there isn't a single byte.
4525
4526 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4527 just do it. It doesn't really seem to matter what the user responds
4528 here, I think, so it's just a confusing question.
4529
4530 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4531 non-streaming case.
4532
4533 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4534 (gnus-article-encrypt-body): Use it.
4535
4536 * gnus-sum.el (gnus-summary-show-complete-article): New command and
4537 keystroke.
4538
4539 * nnimap.el (nnimap-find-wanted-parts-1):
4540 Use gnus-fetch-partial-articles.
4541
4542 * gnus-art.el (gnus-fetch-partial-articles): New variable.
4543
4544 * nnimap.el (nnimap-insert-partial-structure): New function.
4545 (nnimap-get-partial-article): New function.
4546 (nnimap-request-article): Use it.
4547 (nnimap-wait-for-response): Return whether the wait was successful.
4548 (nnimap-finish-retrieve-group-infos): Don't do anything if the
4549 retrieval wasn't successful.
4550 (nnimap-retrieve-group-data-early): Allow throttling servers.
4551 (nnimap-streaming): New variable.
4552 (nnimap-fetch-partial-articles): Remove.
4553
4554 * mm-decode.el (mm-with-part): Protect against killed buffers.
4555
4556 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4557 for prettier summary display.
4558
4559 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
4560
4561 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4562
4563 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4566 apparently third-party libraries depend on it.
4567
4568 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4569 before starting negotiation.
4570
4571 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4572 privacy reasons.
4573 (gnus-treat-mail-gravatar): Ditto.
4574
4575 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4576 buffer when inserting images. Inserting text into the headers, for
4577 instance, can make them invalid.
4578
4579 2010-09-25 Julien Danjou <julien@danjou.info>
4580
4581 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4582 variables.
4583
4584 * nnheader.el: Remove useless variables news-reply-yank-from and
4585 news-reply-yank-message-id.
4586
4587 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4588 variables.
4589
4590 * mml1991.el: Remove useless mml1991-verbose.
4591
4592 * gnus.el: Remove useless variable gnus-use-generic-from.
4593 Remove obsolete variable gnus-topic-indentation.
4594
4595 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4596
4597 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4598
4599 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4600
4601 * gnus-group.el: Remove useless gnus-group-icon-cache.
4602 Remove useless gnus-ephemeral-group-server.
4603
4604 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4605
4606 * mml2015.el: Remove useless mml2015-verbose.
4607
4608 * mml-smime.el: Remove useless mml-smime-verbose.
4609
4610 * gnus.el: Remove useless gnus-local-domain.
4611
4612 * gnus-gravatar.el (gnus-gravatar-transform-address):
4613 Use gnus-gravatar-size.
4614
4615 * gnus-art.el: Remove useless gnus-treat-translate.
4616
4617 2010-09-24 Julien Danjou <julien@danjou.info>
4618
4619 * gnus-sum.el: Add support for Gravatars.
4620
4621 * gnus-art.el: Add support for Gravatars.
4622
4623 * gnus-gravatar.el: Add this file.
4624
4625 * gravatar.el: Add this file.
4626
4627 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4628
4629 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4630
4631 * gnus-group.el (gnus-group-fetch-faq): Remove.
4632
4633 * gnus.el (gnus-group-faq-directory): Remove.
4634
4635 * gnus-group.el (gnus-group-fetch-charter): Remove.
4636
4637 * gnus.el (gnus-group-charter-alist): Remove.
4638
4639 * gnus-group.el (gnus-group-archive-directory): Remove.
4640 (gnus-group-recent-archive-directory): Ditto.
4641 (gnus-group-make-archive-group): Remove.
4642
4643 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4644
4645 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4646 use the same article number for all the cached articles.
4647
4648 * nnimap.el (nnimap-command): Register the last command time so
4649 that we can use it for idling NOOPs.
4650 (nnimap-open-connection): Start the keeplive timer.
4651 (nnimap-make-process-buffer): Store all the process buffers.
4652 (nnimap-keepalive): New function.
4653
4654 * starttls.el (starttls-open-stream): Add autoload cookie.
4655
4656 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
4657
4658 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4659 handling.
4660
4661 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4662
4663 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4664 its data structures.
4665
4666 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4667 instead of the cl.el copy-list.
4668 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4669 equalp.
4670
4671 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4672
4673 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4674 and tool-bar-local-item-from-menu.
4675
4676 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4677 mode-line-highlight face for Emacs.
4678
4679 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4680 loading gnus-sum.elc; fix comment for canlock-verify.
4681 (gnus-article-jump-to-part): Use read-number.
4682 (gnus-insert-mime-button, gnus-insert-mime-security-button):
4683 Remove Emacs pre-21 compatible code for help-echo.
4684 (gnus-article-next-page-1): No need to adjust the number of lines.
4685 (gnus-article-describe-bindings): Always use help-buffer.
4686
4687 * gnus-audio.el (gnus-audio-inline-sound)
4688 * gnus-cus.el (gnus-custom-mode)
4689 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4690
4691 * gnus-sum.el (gnus-remove-overlays): Doc fix.
4692
4693 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4694 compatible code.
4695
4696 2010-09-24 Glenn Morris <rgm@gnu.org>
4697
4698 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4699 visiting the fcc file in rmail-mode.
4700
4701 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
4702
4703 * nnir.el: Silence the byte compiler.
4704
4705 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4706 alias to browse-url-url-encode-chars if any.
4707 (gnus-html-encode-url): Use it.
4708
4709 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710
4711 * gnus-start.el (gnus-use-backend-marks): New variable.
4712 (gnus-get-unread-articles-in-group): Use it.
4713
4714 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4715 makeover.
4716
4717 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4718
4719 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4720
4721 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4722
4723 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4724 Remove.
4725 (gnus-setup-news-hook):
4726 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4727
4728 * gnus-int.el (gnus-request-update-info): Protect against backends not
4729 having the function.
4730
4731 * nnimap.el (nnimap-stream): Mention starttls.
4732 (nnimap-open-connection): Add starttls support.
4733
4734 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
4735
4736 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4737
4738 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4741 BODYSTRUCTUREs.
4742 (nnimap-transform-headers): Unfold quoted {42} headers.
4743
4744 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4745 the info.
4746 (gnus-get-unread-articles): Only call updatep on backends that support
4747 it.
4748
4749 * nnweb.el (nnweb-request-update-info): NOOP.
4750
4751 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4752
4753 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4754 since it only deals with marks.
4755
4756 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4757 gnus-request-marks, and make a new gnus-request-update-info.
4758
4759 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4760 the active instead of the high number, which is usually too low.
4761
4762 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
4763
4764 * encrypt.el: Remove.
4765
4766 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4767
4768 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4769 server in symbolic form.
4770
4771 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4772
4773 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4774
4775 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4776 (nnimap-update-info): Fix up code slightly.
4777
4778 * gnus-int.el (gnus-open-server): Add tracing for performance
4779 debugging.
4780
4781 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4782 (gnus-group-insert-group-line): Pass the real group name so that it
4783 gets the right data.
4784
4785 * gnus-start.el (gnus-get-unread-articles): Don't have
4786 `gnus-get-unread-articles-in-group' update info, since that can be
4787 really slow and doesn't seem to be needed?
4788
4789 2010-09-22 Julien Danjou <julien@danjou.info>
4790
4791 * gnus-group.el (gnus-group-insert-group-line):
4792 Call gnus-group-highlight-line.
4793 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4794 default hook list.
4795 (gnus-group-update-eval-form): Add new function.
4796 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4797 (gnus-group-get-icon): Use gnus-group-update-eval-form.
4798
4799 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4802 immediate, then expire all articles.
4803 (nnimap-update-info): Fix off-by-one errors.
4804 (nnimap-flags-to-marks): Would return no marks lists for group with no
4805 flags. Instead return the other data.
4806
4807 2010-09-22 Julien Danjou <julien@danjou.info>
4808
4809 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4810 Only return an icon.
4811 (gnus-group-insert-group-line): Compute icon to return.
4812
4813 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4814 (gnus-html-image-fetched): Only cache if
4815 gnus-html-image-automatic-caching is set.
4816 (gnus-html-image-fetched): Check for errors.
4817
4818 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4819
4820 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4821 once per method on `g'. This ensures that backends like nnfolder don't
4822 open all their folders.
4823
4824 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4825 (nnimap-request-list): Nix out group in the correct buffer.
4826 (nnimap-parse-flags): Implement by using `read' instead of
4827 hand-parsing.
4828 (nnimap-flags-to-marks): Pass on permanent-flags.
4829 (nnimap-make-process-buffer): Record the server name.
4830 (nnimap-parse-flags): Fix typo.
4831 (nnimap-request-scan): Run split on the server in general, not just a
4832 single group.
4833
4834 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4835 parameter, and propagate this downwards.
4836
4837 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4838 since EXAMINE changes it on the server.
4839
4840 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4841 this command might take a while.
4842
4843 2010-09-22 Julien Danjou <julien@danjou.info>
4844
4845 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
4846 harmful if you have 2 images side-by-side, they can't be properly
4847 update on text deletion. Using text-property is safer here.
4848 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4849 data.
4850
4851 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * nnimap.el (nnimap-expunge-inbox): Remove.
4854 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4855 (nnimap-expunge): Flip default to t.
4856
4857 * gnus.el (gnus-method-to-server): Don't push things to the cache
4858 unless it's unique.
4859 (gnus-server-to-method): Ditto.
4860
4861 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
4862
4863 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4864
4865 2010-09-22 Julien Danjou <julien@danjou.info>
4866
4867 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4868 get the start of data.
4869 (gnus-html-encode-url): Add this function to encode special chars in
4870 URL.
4871 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4872 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4873
4874 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4875 default.
4876 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4877
4878 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4879 images alt-text.
4880 (gnus-html-put-image): Put alt-text as help-echo.
4881
4882 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
4883
4884 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4885 * mm-util.el (mm-decompress-buffer)
4886 * nnir.el (nnir-run-find-grep)
4887 * pop3.el (pop3-list): Use 3rd arg of split-string.
4888
4889 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4892 outside the active range. Suggested by Dan Christensen.
4893
4894 * gnus-start.el (gnus-get-unread-articles): Get the extended method
4895 slightly later to avoid double-getting it.
4896
4897 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4898 previous patch.
4899
4900 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4901
4902 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
4903
4904 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4905
4906 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4907
4908 * gnus-int.el (gnus-open-server): Give a better error message in the
4909 "go offline" case.
4910
4911 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4912 marks for nnimap, which is seldom the right thing to do.
4913
4914 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4915 (gnus-same-method-different-name): New function.
4916
4917 * nnimap.el (parse-time): Require.
4918
4919 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4920 method in the presence of many similar methods.
4921
4922 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4923
4924 * nnimap.el (nnimap-find-expired-articles): Don't refer to
4925 nnml-inhibit-expiry.
4926
4927 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4928 find out whether methods are equal.
4929
4930 * nnimap.el (nnimap-find-expired-articles): New function.
4931 (nnimap-process-expiry-targets): New function.
4932 (nnimap-request-move-article): Request the article before looking at
4933 what the Message-ID is. Fix found by Andrew Cohen.
4934 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4935
4936 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4937 for oldness in addition to being a predicate.
4938
4939 * nnimap.el (nnimap-request-group): When we have zero articles, return
4940 the right data to Gnus.
4941 (nnimap-request-expire-articles): Only delete articles immediately if
4942 the target is 'delete.
4943
4944 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4945 method, this would bug out.
4946
4947 * gnus-group.el (gnus-group-expunge-group): Rename from
4948 gnus-group-nnimap-expunge, and implemented as a normal interface
4949 function.
4950
4951 * gnus-int.el (gnus-request-expunge-group): New function.
4952
4953 * nnimap.el (nnimap-request-create-group): Implement.
4954 (nnimap-request-expunge-group): New function.
4955
4956 2010-09-21 Julien Danjou <julien@danjou.info>
4957
4958 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4959 (gnus-html-cache-expired): Add new function.
4960 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4961 wethever we should display image for fetch it.
4962 Compute alt-text earlier to pass it to the fetching function too.
4963 (gnus-html-schedule-image-fetching): Change function argument to only
4964 get one image at a time, not a list.
4965 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4966 cache.
4967 (gnus-html-get-image-data): New function to retrieve image data from
4968 cache.
4969 (gnus-html-put-image): Change buffer argument to use image data rather
4970 than file, and place image above region rather than inserting a new
4971 one. Do not take alt-text as argument, since it's useless now: we place
4972 the image above alt-text.
4973 (gnus-html-prune-cache): Remove.
4974 (gnus-html-show-images): Start to fetch image when we find one, do not
4975 push into a temporary list.
4976 (gnus-html-prefetch-images): Only fetch image if they have expired.
4977 (gnus-html-browse-image): Fix, use 'gnus-image-url.
4978 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4979
4980 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4983
4984 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4987 spec inser "*" if the group isn't active instead of 0.
4988
4989 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4990 opening the server.
4991 (nnimap-request-delete-group): Implement group deletion.
4992 (nnimap-transform-headers): Return the size of the entire message in
4993 the Bytes header, not just the size of the first part.
4994 (nnimap-request-move-article): When moving an article from nnimap,
4995 request the article first so the accepting form has an article to
4996 accept. Reported by Dan Christensen.
4997 (nnimap-command): Make sure that the error message doesn't error out.
4998
4999 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
5000
5001 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5002 we haven't requested anything.
5003
5004 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
5006 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5007 "". Fix found by Andrew Cohen.
5008
5009 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5010 instead of -encode-string.
5011
5012 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
5013
5014 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5015
5016 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5017 by mm-subst-char-in-string.
5018
5019 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5020
5021 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5022 waiting for the connection string.
5023
5024 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5025 arriving.
5026
5027 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5028 bogus characters. This allows selecting certain Gmail groups.
5029
5030 * nnimap.el (nnimap-find-wanted-parts-1): New function.
5031 (nnimap-fetch-partial-articles): New variable.
5032 (nnimap-open-connection): When looking for credentials, also use the
5033 nnimap-server-port.
5034 (nnimap-request-article): Return the group/article number, so that Gnus
5035 `^' works as expected.
5036 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5037
5038 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5039 comments.
5040 (gnus-methods-sloppily-equal): New function.
5041 (gnus): When using the development version of Gnus, load the gnus-load
5042 file.
5043
5044 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5045 `gnus-open-server' on each method before trying to scan them etc.
5046 This ensures that all the backend parameters are set correctly.
5047
5048 * nnimap.el (nnimap-authenticator): New variable.
5049 (nnimap-open-connection): Allow anonymous login.
5050 (nnimap-transform-headers): The chars header is called Chars not Bytes.
5051 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5052
5053 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5054 patch, found by Knut Anders Hatlen.
5055
5056 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
5057
5058 * gnus-agent.el (gnus-agent-batch-confirmation)
5059 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5060 to gnus-message.
5061 * gnus-art.el (gnus-article-describe-briefly): Likewise.
5062 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5063 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5064 * gnus-int.el (gnus-open-server): Likewise.
5065 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5066 (gnus-score-check-syntax): Likewise.
5067 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5068 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5069 Likewise.
5070 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5071
5072 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5075 calling conventions so that prefetch doesn't bug out.
5076
5077 2010-09-19 Julien Danjou <julien@danjou.info>
5078
5079 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5080 rather than `subst-char-in-region' in order to be able to replace ASCII
5081 char by UTF-8 ones.
5082
5083 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5084 than curl.
5085 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5086 the right URL and ALT text on images.
5087 (gnus-html-wash-tags): Fix tag case.
5088 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
5089 (gnus-article-html): Add -o display_ins_del=2 option.
5090 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5091
5092 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093
5094 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5095 the extra mail headers, which sometimes seem to happen for unknown
5096 reasons.
5097
5098 * mail-parse.el (mail-header-encode-parameter): Define as
5099 rfc2045-encode-string instead of as rfc2231-encode-string, since some
5100 (or most, perhaps?) mail readers don't understand the latter, but do
5101 understand the former.
5102
5103 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5104 to nil, so that no methods are automatically agentized. I think this
5105 is probably what most users want.
5106
5107 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5108 from url-retrieve, for instance about invalid URLs.
5109
5110 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5111 groups that have no articles.
5112 (nnimap-request-article): Check that we really got an article when we
5113 requested one.
5114
5115 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5116 doesn't exist.
5117
5118 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5119 nntp buffer so the agent can save it.
5120 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5121 that CRLF doesn't get translated to \n.
5122 (nnimap-open-connection): Don't make 'shell commands only send \n.
5123
5124 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5125
5126 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5127 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5128 Update var name.
5129 (nnml-generate-nov-file): Use dolist.
5130 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5131 Use with-current-buffer.
5132
5133 2010-09-18 Julien Danjou <julien@danjou.info>
5134
5135 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5136 parallel.
5137
5138 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * nnimap.el (nnimap-update-info): When doing partial marks update, get
5141 the range update right.
5142 (nnimap-request-group): Don't make `M-g' bug out on group with no
5143 marks.
5144 (nnoo): Require, so that other packages can require nnimap.
5145 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5146 command we're looking for. This helps when the server sends more
5147 responses after we've gotten everything we expected.
5148 (nnimap): Add a `newlinep' field to keep track of end-of-line
5149 conventions.
5150 Don't send CRLF to things that don't want it.
5151 (nnimap-request-accept-article): Ditto.
5152
5153 2010-09-18 Julien Danjou <julien@danjou.info>
5154
5155 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5156 than curl to retrieve images.
5157
5158 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5159
5160 * nnimap.el (nnimap-update-info): Extend the info so that we can set
5161 the marks.
5162 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5163 (nnimap-wait-for-connection): New function.
5164 (nnimap-open-connection): If we have PREAUTH, don't query for login
5165 credentials.
5166 (nnimap-update-info): Fix off-by-one error when concatenating ranges
5167 when doing a partial update.
5168
5169 2010-09-18 Julien Danjou <julien@danjou.info>
5170
5171 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5172 tags.
5173
5174 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5175
5176 * nnimap.el (nnimap-credentials): New function.
5177 (nnimap-open-connection): Use the new function to look for credentials
5178 also on the numeric equivalents of "imap" and "imaps".
5179
5180 * gnus-start.el (gnus-activate-group): Send the info to
5181 gnus-request-group.
5182
5183 * nnimap.el (nnimap-request-group): Have the "check" version of the
5184 function parse flags and update the info, so that a `M-g' get a total
5185 resync of all flags from the group.
5186
5187 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5188 to allow backends to alter the info on group selection. Also alter all
5189 the backend -request-group functions to take the parameter.
5190
5191 * nnimap.el (nnimap-store-info): New function.
5192 (nnimap-update-info): Store the info for later usage.
5193 (nnimap-request-group): Use the stored info for the dont-check case, so
5194 that we don't retrieve all marks when we enter a group.
5195
5196 * nnimap.el: Use deffoo instead of defun for interface functions.
5197
5198 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5199 update the group info. This makes the nndraft groups, for instance, go
5200 back to their old behaviour.
5201
5202 * gnus-sum.el (gnus-select-newsgroup): Indent.
5203
5204 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5205 in.
5206 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5207 nothing.
5208
5209 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5210 from methods that are denied.
5211
5212 * gnus-int.el (gnus-method-denied-p): New function.
5213
5214 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5215 store the password instead of netrc.
5216 (nnimap-open-connection): Don't error out when we can't make a
5217 connections.
5218
5219 * auth-source.el (auth-source-create): In the password prompt, say what
5220 we're querying for. Also prompt for user name if that hasn't been
5221 given.
5222
5223 * nnimap.el (nnimap-with-process-buffer): Remove.
5224
5225 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5226
5227 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5228 method when we're reading from the agent.
5229
5230 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5231
5232 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5233 that's probably most useful for users.
5234
5235 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5236 "failed" all the time.
5237
5238 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5239 ...)) with (with-current-buffer ... ).
5240
5241 * nntp.el (nntp-open-server): Return whether the open was successful or
5242 not.
5243
5244 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5245 select an unread unseen article first.
5246
5247 * nnimap.el (nnimap-open-connection): If the user doesn't have a
5248 /etc/services, supply some sensible port defaults.
5249
5250 2010-09-17 Julien Danjou <julien@danjou.info>
5251
5252 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5253
5254 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
5255
5256 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5257 doesn't have any parameters.
5258
5259 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5262 only upcased checks.
5263
5264 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5265
5266 * nnimap.el (nnimap-open-shell-stream): New function.
5267 (nnimap-open-connection): Use it.
5268 (nnimap-transform-headers): Get the number of lines in each message.
5269 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5270 number of lines.
5271 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
5272 problem.
5273
5274 * utf7.el (utf7-encode): Autoload.
5275
5276 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5277 to allow the mail splitting to not return a default group. This is
5278 useful for nnimap, which will leave unmatched mail in the inbox.
5279
5280 * nnimap.el: Rewritten.
5281
5282 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5283 nnimap usage.
5284
5285 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5286 if the move is internal, so that nnimap can do fast internal moves.
5287
5288 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5289 data.
5290 (gnus-read-active-for-groups): Support finishing the early retrieval of
5291 data.
5292
5293 * gnus-range.el (gnus-range-nconcat): New function.
5294
5295 * gnus-int.el (gnus-finish-retrieve-group-infos)
5296 (gnus-retrieve-group-data-early): New functions.
5297
5298 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
5299
5300 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5301 (nnrss-retrieve-groups):
5302 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5303 (pop3-quit): Use with-current-buffer.
5304
5305 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
5306
5307 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5308 instead of nnheader-accept-process-output.
5309
5310 * gnus-html.el (gnus-html-schedule-image-fetching)
5311 (gnus-html-prefetch-images): Replace process-kill-without-query by
5312 gnus-set-process-query-on-exit-flag.
5313
5314 2010-09-16 Romain Francoise <romain@orebokech.com>
5315
5316 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5317
5318 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5319
5320 * gnus-registry.el (gnus-registry-install-shortcuts): The second
5321 parameter to unintern is mandatory-ish in Emacs 24.
5322
5323 * gnus-html.el (gnus-html-schedule-image-fetching)
5324 (gnus-html-prefetch-images): Check for curl before using it.
5325
5326 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5327 depend on curl, which isn't essential.
5328
5329 * imap.el: Revert back to version
5330 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5331 seem problematic.
5332
5333 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5334
5335 * gnus-registry.el (gnus-registry-install-shortcuts):
5336 Explicitly pass `obarray' to `unintern' to avoid a warning.
5337
5338 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5339
5340 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5341 change.
5342
5343 * nnrss.el (nnrss-request-list): Remove this function and related
5344 functions, including the moreover stuff.
5345
5346 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5347
5348 * nnrss.el (nnrss-retrieve-groups): New function.
5349
5350 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * .dir-locals.el: Add no-byte-compile cookie.
5353
5354 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
5355
5356 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5357 for back end that doesn't support request-scan.
5358
5359 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5360
5361 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5362 then do request scans from the backends.
5363
5364 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5365 avoid running a hook per line, since this takes a lot of time,
5366 profiling shows.
5367 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5368 directly if gnus-visual-p is true.
5369
5370 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5373 groups; replace mapcar with dolist which is a bit faster; pass groups
5374 info to gnus-read-active-file-1.
5375 (gnus-read-active-file-1): Scan only specified groups if the new
5376 optional arg `infos' is given.
5377
5378 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5381
5382 * pop3.el (pop3-movemail): Remove.
5383 (pop3-streaming-movemail): Rename to pop3-movemail.
5384
5385 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5386 don't restrict end-tag searches to the end of the line.
5387
5388 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5389
5390 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5391 articles of every unchecked group to t, which means unknown since the
5392 server has never been opened.
5393
5394 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5395
5396 * gnus-html.el (gnus-html-show-alt-text): New command.
5397 (gnus-html-browse-image): Ditto.
5398 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5399 to browse the image directly.
5400 (gnus-html-wash-tags): Search for images first, so that <a><img> works
5401 better.
5402
5403 * gnus-async.el (gnus-async-article-callback):
5404 Call `gnus-html-prefetch-images' unconditionally.
5405
5406 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5407 before feeding URLs to curl.
5408
5409 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5410
5411 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5412 internal images as deletable by `W D D'.
5413
5414 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5415 (gnus-async-article-callback): Fix typo.
5416
5417 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5418
5419 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5420 current line to work around bugs in the output from w3m.
5421
5422 * gnus-async.el (gnus-async-article-callback): Always prefetch images
5423 for groups that want that.
5424
5425 * nntp.el (nntp-wait-for-string): Supply a timeout for
5426 accept-process-output to ensure progress.
5427
5428 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5429 level to get unread articles from, then use that for foreign groups,
5430 too.
5431
5432 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5433 confuses the rest of the function.
5434
5435 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5436 for the methods that support -retrieve-groups, too.
5437
5438 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5439
5440 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
5441
5442 * pop3.el: Require cl when compiling.
5443 (pop3-number-of-responses): Search for "+OK", not "+OK ".
5444
5445 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5446
5447 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5448 that aren't going to be activated.
5449 (gnus-get-unread-articles): Fix up the last commit.
5450
5451 * gnus-html.el (gnus-article-html): Allow calling without specifying
5452 the handle. In that case, dissect the buffer first.
5453
5454 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5455
5456 * nnimap.el (nnimap-open-connection): Revert the change that would look
5457 into authinfo for imaps instead of imap.
5458
5459 * gnus-start.el (gnus-activate-group): Take an optional parameter to
5460 say that you don't want to call gnus-request-group with don-check, but
5461 do check the reponse. This is for virtual groups only.
5462 (gnus-get-unread-articles): Count the archive groups as secondary, so
5463 that they're activated the same way as before.
5464
5465 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5466 case-insensitively.
5467 (nnimap-debug): Remove.
5468
5469 * mail-source.el (mail-source-fetch): Don't message if we're fetching
5470 mail from a file, and the file doesn't exist.
5471
5472 * pop3.el (pop3-streaming-movemail): Return t for success.
5473
5474 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5475 .authinfo if we're using ssl connection.
5476
5477 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5478 already have if we're in a main Gnus `g' run.
5479
5480 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5481
5482 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5485
5486 * nnmh.el (nnmh-request-list-1): Bind `file'.
5487
5488 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5489 alias to set-process-query-on-exit-flag or process-kill-without-query.
5490 (pop3-open-server): Use it.
5491
5492 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5493
5494 * mail-source.el (mail-source-delete-crash-box): Always move the crash
5495 box to the Incoming file. Fixes mistake in previous checkin.
5496
5497 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5498 request loop (for debugging purposes) removed.
5499
5500 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5501 culprit is more visible.
5502 (nnml-save-incremental-nov, nnml-open-incremental-nov)
5503 (nnml-add-incremental-nov): New functions to do "incremental" nov
5504 updates, where we just append to the end of the existing nov files
5505 without reading/writing them in full.
5506
5507 * mail-source.el (mail-source-delete-crash-box): Really only check the
5508 incoming files once in a while.
5509
5510 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5511
5512 * mail-source.el (mail-source-delete-crash-box): Only check the
5513 incoming files for deletion once per day to save a lot of file
5514 accesses.
5515
5516 * pop3.el (pop3-logon): Fix up unbound variable typo.
5517
5518 * mail-source.el (pop3-streaming-movemail): Autoload.
5519
5520 * pop3.el (pop3-streaming-movemail):
5521 Respect pop3-leave-mail-on-server.
5522
5523 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5524 retrieval.
5525
5526 * pop3.el (pop3-process-filter): Remove unused function.
5527 (pop3-streaming-movemail, pop3-send-streaming-command)
5528 (pop3-wait-for-messages, pop3-write-to-file)
5529 (pop3-number-of-responses): New functions for streaming pop3
5530 retrieval.
5531
5532 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5533 come from no known methods.
5534 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5535 list.
5536
5537 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5538 message sizes.
5539 (pop3-movemail): Use erase-buffer instead of looping and deleting
5540 regions, which seems rather odd.
5541
5542 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5543 file once per `g' run.
5544
5545 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5546 directories. This makes the draft queue directory work.
5547
5548 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5549 data from the backends, so that we only request the list of groups from
5550 each method once. This should speed things up considerably.
5551
5552 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5553 detect that it's not implemented.
5554
5555 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5556 we actually do recurse down into the tree, but don't stat all leaf
5557 nodes.
5558
5559 * gnus-html.el (gnus-html-show-images): If there are no images to show,
5560 then say so instead of bugging out.
5561
5562 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5563 files exist before trying to read them.
5564
5565 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5566 around <pre_int>.
5567
5568 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5569
5570 * nnmh.el (nnmh-request-list-1): Optimize for speed.
5571
5572 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5573
5574 * mm-util.el (mm-image-load-path): Just return the image directories,
5575 not all directories in the path in addition to the image directories.
5576 (mm-image-load-path): Maintain a cache of the image directories so that
5577 the `g' command in Gnus doesn't have to stat dozens of directories each
5578 time.
5579
5580 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5581 (gnus-html-wash-tags): Add a new `i' command to insert images.
5582 (gnus-html-insert-image): New command and keystroke.
5583 (gnus-html-redisplay-with-images): New command and keystroke.
5584 (gnus-html-show-images): Rename command.
5585 (gnus-html-wash-tags): Remove more white space before <pre_int> image
5586 spacers.
5587 (gnus-html-wash-tags): Decode entities at the end, so that entities
5588 inside the tags don't mess up the rest of the "parsing".
5589
5590 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5591 so that nnimap methods aren't agentized by default. There's apparently
5592 many problems related to agent/imap behaviour.
5593
5594 * gnus-art.el (gnus-article-copy-string): New command and key binding.
5595
5596 * gnus-html.el: Doc fix.
5597
5598 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
5599
5600 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5601 glyph-width and glyph-height instead of display-graphic-p and
5602 image-size; make avoidance of displaying small images work for XEmacs.
5603
5604 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5605 for XEmacs.
5606
5607 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5608 of symbol that holds plist data.
5609 (gnus-process-plist): Remove plist of process after getting it.
5610
5611 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5612
5613 * message.el (message-generate-hashcash): Change default to
5614 'opportunistic if hashcash is installed.
5615
5616 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5617 (gnus-html-put-image): Only call image-size once, since it's somewhat
5618 time-consuming on remote X servers.
5619
5620 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
5621
5622 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5623 decoded contents.
5624 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5625
5626 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5627
5628 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5629 group line format, since it isn't very interesting.
5630
5631 * gnus-agent.el (gnus-agent-short-article),
5632 (gnus-agent-long-article): Increase values for these two variables,
5633 since most people are likely to have more network connection and
5634 storage than before.
5635
5636 * gnus.el (gnus-refer-article-method): Change default to 'current.
5637 When referring an article, the common behaviour is to refer it from the
5638 current select method, not the native select method. The chances of
5639 the native select method having the message in question is rather slim
5640 these days.
5641
5642 * gnus-sum.el (gnus-auto-select-subject): Change default to
5643 `unseen-or-unread'. I think it's likely that most people want to
5644 select an unseen article over a previously seen, but unread one.
5645
5646 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
5647 means that in the article buffer none of the minor mode elements will
5648 be shown, usually, and this is not desirable in most cases.
5649
5650 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5651 that commands like `d' (and the like) go to the next line in the
5652 buffer, instead of the next unread article. I think this is the
5653 behaviour that is most natural for most users.
5654 (gnus-single-article-buffer): Change default to nil, so that people can
5655 have as many article buffers open as they have summary buffer. I think
5656 this is the most natural way for the groups to behave.
5657
5658 * message.el (message-generate-new-buffers): Change default to
5659 `unsent', so that all new message buffers start their names with the
5660 string "*unsent", and it's easier to find the buffers if you move from
5661 them.
5662
5663 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5664
5665 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5666 small. They're probably tracking images.
5667 (gnus-html-wash-tags): Remove all <pre_int> place holders.
5668 (gnus-html-rescale-image): Yet another try at getting the image sizing
5669 right.
5670
5671 * nntp.el (nntp-request-set-mark): Refuse to do marks if
5672 nntp-marks-file-name is nil.
5673
5674 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5675
5676 * gnus-html.el (gnus-html-wash-tags)
5677 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5678 Better logging.
5679
5680 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5681
5682 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5683
5684 * gnus-html.el (gnus-html-wash-tags): Check the value of
5685 gnus-blocked-images in the summary buffer.
5686
5687 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5688
5689 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5690
5691 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5692
5693 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5694 like "a", it seems like.
5695 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5696 since it needs to be picked from the correct buffer.
5697
5698 * nnwfm.el: Remove.
5699
5700 * nnlistserv.el: Remove.
5701
5702 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5703
5704 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5705 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5706
5707 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5708
5709 * nnkiboze.el: Remove.
5710
5711 * nndb.el: Remove.
5712
5713 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5714 alt text.
5715 (gnus-html-rescale-image): Try to get the rescaling logic right for
5716 images that are just wide and not tall.
5717
5718 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5719 overshadow variable bindings.
5720
5721 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
5722
5723 * gnus-html.el (gnus-html-wash-tags)
5724 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5725 Add extra logging.
5726
5727 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5728
5729 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5730 (gnus-max-image-proportion): New variable.
5731 (gnus-html-rescale-image): New function.
5732 (gnus-html-put-image): Rescale images.
5733
5734 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 Fix up some byte-compiler warnings.
5737 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5738 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5739 (gnus-article-fill-cited-article, gnus-article-hide-citation)
5740 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5741 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5742 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5743 (gnus-group-update-group): Use save-excursion and with-current-buffer.
5744
5745 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * gnus-html.el (gnus-article-html): Decode contents by charset.
5748
5749 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5750
5751 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5752 (gnus-html-frame-width, gnus-blocked-images)
5753 * message.el (message-prune-recipient-rules): Add custom version.
5754 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5755
5756 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5757 functions.
5758
5759 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5760 gnus-process-get.
5761
5762 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
5763
5764 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5765 instead of lsub directly.
5766
5767 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5768
5769 * nnwarchive.el: Remove.
5770
5771 * gnus-soup.el: Remove.
5772
5773 * nnsoup.el: Remove.
5774
5775 * nnultimate.el: Remove.
5776
5777 * gnus-html.el (gnus-blocked-images): New variable.
5778
5779 * message.el (message-prune-recipients): New function.
5780 (message-prune-recipient-rules): New variable.
5781
5782 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5783 guess whether a long line is natural text or not.
5784
5785 * gnus-html.el (gnus-html-schedule-image-fetching):
5786 Use gnus-process-plist and friends for compatibility.
5787
5788 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5789
5790 * gnus-html.el: Require packages that define macros used in this file.
5791 (gnus-article-mouse-face): Declare to silence byte-compiler.
5792 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5793 process-get.
5794 (gnus-html-put-image): Use plist-get to avoid getf.
5795 (gnus-html-prefetch-images): Use with-current-buffer.
5796
5797 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5798
5799 * gnus-ems.el: Provide compatibility functions for
5800 gnus-set-process-plist.
5801
5802 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5803 * gnus.el (gnus-valid-select-methods)
5804 * message.el (message-send-mail-partially-limit)
5805 * mm-decode.el (mm-text-html-renderer)
5806 * mml.el (mml-insert-mime-headers-always)
5807 * smiley.el (smiley-regexp-alist): Bump custom version.
5808
5809 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5810
5811 * gnus-html.el: require mm-url.
5812 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5813 with the url to `url'.
5814 (gnus-html-wash-tags): Support cid: URLs/images.
5815
5816 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5817
5818 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5819 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5820 bindings, as they aren't useful at all. `w' is moved to `W w'.
5821
5822 * gnus-move.el: Remove file, since it doesn't really work.
5823
5824 * gnus-html.el (gnus-article-html): Tell w3m that the input is
5825 UTF-8. This seems to fix problems with some German web feeds.
5826
5827 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5828 at the top so that the proper colours are applied.
5829
5830 * gnus-art.el (gnus-article-view-part): Doc fix.
5831
5832 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5833 XEmacs-compatible.
5834 (gnus-html-put-image): Don't do images on non-graphic displays.
5835
5836 * nnslashdot.el: Remove this unused backend.
5837
5838 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5839 actions.
5840 (gnus-undo-register-1): Revert last change.
5841
5842 * gnus-group.el (gnus-group-completing-read): Protect against not
5843 having completion-styles bound.
5844
5845 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5846 make broken recipients happier.
5847
5848 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5849
5850 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5851 point parameter.
5852
5853 * gnus-group.el (gnus-group-completing-read): Add 'substring to
5854 completion-styles for group selection.
5855
5856 2009-02-04 Andreas Schwab <schwab@suse.de>
5857
5858 * gnus-score.el (gnus-score-string): Fix regex for matching extra
5859 headers and regexp-quote the match if necessary.
5860
5861 2009-03-24 Miles Bader <miles@gnu.org>
5862
5863 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5864 the blinking smiley.
5865
5866 2009-03-24 Simon Josefsson <simon@josefsson.org>
5867
5868 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5869 blink smiley.
5870
5871 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5872
5873 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5874 where the dribbel file lives exists.
5875
5876 * message.el (message-send-mail-partially-limit): Change the default to
5877 nil, since most people don't want this.
5878
5879 * mm-url.el (mm-url-decode-entities): Also decode entities like
5880 &#x3212.
5881
5882 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
5883
5884 * gnus-sum.el (gnus-summary-idna-message):
5885 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5886 Hyperlink urls in docstrings with URL `...'.
5887
5888 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
5889
5890 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5891 functions.
5892
5893 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
5895 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5896 say what the mouseover text should be.
5897
5898 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5899 version of the mm-w3m-safe-url-regexp variable to only download images
5900 in the groups where we want that to happen.
5901
5902 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5903
5904 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5905 easier debugging.
5906 (gnus-article-beginning-of-window): Add kludge to allow spacing past
5907 big pictures in the article buffer.
5908
5909 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5910 gnus-article-html.
5911 (mm-text-html-renderer): gnus-article-html needs curl in addition to
5912 w3m.
5913
5914 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5915
5916 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5917
5918 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5919 which doesn't exist.
5920
5921 * message.el (message-inhibit-ecomplete): New variable to allow some
5922 function to inhibit ecomplete address storage.
5923 (message-resend): Disable ecomplete message storage when resending
5924 messages.
5925
5926 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5927
5928 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5931 Save excursion while copying, moving, and deleting articles in order to
5932 prevent the cursor from jumping to unforeseen place.
5933
5934 2010-08-17 Glenn Morris <rgm@gnu.org>
5935
5936 * gnus-sync.el: Require gnus components whose functions are used.
5937
5938 * gnus-art.el (bookmark-make-record-function):
5939 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5940 Declare for compiler.
5941
5942 * mm-url.el (mml-compute-boundary): Autoload.
5943
5944 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
5945
5946 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5947
5948 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
5949
5950 Typo fix "hoo4a" -> "hook".
5951
5952 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5953
5954 2010-08-14 Glenn Morris <rgm@gnu.org>
5955
5956 * gnus-sync.el (gnus-sync): Fix defgroup version.
5957
5958 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
5959
5960 Doc fixes and keep unknown groups (ammended for nunion bug fix).
5961
5962 * gnus-sync.el: Fix docs.
5963 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5964 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5965
5966 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5967
5968 Optimizations for gnus-sync.el.
5969
5970 * gnus-sync.el: Add docs about gnus-sync-backend
5971 possibilities.
5972 (gnus-sync-save): Remove unnecessary message.
5973 (gnus-sync-read): Optimize and show what groups were skipped.
5974
5975 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5976
5977 Minor bug fixes for gnus-sync.el.
5978
5979 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5980 Don't read the sync on get-new-news.
5981
5982 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5983 quiet.
5984
5985 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5986 (fix typo).
5987
5988 2010-07-30 Lawrence Mitchell <wence@gmx.li>
5989
5990 Make saving and restoring of hidden threads work with overlays.
5991 Patch applied by Ted Zlatanov.
5992
5993 * gnus-sum.el (gnus-hidden-threads-configuration)
5994 (gnus-restore-hidden-threads-configuration): Update to deal with text
5995 properties, rather than searching for a magic character.
5996
5997 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
5998
5999 New gnus-sync.el library for synchronization of marks.
6000
6001 * gnus-sync.el: New library for synchronization of marks.
6002
6003 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6004 renamed from `gnus-registry-grep-in-list'.
6005
6006 * gnus-registry.el (gnus-registry-follow-group-p):
6007 Use `gnus-grep-in-list'.
6008
6009 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6010
6011 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6014 determining charset of text fails.
6015
6016 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * nnmail.el (nnmail-get-new-mail-1): Revert.
6019
6020 * nnml.el (nnml-active-number): Make sure names of newly created groups
6021 in nnml-group-alist are encoded.
6022
6023 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6024
6025 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6026 containing non-ASCII characters in active file for nnml back end.
6027
6028 2010-07-24 David Engster <dengste@eml.cc>
6029
6030 * mml-smime.el (mml-smime-epg-verify): Also accept the older
6031 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6032
6033 2010-07-21 Daiki Ueno <ueno@unixuser.org>
6034
6035 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6036 tag (Bug#6654).
6037
6038 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6041 the article buffer, not the summary buffer.
6042
6043 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6046 Emacs 23 as well.
6047
6048 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6049
6050 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6051 Patch applied by Karl Fogel.
6052
6053 * gnus-sum.el (gnus-summary-bookmark-make-record):
6054 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6055
6056 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6057
6058 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6059 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
6060 C-w still not working correctly from Article buffers; Thierry's
6061 patch to fix that will be applied after this.
6062
6063 * gnus-art.el (bookmark-make-record-function): New local variable.
6064
6065 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6066 article buffer.
6067 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6068
6069 2010-07-13 Karl Fogel <kfogel@red-bean.com>
6070
6071 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6072 on changes in bookmark.el.
6073
6074 2010-06-22 Mark A. Hershberger <mah@everybody.org>
6075
6076 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6077 the *other* type of HTML form submission.
6078
6079 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
6080
6081 * auth-source.el (auth-source-pick): If choice does not contain a
6082 questioned keyword, set the check to t.
6083
6084 2010-06-12 Romain Francoise <romain@orebokech.com>
6085
6086 * gnus-util.el (gnus-date-get-time): Move up before first use.
6087
6088 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
6089
6090 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6091 (gnus-article-edit-part): Bind it to make last part that is substituted
6092 or deleted visible.
6093 (gnus-mime-display-single): Buttonize part of which id equals to
6094 gnus-mime-buttonized-part-id.
6095
6096 2010-06-10 Dan Christensen <jdc@uwo.ca>
6097
6098 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6099 (gnus-dd-mmm): Use gnus-date-get-time.
6100 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6101 simplify logic.
6102 (gnus-summary-limit-to-age): Use gnus-date-get-time.
6103 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6104
6105 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
6106
6107 * auth-source.el (top): Autoload `secrets-list-collections',
6108 `secrets-create-item', `secrets-delete-item'.
6109 (auth-sources): Fix tag string.
6110 (auth-get-source, auth-source-retrieve, auth-source-create)
6111 (auth-source-delete): New defuns.
6112 (auth-source-pick): Rewrite in order to avoid 2 passes.
6113 (auth-source-forget-user-or-password): New parameter USERNAME.
6114 (auth-source-user-or-password): New parameters CREATE-MISSING and
6115 DELETE-EXISTING. Retrieve password interactively, if needed.
6116
6117 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
6118
6119 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6120 deleting unused directories when gnus-expert-user is t.
6121
6122 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6125 for each temp file when gnus-article-browse-delete-temp is ask.
6126
6127 2010-05-20 Kevin Ryde <user42@zip.com.au>
6128
6129 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
6130
6131 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
6132
6133 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6134 article unless decoding article to be saved.
6135
6136 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6139 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6140 generated within the mm-with-unibyte-current-buffer macro.
6141
6142 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
6143
6144 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6145 to nil when we're in a mml-preview buffer and no group is selected.
6146
6147 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
6148
6149 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6150 when catching the `C-g'. Reported by "Leo".
6151
6152 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6153
6154 * message.el (message-forward-make-body-plain)
6155 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6156 multibyte-string-p.
6157
6158 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
6159
6160 * message.el (message-forward-make-body-mml): Assume original message
6161 is multibyte string; error on unibyte.
6162 (message-forward-make-body-plain): Ditto; don't add excessive newline
6163 in body end.
6164
6165 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
6166
6167 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6168 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
6169
6170 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * mm-extern.el (mm-extern-url): Don't use
6173 mm-with-unibyte-current-buffer.
6174 (mm-extern-cache-contents): Use with-current-buffer instead of
6175 save-excursion + set-buffer.
6176
6177 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6178
6179 * mm-util.el (mm-emacs-mule): Remove.
6180
6181 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
6182
6183 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6184 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6185 change.
6186
6187 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6188
6189 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6190 bind the default value of enable-multibyte-characters to nil.
6191
6192 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
6193
6194 * message.el (message-forward-make-body-plain)
6195 (message-forward-make-body-mml):
6196 Don't use mm-with-unibyte-current-buffer.
6197
6198 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
6199
6200 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6201 (Bug#5592).
6202
6203 2010-05-07 Julien Danjou <julien@danjou.info>
6204
6205 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6206 it to mm-pipe-part.
6207
6208 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6209 it is given.
6210
6211 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
6212
6213 * nnweb.el (nnweb-gmane-search)
6214 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6215 XEmacs.
6216
6217 * gnus-art.el (gnus-article-browse-html-parts)
6218 * gnus-group.el (gnus-read-ephemeral-gmane-group)
6219 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6220 make-temp-file.
6221
6222 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6223 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6224 compiling.
6225
6226 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6227 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6228 XEmacs when compiling.
6229
6230 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6231 gnus-pick-mode-off-hook for XEmacs when compiling.
6232 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6233 gnus-binary-mode-off-hook for XEmacs when compiling.
6234
6235 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6236 Return nil if char-charset is not available.
6237
6238 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6239 macro.
6240
6241 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6242 instead of encode-coding-string.
6243
6244 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6245 'xemacs) instead of mm-emacs-mule to switch function definitions.
6246 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6247
6248 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
6249
6250 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6251
6252 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6253
6254 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6255 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6256
6257 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
6258
6259 * mm-util.el (mm-decompress-buffer): Use `delete-file';
6260 alias `jka-compr-delete-temp-file' no longer exists.
6261
6262 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 Use define-minor-mode in Gnus where applicable.
6265 * mml.el (mml-mode): Use define-minor-mode.
6266 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6267 (gnus-undo-mode): Use define-minor-mode.
6268 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6269 (gnus-dead-summary-mode): Use define-minor-mode.
6270 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6271 Initialize in declaration.
6272 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6273 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6274 (gnus-mailing-list-mode): Use define-minor-mode.
6275 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6276 (gnus-draft-mode): Use define-minor-mode.
6277 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6278 (gnus-dired-mode): Use define-minor-mode.
6279
6280 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
6281
6282 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6283 handles on recursive mml-to-mime translation and check them for
6284 boundary delimiter collisions. Reported by Greg Troxel.
6285
6286 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
6287
6288 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6289
6290 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * mm-util.el (mm-find-buffer-file-coding-system):
6293 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6294
6295 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
6296
6297 * message.el (message-generate-headers): Record insertion of optional
6298 headers as well. Otherwise the check to prevent repeated insertion of
6299 optional headers is a no-op.
6300
6301 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
6302
6303 * smime.el: Don't mention CVS.
6304
6305 * nnrss.el (nnrss-fetch): Don't mention CVS.
6306
6307 * nnir.el: Don't mention CVS.
6308
6309 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * gnus-sum.el (gnus-summary-bookmark-make-record):
6312 Add `location' field.
6313
6314 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * gnus-sum.el: Add bookmark declarations to silence the compiler.
6317 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6318 Use with-current-buffer to silence the byte-compiler.
6319 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6320 bother to require `gnus'.
6321 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
6322
6323 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6324
6325 * gnus-sum.el (gnus-summary-bookmark-make-record)
6326 (gnus-summary-bookmark-jump): New functions.
6327 (gnus-summary-mode): Setup bookmark support.
6328
6329 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
6330
6331 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6332 if set.
6333
6334 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
6335
6336 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6337 gnus-article-browse-html-save-cid-image; make it work recursively for
6338 forwarded messages as well.
6339 (gnus-article-browse-html-parts): Work when prefix arg is given.
6340 (gnus-article-browse-html-article): Doc fix.
6341
6342 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * message.el (message-default-mail-headers):
6345 (message-default-headers): Carry the value mail-default-headers over
6346 into message-default-mail-headers, rather than message-default-headers.
6347
6348 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
6349
6350 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6351 charset.
6352
6353 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6354 charset into the <meta> tag when the article is encoded to utf-8.
6355
6356 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
6357
6358 * gnus-art.el (gnus-article-browse-delete-temp-files):
6359 Delete directories as well.
6360 (gnus-article-browse-html-parts): Work for images that do not specify
6361 file names; delete temp directory when quitting; insert header at the
6362 right place; use file: scheme for image files.
6363
6364 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
6365
6366 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6367 (gnus-article-browse-html-parts): Use it to make temporary cid image
6368 files in addition to html file so that browser may display them.
6369
6370 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
6371
6372 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6373
6374 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
6375
6376 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6377
6378 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
6379
6380 * auth-source.el (auth-sources): Change default to be simpler.
6381 Explain about Secret Service API sources. Improve Customize options.
6382 (auth-source-pick): Change to accept any number of search parameters.
6383 Implement fallbacks iteratively, not recursively. Add scoring on the
6384 second pass and sort by score. Call Secret Service API when needed.
6385 (auth-source-user-or-password): Use it. Call Secret Service API
6386 directly when needed to get the user name and the password.
6387
6388 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
6389
6390 * message.el (message-interactive): Doc fix.
6391 (message-qmail-inject-args): Reflow.
6392 (message-kill-to-signature): Fix typo in docstring.
6393
6394 * smiley.el (smiley-buffer): Fix typo in docstring.
6395
6396 2010-03-24 Glenn Morris <rgm@gnu.org>
6397
6398 * mail-source.el (gnus-message): Declare.
6399 (mail-source-delete-old-incoming): Require gnus-util.
6400
6401 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6402
6403 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6404
6405 * message.el (ecomplete-setup): Autoload it for Emacs <23.
6406
6407 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6408 password-cache's default if it is not bound.
6409 (mml-secure-passphrase-cache-expiry): Default to 16 that is
6410 password-cache-expiry's default if it is not bound.
6411
6412 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6413 available in Emacs 21.
6414
6415 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
6416
6417 * auth-source.el (auth-sources): Fix up definition so extra parameters
6418 are always inline.
6419
6420 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
6421
6422 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6423 wasn't updated after mismatch. Clear cached mailbox info correctly
6424 when uidvalidity changes.
6425 (nnimap-group-prefixed-name): New function to avoid some code
6426 duplication.
6427 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6428 (nnimap-request-group): Use it.
6429 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6430 (nnimap-update-unseen): Significantly improved speed of Gnus startup
6431 with many imap folders. This is done by caching the group status from
6432 the imap server persistently in a group parameter `imap-status'. (This
6433 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6434 but not persistently, so every Gnus startup was still very slow.)
6435
6436 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6437
6438 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
6439 secrets.el dependency.
6440 (auth-sources): Add optional user name. Add secrets.el configuration
6441 choice (unused right now).
6442
6443 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
6444
6445 * gnus-sum.el (gnus-summary-make-menu-bar):
6446 Let `gnus-registry-install-shortcuts' fill in the functions.
6447
6448 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6449 warnings.
6450 (gnus-registry-misc-menus): Variable to hold registry mark menus.
6451 (gnus-registry-install-shortcuts): Populate and use it in a
6452 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6453
6454 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
6455
6456 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6457 In-place substitutions for the group name encoding/decoding.
6458 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6459 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6460 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6461 (nnimap-update-unseen, nnimap-request-list)
6462 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6463 (nnimap-request-set-mark, nnimap-split-to-groups)
6464 (nnimap-split-articles, nnimap-request-newgroups)
6465 (nnimap-request-create-group, nnimap-request-accept-article)
6466 (nnimap-request-delete-group, nnimap-request-rename-group)
6467 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
6468 `encoded-mbx' for consistency.
6469 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6470 variable `imap-current-mailbox'.
6471
6472 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6473 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6474
6475 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
6476
6477 * pop3.el (pop3-display-message-size-flag): Display message size byte
6478 counts during POP3 download.
6479 (pop3-movemail): Use it.
6480 (pop3-list): Implement listing of available messages.
6481
6482 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
6483
6484 * nnir.el (nnir-get-article-nov-override-function): New function to
6485 override the normal NOV retrieval.
6486 (nnir-retrieve-headers): Use it.
6487
6488 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * auth-source.el (netrc-machine-user-or-password): Autoload.
6491
6492 2010-03-19 Glenn Morris <rgm@gnu.org>
6493
6494 Stop message.el from loading about 40 libraries it doesn't always need.
6495 The general approach is to autoload rather than require, and to
6496 require in the specific functions rather than the file. (Bug#5642)
6497
6498 * gmm-utils.el: Don't require wid-edit.
6499 (widget-create-child-value, widget-convert, widget-default-get):
6500 Autoload.
6501
6502 * gnus-util.el: Don't require time-date, netrc.
6503 (message-fetch-field, gnus-group-name-decode): Declare rather than
6504 autoloading.
6505 (gnus-fetch-field): Require message.
6506 (gnus-decode-newsgroups): Require gnus-group.
6507
6508 * ietf-drums.el: Don't require time-date.
6509
6510 * message.el: Don't require hashcash, canlock, ecomplete.
6511 Do require mail-utils. Require nnheader only when compiling.
6512 (smtpmail-default-smtp-server): Remove declaration.
6513 (message-send-mail-function): Check smtpmail-default-smtp-server
6514 is bound rather than requiring smtpmail.
6515 (message-auto-save-directory, message-insert-signature):
6516 Use expand-file-name rather than nnheader-concat.
6517 (nnheader-insert-file-contents): Autoload.
6518 (hashcash-wait-async): Declare.
6519 (message-send-mail): Only call gnus-setup-posting-charset if
6520 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
6521 (message-send-mail-with-sendmail): Require sendmail.
6522 (canlock-password, canlock-password-for-verify): Declare.
6523 (message-canlock-password): Require canlock.
6524 (nnheader-get-report): Autoload.
6525 (gnus-setup-posting-charset): Declare.
6526 (message-send-news): Require gnus-msg.
6527 (message-make-references, message-make-in-reply-to): Use mail-header-id
6528 rather than the alias mail-header-message-id.
6529 (ecomplete-add-item, ecomplete-save): Declare.
6530 (message-put-addresses-in-ecomplete): Require ecomplete.
6531 (ecomplete-display-matches): Autoload.
6532
6533 * mm-decode.el: Don't require mailcap, gnus-util.
6534 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6535 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6536 Autoload.
6537 (mailcap-mime-extensions): Declare.
6538
6539 * mm-encode.el: Don't require mailcap.
6540 (mailcap-extension-to-mime): Autoload.
6541
6542 * mml-sec.el: Don't require password-cache.
6543
6544 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6545 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6546 (mml-minibuffer-read-type): Require mailcap.
6547 (mml-preview): Require gnus-msg.
6548
6549 * mml1991.el: Require password-cache.
6550 (password-cache-expiry): Remove declaration.
6551
6552 * mml2015.el: Require password-cache.
6553 (password-cache-expiry): Remove declaration.
6554
6555 * nneething.el (mailcap): Require mailcap.
6556
6557 * nnheader.el (declare-function): Add compatibility stub.
6558 (message-remove-header): Declare rather than autoload.
6559 (nnheader-replace-header): Require message.
6560
6561 * nnimap.el (declare-function): Add compatibility stub.
6562 (netrc-parse, netrc-machine-user-or-password): Declare.
6563 (nnimap-open-connection): Require netrc.
6564
6565 * nntp.el (declare-function): Add compatibility stub.
6566 (netrc-parse, netrc-machine, netrc-get): Declare.
6567 (nntp-send-authinfo): Require netrc.
6568
6569 * rfc2047.el: Don't require qp.
6570 (quoted-printable-encode-region, quoted-printable-decode-string):
6571 Autoload.
6572
6573 * sieve-mode.el: Don't require easymenu.
6574 (easy-menu-add-item): Autoload it.
6575
6576 * spam-stat.el (time-to-number-of-days): Autoload it.
6577
6578 2010-03-17 Kevin Ryde <user42@zip.com.au>
6579
6580 * mml.el (mml-read-tag): Unquote values with `read' to reverse
6581 prin1 in mml-insert-tag (just stripping the quotes gave wrong
6582 value if any backslash escapes).
6583
6584 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
6585
6586 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6587 if it is available. (bug#5647)
6588
6589 2010-02-26 Glenn Morris <rgm@gnu.org>
6590
6591 * message.el (message-send-mail-function): Change the default, so that
6592 it inherits from a customized send-mail-function. (Bug#5643)
6593
6594 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6597 shell-command-to-string signals an error (bug#5299).
6598
6599 2010-02-24 Glenn Morris <rgm@gnu.org>
6600
6601 * message.el (message-smtpmail-send-it)
6602 (message-send-mail-with-mailclient): Doc fixes.
6603
6604 2010-02-16 Glenn Morris <rgm@gnu.org>
6605
6606 * message.el (message-default-mail-headers): Change the default value
6607 to ease the transition from mail-mode to message-mode. (Bug#5555)
6608
6609 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6610
6611 * message.el (message-mail): Just pass yank-action on to message-setup.
6612 (message-setup): Handle (FUN . ARGS) form of yank-action.
6613 (message-with-reply-buffer, message-widen-reply)
6614 (message-yank-original): Handle non-buffer values of
6615 message-reply-buffer (Bug#4080).
6616 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6617
6618 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6619
6620 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6621 Fix typo in docstring.
6622
6623 2010-01-08 Jason Rumney <jasonr@gnu.org>
6624
6625 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6626 response.
6627
6628 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6629
6630 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6631
6632 * message.el (message-check-news-header-syntax): Protect against a
6633 string that `rfc822-addresses' returns when parsing fails.
6634
6635 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
6636
6637 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6638 (gnus-previous-char-property-change): New functions.
6639
6640 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6641
6642 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
6643
6644 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6645 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
6646
6647 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6648
6649 * message.el (message-exchange-point-and-mark): Rework last change to
6650 avoid using optional arg of exchange-point-and-mark, for backward
6651 compatibility.
6652
6653 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6654
6655 * message.el (message-exchange-point-and-mark):
6656 Call exchange-point-and-mark with an argument rather than setting
6657 mark-active by hand (Bug#5175).
6658
6659 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6660
6661 * nntp.el (nntp-service-to-port): Work for service expressed with
6662 numeric string; replace [:digit:] with [0-9] for XEmacs.
6663
6664 2009-12-17 Glenn Morris <rgm@gnu.org>
6665
6666 * gnus-group.el (gnus-bug-group-download-format-alist):
6667 Change emacs entry to debbugs.gnu.org. Bump :version.
6668
6669 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
6670
6671 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6672
6673 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6674
6675 * message.el (message-info): Explain why we use `Info-goto-node'.
6676
6677 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * message.el (message-completion-in-region): New compatibility function.
6680 (message-expand-group): Use it.
6681
6682 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
6683
6684 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6685 with no unread article should be listed if the 2nd arg `predicate' is
6686 given.
6687
6688 2009-11-29 Juri Linkov <juri@jurta.org>
6689
6690 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6691 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
6692 on `gnus-recenter'. (Bug#4698, Bug#4981)
6693
6694 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6695
6696 * message.el (message-from-style, message-interactive)
6697 (message-signature): Always set default values from the corresponding
6698 mail-* variables.
6699 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6700 (message-yank-prefix, message-indentation-spaces)
6701 (message-signature-file, message-default-headers): Use boundp rather
6702 than (featurep 'xemacs) to check if the corresponding mail-* variables
6703 exist.
6704
6705 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
6706
6707 * message.el (message-send-mail-with-sendmail): Revert last change.
6708
6709 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
6710
6711 * message.el (message-from-style, message-interactive)
6712 (message-cite-prefix-regexp, message-sendmail-envelope-from)
6713 (message-yank-prefix, message-indentation-spaces, message-signature)
6714 (message-signature-file, message-default-headers): For GNU Emacs, set
6715 default values from the corresponding mail-* variables.
6716 (message-send-mail-with-sendmail): Use envelope-from only if
6717 mail-specify-envelope-from is non-nil.
6718
6719 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
6720
6721 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6722 containing tspecial characters if they have been already quoted.
6723
6724 2009-10-24 Glenn Morris <rgm@gnu.org>
6725
6726 * gnus-art.el (help-xref-stack-item): Define for compiler.
6727
6728 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6729
6730 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6731
6732 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6735 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6736
6737 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * gnus.el (gnus-overlay-get): New alias to overlay-get.
6740 (gnus-overlays-in): New alias to overlays-in.
6741
6742 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6743 gnus-overlay-get, and gnus-delete-overlay.
6744 (gnus-summary-show-thread): Make it work as well for systems in which
6745 next-single-char-property-change is not available.
6746 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6747
6748 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
6749
6750 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6751
6752 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6755 and XEmacs that don't have `remove-overlays'.
6756
6757 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6760 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6761 selective display. Use overlays instead.
6762
6763 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
6764
6765 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6766
6767 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * spam-stat.el (spam-stat-load): Fix typo in message.
6770
6771 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * gnus-art.el (gnus-article-encrypt-body):
6774 * message.el (message-check-recipients):
6775 * mm-util.el (mm-codepage-setup):
6776 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6777 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6778
6779 2009-09-22 Daiki Ueno <ueno@unixuser.org>
6780
6781 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6782 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6783 keys from the menu if mm-{sign,encrypt}-option is 'guided.
6784 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6785 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6786
6787 2009-09-18 Glenn Morris <rgm@gnu.org>
6788
6789 * gnus-diary.el (gnus-diary-check-message):
6790 * message.el (message-insert-formatted-citation-line):
6791 * nnbabyl.el (top-level):
6792 * nndiary.el (nndiary-schedule):
6793 Fix typos in condition-case handlers.
6794
6795 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus-art.el (gnus-article-edit-part): Work for the buffer
6798 configuration that provides the sole article window in a frame;
6799 position point correctly after deleting a part.
6800
6801 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
6802
6803 * spam.el (spam-unregister-on-reregister): Add boolean variable.
6804 (spam-resolve-registrations-routine): Use it to unregister articles
6805 that change status.
6806
6807 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6808
6809 * nnrss.el (nnrss-request-article): Remove binding of
6810 default-enable-multibyte-characters that has gotten needless by
6811 the 2007-07-13 change in rfc2047-encode-message-header.
6812
6813 * mml.el (mml-insert-multipart): Error on the message header.
6814 (mml-insert-part): Error on the message header; position point at
6815 the end of a MIME tag.
6816
6817 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6818
6819 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6820 (gnus-float-time): Alias to float-time if it exists.
6821
6822 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6823 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6824 float-time is available; suppress compile warning for time-to-seconds.
6825
6826 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
6827
6828 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6829 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6830 Add the optional argument `encoding' that overrides the default.
6831
6832 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6833 mm-encode-buffer.
6834
6835 2009-09-04 Glenn Morris <rgm@gnu.org>
6836
6837 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6838 mm-disable-multibyte, rather than default-enable-multibyte-characters.
6839 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6840 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6841 * mm-util.el (mm-with-unibyte-current-buffer)
6842 (mm-find-buffer-file-coding-system):
6843 * yenc.el (yenc-decode-region): Use default-value rather than
6844 default-enable-multibyte-characters.
6845
6846 2009-09-03 Glenn Morris <rgm@gnu.org>
6847
6848 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6849 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6850 than default-enable-multibyte-characters.
6851
6852 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
6853
6854 * gnus-art.el (gnus-article-read-summary-keys):
6855 Fix gnus-buffer-configuration's value temporarily used.
6856
6857 2009-09-02 Glenn Morris <rgm@gnu.org>
6858
6859 * gnus-util.el (gnus-float-time): New function.
6860 * gnus-delay.el (gnus-delay-article):
6861 * gnus-sum.el (gnus-thread-latest-date):
6862 * gnus-util.el (gnus-user-date): Use gnus-float-time.
6863 * nnspool.el (nnspool-request-newgroups):
6864 Use gnus-float-time rather than time-to-seconds.
6865 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6866
6867 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6868 (gnus-header-subject-face, gnus-header-newsgroups-face)
6869 (gnus-header-name-face, gnus-header-content-face):
6870 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6871 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6872 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6873 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6874 (gnus-cite-face-11):
6875 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6876 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6877 (gnus-server-closed-face, gnus-server-denied-face)
6878 (gnus-server-offline-face):
6879 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6880 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6881 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6882 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6883 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6884 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6885 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6886 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6887 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6888 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6889 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6890 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6891 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6892 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6893 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6894 (gnus-summary-high-undownloaded-face)
6895 (gnus-summary-low-undownloaded-face)
6896 (gnus-summary-normal-undownloaded-face)
6897 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6898 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6899 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6900 (gnus-splash-face):
6901 * message.el (message-header-to-face, message-header-cc-face)
6902 (message-header-subject-face, message-header-newsgroups-face)
6903 (message-header-other-face, message-header-name-face)
6904 (message-header-xheader-face, message-separator-face)
6905 (message-cited-text-face, message-mml-face):
6906 * sieve-mode.el (sieve-control-commands-face)
6907 (sieve-action-commands-face, sieve-test-commands-face)
6908 (sieve-tagged-arguments-face):
6909 * spam.el (spam-face):
6910 Mark face aliases with "-face" in the name as obsolete.
6911
6912 2009-09-01 Glenn Morris <rgm@gnu.org>
6913
6914 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6915 than goto-line.
6916
6917 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
6918
6919 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6920 Don't move point if the command is invoked inside the message header.
6921
6922 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6925 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6926 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6927 * nnir.el (nnir-swish-e-index-file):
6928 * gnus-sum.el (gnus-summary-delete-marked-as-read)
6929 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6930 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6931 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6932 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6933 (gnus-treat-display-xface): Add Emacs version of obsolescence.
6934
6935 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
6936
6937 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6938 Don't save excursion.
6939
6940 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * nnheader.el (nnheader-find-file-noselect):
6943 * mm-util.el (mm-insert-file-contents):
6944 Use (default-value 'major-mode) instead of default-major-mode.
6945
6946 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6949
6950 2009-08-25 Glenn Morris <rgm@gnu.org>
6951
6952 * nnir.el (top-level): Don't require cl at run-time.
6953 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6954 Replace cl-function substitute with gnus-replace-in-string.
6955 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6956 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6957 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6958 simplified expansions.
6959
6960 2009-08-22 Glenn Morris <rgm@gnu.org>
6961
6962 * gnus-art.el (gnus-button-patch): Use forward-line rather than
6963 goto-line.
6964
6965 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
6966
6967 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6968
6969 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6970 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6971 (gnus-mm-display-part, gnus-mime-display-single)
6972 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6973 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6974
6975 * gnus-sum.el
6976 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6977 (gnus-summary-move-article): Add expirable mark to articles copied or
6978 moved to group that has auto-expire turned on if the option is non-nil.
6979
6980 2009-07-24 Glenn Morris <rgm@gnu.org>
6981
6982 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6983 Fix typo. (Bug#3903)
6984
6985 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
6986
6987 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6988 gnus-article-read-summary-keys rather than gnus-summary-edit-article
6989 that should not be used for draft articles.
6990 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6991 that has no concern in minor mode keys.
6992 (gnus-article-summary-command, gnus-article-summary-command-nosave):
6993 Abolish.
6994
6995 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
6996
6997 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6998 article without making inquiry to a user for unknown encoding.
6999
7000 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7001 (nnmaildir--scan): Assume i-node and device number that file-attributes
7002 returns might be cons-cell.
7003
7004 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
7005
7006 * auth-source.el: Remove docs now in auth.texi. Don't use
7007 `gnus-message' for logging. Add new variables `auth-source-debug' and
7008 `auth-source-hide-passwords' and use them.
7009
7010 2009-07-15 Glenn Morris <rgm@gnu.org>
7011
7012 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7013
7014 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7015
7016 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7017 excessive whitespace from the default values of title and description.
7018
7019 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
7020
7021 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7022 mail-fetch-field to fetch Content-Description header in order to
7023 exclude newlines.
7024
7025 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
7026
7027 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7028 to deleted part.
7029
7030 2009-05-30 David Engster <dengste@eml.cc>
7031
7032 * nnmairix.el: Remove old documentation in the commentary block.
7033 (nnmairix-request-group): Do not update active file for nnml back ends.
7034 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7035 end so that overview files are ignored.
7036 (nnmairix-update-groups): Make updating the groups more robust by using
7037 marks.
7038 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7039 with dollar characters in message-id.
7040
7041 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
7042
7043 * spam.el: Use dns-query instead of query-dns. Was renamed on
7044 2008-12-25 in dns.el.
7045
7046 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7049 could happen if the text is only composed of spaces and/or tabs.
7050
7051 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
7052
7053 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7054 when sending a queued message to avoid extra mml tags.
7055
7056 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7059
7060 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus-dired.el: Remove autoload for gnus-setup-message.
7063 (gnus-dired-attach): Fake this-command value to prevent Gnus from
7064 displaying Gnus logo; always use compose-mail.
7065
7066 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
7067
7068 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7069
7070 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
7071
7072 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7073 (gnus-nocem-issuers): List currently active issuers; fix custom type.
7074 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7075 available.
7076 (gnus-nocem-epg-verify): New function.
7077
7078 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
7079
7080 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7081
7082 2009-02-15 Glenn Morris <rgm@gnu.org>
7083
7084 * gnus-util.el (rmail-insert-rmail-file-header)
7085 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7086 autoloads.
7087 (rmail-default-rmail-file): Remove unnecessary declaration.
7088 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7089
7090 2009-02-14 Glenn Morris <rgm@gnu.org>
7091
7092 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7093 variable (only used in gnus-util, which declares it anyway).
7094 (rmail-output-to-rmail-file): Remove autoload of deleted function,
7095 which was only needed by gnus-art (changed to not use it any more).
7096 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7097 only used in gnus-util, which autoloads it itself.
7098 (rmail-update-summary): Fix autoload.
7099
7100 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7101 rather than rmail-output-to-rmail-file.
7102
7103 2009-02-07 Glenn Morris <rgm@gnu.org>
7104
7105 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7106 autoload of function that no longer exists.
7107 (rmail-toggle-header): Declare.
7108 (message-forward-rmail-make-body): Handle mbox Rmail.
7109
7110 2009-01-31 Glenn Morris <rgm@gnu.org>
7111
7112 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7113 2009-01-09 change.
7114
7115 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
7116
7117 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7118 (auth-source-forget-all-cached): New convenience function.
7119 (auth-source-user-or-password): Accept list of modes or a single mode.
7120
7121 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7122 auth-source modes.
7123
7124 * nnimap.el (nnimap-open-connection): Use list of
7125 auth-source modes.
7126
7127 * nntp.el (nntp-send-authinfo): Use list of
7128 auth-source modes.
7129
7130 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7131
7132 * auth-source.el: Update docs to reflect epa-file-enable is to be used
7133 now.
7134
7135 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7136
7137 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7138 coding system in XEmacs; add a workaround for XEmacs.
7139
7140 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
7141
7142 * mm-util.el (mm-coding-system-priorities): Protect against nil value
7143 of current-language-environment.
7144
7145 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7146
7147 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7148 available at runtime.
7149
7150 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7151
7152 * gnus-art.el (article-date-ut): Fix end point of narrowing.
7153
7154 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
7155
7156 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7157 the greatest positive fixnum value doesn't work under an XEmacs with
7158 bignum support; use the most-positive-fixnum constant instead,
7159 available since Emacs 21.1 with cl and XEmacs 21.1.
7160
7161 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7162
7163 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7164 XEmacs gets not to work.
7165
7166 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7167
7168 * mm-util.el (mm-coding-system-priorities): Allow the value like
7169 "Japanese (UTF-8)" of current-language-environment.
7170
7171 2009-01-09 Glenn Morris <rgm@gnu.org>
7172
7173 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7174 with last-command-event.
7175
7176 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * message.el (message-fix-before-sending): Amend comment.
7179
7180 2009-01-07 David Engster <dengste@eml.cc>
7181
7182 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7183 simplified server definitions by converting it via
7184 gnus-server-to-method.
7185
7186 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7189 parameter's operands.
7190
7191 2009-01-06 David Engster <dengste@eml.cc>
7192
7193 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7194 primary select method (for gnus-group-mark-article-as-read).
7195
7196 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
7197
7198 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7199 `(gnus)Face', not `(gnus)X-Face'.
7200
7201 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7202
7203 * mm-util.el (mm-ucs-to-char): New function.
7204
7205 * mm-url.el (mm-url-decode-entities): Use it.
7206
7207 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * message.el (message-fix-before-sending): Add `eight-bit' to
7210 illegible-text check.
7211
7212 2009-01-03 Michael Olson <mwolson@gnu.org>
7213
7214 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7215 `headers' is nil. This can occur if the IMAP server does not have
7216 permissions to read messages from a folder, but can write new messages
7217 to the folder.
7218 (nnimap-request-article-part): Do not insert `data' if it is nil.
7219
7220 2009-01-01 Dave Love <fx@gnu.org>
7221
7222 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7223
7224 * nnimap.el: Fix author email.
7225 (nnimap-split-rule): Add FIXME comment.
7226 (nnimap-debug): Fix doc string.
7227
7228 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
7229
7230 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7231 overlay-arrow-position and overlay-arrow-string buffer-local; no need
7232 to check if those variables exist (first appeared in Emacs 18.50).
7233
7234 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * mm-util.el (mm-line-number-at-pos): New function.
7237
7238 * spam-report.el (spam-report-process-queue): Use it.
7239
7240 2008-12-24 David Engster <dengste@eml.cc>
7241
7242 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7243 parameters that haven't existed as variables as buffer-local variables.
7244
7245 2008-12-23 Dave Love <fx@gnu.org>
7246
7247 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7248 cadar.
7249
7250 * sieve-manage.el (sieve-manage-starttls-p): Rename from
7251 imap-starttls-p.
7252 (sieve-manage-starttls-open): Rename from imap-starttls-open.
7253
7254 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
7255
7256 * spam-report.el (spam-report-gmane-max-requests): New constant.
7257 (spam-report-gmane-wait): New variable.
7258 (spam-report-gmane-ham, spam-report-gmane-spam)
7259 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7260 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7261 the server.
7262
7263 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7264 Add explanations.
7265
7266 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7267 nnheader-accept-process-output and nnheader-read-timeout if available.
7268 (pop3-movemail): Use it.
7269
7270 * message.el (message-check-news-body-syntax): Fix signature check if
7271 there's an attachment.
7272
7273 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7274
7275 * mm-util.el: Add comments to the mm- emulating functions.
7276
7277 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7280 Reported by Stephen Berman <stephen.berman@gmx.net>.
7281
7282 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
7283
7284 * mm-util.el (mm-substring-no-properties): New function.
7285 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7286 (mm-special-display-p): Enable those lambda forms to be byte compiled.
7287 (mm-string-to-multibyte): Doc fix.
7288
7289 * mml.el (mml-attach-file): Use mm-substring-no-properties.
7290
7291 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7292
7293 * mml.el (mml-attach-file): Strip text properties from file name.
7294 (Bug#1574)
7295
7296 2008-12-16 Glenn Morris <rgm@gnu.org>
7297
7298 * mm-util.el (mm-charset-override-alist): Declare for compiler.
7299
7300 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7303 knows since the charset specified might be a bogus alias that
7304 mm-charset-synonym-alist provides.
7305
7306 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7307
7308 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7309 "ISO_8859-1".
7310
7311 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7312
7313 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7314
7315 * mm-util.el (mm-charset-eval-alist):
7316 Define it before mm-charset-to-coding-system.
7317 (mm-charset-to-coding-system): Add optional argument `silent';
7318 define it before mm-charset-override-alist.
7319 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7320 default value if it can be used in Emacs currently running;
7321 silence mm-charset-to-coding-system.
7322
7323 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7324
7325 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7326 `allow-override' which says whether to use `mm-charset-override-alist'.
7327 (rfc2047-decode-encoded-words): Use it.
7328
7329 * mm-util.el (mm-charset-override-alist): Fix custom type;
7330 add `(gb2312 . gbk)' to choices.
7331
7332 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7333
7334 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7335 fast.
7336
7337 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7338
7339 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
7340
7341 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7342 on links.
7343
7344 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7345
7346 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7347
7348 * message.el (message-idna-to-ascii-rhs-1): Protect against local
7349 users' addresses that don't have domain parts.
7350 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7351 rather than message-narrow-to-head since there will be the message
7352 header separator.
7353
7354 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7357 since the result is inserted in a unibyte buffer anyway.
7358 (nnimap-demule-use-string-to-multibyte): Remove.
7359 (nnimap-demule): Alias it to mm-string-to-multibyte.
7360
7361 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7362
7363 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7364 variable for debugging bug#464 and bug#1174.
7365 (nnimap-demule): Use it.
7366
7367 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7368
7369 * gnus-score.el (gnus-score-find-trace): Handle default score in total
7370 score calculation correctly.
7371
7372 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7373
7374 * message.el (message-send-mail): Just set the buffer to unibyte
7375 rather than use mm-with-unibyte-current-buffer which does a lot more.
7376 (message-send-mail-partially): Don't bother with
7377 mm-with-unibyte-current-buffer since it's already been made unibyte by
7378 message-send-mail.
7379
7380 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
7381
7382 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7383
7384 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
7385
7386 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7387
7388 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7391 require itself and to remove `with-no-warnings'.
7392
7393 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
7394
7395 * starttls.el (starttls-any-program-available): Get the name of the
7396 available TLS layer program.
7397 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7398 well as the host name in the "opening" message.
7399
7400 * auth-source.el (auth-source-cache, auth-source-do-cache)
7401 (auth-source-user-or-password): Cache passwords and logins by default,
7402 allow override with `auth-source-do-cache'.
7403 (auth-source-forget-user-or-password): Allow users to remove cache
7404 entries if needed.
7405
7406 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7407
7408 * ietf-drums.el (ietf-drums-remove-comments): Localize second
7409 condition-case to only the forward-sexp call.
7410
7411 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7412
7413 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7414 quotes contained. Make it more robust regardless by an extra
7415 condition-case wrapper.
7416
7417 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
7418
7419 * nnml.el (nnml-request-expire-articles): Check if the function set to
7420 `nnmail-expiry-target' returns the symbol `delete'.
7421
7422 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7423
7424 * nnmail.el (nnmail-expiry-target): Fix custom type.
7425
7426 2008-10-02 Glenn Morris <rgm@gnu.org>
7427
7428 * mm-util.el (mm-codepage-setup): Tweak codepage error.
7429 Silence compiler warning.
7430
7431 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * mml.el (mml-menu): Don't assume mml2015 is bound.
7434
7435 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7436
7437 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7438 exists.
7439
7440 2008-09-27 Glenn Morris <rgm@gnu.org>
7441
7442 * gnus-util.el (mail-header-remove-comments): Autoload it.
7443
7444 2008-09-27 Andreas Schwab <schwab@suse.de>
7445
7446 * gnus-util.el (gnus-split-references): Strip comments.
7447 (gnus-parent-id): Likewise.
7448
7449 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
7450
7451 * message.el (message-confirm-send): Fix version.
7452
7453 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
7454
7455 * message.el (message-idna-to-ascii-rhs-1): Use
7456 mail-extract-address-components rather than mail-header-parse-addresses
7457 that is an alias by default to ietf-drums-parse-addresses that does not
7458 support non-ASCII names in headers' contents.
7459
7460 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
7461
7462 * message.el (message-confirm-send): Fix variable documentation to
7463 avoid the "y/n" wording.
7464
7465 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
7466
7467 * message.el (message-set-auto-save-file-name): Save to a different
7468 filename so multiple messages (especially drafts) can be recovered.
7469
7470 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
7471
7472 * message.el (message-confirm-send): Add appropriate version.
7473
7474 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
7475
7476 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7477 defvar.
7478
7479 2008-09-22 Daiki Ueno <ueno@unixuser.org>
7480
7481 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7482 (mm-pkcs7-enveloped-magic): Ditto.
7483
7484 2008-09-17 Simon Josefsson <simon@josefsson.org>
7485
7486 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7487 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7488
7489 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
7490
7491 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7492 default, it's better.
7493
7494 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
7495
7496 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7497 summary line gnus-number property and ignore them (with a warning
7498 message).
7499
7500 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
7501
7502 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7503 macro caddr in the interactive form since it won't be expanded.
7504
7505 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7506
7507 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7508 `charset'; fix name of function called recursively.
7509 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7510
7511 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7514 (gnus-mime-set-charset-parameters): New function.
7515 (gnus-mime-view-part-as-charset): Use it to correctly display part
7516 specifying wrong charset.
7517
7518 2008-09-08 David Engster <dengste@eml.cc>
7519
7520 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7521 in completing-read for back end server.
7522
7523 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
7524
7525 * message.el (message-confirm-send): New variable to confirm sending a
7526 message.
7527 (message-send): Use it.
7528
7529 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
7530
7531 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7532
7533 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
7534
7535 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7536
7537 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
7538
7539 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7540 prevent tracking too many groups.
7541 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7542 Use it.
7543
7544 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
7545
7546 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7547 moving point to the bottom of the window in order to avoid recentering.
7548
7549 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
7550
7551 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7552 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7553 (gnus-article-beginning-of-window): Fix calculation.
7554
7555 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
7556
7557 * gnus-msg.el (gnus-summary-supersede-article)
7558 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7559 value of gnus-newsgroup-charset to decode non-MIME encoded text in
7560 message header.
7561
7562 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7563
7564 * message.el:
7565 * gnus-start.el:
7566 * gnus-registry.el: Remove VMS support.
7567
7568 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
7569
7570 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7571 macro.
7572 (rfc2104-hash): Use it.
7573
7574 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7577 (gnus-summary-sort-by-most-recent-date): New commands.
7578 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7579 and menu entries.
7580
7581 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7582
7583 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7584 don't redisplay article for raw contents; remove plural articles stuff.
7585
7586 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7587 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7588 on gnus-summary-save-article; display results properly.
7589
7590 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7593
7594 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
7595
7596 * gnus-art.el (gnus-summary-save-in-pipe):
7597 Consider gnus-save-all-headers.
7598
7599 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7600
7601 * gnus-util.el (ns-focus-frame): Remove declaration.
7602 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
7603 like x.
7604
7605 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7606
7607 * rfc2104.el (rfc2104-zero): Delete defconst.
7608 (rfc2104-hex-alist): Likewise.
7609 (rfc2104-hex-to-int): Delete func.
7610 (rfc2104-hexstring-to-bitstring): Likewise.
7611 (rfc2104-nybbles): New defconst.
7612 (rfc2104-hash): Rewrite for speed.
7613
7614 2008-07-16 Glenn Morris <rgm@gnu.org>
7615
7616 * gnus-util.el (ns-focus-frame): Declare for compiler.
7617
7618 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
7619
7620 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7621 set as a group parameter.
7622 (gnus-summary-save-in-pipe): Work when it is called independently.
7623 (gnus-summary-pipe-to-muttprint): Don't modify
7624 gnus-summary-pipe-output-default-command.
7625
7626 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * message.el (message-send-mail-with-sendmail):
7629 Display the error message.
7630
7631 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
7632
7633 * gnus-art.el (gnus-default-article-saver):
7634 Add gnus-summary-save-in-pipe to choices.
7635 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7636 gnus-summary-pipe-output-default-command as the default command.
7637 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7638 instead of gnus-last-shell-command.
7639
7640 * gnus-sum.el (gnus-summary-pipe-output-default-command):
7641 New user option.
7642 (gnus-summary-muttprint-program): Mention the value will be changed.
7643 (gnus-summary-save-article): Force showing of all headers.
7644 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7645
7646 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
7647
7648 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7649
7650 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
7651
7652 * nnimap.el (nnimap-id):
7653 * sieve-manage.el (sieve-manage-open): Doc fixes.
7654
7655 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
7656
7657 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7658 if available.
7659
7660 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7663
7664 * nnkiboze.el (nnkiboze-generate-group):
7665 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7666
7667 * nnmairix.el: Require CL.
7668
7669 2008-06-15 David Engster <dengste@eml.cc>
7670
7671 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7672
7673 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
7674
7675 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7676 New macros that expand to an `aset'/`aref' call under Emacs, and to a
7677 runtime choice under XEmacs.
7678
7679 * gnus-sum.el (gnus-summary-set-display-table):
7680 Use `gnus-put-display-table', `gnus-get-display-table',
7681 `gnus-set-display-table' for the display table, instead of `aset'.
7682
7683 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7684
7685 * nnmairix.el: Add autoloads.
7686
7687 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
7688
7689 * nnmairix.el (nnmairix-delete-recreate-group)
7690 (nnmairix-update-and-clear-marks): Fix error messages.
7691
7692 2008-06-14 David Engster <dengste@eml.cc>
7693
7694 * nnmairix.el: Upgrade to version 0.6.
7695 (nnmairix-group-toggle-propmarks-this-group)
7696 (nnmairix-group-toggle-readmarks-this-group)
7697 (nnmairix-group-delete-recreate-this-group)
7698 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7699 (nnmairix-remove-tick-mark-original-article): New commands.
7700 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7701 (nnmairix-propagate-marks-to-nnmairix-groups)
7702 (nnmairix-only-use-registry, nnmairix-allowfast-default)
7703 (nnmairix-marks-cache, nnmairix-version-output): New variables.
7704 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7705 functions needed for marks propagation and manipulation of read marks.
7706 (nnmairix-update-groups): New function.
7707 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7708 (nnmairix-determine-original-group-from-registry)
7709 (nnmairix-determine-original-group-from-path)
7710 (nnmairix-get-group-from-file-path, nnmairix-map-range)
7711 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7712 New helper functions.
7713 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7714 keystrokes for new commands.
7715 (nnmairix-delete-and-create-on-change): Doc string cleanup.
7716 (nnmairix-request-group): Check allow-fast group parameter.
7717 (nnmairix-request-create-group): Set allow-fast group parameter if
7718 nnmairix-allowfast-default is set.
7719 (nnmairix-close-group): Propagate marks upon closing if needed.
7720 (nnmairix-group-toggle-threads-this-group): Use new.
7721 nnmairix-group-toggle-parameter helper function.
7722 (nnmairix-search): Better check for empty search result.
7723 (nnmairix-goto-original-article): Use new helper functions for
7724 determining original article.
7725 (nnmairix-show-original-article): Make sure message-id is in brackets.
7726 (nnmairix-call-mairix-binary): Change variable name.
7727 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7728 helper function.
7729 (nnmairix-widget-toggle-activate): Fix doc string.
7730
7731 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * nnir.el: Require edmacro when compiling with XEmacs.
7734 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7735 available in Emacs 21.
7736
7737 2008-06-11 Glenn Morris <rgm@gnu.org>
7738
7739 * gnus-util.el (x-focus-frame):
7740 * gnus.el (image-size):
7741 * mm-decode.el (image-size): Declare.
7742
7743 * gnus-picon.el (declare-function): Add compat definition.
7744 (image-size): Declare.
7745
7746 * gnus-group.el (tool-bar-map):
7747 * gnus-sum.el (tool-bar-map): Define for compiler.
7748
7749 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7750
7751 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7752
7753 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7754 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7755 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7756 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7757 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7758 * sieve-manage.el, spam-report.el, spam.el:
7759 Remove unnecessary eval-and-compile of autoloads.
7760
7761 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * auth-source.el: Precise Tramp doc.
7764
7765 2008-06-07 Glenn Morris <rgm@gnu.org>
7766
7767 * nnmairix.el: Remove unnecessary eval-when-compile.
7768
7769 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
7770
7771 * nnir.el: New file.
7772
7773 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * gnus-util.el (gnus-read-shell-command): New function.
7776 * mm-decode.el (mm-pipe-part):
7777 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7778
7779 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
7780
7781 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7782
7783 2008-06-03 Glenn Morris <rgm@gnu.org>
7784
7785 * pop3.el (nnheader-accept-process-output): Autoload it.
7786
7787 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7788
7789 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7790 are not 2-digit hexadecimal characters that follow `%'s.
7791
7792 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * message.el (message-bogus-recipient-p): Fix type in doc string.
7795 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7796 (message-bogus-addresses): Rename from message-bogus-address-regexp.
7797 Improve custom options.
7798 (message-bogus-recipient-p): Adjust accordingly.
7799
7800 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * nnmairix.el: Require edmacro when compiling with XEmacs.
7803
7804 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
7805
7806 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7807 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7808
7809 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
7810
7811 * auth-source.el: Add more docs.
7812
7813 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7814
7815 * nnheader.el (nnheader-read-timeout): Change the default timeout from
7816 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
7817 retrieval faster in some cases, but might make CPU usage larger.
7818 If this has any bad side effects, we might revert this change.
7819
7820 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7821 seems to make mail retrieval much, much faster.
7822 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7823 unconditionally.
7824
7825 * gnus-draft.el (gnus-group-send-queue):
7826 Bind message-send-mail-partially-limit to nil to avoid being prompted.
7827
7828 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
7829
7830 * mml.el (mml-attach-buffer): Prompt for `disposition'.
7831
7832 * message.el (message-bogus-address-regexp): Fix and improve custom
7833 type.
7834 (message-setup-hook): Add message-check-recipients as custom option.
7835
7836 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
7837
7838 * message.el (message-cite-function): Remove bogus autoload which crept
7839 in during merge from v5-10.
7840
7841 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7842
7843 * nnimap.el (nnimap-open-connection): Fix login/password bug.
7844
7845 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7846
7847 * auth-source.el: Preliminary Tramp docs.
7848 (auth-sources): Change the default auth-sources to use
7849 EPA .gpg files.
7850
7851 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
7852
7853 * nntp.el: Autoload `auth-source-user-or-password'.
7854 (nntp-send-authinfo): Use it.
7855
7856 * nnimap.el: Autoload `auth-source-user-or-password'.
7857 (nnimap-open-connection): Use it.
7858
7859 * auth-source.el: Add docs on using with url-auth. Import gnus-util
7860 for the gnus-message function.
7861 (auth-source-user-or-password): Use it.
7862
7863 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7866 rfc2104-hexstring-to-byte-list. Return a unibyte string.
7867 (rfc2104-hash): Use it.
7868
7869 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7870
7871 * gnus-art.el (gnus-article-toggle-truncate-lines):
7872 Don't use `iff' in docstring.
7873
7874 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
7875
7876 * gnus-registry.el: Adjusted copyright dates and added a keyword.
7877
7878 * gnus-util.el (gnus-extract-address-component-name)
7879 (gnus-extract-address-component-email): Convenience functions around
7880 `gnus-extract-address-components'.
7881
7882 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7883 Use `gnus-extract-address-component-email' to fix bug of comparing full
7884 sender name to `user-mail-address'.
7885
7886 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
7887
7888 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7889 catch/throw to optimize.
7890 (gnus-registry-find-keywords): Just use member to find a keyword.
7891
7892 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7895 is current before calling gnus-server-prepare.
7896 (gnus-server-setup-buffer, gnus-server-update-server)
7897 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7898
7899 2008-05-04 Juri Linkov <juri@jurta.org>
7900
7901 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7902 (mailcap-file-default-commands): Use mailcap-replace-in-string
7903 instead of replace-regexp-in-string, and mailcap-delete-duplicates
7904 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
7905
7906 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
7907
7908 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7909
7910 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7911
7912 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7913 hooks.
7914 (gnus-update-read-articles): Speed up non-marks-using users.
7915 (gnus-use-marks): Define gnus-use-marks.
7916 (gnus-propagate-marks): Rename variable to something more sensible.
7917
7918 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
7919
7920 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7921 (gmm-image-load-path-for-library): Fix typos in docstrings.
7922 (gmm-message): Reflow docstring.
7923
7924 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
7925
7926 * mail-source.el (mail-source-set-1, mail-source-bind):
7927 Move auth-source code out of the macro to clean it up and fix bugs.
7928
7929 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
7930
7931 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7932 by sender if it's equal to user-mail-address, it's likely to be
7933 useless.
7934
7935 * mail-source.el (mail-source-bind): Don't use user or password if they
7936 are not bound. Unintern them if they are nil. Don't use server unless
7937 it's bound, and default it to empty string otherwise.
7938
7939 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
7940
7941 * mail-source.el: Load auth-source.el.
7942 (mail-source-bind): Add comments. Call auth-source-user-or-password to
7943 get user name or password, if auth-sources is set up.
7944
7945 * gnus-registry.el (gnus-registry-split-strategy): New variable for
7946 strategy of splitting with parent.
7947 (gnus-registry-split-fancy-with-parent)
7948 (gnus-registry-post-process-groups): Use it and fix prior
7949 bug (returning a list as the split result).
7950
7951 * auth-source.el (auth-sources): Remove server parameter.
7952 (auth-source-pick, auth-source-user-or-password)
7953 (auth-source-user-or-password-imap)
7954 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7955 (auth-source-user-or-password-sftp)
7956 (auth-source-user-or-password-smtp): Remove server parameter.
7957
7958 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
7959
7960 * smime.el (smime-sign-region, smime-encrypt-region)
7961 (smime-decrypt-region):
7962 Remove redundant calls to `generate-new-buffer-name'.
7963
7964 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
7965
7966 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7967 Don't use QP for message/rfc822.
7968 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7969
7970 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * sieve-manage.el (sieve-string-bytes): Remove.
7973 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7974 correct byte-length only if the process's coding-system is the same as
7975 the one used internally by Emacs to represent strings.
7976
7977 2008-04-22 Juri Linkov <juri@jurta.org>
7978
7979 * mailcap.el (mailcap-file-default-commands): New function.
7980
7981 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7982
7983 * message.el (message-signature-separator, message-cite-function):
7984 Change custom version.
7985
7986 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
7987
7988 * mm-decode.el (mm-display-external): Make temp file read-only.
7989
7990 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7991
7992 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7993 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
7994 `C-c C-f d'.
7995
7996 2008-04-12 Adrian Aichner <adrian@xemacs.org>
7997
7998 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7999
8000 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
8001
8002 * auth-source.el: Add docs.
8003 (auth-sources): Modify format to support server.
8004 (auth-source-pick, auth-source-user-or-password)
8005 (auth-source-user-or-password-imap)
8006 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8007 (auth-source-user-or-password-sftp)
8008 (auth-source-user-or-password-smtp): Add server parameter.
8009
8010 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
8011
8012 * gnus-registry.el: Initialize the registry when gnus-registry-install
8013 is t.
8014
8015 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * compface.el (uncompface): Make buffer unibyte.
8018
8019 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * mail-source.el (mail-source-value):
8022 Prefer fboundp to functionp so it works with macros as well.
8023
8024 2008-04-05 Glenn Morris <rgm@gnu.org>
8025
8026 * gnus-ems.el (mm-disable-multibyte): Autoload it.
8027
8028 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8031 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8032
8033 * nnheader.el (nnheader-init-server-buffer): Change buffer's
8034 multibyteness after rather than before erasing it.
8035
8036 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8037 mm-with-multibyte.
8038 (gnus-request-article-this-buffer): Make sure the proper decoding is
8039 used if gnus-original-article-buffer happens to be unibyte.
8040
8041 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8042 default-enable-multibyte-characters.
8043
8044 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8045 default-enable-multibyte-characters.
8046
8047 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8048
8049 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8050
8051 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8052
8053 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8054 Fix last change in case the element is not even a symbol.
8055
8056 2008-04-02 Simon Josefsson <simon@josefsson.org>
8057
8058 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8059 imap-enable-exchange-bug-workaround.
8060 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8061
8062 2008-04-01 Simon Josefsson <simon@josefsson.org>
8063
8064 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8065 a 100 byte status-checks into a 2-3MB transfer for each group.
8066 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8067 to enable bug workaround or not.
8068 (nnimap-find-minmax-uid): Only enable workaround conditionally.
8069
8070 2008-03-31 Glenn Morris <rgm@gnu.org>
8071
8072 * message.el (mml2015-use): Declare for compiler.
8073 (message-info): Require mml2015 when appropriate.
8074
8075 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8078 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8079 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8080 (nntp-service-to-port): New function.
8081 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8082 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8083 (nntp-open-netcat-stream): New function.
8084 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8085
8086 2008-03-29 Sven Joachim <svenjoac@gmx.de>
8087
8088 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8089
8090 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8093
8094 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
8095
8096 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8097
8098 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8099
8100 * message.el (message-signature-separator): Change default.
8101 Improve custom type.
8102 (message-cite-function): Change default to
8103 message-cite-original-without-signature.
8104
8105 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8106 toggle.
8107
8108 * message.el (message-check-news-body-syntax): Fix signature check.
8109 (message-setup-1): Mark buffer as unmodified _after_ running
8110 message-setup-hook and handling message-alternative-emails.
8111 (message-shorten-references): Be more strict when building list of
8112 valid references to comply with GNKSA.
8113
8114 * gnus-group.el (gnus-read-ephemeral-bug-group)
8115 (gnus-read-ephemeral-debian-bug-group)
8116 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8117
8118 * message.el (message-info): Don't use booleanp which isn't supported
8119 in Emacs 21 and XEmacs.
8120
8121 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
8122
8123 * gnus-group.el (gnus-gmane-group-download-format): Rename from
8124 gnus-group-gmane-group-download-format.
8125 (gnus-group-read-ephemeral-gmane-group): Rename from
8126 gnus-group-read-ephemeral-gmane-group.
8127 (gnus-read-ephemeral-gmane-group-url): Rename from
8128 gnus-group-read-ephemeral-gmane-group-url.
8129 (gnus-bug-group-download-format-alist): New variable.
8130 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8131 (gnus-read-ephemeral-emacs-bug-group): New commands.
8132
8133 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8134
8135 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8136 (gnus-visible-headers): Improve custom type.
8137
8138 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * mml.el (mml-menu): Add workarounds for XEmacs.
8141
8142 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8143 X-Boundary header.
8144
8145 * message.el (message-simplify-recipients): Fix previous commit.
8146
8147 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * mm-util.el (mm-set-buffer-multibyte): New function.
8150 * mm-decode.el (mm-copy-to-buffer): Use it.
8151
8152 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8153 Prefer fboundp to functionp so it works with macros as well.
8154
8155 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8156
8157 * message.el (message-alter-recipients-discard-bogus-full-name):
8158 New function.
8159 (message-alter-recipients-function): New variable.
8160 (message-get-reply-headers): Use it.
8161 (message-replace-header): New helper function.
8162 (message-recipients-without-full-name): New variable.
8163 (message-simplify-recipients): New command.
8164
8165 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8166
8167 * message.el (message-info): Handle EasyPG manual.
8168
8169 * mml.el (mml-menu): Add entry for EasyPG.
8170
8171 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
8172
8173 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8174 parameter.
8175
8176 * message.el (message-disassociate-draft): Specify drafts group name
8177 fully.
8178
8179 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
8180
8181 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8182 Eliminate unnecessary duplicates from the match list.
8183
8184 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
8185
8186 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8187 args of `how-many' of which the XEmacs version doesn't take; declare
8188 Info-index-next as function.
8189
8190 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8191
8192 * gnus-score.el (gnus-score-headers): Fix handling of
8193 gnus-inhibit-slow-scoring.
8194
8195 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8196 string.
8197 (gnus-button-url-regexp): Improve handling of parenthesis.
8198 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8199 (gnus-button-handle-info-keystrokes): Handle index entries.
8200
8201 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
8202
8203 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8204 Incoming* files.
8205
8206 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8207
8208 * auth-source.el (auth-sources): Rename from auth-source-choices.
8209 (auth-source-pick): Use it.
8210
8211 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8212
8213 * auth-source.el (auth-source-protocols)
8214 (auth-source-protocols-customize, auth-source-choices): Add and
8215 modified variable customizations and defaults.
8216 (auth-source-pick, auth-source-user-or-password)
8217 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8218 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8219 (auth-source-user-or-password-sftp)
8220 (auth-source-user-or-password-smtp): Use new variables and provide an
8221 interface to netrc.el.
8222
8223 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8226 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8227 Make sure the nntp port to specify is a string.
8228
8229 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * nntp.el: Use with-current-buffer.
8232 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8233 dubious mm-with-unibyte-current-buffer.
8234 (nntp-with-open-group-function): New function extracted from
8235 nntp-with-open-group macro.
8236 (nntp-with-open-group): Use the function, so it's easier to debug.
8237 Add indentation and debugging info.
8238 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8239 Recommend the use of the netcat alternatives.
8240
8241 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8242 Avoid mm-string-as-multibyte as well.
8243
8244 * nnweb.el (nnweb-insert-html):
8245 Remove use of nnheader-string-as-multibyte.
8246
8247 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8248 (nnheader-string-as-multibyte): Remove.
8249
8250 * mm-view.el: Use inhibit-read-only.
8251 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8252 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8253 or unibyte-string.
8254
8255 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8256 (mm-uu-yenc-extract): Use with-current-buffer.
8257
8258 * gnus-soup.el (gnus-soup-send-packet): Don't use
8259 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8260
8261 * nnmh.el: Use with-current-buffer.
8262 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8263 mm-string-as-multibyte on the output of mm-encode-coding-string.
8264
8265 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8266 (nnimap-request-move-article): Use with-current-buffer.
8267
8268 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8269 inserting the handle-buffer's text, so the implicit multibyte->unibyte
8270 conversion uses string-make-unibyte rather than string-as-unibyte.
8271
8272 * gnus-msg.el: Use with-current-buffer.
8273
8274 * message.el (message-ignored-resent-headers): Add "Delivered-To".
8275
8276 2008-03-10 Daiki Ueno <ueno@unixuser.org>
8277
8278 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8279 string for caching if it is 'PIN.
8280
8281 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
8282
8283 * mail-source.el (mail-source-delete-old-incoming-confirm):
8284 Change default to nil.
8285 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8286
8287 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
8288
8289 * gnus-art.el (gnus-narrow-to-page): Position point properly.
8290 (gnus-article-goto-prev-page): Work for articles having ^L's.
8291
8292 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8293
8294 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8295
8296 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8297
8298 * gnus-bookmark.el: Adjust for renames in bookmark.el.
8299 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8300 (gnus-bookmark-jump): Adjust some variable names.
8301
8302 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
8303
8304 * auth-source.el: New package.
8305 (auth-source-choices): Add customization entry point variable.
8306
8307 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8308 bug.
8309
8310 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
8311
8312 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8313 (gnus-registry-initialize, gnus-registry-install-p): Use it.
8314 (gnus-registry-install-shortcuts): Rename from
8315 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
8316 the `gnus-registry-mark-map' keymap dynamically from
8317 `gnus-registry-marks'. The generated functions update the summary line
8318 when a registry mark is added or deleted, and will call
8319 `gnus-registry-install-p' (see the comments in the code).
8320 (gnus-registry-user-format-function-M): Use concat intelligently.
8321
8322 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8323 the registry mark functions.
8324
8325 2008-03-05 Glenn Morris <rgm@gnu.org>
8326
8327 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8328 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8329 gnus-art.
8330 (top-level): No need to load own source when compiling.
8331
8332 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8333
8334 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8335 Suggested by <chris.anderton@zetnet.co.uk>.
8336
8337 2008-03-04 Glenn Morris <rgm@gnu.org>
8338
8339 * gnus-sum.el (top-level): No need to require gnus when compiling,
8340 since unconditionally required near start of file.
8341 (gnus-summary-display-while-building): Move definition before use.
8342
8343 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
8344
8345 * gnus-registry.el (gnus-registry-user-format-function-M):
8346 Add formatting function.
8347
8348 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8349
8350 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8351 with plists.
8352 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8353 Use new format.
8354
8355 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
8356
8357 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8358 `where-is-internal' that returns a range of key sequences.
8359
8360 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8361
8362 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8363
8364 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8365 (gnus-summary-jump-to-group): Consider windows on other displayed
8366 frames as well. Similar changes might be needed elsewhere, but that's
8367 the one I've bumped into during my use.
8368
8369 * nndoc.el (nndoc-oe-dbx-type-p):
8370 * gnus-msg.el (gnus-debug):
8371 * gnus-group.el (gnus-update-group-mark-positions):
8372 Use mm-string-to-multibyte.
8373
8374 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
8375
8376 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8377 doesn't handle NotDashEscaped.
8378
8379 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
8380 (mml-dnd-attach-options): Fix typo in custom choice.
8381
8382 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8383 Change nndoc-article-type to mbox.
8384 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8385
8386 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
8387 to nil, instead of html2text.
8388
8389 * imap.el (imap-debug): Add `imap-ping-server'.
8390
8391 * gnus-bookmark.el: Add FIXMEs.
8392
8393 * message.el (message-form-letter-separator)
8394 (message-send-form-letter-delay): New variables.
8395 (message-send-form-letter): Use them. New command to send form
8396 letters. Requested by Uwe Siart.
8397 (message-send-mail-function): Doc fix. Add "Other" custom option.
8398
8399 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
8400
8401 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8402 empty author.
8403
8404 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
8405
8406 * gnus-registry.el (gnus-registry-marks): Add variable for
8407 customization of marks and their appearance.
8408 (gnus-registry-read-mark): Use it.
8409 (gnus-registry-do-marks): Add utility function to loop through
8410 `gnus-registry-marks'.
8411 (gnus-registry-install-shortcuts-and-menus): Add function to install
8412 shortcuts and menus.
8413 (gnus-registry-initialize): Use it.
8414 (gnus-registry-default-mark): Clarify documentation.
8415
8416 2008-02-29 Glenn Morris <rgm@gnu.org>
8417
8418 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8419 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8420 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8421 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8422 Change defcustom :version from 23.0 to 23.1.
8423
8424 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
8425
8426 * gnus-registry.el (gnus-registry-follow-group-p)
8427 (gnus-registry-post-process-groups): Add functions to aid registry
8428 splitting and improve logging. Clarify behavior in function
8429 documentation.
8430 (gnus-registry-split-fancy-with-parent): Use them.
8431
8432 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * gnus-art.el: Use with-current-buffer.
8435
8436 2008-02-27 David Engster <dengste@eml.cc>
8437
8438 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8439 Express real group name in the response.
8440
8441 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8444 (nnmairix-last-server, nnmairix-current-server): Defvar them.
8445 (nnmairix-goto-original-article): Defvar gnus-registry-install and
8446 autoload gnus-registry-fetch-group when compiling.
8447 (nnmairix-request-group-with-article-number-correction):
8448 Remove unreferenced argument passed to nnmairix-call-backend.
8449
8450 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8453 (mm-uu-extract): Improve face for low color ttys.
8454 Reported by Sascha Wilde.
8455
8456 2008-02-27 Glenn Morris <rgm@gnu.org>
8457
8458 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8459 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8460 variables to defconsts. Convert comments to doc-strings.
8461 (nnmairix-last-server, nnmairix-current-server): Convert from free
8462 variables to defvars. Convert comments to doc-strings.
8463 (gnus-registry-fetch-group): Autoload.
8464 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8465 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8466 (nnmairix-widget-build-editable-fields): Use car cddr rather than
8467 caddr.
8468 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8469 nnmairix-request-group-with-article-number-correction call.
8470 (nnmairix-fast, nnmairix-group): New, less general names, for free
8471 variables passed from nnmairix-request-group to
8472 nnmairix-request-group-with-article-number-correction. Declare.
8473 (nnmairix-request-group-with-article-number-correction):
8474 Use nnmairix-fast, nnmairix-group rather than fast, group.
8475
8476 2008-02-26 David Engster <dengste@eml.cc>
8477
8478 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
8479 version 0.5.
8480
8481 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
8482
8483 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8484 instead of making an extra function call. Don't add the current group
8485 to articles only when they have the group. Use
8486 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8487 Reported by David <de_bb@arcor.de>.
8488
8489 2008-02-24 Miles Bader <miles@gnu.org>
8490
8491 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8492 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8493 (mm-find-mime-charset-region):
8494 * mm-bodies.el (mm-encode-body):
8495 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8496
8497 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
8498
8499 * mail-source.el (mail-source-delete-incoming): Change default.
8500 Supplement doc string.
8501
8502 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8503
8504 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8505
8506 * nnmail.el (nnmail-message-id-cache-file): Derive from
8507 `gnus-home-directory'.
8508
8509 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
8510
8511 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8512 Document negative prefix.
8513
8514 * gnus-group.el (gnus-group-read-group): Document negative prefix.
8515
8516 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8517
8518 * message.el (message-unsent-separator): Add the Exim bounce
8519 separator.
8520
8521 2008-02-10 Daiki Ueno <ueno@unixuser.org>
8522
8523 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8524 list.
8525 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8526 recipient/signer list.
8527
8528 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
8529
8530 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8531 fbound (Emacs 23 unicode), signal an error.
8532
8533 2008-02-08 Glenn Morris <rgm@gnu.org>
8534
8535 * gnus-art.el (pgg-display-output-buffer): Declare as function.
8536
8537 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
8538
8539 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8540 ports to the calls to `netrc-machine-user-or-password' in addition to
8541 "imap" and "imaps".
8542
8543 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8544
8545 * gnus.el (gnus-group-startup-message): Add `find-image' call before
8546 image-load-path is let-bound. Reported by Harald Hanche-Olsen
8547 <hanche@math.ntnu.no>.
8548
8549 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8550
8551 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8552
8553 2008-02-01 Zhang Wei <id.brep@gmail.com>
8554
8555 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8556
8557 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8558
8559 2008-02-01 Miles Bader <miles@gnu.org>
8560
8561 * mml.el (mml-parse-1): Remove apparently vestigial use of
8562 `mm-hack-charsets'.
8563 * mm-bodies.el (mm-encode-body): Likewise.
8564
8565 2008-02-01 Kenichi Handa <handa@m17n.org>
8566
8567 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8568 rfc2104-hexstring-to-bitstring and changed to return a byte list.
8569 (rfc2104-hash): Convert the result of concat to unibyte string.
8570
8571 2008-02-01 Dave Love <fx@gnu.org>
8572
8573 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8574 coding-system-for-read.
8575 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8576
8577 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8578 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8579 (mm-find-mime-charset-region): Remove hack-charsets stuff.
8580
8581 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
8582
8583 * mail-source.el (mail-sources): Add `group' choice.
8584
8585 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8586 parameter `in-group' to control into which group the articles go.
8587 Add treatment of `group' mail-source.
8588
8589 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
8590
8591 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8592 * message.el (message-beginning-of-line): Use featurep instead of bound
8593 tests in order to resolve conditionals at compile time.
8594
8595 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8598
8599 * mm-decode.el (mm-dissect-buffer): Decode description.
8600
8601 * mml.el (mml-to-mime): Encode message header first.
8602
8603 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
8604
8605 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8606 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8607
8608 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
8609
8610 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8611
8612 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8613
8614 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8615 prefix keys.
8616 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8617 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8618 gnus-xmas.el.
8619
8620 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
8621
8622 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8623 Add new variables for article mark management.
8624 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8625 list of extra data entries which, when present, will indicate that the
8626 article ID should not be trimmed from the registry.
8627 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8628 functions.
8629 (gnus-registry-read-mark): New function to read a mark name from the
8630 user.
8631 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8632 (gnus-registry-set-article-mark-internal): New functions to add and
8633 remove marks.
8634 (gnus-registry-get-article-marks): New function to show the marks for
8635 an article, or retrieve them for further use.
8636
8637 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
8638
8639 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8640 keys when no argument is given.
8641
8642 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8643
8644 * gnus-sum.el (gnus-article-sort-by-random)
8645 (gnus-thread-sort-by-random): Fix doc strings.
8646 Reported by jidanni@jidanni.org.
8647
8648 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * gnus-art.el (gnus-article-describe-bindings): New function.
8651 (gnus-article-read-summary-keys): Use it.
8652 (gnus-article-mode-map): Bind `C-h b' to it.
8653
8654 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8657 XEmacs.
8658 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8659 Protect against non-character events.
8660
8661 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
8662
8663 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8664 New command.
8665 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8666 instead of END. Change name of the temp file.
8667 (gnus-group-gmane-group-download-format): Add doc string. Make it
8668 customizable.
8669
8670 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
8671
8672 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8673 bind `S W' to gnus-article-wide-reply-with-original; set default
8674 binding to gnus-article-read-summary-send-keys.
8675 (gnus-article-read-summary-keys): Fix the order of keys; display
8676 continuation keys correctly in the echo area; describe bindings
8677 correctly when keys end with `C-h'.
8678 (gnus-article-read-summary-send-keys): New function.
8679 (gnus-article-describe-key, gnus-article-describe-key-briefly):
8680 Work for gnus-article-read-summary-send-keys; display continuation keys
8681 correctly in the echo area.
8682 (gnus-article-reply-with-original): Ignore prefix argument.
8683 (gnus-article-wide-reply-with-original): New function.
8684
8685 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8688 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8689
8690 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
8691
8692 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8693 (gnus-group-read-ephemeral-gmane-group): New command.
8694
8695 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8698
8699 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
8700
8701 * message.el (message-send-mail-function): Increase custom version.
8702
8703 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8704 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
8705
8706 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
8707
8708 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8709 html parts correctly; support forwarded messages.
8710 (gnus-article-browse-html-article): Remove work buffers.
8711
8712 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8713 compiling.
8714 (netrc-bound-and-true-p): New macro.
8715 (netrc-parse): Use it instead of bound-and-true-p that is not available
8716 in XEmacs 21.4.
8717
8718 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
8719
8720 * gnus-registry.el (gnus-registry-mark-article)
8721 (gnus-registry-article-marks): Add functionality to mark articles
8722 through the Gnus registry.
8723
8724 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8725 (netrc-parse): Use encrypt-file-alist to determine if
8726 encrypt-find-model or encrypt-insert-file-contents should be used.
8727
8728 2007-12-19 Glenn Morris <rgm@gnu.org>
8729
8730 * mml.el (message-options-set, message-narrow-to-head)
8731 (message-in-body-p, message-mail-p, message-encode-message-body):
8732 Autoload.
8733 (message-remove-header, message-narrow-to-headers-or-head)
8734 (message-subscribed-p, message-make-mail-followup-to)
8735 (message-position-on-field, message-news-p)
8736 (message-options-set-recipient, message-generate-headers)
8737 (message-sort-headers): Declare as functions.
8738
8739 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
8740
8741 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8742 convention in doc string.
8743
8744 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8745
8746 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8747 title to html parts.
8748 (gnus-article-browse-html-article): Pass message header to it.
8749
8750 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8751
8752 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
8753
8754 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8755 or password compatible with XEmacs.
8756
8757 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
8758
8759 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8760 format document.
8761 (gnus-mime-delete-part): Don't write description line if empty.
8762 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8763
8764 2007-12-14 Johan Bockgård <bojohan@gnu.org>
8765
8766 * gnus-sum.el (gnus-summary-mark-unread-as-read)
8767 (gnus-summary-mark-read-and-unread-as-read)
8768 (gnus-summary-mark-current-read-and-unread-as-read)
8769 (gnus-summary-mark-unread-as-ticked): Doc fix.
8770 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8771
8772 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8775 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8776
8777 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
8778
8779 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8780 yes-or-no-p.
8781
8782 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * mm-decode.el (mm-add-meta-html-tag): New function.
8785 (mm-save-part-to-file, mm-pipe-part): Use it.
8786
8787 * gnus-art.el (gnus-article-browse-delete-temp-files):
8788 Use gnus-y-or-n-p instead of y-or-n-p.
8789 (gnus-article-browse-html-parts): Work with message/external-body; use
8790 mm-add-meta-html-tag.
8791
8792 2007-12-11 Glenn Morris <rgm@gnu.org>
8793
8794 * gnus-cache.el: Require gnus-sum not just when compiling.
8795
8796 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8797
8798 * gnus-int.el (gnus-server-opened, gnus-status-message):
8799 Move definitions before use.
8800
8801 * mm-decode.el: Require gnus-util.
8802 (mm-remove-part): Only call delete-annotation on XEmacs.
8803
8804 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8805
8806 * nnmail.el: Require gnus-int.
8807
8808 * spam.el: Move `require's before `eval-when-compile's.
8809
8810 * gnus-ems.el (gnus-alive-p):
8811 * gnus-fun.el (message-goto-eoh):
8812 * gnus-util.el (gnus-group-name-decode):
8813 * mail-source.el (gnus-compress-sequence):
8814 * message.el (Info-goto-node, format-spec):
8815 * mm-bodies.el (message-options-get):
8816 * mm-decode.el (mm-view-pkcs7):
8817 * mm-util.el (gmm-write-region):
8818 * mml-smime.el (mml-compute-boundary)
8819 (gnus-completing-read-with-default):
8820 * mml.el (widget-button-press, gnus-make-hashtable):
8821 * mml1991.el (mm-decode-content-transfer-encoding)
8822 (mm-encode-content-transfer-encoding)
8823 (message-options-get, message-options-set):
8824 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8825 * nnfolder.el (gnus-request-group):
8826 * nnheader.el (ietf-drums-unfold-fws):
8827 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8828 * smime.el (gnus-run-mode-hooks):
8829 * spam-stat.el (gnus-message): Autoload.
8830
8831 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8832 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8833 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8834 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8835 Add declare-function compatibility definition.
8836
8837 * gnus-cache.el (nnvirtual-find-group-art):
8838 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8839 (gnus-add-image, gnus-add-wash-type):
8840 * gnus-group.el (nnkiboze-score-file):
8841 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8842 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8843 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8844 (message-tokenize-header, gnus-get-buffer-create)
8845 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8846 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8847 * gnus.el (gnus-group-decoded-name):
8848 * mail-source.el (imap-capability):
8849 * mm-bodies.el (message-options-set):
8850 * mm-decode.el (gnus-configure-windows):
8851 * mm-extern.el (message-goto-body):
8852 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8853 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8854 (epg-sub-key-validity, message-options-set):
8855 * mml.el (widget-event-point, gnus-configure-windows):
8856 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8857 * mml2015.el (epg-check-configuration, epg-configuration)
8858 (message-options-set):
8859 * nndb.el (nndb-request-article):
8860 * nnfolder.el (gnus-request-create-group):
8861 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8862 * nnmaildir.el (gnus-group-mark-article-read):
8863 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8864 * rfc1843.el (message-fetch-field):
8865 * spam.el (gnus-extract-address-components):
8866 Declare as functions.
8867
8868 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
8869
8870 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8871
8872 2007-12-09 Glenn Morris <rgm@gnu.org>
8873
8874 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8875
8876 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8877 * message.el, mm-view.el, sieve-manage.el, smime.el:
8878 Add declare-function compatibility definition.
8879
8880 * gnus-art.el (w3-region, w3m-region, Info-menu):
8881 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8882 * gnus-sum.el (gnus-get-predicate):
8883 * gnus-util.el (mm-append-to-file, w32-focus-frame):
8884 * message.el (mail-abbrev-in-expansion-header-p):
8885 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8886 (w3m-detect-meta-charset, w3m-region):
8887 * sieve-manage.el (password-read, password-cache-add)
8888 (password-cache-remove):
8889 * smime.el (password-read-and-add): Declare as functions.
8890
8891 2007-12-08 David Kastrup <dak@gnu.org>
8892
8893 * gnus-sum.el (gnus-summary-simplify-subject-query):
8894 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8895 `message'.
8896
8897 2007-12-07 Glenn Morris <rgm@gnu.org>
8898
8899 * gnus-art.el (article-make-date-line): Revert previous change.
8900
8901 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
8902
8903 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8904
8905 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
8906
8907 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8908 Call gnus-add-to-range ranges only once with a prepared article-list.
8909
8910 2007-12-06 Paul Jarc <prj@po.cwru.edu>
8911
8912 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8913 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8914 group names with backslashes.
8915 Reported by Tassilo Horn <tassilo@member.fsf.org>.
8916
8917 2007-12-06 Deepak Goel <deego3@gmail.com>
8918
8919 * gnus-art.el (article-make-date-line):
8920 * gnus-start.el (gnus-load):
8921 * pop3.el (pop3-read-response): Fix buggy call to `error'.
8922
8923 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8924
8925 * gnus-art.el (gnus-use-idna)
8926 * gnus-start.el (gnus-site-init-file)
8927 * message.el (message-use-idna)
8928 * mm-uu.el (mm-uu-hide-markers)
8929 * smiley.el (smiley-style): Revert changes that suppress warnings.
8930
8931 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8934 specify charset to html source.
8935 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8936
8937 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
8938
8939 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8940 idna-program in order to suppress byte compile warning issued by XEmacs
8941 that came to byte compile the default value section of defcustom forms
8942 recently.
8943
8944 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8945 value of installation-directory.
8946
8947 * message.el (message-use-idna): Don't directly refer to the value of
8948 idna-program.
8949
8950 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8951
8952 * smiley.el (smiley-style): Don't directly call face-attribute.
8953
8954 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
8955
8956 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8957
8958 * gnus-dired.el: Reduce Gnus dependencies.
8959 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8960 Don't require. Use autoloads instead.
8961 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8962 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8963 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8964 (gnus-dired-mode): Adjust doc string.
8965 (gnus-dired-mail-mode): New variable.
8966 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8967 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8968 (gnus-dired-mail-buffers): New function. Return mail or message
8969 composition buffers.
8970 (gnus-dired-attach): Use it.
8971 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8972 NO-DECODE.
8973 (gnus-dired-print): Use `gnus-print-buffer' depending on
8974 `gnus-dired-mail-mode'.
8975
8976 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
8977
8978 * rfc2047.el (rfc2047-encoded-word-regexp)
8979 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8980 explaining what regexp patterns are for.
8981
8982 2007-12-04 Glenn Morris <rgm@gnu.org>
8983
8984 * password.el: Move to ../password-cache.el.
8985
8986 * mml1991.el (password-read, password-cache-add, password-cache-remove):
8987 * mml2015.el (password-read, password-cache-add, password-cache-remove):
8988 * mml-smime.el (password-read, password-cache-add)
8989 (password-cache-remove):
8990 No need to autoload, since mml-sec requires password.
8991
8992 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8993 * message.el (gnus-extract-address-components):
8994 * mml-smime.el (gnus-extract-address-components): Define for compiler.
8995
8996 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8997 password.
8998
8999 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
9000
9001 * mailcap.el: Reduce dependencies.
9002 (mail-header-parse-content-type): Autoload.
9003 (mailcap-delete-duplicates): New alias.
9004 (mailcap-mime-info): Add optional argument NO-DECODE.
9005 (mailcap-mime-types): Use mailcap-delete-duplicates.
9006
9007 * message.el (message-ignored-supersedes-headers): Add "X-ID".
9008
9009 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9010
9011 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9012 function.
9013
9014 * gnus-uu.el (gnus-uu-decode-yenc): New command.
9015 (gnus-uu-yenc-article): New function.
9016
9017 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9018
9019 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9020
9021 2007-12-02 Glenn Morris <rgm@gnu.org>
9022
9023 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
9024 Move to ../net.
9025
9026 * binhex.el, uudecode.el: Move to ../mail.
9027
9028 * encrypt.el: Remove file.
9029
9030 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
9031
9032 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9033 matches on patches.
9034
9035 * gnus-art.el (gnus-article-browse-html-article):
9036 Mention `mm-text-html-renderer' in the doc string.
9037
9038 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9039 string. Add comments.
9040
9041 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9042 if rhs is ASCII.
9043
9044 2007-12-01 Glenn Morris <rgm@gnu.org>
9045
9046 * dig.el, dns.el: Move to ../net.
9047 * format-spec.el, hex-util.el, sha1.el: Move to ../.
9048
9049 * mail-source.el (top-level): Require format-spec before
9050 eval-when-compile.
9051
9052 2007-11-30 Glenn Morris <rgm@gnu.org>
9053
9054 * encrypt.el: Require password, rather than autoloading password-read.
9055
9056 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
9057
9058 * gnus.el (gnus-method-to-server): Add an optional parameter so the
9059 caller can indicate whether the cache should be disregarded for this
9060 call. This way the result of the call is reproducible at all times and
9061 can be considered a canonical server name for the supplied method.
9062 (gnus-agent-method-p): Canonicalize server names by pushing their
9063 method through `gnus-method-to-server' using the no-cache argument.
9064
9065 * gnus-srvr.el (gnus-server-insert-server-line):
9066 Call `gnus-method-to-server' with `no-cache' argument.
9067
9068 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9069 gnus-agent-possibly-synchronize-flags as this should be called when the
9070 server is actually being opened.
9071 (gnus-agent-possibly-synchronize-flags)
9072 (gnus-agent-possibly-synchronize-flags-server): Move check for the
9073 flags file of an agentized server to the latter function.
9074
9075 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9076 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9077 after a connection has been established successfully.
9078
9079 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * gnus-art.el (article-display-face): Force to display face if called
9082 interactively; check if gnus-article-x-face-too-ugly matches author.
9083 (article-display-x-face): Display face even if From header is missing
9084 as article-display-face does.
9085
9086 2007-11-28 Richard Stallman <rms@gnu.org>
9087
9088 * md4.el: Move to ../.
9089 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
9090
9091 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
9092
9093 * mail-source.el (mail-sources): Default to fetch from file for
9094 compatibility with default of nnmail-spool-file.
9095
9096 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
9097
9098 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9099 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9100 to look for encoded word that should be encoded again.
9101 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9102 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9103 encoding pattern.
9104 (rfc2047-decode-region): Switch strict regexp and loose one according
9105 to rfc2047-allow-irregular-q-encoded-words.
9106
9107 2007-11-26 Simon Josefsson <simon@josefsson.org>
9108
9109 * imap.el: Move to ../net directory.
9110
9111 2007-11-25 Romain Francoise <romain@orebokech.com>
9112
9113 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9114
9115 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9116
9117 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9118 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9119
9120 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9121 `nnmail-spool-file'.
9122
9123 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9124 `nnmail-spool-file'.
9125
9126 * gnus-move.el (gnus-change-server): Ditto.
9127
9128 * gnus-kill.el (gnus-batch-score): Ditto.
9129
9130 * gnus-cache.el (gnus-jog-cache): Ditto.
9131
9132 * gnus-msg.el (gnus-summary-reply):
9133 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9134
9135 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
9136
9137 * gnus-cache.el (gnus-cache-generate-nov-databases):
9138 Use nnml-generate-nov-databases-directory instead of
9139 nnml-generate-nov-databases-1.
9140
9141 2007-11-24 Glenn Morris <rgm@gnu.org>
9142
9143 * message.el (message-tool-bar-retro): Update for rename
9144 mail_send.xpm->mail-send.xpm.
9145
9146 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9147
9148 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9149 `smime-ldap-search' for Emacs 22 and up.
9150
9151 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * hashcash.el: Move to ../mail directory.
9154
9155 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
9156
9157 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9158 `smime-ldap-search' for Emacs 22 and up.
9159
9160 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9163
9164 * message.el (message-send-mail-function): Fix error convention.
9165 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9166 (message-widen-reply, message-send-mail, message-talkative-question)
9167 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9168 (message-clone-locals, message-send-news): Use with-current-buffer.
9169 (message-insert-or-toggle-importance): Remove unused var `valid'.
9170 (message-make-references): Remove unused var `new-references'.
9171 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9172
9173 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
9174
9175 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9176 (spam-split-symbolic-return-positive): Reflow docstring.
9177 (spam-backends, spam-summary-exit-behavior)
9178 (spam-mark-ham-unread-before-move-from-spam-group)
9179 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9180 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9181 (spam-clear-cache, spam-backend-check, spam-install-backend)
9182 (spam-install-statistical-backend, spam-list-of-processors)
9183 (spam-group-processor-p, spam-split, spam-bogofilter-score)
9184 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9185 (spam-check-crm114, spam-initialize, spam-unload-hook):
9186 Fix typos in docstrings.
9187
9188 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9189
9190 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9191 been checked if they have never been read and those group levels are
9192 higher than the one that a user specified.
9193
9194 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9195
9196 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9197 foreign groups unless a group level is specified by a user.
9198 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9199
9200 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
9201
9202 * message.el (message-send-mail-function): Require sendmail.
9203
9204 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
9205
9206 * message.el (message-send-mail-function): Check for smtpmail too.
9207
9208 * utf7.el (utf7-encode, utf7-decode): Use coding system
9209 `utf-7'/`utf-7-imap' from utf-7.el' if available.
9210
9211 * message.el (message-send-mail-function): New function.
9212 (message-send-mail-function): Set default using
9213 message-send-mail-function. Adjust doc string.
9214 (message-send-mail-with-mailclient): New function.
9215
9216 2007-11-17 Richard Stallman <rms@gnu.org>
9217
9218 * assistant.el: Remove file.
9219
9220 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
9221
9222 * smime.el (from):
9223 * rfc2047.el (message-posting-charset):
9224 * qp.el (mm-use-ultra-safe-encoding):
9225 * pop3.el (parse-time-months):
9226 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9227 * nnml.el (files):
9228 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9229 (jka-compr-compression-info-list, ange-ftp-path-format)
9230 (efs-path-regexp):
9231 * nndiary.el (files):
9232 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9233 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9234 (epg-digest-algorithm-alist, inhibit-redisplay)
9235 (password-cache-expiry):
9236 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9237 (pgg-output-buffer, password-cache-expiry):
9238 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9239 (efs-path-regexp):
9240 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9241 (inhibit-redisplay):
9242 * mm-uu.el (file-name, start-point, end-point, entry)
9243 (gnus-newsgroup-name, gnus-newsgroup-charset):
9244 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9245 (latin-unity-ucs-list):
9246 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9247 (mm-uu-binhex-decode-function):
9248 * message.el (gnus-message-group-art, gnus-list-identifiers)
9249 (rmail-enable-mime-composing, gnus-local-organization)
9250 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9251 (gnus-read-active-file, facemenu-add-face-function)
9252 (facemenu-remove-face-function, gnus-article-decoded-p)
9253 (tool-bar-mode):
9254 * mail-source.el (display-time-mail-function):
9255 * gnus-util.el (nnmail-pathname-coding-system)
9256 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9257 (gnus-original-article-buffer, gnus-user-agent)
9258 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9259 (xemacs-codename, sxemacs-codename, emacs-program-version):
9260 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9261 * gnus-start.el (gnus-agent-covered-methods)
9262 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9263 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9264 (gnus-newsgroup-headers, gnus-group-list-mode)
9265 (gnus-group-mark-positions, gnus-newsgroup-data)
9266 (gnus-newsgroup-unreads, nnoo-state-alist)
9267 (gnus-current-select-method, mail-sources)
9268 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9269 (nnmail-spool-file, gnus-cache-active-hashtb):
9270 * gnus-mh.el (mh-lib-progs):
9271 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9272 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9273 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9274 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9275 (gnus-group-buffer):
9276 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9277 (font-lock-set-defaults):
9278 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9279 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9280 (gnus-summary-post-menu, total-parts, type, condition, length):
9281 * gnus-agent.el (gnus-agent-read-agentview):
9282 * flow-fill.el (show-trailing-whitespace):
9283 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9284 eval-and-compile wrappers for byte compiler pacifiers.
9285
9286 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9287 (mm-display-inline-fontify): Check for featurep 'xemacs not
9288 extent-list.
9289
9290 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9291 itimer-list.
9292 (mm-create-image-xemacs): Only do something for XEmacs.
9293 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9294
9295 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9296
9297 * gnus-registry.el (gnus-adaptive-word-syntax-table):
9298 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9299
9300 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
9301
9302 * nnimap.el (nnimap-split-download-body):
9303 * gnus-demon.el (gnus-demon):
9304 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9305
9306 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9307
9308 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9309 New macros.
9310 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9311 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9312 copy data from unibyte buffer to multibyte current buffer.
9313 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9314 to copy data from unibyte current buffer to multibyte buffer.
9315 (nntp-make-process-buffer): Make process buffer unibyte.
9316
9317 * pop3.el (pop3-open-server): Fix typo in Lisp code.
9318
9319 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
9320
9321 * pop3.el (pop3-open-server): Accept and process data more robustly at
9322 connexion start to avoid spurious "POP SSL connexion failed" errors.
9323
9324 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9325
9326 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9327 read group names.
9328
9329 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9332
9333 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
9334
9335 * nnmail.el (nnmail-parse-active): Make group names unibyte.
9336 (nnmail-save-active): Use a unibyte buffer when saving active file,
9337 which may contain non-ASCII group names.
9338
9339 * nnml.el (nnml-request-group): Decode group names in messages.
9340
9341 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
9342
9343 * message.el (message-citation-line-function)
9344 (message-insert-formatted-citation-line): Fix spelling of
9345 `message-insert-formated-citation-line'.
9346
9347 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9350
9351 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9354 nnmail-pathname-coding-system.
9355
9356 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9357 that a user enters; decode group names in messages.
9358
9359 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9360
9361 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9362
9363 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9364
9365 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9366
9367 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9368 risky local variable.
9369
9370 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9371
9372 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
9373
9374 * encrypt.el: Improve documentation to fix function name typo.
9375 Reported by Daiki Ueno <ueno@unixuser.org>.
9376
9377 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
9378
9379 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9380 even if the point is not in the last page of an article.
9381 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9382 back to the previous page.
9383
9384 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
9385
9386 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9387
9388 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9389
9390 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9391
9392 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * message.el (message-check-news-body-syntax):
9395 Avoid mm-string-as-multibyte.
9396 (message-hide-headers): Don't assume (point-min)==1.
9397
9398 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9399
9400 * message.el (message-remove-blank-cited-lines): Fix if remove is
9401 given.
9402 (message-bogus-address-regexp): New variable.
9403 (message-bogus-recipient-p): New function.
9404 (message-check-recipients): New command.
9405 (message-syntax-checks): Add `bogus-recipient'.
9406 (message-fix-before-sending): Add `bogus-recipient'.
9407
9408 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9409 (gnus-treat-body-boundary): Don't test window-system.
9410
9411 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
9412
9413 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9414
9415 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9416
9417 * gnus.el: Bump version to Gnus v5.13.
9418
9419 2007-10-28 Miles Bader <miles@gnu.org>
9420
9421 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9422 at compile-time too.
9423
9424 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
9425
9426 * gnus-msg.el (gnus-message-setup-hook):
9427 Add `message-remove-blank-cited-lines' to options.
9428
9429 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9430
9431 * message.el (message-remove-blank-cited-lines): New function.
9432 Suggested by Karl Plästerer.
9433
9434 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9435
9436 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9437 mapc.
9438
9439 * imap.el (imap-open): Replace mapcar called for effect with mapc.
9440 (top-level): Use mapc to set functions to be traced for debugging.
9441
9442 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9443 called for effect with while loop.
9444
9445 * message.el (message-talkative-question): Replace mapcar called for
9446 effect with mapc.
9447
9448 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9449 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9450 called for effect with dolist.
9451
9452 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9453
9454 * nndiary.el: Use dolist instead of mapcar to add diary headers to
9455 gnus-extra-headers and nnmail-extra-headers.
9456
9457 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9458 called for effect with dolist.
9459 (top-level): Use mapc to set functions to be traced for debugging.
9460
9461 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9462 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9463 dolist.
9464
9465 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9466 Replace mapcar called for effect with mapc.
9467 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9468 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9469 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9470 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9471
9472 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9473 remove-if that's a cl function.
9474
9475 * webmail.el (webmail-debug): Replace mapcar called for effect with
9476 dolist.
9477
9478 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
9479
9480 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9481 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9482 with while loop.
9483
9484 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9485 functions from article-* functions.
9486 (gnus-multi-decode-header): Replace mapcar called for effect with
9487 dolist.
9488
9489 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9490 (gnus-bookmark-show-details): Replace mapcar called for effect with
9491 while loop.
9492
9493 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9494 called for effect with while loop.
9495
9496 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9497 with dolist.
9498
9499 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9500 Replace mapcar called for effect with dolist.
9501
9502 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9503
9504 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9505 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9506 Replace mapcar called for effect with dolist.
9507 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9508 mapc.
9509
9510 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9511 Replace mapcar called for effect with dolist.
9512 (gnus-topic-list): Replace mapcar called for effect with mapc.
9513
9514 * gnus.el: Use mapc instead of mapcar to add autoloads.
9515
9516 2007-10-23 Richard Stallman <rms@gnu.org>
9517
9518 * gnus-group.el (gnus-group-highlight): Mark as risky.
9519
9520 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
9521
9522 * gnus.el (gnus-server-to-method): Return method found first in
9523 gnus-newsrc-alist.
9524
9525 * gnus-art.el (gnus-article-highlight-signature)
9526 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9527 button overlay without the front stickiness.
9528
9529 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
9530
9531 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9532 overview buffer needed a catch to receive its throw.
9533 (gnus-agent-flush-cache): Declare as interactive to make this function
9534 easier to use.
9535
9536 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9537
9538 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9539 `next-line'.
9540
9541 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
9542
9543 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9544 exclude address matching message-dont-reply-to-names.
9545
9546 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9547
9548 * gnus-util.el (gnus-string<): New function.
9549
9550 * gnus-sum.el (gnus-article-sort-by-author)
9551 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9552
9553 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9556 the frame-focus tag is set in gnus-buffer-configuration.
9557
9558 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9559
9560 * gnus-art.el (gnus-article-add-button): Make a button overlay without
9561 the front stickiness.
9562
9563 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9566 url pattern; remove duplicate one.
9567 (gnus-article-extend-url-button): New function.
9568 (gnus-article-add-buttons): Use it.
9569 (gnus-button-push): Use concatenated url that it makes.
9570
9571 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9574 (sieve-manage-open): Use `mapc' instead of `mapcar'.
9575
9576 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9579 Don't hardcode point-min==1.
9580
9581 2007-09-30 David Kastrup <dak@gnu.org>
9582
9583 * gnus-art.el (gnus-article-reply-with-original)
9584 (gnus-article-followup-with-original): When `transient-mark-mode' is
9585 off, refrain from active-region behavior for followups.
9586
9587 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
9588
9589 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9590 Fix comment about "iso8859-1".
9591
9592 2007-10-08 Daiki Ueno <ueno@unixuser.org>
9593
9594 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9595 ones returned from the verify-function.
9596
9597 * mm-uu.el (mm-uu-pgp-signed-extract-1):
9598 Call mml2015-extract-cleartext-signature if extraction failed.
9599
9600 2007-10-07 Daiki Ueno <ueno@unixuser.org>
9601
9602 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9603 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9604 failed.
9605
9606 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9607
9608 * Relicense "GPLv2 or later" files to "GPLv3 or later".
9609
9610 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
9611
9612 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9613 to mark a thread as expirable. Add variable `hide' to handle hiding of
9614 thread for both the null and zero (kill/expire thread) universal prefix
9615 cases.
9616 (gnus-summary-expire-thread): Add new function to expire a thread,
9617 using gnus-summary-kill-thread.
9618 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9619 shortcuts for gnus-summary-expire-thread.
9620 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9621 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
9622
9623 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9624
9625 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9626 extras value, so an extras entry can be deleted.
9627 (gnus-registry-delete-extra-entry): Use it.
9628 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9629 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9630 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9631 storage through the gnus-registry, and provide an appropriate API for
9632 it.
9633
9634 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9635
9636 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9637 Suggested by Leo <sdl.web@gmail.com>.
9638
9639 * gnus.el: Do.
9640
9641 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9642
9643 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9644 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
9645
9646 * gnus-agent.el (gnus-agent-fetch-headers): Do.
9647
9648 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9649 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9650
9651 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
9652
9653 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9654 newline.
9655 (nnmbox-request-accept-article): Don't change article in source buffer;
9656 narrow to header to use message-fetch-field rather than
9657 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9658 (nnmbox-request-replace-article): Quote lines that'll be misidentified
9659 as delimiters; make sure article ends with newline.
9660 (nnmbox-delete-mail): Correct last position of article to be deleted;
9661 ignore X-Gnus-Newsgroup header in article body.
9662 (nnmbox-save-mail): Quote lines looking like delimiters at the right
9663 positions; make sure article ends with newline.
9664
9665 * message.el (message-display-abbrev): Don't infloop when a user
9666 inserts SPC in the beginning of header.
9667
9668 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
9669
9670 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9671 list of groups not followed by default. Fix type to be regexp.
9672 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9673
9674 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
9675
9676 * hmac-def.el (define-hmac-function): Switch from old-style to
9677 new-style backquotes.
9678
9679 * md4.el (md4-make-step): Likewise.
9680
9681 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
9682
9683 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9684 raw-text coding system when saving .newsrc file, which may contain
9685 non-ASCII group names.
9686
9687 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-cus.el (gnus-score-extra): New widget.
9690 (gnus-score-extra-convert): New function.
9691 (gnus-score-customize): Use it for Extra.
9692
9693 2007-08-31 Daiki Ueno <ueno@unixuser.org>
9694
9695 * mml2015.el (mml2015-extract-cleartext-signature): New function.
9696 (mml2015-mailcrypt-clear-verify): Use it.
9697 (mml2015-gpg-clear-verify): Use it.
9698 (mml2015-pgg-clear-verify): Use it.
9699 (mml2015-epg-clear-verify): Replace the current part with the output
9700 from GnuPG; don't extract the plaintext by itself.
9701
9702 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9703 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9704 mml2015-clear-verify-function; don't touch the armor headers or
9705 dash-escaped text here.
9706
9707 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9708
9709 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9710 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9711 parts, or application/octet-stream as a last resort.
9712 (gnus-mime-view-part-as-type): Don't toggle display.
9713 (gnus-mime-view-part-as-charset): Don't turn off display before
9714 querying charset.
9715
9716 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9717 stuff to undisplayer function in Emacs.
9718 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9719
9720 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9721 text/calendar parts.
9722
9723 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9724
9725 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9726 decoding text/calendar parts.
9727
9728 * message.el (message-forward-make-body-mime): Always mark body as
9729 having no illegible text; remove signed-or-encrypted argument.
9730 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9731
9732 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9733 (mml-generate-mime-1): Don't encode body if it is specified to be in
9734 raw form; don't make buffer be unibyte when inserting multibyte string.
9735
9736 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9737
9738 * sha1.el: Fix up comment style.
9739 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9740 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9741
9742 * hex-util.el: Fix up comment style.
9743 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9744
9745 * gnus-salt.el: Use with-current-buffer.
9746 (gnus-pick-setup-message): Fix long-standing typo.
9747
9748 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
9749
9750 * imap.el (imap-logout-timeout): New variable.
9751 (imap-logout, imap-logout-wait): New functions.
9752 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9753
9754 * nnimap.el (nnimap-logout-timeout): New server variable.
9755 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9756 nnimap-logout-timeout.
9757
9758 * gnus-art.el (gnus-article-summary-command-nosave)
9759 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9760
9761 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
9762
9763 * gnus.el (gnus-maximum-newsgroup): New variable.
9764
9765 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9766 according to gnus-maximum-newsgroup.
9767
9768 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9769 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9770 Limit the range of articles according to gnus-maximum-newsgroup.
9771
9772 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
9773
9774 * gnus-art.el (gnus-sticky-article): Fix problems described in
9775 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
9776 Don't perform gnus-configure-windows here; reuse existing sticky
9777 article buffer.
9778
9779 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9780 it doesn't exist in gnus-article-mode.
9781
9782 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
9783
9784 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9785 (gnus-agent-decoded-group-name): New function.
9786 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9787 (gnus-agent-expire-group-1): Use it; decode group name in messages.
9788
9789 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
9790
9791 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9792 Add binding for gnus-sticky-article.
9793 (gnus-summary-exit): Don't kill sticky article buffers.
9794
9795 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9796 article buffer.
9797 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9798 (gnus-kill-sticky-article-buffers): New commands.
9799
9800 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
9801
9802 * nntp.el (nntp-xref-number-is-evil): New server variable.
9803 (nntp-find-group-and-number): If it is non-nil, don't trust article
9804 numbers in the Xref header.
9805
9806 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9807
9808 * gnus-agent.el (gnus-agent-read-group): New function.
9809 (gnus-agent-flush-group, gnus-agent-expire-group)
9810 (gnus-agent-regenerate-group): Use it.
9811 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9812 nnmail-pathname-coding-system.
9813
9814 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9815
9816 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9817
9818 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9819 that are unread as unread, and also as selected so that information of
9820 marks having been changed by a user may be updated when exiting group.
9821
9822 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
9823
9824 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9825
9826 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
9827
9828 * gnus-art.el (gnus-mime-display-single): Pass part number that is
9829 calculated ignoring signature parts to gnus-treat-article.
9830
9831 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
9832
9833 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9834 a point here in order to keep the window start.
9835 (gnus-insert-mime-security-button): Make a button overlay without the
9836 front stickiness.
9837 (gnus-mime-display-security): Goto the end of a button.
9838
9839 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9840
9841 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9842
9843 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9844 group-name-at-point.
9845 (gnus-group-completing-read): New function that offers decoded
9846 non-ASCII group names for completion.
9847 (gnus-fetch-group, gnus-group-read-ephemeral-group)
9848 (gnus-group-jump-to-group, gnus-group-make-group-simple)
9849 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9850 (gnus-group-fetch-control): Use it.
9851 (gnus-fetch-group): Use group-name-at-point for the initial value
9852 rather than the default value; use gnus-alive-p.
9853
9854 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9855 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9856 (gnus-summary-post-news): Use gnus-group-completing-read.
9857
9858 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9859 (gnus-read-move-group-name): Decode group name for completion.
9860
9861 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
9862
9863 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9864 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9865 Yamaoka slightly modified the code).
9866
9867 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9870 (nnmail-split-incoming): Bind it.
9871
9872 * nnml.el (nnml-group-name-charset): New function.
9873 (nnml-decoded-group-name): Use it; don't decode group name if
9874 nnmail-group-names-not-encoded-p is non-nil.
9875 (nnml-encoded-group-name): New function.
9876 (nnml-group-pathname): Inline nnml-decoded-group-name.
9877 (nnml-request-expire-articles): Decode group name in message.
9878 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9879 nnmail-pathname-coding-system.
9880 (nnml-save-mail, nnml-active-number): Work with decoded group names and
9881 not decoded ones according to nnmail-group-names-not-encoded-p.
9882 (nnml-generate-active-info): Use nnml-encoded-group-name.
9883
9884 2007-08-08 Glenn Morris <rgm@gnu.org>
9885
9886 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9887 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9888 doc-strings and comments.
9889
9890 2007-07-25 Glenn Morris <rgm@gnu.org>
9891
9892 * Relicense all FSF files to GPLv3 or later.
9893
9894 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9895
9896 * gnus-sum.el (gnus-summary-move-article):
9897 Make gnus-summary-respool-article work.
9898
9899 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
9900
9901 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9902 string.
9903
9904 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
9905
9906 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
9907 that should be ignored when comparing distant RSS articles with local
9908 ones.
9909 (nnrss-make-hash-index): New function. Create a hash index according
9910 to the ignored fields.
9911 (nnrss-check-group): Use it.
9912
9913 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9914
9915 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9916
9917 * gnus-art.el (article-decode-group-name): Decode Xref header too.
9918
9919 * gnus-group.el (gnus-group-make-group): Encode group name here unless
9920 the new optional argument ENCODED is non-nil.
9921 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9922 coding system for encoding group name.
9923 (gnus-group-make-rss-group): Pass un-encoded group name to
9924 gnus-group-make-group.
9925 (gnus-group-set-info): Tell gnus-group-make-group that group name is
9926 encoded.
9927
9928 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9929 Encode group name to which articles are moved or copied.
9930 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9931 coding system for encoding Newsgroup, Followup-To and Xref headers.
9932
9933 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9934 marks; use nnheader-file-coding-system to write a file.
9935 (nnagent-retrieve-headers): Bind file-name-coding-system to
9936 nnmail-pathname-coding-system.
9937
9938 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9939
9940 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9941 (nnml-request-article, nnml-request-create-group)
9942 (nnml-request-rename-group, nnml-find-id)
9943 (nnml-possibly-change-directory, nnml-possibly-create-directory)
9944 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9945 (nnml-save-marks): Use nnml-group-pathname instead of
9946 nnmail-group-pathname.
9947
9948 (nnml-request-create-group, nnml-request-expire-articles)
9949 (nnml-request-move-article, nnml-request-delete-group)
9950 (nnml-deletable-article-p, nnml-possibly-create-directory)
9951 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9952 (nnml-open-marks): Bind file-name-coding-system to
9953 nnmail-pathname-coding-system.
9954
9955 (nnml-request-article): Pass server argument to nnml-find-group-number.
9956 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9957 Pass server argument to nnml-possibly-create-directory.
9958 (nnml-request-accept-article): Pass server argument to
9959 nnml-active-number and nnml-save-mail.
9960 (nnml-find-group-number): Pass server argument to nnml-find-id.
9961 (nnml-request-update-info): Pass server argument to
9962 nnml-marks-changed-p.
9963
9964 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9965 (nnml-save-mail, nnml-active-number): Add server argument.
9966
9967 (nnml-request-delete-group): Warn if group is missing.
9968 (nnml-get-nov-buffer): Decode group name.
9969 (nnml-generate-active-info): Encode group name.
9970 (nnml-open-marks): Decode group name in messages.
9971
9972 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9975 if it is not specified.
9976 (gnus-article-pipe-part, gnus-article-save-part)
9977 (gnus-article-interactively-view-part, gnus-article-copy-part)
9978 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9979 (gnus-article-inline-part, gnus-article-save-part-and-strip)
9980 (gnus-article-replace-part, gnus-article-delete-part)
9981 (gnus-article-view-part-as-type): Pass raw prefix argument to
9982 gnus-article-part-wrapper.
9983
9984 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
9985
9986 * gnus-agent.el (gnus-agent-save-active):
9987 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9988
9989 * gnus-cache.el (gnus-cache-save-buffers)
9990 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9991 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9992 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9993 (gnus-cache-braid-nov, gnus-cache-braid-heads)
9994 (gnus-cache-generate-active, gnus-cache-rename-group)
9995 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9996 (gnus-cache-update-overview-total-fetched-for):
9997 Bind file-name-coding-system to nnmail-pathname-coding-system.
9998 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9999 New variables.
10000 (gnus-cache-decoded-group-name): New function.
10001 (gnus-cache-file-name): Use it.
10002 (gnus-cache-generate-active): Use non-decoded group name for active.
10003
10004 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10005 right place.
10006 (gnus-write-active-file): Don't break non-ASCII group names.
10007
10008 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10009 nnmail-pathname-coding-system.
10010
10011 * gnus-uu.el (gnus-uu-decode-save): Typo.
10012
10013 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10014
10015 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10016
10017 2007-07-14 David Kastrup <dak@gnu.org>
10018
10019 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10020 finishing actions if we did not edit the article.
10021
10022 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10023
10024 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10025 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10026 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10027 (gnus-agent-flush-group, gnus-agent-flush-cache)
10028 (gnus-agent-fetch-headers, gnus-agent-load-alist)
10029 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10030 (gnus-agent-retrieve-headers, gnus-agent-request-article)
10031 (gnus-agent-regenerate-group)
10032 (gnus-agent-update-files-total-fetched-for)
10033 (gnus-agent-update-view-total-fetched-for):
10034 Bind file-name-coding-system to nnmail-pathname-coding-system.
10035 (gnus-agent-group-pathname): Don't encode file names by
10036 nnmail-pathname-coding-system.
10037 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10038 coding-system-for-write instead of buffer-file-coding-system to
10039 gnus-agent-file-coding-system.
10040
10041 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10042 Decode group name.
10043
10044 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10045
10046 * gnus-start.el (gnus-update-active-hashtb-from-killed)
10047 (gnus-read-newsrc-el-file): Make group names unibyte.
10048
10049 * nnmail.el (nnmail-group-pathname): Don't encode file names by
10050 nnmail-pathname-coding-system.
10051
10052 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10053 (nnrss-request-delete-group): Bind file-name-coding-system to
10054 nnmail-pathname-coding-system.
10055 (nnrss-read-server-data, nnrss-read-group-data):
10056 Bind file-name-coding-system correctly.
10057 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10058
10059 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10060 (nntp-server-to-method-cache): New variable.
10061 (nntp-group-pathname): New function that decodes non-ASCII group names.
10062 (nntp-possibly-create-directory, nntp-marks-changed-p)
10063 (nntp-save-marks, nntp-open-marks): Use it.
10064 (nntp-possibly-create-directory, nntp-open-marks):
10065 Bind file-name-coding-system to nnmail-pathname-coding-system.
10066 (nntp-open-marks): Decode group names when bootstrapping marks.
10067
10068 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10069 Newsgroups and Folowup-To headers.
10070
10071 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
10072
10073 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10074 (gnus-server-closed-face, gnus-server-denied-face)
10075 (gnus-server-offline-face): Remove variable.
10076 (gnus-server-font-lock-keywords): Use faces that are not aliases.
10077
10078 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10079 of modifying message-stack directly for XEmacs.
10080
10081 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10082 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10083 if the coding-system argument is nil for XEmacs.
10084
10085 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10086 mm-charset-override-alist.
10087
10088 * rfc2047.el: Don't require base64; require rfc2045 for the function
10089 rfc2045-encode-string.
10090 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10091 to quote the parameter value.
10092
10093 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
10094
10095 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10096 form in gnus-group-name-charset-method-alist.
10097
10098 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10099 overrides the default layout edit-form.
10100
10101 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10102
10103 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10104
10105 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
10106
10107 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10108 as unfetched articles.
10109
10110 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
10111
10112 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10113
10114 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10115
10116 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10117 original back end that keeps marks in the local system.
10118
10119 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
10120
10121 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10122 arg of pop-to-buffer for XEmacs.
10123 (gnus-article-read-summary-keys): Ditto; don't restore window
10124 configuration if summary command ends up with neither article buffer
10125 nor summary buffer; describe bindings if summary keys end with C-h.
10126
10127 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10128
10129 * message.el (message-fix-before-sending): Skip raw message part to be
10130 forwarded while checking illegible text.
10131 (message-forward-make-body-mime, message-forward-make-body):
10132 Mark signed or encrypted raw message as having no illegible text.
10133
10134 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10135
10136 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10137 (gnus-message-with-timestamp-1): New macro.
10138 (gnus-message-with-timestamp): New function.
10139 (gnus-message): Use them.
10140
10141 * nnheader.el (nnheader-message): Use them.
10142
10143 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
10144
10145 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10146 .newsrc.eld file.
10147
10148 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10149
10150 * gnus-agent.el (gnus-agent-fetch-headers)
10151 (gnus-agent-retrieve-headers):
10152 Bind gnus-decode-encoded-address-function to identity.
10153
10154 * nntp.el (nntp-send-xover-command): Recognize an xover command is
10155 available also when the server returns simply a dot.
10156
10157 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10158
10159 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10160
10161 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10162
10163 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
10164
10165 * gnus-ems.el (gnus-x-splash): Make it work.
10166
10167 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10168 from being used.
10169
10170 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
10171
10172 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10173 the front stickiness.
10174 (gnus-article-summary-command-nosave): Correct the order of the
10175 arguments passed to pop-to-buffer.
10176 (gnus-article-read-summary-keys): Ditto; make it work properly when the
10177 summary command ends up with the article buffer.
10178
10179 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10180 the same faces.
10181
10182 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10183
10184 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10185
10186 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10189 * gnus-sum.el (gnus-summary-highlight):
10190 * mail-source.el (mail-source-delete-old-incoming-confirm):
10191 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10192
10193 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * gnus-art.el (gnus-mime-view-part-externally)
10196 (gnus-mime-view-part-internally): Fix predicate function passed to
10197 completing-read.
10198
10199 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10200
10201 * gnus.el (gnus-update-message-archive-method): Add :version.
10202
10203 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10204
10205 * gnus.el (gnus-update-message-archive-method): New variable.
10206
10207 * gnus-start.el (gnus-setup-news): Update saved "archive" method
10208 according to gnus-message-archive-method if
10209 gnus-update-message-archive-method is non-nil.
10210
10211 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10212
10213 * gnus-sum.el (gnus-summary-limit-to-address): New function.
10214 Suggested by Loic Dachary <loic@dachary.org>.
10215 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10216
10217 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10218
10219 * message.el (message-pop-to-buffer): Add switch-function argument.
10220 (message-mail): Pass switch-function argument to it.
10221
10222 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
10223
10224 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10225 Improve doc string.
10226
10227 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10228
10229 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10230 (gnus-header-content)
10231 * gnus-cite.el (gnus-cite-10)
10232 * gnus-srvr.el (gnus-server-closed)
10233 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10234 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10235 (gnus-group-mail-3-empty, gnus-group-mail-low)
10236 (gnus-group-mail-low-empty, gnus-splash)
10237 * message.el (message-header-to, message-header-cc)
10238 (message-header-subject, message-header-other, message-header-name)
10239 (message-header-xheader, message-separator, message-cited-text)
10240 (message-mml): Lighten colors of faces used for dark background.
10241
10242 2007-05-24 Simon Josefsson <simon@josefsson.org>
10243
10244 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10245 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
10246
10247 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * message.el (message-narrow-to-headers-or-head):
10250 Ignore mail-header-separator in the body.
10251
10252 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10255 same as window size.
10256
10257 2007-05-22 Kevin Ryde <user42@zip.com.au>
10258
10259 * message.el (message-font-lock-keywords): Use message-header-xheader
10260 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
10261 ahead of the anything pattern, to get it recognised.
10262
10263 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
10264
10265 * gnus-sum.el (gnus-articles-to-read)
10266 (gnus-summary-insert-old-articles): Don't truncate group name for
10267 `read-string'.
10268
10269 * gnus-util.el (gnus-limit-string): Delete this function.
10270
10271 * gnus-sum.el (gnus-simplify-subject-fully):
10272 Use `truncate-string-to-width' instead.
10273
10274 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
10275
10276 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10277 Tell if, on summary exit, the next group has to be selected.
10278 (gnus-summary-exit): Use it.
10279
10280 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
10281
10282 * gnus-art.el (gnus-article-mode): Fix comment about displaying
10283 non-break space.
10284
10285 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10286
10287 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10288 Check if group is not a directory.
10289 (nnfolder-request-expire-articles): Don't delete articles if the target
10290 group is not available.
10291
10292 * nnml.el (nnml-request-create-group): Properly check if group is not a
10293 file.
10294 (nnml-request-expire-articles): Don't delete articles if the target
10295 group is not available.
10296
10297 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10298 Don't quote characters that are within parentheses.
10299
10300 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
10301
10302 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10303 (gnus-handle-ephemeral-exit): Select article according to it.
10304
10305 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10306
10307 * message.el (message-insert-formated-citation-line): Remove newline.
10308 (message-citation-line-format): Add final \n here so that the user can
10309 avoid a blank line.
10310
10311 2007-05-03 Dan Christensen <jdc@uwo.ca>
10312
10313 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10314 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10315 Update lanl/arXiv support.
10316
10317 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10318
10319 * gnus.el: Bump version number.
10320
10321 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10322
10323 * gnus.el (gnus-version-number): Bump version.
10324
10325 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10326
10327 * gnus.el: No Gnus v0.6 is released.
10328
10329 2007-04-27 Didier Verna <didier@xemacs.org>
10330
10331 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10332 * gmm-utils.el (gmm-regexp-concat): ... here.
10333 * message.el: Don't require 'gnus-util.
10334 (message-dont-reply-to-names): Handle name change above.
10335 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10336
10337 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10338
10339 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10340 since the initial value varies according to the system.
10341
10342 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10343
10344 * mm-util.el (mm-charset-synonym-alist): Defcustom.
10345
10346 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
10347
10348 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10349
10350 2007-04-24 Didier Verna <didier@xemacs.org>
10351
10352 Improve the type of gnus-ignored-from-addresses.
10353 * gnus-util.el (gnus-orify-regexp): New function.
10354 * message.el (gnus-util): Require it.
10355 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10356 * gnus-sum.el (gnus-ignored-from-addresses): New function.
10357 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10358
10359 2007-04-24 Didier Verna <didier@xemacs.org>
10360
10361 * gnus-sum.el:
10362 * gnus-utils.el: Fix some trailing whitespaces.
10363
10364 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
10365
10366 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10367 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10368 article's Message-ID; refer parent article in summary buffer.
10369
10370 * message.el (message-bounce): Call mime-to-mml.
10371
10372 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10373
10374 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10375
10376 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10377
10378 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10379 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10380 displayed of multipart/alternative part if it is invoked from summary
10381 buffer.
10382
10383 * mm-view.el (mm-inline-text-html-render-with-w3m)
10384 (mm-inline-text-html-render-with-w3m-standalone)
10385 (mm-inline-render-with-function): Use mail-parse-charset by default.
10386
10387 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
10388
10389 * parse-time.el (parse-time-string-chars): Check if CHAR
10390 is less than the length of parse-time-syntax.
10391
10392 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
10393
10394 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10395 from gnus-newsgroup-processable.
10396
10397 2007-04-16 Didier Verna <didier@xemacs.org>
10398
10399 * gnus-msg.el (gnus-configure-posting-styles):
10400 Handle message-signature-directory properly with :file syntax.
10401 Reported by "Leo".
10402
10403 2007-04-11 Didier Verna <didier@xemacs.org>
10404
10405 New user option: message-signature-directory.
10406 * gnus-msg.el (gnus-configure-posting-styles): Support it.
10407 * message.el (message-insert-signature): Ditto.
10408 * message.el (message-signature-file): Doc update.
10409 * message.el (message-signature-directory): New.
10410
10411 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
10412
10413 * gnus-msg.el (gnus-inews-yank-articles):
10414 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10415
10416 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10417
10418 * message.el (message-yank-original): Make sure cited text ends with
10419 newline; don't exchange point and mark.
10420
10421 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
10422
10423 * tls.el (open-tls-stream): Properly handle case where there
10424 is no associated buffer.
10425
10426 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
10427
10428 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10429 message-yank-original, make sure (< mark TEXT point).
10430
10431 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
10432
10433 * message.el (message-fill-column): New variable.
10434 (message-mode): Use it. Add comment on a possible new hook.
10435
10436 * nnmail.el (nnmail-spool-file): Mark as obsolete.
10437 (nnmail-get-new-mail): Reformat.
10438
10439 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10440
10441 * gmm-utils.el: Fix Commentary.
10442 (gmm-tool-bar-from-list): Fix typo in doc string.
10443
10444 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
10445
10446 * message.el (message-yank-original): Don't switch point and mark
10447 unnecessarily to put point and mark as documented.
10448
10449 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10450
10451 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10452 from the message heads.
10453
10454 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
10455
10456 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10457 article buffer does not have a window. This may not be the best
10458 solution but is certainly better than setting the start of the null,
10459 that is the current, window.
10460
10461 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
10462
10463 * gnus-draft.el (gnus-draft-setup-hook): New hook.
10464 (gnus-draft-setup): Run it.
10465
10466 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10467 gnus-score-fast-scoring. Allow regexp.
10468 (gnus-score-headers): Use it.
10469
10470 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10471 XEmacs.
10472
10473 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10474 string.
10475 (gnus-button-alist): Also catch `<f1> k ...'.
10476 (gnus-treat-display-x-face): Fix doc string.
10477
10478 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10479
10480 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10481 evaluation of gnus-extended-version to ensure correct generation of the
10482 User-Agent header when message-generate-headers-first is used.
10483
10484 2007-03-24 Simon Josefsson <simon@josefsson.org>
10485
10486 * hashcash.el (hashcash-generate-payment-async): Don't crash if
10487 hashcash-path is nil. Don't call callback with incorrect number of
10488 parameters if val is 0.
10489
10490 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10491
10492 * message.el (message-required-news-headers):
10493 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10494
10495 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10496
10497 * message.el (message-generate-new-buffers): Change the meaning of the
10498 nil value; add `standard' to the choices; treat t as `unique'; improve
10499 doc string.
10500 (gnus-select-frame-set-input-focus): Autoload.
10501 (message-buffer-name): Search for the existing message buffer if
10502 message-generate-new-buffers is nil or `standard'; treat the value t of
10503 message-generate-new-buffers as `unique'.
10504 (message-pop-to-buffer): Raise the frame already displaying the message
10505 buffer; clear the echo area after querying.
10506 (message-setup): Pass the `continue' argument to compose-mail.
10507 (message-mail): Prefer `switch-function' if it is given; search for the
10508 existing message buffer if the `continue' argument is non-nil; pass
10509 continue and switch-function arguments to compose-mail by way of
10510 message-setup.
10511 (message-mail-other-window): Adjust argument of message-setup.
10512 (message-mail-other-frame): Ditto.
10513
10514 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10517 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10518 to turn font-lock on when turning gnus-message-citation-mode on.
10519
10520 2007-03-06 Daiki Ueno <ueno@unixuser.org>
10521
10522 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10523 (mml-smime-function-alist): New variable; add epg as the backend.
10524 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10525 mml-smime- functions instead.
10526 * mm-view.el: Require smime.
10527
10528 2007-03-05 Didier Verna <didier@xemacs.org>
10529
10530 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10531 instead of just inheritance for posting styles.
10532 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10533
10534 2007-02-24 John Paul Wallington <jpw@pobox.com>
10535
10536 * tls.el (tls-certtool-program): Fix custom type.
10537
10538 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10539
10540 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10541 and point-at-eol instead of line-(beginning|end)-position.
10542
10543 * assistant.el (assistant-parse-buffer): Ditto.
10544
10545 2007-02-28 Daiki Ueno <ueno@unixuser.org>
10546
10547 * mml2015.el (mml2015-epg-find-usable-key): New function.
10548 (mml2015-epg-sign): Use it.
10549 (mml2015-epg-encrypt): Use it.
10550
10551 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
10552
10553 * message.el (message-make-in-reply-to): Quote name containing
10554 non-ASCII characters. It will make the RFC2047 encoder cause an error
10555 if there are special characters. Reported by NAKAJI Hiroyuki
10556 <nakaji@jp.freebsd.org>.
10557
10558 2007-02-27 Didier Verna <didier@xemacs.org>
10559
10560 Include the group parameters as well as the topic ones in the
10561 inheritance filter process.
10562 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10563 argument GROUP-PARAMS-LIST.
10564 * gnus-topic.el (gnus-group-topic-parameters): Use it.
10565
10566 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * nntp.el (nntp-never-echoes-commands)
10569 (nntp-open-connection-functions-never-echo-commands): New variables.
10570 (nntp-send-command): Use them.
10571
10572 2007-02-20 Daiki Ueno <ueno@unixuser.org>
10573
10574 * mml2015.el (mml2015-epg-verify): Simplify.
10575
10576 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10577
10578 * mml.el (mml-content-disposition-alist): New user option.
10579 (mml-content-disposition): New function.
10580 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10581 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10582
10583 2007-02-19 Daiki Ueno <ueno@unixuser.org>
10584
10585 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10586 verification.
10587
10588 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10589
10590 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10591 articles posted in the last 24 hours.
10592
10593 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10596
10597 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
10598
10599 * nntp.el (nntp-send-command): Don't wait for echoes when
10600 nntp-open-ssl-stream is used.
10601
10602 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
10603
10604 * gnus-cite.el (gnus-test-font-lock-add-keywords)
10605 (gnus-message-add-citation-keywords)
10606 (gnus-message-remove-citation-keywords): Remove.
10607 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10608 directly, make the variables in font-lock-defaults buffer-local, add
10609 gnus-message-citation-keywords to them and then update the value of
10610 font-lock-keywords.
10611
10612 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
10613
10614 * message.el (message-cite-original-1): Don't call
10615 gnus-article-highlight-citation.
10616
10617 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10618 citations; fix line count.
10619
10620 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
10621
10622 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10623 (gnus-message-add-citation-keywords)
10624 (gnus-message-remove-citation-keywords): Use it; fix the emulating
10625 versions of font-lock-add-keywords and font-lock-remove-keywords to
10626 work with XEmacs correctly.
10627
10628 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
10629
10630 * gnus-cite.el (gnus-cite-face-list): Set the values of
10631 gnus-message-max-citation-depth and gnus-message-citation-keywords.
10632 (gnus-message-max-citation-depth): Use defvar rather than defconst.
10633 (gnus-message-cite-prefix-regexp): New variable.
10634 (gnus-message-search-citation-line): Use it; protect against long
10635 citation prefix; fill match data with nil rather than 0 for XEmacs; set
10636 the 0th match data for Emacs.
10637 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10638 (gnus-message-add-citation-keywords): Append keywords rather than
10639 prepending; emulate font-lock-add-keywords if it is not available.
10640 (gnus-message-remove-citation-keywords):
10641 Emulate font-lock-remove-keywords if it is not available.
10642
10643 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10644
10645 * message.el (message-cite-prefix-regexp): Set the value of
10646 gnus-message-cite-prefix-regexp.
10647
10648 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10649
10650 * nnweb.el (nnweb-google-parse-1): Update parser.
10651
10652 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10655
10656 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10657
10658 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10659 regexp.
10660
10661 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * uudecode.el (uudecode-string-to-multibyte): New function emulating
10664 string-to-multibyte.
10665 (uudecode-decode-region-internal): Use it.
10666
10667 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
10668
10669 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10670 Fix custom choice.
10671
10672 * gnus-art.el (gnus-signature-limit): Fix custom choice.
10673
10674 2007-01-22 Daiki Ueno <ueno@unixuser.org>
10675
10676 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10677
10678 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10679 `write-region' to respect `mm-inhibit-file-name-handlers'.
10680
10681 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
10682
10683 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10684 Use gnus-home-directory instead of "~/" or "$HOME".
10685
10686 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
10687
10688 * encrypt.el (encrypt-insert-file-contents): Add better prompt
10689 to mention filename.
10690 Add comments at beginning regarding usage.
10691 (encrypt-write-file-contents): Change interactive so a string is
10692 acceptable. If the file has no associated model, show an error instead
10693 of a nonsense prompt.
10694
10695 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10696
10697 * spam.el (spam-bsfilter-ham-switch): Fix typo.
10698 Thanks to Yoshihiko Yamada for kind notification of this typo.
10699
10700 2007-01-12 Kenichi Handa <handa@m17n.org>
10701
10702 * uudecode.el (uudecode-decode-region-internal): Make it work in a
10703 multibyte buffer.
10704
10705 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
10706
10707 * gnus-score.el (gnus-score-fast-scoring): New variable.
10708 (gnus-score-headers): Use it.
10709
10710 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10711
10712 * message.el (message-cite-original-1):
10713 Call gnus-article-highlight-citation if requested.
10714 (message-make-from): Allow name and address as optional arguments.
10715
10716 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10717
10718 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10719 bugs to doc string.
10720 (gnus-button-alist): Add mid\\|message-id.
10721 (gnus-button-fetch-group): Extend for use in
10722 `browse-url-browser-function'.
10723 (gnus-button-url-regexp): Try to catch paired parentheses like in
10724 Wikipedia URLs.
10725
10726 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10727 Suggested by Simon Krahnke <overlord@gmx.li>.
10728
10729 2007-01-13 Romain Francoise <romain@orebokech.com>
10730
10731 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10732 Update copyright.
10733
10734 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
10735
10736 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10737
10738 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
10739
10740 * gnus-registry.el (gnus-registry-unfollowed-groups)
10741 (gnus-registry-split-fancy-with-parent): Fix documentation.
10742
10743 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10744
10745 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10746 from nnweb groups.
10747
10748 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10749
10750 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10751 Xref urls. Erase buffer before requesting head.
10752
10753 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10754
10755 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
10756
10757 * gnus-soup.el (gnus-soup): New custom group. Make user variables
10758 customizable.
10759
10760 2007-01-05 Daiki Ueno <ueno@unixuser.org>
10761
10762 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10763 no signing key is found.
10764 (mml2015-epg-encrypt): Ask user whether to skip or abort if
10765 no encrypting and/or signing key is found.
10766
10767 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10768
10769 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10770
10771 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10772
10773 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10774 headers read from disk with the ones newly found in the current search.
10775 This should no longer cause problems, because the article numbers in
10776 Gmane's `nov.php' output are ignored since the previous change.
10777
10778 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10779
10780 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10781
10782 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10785
10786 2007-01-01 Romain Francoise <romain@orebokech.com>
10787
10788 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10789
10790 2006-12-31 Steve Youngs <steve@sxemacs.org>
10791
10792 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10793 `define-minor-mode' macro definition expanded properly.
10794 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10795 exclude it there.
10796
10797 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10798 of 2006-12-30. The default is nil on (S)XEmacs already because of the
10799 `fboundp' test.
10800 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10801 This is OK to autoload in (S)XEmacs now.
10802
10803 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10806 keystroke.
10807 (gnus-summary-limit-to-singletons): Fix typo.
10808
10809 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10810 else fails.
10811
10812 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10813
10814 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10815 docstring.
10816
10817 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10818 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10819 (gnus-summary-insert-dormant-articles): Fix typo in message.
10820
10821 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
10822
10823 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10824 nil for XEmacs.
10825 (gnus-message-citation-mode): Don't autoload in XEmacs.
10826
10827 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10828
10829 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
10830
10831 * nnimap.el (nnimap-expunge-search-string):
10832 Mention nnimap-search-uids-not-since-is-evil in docstring.
10833
10834 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
10835
10836 * spam.el: Revert to make-obsolete-variable because
10837 define-obsolete-variable-alias is not supported in Emacs 21.
10838
10839 * spam.el (spam-ifile-path, spam-ifile-database-path)
10840 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10841 make-obsolete-variable.
10842 (spam-bsfilter-path, spam-bsfilter-program)
10843 (spam-spamassassin-path, spam-spamassassin-program)
10844 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10845 Don't use "path" inappropriately.
10846 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10847 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10848 variable names.
10849
10850 2006-12-28 Daiki Ueno <ueno@unixuser.org>
10851
10852 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10853 summary buffer.
10854
10855 * password.el (password-cache-remove): Use clear-string to burn
10856 password, if available.
10857
10858 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10859
10860 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10861
10862 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10863
10864 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10865 (gnus-message-highlight-citation): Move defcustom here from
10866 gnus-cite.el.
10867 (gnus-message-citation-mode): Autoload.
10868
10869 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
10870 checks to make it compile with XEmacs.
10871 (gnus-message-citation-mode): New minor mode.
10872 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10873 (gnus-message-highlight-citation): New variables.
10874 (gnus-message-search-citation-line)
10875 (gnus-message-add-citation-keywords)
10876 (gnus-message-remove-citation-keywords)
10877 (turn-on-gnus-message-citation-mode)
10878 (turn-off-gnus-message-citation-mode): New functions.
10879
10880 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
10881
10882 * gnus-cite.el: Enable highlighting of different citation levels in
10883 message-mode.
10884
10885 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
10886
10887 * message.el (message-make-fqdn): Fix comment.
10888 (message-bogus-system-names): Add ".local".
10889
10890 * spam.el (spam-ifile-path, spam-ifile-program)
10891 (spam-ifile-database-path, spam-ifile-database)
10892 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10893 Don't use "path" inappropriately.
10894 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10895 strings.
10896 (spam-check-ifile, spam-ifile-register-with-ifile)
10897 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10898 Use new variable names.
10899
10900 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10901 (gnus-treat-display-smileys): Simplify using
10902 gnus-image-type-available-p.
10903
10904 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10905 available.
10906
10907 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10910 one after turning on the buffer's multibyteness instead of decoding
10911 them directly in the unibyte buffer that causes unexpected conversion
10912 in Emacs 23 (unicode).
10913
10914 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10915
10916 * message.el (message-generate-hashcash): Fix custom type.
10917
10918 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10919
10920 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10921
10922 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
10923
10924 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10925 disconnect icons. Add help text.
10926
10927 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
10928
10929 * spam.el (spam-extra-header-to-number): CRM114 spam score is
10930 negated to be consistent with the others we handle.
10931
10932 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10933
10934 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10935 version of gnus-summary-buffer to something, so that we can use two
10936 article buffers at the same time.
10937
10938 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
10939
10940 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10941 trigger all the extra headers.
10942 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10943 sorting.
10944
10945 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10946
10947 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10948 solid groups.
10949
10950 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10951
10952 * legacy-gnus-agent.el: Add Copyright notice.
10953
10954 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
10955
10956 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10957
10958 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10959
10960 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10961
10962 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10963 to make it work reliably in CVS Emacs.
10964 (gnus-summary-limit-strange-charsets-predicate)
10965 (gnus-summary-limit-to-predicate): New functions.
10966
10967 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
10968
10969 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10970 specifying array size.
10971 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10972 array if it is too small.
10973 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10974 (gnus-sort-threads-loop): New function.
10975
10976 2006-12-06 Chris Moore <dooglus@gmail.com>
10977
10978 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10979 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10980
10981 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
10982
10983 * mm-url.el (mm-url-predefined-programs): Call curl with correct
10984 options.
10985
10986 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10987
10988 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10989 DOS-ing the recipient.
10990
10991 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10992 the headers when creating the mapping to avoid mismappings.
10993 (nnweb-gmane-create-mapping): Always nix out old mapping.
10994
10995 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
10996
10997 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10998 and mm-verify-option to never.
10999
11000 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
11001
11002 * message.el (message-signed-or-encrypted-p): New function.
11003 (message-forward-make-body): Use it.
11004
11005 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11006 Replace encode-coding-string with mm-encode-coding-string.
11007
11008 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
11009
11010 * nneething.el (nneething-decode-file-name):
11011 Replace decode-coding-string with mm-decode-coding-string.
11012
11013 * gnus-int.el (gnus-open-server): Say failed server's name.
11014
11015 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11018 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11019
11020 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11021 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11022 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11023 (gnus-group-make-directory-group, gnus-group-transpose-groups):
11024 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11025 (gnus-subscribe-newsgroup, gnus-1):
11026 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11027 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11028 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11029 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11030
11031 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11032
11033 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11034 keystroke.
11035 (gnus-summary-limit-to-bodies): Implement headersp.
11036
11037 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11038
11039 * dns.el (query-dns): Protect against "Process dns deleted" strings.
11040
11041 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
11042
11043 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11044
11045 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11046
11047 * message.el (message-generate-hashcash): Expand range of values to
11048 include `opportunistic'.
11049 (message-send-mail): Use it.
11050
11051 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11052
11053 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11054 and comment it.
11055
11056 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11057
11058 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
11059
11060 * gnus-util.el (gnus-extract-address-components): Improve comment.
11061
11062 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11063
11064 * gnus-util.el (gnus-extract-address-components): Work with address in
11065 which the name portion contains @.
11066
11067 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11068
11069 * gnus.el (gnus-start): Move custom group up.
11070 (gnus-select-method): Don't autoload, but make it available for
11071 `customize-variable'.
11072 (gnus-getenv-nntpserver): Don't autoload.
11073
11074 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
11075
11076 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11077
11078 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
11079
11080 * message.el (message-sendmail-extra-arguments): New variable.
11081 (message-send-mail-with-sendmail): Use it.
11082
11083 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
11084
11085 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11086 mm-with-unibyte-current-buffer to make string unibyte.
11087
11088 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11089 mm-string-as-multibyte.
11090
11091 2006-11-14 Daiki Ueno <ueno@unixuser.org>
11092
11093 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11094 Reported by Werner Koch <wk@gnupg.org>.
11095
11096 2006-11-14 Daiki Ueno <ueno@p360>
11097
11098 * mml2015.el: Autoload epa-select-keys when compiling.
11099
11100 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11101
11102 * mml2015.el (mml2015-epg-sign): Save the signing keys in
11103 message-options.
11104 (mml2015-epg-encrypt): Save the recipient keys in message-options.
11105
11106 2006-11-13 Daiki Ueno <ueno@unixuser.org>
11107
11108 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11109 EasyPG (< 0.0.6).
11110 (mml2015-always-trust): New user option.
11111 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11112 prompt.
11113
11114 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
11115
11116 * nntp.el (nntp-authinfo-force): New variable.
11117 (nntp-send-authinfo): Use it.
11118
11119 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
11120
11121 * message.el (message-strip-subject-encoded-words): Allow _not_ to
11122 decode encoded words. Improve prompt. Add comment about forwarding.
11123 (message-replacement-char): Move up.
11124
11125 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11126
11127 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11128 instead of gnus-intersection because arguments of gnus-sorted-nunion
11129 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
11130
11131 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
11132
11133 * message.el (message-strip-subject-encoded-words): Reformat prompt.
11134 (message-simplify-subject-functions):
11135 Enable message-strip-subject-encoded-words by default.
11136
11137 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
11138
11139 * message.el (message-strip-subject-encoded-words): New function.
11140 (message-simplify-subject-functions): New variable.
11141 (message-simplify-subject): Use it. Fix typo in doc string.
11142 Support message-strip-subject-encoded-words.
11143
11144 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
11145
11146 * gnus-diary.el (gnus-diary-delay-format-function):
11147 * nndiary.el (nndiary-reminders):
11148 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11149
11150 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
11151
11152 * gnus-art.el (article-hide-boring-headers): Fetch date from
11153 gnus-original-article-buffer to avoid problems with localized date
11154 strings.
11155
11156 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
11157
11158 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11159
11160 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
11161
11162 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11163 New variables.
11164 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11165 (mm-charset-synonym-alist): Move some entries to
11166 mm-codepage-iso-8859-list.
11167 (mm-charset-synonym-alist, mm-charset-override-alist):
11168 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11169
11170 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
11171
11172 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11173
11174 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
11175
11176 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11177 with Emacs 21 and XEmacs.
11178
11179 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
11180
11181 * spam.el (spam-parse-address): New function for better parsing,
11182 catching errors, etc.
11183 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11184
11185 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
11186
11187 * mm-view.el: Add interactive arg to html2text autoload.
11188
11189 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11192
11193 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
11194
11195 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11196 New variables.
11197 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11198 (mm-charset-synonym-alist): Move some entries to
11199 mm-codepage-iso-8859-list.
11200
11201 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11202
11203 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
11204
11205 * message.el (message-citation-line-format)
11206 (message-insert-formated-citation-line): Fix implementation of %E, %N
11207 and %n according to the doc string.
11208
11209 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
11210
11211 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11212 Use car-safe to avoid bad parses.
11213
11214 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11215
11216 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11217 names.
11218
11219 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11220
11221 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11222
11223 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11224 header.
11225
11226 * message.el (message-draft-headers): Add Date.
11227 (message-headers-to-generate): Fix typo in docstring.
11228
11229 * nndraft.el (nndraft-required-headers): New variable.
11230 (nndraft-generate-headers): Use it.
11231
11232 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11233
11234 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11235
11236 * gnus-registry.el (gnus-registry-wash-for-keywords)
11237 (gnus-registry-find-keywords): New functions to allow easy searching of
11238 articles that are in the registry.
11239
11240 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
11241
11242 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11243 Use ietf-drums-parse-address instead of gnus-extract-address-components.
11244 Reported by Damien Elmes <damien@repose.cx>.
11245
11246 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
11247
11248 * gnus.el (gnus-mime): Remove unused custom group.
11249
11250 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11251
11252 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11253 "blank line" when searching for end of armor headers.
11254
11255 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
11256
11257 * gmm-utils.el (gmm-write-region): Fix variable name.
11258
11259 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
11260
11261 * gmm-utils.el (gmm-write-region): New function based on compatibility
11262 code from `mm-make-temp-file'.
11263
11264 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11265
11266 * nnmaildir.el (nnmaildir--update-nov)
11267 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11268 Use `gmm-write-region'.
11269
11270 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
11271
11272 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11273 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11274
11275 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11276
11277 * message.el (message-replacement-char): New variable.
11278 (message-fix-before-sending): Use it.
11279 (message-simplify-subject): New function to remove duplicate code.
11280 (message-reply, message-followup): Use it.
11281
11282 * gnus-sum.el (gnus-summary-make-menu-bar):
11283 Clarify gnus-summary-limit-to-articles.
11284
11285 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * gnus-util.el (gnus-with-local-quit): New macro.
11288
11289 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11290
11291 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
11292
11293 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11294 ignore non-string data.
11295
11296 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
11297
11298 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11299 non-string data (needs to be done in the registry too).
11300
11301 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11302
11303 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11304 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11305 (gnus-registry-split-fancy-with-parent)
11306 (gnus-registry-fetch-simplified-message-subject-fast)
11307 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11308 Remove text properties on ingress into the registry and when it's saved.
11309 (gnus-registry-clean-empty-function): Fix bug with cleaning the
11310 registry from entries with no groups.
11311
11312 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11313
11314 * gnus-util.el (gnus-string-remove-all-properties): Add utility
11315 function to remove string properties.
11316
11317 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
11318
11319 * gmm-utils.el (gmm): Adjust custom version.
11320
11321 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11322 Adjust custom version.
11323
11324 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11325
11326 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
11327
11328 * gnus-art.el (gnus-insert-prev-page-button)
11329 (gnus-insert-next-page-button): Simplify. Reformat.
11330
11331 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11332
11333 * gnus-art.el (gnus-insert-prev-page-button)
11334 (gnus-insert-next-page-button): Apply gnus-article-button-face.
11335
11336 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
11337
11338 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11339
11340 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
11341
11342 * gnus-art.el (gnus-insert-mime-button)
11343 (gnus-insert-mime-security-button):
11344 Apply gnus-article-button-face to MIME and security buttons.
11345
11346 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
11347
11348 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11349 readable.
11350
11351 2006-09-20 Steve Youngs <steve@sxemacs.org>
11352
11353 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11354 `browse-url-of-file' instead of `browse-url'.
11355
11356 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11357
11358 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11359 regexp. Articles containing quotation were cut prematurely.
11360
11361 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
11362
11363 * message.el (message-cite-original-1): Use nobody by default for the
11364 value of From header.
11365 (message-reply): Ditto.
11366
11367 2006-09-11 Daiki Ueno <ueno@unixuser.org>
11368
11369 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11370 to the gnus-info. This fixes a bug of inline-PGP message verification.
11371 Reported by Michael Piotrowski <mxp@dynalabs.de>.
11372
11373 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
11374
11375 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11376 mails in the doc string. Add some URLs in comment.
11377 (pop3-movemail): Warn about pop3-leave-mail-on-server.
11378
11379 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11382 backslashes handling and the way to find boundaries of quoted strings.
11383
11384 2006-09-07 Daiki Ueno <ueno@unixuser.org>
11385
11386 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11387 mml1991-encrypt-to-self is set and mml1991-signers is not set.
11388 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11389 mml2015-encrypt-to-self is set and mml2015-signers is not set.
11390
11391 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
11392
11393 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
11394 doc string.
11395 (gnus-button-regexp, gnus-button-last): Remove unused variables.
11396
11397 2006-09-06 Simon Josefsson <jas@extundo.com>
11398
11399 * mml2015.el (mml2015-use): Doc fix, mention epg.
11400
11401 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11402
11403 * mml2015.el (mml2015-use): Default to epg, if available.
11404
11405 2006-09-06 Daiki Ueno <ueno@unixuser.org>
11406
11407 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11408 message-sender.
11409 (mml1991-epg-encrypt): Ditto.
11410 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11411 message-sender.
11412 (mml2015-epg-encrypt): Ditto.
11413
11414 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * message.el (message-send-mail-with-sendmail): Look for sendmail in
11417 several common directories.
11418
11419 2006-09-05 Daiki Ueno <ueno@unixuser.org>
11420
11421 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11422 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11423
11424 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11425
11426 * gnus-art.el (article-decode-encoded-words): Make it fast.
11427
11428 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
11429
11430 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11431
11432 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11433 in quoted string into `\'.
11434
11435 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11436
11437 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11438 Use standard-syntax-table.
11439
11440 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
11441
11442 * gnus-art.el (gnus-decode-address-function): New variable.
11443 (article-decode-encoded-words): Use it to decode headers which are
11444 assumed to contain addresses.
11445 (gnus-mime-delete-part): Remove useless `or'.
11446
11447 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11448 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11449 (gnus-nov-parse-line): Use it to decode From header.
11450 (gnus-get-newsgroup-headers): Ditto.
11451 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11452
11453 * mail-parse.el (mail-decode-encoded-address-region): New alias.
11454 (mail-decode-encoded-address-string): New alias.
11455
11456 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11457 New function.
11458 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11459 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11460 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11461 (rfc2047-decode-string): Ditto.
11462 (rfc2047-decode-address-region): New function.
11463 (rfc2047-decode-address-string): New function.
11464
11465 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
11466
11467 * message.el (message-caesar-buffer-body): Allow rotating headers.
11468
11469 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11470
11471 * message.el (message-insert-formated-citation-line): Fix %f.
11472 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11473
11474 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
11475
11476 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11477 (gnus-bookmark-mouse-available-p): New macro.
11478 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11479 (gnus-bookmark-bmenu-show-infos): Use it.
11480 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11481 (gnus-bookmark-bmenu-hide-infos): Ditto.
11482 (gnus-bookmark-remove-properties): New function.
11483 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11484 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11485 (gnus-bookmark-write-file): Bind coding-system-for-write.
11486 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11487 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11488 group before selecting it.
11489 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11490 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11491 quit-window if it is not available; use gnus-mouse-2 and bind it to
11492 gnus-bookmark-bmenu-select-by-mouse.
11493 (gnus-bookmark-show-details): Remove unused variable `details-list'.
11494 (gnus-bookmark-bmenu-select-by-mouse): New function.
11495
11496 2006-08-13 Romain Francoise <romain@orebokech.com>
11497
11498 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11499 space.
11500
11501 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11502
11503 * compface.el (uncompface): Use binary rather than raw-text-unix.
11504
11505 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
11506
11507 * compface.el (uncompface): Make sure the eol conversion doesn't take
11508 place when communicating with the external programs.
11509 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11510
11511 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
11512
11513 * nnheader.el (nnheader-insert-head): Fix typo in comment.
11514
11515 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11516
11517 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11518 Make it more robust by parsing author and date independently.
11519
11520 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11523
11524 2006-07-28 Daiki Ueno <ueno@unixuser.org>
11525
11526 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11527 first matching secret key.
11528 (mml2015-epg-encrypt): Ditto.
11529
11530 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11531 first matching secret key.
11532 (mml1991-epg-encrypt): Ditto.
11533
11534 * mml2015.el (mml2015-encrypt-to-self): New user option.
11535 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11536 mml2015-epg-encrypt-to-self is set.
11537
11538 * mml1991.el (mml1991-encrypt-to-self): New variable.
11539 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11540 mml1991-epg-encrypt-to-self is set.
11541
11542 * mml2015.el (mml2015-signers): New user option.
11543 (mml2015-epg-sign): Reflect the value of mml2015-signers.
11544 (mml2015-epg-encrypt): Allow to select signing keys.
11545
11546 * mml1991.el (mml1991-signers): New variable.
11547 (mml1991-epg-sign): Reflect the value of mml1991-signers.
11548 (mml1991-epg-encrypt): Allow to select signing keys.
11549
11550 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
11551
11552 * nnheader.el (nnheader-insert-head): Make it work even if the file
11553 uses CRLF for the line-break code.
11554
11555 2006-07-25 Daiki Ueno <ueno@unixuser.org>
11556
11557 * mml2015.el: Require mml-sec instead of password.
11558 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11559 (mml2015-cache-passphrase): Inherit the default value from
11560 mml-secure-cache-passphrase.
11561 (mml2015-passphrase-cache-expiry): Inherit the default value from
11562 mml-secure-passphrase-cache-expiry.
11563
11564 * mml1991.el: Require mml-sec instead of password.
11565 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11566 (mml1991-cache-passphrase): Inherit the default value from
11567 mml-secure-cache-passphrase.
11568 (mml1991-passphrase-cache-expiry): Inherit the default value from
11569 mml-secure-passphrase-cache-expiry.
11570
11571 * mml-sec.el: Require password.
11572 (mml-secure-verbose): New user option.
11573 (mml-secure-cache-passphrase): New user option.
11574 (mml-secure-passphrase-cache-expiry): New user option.
11575
11576 2006-07-24 Daiki Ueno <ueno@unixuser.org>
11577
11578 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11579 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
11580 andreas@altroot.de (Andreas Vögele).
11581
11582 FIXME: Use `tiny change'?
11583
11584 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11585
11586 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11587 workaround for the url package included with Emacs.
11588
11589 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11590
11591 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
11592
11593 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11594 correctly. This fixes a bug caused by the 2006-05-12 change.
11595
11596 2006-07-18 Karl Fogel <kfogel@red-bean.com>
11597
11598 * nnmail.el (nnmail-article-group): If splitting raises an error, give
11599 some information about the error when saying that the `bogus' mail
11600 group will be used.
11601
11602 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
11603
11604 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11605 string.
11606
11607 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
11608
11609 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11610
11611 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11612
11613 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11614
11615 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11616
11617 * mml1991.el (mml1991-function-alist): Add epg.
11618 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11619 (mml1991-epg-encrypt): New functions.
11620
11621 2006-07-10 Daiki Ueno <ueno@unixuser.org>
11622
11623 * mml2015.el (mml2015-verbose): New variable.
11624 (mml2015-cache-passphrase): Ditto.
11625 (mml2015-passphrase-cache-expiry): Ditto.
11626 (mml2015-function-alist): Add epg.
11627 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11628 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11629 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11630 New functions.
11631
11632 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11633
11634 * message.el (message-cite-original-1): Preserve region when removing
11635 quoted text due to X-No-Archive in order to avoid bogus attribution
11636 when citing multiple messages.
11637
11638 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11639
11640 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11641 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11642
11643 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
11644
11645 * gnus-diary.el (gnus-user-format-function-d)
11646 (gnus-user-format-function-D): Autoload.
11647
11648 * imap.el (Commentary): Fix typo.
11649
11650 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11651 2006-04-22 contribution.
11652
11653 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11654
11655 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11656 It didn't really fix the bogosity I'm seeing with solid web groups.
11657
11658 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11659
11660 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11661 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11662 created using server names. If we use the feature without declaring
11663 it, Gnus does not properly manage server and group state.
11664
11665 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11666 bound.
11667
11668 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11669
11670 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11671 looking up the method using GROUP's prefix before inventing a new one.
11672 It is used on killed/unknown groups in various places where returning
11673 an all-new method isn't expected by the caller.
11674
11675 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11676 and match semantics of gnus-group-real-prefix.
11677
11678 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
11679
11680 * nnmail.el (nnmail-broken-references-mailers): New variable.
11681 (nnmail-ignore-broken-references): New function generalizing
11682 nnmail-fix-eudora-headers.
11683 (nnmail-fix-eudora-headers): Now obsolete.
11684
11685 * gnus-art.el (gnus-button-handle-custom):
11686 Support `customize-apropos*'.
11687
11688 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11689
11690 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11691
11692 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11693 articles.
11694
11695 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
11696
11697 * message.el (message-cite-reply-above): New variable.
11698 (message-yank-original): Use it.
11699
11700 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
11701
11702 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11703
11704 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
11705
11706 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11707 as read.
11708
11709 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11710
11711 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
11712
11713 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11714 (gnus-bookmark-default-file): Use gnus-directory.
11715 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11716 Remove "*" in doc string.
11717 (gnus-bookmark-write-file): Simplify.
11718 (gnus-bookmark-maybe-sort-alist): Use `when'.
11719 (gnus-bookmark-get-bookmark): Fix typo in doc string.
11720 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11721 Add FIXME about Emacs 21 and XEmacs compatibility.
11722 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11723 compatibility.
11724 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11725 compatibility.
11726 (gnus-bookmark-menu-heading): Fix version.
11727
11728 2006-06-19 Bastien Guerry <bzg@altern.org>
11729
11730 * gnus-bookmark.el: New file.
11731
11732 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
11733
11734 * message.el (message-syntax-checks): Doc fix.
11735
11736 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11737
11738 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11739 unsubscribed groups as if they were killed ones. It causes duplicate
11740 entries in gnus-newsrc-alist.
11741
11742 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * message.el (message-syntax-checks): Doc fix.
11745 (message-send-mail): Add check for continuation headers.
11746 (message-check-news-header-syntax): Fix regexp used to check for
11747 continuation headers.
11748
11749 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
11750
11751 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11752
11753 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
11754
11755 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11756
11757 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11758
11759 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11760 default-truncate-lines.
11761
11762 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11765 to fill the utf-8 entry.
11766
11767 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11768
11769 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11770
11771 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
11772
11773 * gnus-agent.el (directory-files-and-attributes): Move all the way
11774 forward (the third and final move).
11775 (gnus-agent-read-agentview): Trap reconstruction errors due to
11776 nonexistent directory. Handle by returning nil.
11777
11778 2006-05-30 Didier Verna <didier@xemacs.org>
11779
11780 * message.el (message-dont-reply-to-names): Update the custom type.
11781 * message.el (message-dont-reply-to-names): New defsubst: potentially
11782 convert a list of regexps into a single one.
11783 * message.el (message-get-reply-headers): Use it.
11784 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11785
11786 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11787
11788 * gnus-agent.el (directory-files-and-attributes): Move forward.
11789
11790 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11791
11792 * gnus-ml.el (gnus-mailing-list-subscribe)
11793 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11794 (gnus-mailing-list-message): Fix doc strings.
11795
11796 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11797
11798 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11799 of doing it manually.
11800
11801 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11802
11803 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11804 comment.
11805
11806 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
11807
11808 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11809 (gnus-agent-read-agentview): Fix handling of end-of-file error.
11810 (gnus-agent-read-local): All symbols allocated in my-obarray.
11811 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11812 (gnus-agent-regenerate-group): Check numeric names to see if they are
11813 messages or groups.
11814 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11815 better way of do this...)
11816
11817 * gnus-cache.el (gnus-agent-total-fetched-for):
11818 Ignore 'dummy.group' (there should be a better way of do this...)
11819
11820 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
11821
11822 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11823 (gnus-saved-headers): Ditto.
11824 (gnus-default-article-saver): Mention functions may have properties.
11825 (gnus-article-save): Override gnus-save-all-headers and
11826 gnus-saved-headers by :headers property which saver function may have.
11827 (gnus-summary-save-in-file): Add :headers property.
11828 (gnus-summary-write-to-file): Ditto.
11829
11830 * gnus-sum.el (gnus-summary-save-article): Bind
11831 gnus-prompt-before-saving to t when saving many articles in a file;
11832 always show all headers.
11833
11834 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11835
11836 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11837 marks.
11838
11839 * message.el (message-indent-citation): Add optional arguments to allow
11840 using it outside of message buffers.
11841
11842 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11843 (gnus-article-treat-unfold-headers): Use it.
11844 (gnus-article-truncate-lines): New variable.
11845 (gnus-article-mode): Use it.
11846 (gnus-article-toggle-truncate-lines): New function.
11847
11848 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11849 Add gnus-article-toggle-truncate-lines.
11850
11851 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11852 coding system in XEmacs, use binary.
11853
11854 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11855
11856 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11857 after-load-alist.
11858
11859 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11860 this function should save decoded articles.
11861 (gnus-summary-write-to-file): Use property to specify this function
11862 should save decoded articles and specify gnus-summary-save-in-file
11863 should be used to save articles other than the first one when saving
11864 many articles.
11865 (gnus-summary-save-body-in-file): Use property to specify this
11866 function should save decoded articles.
11867 (gnus-summary-write-body-to-file): Use property to specify this
11868 function should save decoded articles and specify
11869 gnus-summary-save-body-in-file should be used to save articles other
11870 than the first one when saving many articles.
11871
11872 * gnus-sum.el (gnus-summary-save-article): Simplify.
11873
11874 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
11875
11876 * gnus-art.el (gnus-default-article-saver):
11877 Add gnus-summary-write-body-to-file.
11878 (gnus-article-save-coding-system): Don't use coding system object
11879 in XEmacs.
11880 (gnus-read-save-file-name): Add optional `dir-var' argument which
11881 specifies directory in which files are saved; work even if optional
11882 `variable' argument is not specified.
11883 (gnus-summary-write-to-file): Read file name.
11884 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11885 (gnus-summary-write-body-to-file): New function.
11886
11887 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11888 (gnus-summary-local-variables): Add it.
11889 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11890 (gnus-summary-save-article): Remove optional `decode' argument;
11891 determine whether to decode articles by the value of
11892 gnus-default-article-saver; when saving many files using
11893 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11894 it first and use gnus-summary-save-in-file or
11895 gnus-summary-save-body-in-file thereafter unless
11896 gnus-prompt-before-saving is always; move point to article which
11897 will be saved.
11898 (gnus-summary-save-article-file): Revert.
11899 (gnus-summary-write-article-file): Revert.
11900 (gnus-summary-save-article-body-file): Revert.
11901 (gnus-summary-write-article-body-file): New function.
11902
11903 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11904
11905 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11906
11907 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
11908
11909 * gnus-art.el (gnus-default-article-saver): Doc fix.
11910 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11911 from gnus-summary-save-article-coding-system, and default to a
11912 certain coding system.
11913 (gnus-output-to-file): Add coding cookie and encode text according
11914 to gnus-article-save-coding-system; don't use mm-append-to-file.
11915
11916 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11917 gnus-art.el and rename to gnus-article-save-coding-system.
11918 (gnus-summary-save-article): Require gnus-art; don't show all
11919 headers if it decodes articles; don't add coding cookie here;
11920 don't bind mm-text-coding-system-for-write.
11921 (gnus-summary-save-article-file): Save decoded articles.
11922 (gnus-summary-write-article-file): When saving many files, use
11923 gnus-summary-write-to-file first and gnus-summary-save-in-file
11924 thereafter unless gnus-prompt-before-saving is always.
11925 (gnus-summary-save-article-body-file): Save decoded articles.
11926
11927 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11928
11929 * nnrss.el (nnrss-check-group): Bind hash-index.
11930
11931 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
11932
11933 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11934 its hash index. Store this hash in `nnrss-group-data'.
11935 (nnrss-read-group-data): Update accordingly.
11936
11937 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11938
11939 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11940 entry.
11941
11942 * gnus-sum.el (gnus-summary-make-menu-bar):
11943 Add gnus-article-browse-html-article.
11944
11945 2006-05-23 Hynek Schlawack <hynek@ularx.de>
11946
11947 * gnus-sum.el (gnus-summary-mime-map):
11948 Add gnus-article-browse-html-article.
11949
11950 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
11951
11952 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11953 suitable coding systems in customize.
11954
11955 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11956
11957 * mail-source.el (mail-sources): Fix custom type.
11958
11959 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11960
11961 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11962 (gnus-summary-expire-articles-now): Shorten prompt.
11963
11964 * gmm-utils.el (wid-edit): Require.
11965 (defun-gmm): Rename from `gmm-defun-compat'.
11966 (gmm-image-search-load-path): Use it.
11967 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
11968
11969 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11970
11971 * gnus-sum.el (gnus-summary-save-article-coding-system):
11972 New variable.
11973 (gnus-summary-save-article): Add optional `decode' argument.
11974 If it is set and gnus-summary-save-article-coding-system is non-nil,
11975 save decoded article.
11976 (gnus-summary-write-article-file): Save decoded article if
11977 gnus-summary-save-article-coding-system is non-nil.
11978
11979 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11980 type.
11981
11982 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
11983
11984 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11985
11986 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
11987
11988 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11989 first to test gnus-single-article-buffer which may be buffer-local.
11990
11991 * gnus-sum.el (gnus-summary-setup-buffer):
11992 Make gnus-single-article-buffer buffer-local and nil in ephemeral
11993 group; make gnus-article-buffer, gnus-article-current, and
11994 gnus-original-article-buffer always buffer-local.
11995 (gnus-summary-exit): Kill article buffer belonging to ephemeral
11996 group.
11997 (gnus-handle-ephemeral-exit): Don't move to next summary line.
11998
11999 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
12000
12001 * nnml.el (nnml-request-compact-group): Compressed files might not
12002 have .gz extension.
12003
12004 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
12005
12006 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12007 (mm-copy-to-buffer): Use with-current-buffer.
12008 (mm-display-part): Simplify.
12009 (mm-inlinable-p): Add optional arg `type'.
12010
12011 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
12012
12013 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12014 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12015 Try harder to show the attachment internally or externally using
12016 gnus-mime-view-part-as-type.
12017
12018 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12019
12020 * message.el (message-from-style, message-signature-separator)
12021 (message-user-organization-file, message-send-mail-function)
12022 (message-citation-line-function, message-yank-prefix)
12023 (message-indent-citation-function, message-signature)
12024 (message-signature-file, message-signature-insert-empty-line):
12025 Remove autoloads.
12026
12027 * gnus-art.el (gnus-buttonized-mime-types):
12028 Remove "multipart/signed". Revert 2006-04-26 change.
12029
12030 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12031
12032 * gnus.el (gnus-version-number): Bump version.
12033
12034 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12035
12036 * gnus.el: No Gnus v0.5 is released.
12037
12038 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12039
12040 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12041 fetching articles by message-id.
12042
12043 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12044
12045 * message.el (hashcash): Require hashcash as normal.
12046
12047 * ecomplete.el (ecomplete-highlight-match-line):
12048 Use point-at-eol.
12049 (ecomplete-highlight-match-line): Use `highlight', because that
12050 face exists in both Emacs and XEmacs.
12051
12052 * message.el (message-display-abbrev): Use point-at-bol.
12053
12054 * mail-source.el: Don't require timer/timer-funcs.
12055
12056 * gnus-async.el: Ditto.
12057
12058 * password.el: Ditto.
12059
12060 * mm-url.el: Ditto.
12061
12062 * mm-util.el: Require timer/timer-funcs.
12063
12064 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12065
12066 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12067 Close.
12068
12069 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
12070
12071 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12072 unibyte after clear-decrypt function runs.
12073
12074 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12075 returns as a unibyte string.
12076
12077 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
12078
12079 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12080 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12081 (mml1991-pgg-encrypt): Ditto.
12082
12083 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
12084
12085 * message.el (message-user-organization-file): Check several
12086 locations of the organization file.
12087
12088 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12089 Add gnus-article-view-part-as-type.
12090
12091 * gnus-art.el (gnus-article-view-part-as-type): New function.
12092
12093 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12094 .mobi and .travel. Remove .nato, .bitnet and .uucp.
12095
12096 * mml.el: Simplify autoload.
12097 (mml-mode): defvar dnd-protocol-alist instead of using
12098 symbol-value.
12099 (mml-default-directory): New variable.
12100 (mml-minibuffer-read-file): Use it.
12101 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12102
12103 * message.el (message-citation-line-format): New variable.
12104 (message-insert-formated-citation-line): New function.
12105 (message-citation-line-function):
12106 Add `message-insert-formated-citation-line' to custom type.
12107
12108 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12109 to doc string.
12110
12111 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12112 depending on mm-verify-option.
12113
12114 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12115
12116 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12117 binding pgg-* variables; reimplement the section which prevents
12118 MIME header from being signed.
12119 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12120 pgg-text-mode; remove a blank line at the top of body.
12121
12122 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12123 lines at the top of body; use gnus-newsgroup-charset if there's no
12124 Charset header.
12125
12126 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
12127
12128 * message.el (message-self-insert-commands): Doc fix.
12129
12130 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12131 (mm-uu-pgp-encrypted-test): Ditto.
12132 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12133 between header and body; return application/pgp-encrypted handle
12134 if decryption failed; decode decrypted body by charset.
12135
12136 * mm-decode.el (mm-automatic-display): Don't make application/pgp
12137 element match to application/pgp-*.
12138
12139 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12140
12141 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12142 HTML.
12143
12144 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12145
12146 * mail-source.el (mail-source-call-script): Message the error
12147 string.
12148
12149 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12150
12151 * gnus-util.el (gnus-byte-compile): Use it.
12152
12153 2006-04-22 xyblor <fake@invalid.email> (tiny change)
12154
12155 * gnus-util.el (kill-empty-logs): New function.
12156
12157 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12158
12159 * message.el (message-mail-alias-type): Doc fix.
12160 (message-mail-alias-type-p): New function.
12161 (message-send): Use it.
12162 (message-mode): Ditto.
12163 (message-strip-forbidden-properties): Ditto.
12164
12165 * ecomplete.el (ecomplete-database-file-coding-system):
12166 New variable.
12167 (ecomplete-save): Use it.
12168 (ecomplete-setup): Use it.
12169
12170 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * message.el (message-self-insert-commands): New variable.
12173 (message-strip-forbidden-properties): Use it.
12174
12175 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12176
12177 * message.el (message-put-addresses-in-ecomplete): Use a regexp
12178 that doesn't make XEmacs choke.
12179
12180 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
12181
12182 * gnus-util.el (gnus-replace-in-string):
12183 Prefer replace-regexp-in-string over of replace-in-string.
12184
12185 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
12186
12187 * gnus-util.el (gnus-select-frame-set-input-focus):
12188 Use select-frame-set-input-focus if it is available in XEmacs; use
12189 definition defined in Emacs 22 for old Emacsen.
12190
12191 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * mm-view.el (mm-inline-text): Use equal instead of equalp.
12194
12195 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
12196
12197 * gnus-registry.el (gnus-registry-cache-save): Remove text
12198 properties when saving via the temp buffer.
12199
12200 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12201
12202 * message.el (message-generate-hashcash): Honor custom type.
12203
12204 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12205
12206 * message.el (message-generate-hashcash): Default to non-nil when
12207 hashcash is found.
12208
12209 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12210 (gnus-refer-thread-limit): Increase default to 500.
12211
12212 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12213
12214 * flow-fill.el (fill-flowed): Allow delete-space.
12215
12216 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
12217
12218 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12219 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12220 Remove autoloads.
12221
12222 2006-04-18 Simon Josefsson <jas@extundo.com>
12223
12224 * message.el (message-generate-hashcash): Default to.
12225
12226 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
12227
12228 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12229 concatenating segments rather than before concatenating them.
12230
12231 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12232
12233 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12234
12235 * imap.el (imap-quote-specials): New function.
12236 (imap-login-auth): Quote specials.
12237
12238 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12239
12240 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12241
12242 * message.el (message-forward-make-body-plain):
12243 Allow message-forward-ignored-headers to be a list.
12244 (message-remove-ignored-headers): Factor out into function.
12245 (message-forward-make-body-mml): Use it.
12246 * rfc2231.el (rfc2231-parse-string): Remove dead code.
12247 (rfc2231-parse-string): Allow concatanation of parameters that
12248 aren't contiguous. The test case is
12249 (mail-header-parse-content-type "message/external-body;
12250 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12251 access-type=LOCAL-FILE;
12252 name*1*=plugh%2fhello-sailor%2fbing.pdf")
12253
12254 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * nntp.el (nntp-accept-process-output): Return the value of
12257 `nnheader-accept-process-output'.
12258
12259 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12260
12261 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12262 (gnus-button-alist): Recognize more diff formats.
12263 (gnus-button-patch): Strip directory.
12264
12265 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
12266
12267 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12268 Emacs 22 when setting focus.
12269
12270 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12271
12272 * gnus-art.el (gnus-article-treat-types): Do treatment of
12273 text/x-verbatim parts.
12274 (gnus-button-patch): New command.
12275
12276 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12277 addresses that contain invalid characters.
12278
12279 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12280
12281 * message.el (message-put-addresses-in-ecomplete):
12282 Use gnus-replace-in-string.
12283 (message-is-yours-p): Use the more correct
12284 mail-header-parse-address instead of
12285 mail-extract-address-components.
12286 (message-put-addresses-in-ecomplete): Fix typo.
12287
12288 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12289 keystroke.
12290
12291 * gnus-art.el (gnus-treatment-function-alist): Change order of
12292 newsgroups/generic header folding to avoid double-folding.
12293
12294 * message.el (message-hidden-headers): Add X-Draft-From.
12295
12296 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12297 New command.
12298 (gnus-summary-repeat-search-article-backward): New command.
12299
12300 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12301 groups in the parent topic.
12302
12303 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
12304
12305 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12306 (spam-extra-header-to-number): Return the CRM114 number as a
12307 number instead of a string.
12308
12309 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12310
12311 * gnus-art.el (gnus-face-properties-alist): Move here from
12312 gnus-fun.
12313
12314 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12315
12316 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12317
12318 * message.el (message-strip-forbidden-properties): Only display on
12319 self-insert-command.
12320
12321 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12322 reindent.
12323 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12324
12325 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
12326
12327 * smiley.el (smiley-style): Fix typo.
12328
12329 2006-03-23 Kenichi Handa <handa@m17n.org>
12330
12331 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12332 instead of set-buffer-multibyte.
12333
12334 2006-03-23 Kenichi Handa <handa@m17n.org>
12335
12336 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12337 buffer and then decode the buffer text if necessary.
12338 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12339 first, and after mm-encode-body, change the buffer to unibyte.
12340
12341 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12342
12343 * hashcash.el (hashcash-insert-payment-async-2):
12344 Use message-goto-eoh instead of doing it manually.
12345 (mail-add-payment): Use message-narrow-to-header instead of trying
12346 to do the same itself.
12347
12348 * message.el (message-hidden-headers): Add Face.
12349
12350 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12351 reparenting code.
12352 (gnus-summary-reparent-children): Refactored out code.
12353 (gnus-summary-thread-map): New keystroke.
12354 (gnus-summary-reparent-children): Make into command.
12355
12356 * smiley.el (smiley-style): Default to `medium' if using a large
12357 font.
12358
12359 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12360 does it itself.
12361
12362 * message.el (message-point-in-header-p): Simplify definition.
12363
12364 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
12365
12366 * nnagent.el (nnagent-request-set-mark): Silence log file
12367 writing.
12368 (nnagent-request-set-mark): Use write-region instead of
12369 append-to-file.
12370
12371 * gnus-sum.el (gnus-read-header): Fudge article number if using a
12372 strange select method.
12373
12374 * ecomplete.el (ecomplete-display-matches): Get highlightling
12375 right.
12376 (ecomplete-display-matches): Use literals.
12377 (ecomplete-display-matches): Disable message logging.
12378
12379 * message.el (message-display-abbrev): Small optimization.
12380
12381 * ecomplete.el (ecomplete-display-matches): Allow automatic
12382 display.
12383
12384 * message.el (message-strip-forbidden-properties):
12385 Display abbrevs.
12386 (message-display-abbrev): Get automatic display right.
12387
12388 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12389 keystrokes.
12390
12391 2006-04-13 Romain Francoise <romain@orebokech.com>
12392
12393 TODO: Backport to v5-10!
12394
12395 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12396 Move here (and rename) from gnus-registry.el.
12397
12398 * gnus-registry.el: Require gnus-util.
12399 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12400
12401 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
12402
12403 * gnus-group.el (gnus-group-catchup-current):
12404 Change if-then-else-if-then-else into cond.
12405 (gnus-group-catchup): Indent.
12406 (group-name-at-point): New function.
12407 (gnus-fetch-group): Provide default from thing at point.
12408
12409 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12410
12411 * message.el (message-display-abbrev): Fix regexp.
12412
12413 * ecomplete.el (ecomplete-highlight-match-line):
12414 Reimplement choosing.
12415 (ecomplete-highlight-match-line): Fix up code rewrite, remove
12416 dead variables.
12417
12418 * message.el (message-newline-and-indent): Remove debugging.
12419 (message-display-abbrev): Use new implementation.
12420
12421 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * gnus-art.el (gnus-article-mode):
12424 Set cursor-in-non-selected-windows to nil.
12425
12426 * smiley.el: Revert previous change.
12427 (smiley-data-directory): defvar it before using it in the
12428 defcustom of `smiley-style'.
12429
12430 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12431
12432 * message.el (message-newline-and-indent): New function.
12433
12434 * ecomplete.el: Implement more bits.
12435
12436 * message.el (message-put-addresses-in-ecomplete): Clean up the
12437 string.
12438
12439 * ecomplete.el (ecomplete-add-item): Chop off decimals.
12440
12441 * gnus-sum.el (gnus-summary-save-parts):
12442 Bind gnus-summary-save-parts-counter and use it to make unique file
12443 names.
12444
12445 * gnus-art.el (gnus-ignored-headers): Add some more headers.
12446
12447 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12448 parameter to say whether to actually parse the individual
12449 addresses.
12450
12451 * message.el (message-put-addresses-in-ecomplete): New function.
12452 (ecomplete): Require.
12453 (message-mail-alias-type): Add ecomplete as an option.
12454
12455 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
12456
12457 * flow-fill.el (fill-flowed): Remove trailing space from blank
12458 quoted lines.
12459
12460 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
12461
12462 * smiley.el (smiley-style): Move definition later to avoid a
12463 compilation warning.
12464
12465 2006-04-12 Kenichi Handa <handa@m17n.org>
12466
12467 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12468 buffer and then decode the buffer text if necessary.
12469 (rfc2231-encode-string): Be sure to work on multibyte buffer at
12470 first, and after mm-encode-body, change the buffer to unibyte.
12471 Use mm-disable-multibyte instead of set-buffer-multibyte.
12472
12473 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12474
12475 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12476 Content-Type header instead of Content-Disposition header.
12477 (gnus-mime-inline-part): Ditto.
12478 (gnus-mime-view-part-as-charset): Ignore charset that the part
12479 specifies.
12480
12481 * mm-decode.el (mm-display-part): Work with external parts and
12482 usual parts similarly.
12483
12484 * mm-extern.el (mm-inline-external-body): Use mm-display-part
12485 instead of gnus-display-mime.
12486
12487 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12488 instead of with-temp-buffer.
12489
12490 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12491 tag to summarized topics part in order to encode non-ASCII text.
12492
12493 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12494
12495 * smiley.el (smiley-style): New variable.
12496 (smiley-directory): New function.
12497 (smiley-data-directory): Derive from `smiley-style' using
12498 `smiley-directory'.
12499 (smiley-regexp-alist): Add new entries.
12500
12501 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12502 (gnus-article-browse-delete-temp): Add :version.
12503
12504 2006-04-11 Arne Jørgensen <arne@arnested.dk>
12505
12506 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12507 the sieve region.
12508
12509 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12510
12511 * gnus.el (gnus-version-number): Bump version.
12512
12513 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
12514
12515 * gnus.el: No Gnus v0.4 is released.
12516
12517 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12518
12519 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12520 layout.
12521
12522 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12523 unknown charset.
12524
12525 * message.el (message-header-synonyms): Add Original-To to the
12526 default.
12527
12528 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12529 optional parameter.
12530
12531 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
12532
12533 * gnus-fun.el (gnus): Require it for gnus-directory.
12534
12535 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12536
12537 * gnus-fun.el (gnus-face-properties-alist): Add :version.
12538
12539 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12540
12541 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12542
12543 2006-04-05 Simon Josefsson <jas@extundo.com>
12544
12545 * password.el (password-reset): New function.
12546
12547 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12548
12549 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12550 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12551
12552 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12553
12554 * nnweb.el (nnweb-google-create-mapping): Update regexp.
12555 Some whitespace was matched into the url, which broke browsing hits
12556 > 100 when mm-url-use-external was nil.
12557
12558 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
12559
12560 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12561 Check gnus-extra-headers for 'Newsgroups.
12562
12563 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12564 bound.
12565
12566 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12567
12568 * pgg-gpg.el: Clean up process buffers every time gpg processes
12569 complete.
12570
12571 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12572
12573 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12574 doc string.
12575
12576 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12577
12578 * pgg-gpg.el (pgg-gpg-process-filter)
12579 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12580
12581 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12582 lines, temporary fix.
12583
12584 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
12585
12586 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12587
12588 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12589
12590 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12591 default-enable-multibyte-characters. This reverts the change from
12592 revision 6.17 which is no longer necessary because the passphrase
12593 is sent separately now. GnuPG messages are unreadable under
12594 multibyte locales with default-enable-multibyte-characters set to
12595 nil.
12596
12597 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
12598
12599 * message.el (message-tool-bar-gnome): Move "spell".
12600
12601 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
12602
12603 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12604 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
12605 instead.
12606
12607 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
12608
12609 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12610 Improve newsgroups handling for NNTP overviews which don't include
12611 Newsgroups.
12612
12613 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12614
12615 * message.el (message-resend): Bind message-generate-hashcash to nil.
12616
12617 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12618
12619 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12620 when searching for already-paid recipients.
12621
12622 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12623
12624 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12625 passphrases when it is not needed.
12626 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12627 passphrase stuff from gpg, should only be necessary when you use
12628 gpg with a smartcard.
12629
12630 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12631
12632 * mml.el (mml-insert-mime): Ignore cached contents of
12633 message/external-body part.
12634
12635 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12636 (mm-insert-part): Ditto.
12637
12638 2006-03-23 Simon Josefsson <jas@extundo.com>
12639
12640 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12641 Reiner.
12642 (pgg-gpg-use-agent-p): Use it again.
12643
12644 2006-03-23 Simon Josefsson <jas@extundo.com>
12645
12646 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12647 older emacsen.
12648 (pgg-gpg-use-agent-p): Don't use it.
12649
12650 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12653 if we can.
12654
12655 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12656
12657 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12658 (pgg-gpg-update-agent): New function.
12659 (pgg-gpg-use-agent-p): New function.
12660 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12661 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12662 (pgg-gpg-sign-region): Use it.
12663
12664 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12665
12666 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12667 Reported by Ralf Wachinger <rwachinger@gmx.de>.
12668
12669 2006-03-21 Simon Josefsson <jas@extundo.com>
12670
12671 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12672 <wilde@sha-bang.de>.
12673 (pgg-gpg-use-agent): New variable.
12674 (pgg-gpg-process-region): Use it.
12675 (pgg-gpg-encrypt-region): Likewise.
12676 (pgg-gpg-encrypt-symmetric-region): Likewise.
12677 (pgg-gpg-decrypt-region): Likewise.
12678 (pgg-gpg-sign-region): Likewise.
12679 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12680
12681 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12682
12683 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12684
12685 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12686 Add comment on version.
12687
12688 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12689
12690 * smiley.el: Add missing test smiley.
12691
12692 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12693
12694 * mm-decode.el (mm-with-part): New macro.
12695 (mm-get-part): Use it; work with message/external-body as well.
12696 (mm-save-part): Treat name and filename equally.
12697
12698 * mm-extern.el (mm-extern-cache-contents): New function.
12699 (mm-inline-external-body): Use it; force the part to be displayed;
12700 move undisplayer added to the cached handle to the parent.
12701
12702 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12703 (gnus-mime-view-part-as-type): Work with message/external-body.
12704
12705 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12706
12707 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12708
12709 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12710 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12711 Emacs.]
12712
12713 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
12714
12715 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12716 path rather than symbol. Always return list of directories.
12717 Guarantee that image directory comes first. [Sync with image.el,
12718 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12719
12720 * message.el (message-make-tool-bar): Adjust to new API of
12721 `gmm-image-load-path-for-library'.
12722
12723 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12724
12725 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12726
12727 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12728
12729 * gnus-art.el (gnus-article-only-boring-p):
12730 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12731 intangible text.
12732 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12733
12734 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
12735
12736 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12737 Use `defun' instead of `gmm-defun-compat'.
12738
12739 2006-03-14 Simon Josefsson <jas@extundo.com>
12740
12741 * message.el (message-unique-id): Don't use message-number-base36
12742 if (user-uid) is a float.
12743 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12744
12745 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12746
12747 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12748
12749 * gnus-art.el (gnus-mime-display-single): Make sure there is an
12750 empty line between a part and a message part.
12751
12752 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
12753
12754 * smiley.el: Add more test smileys.
12755 (smiley-data-directory, smiley-regexp-alist)
12756 (gnus-smiley-file-types): Fix doc strings.
12757 (smiley-update-cache): Clear smiley-cached-regexp-alist before
12758 adding new elements.
12759 (smiley-mouse-map): Unused code. Make it a comment.
12760
12761 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12762
12763 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12764 scan latest NoCeM messages instead of old ones.
12765 (gnus-nocem-check-article): Fix regexps so as to match to PGP
12766 delimiters that are recently used.
12767 (gnus-nocem-load-cache): Add autoload cookie.
12768
12769 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12770
12771 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12772 level which is larger than gnus-use-nocem is specified.
12773
12774 * gnus-group.el (gnus-group-get-new-news): Ditto.
12775
12776 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12777
12778 * gnus-util.el (gnus-tool-bar-update): New function.
12779
12780 * gnus-group.el (gnus-group-update-tool-bar): New variable.
12781 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12782
12783 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12784
12785 * gnus-group.el (gnus-group-redraw-when-idle)
12786 (gnus-group-redraw-check): Remove.
12787 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12788
12789 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12790
12791 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12792 if optional last element is specified in splits (FIELD VALUE...).
12793
12794 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
12795
12796 * message.el (message-make-tool-bar): Rename gmm-image-load-path
12797 to gmm-image-load-path-for-library. Call with no-error argument.
12798 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12799
12800 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12801
12802 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12803
12804 * gmm-utils.el (gmm-image-load-path): Remove alias.
12805
12806 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
12807
12808 * gmm-utils.el (gmm-image-load-path): Add alias.
12809
12810 * nnml.el (nnml-generate-nov-databases-directory): Rename from
12811 nnml-generate-nov-databases-1.
12812 (nnml-generate-nov-databases): Use it.
12813 (nnml-generate-nov-databases-directory): Document no-active
12814 argument.
12815
12816 * gmm-utils.el (gmm-image-load-path-for-library): Return single
12817 directory if path is t. Add no-error.
12818
12819 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12820 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12821
12822 * gnus-art.el (gnus-article-browse-delete-temp-files):
12823 Simplify resetting gnus-article-browse-html-temp-list.
12824
12825 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12826 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
12827 Add example to docstring. Rename local variables. Move error
12828 checks to default case in cond and simplify.
12829
12830 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
12831
12832 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12833 handle is multipart when calling it recursively.
12834 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12835
12836 2006-03-03 Daniel Pittman <daniel@rimspace.net>
12837
12838 * nnimap.el (nnimap-request-update-info-internal): Optimize.
12839 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12840
12841 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12842
12843 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12844 is loaded.
12845
12846 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12847 loaded.
12848
12849 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
12850
12851 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12852 to "Emacs 23 (unicode)" in doc string.
12853
12854 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12855 "Emacs 23 (unicode)" in comment.
12856
12857 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12858
12859 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12860
12861 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12862 characters 160 through 255 in Emacs 23.
12863
12864 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12865
12866 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12867 gnus-article-browse-html-temp.
12868 (gnus-article-browse-delete-temp): Make it customizable.
12869 Add `file'. Adjust doc string.
12870 (gnus-article-browse-delete-temp-files): Add argument.
12871 Allow query for each file. Adjust doc string.
12872 (gnus-article-browse-html-parts):
12873 Add `gnus-article-browse-delete-temp-files' to
12874 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12875
12876 2006-03-02 Hynek Schlawack <hynek@ularx.de>
12877
12878 * gnus-art.el (gnus-article-browse-html-temp)
12879 (gnus-article-browse-delete-temp): New variables.
12880 (gnus-article-browse-delete-temp-files): New function.
12881 (gnus-article-browse-html-parts): Use it.
12882
12883 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12884
12885 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12886
12887 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12888 string.
12889
12890 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12891 gnus-summary-insert-new-articles when unplugged.
12892 Remove gnus-summary-search-article-forward.
12893
12894 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12895 display-visual-class instead of display-color-cells.
12896
12897 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
12898
12899 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12900 message/* containing non-ASCII text properly.
12901
12902 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
12903
12904 * message.el: Require gmm-utils, remove autoloads.
12905 (message-tool-bar): Set default based on
12906 gmm-tool-bar-style.
12907 (message-tool-bar-gnome): Add gmm-customize-mode.
12908
12909 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12910 gmm-tool-bar-style.
12911 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12912
12913 * gnus-group.el (gnus-group-tool-bar): Set default based on
12914 gmm-tool-bar-style.
12915 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12916
12917 * gmm-utils.el (gmm-image-directory): Rename variable from
12918 gmm-image-load-path.
12919 (gmm-image-load-path): Use gmm-image-directory.
12920 (gmm-customize-mode): New function.
12921 (gmm-tool-bar-style): New variable.
12922
12923 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12924 gnus-group-redraw-line-number.
12925 (gnus-group-redraw-check): Simplify.
12926 (gnus-group-tool-bar-update): Remove redraw check.
12927 (gnus-group-make-tool-bar): Add redraw check.
12928
12929 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12930
12931 * gnus-art.el (gnus-button): Add missing parentheses.
12932
12933 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12934
12935 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12936
12937 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12938
12939 * gnus-art.el (gnus-button): New face.
12940 (gnus-article-button-face): Use it.
12941
12942 * gnus-sum.el (gnus-summary-tool-bar-gnome):
12943 Add gnus-summary-next-page. Re-order.
12944
12945 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12946 next-node are now included.
12947 (gnus-group-redraw-line-number): New internal variable.
12948 (gnus-group-redraw-check): Helper function for updating the tool
12949 bar.
12950 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12951
12952 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12953
12954 * spam.el (spam-spamassassin-score-regexp): New internal variable.
12955 (spam-extra-header-to-number, spam-check-spamassassin-headers):
12956 Use it to match format of Spamassassin 3.0 and later.
12957 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12958 (spam-check-bogofilter)
12959 (spam-bogofilter-register-with-bogofilter): Fix args of
12960 `gnus-error' calls.
12961
12962 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
12963
12964 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12965 unnecessary interaction when sending queued mails.
12966 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12967
12968 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12969
12970 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12971 first or last are nil.
12972
12973 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
12974
12975 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12976
12977 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12978
12979 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12980
12981 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12982
12983 * dns.el (query-dns): Protect more against buggy tcp output.
12984
12985 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12986
12987 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12988 nov.php.
12989
12990 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12991
12992 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12993 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12994 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
12995 output on the server side.
12996 (nnweb-google-create-mapping): Update regexps and add some
12997 progress indication.
12998
12999 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
13000
13001 * gnus-group.el (gnus-group-tool-bar-gnome):
13002 Fix gnus-agent-toggle-plugged. Re-order icons.
13003 (gnus-group-tool-bar-gnome):
13004 Add gnus-group-{prev,next}-unread-group.
13005 (gnus-group-tool-bar-gnome): Re-order icons.
13006
13007 * gnus-sum.el (gnus-summary-tool-bar-gnome):
13008 Move gnus-summary-insert-new-articles.
13009
13010 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13011 Fix comments.
13012
13013 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
13014 also available in Emacs 21.3.
13015
13016 * message.el (message-fix-before-sending): Change "Emacs 22" to
13017 "Emacs 23 (unicode)" in comment.
13018
13019 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13020 "Emacs 23 (unicode)" in comment.
13021
13022 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13023 comment.
13024 (mm-coding-system-p): Add comment about no-MULE XEmacs.
13025
13026 * mm-view.el (mm-fill-flowed): Add :version.
13027
13028 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13031 and load-path.
13032
13033 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
13034
13035 * message.el: Autoload gmm-image-load-path.
13036 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13037 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
13038 consitency.
13039
13040 * gmm-utils.el (gmm-image-load-path): Also search in
13041 "../etc/images". Don't set gmm-image-load-path if we don't find
13042 the image.
13043
13044 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
13045
13046 * gmm-utils.el (gmm-image-load-path): Don't make
13047 `gmm-image-load-path' include subdirectories which the second arg
13048 `image' might specify.
13049
13050 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13051 subdirectory to icon file names.
13052
13053 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13054
13055 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
13056
13057 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13058 gmm-image-load-path calls.
13059
13060 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13061
13062 * message.el (message-make-tool-bar): Ditto.
13063
13064 * mml.el (mml-preview): Add comment concerning tool bar icons.
13065
13066 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13067 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13068
13069 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13070 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13071
13072 * message.el (message-tool-bar-gnome): Use new icon names.
13073 (message-make-tool-bar): Use `gmm-image-load-path'.
13074
13075 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13076 New functions from MH-E.
13077 (gmm-image-load-path): New variable from MH-E.
13078 (gmm-image-load-path): New function from MH-E. Add arguments
13079 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
13080 *-image-load-path-called-flag.
13081
13082 2006-02-21 Milan Zamazal <pdm@brailcom.org>
13083
13084 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13085
13086 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
13087
13088 * nnimap.el (nnimap-request-move-article): Change folder back to
13089 source group before deleting.
13090
13091 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
13092
13093 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13094
13095 * gnus-art.el (mm-url-insert-file-contents-external):
13096 Autoload mm-url.
13097
13098 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13099
13100 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
13101
13102 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13103 coding system which mm-charset-to-coding-system returns for a
13104 given charset is valid.
13105
13106 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * html2text.el (html2text-remove-tag-list):
13109 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13110
13111 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13112
13113 * gnus-cus.el: Revert 2005-10-17 change.
13114
13115 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13116
13117 * gnus-art.el (article-strip-banner):
13118 Call article-really-strip-banner only when the regexp match is made.
13119
13120 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
13121
13122 * gnus-art.el (article-strip-banner):
13123 Use gnus-extract-address-components instead of
13124 mail-header-parse-addresses to make it work with non-ASCII text;
13125 remove mail-encode-encoded-word-string.
13126
13127 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13128 values which are surrounded with \"...\"; make it never cause a
13129 Lisp error; give up parsing of parameters if it failed in
13130 extracting type.
13131
13132 2006-02-14 Arne Jørgensen <arne@arnested.dk>
13133
13134 * smime.el (smime-cert-by-ldap-1): Fix bug where
13135 `smime-ldap-search' returns results without userCertificates.
13136
13137 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
13138
13139 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13140
13141 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13142
13143 * spam.el (spam-check-spamassassin-headers): Adapt format for
13144 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
13145 <ari@mbf.ocn.ne.jp>.
13146 (spam-list-of-processors): Add spam-use-gmane.
13147
13148 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13151 make-temp-file; make it work with XEmacs as well.
13152
13153 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13154 mm-make-temp-file.
13155
13156 * mm-decode.el (mm-display-external): Use the 3rd arg of
13157 mm-make-temp-file.
13158 (mm-create-image-xemacs): Ditto.
13159
13160 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
13161
13162 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13163 with message-narrow-to-headers.
13164 (gnus-draft-setup): Narrow to header to run message-fetch-field.
13165 (gnus-draft-check-draft-articles): New function.
13166 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13167
13168 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
13169
13170 * gnus-art.el (gnus-article-browse-html-parts):
13171 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13172 Don't use suffix argument for mm-make-temp-file for Emacs 21
13173 compatibility. Remove useless `format'.
13174
13175 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13176
13177 * nnweb.el (nnweb-google-wash-article): Update regexps.
13178 (nnweb-group-alist): Use defvoo instead of defvar.
13179
13180 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
13181
13182 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13183 re-loading nn* modules.
13184
13185 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13186
13187 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13188 for `tool-bar-mode' and don't check it's default-value.
13189
13190 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13191
13192 * message.el (message-make-tool-bar): Ditto.
13193
13194 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13195 `substring'. Shorten tmp-file name.
13196
13197 * gnus.el: Remove bogus comment.
13198
13199 2006-02-10 Hynek Schlawack <hynek@ularx.de>
13200
13201 * gnus-art.el (gnus-article-browse-html-parts): New function.
13202 (gnus-article-browse-html-article): New function for viewing html
13203 articles with a browser.
13204
13205 2006-02-09 Daiki Ueno <ueno@unixuser.org>
13206
13207 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13208 (mml2015-pgg-encrypt): Ditto.
13209
13210 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13211 (mml1991-pgg-encrypt): Ditto.
13212
13213 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13214
13215 * nnfolder.el (nnfolder-insert-newsgroup-line):
13216 Use message-make-date instead of current-time-string.
13217
13218 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13219 to gnus-decoded which mm-uu might set.
13220
13221 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
13222
13223 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13224 don't decode quoted parameters; remove misimported Emacs code.
13225 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13226 (rfc2231-decode-encoded-string): Don't use split-string which
13227 behaves differently according to Emacs version; use
13228 mm-decode-coding-region to convert charset to coding-system.
13229 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13230 (rfc2231-encode-string): Remove misimported Emacs code.
13231
13232 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
13233
13234 * gnus-art.el (article-decode-charset): Don't use ignore-errors
13235 when calling mail-header-parse-content-type.
13236 (article-de-quoted-unreadable): Ditto.
13237 (article-de-base64-unreadable): Ditto.
13238 (article-wash-html): Ditto.
13239
13240 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13241 calling mail-header-parse-content-type and
13242 mail-header-parse-content-disposition.
13243 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13244 mail-header-parse-content-type.
13245
13246 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13247 insert charset and format parameters; encode description after
13248 inserting it to buffer.
13249 (mml-insert-parameter): Fold lines properly even if a parameter is
13250 segmented into two or more lines; change the max column to 76.
13251
13252 * rfc1843.el (rfc1843-decode-article-body): Don't use
13253 ignore-errors when calling mail-header-parse-content-type.
13254
13255 * rfc2231.el (rfc2231-parse-string): Return at least type if
13256 possible; don't cause an error even if it fails in parsing of
13257 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13258 (rfc2231-encode-string): Don't break lines at the beginning, leave
13259 it to mml-insert-parameter.
13260
13261 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13262 calling mail-header-parse-content-type.
13263
13264 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
13265
13266 * spam-report.el (spam-report-gmane-use-article-number):
13267 Improve doc string.
13268 (spam-report-gmane-internal): Check if a suitable header was found
13269 in the article.
13270
13271 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
13272
13273 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13274 (rfc2231-encode-string): Make param*=value always begin with LWSP.
13275
13276 2006-02-05 Romain Francoise <romain@orebokech.com>
13277
13278 Update copyright notices of all files in the gnus directory.
13279
13280 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13281
13282 * nnweb.el (nnweb-request-group): Avoid growing overview files.
13283
13284 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
13285
13286 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13287 segmented lines of parameter value to cope with Thunderbird 1.5
13288 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13289 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13290 (rfc2231-encode-string): Don't make lines exceeding 76 column.
13291
13292 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
13293
13294 * mml.el (mml-generate-mime-1): Correct the order of inline signed
13295 parts.
13296
13297 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13298
13299 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13300 there's only one active file for all servers.
13301 (nnweb-request-scan): Make sure nnweb-articles is initialized on
13302 solid groups. Gnus might have used a FAST request to select the group.
13303 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13304 and nnweb-search redundantly in the active file.
13305 (nnweb-request-list): Don't list bogus groups. There can only be one.
13306 (nnweb-request-create-group): Don't use ARGS.
13307 (nnweb-possibly-change-server, nnweb-request-group): Remove some
13308 initialisations. Let nnoo do the work.
13309
13310 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
13311
13312 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13313 Say the part has been decoded.
13314
13315 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13316
13317 2006-01-31 Kevin Ryde <user42@zip.com.au>
13318
13319 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13320 mailcap-viewer-test-cache when there's no 'test clause, since that
13321 will invert the meaning of a "nil" test previously determined by
13322 mailcap-mailcap-entry-passes-test.
13323
13324 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
13325
13326 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13327 compiling.
13328
13329 * gnus-sum.el: Ditto.
13330
13331 * message.el: Don't bind tool-bar-map when compiling.
13332
13333 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
13334
13335 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13336
13337 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
13338
13339 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13340 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13341 current Google Groups.
13342
13343 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
13344
13345 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13346 and tool-bar-mode.
13347
13348 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13349 and tool-bar-mode.
13350
13351 * message.el (message-tool-bar-update): Simplify.
13352 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13353
13354 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13355 gnus-summary-buffer.
13356 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13357 gnus-summary-reply.
13358
13359 * gmm-utils.el (gmm): Add :version.
13360
13361 2006-01-26 Steve Youngs <steve@sxemacs.org>
13362
13363 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13364 Don't autoload.
13365
13366 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13367
13368 * gmm-utils.el (gmm-verbose): Add :group.
13369
13370 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
13371
13372 * message.el: Change some comments WRT tool-bars.
13373
13374 * gnus-sum.el (gnus-summary-tool-bar)
13375 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13376 (gnus-summary-tool-bar-zap-list): New variables.
13377 (gnus-summary-make-tool-bar): Complete rewrite using
13378 `gmm-tool-bar-from-list'.
13379
13380 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13381 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13382 New variables.
13383 (gnus-group-make-tool-bar): Complete rewrite using
13384 `gmm-tool-bar-from-list'.
13385 (gnus-group-tool-bar-update): New function.
13386
13387 * message.el (message-mode-field-menu): Add "Show hidden Headers".
13388
13389 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
13390
13391 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13392 is dissected into a single part of which the type is the same as
13393 the given one; decode charset.
13394
13395 2006-01-21 Kevin Ryde <user42@zip.com.au>
13396
13397 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13398 into alists as symbol not string, since that's what
13399 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13400 look for.
13401
13402 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
13403
13404 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13405 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13406
13407 * message.el (message-tool-bar-gnome): Use gmm-ignore.
13408
13409 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13410
13411 * gnus-art.el (gnus-mime-security-button-commands): New variable.
13412 (gnus-mime-security-button-menu): New definition.
13413 (gnus-mime-security-button-map): Use them.
13414 (gnus-mime-security-button-menu): New function.
13415 (gnus-insert-mime-security-button): Addition to help echo.
13416 (gnus-mime-security-run-function, gnus-mime-security-save-part)
13417 (gnus-mime-security-pipe-part): New functions.
13418
13419 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13420 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13421
13422 * mm-decode.el (mm-handle-set-disposition): Remove.
13423 (mm-handle-set-description): Remove.
13424
13425 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
13426
13427 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13428 (mm-w3m-standalone-supports-m17n-p): New function.
13429 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13430 w3m usage.
13431
13432 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13433 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13434
13435 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
13436
13437 * message.el (message-tool-bar-zap-list):
13438 Use gmm-tool-bar-zap-list as custom type.
13439 (message-tool-bar-update): New function.
13440 (message-tool-bar, message-tool-bar-gnome)
13441 (message-tool-bar-retro): Add message-tool-bar-update.
13442 (message-tool-bar-gnome): Add flyspell-buffer.
13443
13444 * gnus-util.el (gnus-error): Describe `args'.
13445
13446 * gmm-utils.el (gmm-error): Describe `args'.
13447 (gmm-tool-bar-zap-list): New widget.
13448 (gmm-tool-bar-from-list): Improve description of `zap-list'.
13449
13450 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13451
13452 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13453 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13454 the number of recursive calls.
13455
13456 * mm-decode.el (mm-handle-set-disposition): New macro.
13457 (mm-handle-set-description): New macro.
13458
13459 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13460
13461 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13462 encoding.
13463
13464 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13465
13466 * message.el (message-tool-bar-zap-list, message-tool-bar)
13467 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13468 (message-tool-bar-local-item-from-menu): Remove.
13469 (message-tool-bar-map): Replace by `message-make-tool-bar'.
13470 (message-make-tool-bar): New function.
13471 (message-mode): Use `message-make-tool-bar'.
13472
13473 * gmm-utils.el: New file.
13474 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13475 (gmm-lazy): New widget copied from `nnmail.el'.
13476 (gmm-tool-bar-from-list): New function for creating customizable
13477 tool bars.
13478 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
13479 output.
13480 (gmm): Add :prefix to defgroup.
13481
13482 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
13483
13484 * gmm-utils.el (gmm-widget-p): New function.
13485
13486 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
13487
13488 * mml.el (mml-attach-file): Describe `description' in doc string.
13489 (mml-menu): Add Emacs MIME manual and PGG manual.
13490
13491 2006-01-20 Richard M. Stallman <rms@gnu.org>
13492
13493 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13494
13495 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
13496
13497 * nntp.el (nntp-end-of-line): Doc fix.
13498
13499 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
13500
13501 * imap.el (imap-open): Handle case where buffer is a buffer
13502 object.
13503
13504 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * gnus-delay.el (gnus-delay): Don't autoload.
13507 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13508 to be re-loaded when customizing the `gnus-delay' group.
13509
13510 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
13511
13512 * message.el (message-insert-citation-line): Use newlines.
13513
13514 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13515
13516 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13517
13518 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13519
13520 2006-01-19 Mark D. Baushke <mdb@gnu.org>
13521
13522 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13523
13524 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13525
13526 * mm-decode.el (mm-inlined-types): Add application/pgp.
13527 (mm-automatic-display): Ditto.
13528
13529 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13530 part as text.
13531
13532 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13533
13534 * nnrss.el: Update copyright.
13535 (nnrss-opml-import): Query whether to subscribe to each entry.
13536
13537 * gnus-art.el:
13538 * gnus-sum.el:
13539 * mm-uu.el:
13540 * mm-view.el: Update copyright.
13541
13542 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
13543
13544 * message.el (message-info): New function.
13545 (message-mode-menu): Add it.
13546 Update copyright.
13547
13548 * ChangeLog: Fix and update copyright.
13549
13550 2006-01-13 Romain Francoise <romain@orebokech.com>
13551
13552 * message.el (message-forward-subject-name-subject): Prefer the
13553 address to 'nowhere' if the sender has no name.
13554 Fix typo. Update copyright year.
13555
13556 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13557
13558 * gnus-art.el (article-wash-html):
13559 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13560 (gnus-article-wash-html-with-w3m-standalone): New function.
13561
13562 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13563 mm-inline-text-html-render-with-w3m-standalone.
13564 (mm-text-html-washer-alist): Map w3m-standalone to
13565 gnus-article-wash-html-with-w3m-standalone.
13566 (mm-inline-text-html-render-with-w3m-standalone): New function.
13567
13568 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13569
13570 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13571 Improve LaTeX.
13572
13573 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13574
13575 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13576 (nnrss-request-article): Render text/plain parts as HTML.
13577
13578 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13579 the buffer.
13580
13581 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
13582
13583 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13584 custom definition of `gnus-posting-styles'.
13585
13586 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13587 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13588
13589 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13590
13591 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13592 Use nntp for bug archive.
13593
13594 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13595
13596 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13597 parts.
13598 (nnrss-normalize-date): New function converts ISO 8601 date into
13599 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13600 (nnrss-check-group): Use it.
13601
13602 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
13603
13604 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13605
13606 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13607 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
13608 (nnrss-insert-w3): Ditto.
13609
13610 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
13611
13612 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13613 the articles to be forwarded including the case where neither a
13614 number of articles nor a region is specified.
13615
13616 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
13617
13618 * nnrss.el (nnrss-request-article): Fix last change; fill
13619 text/plain parts.
13620
13621 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
13622
13623 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13624 in text/plain part.
13625 (nnrss-check-group): Don't add excessive newline to dc:subject.
13626
13627 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
13628
13629 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13630 article.
13631
13632 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13633
13634 * nnml.el: Don't require gnus-bcklg. Autoload it.
13635 (nnml-use-compressed-files, nnml-save-mail): Support other
13636 comression programs such as bzip2.
13637
13638 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13639
13640 * dns.el (query-dns): Make sure we check the buffer size before
13641 removing tcp headers.
13642
13643 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
13644
13645 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13646 remove MIME buttons associated with multipart/alternative parts.
13647 (gnus-mime-display-alternative): Tag buttons using `article-type'
13648 text property.
13649
13650 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13651 associated with multipart/alternative parts.
13652
13653 * gnus-art.el (gnus-signature-separator): Fix custom type.
13654
13655 * mm-decode.el (mm-inlined-types): Fix custom type.
13656 (mm-keep-viewer-alive-types): Ditto.
13657 (mm-automatic-display): Ditto.
13658 (mm-attachment-override-types): Ditto.
13659 (mm-inline-override-types): Ditto.
13660 (mm-automatic-external-display): Ditto.
13661
13662 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13663
13664 * spam-report.el (spam-report-user-mail-address)
13665 (spam-report-user-agent): New variables.
13666 (spam-report-url-ping-plain): Use spam-report-user-agent.
13667
13668 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
13669
13670 * gnus-art.el (gnus-button-handle-custom): Do not just use
13671 `customize-apropos' for any "M-x customize-*" button but the
13672 function called for. Accept both the function name and its
13673 argument in order to achieve this.
13674 (gnus-button-alist): Remove support for "custom:" URL's.
13675 Pass function name to `gnus-button-handle-custom' in case of "M-x
13676 customize-*" buttons.
13677
13678 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13681 multipart/alternative and add xref to mm-discouraged-alternatives
13682 in doc string.
13683
13684 * mm-decode.el (mm-discouraged-alternatives): Add xref to
13685 gnus-buttonized-mime-types in doc string.
13686
13687 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
13688
13689 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13690 Suggest image/.* in the doc string.
13691
13692 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
13693
13694 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13695 message-marks (Debian bug #342521).
13696
13697 2005-12-12 Simon Josefsson <jas@extundo.com>
13698
13699 * password.el (password-read-from-cache): Add.
13700 (password-read): Use it.
13701
13702 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * rfc2047.el (rfc2047-charset-to-coding-system):
13705 Recognize us-ascii as a MIME charset.
13706
13707 * mm-bodies.el (mm-decode-content-transfer-encoding):
13708 Protect against the case where the 2nd arg TYPE is nil.
13709
13710 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13711
13712 * pop3.el (pop3-stream-type): Fix custom version.
13713
13714 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13715
13716 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13717
13718 * mm-decode.el (mm-display-external): Add missing cdr.
13719
13720 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
13721
13722 * mm-decode.el (mm-display-external): Use nametemplate (defined in
13723 RFC1524) if it is in mailcap or add a suffix according to
13724 mailcap-mime-extensions when generating a temp filename; postpone
13725 deleting a temp file for 2 seconds for some wrappers, shell
13726 scripts, and so on, which might exit right after having started a
13727 viewer command as a background job.
13728
13729 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13730
13731 * nntp.el (nntp-marks-directory): Fix custom group.
13732
13733 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13734 steps when < 10.
13735
13736 * gnus-start.el (gnus-no-server-1):
13737 Mention `gnus-level-default-subscribed' in doc string.
13738
13739 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13740
13741 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13742 parens.
13743
13744 2005-11-26 Dave Love <fx@gnu.org>
13745
13746 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13747 (tls-program, tls-success): Provide openssl alternative.
13748
13749 * starttls.el: Doc fixes.
13750 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13751 SERVICE to PORT.
13752
13753 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
13754 port null or service name.
13755 (starttls-negotiate): Autoload.
13756
13757 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
13758
13759 * message.el (message-kill-to-signature): Fix interactive spec.
13760
13761 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * pop3.el (pop3-open-server): Recognize a string as a service name.
13764
13765 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
13766
13767 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13768
13769 2005-11-23 Dave Love <fx@gnu.org>
13770
13771 Add pop3s, pop3/starttls.
13772
13773 * pop3.el (pop3-authentication-scheme): Clarify doc.
13774 (open-tls-stream, starttls-open-stream): Autoload.
13775 (pop3-stream-type): New.
13776 (pop3-open-server): Use it.
13777
13778 * mail-source.el (mail-sources): Fix some :types. Add stream type
13779 for POP.
13780 (mail-source-keyword-map): Add :stream for POP.
13781 (mail-source-fetch-pop): Use pop3-stream-type.
13782
13783 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
13784
13785 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13786 of current-time-string.
13787
13788 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
13789
13790 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13791 date header.
13792
13793 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13794
13795 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13796 it can seriously impact performance as it bypasses the agent's
13797 local caches.
13798
13799 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
13800
13801 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13802 must be explicitly online rather than "not explicitly offline" for
13803 its flags to be synchronized.
13804
13805 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13806 that gnus-uu-unmark-thread will function correctly.
13807
13808 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13809 1024K is instead displayed as 1M.
13810
13811 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13812
13813 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13814
13815 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
13816
13817 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13818
13819 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
13820
13821 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13822 error message to display actual error condition.
13823 (gnus-agent-save-local): Avoid saving symbols that are bound to
13824 nil as they simply result in a warning message in
13825 gnus-agent-read-local.
13826
13827 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13828
13829 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13830 rather than make-variable-buffer-local for file-precious-flag.
13831
13832 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13833
13834 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13835 for duplicates which are removed. The invalid sort check then
13836 triggers a rescan after the sort as sorting may have moved
13837 duplicate entries such that they can be cheaply detected.
13838
13839 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13842
13843 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
13844
13845 * gnus-agent.el (gnus-agent-article-alist-save-format):
13846 Change internal variable to a custom variable. Change default value
13847 from compressed(2) to uncompressed(1).
13848 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13849 support for uncompressed agentview files. Taken together, reading
13850 the agentview file should now be 6-7 times faster.
13851
13852 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
13853
13854 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13855 as a buffer-local variable. This avoids creating truncated
13856 dribble files as a result of a hang up, eg.
13857
13858 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
13859
13860 * gnus-start.el (gnus-start-draft-setup):
13861 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13862
13863 * gnus.el (gnus-splash): Change custom group.
13864 (gnus-group-get-parameter, gnus-group-parameter-value):
13865 Describe allow-list argument.
13866
13867 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13868 string.
13869
13870 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13871
13872 * gnus-art.el (gnus-default-article-saver): Add user-defined
13873 `function' to custom type.
13874
13875 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13876
13877 * imap.el (imap-open): Handle case where buffer is a buffer
13878 object.
13879
13880 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
13881
13882 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13883 long lines.
13884 (gnus-cache-delete-group): Wrap doc strings.
13885
13886 * gnus-agent.el (gnus-agent-rename-group)
13887 (gnus-agent-delete-group): Wrap doc strings.
13888
13889 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13890
13891 * gnus-start.el (gnus-1): Add "native" to
13892 gnus-predefined-server-alist.
13893
13894 * gnus.el (gnus-method-to-server): Don't add "native" to the
13895 lists here, because that leads to problems when
13896 gnus-select-method is bound.
13897
13898 2005-11-09 Simon Josefsson <jas@extundo.com>
13899
13900 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13901 use (not sort-by-date) instead.
13902
13903 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
13904
13905 * gnus-delay.el (gnus-delay-group): Don't autoload.
13906 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13907 to be re-loaded when customizing the `gnus-delay' group.
13908
13909 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * message.el: Revert last changes.
13912 (message-insert-citation-line): Use newlines.
13913
13914 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * message.el (message-courtesy-message)
13917 (message-mark-insert-begin, message-mark-insert-end)
13918 (message-elide-ellipsis, message-cancel-message)
13919 (message-add-header, message-change-subject)
13920 (message-cross-post-followup-to-header)
13921 (message-cross-post-insert-note, message-reduce-to-to-cc)
13922 (message-widen-reply, message-delete-not-region)
13923 (message-kill-to-signature, message-insert-signature)
13924 (message-insert-importance-high, message-insert-importance-low)
13925 (message-insert-or-toggle-importance)
13926 (message-insert-disposition-notification-to)
13927 (message-indent-citation, message-yank-original)
13928 (message-cite-original-without-signature, message-cite-original)
13929 (message-insert-citation-line, message-position-on-field)
13930 (message-fix-before-sending, message-send-mail-partially)
13931 (message-send-mail, message-send-mail-with-sendmail)
13932 (message-send-mail-with-qmail, message-send-news)
13933 (message-check-news-header-syntax, message-generate-headers)
13934 (message-insert-courtesy-copy, message-fill-address)
13935 (message-fill-header, message-shorten-references)
13936 (message-setup-1, message-cancel-news)
13937 (message-forward-make-body-plain, message-forward-make-body-mime)
13938 (message-forward-make-body-mml, message-encode-message-body)
13939 (message-forward-make-body-digest-plain)
13940 (message-forward-make-body-digest-mime)
13941 (message-use-alternative-email-as-from): Insert `hard-newline'
13942 instead of ordinary newlines.
13943
13944 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
13945
13946 * message.el (message-generate-headers): Downcase the argument
13947 given to message-check-element.
13948
13949 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
13950
13951 * nntp.el (nntp-authinfo-rejected): New error condition.
13952 (nntp-wait-for): Use new error condition to signal authentication
13953 error.
13954 (nntp-retrieve-data): Rethrow new error condition to break out of
13955 recursive call to nntp-send-authinfo.
13956
13957 2005-11-08 Romain Francoise <romain@orebokech.com>
13958
13959 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13960 (gnus-summary-exit-map): Bind to `Z p'.
13961 (gnus-summary-make-menu-bar): Add menu item.
13962
13963 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
13964
13965 * gnus-art.el (gnus-article-treat-custom): Add `first'.
13966 (gnus-treat-*): Add `first' in all doc strings.
13967
13968 * gnus-group.el (gnus-group-compact-group): Fix typo.
13969
13970 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13971
13972 * gnus.el (gnus-parameters-case-fold-search): New variable.
13973 (gnus-parameters-get-parameter): Use it.
13974
13975 * gnus-score.el (gnus-home-score-file): Doc fix.
13976
13977 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
13978
13979 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13980
13981 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
13982
13983 * mm-util.el (mm-special-display-p): New function.
13984
13985 * mml.el (mml-preview): Use it; doc fix.
13986
13987 2005-10-29 Romain Francoise <romain@orebokech.com>
13988
13989 * message.el (message-fix-before-sending): Fix comment.
13990
13991 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13992
13993 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13994
13995 2005-10-29 Jari Aalto <jari.aalto@cante.net>
13996
13997 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13998 Used in gnus-score.el.
13999
14000 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14001
14002 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14003
14004 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14005
14006 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14007 whitespace removed in revision 7.8. Use concatenated string to
14008 protect trailing whitespace.
14009
14010 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
14011
14012 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14013 (nnimap-request-expire-articles): Use it to avoid sending 'UID
14014 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14015 Courier IMAP ("some version from 2004"). Mostly based on similar
14016 code in the same function.
14017
14018 2005-10-26 Didier Verna <didier@xemacs.org>
14019
14020 * gnus-group.el (gnus-group-compact-group): Invalidate original
14021 article buffer.
14022 * gnus-srvr.el (gnus-server-compact-server): Ditto.
14023 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14024 NOV database and in article itself.
14025 Invalidate article backlog.
14026
14027 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14028
14029 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14030
14031 2005-10-26 Simon Josefsson <jas@extundo.com>
14032
14033 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14034 part of 2004-07-25 change.
14035
14036 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
14037
14038 * message.el (message-display-completion-list): New function.
14039 (message-expand-group): Use it; make sure the Completions buffer
14040 is modifiable.
14041
14042 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
14043
14044 * imap.el (imap-open): Handle case where buffer is a buffer object.
14045
14046 2005-10-24 Eli Zaretskii <eliz@gnu.org>
14047
14048 * pgg-def.el:
14049 * pgg-gpg.el:
14050 * pgg-parse.el:
14051 * pgg-pgp.el:
14052 * pgg-pgp5.el:
14053 * pgg.el: Move to the parent lisp directory.
14054
14055 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
14056
14057 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14058 user-mail-name is an empty string.
14059
14060 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
14061
14062 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14063 depending on gnus-score-decay-constant.
14064
14065 * encrypt.el (encrypt-insert-file-contents)
14066 (encrypt-write-file-contents): Don't use `gnus-message'.
14067
14068 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14069 arguments.
14070 (mm-uu-type-alist): Add message-marks and insert-marks.
14071 Pass arguments to mm-uu-verbatim-marks-extract.
14072 (mm-uu-hide-markers): New variable.
14073 (mm-uu-extract): Use face similar to `gnus-cite-3'.
14074
14075 * gnus-fun.el (gnus-convert-image-to-x-face-command)
14076 (gnus-convert-image-to-face-command): Use "convert" by default to
14077 allow other input image formats.
14078 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14079 accordingly.
14080
14081 2005-10-23 Simon Josefsson <jas@extundo.com>
14082
14083 * imap.el (imap-gssapi-program): Align command line parameters
14084 with latest GNU SASL.
14085 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14086
14087 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14088
14089 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14090 HTML.
14091 (nnslashdot-request-article): Ditto.
14092
14093 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14094
14095 * mail-source.el (mail-source-fetch-pop): Require pop3.
14096 (mail-source-check-pop): Ditto.
14097
14098 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14099
14100 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14101 errors.
14102
14103 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14104
14105 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14106 (gnus-treat-strip-leading-blank-lines): Improve doc string.
14107
14108 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14109
14110 * mm-bodies.el (mm-decode-string):
14111 Call `mm-charset-to-coding-system' with allow-override argument.
14112
14113 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14114
14115 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14116 (rfc2047-charset-to-coding-system): New function.
14117 (rfc2047-decode-encoded-words): New function.
14118 (rfc2047-decode-region): Use them.
14119 (rfc2047-decode-cte): Remove.
14120 (rfc2047-parse-and-decode): Remove.
14121 (rfc2047-decode): Remove.
14122
14123 2005-10-15 Kenichi Handa <handa@m17n.org>
14124
14125 * rfc2047.el (rfc2047-decode-cte): New function.
14126 (rfc2047-decode-region): Change the way to decode successive
14127 encoded-words: decode B- or Q-encoding in each encoded-word,
14128 concatenate them, and decode it as charset.
14129
14130 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14131
14132 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
14133 widget-move-and-invoke.
14134 (gnus-custom-mode): Use gnus-custom-map.
14135
14136 2005-10-15 Bill Wohler <wohler@newt.com>
14137
14138 * message.el (message-tool-bar-map): Rename image file from
14139 mail_send to mail/send.
14140
14141 2005-10-16 Masatake YAMATO <jet@gyve.org>
14142
14143 * message.el (message-expand-group): Pass the common
14144 prefix substring of completion to `display-completion-list'.
14145
14146 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
14147
14148 * mml-sec.el (mml-secure-method): New internal variable.
14149 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14150 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14151 New functions using mml-secure-method.
14152
14153 * mml.el (mml-mode-map): Add key bindings for those functions.
14154 (mml-menu): Simplify security menu entries. Suggested by Jesper
14155 Harder <harder@myrealbox.com>.
14156 (mml-attach-file, mml-attach-buffer, mml-attach-external):
14157 Goto end of message if point is the headers of the message.
14158
14159 * message.el (message-in-body-p): New function.
14160
14161 * assistant.el: Autoload gnus-util and netrc.
14162
14163 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14164 Use `mm-charset-override-alist' only when decoding.
14165
14166 * mm-bodies.el (mm-decode-body):
14167 Call `mm-charset-to-coding-system' with allow-override argument.
14168
14169 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14170 `filename' from Content-Disposition if Content-Type doesn't
14171 provide `name'.
14172 (gnus-mime-view-part-as-type): Set default instead of
14173 initial-input.
14174
14175 2005-10-09 Daniel Brockman <daniel@brockman.se>
14176
14177 * format-spec.el (format-spec): Propagate text properties of % spec.
14178
14179 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14180
14181 * gnus-art.el (gnus-treat-predicate): Add `first'.
14182
14183 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
14184
14185 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14186 (mm-charset-override-alist): New variable.
14187 (mm-charset-to-coding-system): Use it.
14188 (mm-codepage-setup): New helper function.
14189 (mm-charset-eval-alist): New variable.
14190 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14191 Warn about unknown charsets.
14192
14193 2005-10-04 David Hansen <david.hansen@gmx.net>
14194
14195 * nnrss.el (nnrss-request-article): Add support for the comments tag.
14196 (nnrss-check-group): Ditto.
14197
14198 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14201 Rename x-gnus-verbatim to x-verbatim.
14202 (mm-uu-type-alist): Fix regexp for verbatim-marks.
14203
14204 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14205 x-verbatim.
14206
14207 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14208
14209 * gnus-util.el (gnus-remove-duplicates): Remove.
14210
14211 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14212 instead of gnus-remove-duplicates.
14213
14214 * message.el (message-remove-duplicates): Remove.
14215 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14216 message-remove-duplicates.
14217
14218 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14219 available, else use implementation from `delete-dups'.
14220
14221 * message.el (message-insert-expires): New function.
14222 (message-mode-map): Add key binding.
14223 (message-mode-field-menu): Add menu entry.
14224 (message-mode): Document it.
14225 (message-make-expires-date): Use `message-make-date'.
14226
14227 2005-10-04 Josh Huber <huber@alum.wpi.edu>
14228
14229 * message.el (message-make-expires-date): New function.
14230
14231 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
14232
14233 * time-date.el: Autoload parse-time-string, XEmacs needs it.
14234
14235 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14236
14237 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14238 function rather than the diff-mode.el package.
14239 (mm-display-external): Use with-current-buffer.
14240 (mm-viewer-completion-map, mm-viewer-completion-map):
14241 Move initialization inside declaration.
14242
14243 2005-09-29 Simon Josefsson <jas@extundo.com>
14244
14245 * spam.el: Load hashcash when compiling, to avoid warnings.
14246 Don't autoload mail-check-payment.
14247 (spam-check-hashcash): Define unconditionally, since hashcash.el
14248 is part of Gnus now. Ignore errors from payment checking.
14249
14250 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14251
14252 * message.el (message-bold-region, message-unbold-region):
14253 Rename from `bold-region' and `unbold-region'.
14254
14255 * message.el: Remove useless autoloads.
14256
14257 2005-09-28 Simon Josefsson <jas@extundo.com>
14258
14259 * message.el (message-use-idna): Default to t.
14260 (message-use-idna): Test whether encoding works too. Doc fix.
14261
14262 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
14263
14264 * nntp.el (nntp-warn-about-losing-connection): Remove.
14265
14266 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14267
14268 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14269 customizable. Change default value.
14270 (mm-uu-diff-groups-regexp): Change default value.
14271 (mm-uu-type-alist): Add doc string.
14272 (mm-uu-configure): Add doc string. Make it interactive.
14273 (mm-uu-tex-groups-regexp): New variable.
14274 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14275 (mm-uu-type-alist): Add LaTeX documents.
14276 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14277 of "text/verbatim".
14278 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14279
14280 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14281 instead of "text/verbatim".
14282
14283 * message.el (message-mark-inserted-region)
14284 (message-mark-insert-file): Use slrn style marks when called with
14285 prefix argument.
14286
14287 2005-09-27 Simon Josefsson <jas@extundo.com>
14288
14289 * message.el (message-idna-to-ascii-rhs-1): Reformat.
14290
14291 2005-09-27 Arne Jørgensen <arne@arnested.dk>
14292
14293 * message.el (message-remove-duplicates): New function.
14294 Implementation borrowed from `gnus-remove-duplicates'.
14295 (message-idna-to-ascii-rhs): Also encode idna addresses in
14296 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14297 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14298 only ask about the same idna domain once per header and also tell
14299 in what header to replace the idna domain.
14300
14301 * gnus-art.el (article-decode-idna-rhs): Also decode idna
14302 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14303 (article-decode-idna-rhs): Fix regexp so that all idna-address in
14304 a header is decoded and not just the last one.
14305
14306 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
14307
14308 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14309 has been decoded.
14310
14311 * mm-decode.el (mm-automatic-display): Add text/verbatim.
14312 (mm-insert-part): Don't modify text if it has been decoded.
14313
14314 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14315 decoded.
14316
14317 * mm-view.el (mm-inline-text): Don't strip text props unless
14318 decoding enriched or richtext parts.
14319
14320 2005-09-25 Romain Francoise <romain@orebokech.com>
14321
14322 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14323 * gnus-start.el (gnus-subscribe-interactively):
14324 * gnus-uu.el (gnus-uu-grab-articles):
14325 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14326 space.
14327
14328 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14329
14330 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14331 * mm-view.el (mm-view-pkcs7-decrypt):
14332 * gnus-sum.el (gnus-summary-limit-to-extra)
14333 (gnus-summary-respool-article, gnus-read-move-group-name):
14334 * gnus-score.el (gnus-summary-increase-score):
14335 * gnus-util.el (gnus-completing-read-with-default):
14336 * gnus-art.el (gnus-read-save-file-name)
14337 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14338 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14339 * message.el (message-check-news-header-syntax):
14340 Follow convention for reading with the minibuffer.
14341
14342 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
14343
14344 * spam-report.el (spam-report-url-ping-plain):
14345 Use gnus-extended-version as User-Agent.
14346
14347 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14348 default value is nil.
14349
14350 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14351 (mm-uu-verbatim-marks-extract): New function.
14352 (mm-uu-extract): New face.
14353 (mm-uu-copy-to-buffer): Use it.
14354
14355 * spam-report.el (spam-report-gmane-ham): Rename from
14356 `spam-report-gmane-unspam'.
14357 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14358 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
14359
14360 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14361 Autoload.
14362 (spam-report-gmane-unregister-routine):
14363 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14364
14365 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
14366
14367 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14368 (spam-report-gmane-unregister-routine): Add support for gmane
14369 unregistration.
14370
14371 * spam-report.el (spam-report-gmane-unspam)
14372 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14373 (spam-report-gmane): Change to take a single article and do unspam
14374 registration.
14375
14376 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14377
14378 * mm-url.el (mm-url-decode-entities): Fix regexp.
14379
14380 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14381
14382 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14383 default to nil, to be able to use Gnus at all. If the default
14384 switches to something else, then the function should be fixed not
14385 be exceedingly slow.
14386
14387 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
14388
14389 * gnus-start.el (gnus-activate-group): If the server is nil, don't
14390 fail hard.
14391
14392 * spam-report.el: Add better Keywords line.
14393
14394 * spam.el: Add Maintainer and better Keywords line.
14395
14396 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
14397
14398 * gnus-art.el (gnus-article-replace-part)
14399 (gnus-mime-replace-part): New functions.
14400 (gnus-mime-action-alist, gnus-mime-button-commands)
14401 (gnus-mime-save-part-and-strip): Add file argument.
14402 (gnus-article-part-wrapper): Add interactive argument.
14403
14404 * gnus-sum.el (gnus-summary-mime-map):
14405 Add `gnus-article-replace-part'.
14406
14407 2005-09-19 Didier Verna <didier@xemacs.org>
14408
14409 The nnml compaction feature:
14410 * nnml.el (nnml-request-compact-group): New function.
14411 * nnml.el (nnml-request-compact): New function.
14412 * gnus-int.el (gnus-request-compact-group): New function.
14413 * gnus-int.el (gnus-request-compact): New function.
14414 * gnus-group.el (gnus-group-compact-group): New function.
14415 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14416 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14417 * gnus-srvr.el (gnus-server-compact-server): New function.
14418 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14419 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14420
14421 2005-09-18 Deepak Goel <deego@gnufans.org>
14422
14423 * sieve.el (sieve-help): Fix `message' call: first arg should be a
14424 format spec.
14425
14426 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14427
14428 * gnus.el (gnus-group-startup-message): Bind image-load-path.
14429
14430 2005-09-15 Romain Francoise <romain@orebokech.com>
14431
14432 * message.el (message-fill-paragraph): Clarify docstring.
14433
14434 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
14435
14436 * gnus-art.el (gnus-mime-display-part): Protect against broken
14437 MIME messages.
14438
14439 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14440
14441 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14442 before parsing header.
14443
14444 2005-09-11 Jari Aalto <jari.aalto@cante.net>
14445
14446 * html2text.el (html2text-replace-list): Add new entities.
14447
14448 2005-09-11 Romain Francoise <romain@orebokech.com>
14449
14450 * message.el (message-alternative-emails): Improve docstring.
14451 (message-setup-1): Call `message-use-alternative-email-as-from'
14452 after `message-setup-hook' to give it precedence over posting
14453 styles, etc.
14454 (message-use-alternative-email-as-from): Add docstring.
14455 Remove the original From header if present.
14456
14457 * nnml.el (nnml-compressed-files-size-threshold): New variable.
14458 (nnml-save-mail): Use it.
14459
14460 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14461 articles. Add new argument `silent'.
14462 (gnus-uu-mark-all): Report the total number of marked articles.
14463
14464 2005-09-10 Romain Francoise <romain@orebokech.com>
14465
14466 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14467 (gnus-uu-mark-series): Likewise.
14468
14469 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
14470
14471 * spam-report.el (spam-report-gmane): Fix generation of spam
14472 report URL.
14473
14474 2005-09-10 Simon Josefsson <jas@extundo.com>
14475
14476 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14477 t, based on discussion on the ding list with Robert Epprecht
14478 <epprecht@solnet.ch>.
14479
14480 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
14481
14482 * spam-report.el (spam-report-gmane): Make it work without
14483 X-Report-Spam header. Gmane now only provides Archived-At.
14484 This is only used if `spam-report-gmane-use-article-number' is nil.
14485 (spam-report-gmane-spam-header): Remove. Not used anymore.
14486
14487 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14488 make `gnus-summary-sort-by-recipient' work with threading.
14489
14490 * nnweb.el (nnweb-google-wash-article): Print a message if article
14491 is not available.
14492
14493 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14494
14495 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14496 change. Decode text/* parts content before displaying.
14497
14498 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14499
14500 * mml-smime.el: Remove defvar of gnus-extract-address-components.
14501
14502 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14503
14504 * mm-view.el (mm-display-inline-fontify): Disable support modes.
14505
14506 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
14507
14508 * message.el (message-tab-body-function): Fix mismatched custom type.
14509
14510 * gnus.el (gnus-group-change-level-function): Ditto.
14511
14512 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14513
14514 * gnus-art.el (gnus-signature-limit)
14515 (gnus-article-mime-part-function): Ditto.
14516
14517 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14518
14519 * mml.el (mml-mode): Silence the byte compiler.
14520
14521 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14522 using `(sit-for 0)' before moving the point to the specified part;
14523 skip unbuttonized parts.
14524 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14525 return to the summary window if gnus-auto-select-part is non-nil.
14526
14527 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
14528
14529 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14530 New variables.
14531 (mml-dnd-attach-file, mml-mode): Use them.
14532
14533 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14534 Make fetching article by MID work again for Google Groups.
14535 Add FIXME concerning gnus-group-make-web-group.
14536
14537 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14538 Don't depend on Gnus by using mail-extract-address-components if
14539 gnus-extract-address-components is not bound.
14540
14541 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14542
14543 * gnus-art.el (gnus-mime-display-security): Don't display the
14544 signature, but only the signed part.
14545
14546 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
14547
14548 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14549
14550 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14551 list, not listp.
14552
14553 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
14554
14555 * mm-encode.el (mm-encode-content-transfer-encoding):
14556 Likewise when encoding.
14557
14558 * mm-bodies.el (mm-decode-content-transfer-encoding):
14559 De-canonicalize CRLF for all text content types, not just
14560 text/plain.
14561
14562 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14565 valid article; point arrow and cursor at the MIME button.
14566
14567 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
14568
14569 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14570 Suggested by Dan Christensen <jdc@uwo.ca>.
14571
14572 * mm-decode.el (mm-save-part): Enable change of prompt.
14573
14574 2005-08-29 Jari Aalto <jari.aalto@cante.net>
14575
14576 * gnus-msg.el (gnus-inews-add-send-actions):
14577 Make `message-post-method' lambda parameter ARG `&optional'.
14578
14579 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14580
14581 * gnus-sum.el (gnus-summary-mime-map):
14582 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14583 gnus-article-jump-to-part.
14584
14585 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14586 (gnus-article-edit-part): Use it.
14587 (gnus-article-part-wrapper): Add no-handle argument.
14588 (gnus-article-save-part-and-strip, gnus-article-delete-part):
14589 New functions.
14590
14591 2005-08-29 Romain Francoise <romain@orebokech.com>
14592
14593 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14594 docstring.
14595 (gnus-face-from-file): Likewise.
14596
14597 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
14598
14599 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14600 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14601 non-nil.
14602 (gnus-auto-select-part): New variable.
14603 (gnus-article-jump-to-part): New function.
14604 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14605 (gnus-mime-delete-part): Allow selecting specified part after
14606 deleting or stripping parts.
14607 (gnus-article-jump-to-part): Don't use `read-number'. Use last
14608 part if argument is bogus.
14609
14610 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14611
14612 * gnus-art.el (w3m-minor-mode-map):
14613 * gnus-spec.el (gnus-newsrc-file-version):
14614 * gnus-util.el (nnmail-active-file-coding-system)
14615 (gnus-original-article-buffer, gnus-user-agent):
14616 * gnus.el (gnus-ham-process-destinations)
14617 (gnus-parameter-ham-marks-alist)
14618 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14619 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14620 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14621 * mm-decode.el (gnus-current-window-configuration):
14622 * mm-extern.el (gnus-article-mime-handles):
14623 * mm-url.el (url-current-object, url-package-name)
14624 (url-package-version):
14625 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14626 (smime-keys, w3m-cid-retrieve-function-alist)
14627 (w3m-current-buffer, w3m-display-inline-images)
14628 (w3m-minor-mode-map):
14629 * mml-smime.el (gnus-extract-address-components):
14630 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14631 (gnus-newsrc-hashtb, message-default-charset)
14632 (message-deletable-headers, message-options)
14633 (message-posting-charset, message-required-mail-headers)
14634 (message-required-news-headers):
14635 * mml1991.el (mc-pgp-always-sign):
14636 * mml2015.el (mc-pgp-always-sign):
14637 * nnheader.el (nnmail-extra-headers):
14638 * rfc1843.el (gnus-decode-encoded-word-function)
14639 (gnus-decode-header-function, gnus-newsgroup-name):
14640 * spam-stat.el (gnus-original-article-buffer): Add defvars.
14641
14642 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
14643
14644 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14645 the end of the date treatments.
14646
14647 2005-08-15 Simon Josefsson <jas@extundo.com>
14648
14649 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14650 it in url-handlers.el and XEmacs in url.el. Reported by Luca
14651 Capello and Romain Francoise.
14652 (pgg-fetch-key-function): Remove, not used?
14653 (pgg-insert-url-with-w3): Require url, to get
14654 url-insert-file-contents regardless of where it is defined.
14655
14656 2005-08-13 Romain Francoise <romain@orebokech.com>
14657
14658 * message.el (message-cite-original-1): New function.
14659 (message-cite-original): Use it.
14660 (message-cite-original-without-signature): Ditto.
14661
14662 2005-08-08 Romain Francoise <romain@orebokech.com>
14663
14664 * message.el (message-yank-empty-prefix): New variable.
14665 (message-indent-citation): Use it.
14666 (message-cite-original-without-signature): Respect X-No-Archive.
14667
14668 2005-08-08 Simon Josefsson <jas@extundo.com>
14669
14670 * pgg.el: Autoload url-insert-file-contents instead of loading
14671 w3/url.
14672 (pgg-insert-url-with-w3): Don't load url here.
14673
14674 2005-08-07 Jesper Harder <harder@phys.au.dk>
14675
14676 * message.el (message-kill-to-signature): Don't insert newline at
14677 bol.
14678 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14679
14680 2005-08-06 Romain Francoise <romain@orebokech.com>
14681
14682 * message.el (message-user-fqdn): Fix typo in docstring.
14683
14684 2005-08-05 Daiki Ueno <ueno@unixuser.org>
14685
14686 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14687
14688 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14689
14690 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
14691
14692 * mm-bodies.el (mm-encode-body): Use coding system rather than
14693 charset to encode text.
14694
14695 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14696 number of charsets if utf-8 is available (XEmacs).
14697
14698 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14699
14700 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14701 taken from `gnus-button-mid-or-mail-regexp'.
14702 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14703 (gnus-button-alist): Improve regexp for domain part of the MIDs
14704 for news:localpart@domain buttons.
14705 (gnus-button-ctan-directory-regexp): Update.
14706
14707 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14708
14709 * sieve-manage.el (sieve-manage-interactive-login):
14710 Use make-local-variable rather than make-variable-buffer-local.
14711 (sieve-manage-open): Ditto.
14712 (sieve-manage-authenticate): Ditto.
14713
14714 * mml.el (mml-generate-mime-1): Make the content type default to
14715 text/plain if the filename is not specified.
14716
14717 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14718
14719 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14720 instead of insert-buffer.
14721
14722 * message.el (message-yank-original): Ditto; set the mark at the
14723 end of the yanked message.
14724
14725 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
14726
14727 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14728 lines to scroll rather than to stop it.
14729
14730 * mml.el (mml-generate-default-type): Add doc string.
14731 (mml-generate-mime-1): Use mm-default-file-encoding or make it
14732 default to application/octet-stream when determining the content
14733 type if it is not specified for the part or the mml contents; add
14734 a comment about mml-generate-default-type.
14735
14736 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
14737
14738 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14739 make it default to application/octet-stream when determining the
14740 content type if it is not specified for the external contents.
14741
14742 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14743
14744 * rfc2231.el (rfc2231-parse-string): Take care that not only a
14745 segmented parameter but also other parameters might be there.
14746
14747 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
14748
14749 * mm-decode.el (mm-display-external): Delete temp file, directory
14750 and buffer immediately if the external process is exited.
14751
14752 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
14753
14754 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14755 fewer lines than that of scroll-margin.
14756 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14757
14758 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
14759
14760 * gnus-art.el (gnus-article-next-page): Revert.
14761 (gnus-article-beginning-of-window): New macro.
14762 (gnus-article-next-page-1): Use it.
14763 (gnus-article-prev-page): Ditto.
14764 (gnus-article-edit-part): Use insert-buffer-substring instead of
14765 insert-buffer.
14766 (gnus-article-edit-exit): Ditto.
14767
14768 * gnus-util.el (gnus-beginning-of-window): Remove.
14769 (gnus-end-of-window): Remove.
14770
14771 2005-07-25 Simon Josefsson <jas@extundo.com>
14772
14773 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14774 to have the url package without w3. Reported by Daiki Ueno
14775 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14776
14777 2005-07-20 Didier Verna <didier@xemacs.org>
14778
14779 * gnus-diary.el: Remove the description comment (nndiary is now
14780 properly documented in the Gnus manual).
14781 Fix the spelling of "Back End".
14782 * nndiary.el: Ditto.
14783 Fix the copyright notice.
14784
14785 2005-07-18 Romain Francoise <romain@orebokech.com>
14786
14787 * gnus-sum.el (gnus-summary-to-prefix)
14788 (gnus-summary-newsgroup-prefix): New variables.
14789 (gnus-summary-from-or-to-or-newsgroups): Use them.
14790
14791 2005-07-17 Romain Francoise <romain@orebokech.com>
14792
14793 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14794 space as it's generally not especially interesting to the user.
14795
14796 2005-07-16 Romain Francoise <romain@orebokech.com>
14797
14798 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14799 nil to avoid prompting and file modification if one of the
14800 messages at the top of the nnfolder file contains a copyright
14801 notice.
14802 Update copyright notice.
14803
14804 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14805 instead of `current-time-string' as the latter creates a time
14806 string that is not RFC 2822 compliant (it lacks the zone).
14807 Update copyright notice.
14808
14809 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
14810
14811 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14812 for text/rtf. Display default in prompt. Pass default for M-n.
14813
14814 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14815
14816 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14817
14818 * gnus-msg.el (gnus-button-mailto):
14819 Remove save-selected-window-window hackery because it relies on
14820 save-selected-window internals.
14821
14822 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
14823
14824 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14825 (gnus-article-next-page-1): Use gnus-beginning-of-window.
14826 (gnus-article-prev-page): Ditto.
14827
14828 * gnus-util.el (gnus-beginning-of-window): New function.
14829 (gnus-end-of-window): New function.
14830
14831 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
14832
14833 * gnus-score.el (gnus-score-edit-all-score):
14834 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14835 gnus-message.
14836
14837 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14838
14839 * gnus-msg.el (gnus-button-mailto):
14840 Remove save-selected-window-window hackery because it relies on
14841 save-selected-window internals.
14842
14843 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14844
14845 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14846 add-minor-mode.
14847 (gnus-binary-mode): Ditto.
14848
14849 * gnus-topic.el (gnus-topic-mode): Ditto.
14850
14851 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
14852
14853 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14854 (gnus-article-prev-page): Take scroll-margin into consideration.
14855
14856 2005-07-04 Lute Kamstra <lute@gnu.org>
14857
14858 Update FSF's address in GPL notices.
14859
14860 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14861
14862 * gnus.el (gnus-exit):
14863 * gnus-group.el (gnus-group-icons):
14864 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14865
14866 * gnus-nocem.el (gnus-nocem):
14867 * message.el (message-various, message-buffers, message-sending)
14868 (message-interface, message-forwarding, message-insertion)
14869 (message-headers, message-news, message-mail):
14870 * pgg-gpg.el (pgg-gpg):
14871 * pgg-parse.el (pgg-parse):
14872 * pgg-pgp.el (pgg-pgp):
14873 * pgg-pgp5.el (pgg-pgp5):
14874 * pop3.el (pop3): Finish `defgroup' description with period.
14875
14876 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
14877
14878 * gnus-art.el (article-display-face): Improve the efficiency.
14879 (article-display-x-face): Ditto; remove grey x-face stuff.
14880
14881 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
14882
14883 * gnus-art.el (article-display-face): Correct the position in
14884 which Faces are inserted.
14885
14886 2005-06-29 Didier Verna <didier@xemacs.org>
14887
14888 * gnus-art.el (article-display-face): Display faces in correct
14889 order.
14890
14891 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
14892
14893 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14894 (gnus-fill-real-hashtb): Use hash table instead of obarray.
14895 (gnus-nocem-check-article): Fetch the Type header.
14896 (gnus-nocem-message-wanted-p): Fix the way to examine types.
14897 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14898 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14899 make sure gnus-nocem-hashtb is initialized.
14900 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14901 (gnus-nocem-unwanted-article-p): Ditto.
14902
14903 * pgg.el (pgg-verify): Return the verification result.
14904
14905 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14906
14907 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14908 is ascii.
14909
14910 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14911
14912 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14913 `show-nonbreak-escape'.
14914
14915 2005-06-23 Lute Kamstra <lute@gnu.org>
14916
14917 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14918
14919 * dig.el (dig-mode):
14920 * smime.el (smime-mode): Use gnus-run-mode-hooks.
14921
14922 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14923
14924 * nnimap.el (nnimap-split-download-body): Fix spellings.
14925
14926 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14927
14928 * gnus-art.el (gnus-article-encrypt-body):
14929 * gnus-cus.el (gnus-score-customize):
14930 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14931 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14932
14933 2005-06-16 Arne Jørgensen <arne@arnested.dk>
14934
14935 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14936 header by looking for magic "MII" at the beginnig.
14937
14938 2005-06-16 Miles Bader <miles@gnu.org>
14939
14940 * assistant.el (assistant-field): Remove "-face" suffix from face name.
14941 (assistant-field-face): New backward-compatibility alias for renamed
14942 face.
14943 (assistant-render-text): Use renamed assistant-field face.
14944
14945 * spam.el (spam): Remove "-face" suffix from face name.
14946 (spam-face): New backward-compatibility alias for renamed face.
14947 (spam-face, spam-initialize): Use renamed spam face.
14948
14949 * message.el (message-header-to, message-header-cc)
14950 (message-header-subject, message-header-newsgroups)
14951 (message-header-other, message-header-name)
14952 (message-header-xheader, message-separator, message-cited-text)
14953 (message-mml): Remove "-face" suffix from face names.
14954 (message-header-to-face, message-header-cc-face)
14955 (message-header-subject-face, message-header-newsgroups-face)
14956 (message-header-other-face, message-header-name-face)
14957 (message-header-xheader-face, message-separator-face)
14958 (message-cited-text-face, message-mml-face):
14959 New backward-compatibility aliases for renamed faces.
14960 (message-font-lock-keywords): Use renamed message faces.
14961
14962 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14963 (sieve-test-commands, sieve-tagged-arguments):
14964 Remove "-face" suffix from face names.
14965 (sieve-control-commands-face, sieve-action-commands-face)
14966 (sieve-test-commands-face, sieve-tagged-arguments-face):
14967 New backward-compatibility aliases for renamed faces.
14968 (sieve-control-commands-face, sieve-action-commands-face)
14969 (sieve-test-commands-face, sieve-tagged-arguments-face):
14970 Use renamed sieve faces.
14971
14972 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14973 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14974 (gnus-group-news-3-empty, gnus-group-news-4)
14975 (gnus-group-news-4-empty, gnus-group-news-5)
14976 (gnus-group-news-5-empty, gnus-group-news-6)
14977 (gnus-group-news-6-empty, gnus-group-news-low)
14978 (gnus-group-news-low-empty, gnus-group-mail-1)
14979 (gnus-group-mail-1-empty, gnus-group-mail-2)
14980 (gnus-group-mail-2-empty, gnus-group-mail-3)
14981 (gnus-group-mail-3-empty, gnus-group-mail-low)
14982 (gnus-group-mail-low-empty, gnus-summary-selected)
14983 (gnus-summary-cancelled, gnus-summary-high-ticked)
14984 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14985 (gnus-summary-high-ancient, gnus-summary-low-ancient)
14986 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14987 (gnus-summary-low-undownloaded)
14988 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14989 (gnus-summary-low-unread, gnus-summary-normal-unread)
14990 (gnus-summary-high-read, gnus-summary-low-read)
14991 (gnus-summary-normal-read, gnus-splash):
14992 Remove "-face" suffix from face names.
14993 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14994 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14995 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14996 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14997 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14998 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14999 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15000 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15001 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15002 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15003 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15004 (gnus-summary-selected-face, gnus-summary-cancelled-face)
15005 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15006 (gnus-summary-normal-ticked-face)
15007 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15008 (gnus-summary-normal-ancient-face)
15009 (gnus-summary-high-undownloaded-face)
15010 (gnus-summary-low-undownloaded-face)
15011 (gnus-summary-normal-undownloaded-face)
15012 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15013 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15014 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15015 (gnus-splash-face):
15016 New backward-compatibility aliases for renamed faces.
15017 (gnus-group-startup-message): Use renamed gnus faces.
15018
15019 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15020 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15021 (gnus-server-agent): Remove "-face" suffix from face names.
15022 (gnus-server-agent-face, gnus-server-opened-face)
15023 (gnus-server-closed-face, gnus-server-denied-face)
15024 (gnus-server-offline-face):
15025 New backward-compatibility aliases for renamed faces.
15026 (gnus-server-agent-face, gnus-server-opened-face)
15027 (gnus-server-closed-face, gnus-server-denied-face)
15028 (gnus-server-offline-face): Use renamed gnus faces.
15029
15030 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15031 Remove "-face" suffix from face names.
15032 (gnus-picon-xbm-face, gnus-picon-face):
15033 New backward-compatibility aliases for renamed faces.
15034
15035 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15036 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15037 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15038 (gnus-cite-11): Remove "-face" suffix from face names.
15039 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15040 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15041 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15042 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15043 New backward-compatibility aliases for renamed faces.
15044 (gnus-cite-attribution-face, gnus-cite-face-list)
15045 (gnus-article-boring-faces): Use renamed gnus faces.
15046
15047 * gnus-art.el (gnus-signature, gnus-header-from)
15048 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15049 (gnus-header-content): Remove "-face" suffix from face names.
15050 (gnus-signature-face, gnus-header-from-face)
15051 (gnus-header-subject-face, gnus-header-newsgroups-face)
15052 (gnus-header-name-face, gnus-header-content-face):
15053 New backward-compatibility aliases for renamed faces.
15054 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15055
15056 * gnus-sum.el (gnus-summary-selected-face)
15057 (gnus-summary-highlight): Use renamed gnus faces.
15058 * gnus-group.el (gnus-group-highlight): Likewise.
15059
15060 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15061
15062 * gnus-sieve.el (gnus-sieve-article-add-rule):
15063 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15064 * spam-stat.el (spam-stat-buffer-change-to-spam)
15065 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15066
15067 * message.el (message-is-yours-p):
15068 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15069
15070 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15071
15072 * mm-view.el (mm-inline-text): Withdraw the last change.
15073
15074 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
15075
15076 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15077 executing enriched-decode.
15078
15079 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
15080
15081 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15082 charset of tar files.
15083
15084 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15085
15086 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15087
15088 2005-06-04 Lute Kamstra <lute@gnu.org>
15089
15090 * nnfolder.el (nnfolder-read-folder): Make sure that undo
15091 information is never recorded.
15092
15093 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15094
15095 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15096
15097 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
15098
15099 * pop3.el (pop3-apop): Run md5 in the binary mode.
15100
15101 * starttls.el (starttls-set-process-query-on-exit-flag):
15102 Use eval-and-compile.
15103
15104 2005-05-31 Simon Josefsson <jas@extundo.com>
15105
15106 * smime.el (smime-replace-in-string): Define.
15107 (smime-cert-by-ldap-1): Use it.
15108
15109 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
15110
15111 * gnus-art.el (article-display-x-face): Replace
15112 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15113
15114 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15115 set-process-query-on-exit-flag or process-kill-without-query.
15116
15117 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15118 loop instead of replace-regexp.
15119
15120 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15121 instead of process-kill-without-query if it is available.
15122
15123 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15124 instead of find-file-hooks if it is available.
15125
15126 * mml1991.el: Bind pgg-default-user-id when compiling.
15127
15128 * mml2015.el: Bind pgg-default-user-id when compiling.
15129
15130 * nndraft.el (nndraft-request-associate-buffer):
15131 Use write-contents-functions instead of write-contents-hooks if it is
15132 available.
15133
15134 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15135 instead of find-file-hooks if it is available.
15136
15137 * nntp.el (nntp-open-connection): Replace
15138 process-kill-without-query by gnus-set-process-query-on-exit-flag.
15139 (nntp-open-ssl-stream): Ditto.
15140 (nntp-open-tls-stream): Ditto.
15141
15142 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15143 set-process-query-on-exit-flag or process-kill-without-query.
15144 (starttls-open-stream-gnutls): Use it instead of
15145 process-kill-without-query.
15146 (starttls-open-stream): Ditto.
15147
15148 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
15149
15150 * smime.el (smime-cert-by-ldap-1): Don't use
15151 replace-regexp-in-string.
15152
15153 2005-05-31 Arne Jørgensen <arne@arnested.dk>
15154
15155 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15156
15157 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15158 in PEM format. Adjust to the XEmacs compability.
15159
15160 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
15161
15162 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15163 by `string-to-number'.
15164 * gnus-agent.el (gnus-agent-regenerate-group)
15165 (gnus-agent-fetch-articles): Ditto.
15166 * gnus-art.el (gnus-button-fetch-group): Ditto.
15167 * gnus-cache.el (gnus-cache-generate-active)
15168 (gnus-cache-articles-in-group): Ditto.
15169 * gnus-group.el (gnus-group-set-current-level)
15170 (gnus-group-insert-group-line): Ditto.
15171 * gnus-score.el (gnus-score-set-expunge-below)
15172 (gnus-score-set-mark-below, gnus-summary-score-effect)
15173 (gnus-summary-score-entry): Ditto.
15174 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15175 (gnus-soup-pack): Ditto.
15176 * gnus-spec.el (gnus-xmas-format): Ditto.
15177 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15178 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15179 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15180 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15181 * nndb.el (nndb-get-remote-expire-response): Ditto.
15182 * nndiary.el (nndiary-parse-schedule-value)
15183 (nndiary-string-to-number, nndiary-request-replace-article)
15184 (nndiary-request-article): Ditto.
15185 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15186 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15187 * nneething.el (nneething-make-head): Ditto.
15188 * nnfolder.el (nnfolder-request-article)
15189 (nnfolder-retrieve-headers): Ditto.
15190 * nnheader.el (nnheader-file-to-number): Ditto.
15191 * nnkiboze.el (nnkiboze-request-article): Ditto.
15192 * nnmail.el (nnmail-process-unix-mail-format)
15193 (nnmail-process-babyl-mail-format): Ditto.
15194 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15195 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15196 (nnmh-request-create-group, nnmh-request-list-1)
15197 (nnmh-request-group, nnmh-request-article): Ditto.
15198 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15199 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15200 * nnsoup.el (nnsoup-make-active): Ditto.
15201 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15202 * nntp.el (nntp-find-group-and-number)
15203 (nntp-retrieve-headers-with-xover): Ditto.
15204 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15205 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15206 (pgg-format-key-identifier): Ditto.
15207 * pop3.el (pop3-last, pop3-stat): Ditto.
15208 * qp.el (quoted-printable-decode-region): Ditto.
15209
15210 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15211 of concat.
15212
15213 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15214
15215 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15216
15217 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15218
15219 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15220
15221 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15222
15223 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15224
15225 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15226
15227 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15228 (gnus-carpal-mode): Ditto.
15229
15230 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15231 (gnus-browse-mode): Ditto.
15232
15233 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15234
15235 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15236
15237 2005-05-29 Richard M. Stallman <rms@gnu.org>
15238
15239 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15240
15241 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
15242
15243 * gnus-util.el (gnus-run-mode-hooks): New function.
15244
15245 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15246
15247 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15248
15249 * gnus-agent.el (gnus-agent-make-mode-line-string):
15250 Use mode-line-highlight as mouse-face.
15251
15252 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15253
15254 * canlock.el (canlock): Change the parent group to news.
15255
15256 * deuglify.el (gnus-outlook-deuglify): Add :group.
15257
15258 * dig.el (dig): Add :group.
15259
15260 * dns-mode.el (dns-mode): Add :group.
15261
15262 * encrypt.el (encrypt): Add :group.
15263
15264 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15265 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15266 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15267 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15268 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15269
15270 * gnus-diary.el (gnus-diary): Add :group.
15271
15272 * gnus.el (gnus-group-news-1-face): Add :group.
15273 (gnus-group-news-1-empty-face): Ditto.
15274 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15275 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15276 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15277 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15278 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15279 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15280 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15281 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15282 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15283 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15284 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15285 (gnus-summary-high-ticked-face): Ditto.
15286 (gnus-summary-low-ticked-face): Ditto.
15287 (gnus-summary-normal-ticked-face): Ditto.
15288 (gnus-summary-high-ancient-face): Ditto.
15289 (gnus-summary-low-ancient-face): Ditto.
15290 (gnus-summary-normal-ancient-face): Ditto.
15291 (gnus-summary-high-undownloaded-face): Ditto.
15292 (gnus-summary-low-undownloaded-face): Ditto.
15293 (gnus-summary-normal-undownloaded-face): Ditto.
15294 (gnus-summary-high-unread-face): Ditto.
15295 (gnus-summary-low-unread-face): Ditto.
15296 (gnus-summary-normal-unread-face): Ditto.
15297 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15298 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15299
15300 * hashcash.el (hashcash): New custom group.
15301 (hashcash-default-payment): Add :group.
15302 (hashcash-payment-alist): Ditto.
15303 (hashcash-default-accept-payment): Ditto.
15304 (hashcash-accept-resources): Ditto.
15305 (hashcash-path): Ditto.
15306 (hashcash-extra-generate-parameters): Ditto.
15307 (hashcash-double-spend-database): Ditto.
15308 (hashcash-in-news): Ditto.
15309
15310 * message.el (message-minibuffer-local-map): Add :group.
15311
15312 * netrc.el (netrc): Add :group.
15313
15314 * sieve-manage.el (sieve-manage-log): Add :group.
15315 (sieve-manage-default-user): Diito.
15316 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15317 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15318 (sieve-manage-authenticators): Ditto.
15319 (sieve-manage-authenticator-alist): Ditto.
15320 (sieve-manage-default-port): Ditto.
15321
15322 * sieve-mode.el (sieve-control-commands-face): Add :group.
15323 (sieve-action-commands-face): Ditto.
15324 (sieve-test-commands-face): Ditto.
15325 (sieve-tagged-arguments-face): Ditto.
15326
15327 * smime.el (smime): Add :group.
15328
15329 * spam-report.el (spam-report): Add :group.
15330
15331 * spam.el (spam, spam-face): Add :group.
15332
15333 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15334
15335 * nntp.el (nntp-next-result-arrived-p): Some news servers may
15336 return \n.\n.\n at the end of articles. Protect against that.
15337 (nntp-with-open-group): Allow debugging.
15338
15339 * nnheader.el (mail-header-set-extra): Make into a function
15340 because I just could't understand how to quote the list properly.
15341
15342 * dns.el (query-dns-cached): New function.
15343
15344 2005-05-26 Lute Kamstra <lute@gnu.org>
15345
15346 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15347
15348 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15349
15350 * gnus-art.el: Don't autoload mail-extract-address-components.
15351
15352 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15353 eval-and-compile to evaluate it.
15354
15355 * hashcash.el: Don't autoload executable-find.
15356
15357 * nndb.el: Don't declare the nndb back end two or more times; don't
15358 autoload news-reply-mode, news-setup, cancel-timer and telnet.
15359
15360 * nntp.el: Autoload format-spec instead of format; use
15361 eval-and-compile to evaluate autoload forms.
15362
15363 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
15364
15365 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15366
15367 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15368
15369 * gnus.el (gnus-version-number): Bump version.
15370
15371 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15372
15373 * gnus.el: No Gnus v0.3 is released.
15374
15375 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15376
15377 * gnus-art.el (gnus-article-edit-part): Disable undo.
15378
15379 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15380
15381 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15382 gnus-article-date-lapsed-new-header is t if date timer is active;
15383 skip headers in which the original date value is empty.
15384 (gnus-article-save-original-date): Redefine it as a macro.
15385 (gnus-display-mime): Use it.
15386
15387 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15388
15389 * gnus-art.el (article-date-ut): Support converting date in
15390 forwarded parts as well.
15391 (gnus-article-save-original-date): New function.
15392 (gnus-display-mime): Use it.
15393
15394 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
15395
15396 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15397 enclosure element of <item>.
15398
15399 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
15400
15401 * message.el (message-kill-buffer-query): Rename from
15402 `message-kill-buffer-query-if-modified'. Add :version.
15403
15404 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15405
15406 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15407 window layout.
15408
15409 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15410
15411 * mml.el: Autoload dnd when compiling.
15412
15413 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15414
15415 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15416 x-dnd-*.
15417
15418 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15419
15420 * qp.el (quoted-printable-encode-region): Save excursion.
15421
15422 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
15423
15424 * message.el (message-kill-buffer-query-if-modified): Add new variable
15425 so the user can kill a modified message buffer quickly.
15426 (message-kill-buffer): Use it.
15427
15428 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
15429
15430 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15431 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15432
15433 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15436 contained in text because xml.el decodes entities) with LFs.
15437
15438 2005-04-11 Lute Kamstra <lute@gnu.org>
15439
15440 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15441 differently.
15442
15443 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * mm-util.el (mm-detect-coding-region): Typo.
15446
15447 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
15448
15449 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15450
15451 2005-04-06 Deepak Goel <deego@gnufans.org>
15452
15453 * spam-stat.el (spam-stat-score-buffer): Add a call to a
15454 user-function allow user modifications of the scores.
15455 (spam-stat-score-buffer-user): New function, to allow
15456 user-computed modifications to the score.
15457 (spam-stat-score-buffer-user-functions): List of additional
15458 scoring functions.
15459 (spam-stat-error-holder): Global temporary error holder.
15460 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15461 variable.
15462
15463 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
15464
15465 * gnus-registry.el (gnus-registry-clean-empty-function)
15466 (gnus-registry-trim, gnus-registry-fetch-groups)
15467 (gnus-registry-delete-group): Groups that match
15468 `gnus-registry-ignored-groups' are removed from the registry
15469 entries, not just ignored for splitting. This helps clean up the
15470 registry. Also, `gnus-registry-fetch-groups' is a convenient way
15471 to get all the groups a message ID is in.
15472
15473 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15474 (spam-stat-split-fancy): Change "threshhold" to "threshold".
15475 (spam-stat-score-buffer-user-functions): Add :number custom type.
15476
15477 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15478
15479 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15480 argument in XEmacs.
15481
15482 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15483 (nnrss-request-group): Decode group name first.
15484 (nnrss-request-article): Make a text/plain article if mml-to-mime
15485 failed.
15486 (nnrss-get-encoding): Return a compatible encoding according to
15487 nnrss-compatible-encoding-alist.
15488 (nnrss-find-el): Use consp instead of listp.
15489 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15490
15491 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15492
15493 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15494 which Emacs 20 doesn't support.
15495 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15496
15497 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
15498
15499 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15500 silence the byte compiler inside the defun.
15501
15502 * gnus-demon.el (parse-time-string): Add autoload.
15503
15504 * gnus-delay.el (parse-time-string): Add autoload.
15505
15506 * gnus-art.el (parse-time-string): Add autoload.
15507
15508 * nnultimate.el (parse-time): Require for `parse-time-string'.
15509
15510 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15511
15512 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15513
15514 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15515
15516 * smime.el (smime-ldap-host-list): Add :version.
15517
15518 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
15519
15520 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15521 pass it to `gnus-browse-read-group'.
15522 (gnus-browse-read-group): Add NUMBER argument and pass it to
15523 `gnus-group-read-ephemeral-group'.
15524
15525 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15526 argument and pass it to `gnus-group-read-group'.
15527
15528 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
15529
15530 * mm-util.el (mm-xemacs-find-mime-charset): Only call
15531 mm-xemacs-find-mime-charset-1 if we have the mule feature
15532 available at runtime.
15533
15534 2005-03-25 Werner Lemberg <wl@gnu.org>
15535
15536 * nnmaildir.el: Replace `illegal' with `invalid'.
15537
15538 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * gnus-start.el (gnus-display-time-event-handler):
15541 Check display-time-timer at runtime rather than only at load time
15542 in case display-time-mode is turned off in the mean time.
15543
15544 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
15545
15546 * nnimap.el (nnimap-open-connection): Print which authinfo file is
15547 used.
15548
15549 * nneething.el (nneething-map-file-directory): Derive from
15550 `gnus-directory'.
15551
15552 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15553 the To/Cc button.
15554
15555 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
15556
15557 * nnmaildir.el (nnmaildir-request-accept-article):
15558 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15559
15560 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15561
15562 * gnus-async.el: Require timer-funcs at compile time when in
15563 XEmacs for `run-with-idle-timer'.
15564
15565 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
15566
15567 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15568 autoloaded function.
15569
15570 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
15571
15572 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15573
15574 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
15575
15576 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15577
15578 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15579
15580 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15581 Add gnus-expert-user to default.
15582
15583 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
15584
15585 * nnimap.el (nnimap-open-server): Ditto.
15586
15587 * imap.el (imap-authenticate): Fix typo.
15588
15589 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
15590
15591 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15592 buffer (since IMAP server might return FETCH response out of
15593 order, and the nntp buffer must be sorted).
15594
15595 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
15596
15597 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15598 comparison on string.
15599
15600 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15601 (gnus-agent-score): Rename category keywords to match gnus-cus.
15602 (gnus-agent-summary-fetch-series): Modify to protect against
15603 gnus-agent-summary-fetch-group clearing processable flags.
15604 (gnus-agent-synchronize-group-flags): Update live group buffer as
15605 synchronization may occur due to the user toggle the plugged
15606 status.
15607 (gnus-agent-fetch-group-1): Clear downloadable flag when article
15608 successfully downloaded.
15609 (gnus-agent-expire-group-1): Avoid using markers when the overview
15610 is in ascending order; greatly improves performance.
15611 (gnus-agent-regenerate-group):
15612 Use gnus-agent-synchronize-group-flags to reset read status in both
15613 gnus and server.
15614 (gnus-agent-update-files-total-fetched-for): Fix initial size.
15615
15616 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
15617
15618 * message.el: Don't autoload former message-utils variables.
15619 (message-strip-subject-trailing-was): Change doc string.
15620
15621 * nnweb.el: Fixes for `gnus-group-make-web-group'.
15622 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
15623 (nnweb-google-search): Add "hl=en" here.
15624 (nnweb-google-parse-1, nnweb-google-create-mapping):
15625 Don't hardcode URL.
15626
15627 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
15628
15629 * message.el (message-get-reply-headers, message-followup):
15630 Mention related variables `message-use-followup-to' and
15631 `message-use-mail-followup-to', in the information buffer.
15632
15633 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15634 of broken groups(-beta).google.com.
15635
15636 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
15637
15638 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15639 parameter to invoked gnus-request-move-article; remove the
15640 redundant gnus-sum-hint-move-is-internal variable; apply the marks
15641 all at once instead of once per article.
15642 (gnus-summary-remove-process-mark): Accept a list of articles as
15643 well as a single article for processing.
15644
15645 * gnus-int.el (gnus-request-move-article): Add move-is-internal
15646 parameter.
15647
15648 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15649
15650 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15651
15652 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15653 parameter.
15654
15655 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15656 parameter.
15657
15658 * nnimap.el (nnimap-request-move-article): Add move-is-internal
15659 parameter and remove the gnus-sum-hint-move-is-internal variable.
15660
15661 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15662 parameter.
15663
15664 * nndraft.el (nndraft-request-move-article): Add move-is-internal
15665 parameter.
15666
15667 * nndiary.el (nndiary-request-move-article): Add move-is-internal
15668 parameter.
15669
15670 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15671
15672 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15673 parameter.
15674
15675 * nnagent.el (nnagent-request-move-article): Add move-is-internal
15676 parameter.
15677
15678 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
15679
15680 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15681 a more conservative way.
15682
15683 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
15684
15685 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15686 buffer, so it moves the window's cursor.
15687
15688 2005-02-26 Arne Jørgensen <arne@arnested.dk>
15689
15690 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15691 `mm-dissect-multipart' and receive the from field as an (optional)
15692 argument from `mm-dissect-multipart'.
15693 (mm-dissect-multipart): Receive the from field as an argument and
15694 pass it on when we call `mm-dissect-buffer' on MIME parts.
15695 Fixes verification/decryption of signed/encrypted MIME parts.
15696
15697 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
15698
15699 * gnus-sum.el (gnus-summary-move-article):
15700 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15701 whatever it calls (right now, only nnimap-request-move article
15702 respects it).
15703
15704 * nnimap.el (nnimap-request-move-article):
15705 When gnus-sum-hint-move-is-internal is set, don't do the extra
15706 nnimap-request-article.
15707
15708 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
15709
15710 * nnheader.el (nnheader-find-file-noselect): Add doc string.
15711
15712 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15713 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15714
15715 * gnus-sum.el (gnus-summary-caesar-message):
15716 Apply `gnus-treat-article' after rotation.
15717
15718 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15719 doc string.
15720
15721 2005-02-22 Simon Josefsson <jas@extundo.com>
15722
15723 * encrypt.el (encrypt-password-cache-expiry): Remove (use
15724 `password-cache-expiry' instead). Reported by Arne Jørgensen
15725 <arne@arnested.dk>.
15726 (encrypt): Add password-cache and password-cache-expiry as group
15727 members.
15728
15729 2005-02-22 Arne Jørgensen <arne@arnested.dk>
15730
15731 * smime.el (smime-ldap-host-list): Doc fix.
15732 (smime-ask-passphrase): Use `password-read-and-add' to read (and
15733 cache) password.
15734 (smime-sign-region): Use it.
15735 (smime-decrypt-region): Use it.
15736 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15737 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15738 fails.
15739 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15740 certificate from DER to PEM format rather than calling openssl.
15741
15742 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15743
15744 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15745 for signing/encryption.
15746
15747 * mml.el (mml-parse-1): Use them.
15748
15749 2005-02-21 Arne Jørgensen <arne@arnested.dk>
15750
15751 * nnrss.el (nnrss-verbose): Remove.
15752 (nnrss-request-group): Use `nnheader-message' instead.
15753
15754 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
15755
15756 * nnrss.el (nnrss-verbose): New variable.
15757 (nnrss-request-group): Make it say nnrss is requesting a group.
15758
15759 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
15760
15761 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15762 Handle news URL with given port correctly.
15763
15764 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15765
15766 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15767 containing special characters.
15768
15769 * gnus-sum.el (gnus-summary-edit-article): Ditto.
15770
15771 * mml.el (mime-to-mml): Ditto.
15772
15773 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15774 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15775 (rfc2047-decode-region): Quote decoded words containing special
15776 characters when rfc2047-quote-decoded-words-containing-tspecials
15777 is non-nil.
15778
15779 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
15780
15781 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15782
15783 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15784
15785 2005-02-15 Simon Josefsson <jas@extundo.com>
15786
15787 * nnimap.el (nnimap-debug): Doc fix.
15788
15789 * imap.el (imap-debug): Doc fix.
15790
15791 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
15792
15793 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15794
15795 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
15796
15797 * gnus.el (spam-contents): Improve docs for spam-contents
15798 parameter in its variable incarnation.
15799
15800 2005-02-14 Simon Josefsson <jas@extundo.com>
15801
15802 * smime-ldap.el: Use require instead of load-library for ldap.
15803 (smime-ldap-search): Indent.
15804 (smime-ldap-search-internal): Shorten line.
15805
15806 * smime.el (smime-cert-by-dns): Add doc-string.
15807 (smime-cert-by-ldap-1): Indent.
15808
15809 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15810 mml-smime-get-dns-ldap.
15811 (mml-smime-encrypt-query): Use new function. Default to ldap.
15812
15813 2005-02-14 Arne Jørgensen <arne@arnested.dk>
15814
15815 * smime.el: Require smime-ldap.
15816 (smime-ldap-host-list): New variable.
15817 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15818
15819 * mml-smime.el (mml-smime-encrypt-query): New function.
15820 (mml-smime-encrypt-query): Use it.
15821
15822 * smime-ldap.el: New file.
15823
15824 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15825
15826 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15827
15828 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
15829
15830 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15831 argument in doc string. Make query for type more clear.
15832
15833 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
15834
15835 * gnus.el (gnus-group-startup-message): Search for gnus images in
15836 etc/images/gnus.
15837 * mm-util.el (mm-image-load-path): Likewise.
15838 * smiley.el (smiley-data-directory): Search for smilies in
15839 etc/images/smilies.
15840
15841 2005-02-09 Kim F. Storm <storm@cua.dk>
15842
15843 Change Emacs release version from 21.4 to 22.1 throughout.
15844 Change Emacs development version from 21.3.50 to 22.0.50.
15845
15846 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
15847
15848 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15849
15850 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15851 non-Mule XEmacs as well.
15852 (mm-decompress-buffer): Signal an error intentionally if it does
15853 not decompress compressed data because auto-compression-mode is
15854 disabled.
15855
15856 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
15857
15858 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15859 an ID in the registry even if it has no groups.
15860
15861 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
15862
15863 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15864 merge it into mm-decompress-buffer.
15865 (gnus-mime-copy-part): Use the MIME part charset, the value which
15866 a user specified or gnus-newsgroup-charset for decoding, like
15867 gnus-mime-inline-part does; set buffer-file-coding-system to tell
15868 save-buffer what was used. Suggested by Kevin Ryde
15869 <user42@zip.com.au>.
15870 (gnus-mime-inline-part): Allow the name parameter as well as the
15871 filename parameter; force decompressing of compressed data; always
15872 display contents being not decoded as unibyte.
15873
15874 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15875 as well as the filename parameter.
15876
15877 * mm-util.el (mm-decompress-buffer):
15878 Merge gnus-mime-jka-compr-maybe-uncompress.
15879 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15880 of compressed data.
15881
15882 2005-02-08 Simon Josefsson <jas@extundo.com>
15883
15884 * imap.el (imap-log): Doc fix.
15885
15886 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15887
15888 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15889 the coding cookies; decompress compressed parts.
15890
15891 * mml.el (mml-generate-mime-1): Add the charset parameter according
15892 to the value which a user specified manually or the coding cookie.
15893
15894 * mm-util.el (mm-string-to-multibyte): New function.
15895 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15896 (mm-coding-system-to-mime-charset): New function.
15897 (mm-decompress-buffer): New function.
15898 (mm-find-buffer-file-coding-system): New function.
15899
15900 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15901 (mm-display-inline-fontify): Rewrite for decoding and decompressing
15902 parts.
15903
15904 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15905
15906 * mm-view.el (mm-display-inline-fontify): Decode a part according
15907 to the charset parameter.
15908
15909 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
15910
15911 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15912 prefix arg is neither nil nor a number, as info specifies.
15913
15914 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
15915
15916 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15917 timestamps.
15918
15919 2005-02-02 Jari Aalto <jari.aalto@cante.net>
15920
15921 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15922 groups error checking and notify user.
15923
15924 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
15925
15926 * message.el (message-send-mail-function): Check existence of
15927 sendmail-program first before using default value
15928 `message-send-mail-with-sendmail'. Otherwise use more generic
15929 `smtpmail-send-it'.
15930
15931 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
15932
15933 * nntp.el (nntp-request-update-info): Always return nil.
15934
15935 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
15936
15937 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15938
15939 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * message.el (message-beginning-of-line): Change the behavior when
15942 invoked between BOL and : so that it first moves backward.
15943
15944 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15945
15946 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15947 article buffer when editing of the article is discarded.
15948 (gnus-article-prepare): Revert.
15949
15950 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
15951
15952 * gnus-art.el (gnus-article-prepare):
15953 Remove message-strip-forbidden-properties from the local hook.
15954
15955 2005-01-27 Simon Josefsson <jas@extundo.com>
15956
15957 * password.el (password-cache-add): Only start one timer per key.
15958 Reported by Derek Atkins <warlord@MIT.EDU>.
15959
15960 2005-01-26 Steve Youngs <steve@sxemacs.org>
15961
15962 * run-at-time.el: Remove. It is no longer needed as
15963 timer-funcs.el in the xemacs-base package has a working version of
15964 `run-at-time'.
15965
15966 * password.el: Require timer-funcs instead of run-at-time in
15967 XEmacs.
15968 Remove `password-run-at-time' macro.
15969 (password-cache-add): Use `run-at-time' instead of
15970 `password-run-at-time'.
15971
15972 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15973 for `run-with-idle-timer'.
15974
15975 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15976 for `run-at-time'.
15977
15978 * mm-url.el: Require timer-funcs at compile time when in XEmacs
15979 for `with-timeout'.
15980
15981 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15982
15983 * mml.el (mml-generate-mime-1): Convert string into unibyte when
15984 inserting " *mml*" buffer's contents into a unibyte temp buffer.
15985
15986 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
15987
15988 * mail-source.el (mail-source-fetch-imap): Search for ^From case
15989 sensitively.
15990
15991 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
15992
15993 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15994
15995 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
15996
15997 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15998 which will be inserted according to the multibyteness of a buffer
15999 rather than the type of contents. Suggested by ARISAWA Akihiro
16000 <ari@mbf.ocn.ne.jp>.
16001
16002 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16003 of string which old xml.el may return rather than a string.
16004
16005 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16006
16007 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16008
16009 2005-01-16 Simon Josefsson <jas@extundo.com>
16010
16011 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16012 idn/idna.el isn't available.
16013 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
16014 <michael@waxrat.com>.
16015
16016 * hashcash.el: Remove non-FSF copyright header.
16017
16018 * hashcash.el (hashcash-extra-generate-parameters): New variable.
16019 (hashcash-generate-payment): Use it.
16020 (hashcash-generate-payment-async): Use it.
16021
16022 2005-01-15 Simon Josefsson <jas@extundo.com>
16023
16024 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16025 Suggested by Raymond Scholz <ray-2005@zonix.de>.
16026
16027 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16028 gnus-summary-idna-message.
16029 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16030 (gnus-summary-idna-message): New function.
16031
16032 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
16033
16034 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16035 gnus-novice-user.
16036
16037 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
16038
16039 * nnrss.el (nnrss-request-delete-group): Delete entries in
16040 nnrss-group-alist as well.
16041 (nnrss-save-server-data): Insert newline.
16042
16043 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
16044
16045 * gnus.el (gnus-user-agent): Use list of symbols instead of
16046 symbols. Display full version number for (S)XEmacs.
16047 Optionally display (S)XEmacs codename.
16048
16049 * gnus-util.el (gnus-emacs-version): Update for new
16050 `gnus-user-agent'.
16051
16052 * gnus-msg.el (gnus-extended-version): Make it possible to omit
16053 Gnus version.
16054
16055 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
16056
16057 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
16058 which is unreadable in some setups.
16059
16060 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
16061
16062 * gnus-spec.el (gnus-update-format-specifications): Flush the
16063 group format spec cache if it doesn't support decoded group names.
16064
16065 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16068 Allow to apply decay on score files matching a regexp.
16069
16070 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
16071
16072 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16073 compatibility in %g and %c.
16074
16075 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
16076
16077 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16078 name for only %g and %c.
16079 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16080 of gnus-tmp-group to decoded group name.
16081 (gnus-group-make-rss-group): Exclude `/'s from group names.
16082
16083 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
16084
16085 * nnrss.el (nnrss-get-encoding): Fix regexp.
16086
16087 2004-12-27 Simon Josefsson <jas@extundo.com>
16088
16089 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16090 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16091 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
16092
16093 2004-12-17 Kim F. Storm <storm@cua.dk>
16094
16095 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16096
16097 * gnus-sum.el (gnus-summary-mode-map): Likewise.
16098
16099 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16100
16101 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16102
16103 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
16104
16105 * nnrss.el: Require rfc2047 and mml.
16106 (nnrss-file-coding-system): New variable.
16107 (nnrss-format-string): Redefine it as an inline function.
16108 (nnrss-decode-group-name): New function.
16109 (nnrss-string-as-multibyte): Remove.
16110 (nnrss-retrieve-headers): Decode group name; don't use
16111 nnrss-format-string.
16112 (nnrss-request-group): Decode group name.
16113 (nnrss-request-article): Decode group name; allow a Message-ID as
16114 well as an article number; don't use nnrss-format-string; encode a
16115 Message-ID string which may contain non-ASCII characters; use
16116 mml-to-mime to compose a MIME article.
16117 (nnrss-request-expire-articles): Decode group name.
16118 (nnrss-request-delete-group): Decode group name.
16119 (nnrss-fetch): Clarify error message.
16120 (nnrss-read-server-data): Use insert-file-contents instead of load;
16121 bind file-name-coding-system; use multibyte buffer.
16122 (nnrss-save-server-data): Bind coding-system-for-write to the
16123 value of nnrss-file-coding-system; bind file-name-coding-system;
16124 add coding cookie.
16125 (nnrss-read-group-data): Use insert-file-contents instead of load;
16126 bind file-name-coding-system; use multibyte buffer.
16127 (nnrss-save-group-data): Bind coding-system-for-write to the
16128 value of nnrss-file-coding-system; bind file-name-coding-system.
16129 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16130 make it work with non-ASCII text.
16131 (nnrss-find-el): Make it work with old xml.el as well.
16132
16133 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
16134
16135 * nnrss.el (nnrss-get-encoding): New function.
16136 (nnrss-fetch): Use unibyte buffer initially; bind
16137 coding-system-for-read while performing mm-url-insert; remove ^Ms;
16138 decode contents according to the encoding attribute.
16139 (nnrss-save-group-data): Add coding cookie.
16140 (nnrss-mime-encode-string): New function.
16141 (nnrss-check-group): Use it to encode subject and author.
16142
16143 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
16144
16145 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16146 imaginary variable.
16147
16148 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
16149
16150 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16151 correctly even if there are wide characters.
16152
16153 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
16154
16155 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16156 downcased symbol names; make a new cache instead of reusing
16157 bbdb-hashtable.
16158
16159 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16162 concatenating segments rather than before concatenating them.
16163 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16164
16165 * message.el (message-get-reply-headers): Bind `extra'.
16166
16167 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16168
16169 * message.el (message-extra-wide-headers): New variable.
16170 (message-get-reply-headers): Use it.
16171
16172 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
16173
16174 * gnus-agent.el (gnus-agent-group-path): Decode group name.
16175 (gnus-agent-group-pathname): Ditto.
16176
16177 * gnus-cache.el (gnus-cache-file-name): Decode group name.
16178
16179 * gnus-group.el (gnus-group-make-group): Decode group name.
16180 (gnus-group-make-rss-group): Register the group data after opening
16181 the nnrss group.
16182
16183 2004-12-17 Paul Jarc <prj@po.cwru.edu>
16184
16185 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16186 by expiry now get marked as read.
16187
16188 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16189
16190 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16191
16192 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
16193
16194 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16195 unify Latin characters in XEmacs.
16196 (mm-find-mime-charset-region): Use it.
16197
16198 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-util.el (gnus-delete-directory): New function.
16201
16202 * gnus-agent.el (gnus-agent-delete-group): Use it.
16203
16204 * gnus-cache.el (gnus-cache-delete-group): Use it.
16205
16206 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16209 names.
16210
16211 2004-12-16 Simon Josefsson <jas@extundo.com>
16212
16213 * hashcash.el (hashcash-payment-alist): Fix custom :type.
16214
16215 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
16216
16217 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16218
16219 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16220 (gnus-group-set-current-level): Decode group name.
16221
16222 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
16223
16224 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16225 failed.
16226
16227 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
16228
16229 * gnus-group.el (gnus-group-delete-group): Decode group name.
16230 (gnus-group-make-rss-group): Encode group name.
16231 (gnus-group-catchup-current): Decode group name.
16232 (gnus-group-kill-group): Decode group name.
16233
16234 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
16235
16236 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16237
16238 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
16239
16240 * gnus-group.el (gnus-group-make-rss-group):
16241 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16242
16243 * gnus-start.el (gnus-setup-news): Honor user's setting to
16244 gnus-message-archive-method. Suggested by Lute Kamstra
16245 <lute@gnu.org>.
16246
16247 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
16248
16249 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16250 global counterparts of the buffer-local variables.
16251
16252 2004-11-16 Romain Francoise <romain@orebokech.com>
16253
16254 * gnus-sum.el (gnus-summary-exit): Don't clear the global
16255 counterparts of the buffer-local variables.
16256
16257 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16258
16259 * message.el (message-forbidden-properties): Fix typo in doc
16260 string.
16261
16262 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
16263
16264 * gnus-util.el (gnus-replace-in-string): Add doc string.
16265
16266 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16267 to avoid problems when splitting mails with many recipients.
16268
16269 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
16270
16271 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16272 pop-to-buffer, covered by the subsequent gnus-configure-windows.
16273
16274 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
16275
16276 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16277 if there is no hashtable in memory or file modification time is
16278 newer than cached timestamp.
16279
16280 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
16281
16282 * gnus-sum.el (gnus-summary-limit-to-recipient):
16283 Implement not-matching option.
16284
16285 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
16286
16287 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16288 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16289 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16290 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16291 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
16292 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16293
16294 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
16295
16296 * message.el (message-forward-make-body-mml): Remove headers
16297 according to message-forward-ignored-headers if a message is decoded.
16298
16299 2004-12-02 Romain Francoise <romain@orebokech.com>
16300
16301 * message.el (message-forward-make-body-plain): Always remove
16302 headers according to message-forward-ignored-headers.
16303
16304 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
16305
16306 * spam.el (spam-summary-prepare-exit): Remove the
16307 gnus-summary-limit pop for now, it has problems with ham marks for
16308 me.
16309
16310 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
16311
16312 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16313 correctly.
16314
16315 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
16316
16317 * format-spec.el (format-spec): Message the char.
16318
16319 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
16320
16321 * gnus-art.el (gnus-split-methods): Reformat comments.
16322
16323 * spam.el (spam-summary-prepare-exit): Remove article limits
16324 before exiting the summary buffer.
16325
16326 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16327
16328 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16329 order to silence the byte compiler.
16330
16331 * spam.el: Fix the way to silence the byte compiler, which
16332 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16333 bbdb-search-simple, spam-BBDB-register-routine,
16334 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16335 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16336 spam-stat-buffer-is-spam, spam-stat-load,
16337 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16338 spam-stat-save and spam-stat-split-fancy.
16339
16340 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
16341
16342 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16343 which may confuse users.
16344 (canlock-password-for-verify): Ditto.
16345
16346 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16347
16348 * gnus-art.el (gnus-emphasis-alist): Ditto.
16349
16350 * gnus-registry.el (gnus-registry-max-entries): Ditto.
16351
16352 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16353
16354 * gnus-start.el (gnus-save-killed-list): Ditto.
16355
16356 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16357 (gnus-sum-thread-tree-root): Ditto.
16358 (gnus-sum-thread-tree-false-root): Ditto.
16359 (gnus-sum-thread-tree-single-indent): Ditto.
16360
16361 * message.el (message-courtesy-message): Ditto.
16362 (message-archive-note): Ditto.
16363 (message-subscribed-address-file): Ditto.
16364 (message-user-fqdn): Ditto.
16365
16366 * spam-report.el (spam-report-gmane-regex): Ditto.
16367
16368 * spam.el (spam-blackhole-good-server-regex): Ditto.
16369
16370 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16371
16372 * mml.el (mml-preview): Widen the message buffer before copying
16373 the contents to the preview buffer; sort headers before previewing.
16374
16375 * message.el (message-hidden-headers): Fix the way to avoid a bug
16376 in the `repeat' widget in Emacs 21.3 or earlier.
16377
16378 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
16379
16380 * message.el (message-hidden-headers): Default to "^References:".
16381 Improve customization type. Suggested by Reiner Steib
16382 <Reiner.Steib@gmx.de>.
16383
16384 2004-11-25 Romain Francoise <romain@orebokech.com>
16385
16386 * message.el (message-strip-forbidden-properties): Remove check for
16387 obsolete `message-hidden' text property, hidden headers are not
16388 accessible in the buffer anymore.
16389
16390 2004-11-22 Romain Francoise <romain@orebokech.com>
16391
16392 * message.el (message-header-format-alist): Add `From' in list
16393 so that it can be sorted.
16394 (message-fix-before-sending): Widen and sort headers before
16395 sending.
16396 (message-hide-headers): Use narrowing to hide headers by moving
16397 them to the top of the buffer and narrowing to the region
16398 underneath.
16399
16400 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16401
16402 * message.el (message-strip-forbidden-properties):
16403 Bind buffer-read-only (etc) to nil.
16404
16405 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
16406
16407 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16408 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16409
16410 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
16411
16412 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16413
16414 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16415
16416 * dns.el (query-dns): Use sit-for to time instead of
16417 accept-process-output, since that doesn't seem to work on udp
16418 sockets.
16419
16420 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
16421
16422 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16423
16424 2004-11-15 Jesper Harder <harder@ifa.au.dk>
16425
16426 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16427 doc string. Improve doc string.
16428
16429 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
16430
16431 * nntp.el (nntp-request-update-info): Return nil if
16432 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16433 may not call gnus-activate-group which uselessly issues the GROUP
16434 commands for all nntp groups and wastes time. Reported by Romain
16435 Francoise <romain@orebokech.com>.
16436
16437 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16438
16439 2004-11-15 Simon Josefsson <jas@extundo.com>
16440
16441 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16442 headers separately.
16443 (gnus-button-openpgp): New function, inspired by Jochen Küpper
16444 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16445
16446 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
16447
16448 * gnus-start.el (gnus-convert-old-newsrc):
16449 Assign legacy-gnus-agent to 5.10.7.
16450
16451 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16452
16453 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16454 start of the lines.
16455
16456 2004-11-14 Magnus Henoch <mange@freemail.hu>
16457
16458 * hashcash.el (hashcash-default-payment): Change default to 20.
16459 (hashcash-default-accept-payment): Change default to 20.
16460 (hashcash-process-alist): New variable.
16461 (hashcash-generate-payment-async): Add.
16462 (hashcash-already-paid-p): Add.
16463 (hashcash-insert-payment): Don't generate payments twice.
16464 (hashcash-insert-payment-async): Add.
16465 (hashcash-insert-payment-async-2): Add.
16466 (hashcash-cancel-async): Add.
16467 (hashcash-wait-async): Add.
16468 (hashcash-processes-running-p): Add.
16469 (hashcash-wait-or-cancel): Add.
16470 (mail-add-payment): New optional argument. Conditionally start
16471 asynchronous calculation.
16472 (mail-add-payment-async): Add.
16473
16474 * message.el (message-send-mail): Wait for asynchronous hashcash
16475 results. Don't clobber existing X-Hashcash headers.
16476 (message-setup-1): Call mail-add-payment-async when
16477 message-generate-hashcash is non-nil.
16478
16479 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
16480
16481 * message.el (message-use-alternative-email-as-from): Examine the
16482 From header as well; use message-make-from in order to include a
16483 user's full name.
16484
16485 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16488 default; improve customization type.
16489 (gnus-emphasis-custom-with-format): New macro.
16490 (gnus-emphasis-custom-value-to-external): New function.
16491 (gnus-emphasis-custom-value-to-internal): New function.
16492
16493 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
16494
16495 * dns.el (query-dns): Resolve reverse addresses.
16496
16497 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16498
16499 * gnus-group.el (gnus-group-get-new-news): Use it.
16500
16501 * gnus-start.el (gnus-check-reasonable-setup): New function.
16502
16503 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16506 "Args out of range" error. Reported by Arnaud Giersch
16507 <arnaud.giersch@free.fr>.
16508
16509 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
16510
16511 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16512
16513 2004-11-04 Richard M. Stallman <rms@gnu.org>
16514
16515 * spam.el (spam group): Add :version.
16516
16517 * pgg-def.el (pgg group): Add :version.
16518
16519 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
16520
16521 * gnus-art.el (gnus-article-edit-article): Don't associate the
16522 article buffer with a draft file. This is a temporary measure
16523 against the 2004-08-22 change to gnus-article-edit-mode.
16524
16525 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
16526
16527 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16528 (html2text-format-tags): Remove unused variable `attr'.
16529
16530 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
16531
16532 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16533
16534 * spam-stat.el (spam-stat): Add :version.
16535
16536 * sieve.el (sieve): Add :version.
16537
16538 * sha1.el (sha1): Add :version.
16539 (sha1-use-external): Remove redundant version.
16540
16541 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16542 (nnmail-cache-ignore-groups, nnmail-spool-hook)
16543 (nnmail-split-fancy-match-partial-words)
16544 (nnmail-split-lowercase-expanded): Add :version.
16545
16546 * nndiary.el (nndiary): Add :version.
16547
16548 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16549
16550 * mml-sec.el (mml-default-sign-method)
16551 (mml-default-encrypt-method, mml-signencrypt-style-alist):
16552 Add :version.
16553
16554 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16555
16556 * mm-url.el (mm-url-use-external, mm-url-program)
16557 (mm-url-arguments): Add :version.
16558
16559 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16560 (mm-attachment-file-modes, mm-decrypt-option)
16561 (mm-w3m-safe-url-regexp): Add :version.
16562
16563 * message.el (message-cite-prefix-regexp)
16564 (message-sendmail-envelope-from, message-minibuffer-local-map)
16565 (message-user-fqdn, message-completion-alist): Add :version.
16566
16567 * gnus-win.el (gnus-configure-windows-hook)
16568 (gnus-use-frames-on-any-display): Add :version.
16569
16570 * gnus-art.el (gnus-article-address-banner-alist)
16571 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16572 (gnus-treat-from-picon, gnus-treat-mail-picon)
16573 (gnus-treat-x-pgp-sig): Add :version.
16574
16575 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16576 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16577 (gnus-summary-article-delete-hook)
16578 (gnus-summary-display-while-building): Add :version.
16579
16580 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16581 (gnus-get-top-new-news-hook): Add :version.
16582
16583 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16584 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16585
16586 * gnus-registry.el (gnus-registry): Add :version.
16587
16588 * gnus-spec.el (gnus-use-correct-string-widths)
16589 (gnus-make-format-preserve-properties): Add :version.
16590
16591 * gnus.el (gnus-group-charter-alist)
16592 (gnus-group-fetch-control-use-browse-url)
16593 (gnus-install-group-spam-parameters): Add :version.
16594
16595 * gnus-diary.el (gnus-diary): Add :version.
16596
16597 * gnus-delay.el (gnus-delay): Add :version.
16598
16599 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16600 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16601 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16602 Add :version.
16603
16604 * gnus-agent.el (gnus-agent-max-fetch-size)
16605 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16606 (gnus-agent-prompt-send-queue): Add :version.
16607
16608 * deuglify.el (gnus-outlook-deuglify): Add :version.
16609
16610 * html2text.el: Beautify code. Improve doc strings.
16611 Some checkdoc cleanup.
16612 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16613
16614 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
16615
16616 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16617
16618 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
16619
16620 * gnus-registry.el (gnus-registry-hashtb): Create the registry
16621 when package is loaded.
16622
16623 * spam.el (spam-summary-score-preferred-header): Add global preference
16624 for people who want to override the default SpamAssassin over
16625 Bogofilter preference (when both are set).
16626 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16627 (spam-user-format-function-S):
16628 Check spam-summary-score-preferred-header.
16629 (spam-extra-header-to-number): Add X-Bogosity header parsing.
16630 (spam-user-format-function-S): Format the score correctly.
16631
16632 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
16633
16634 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16635 signature file. Suggested by Manoj Srivastava
16636 <srivasta@golden-gryphon.com>.
16637
16638 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16639 iso-2022-jp even in the Japanese language environment.
16640 Suggested by Jason Rumney <jasonr@gnu.org>.
16641
16642 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
16643
16644 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16645 use the same characters as the dummy marks; make it free from
16646 getting affected by the language environment.
16647 (gnus-summary-read-group-1): Update mark positions only when the
16648 format spec is updated.
16649
16650 * gnus-spec.el (gnus-update-format-specifications): Return a list
16651 of updated types.
16652
16653 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
16654
16655 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16656 of boundp to check if display-warning is available.
16657
16658 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
16659
16660 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16661
16662 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
16663
16664 * nnspool.el (nnspool-spool-directory): Use news-path if the
16665 news-directory variable is not bound.
16666
16667 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16668 function instead of display-warning if it is not available.
16669
16670 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
16671
16672 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16673 v5-10: Use `point-at-bol'.
16674
16675 2004-10-26 Simon Josefsson <jas@extundo.com>
16676
16677 * hashcash.el: Fix URL in comment, reported by Cheng Gao
16678 <chenggao@gmail.com>.
16679
16680 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
16681
16682 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
16683 instead.
16684
16685 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
16686
16687 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16688 to remove a server from the nnimap-server-buffer-alist.
16689 (nnimap-open-connection, nnimap-close-server): Use it.
16690
16691 * gnus-encrypt.el: Remove file in favor of encrypt.el.
16692
16693 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
16694
16695 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16696 running the major-mode function.
16697
16698 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
16699
16700 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16701 dummy marks in the right way.
16702
16703 2004-10-18 David Edmondson <dme@dme.org>
16704
16705 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16706 excessively.
16707
16708 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
16709
16710 * gnus-util.el (gnus-split-references): Accept a nil references
16711 string and go on blissfully.
16712
16713 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16714 cases where the references string is non-nil but has no references.
16715
16716 * encrypt.el: Add autoload tags.
16717
16718 * spam.el (spam-resolve-registrations-routine): Remove article
16719 from unregistration list too. Reported by David Hanak
16720 <dhanak@isis.vanderbilt.edu>
16721
16722 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
16723
16724 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16725 nil. Change custom type.
16726
16727 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
16728
16729 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16730
16731 * gnus-sum.el (gnus-summary-move-article): Use it.
16732
16733 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
16734
16735 * encrypt.el: Add autoload cookies.
16736
16737 * spam.el (spam-backend-article-list-property)
16738 (spam-backend-get-article-todo-list)
16739 (spam-backend-put-article-todo-list)
16740 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16741 Resolve registrations separately.
16742 (spam-register-routine): Format comments.
16743 (spam-unregister-routine, spam-register-routine): Always call with
16744 specific-articles, no default list.
16745 (spam-summary-prepare-exit): Use the spam-classifications function.
16746
16747 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16748 gnus-encrypt.el.
16749
16750 * encrypt.el: Copied from gnus-encrypt.el.
16751
16752 * gnus-encrypt.el: Commented that it's obsolete.
16753
16754 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16755
16756 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16757 (gnus-score-save): Use it.
16758
16759 * message.el (message-bury): Use `window-dedicated-p'.
16760
16761 2004-10-15 Simon Josefsson <jas@extundo.com>
16762
16763 * pop3.el (top-level): Don't require nnheader.
16764 (pop3-read-timeout): Add.
16765 (pop3-accept-process-output): Add.
16766 (pop3-read-response, pop3-retr): Use it.
16767
16768 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
16769
16770 * spam.el (spam-register-routine): Move comment.
16771 (spam-verify-bogofilter): Use 'unknown for the initial
16772 spam-bogofilter-valid state, not 'never.
16773
16774 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16775 for netrc-machine.
16776
16777 * nnimap.el (nnimap-open-connection):
16778 Use netrc-machine-user-or-password.
16779
16780 2004-10-17 Richard M. Stallman <rms@gnu.org>
16781
16782 * gnus-registry.el (gnus-registry-unload-hook):
16783 Set as a variable with add-hook.
16784
16785 * nnspool.el (nnspool-spool-directory): Use news-directory instead
16786 of news-path.
16787
16788 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16789
16790 * spam.el: Delete duplicate `provide'.
16791 (spam-unload-hook): Set as a variable with add-hook.
16792
16793 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
16794
16795 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16796 in the doc string.
16797
16798 * message.el (message-ignored-news-headers)
16799 (message-ignored-supersedes-headers)
16800 (message-ignored-resent-headers)
16801 (message-forward-ignored-headers): Improve custom type.
16802
16803 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
16804
16805 * message.el (message-tokenize-header): Fix 2004-09-06 change
16806 which used point-min in the wrong place.
16807
16808 2004-10-12 Simon Josefsson <jas@extundo.com>
16809
16810 * tls.el (tls-certtool-program): New variable.
16811 (tls-certificate-information): New function, based on
16812 ssl-certificate-information.
16813
16814 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
16815
16816 * compface.el: Move the version of ELisp-based uncompface program
16817 to the contrib directory because of the copyright problem.
16818
16819 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
16820
16821 * message.el (message-kill-buffer): Raise the current frame.
16822
16823 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
16824
16825 * gnus-sum.el: Mention that multibyte characters don't work as marks.
16826
16827 * gnus.el (message-y-or-n-p): Autoload.
16828
16829 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16830 (pop3-password-required, pop3-authentication-scheme)
16831 (pop3-leave-mail-on-server): Make customizable.
16832 (pop3): New custom group.
16833 (pop3-retr): Remove `sleep-for' statements.
16834 Suggested by Dave Love <fx@gnu.org>.
16835
16836 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16837 Windows/DOS.
16838
16839 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16840 (imap-parse-body): Fix incorrect use of `assert'.
16841 Suggested by Dave Love <fx@gnu.org>.
16842
16843 * mml.el (mml-minibuffer-read-disposition): Require match.
16844 Suggested by Dave Love <fx@gnu.org>.
16845
16846 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
16847
16848 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
16849 doc string.
16850
16851 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
16852
16853 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16854
16855 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16856
16857 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16858 instead of calling `mm-insert-inline', to decode text/* parts
16859 before displaying them.
16860
16861 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
16862
16863 * mm-uu.el (mm-uu-text-plain-type): New variable.
16864 (mm-uu-pgp-signed-extract-1): Use it.
16865 (mm-uu-pgp-encrypted-extract-1): Use it.
16866 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16867 bind mm-uu-text-plain-type with that value.
16868 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16869 mm-uu-dissect.
16870
16871 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16872
16873 * gnus-group.el (gnus-update-group-mark-positions):
16874 * gnus-sum.el (gnus-update-summary-mark-positions):
16875 * message.el (message-check-news-body-syntax):
16876 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16877 of string-as-multibyte.
16878
16879 2004-10-05 Juri Linkov <juri@jurta.org>
16880
16881 * gnus-group.el (gnus-update-group-mark-positions):
16882 * gnus-sum.el (gnus-update-summary-mark-positions):
16883 * message.el (message-check-news-body-syntax):
16884 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16885 8-bit unibyte values to a multibyte string for search functions.
16886
16887 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
16888
16889 * mm-uu.el (mm-uu-dissect): Allow optional arg.
16890 (mm-uu-dissect-text-parts): New function.
16891
16892 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16893 dissect text parts.
16894
16895 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16896 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16897
16898 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16899
16900 * gnus-topic.el (gnus-topic-hierarchical-parameters):
16901 Use gnus-current-topics instead of gnus-current-topic.
16902
16903 2004-10-06 Jesper Harder <harder@ifa.au.dk>
16904
16905 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16906
16907 2004-10-05 Jesper Harder <harder@ifa.au.dk>
16908
16909 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16910 where approriate.
16911
16912 * nnml.el (nnml-generate-active-info): do.
16913
16914 * nndiary.el (nndiary-generate-active-info): do.
16915
16916 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16917 (gnus-topic-move): do.
16918
16919 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16920 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16921
16922 * gnus-srvr.el (gnus-server-prepare)
16923 (gnus-server-open-all-servers): do.
16924
16925 * gnus-msg.el (gnus-summary-cancel-article)
16926 (gnus-summary-resend-message)
16927 (gnus-summary-mail-crosspost-complaint): do.
16928
16929 * gnus-move.el (gnus-change-server): do.
16930
16931 * gnus-group.el (gnus-group-unmark-all-groups)
16932 (gnus-group-set-current-level): do.
16933
16934 2004-10-04 Simon Josefsson <jas@extundo.com>
16935
16936 * message.el (message-generate-hashcash): Doc fix.
16937
16938 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
16939
16940 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16941 avoid infinite recursion via gnus-get-function.
16942
16943 2004-10-02 Jesper Harder <harder@ifa.au.dk>
16944
16945 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16946
16947 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16948
16949 * nnmail.el (nnmail-split-history): do.
16950
16951 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16952 (nnml-request-delete-group): do.
16953
16954 * nnslashdot.el (nnslashdot-read-groups): do.
16955
16956 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16957 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16958
16959 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16960 (nnspool-sift-nov-with-sed): Use last.
16961 (nnspool-retrieve-headers-with-nov): Use mapc.
16962 (nnspool-request-newgroups): Use dolist.
16963 (nnspool-request-group): Use last.
16964
16965 * nntp.el (nntp-read-server-type): Use dolist.
16966
16967 * nnvirtual.el (nnvirtual-create-mapping)
16968 (nnvirtual-update-read-and-marked): Use dolist.
16969 (nnvirtual-convert-headers): Simplify.
16970
16971 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16972
16973 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16974 Add support for sync'ing tick marks.
16975
16976 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
16977
16978 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16979 there's no visible header.
16980
16981 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
16982
16983 * gnus-agent.el (gnus-agent-synchronize-group-flags):
16984 When necessary, pass full group name to gnus-request-set-marks.
16985
16986 2004-10-01 Simon Josefsson <jas@extundo.com>
16987
16988 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
16989 acroread.
16990
16991 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16992
16993 * spam-report.el (spam-report-gmane): Fix interactive.
16994
16995 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16996
16997 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16998 when writing file.
16999 (gnus-agent-synchronize-flags): Don't default to being
17000 interactive.
17001
17002 2004-09-30 Simon Josefsson <jas@extundo.com>
17003
17004 * message.el (message-generate-hashcash): Add.
17005 (message-send-mail): Use it, call mail-add-payment.
17006
17007 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
17008
17009 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17010
17011 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
17012
17013 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17014 gnus-requst-update-info with explicit code to sync the in-memory
17015 info read flags with the marks being sync'd to the backend.
17016
17017 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17018
17019 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17020
17021 * spam.el (spam-verify-bogofilter): Add new function.
17022 (spam-check-bogofilter)
17023 (spam-bogofilter-register-with-bogofilter): Use it.
17024 (spam-verify-bogofilter): Add small fixes.
17025
17026 2004-09-28 Simon Josefsson <jas@extundo.com>
17027
17028 * hashcash.el (hashcash-generate-payment): Revert.
17029
17030 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
17031
17032 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17033 Use gnus-extract-references instead of gnus-split-references.
17034
17035 * gnus-util.el (gnus-extract-references): Add new function, analogous
17036 to gnus-split-references but extracts only the message-ID without
17037 anything extra.
17038
17039 * hashcash.el (hashcash-generate-payment)
17040 (hashcash-check-payment): Do the right thing if hashcash-path is
17041 nil (because the hashcash program could not be found).
17042
17043 * spam.el (spam-use-hashcash): Remove comment.
17044
17045 2004-09-27 Jesper Harder <harder@ifa.au.dk>
17046
17047 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17048 (gnus-cache-enter-article, gnus-cache-remove-article)
17049 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17050
17051 * gnus-async.el (gnus-async-prefetch-remove-group): do.
17052
17053 * gnus-art.el (article-hide-boring-headers)
17054 (article-translate-strings, article-display-face)
17055 (gnus-article-mime-match-handle-first)
17056 (gnus-article-highlight-headers)
17057 (gnus-article-add-buttons-to-head): do.
17058
17059 2004-09-27 Simon Josefsson <jas@extundo.com>
17060
17061 * hashcash.el: New version, from
17062 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
17063 ../contrib/.
17064
17065 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17066
17067 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17068
17069 2004-09-26 Jesper Harder <harder@ifa.au.dk>
17070
17071 * gnus-dup.el (gnus-dup-open): Use mapc.
17072 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17073
17074 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17075 Reported by Stefan Wiens <s.wi@gmx.net>.
17076
17077 * gnus.el (gnus-shutdown): Use dolist.
17078
17079 * gnus-undo.el (gnus-undo): Use mapc.
17080
17081 * nnrss.el (nnrss-generate-active): do.
17082
17083 * message.el (message-cite-original-without-signature)
17084 (message-cite-original): Use mapc.
17085 (message-do-actions, message-make-forward-subject): Use dolist.
17086
17087 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17088
17089 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17090 deletion to remove entire duplicate line. Fixes merged article
17091 number bug.
17092
17093 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
17094
17095 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17096 servers that are offline. Avoids having gnus-agent-toggle-plugged
17097 first ask if you want to open a server and then, even when you
17098 responded with no, asking if you want to synchronize the server's
17099 flags.
17100 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17101 multi-line expressions.
17102 (gnus-agent-synchronize-group-flags): New internal function.
17103 Updates marks in memory (in the info structure) AND in the
17104 backend.
17105
17106 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17107
17108 * nnagent.el (nnagent-request-set-mark):
17109 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17110 method, to ensure that synchronization updates marks in the
17111 backend and in the info (in memory) structure.
17112
17113 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
17114
17115 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17116 convention fully; don't miss the root article of a thread; make
17117 the X-Draft-From header with correct article numbers.
17118
17119 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
17120
17121 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17122 unless plugged. Disable the agent so that an open failure causes
17123 an error.
17124
17125 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17126 Revert 2004-09-21 change. The backend must be opened while
17127 synchronizing flags even when the backend stores the flags
17128 locally.
17129
17130 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
17131
17132 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17133 in `header' match. Reported by Svend Tollak Munkejord.
17134
17135 * message.el (message-cite-original): Fix use of
17136 `message-cite-articles-with-x-no-archive'.
17137
17138 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
17139
17140 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17141 (gnus-window-to-buffer): Ditto.
17142
17143 * mml.el (mml-preview-buffer): New variable.
17144 (mml-preview): Manage window layout with gnus-buffer-configuration.
17145
17146 * gnus-msg.el (gnus-setup-message): Put article numbers into the
17147 X-Draft-From header even if those articles aren't quoted.
17148
17149 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
17150
17151 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17152 (gnus-request-set-mark, gnus-request-update-mark): Use new
17153 g-s-t-u-l-m to decide to use backend even when unplugged.
17154
17155 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
17156
17157 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17158 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
17159
17160 2004-09-20 Simon Josefsson <jas@extundo.com>
17161
17162 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17163 "utf-16-le".
17164
17165 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17166
17167 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17168
17169 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17170
17171 * uudecode.el (uudecode-use-external): Add :version.
17172
17173 * smime.el (smime-CA-file, smime-encrypt-cipher)
17174 (smime-dns-server): Add :version.
17175
17176 * smiley.el (gnus-smiley-file-types): Add :version.
17177
17178 * sha1.el (sha1-use-external): Add :version.
17179
17180 * pgg-def.el (pgg-query-keyserver): Add :version.
17181
17182 * nnmail.el (nnmail-fancy-expiry-targets)
17183 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17184 Add :version.
17185
17186 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17187 (nnimap-retrieve-groups-asynchronous): Add :version.
17188 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
17189
17190 * mml.el (mml-content-disposition-parameters)
17191 (mml-insert-mime-headers-always): Add :version.
17192
17193 * mm-util.el (mm-coding-system-priorities): Add :version.
17194
17195 * mm-decode.el (mm-inline-text-html-with-images)
17196 (mm-keep-viewer-alive-types, mm-external-terminal-program)
17197 (mm-verify-option): Add :version.
17198 (mm-text-html-renderer): Change :version.
17199
17200 * message.el (message-fcc-externalize-attachments)
17201 (message-required-headers, message-draft-headers)
17202 (message-subject-trailing-was-query)
17203 (message-subject-trailing-was-ask-regexp)
17204 (message-subject-trailing-was-regexp, message-mark-insert-begin)
17205 (message-mark-insert-end, message-archive-header)
17206 (message-archive-note, message-cross-post-default)
17207 (message-cross-post-note, message-followup-to-note)
17208 (message-cross-post-note-function, message-use-mail-followup-to)
17209 (message-subscribed-address-functions)
17210 (message-subscribed-address-file, message-subscribed-addresses)
17211 (message-subscribed-regexps, message-allow-no-recipients)
17212 (message-yank-cited-prefix, message-signature-insert-empty-line)
17213 (message-hidden-headers, message-hierarchical-addresses)
17214 (message-mail-user-agent, message-use-idna)
17215 (message-valid-fqdn-regexp)
17216 (message-strip-special-text-properties, message-header-synonyms)
17217 (message-beginning-of-line, message-tab-body-function): Add :version.
17218 (message-insert-canlock, message-wide-reply-confirm-recipients):
17219 Change :version.
17220
17221 * mail-source.el (mail-source-ignore-errors): Add :group, :type
17222 and :version.
17223 (mail-source-delete-old-incoming-confirm)
17224 (mail-source-movemail-program): Add :version.
17225
17226 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17227 (gnus-agent-cache, gnus-agent): Change :version.
17228
17229 * gnus-util.el (gnus-use-byte-compile): Change :version.
17230
17231 * gnus-sum.el (gnus-summary-make-false-root-always)
17232 (gnus-summary-default-high-score)
17233 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17234 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17235 (gnus-read-all-available-headers, gnus-article-emulate-mime)
17236 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17237 (gnus-sum-thread-tree-single-indent)
17238 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17239 (gnus-sum-thread-tree-leaf-with-other)
17240 (gnus-sum-thread-tree-single-leaf): Add :version.
17241 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17242 (gnus-article-loose-mime): Change :version.
17243
17244 * gnus-start.el (gnus-backup-startup-file)
17245 (gnus-save-startup-file-via-temp-buffer): Add :version.
17246
17247 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17248 (gnus-server-offline-face): Add :version.
17249
17250 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17251
17252 * gnus-msg.el (gnus-gcc-externalize-attachments)
17253 (gnus-debug-files, gnus-debug-exclude-variables)
17254 (gnus-discouraged-post-methods): Change :version.
17255 (gnus-confirm-mail-reply-to-news)
17256 (gnus-confirm-treat-mail-like-news): Add :version.
17257
17258 * gnus-int.el (gnus-server-unopen-status): Add :version.
17259
17260 * gnus-group.el (gnus-group-jump-to-group-prompt)
17261 (gnus-large-ephemeral-newsgroup)
17262 (gnus-fetch-old-ephemeral-headers): Add :version.
17263
17264 * gnus-fun.el (gnus-x-face-directory)
17265 (gnus-convert-pbm-to-x-face-command)
17266 (gnus-convert-image-to-x-face-command)
17267 (gnus-convert-image-to-face-command): Add :version.
17268
17269 * gnus-delay.el (gnus-delay-default-hour): Add :version.
17270
17271 * gnus-cite.el (gnus-cite-blank-line-after-header)
17272 (gnus-article-boring-faces): Add :version.
17273
17274 * gnus-art.el (gnus-buttonized-mime-types)
17275 (gnus-inhibit-mime-unbuttonizing)
17276 (gnus-treat-display-face)
17277 (gnus-treat-body-boundary): Change :version.
17278 (gnus-body-boundary-delimiter, gnus-picon-databases)
17279 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17280 (gnus-treat-date-english, gnus-treat-fold-headers)
17281 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17282 (gnus-treat-mail-picon, gnus-treat-wash-html)
17283 (gnus-article-encrypt-protocol)
17284 (gnus-use-idna, gnus-article-over-scroll)
17285 (gnus-mime-display-multipart-alternative-as-mixed)
17286 (gnus-mime-display-multipart-related-as-mixed)
17287 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17288 (gnus-ctan-url, gnus-button-ctan-handler)
17289 (gnus-button-handle-ctan-bogus-regexp)
17290 (gnus-button-ctan-directory-regexp)
17291 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17292 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17293 (gnus-button-man-level, gnus-button-emacs-level)
17294 (gnus-button-message-level, gnus-button-browse-level): Add :version.
17295
17296 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17297 (gnus-agent-go-online): Change :version.
17298 (gnus-agent-expire-unagentized-dirs)
17299 (gnus-agent-auto-agentize-methods): Add :version.
17300
17301 * flow-fill.el (fill-flowed-display-column)
17302 (fill-flowed-encode-column): Add :version.
17303
17304 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17305 (gnus-outlook-deuglify-unwrap-max)
17306 (gnus-outlook-deuglify-cite-marks)
17307 (gnus-outlook-deuglify-unwrap-stop-chars)
17308 (gnus-outlook-deuglify-no-wrap-chars)
17309 (gnus-outlook-deuglify-attrib-cut-regexp)
17310 (gnus-outlook-deuglify-attrib-verb-regexp)
17311 (gnus-outlook-deuglify-attrib-end-regexp)
17312 (gnus-outlook-display-hook): Add :version.
17313
17314 * binhex.el (binhex-use-external): Add :version.
17315
17316 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
17317
17318 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17319 and `invisible'.
17320
17321 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
17322
17323 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17324 in gnus-registry-trim.
17325
17326 2004-09-13 Simon Josefsson <jas@extundo.com>
17327
17328 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17329
17330 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17331
17332 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17333 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17334 <yamaoka@jpl.org>.
17335 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17336 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17337 <yamaoka@jpl.org>.
17338
17339 * sieve.el (sieve-manage-mode): Ditto.
17340
17341 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
17342
17343 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17344
17345 2004-09-11 Simon Josefsson <jas@extundo.com>
17346
17347 * dns-mode.el: Add.
17348
17349 * mm-view.el (mm-display-dns-inline): Add.
17350
17351 * mm-decode.el (mm-inline-media-tests): Add text/dns.
17352 (mm-automatic-display): Ditto.
17353
17354 * mailcap.el (mailcap-mime-data): Add text/dns.
17355 (mailcap-mime-extensions): Map .soa to text/dns.
17356
17357 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
17358
17359 * gnus-art.el (article-decode-mime-words, article-babel)
17360 (gnus-article-highlight-signature, gnus-article-add-buttons)
17361 (gnus-signature-toggle): Remove unnecessary bindings of
17362 `inhibit-read-only' inherited from v5.10 merge.
17363
17364 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
17365
17366 * nntp.el (nntp): New customization group.
17367 (nntp-authinfo-file): Add customization group.
17368
17369 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17370
17371 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17372
17373 * gnus.el (to-address, to-list, subscribed)
17374 (large-newsgroup-initial): Ditto.
17375
17376 * flow-fill.el (fill-flowed-display-column)
17377 (fill-flowed-encode-column): Ditto.
17378
17379 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
17380
17381 * message.el (message-tokenize-header, message-send-mail-with-qmail):
17382 Use point-min rather than 1.
17383 (message-send-mail): Use buffer-size rather than point-max.
17384
17385 * gnus-sum.el (gnus-summary-search-article-forward):
17386 Signal a specific `search-failed' rather than a generic `error'.
17387
17388 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17389 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17390 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17391
17392 2004-09-10 Simon Josefsson <jas@extundo.com>
17393
17394 * nndb.el (require): Remove tcp and duplicate cl.
17395
17396 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
17397
17398 * gnus-agent.el (directory-files-and-attributes): Move forward.
17399
17400 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17401
17402 * gnus-agent.el (directory-files-and-attributes):
17403 Optionally defined to support XEmacs.
17404
17405 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
17406
17407 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17408 to avoid run-time CL dependencies.
17409 (gnus-agent-unfetch-articles): New function.
17410 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17411 article numbers even when local .overview file is missing.
17412 (gnus-agent-read-article-number): New function. Only accepts
17413 27-bit article numbers.
17414 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17415 Use gnus-agent-read-article-number.
17416 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17417 from backend while recognizing that article numbers in .overview
17418 must be valid.
17419 (gnus-agent-update-files-total-fetched-for):
17420 Use directory-files-and-attributes to improve performance.
17421 * gnus-int.el (gnus-request-move-article):
17422 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17423 improve performance.
17424
17425 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17426 some users confused by references to .newsrc when they only have a
17427 .newsrc.eld file.
17428 (gnus-convert-mark-converter-prompt)
17429 (gnus-convert-converter-needs-prompt): Fix use of property list.
17430 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17431 New function. Used internally to only display 'gnus converting
17432 files' message when actually necessary.
17433
17434 * gnus-sum.el (): Remove (require 'gnus-agent) as required
17435 methods now autoloaded.
17436
17437 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
17438
17439 * gnus-sum.el (gnus-summary-insert-subject): Remove list
17440 identifiers.
17441
17442 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
17443
17444 * gnus-picon.el: Fix indentation and closing parenthesis.
17445
17446 2004-09-01 Simon Josefsson <jas@extundo.com>
17447
17448 * message.el (message-canlock-generate): Require sha1, not
17449 sha1-el. (Can we get rid of this require altogether? It is ugly
17450 to require within a function. Sadly, if sha1.el isn't loaded, the
17451 let binding in m-c-g will hide the defcustom definition, which is
17452 bad.)
17453
17454 * canlock.el: Require sha1, not sha1-el.
17455
17456 * message.el: Don't autoload sha1 (there is a autoload cookie in
17457 sha1.el).
17458
17459 * sha1-el.el: Rename to sha1.el.
17460
17461 2004-08-30 Juanma Barranquero <lektu@terra.es>
17462
17463 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17464
17465 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17468
17469 2004-08-30 Kim F. Storm <storm@cua.dk>
17470
17471 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17472
17473 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17474 Add :group 'nnimap.
17475
17476 2004-08-30 Andreas Schwab <schwab@suse.de>
17477
17478 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17479 ?* and ?\;.
17480
17481 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17482 and ?\' to symbol instead of whitespace.
17483
17484 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
17485
17486 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17487
17488 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17489 instead of re-search-forward.
17490
17491 * gnus-uu.el (gnus-uu-save-article): Ditto.
17492 (gnus-uu-post-encode-uuencode): Ditto.
17493
17494 * html2text.el (html2text-clean-list-items): Ditto.
17495 (html2text-clean-dtdd): Ditto.
17496 (html2text-format-tags): Ditto.
17497
17498 * message.el (message-send-mail-with-sendmail): Fix regexp.
17499 (message-fill-field-general): Use search-forward instead of
17500 re-search-forward.
17501 (unbold-region): Ditto.
17502
17503 * nnrss.el (nnrss-request-article): Ditto.
17504
17505 * nnslashdot.el (nnslashdot-request-article): Ditto.
17506
17507 * nnweb.el (nnweb-gmane-wash-article): Ditto.
17508
17509 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17510 "Unrecognized menu descriptor" error in XEmacs.
17511
17512 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
17513
17514 * gnus-sum.el (gnus-read-header): Don't remove a header for the
17515 parent article of a sparse article in the thread hashtb.
17516
17517 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
17518
17519 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17520 (nnmail-expand-newtext): Lowercase expanded entries if
17521 nnmail-split-lowercase-expanded is non-nil.
17522
17523 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
17524
17525 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17526
17527 * gnus-group.el (gnus-group-line-format-alist): Convert the value
17528 of gnus-tmp-news-method into string under XEmacs. It will be
17529 passed to gnus-correct-length which takes only a string argument.
17530
17531 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
17532
17533 * gnus-util.el (gnus-bind-print-variables): New macro.
17534 (gnus-prin1): Use it.
17535 (gnus-prin1-to-string): Use it.
17536 (gnus-pp): New function.
17537 (gnus-pp-to-string): New function.
17538
17539 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17540 Replace pp-to-string with gnus-pp-to-string.
17541 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17542 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17543 * gnus-msg.el (gnus-debug): Ditto.
17544 * gnus-score.el (gnus-score-save): Ditto.
17545 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17546 gnus-pp-to-string.
17547 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17548 with gnus-pp.
17549 * score-mode.el (gnus-score-pretty-print): Ditto.
17550 * webmail.el (webmail-debug): Ditto.
17551
17552 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
17553
17554 * gnus-art.el (article-display-face, article-display-x-face):
17555 Use buffer-read-only.
17556
17557 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
17558
17559 * gnus-art.el (article-hide-list-identifiers):
17560 Bind inhibit-read-only as t.
17561
17562 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
17563
17564 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17565
17566 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
17567
17568 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17569 (gnus-narrow-to-page): Don't assume point-min == 1.
17570 (gnus-article-edit-mode): Derive from message-mode.
17571
17572 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17573 point-min == 1.
17574
17575 * imap.el (imap-parse-address-list, imap-parse-body-ext):
17576 Disable incorrect use of `assert'.
17577
17578 * message.el (message-mode): Set comment-start-skip.
17579
17580 2004-08-22 Sam Steingold <sds@gnu.org>
17581
17582 * pop3.el (pop3-leave-mail-on-server): New user variable.
17583 (pop3-movemail): Delete mail only when it is nil.
17584
17585 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
17586
17587 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17588
17589 * mml.el (mml-preview): Use `pop-to-buffer'.
17590
17591 * message.el (message-goto-mail-followup-to): Insert after "To".
17592 (message-carefully-insert-headers): Add comment.
17593
17594 * gnus.el: Remove unused variable `gnus-article-check-size'.
17595
17596 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17597
17598 * gnus-art.el (gnus-button-alist):
17599 Improve `gnus-button-handle-library' entry.
17600
17601 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
17602
17603 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17604 Use downcase, since XEmacs capitalizes error messages differently.
17605
17606 2004-08-18 Jesper Harder <harder@ifa.au.dk>
17607
17608 * nntp.el: Add (require 'gnus) due to reference to
17609 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
17610
17611 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
17612
17613 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17614 Bind `mm-fill-flowed'.
17615
17616 * mm-decode.el (mm-dissect-singlepart): Check it.
17617
17618 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
17619
17620 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17621 'imap' for netrc parsing.
17622
17623 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17624
17625 * mailcap.el (mailcap-mime-data): Mark as risky.
17626
17627 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
17628
17629 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17630 may be included in the encoded word.
17631 (rfc2047-encode): Don't append a space if the encoded word
17632 includes close parenthesis.
17633
17634 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
17635
17636 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17637 of text within parentheses.
17638
17639 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
17640
17641 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17642 (gnus-encrypt-write-file-contents): Make the password key the file
17643 name PLUS the cipher, not just the cipher. Also remove failed
17644 passwords from the cache.
17645
17646 2004-08-06 Simon Josefsson <jas@extundo.com>
17647
17648 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17649 Doc fix.
17650
17651 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
17652
17653 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17654 LWSP.
17655
17656 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
17657
17658 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17659 Try to append in-reply-to: data to the references: header.
17660
17661 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17662 (netrc-parse): Use gnus-encrypt.el functions.
17663
17664 * gnus-encrypt.el: Add new file for encryption support; currently
17665 does only a few GPG ciphers and an internal XOR cipher.
17666
17667 * password.el: Add comments on using password-read-and-add.
17668 (password-read-and-add): Add function to read and add the
17669 password to the cache at once.
17670
17671 2004-07-28 Simon Josefsson <jas@extundo.com>
17672
17673 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17674 parameter (but don't use it, for now).
17675
17676 * imap.el (imap-ssl-open): Use imap-process-connection-type,
17677 instead of hard coding to nil.
17678
17679 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
17680
17681 * mm-view.el (mm-inline-image-emacs): Open lines under an image
17682 as mm-inline-image-xemacs does.
17683
17684 2004-07-26 Simon Josefsson <jas@extundo.com>
17685
17686 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17687 Revert part of 2004-07-17 change below.
17688
17689 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
17690
17691 * rfc2047.el (rfc2047-encode-region): Don't infloop.
17692 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17693
17694 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
17695
17696 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17697 quotes that actually start with ">" at the beginning of the
17698 lines.
17699
17700 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
17701
17702 * rfc2047.el (rfc2047-encode-region): Fix last change.
17703 (rfc2047-encode-parameter): Remove useless concat.
17704
17705 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
17706
17707 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17708 encode special characters; fix some kind of misconfigured headers;
17709 signal a real error if debug-on-quit or debug-on-error is non-nil.
17710 (rfc2047-encode-max-chars): New variable.
17711 (rfc2047-encode-1): Use it.
17712 (rfc2047-encode-parameter): New function.
17713
17714 * mml.el (mml-insert-parameter): Remove an excessive space.
17715
17716 2004-07-17 Simon Josefsson <jas@extundo.com>
17717
17718 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17719 Kai Grossjohann <kai@emptydomain.de>.
17720 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17721 (gnus-group-make-menu-bar): Ditto.
17722
17723 * gnus-util.el (gnus-group-server): Add.
17724
17725 2004-07-16 Jesper Harder <harder@ifa.au.dk>
17726
17727 * message.el (message-clone-locals): Clone sendmail and smtp
17728 variables.
17729
17730 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * rfc2047.el (rfc2047-encode-region): Fix last change.
17733
17734 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
17735
17736 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17737 characters as non-special.
17738
17739 2004-07-09 Simon Josefsson <jas@extundo.com>
17740
17741 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17742 Users will lose all flag changes made while unplugged with
17743 e.g. nntp unless flag synchronization happens, thus `nil' is not a
17744 good default. See numerous reports on ding mailing list.
17745
17746 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
17747
17748 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17749 add generate-head-function and generate-article-function to the
17750 rfc822-forward entry.
17751 (nndoc-rfc822-forward-generate-article): New function.
17752 (nndoc-rfc822-forward-generate-head): New function.
17753
17754 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17755
17756 2004-07-06 Dan Christensen <jdc@uwo.ca>
17757
17758 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17759 respect display group parameter and gnus-summary-expunge-below.
17760 (gnus-articles-to-read): Remove unused reference to display group
17761 parameter.
17762
17763 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17764
17765 * nnheader.el (nnheader-uniquify-message-id): New experimental
17766 variable.
17767 (nnheader-nov-read-message-id): Use it.
17768
17769 * spam-report.el (spam-report-gmane): Add interactive.
17770
17771 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
17772
17773 * mm-encode.el (mm-content-transfer-encoding-defaults):
17774 Use qp-or-base64 for the application/* types.
17775
17776 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
17777
17778 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17779
17780 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
17781
17782 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17783 trim value.
17784
17785 2004-01-25 Paul Jarc <prj@po.cwru.edu>
17786
17787 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17788 New macro and function.
17789 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17790
17791 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17792
17793 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17794 after-load-alist.
17795
17796 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17797
17798 * gnus-group.el (gnus-group-get-new-news-this-group):
17799 Don't update info that isn't there.
17800
17801 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
17802
17803 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17804 entry.
17805
17806 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
17807
17808 * mm-view.el (mm-inline-render-with-function): Use multibyte
17809 buffer; decode html source by charset.
17810
17811 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17812
17813 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17814 Mule-UCS is loaded under XEmacs.
17815 (mm-mime-mule-charset-alist): Avoid duplicated entries.
17816
17817 2004-06-28 Jesper Harder <harder@ifa.au.dk>
17818
17819 * nnheader.el (nnheader-max-head-length): Increase to 8192.
17820
17821 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
17822
17823 * mm-util.el (mm-coding-system-p): Return a coding-system.
17824 (mm-mime-mule-charset-alist): Use shift_jis instead of
17825 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17826 entries for the mime charsets iso-2022-jp-3 and shift_jis.
17827 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17828 instead of japanese-shift-jis and iso-latin-1 respectively in
17829 order to share the default value with both Emacs and XEmacs-mule.
17830 (mm-mule-charset-to-mime-charset):
17831 Make mm-coding-system-priorities effective.
17832 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17833 while predicating of candidates upon the priorities.
17834
17835 2004-06-27 Jesper Harder <harder@ifa.au.dk>
17836
17837 * gnus-sum.el (gnus-summary-make-menu-bar):
17838 Add gnus-uu-invert-processable.
17839
17840 * gnus.el: Autoload gnus-uu-invert-processable.
17841
17842 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
17843
17844 * mm-util.el (mm-with-multibyte-buffer): New macro.
17845
17846 * rfc2047.el (rfc2047-encode-string): Use it.
17847 (rfc2047-encode-region): Move point to the end of the region after
17848 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17849
17850 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17851
17852 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17853 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17854
17855 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
17856
17857 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17858 (gnus-cite-parse): Ignore quoted envelope From_.
17859 Suggested by Karl Chen <quarl@nospam.quarl.org>.
17860
17861 2004-06-23 Jesper Harder <harder@ifa.au.dk>
17862
17863 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17864 invalid addresses.
17865
17866 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
17867
17868 * spam.el: Change section markers, revise TODO list.
17869 (spam-backends): Make new master list of all installed backends.
17870 (spam-summary-exit-behavior): Add new variable to determine how
17871 messages moves are done at summary exit.
17872 (spam-move-spam-nonspam-groups-only)
17873 (spam-process-ham-in-nonham-groups)
17874 (spam-process-ham-in-spam-groups): Remove variables, the
17875 spam-summary-exit-behavior variable should be used to manage this
17876 behavior.
17877 (spam-old-ham-articles, spam-old-spam-articles): Remove.
17878 (spam-old-articles): Add variable, replacing spam-old-ham-articles
17879 and spam-old-spam-articles.
17880 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17881 Add empty variables, placeholders for the backends they represent.
17882 (spam-set-difference): Move, unchanged.
17883 (spam-list-of-processors): Declare OBSOLETE, not used anymore
17884 unless the user has a processor variable.
17885 (spam-classifications, spam-classification-valid-p)
17886 (spam-backend-properties, spam-backend-property-valid-p)
17887 (spam-backend-function-type-valid-p)
17888 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17889 (spam-report-articles-gmane, spam-report-articles-resend):
17890 Remove functions, they are not needed.
17891 (spam-install-backend-super, spam-backend-list)
17892 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17893 (spam-backend-function, spam-backend-ham-registration-function)
17894 (spam-backend-spam-registration-function)
17895 (spam-backend-ham-unregistration-function)
17896 (spam-backend-spam-unregistration-function)
17897 (spam-backend-statistical-p, spam-backend-mover-p)
17898 (spam-install-backend-alias, spam-install-checkonly-backend)
17899 (spam-install-mover-backend, spam-install-nocheck-backend)
17900 (spam-install-backend, spam-install-statistical-backend)
17901 (spam-install-statistical-checkonly-backend): Add backend installation
17902 support.
17903 (spam-summary-prepare-exit): Rewrite to use the new backend code.
17904 (spam-group-processor-p): Use the new backend code and respect the
17905 summary exit behavior.
17906 (spam-mark-spam-as-expired-and-move-routine): Remove.
17907 (spam-summary-prepare): Change to use the new spam-old-articles
17908 variable.
17909 (spam-copy-or-move-routine, spam-copy-spam-routine)
17910 (spam-move-spam-routine, spam-copy-ham-routine)
17911 (spam-move-ham-routine): Add code to copy/move ham or spam.
17912 (spam-fetch-field-fast): Improve doc and code, plus allow the
17913 'number request.
17914 (spam-list-of-checks, spam-list-of-statistical-checks):
17915 Remove variables.
17916 (spam-split, spam-find-spam): Use the new backend code.
17917 (spam-registration-functions): Remove variable.
17918 (spam-unregister-routine): Add convenience wrapper.
17919 (spam-log-undo-registration, spam-register-routine)
17920 (spam-log-processing-to-registry)
17921 (spam-log-unregistration-needed-p): Rename "check" to "backend"
17922 where possible.
17923 (spam-check-gmane-xref, spam-check-regex-headers)
17924 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17925 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17926 (spam-check-bogofilter-headers, spam-check-spamoracle)
17927 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17928 (spam-check-crm114-headers): Use the spam-split-group that
17929 spam-split prepares, no need to determine it every time.
17930
17931 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17932 to the nnheader-parse-naked-head call.
17933
17934 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17935
17936 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17937 the nnheader-nov-read-message-id call.
17938
17939 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
17940
17941 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17942 gnus-activate-group twice. Suggested by Markus Peter
17943 <warp@spin.de>.
17944
17945 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
17946
17947 * gnus-art.el (gnus-article-time-format): Exchange the order of
17948 day and month in the default value; fix customization type.
17949 (article-date-ut): Use add-text-properties.
17950 (article-make-date-line): Use message-make-date instead of
17951 current-time-string.
17952
17953 * message.el (message-fetch-field): Don't use set-text-properties.
17954 (message-make-date): Simplify.
17955
17956 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
17957
17958 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17959 (rfc2047-encode-region): Treat text within parentheses as special;
17960 show the original text when error has occurred.
17961
17962 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17963 already-computed method to gnus-activate-group.
17964
17965 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17966 same select-methods identical Lisp objects.
17967
17968 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17969 object when modifying the info.
17970
17971 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
17972
17973 * gnus-srvr.el (gnus-server-set-info): Remove the server from
17974 gnus-opened-servers since it has never been opened with the new
17975 configuration yet.
17976
17977 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
17978
17979 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17980 arg to nnheader-generate-fake-message-id.
17981
17982 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
17983
17984 * nnheader.el (nnheader-generate-fake-message-id): Accept a
17985 number and build a fake message ID localized to a group and
17986 article number (so it's repeatable from that point on).
17987 (nnheader-fake-message-id-p): Change regex to accommodate new fake
17988 ID format.
17989
17990 * gnus-sum.el (gnus-get-newsgroup-headers):
17991 Call nnheader-generate-fake-message-id with the article number.
17992
17993 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
17994
17995 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17996 end-of-buffer.
17997
17998 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17999
18000 * message.el (message-ignored-supersedes-headers): Add Approved.
18001
18002 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
18003
18004 * rfc2047.el (rfc2047-encode-message-header): Remove useless
18005 goto-char.
18006 (rfc2047-encode): Fold the line before encoding.
18007
18008 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18009
18010 * rfc2047.el (rfc2047-encode-message-header): Disabled header
18011 folding -- not all headers can be folded, and this should be done
18012 by the message composition mode. Probably. I think.
18013
18014 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
18015
18016 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18017 fast.
18018
18019 * gnus-ems.el (gnus-remove-image): Don't use
18020 message-text-with-property; remove only the image found first.
18021
18022 2004-06-09 Jesper Harder <harder@ifa.au.dk>
18023
18024 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18025
18026 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18027
18028 * message.el (message-text-with-property): Make it fast and accept
18029 optional arguments.
18030 (message-strip-forbidden-properties): Use it.
18031 (message-fix-before-sending): Follow the m-t-w-p change.
18032
18033 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18034
18035 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
18036
18037 * gnus-art.el (article-hide-headers): Don't change the buffer
18038 mistakenly when performing mml-preview even if
18039 gnus-single-article-buffer is nil.
18040
18041 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
18042
18043 * message.el (message-expand-name-databases): New user option.
18044 (message-expand-name): Use it.
18045
18046 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
18047
18048 * spam.el (spam-report-articles-resend)
18049 (spam-report-resend-register-routine): Allow ham reporting.
18050 (spam-report-resend-register-ham-routine): Add wrapper.
18051 (spam-registration-functions): Add ham resending functions.
18052 (spam-list-of-processors): Add ham resend processor.
18053
18054 * gnus.el (ham-resend-to): Add new group parameter.
18055 (spam-process): Add ham resend option.
18056
18057 * spam-report.el (spam-report-resend): Allow reporting ham.
18058 (spam-report-resend-ham): Add wrapper.
18059
18060 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18061
18062 * message.el (message-cite-articles-with-x-no-archive):
18063 New variable.
18064 (message-cite-original): Use it.
18065
18066 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18067
18068 * message.el (message-cite-original): Respect X-No-Archive.
18069
18070 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
18071
18072 * gnus-art.el (article-hide-headers): Refer to the values for
18073 gnus-ignored-headers and gnus-visible-headers in the summary
18074 buffer since a user may have set them as group parameters.
18075
18076 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
18077
18078 * assistant.el (assistant-node-name): Add convenience function.
18079 (assistant-render-text, assistant-render-node): Add error handling,
18080 plus handle multiple next nodes.
18081 (assistant-find-next-node): Comment out for now.
18082 (assistant-find-next-nodes): Add function, returns list of next
18083 nodes.
18084
18085 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
18086
18087 * mail-source.el (mail-source-directory): Fix doc-string.
18088
18089 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
18090
18091 * assistant.el (assistant-render-text, assistant-eval): Add :set
18092 widget type, which is different because it takes and returns a
18093 list. Much hilarity ensues.
18094
18095 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
18096
18097 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18098
18099 * gnus-group.el (gnus-group-get-new-news-this-group):
18100 Add doc-string.
18101
18102 * gnus-start.el (gnus-activate-group): Add doc-string.
18103
18104 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
18105
18106 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18107
18108 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
18109
18110 * assistant.el (assistant-render-text): Try to add a :set
18111 widget, more to come.
18112
18113 * spam.el (spam-group-spam-contents-p): Handle empty groupname
18114 strings.
18115 (spam-report-articles-resend)
18116 (spam-register-routine): Do registration iff any articles warrant
18117 it.
18118 (spam-summary-prepare-exit): Change log message for nil group
18119 destinations.
18120
18121 2004-05-27 Daniel Pittman <daniel@rimspace.net>
18122
18123 * spam.el (spam-report-resend-register-routine):
18124 Allow spam-report-resend-to to be a group parameter or a global value.
18125
18126 2004-05-26 Simon Josefsson <jas@extundo.com>
18127
18128 * starttls.el: Merge with my GNUTLS based starttls.el.
18129 (starttls-gnutls-program, starttls-use-gnutls)
18130 (starttls-extra-arguments, starttls-process-connection-type)
18131 (starttls-connect, starttls-failure, starttls-success):
18132 New variables.
18133 (starttls-program, starttls-extra-args): Doc fix.
18134 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18135 New functions.
18136 (starttls-negotiate, starttls-open-stream):
18137 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18138 function if it is set.
18139
18140 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18141
18142 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18143 structured fields.
18144
18145 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18146
18147 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18148
18149 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
18150
18151 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18152 Add variable.
18153 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
18154 assigning the spam-mark to new messages.
18155
18156 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
18157
18158 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18159
18160 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
18161
18162 * rfc2047.el (rfc2047-encodable-p): Don't move point.
18163 (rfc2047-decode): Treat the ascii coding-system as raw-text by
18164 default.
18165
18166 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
18167
18168 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18169 correct data.
18170
18171 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
18172
18173 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18174 (spam-group-processor-p): Fix function.
18175 (spam-group-processor-multiple-p)
18176 (spam-group-spam-processor-report-gmane-p)
18177 (spam-group-spam-processor-report-resend-p)
18178 (spam-group-spam-processor-bogofilter-p)
18179 (spam-group-spam-processor-blacklist-p)
18180 (spam-group-spam-processor-ifile-p)
18181 (spam-group-ham-processor-ifile-p)
18182 (spam-group-spam-processor-spamoracle-p)
18183 (spam-group-spam-processor-crm114-p)
18184 (spam-group-ham-processor-bogofilter-p)
18185 (spam-group-spam-processor-stat-p)
18186 (spam-group-ham-processor-stat-p)
18187 (spam-group-ham-processor-whitelist-p)
18188 (spam-group-ham-processor-BBDB-p)
18189 (spam-group-ham-processor-spamoracle-p)
18190 (spam-group-ham-processor-copy-p): Remove functions with some
18191 prejudice against unneeded code.
18192 (spam-report-articles-resend)
18193 (spam-report-resend-register-routine): Allow the group/topic
18194 spam-resend-to value to override spam-report-resend-to.
18195 (spam-summary-prepare-exit): Invoke spam-group-processor-p
18196 properly now.
18197
18198 * gnus.el (spam-resend-to): Add group/topic parameter.
18199 (spam-process): Move the OBSOLETE processors to the end of the
18200 choices.
18201
18202 2004-05-24 Daniel Pittman <daniel@rimspace.net>
18203
18204 * spam-report.el (spam-report-resend-to, spam-report-resend):
18205 Start with resend-to set to nil, and then ask the user if necessary.
18206 (spam-report-resend): spam-report-resend takes a list of articles, not
18207 separate article numbers.
18208
18209 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
18210
18211 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18212 addition to emacs-w3m.
18213
18214 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18215
18216 * assistant.el (assistant-authinfo-data): New function.
18217 (assistant-eval): Eval for entire assistant.
18218
18219 * netrc.el (netrc-services-file): New variable.
18220 (netrc-parse-services): New function.
18221 (netrc-find-service-name): New function.
18222 (netrc-find-service-number): New function.
18223 (netrc-port-equal): New function.
18224 (netrc-machine): Use it.
18225
18226 * nnimap.el (nnimap-open-connection): Use netrc.
18227
18228 * gnus-util.el (gnus-netrc-get): Remove aliases.
18229
18230 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18231
18232 * assistant.el (wid-edit): Fix compilation.
18233
18234 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18235
18236 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
18237
18238 * gnus-util.el (gnus-set-file-modes): New function. (small
18239 patch).
18240
18241 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
18242
18243 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18244
18245 * assistant.el (assistant-render-node): Fix up rendering and
18246 read-only text.
18247 (assistant-render-node): Reset.
18248 (assistant-make-read-only): Not sticky.
18249
18250 2004-05-20 Danny Siu <dsiu@adobe.com>
18251
18252 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18253 centered even when gnus-auto-center-summary is t
18254
18255 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18256
18257 * dns.el (dns-get-txt-answer): New function.
18258 (dns-read-txt): Ditto.
18259 (query-dns): Use it.
18260
18261 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
18262
18263 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18264 active for foreign groups even if the group level is higher than
18265 the specified value.
18266
18267 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18268
18269 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18270 non-active groups.
18271
18272 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18273
18274 2004-05-20 Magnus Henoch <mange@freemail.hu>
18275
18276 * dns.el (dns-read-type): Add support for SVR. (small patch)
18277
18278 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
18279
18280 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18281 (spam-crm114-header, spam-crm114-spam-switch)
18282 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18283 (spam-crm114-positive-spam-header)
18284 (spam-crm114-database-directory, spam-list-of-processors)
18285 (spam-group-spam-processor-crm114-p)
18286 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18287 (spam-generic-score, spam-list-of-checks)
18288 (spam-list-of-statistical-checks, spam-registration-functions)
18289 (spam-check-crm114-headers, spam-crm114-score)
18290 (spam-check-crm114, spam-crm114-register-with-crm114)
18291 (spam-crm114-register-spam-routine)
18292 (spam-crm114-unregister-spam-routine)
18293 (spam-crm114-register-ham-routine)
18294 (spam-crm114-unregister-ham-routine): Add CRM114 support.
18295 From asjo@koldfront.dk (Adam Sjøgren).
18296
18297 * gnus.el: Add spam-use-crm114.
18298
18299 * spam.el (spam-list-of-processors, spam-registration-functions):
18300 Add spam-use-resend.
18301 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18302 (spam-report-articles-gmane): Add doc fix.
18303 (spam-report-articles-resend, spam-report-resend-register-routine):
18304 Add wrappers around spam-report-resend-to.
18305
18306 * spam-report.el (spam-report-resend-to, spam-report-resend):
18307 Add support for resending spam.
18308 (spam-report-gmane): Fix line length >80.
18309
18310 * gnus.el (spam-process): Add spam-use-resend.
18311
18312 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18313
18314 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18315 number of processed spam messages.
18316 (spam-ham-copy-or-move-routine): Return the number of processed
18317 ham messages.
18318 (spam-summary-prepare-exit): Use the above values to decide
18319 whether status messages shouled be displayed.
18320
18321 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
18322
18323 * rfc2047.el (rfc2047-encode-function-alist): Rename from
18324 `rfc2047-encoding-function-alist' in order to avoid conflicting
18325 with the old version.
18326 (rfc2047-encode-region): Concatenate words containing non-ASCII
18327 characters in structured fields; don't encode space-delimited
18328 ASCII words even in unstructured fields; don't break words at
18329 char-category boundaries.
18330 (rfc2047-encode-1): New function.
18331 (rfc2047-encode): Use it; encode text so that it occupies the
18332 maximum width within 76-column; work correctly on Q encoding for
18333 iso-2022-* charsets.
18334 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18335 sure not to break a line just after the header name.
18336 (rfc2047-b-encode-region): Remove.
18337 (rfc2047-b-encode-string): New function.
18338 (rfc2047-q-encode-region): Remove.
18339 (rfc2047-q-encode-string): New function.
18340
18341 * mm-util.el (mm-replace-in-string): New function.
18342
18343 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18344
18345 * gnus-msg.el (gnus-inews-make-draft-meta-information):
18346 Really get it right.
18347 (gnus-inews-make-draft): Really.
18348
18349 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
18350
18351 * nnmh.el (nnmh-request-list-1): Don't check the link count
18352 before descending. (small patch)
18353
18354 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18355
18356 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18357 stuff.
18358
18359 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18360 Match on real group name.
18361
18362 * gnus-art.el (gnus-signature-limit): Doc fix.
18363
18364 * gnus-msg.el (gnus-inews-make-draft): Quote list.
18365
18366 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18367
18368 * gnus-draft.el (gnus-draft-send):
18369 Bind rfc2047-encode-encoded-words.
18370
18371 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18372 (rfc2047-encodable-p): Say that =? needs encoding.
18373 (rfc2047-encode-encoded-words): New variable.
18374
18375 * gnus-group.el (gnus-group-select-group): Doc fix.
18376
18377 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18378
18379 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18380 to nil.
18381
18382 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18383
18384 * nnheader.el (nnheader-get-lines-and-char): New function.
18385
18386 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
18387
18388 * gnus-msg.el (gnus-summary-followup-with-original):
18389 Document yanking of region when active.
18390
18391 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
18392
18393 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18394 groups if the group level is higher than the specified value.
18395
18396 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18397
18398 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18399 (gnus-group-jump-to-group): Add prefix argument using
18400 `gnus-group-jump-to-group-prompt'. Query before jumping to
18401 non-active group.
18402
18403 * compface.el (uncompface): Be verbose when changing
18404 `uncompface-use-external'.
18405
18406 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18407 handle manual section.
18408
18409 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18410
18411 * gnus-art.el (gnus-button-alist): Revert previous change.
18412
18413 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18414
18415 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18416
18417 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18418
18419 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18420 whether backend can accept message.
18421
18422 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18423
18424 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
18425
18426 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18427 Avoid creating directory when nntp-marks-is-evil is true.
18428 Reported by Reiner Steib.
18429
18430 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
18431
18432 * gnus-picon.el (gnus-picon-style): New variable.
18433 (gnus-picon-insert-glyph): Add optional `nostring' argument.
18434 (gnus-picon-transform-address): Support `gnus-picon-style'.
18435 From Jesper Harder <harder@ifa.au.dk>.
18436
18437 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18438
18439 * message.el (message-fill-field): Return point.
18440 (message-generate-headers): Go to end of field.
18441
18442 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18443 stuff for non-living groups.
18444
18445 2004-05-18 Jesper Harder <harder@ifa.au.dk>
18446
18447 * gnus-art.el (gnus-article-followup-with-original)
18448 (gnus-article-reply-with-original): gnus-mark-active-p ->
18449 gnus-region-active-p.
18450
18451 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
18452
18453 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18454 only when there is spam or ham to be processed.
18455
18456 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18457
18458 * mail-source.el (mail-source-delete-crash-box): Refactor.
18459 (mail-source-fetch): Use it.
18460 (mail-source-fetch-file): Ditto.
18461 (mail-source-fetch-directory): Run postscript in loop.
18462 (mail-source-fetch-pop): Delete.
18463 (mail-source-fetch-maildir): Ditto.
18464 (mail-source-fetch-imap): Ditto.
18465
18466 * imap.el (imap-authenticators): Comment out sasl.
18467
18468 * message.el (message-skip-to-next-address): New function.
18469 (message-fill-header-address): Refactor.
18470 (message-fill-address): Use it.
18471 (message-delete-address): Use it.
18472 (message-fill-header-general): Refactor.
18473 (message-fill-field-address): Rename.
18474 (message-narrow-to-field): Find the start of the header.
18475 (message-header-format-alist): Don't pre-fill.
18476 (message-fill-header): Remove.
18477 (message-insert-header): New function.
18478 (message-shorten-references): Use it.
18479
18480 * rfc2047.el (rfc2047-field-value): Strip props.
18481
18482 * mail-parse.el (mail-header-make-address): New alias.
18483
18484 * ietf-drums.el (ietf-drums-make-address): New function.
18485
18486 * imap.el: Add compiler directives.
18487
18488 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18489
18490 * gnus-art.el (article-decode-idna-rhs): Don't use
18491 message-idna-inside-rhs-p.
18492
18493 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18494
18495 * message.el (message-idna-inside-rhs-p): Remove.
18496 (message-idna-to-ascii-rhs-1): Use proper address parsing.
18497
18498 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18499 false positives.
18500
18501 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18502
18503 * imap.el (imap-sasl-make-mechanisms): Use sasl.
18504
18505 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18506
18507 * nneething.el (nneething-file-name): Don't create spurious
18508 files.
18509
18510 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18511 (gnus-inews-do-gcc): Remove sleep.
18512
18513 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18514 part under point.
18515
18516 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18517 (gnus-agent-regenerate-group): Using nil messages aren't valid.
18518
18519 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
18520
18521 * spam.el (spam-summary-prepare-exit): Fix (length).
18522
18523 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
18524
18525 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18526 as expired without moving it" message when there are spam
18527 messages left.
18528
18529 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
18530
18531 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18532 header is not nil.
18533
18534 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
18535
18536 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18537 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18538 (nntp-marks-changed-p): New arg SERVER.
18539 (nntp-request-update-info): Adjust caller.
18540
18541 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
18542
18543 * nntp.el (nntp-save-marks): Pass missing arg.
18544
18545 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
18546
18547 * nntp.el: Support marks.
18548 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18549 (nntp-marks-modtime, nntp-marks-directory): New variables.
18550 (nntp-request-set-mark, nntp-request-update-info)
18551 (nntp-possibly-create-directory, nntp-marks-changed-p)
18552 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18553 New functions.
18554
18555 2004-05-12 Jesper Harder <harder@ifa.au.dk>
18556
18557 * gnus-score.el (gnus-score-insert-help):
18558 Use gnus-select-lowest-window.
18559
18560 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18561 appt-select-lowest-window and rename to gnus-select-lowest-window.
18562
18563 * gnus.el: do.
18564
18565 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18566
18567 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18568 encodings of MIME-encoded words, in order to improve
18569 interoperability with several broken MUAs.
18570
18571 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18572
18573 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18574 tags, only when charsets are not specified in headers.
18575 (mm-inline-text-html-render-with-w3m): Ditto.
18576
18577 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18578
18579 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18580 instead of MIME-decoded from fields when checking
18581 `gnus-article-address-banner-alist'.
18582
18583 2004-05-03 Jesper Harder <harder@ifa.au.dk>
18584
18585 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18586 description rather than subject.
18587
18588 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18589
18590 * gnus.el (gnus-version-number): Bump.
18591
18592 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18593
18594 * gnus.el: No Gnus v0.2 is released.
18595
18596 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18597
18598 * gnus-agent.el (gnus-agent-read-agentview):
18599 Inline gnus-uncompress-range.
18600
18601 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18602
18603 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18604 `exec-installed-p'.
18605
18606 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18607
18608 * gnus.el (spam-process, spam-autodetect-methods):
18609 Add bsfilter and bsfilter-headers.
18610
18611 * spam.el (spam-bsfilter): New customize group.
18612 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18613 (spam-bsfilter-header, spam-bsfilter-probability-header)
18614 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18615 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18616 (spam-bsfilter-database-directory): New options.
18617 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18618 (spam-list-of-statistical-checks, spam-registration-functions):
18619 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18620 (spam-bsfilter-score): New command.
18621 (spam-check-bsfilter-headers, spam-check-bsfilter)
18622 (spam-bsfilter-register-with-bsfilter)
18623 (spam-bsfilter-register-spam-routine)
18624 (spam-bsfilter-unregister-spam-routine)
18625 (spam-bsfilter-register-ham-routine)
18626 (spam-bsfilter-unregister-ham-routine): New functions.
18627 (spam-generic-score): Support bsfilter; Accept an optional argument
18628 to recalcurate spam score even if scoring header has already been
18629 added.
18630 (spam-bogofilter-score, spam-spamassassin-score): Accept an
18631 optional argument to recalcurate spam score even if scoring header
18632 has already been added.
18633
18634 2004-04-29 Jesper Harder <harder@ifa.au.dk>
18635
18636 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18637 strings! Reported by David D. Smith <davidsmith@acm.org>.
18638 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18639 link is missing.
18640
18641 2004-04-28 Jesper Harder <harder@ifa.au.dk>
18642
18643 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18644 (html2text-get-attr): Rewrite.
18645
18646 * message.el (message-setup-1): Remove redundant put-text-property
18647 on mail-header-separator.
18648
18649 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
18650
18651 * gnus-registry.el (gnus-registry-cache-whitespace)
18652 (gnus-registry-action, gnus-registry-spool-action)
18653 (gnus-registry-split-fancy-with-parent): Change message levels
18654 from 5 to 3 or 7, as needed.
18655
18656 * spam.el (spam-summary-prepare-exit)
18657 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18658 (spam-split, spam-find-spam, spam-log-undo-registration)
18659 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18660 level from 5 to 6.
18661
18662 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
18663
18664 * gnus-ems.el: Autoload appt-select-lowest-window (revert
18665 2004-03-04 change).
18666
18667 2004-04-25 Jesper Harder <harder@ifa.au.dk>
18668
18669 * sieve-manage.el (sieve-manage-open):
18670 * nnweb.el (nnweb-insert-html):
18671 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18672 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18673 * nnspool.el (nnspool-request-group):
18674 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18675 * nnml.el (nnml-request-update-info):
18676 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18677 (nnmh-request-create-group, nnmh-update-gnus-unreads):
18678 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18679 (nnimap-request-set-mark):
18680 * nnfolder.el (nnfolder-request-update-info):
18681 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18682 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18683 * gnus-uu.el (gnus-uu-find-articles-matching):
18684 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18685 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18686 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18687 * gnus-nocem.el (gnus-nocem-scan-groups):
18688 * gnus-int.el (gnus-start-news-server):
18689 * gnus-group.el (gnus-group-make-kiboze-group)
18690 (gnus-group-browse-foreign-server):
18691 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18692 Use mapc when appropriate.
18693
18694 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
18695
18696 FIXME: Make separate entries for each person.
18697
18698 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18699 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18700 <shields@msrl.com>:
18701
18702 * spam.el (spam-necessary-extra-headers): Get the extra headers we
18703 may need for spam sorting and scoring.
18704 (spam-user-format-function-S): Add user format function suitable for
18705 general use.
18706 (spam-article-sort-by-spam-status): Add sorting function for summary
18707 sorting.
18708 (spam-extra-header-to-number): Add function to get a score from a
18709 header.
18710 (spam-summary-score): Add function to get a numeric score from the
18711 headers.
18712 (spam-generic-score): Fix function doc, was in wrong place.
18713 (spam-initialize): Take symbols when it's run, and install the
18714 extra headers that spam-necessary-extra-headers thinks we need.
18715
18716 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18717
18718 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18719 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18720
18721 2004-04-17 Jesper Harder <harder@ifa.au.dk>
18722
18723 * gnus-sum.el (gnus-set-global-variables)
18724 (gnus-build-all-threads, gnus-get-newsgroup-headers)
18725 (gnus-article-get-xrefs, gnus-summary-best-group)
18726 (gnus-summary-next-article, gnus-summary-enter-digest-group)
18727 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18728 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18729 Use with-current-buffer.
18730
18731 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
18732
18733 * spam.el (spam-summary-prepare-exit): Simplify logic.
18734 (spam-fetch-article-header): Read the article header if it's not
18735 available.
18736 (spam-list-articles): Simplify logic.
18737 (spam-filelist-register-routine): Fix bug with unregister-list.
18738
18739 * gnus-registry.el: Fix comments at beginning.
18740
18741 2004-04-16 Jesper Harder <harder@ifa.au.dk>
18742
18743 * message.el (message-cater-to-broken-inn): Remove.
18744 (message-shorten-references): Make sure the total folded length of
18745 References is shorter than 998 characters to cater to a bug in INN
18746 2.3. Also, don't pretend that references aren't folded -- this
18747 hasn't worked for a while.
18748
18749 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18750
18751 * gnus-agent.el (gnus-agentize):
18752 gnus-agent-send-mail-real-function no longer set to current value
18753 of message-send-mail-function but rather a lambda that calls
18754 message-send-mail-function. The change makes the agent real-time
18755 responsive to user changes to message-send-mail-function.
18756
18757 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
18758
18759 * legacy-gnus-agent.el
18760 (gnus-agent-convert-to-compressed-agentview): Fix typos with
18761 help from Florian Weimer <fw@deneb.enyo.de>
18762
18763 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
18764
18765 * nnmail.el (nnmail-cache-insert): Revert last change.
18766
18767 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
18768
18769 * nnmail.el (nnmail-cache-insert): Always check whether
18770 nnmail-cache-ignore-groups matches a group name.
18771
18772 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
18773
18774 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18775 (spam-find-spam, spam-log-processing-to-registry)
18776 (spam-log-registered-p, spam-log-unregistration-needed-p)
18777 (spam-log-undo-registration): Use gnus-message instead of
18778 gnus-error, none of these errors are fatal.
18779
18780 * gnus-registry.el (gnus-registry-clean-empty-function)
18781 (gnus-registry-clean-empty): Remove only empty entries without
18782 extra data.
18783
18784 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
18785
18786 * spam-stat.el (spam-stat-buffer-change-to-spam)
18787 (spam-stat-buffer-change-to-non-spam): Change (error) to
18788 (gnus-message 8) invocation.
18789
18790 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18791
18792 * nntp.el (nntp-via-netcat-command): New variable.
18793 (nntp-via-netcat-switches): New variable.
18794 (nntp-open-via-rlogin-and-netcat): New function.
18795 (nntp-open-connection-function): Doc fix.
18796 (nntp-telnet-command): Doc fix.
18797 (nntp-end-of-line): Doc fix.
18798 (nntp-via-rlogin-command): Doc fix.
18799 (nntp-via-user-name): Doc fix.
18800 (nntp-via-address): Doc fix.
18801
18802 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
18803
18804 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18805 error in Emacs 21.1.
18806
18807 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
18808
18809 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18810
18811 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
18812
18813 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18814 (gnus-agent-with-refreshed-group): New macro.
18815 (gnus-agent-rename-group): New function.
18816 (gnus-agent-delete-group): New function.
18817 (gnus-agent-save-group-info): Use gnus-command-method when
18818 `method' parameter is nil. Don't write nil entries into the
18819 active file.
18820 (gnus-agent-get-group-info): New function.
18821 (gnus-agent-fetch-articles):
18822 Use gnus-agent-update-files-total-fetched-for to increment disk space
18823 used.
18824 (gnus-agent-fetch-headers, gnus-agent-save-alist):
18825 Use gnus-agent-update-view-total-fetched-for to increment disk space
18826 used.
18827 (gnus-agent-get-local): Add optional parameters to avoid calling
18828 gnus-group-real-name and gnus-find-method-for-group.
18829 (gnus-agent-set-local): Delete stored entry if either min, or max,
18830 are nil.
18831 (gnus-agent-fetch-session): Reworded error/quit messages.
18832 On quit, use gnus-agent-regenerate-group to record existence of any
18833 articles fetched to disk before the quit occurred.
18834 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18835 gnus-agent-update-view-total-fetched-for, and
18836 gnus-agent-update-files-total-fetched-for to decrement disk space
18837 used.
18838 (gnus-agent-retrieve-headers):
18839 Use gnus-agent-update-view-total-fetched-for to increment disk space
18840 used.
18841 (gnus-agent-regenerate-group): Replace gnus-group-update-group
18842 with gnus-agent-update-files-total-fetched-for to decrement disk
18843 space and fresh group buffer.
18844 (gnus-agent-inhibit-update-total-fetched-for): New variable.
18845 (gnus-agent-need-update-total-fetched-for): New variable.
18846 (gnus-agent-update-files-total-fetched-for): New function.
18847 (gnus-agent-update-view-total-fetched-for): New function.
18848 (gnus-agent-total-fetched-for): New function.
18849
18850 * gnus-cache.el (gnus-cache-save-buffers):
18851 Use gnus-cache-update-overview-total-fetched-for to change disk space
18852 used by this group.
18853 (gnus-cache-possibly-enter-article):
18854 Use gnus-cache-update-file-total-fetched-for to increment disk space
18855 used by this group.
18856 (gnus-cache-possibly-remove-article):
18857 Use gnus-cache-update-file-total-fetched-for to decrement disk space
18858 used by this group.
18859 (gnus-cache-generate-nov-databases): Purge total fetched cache.
18860 (gnus-cache-rename-group): New function.
18861 (gnus-cache-delete-group): New function.
18862 (gnus-cache-inhibit-update-total-fetched-for): New variable.
18863 (gnus-cache-need-update-total-fetched-for): New variable.
18864 (gnus-cache-with-refreshed-group): New macro.
18865 (gnus-cache-update-file-total-fetched-for): New function.
18866 (gnus-cache-update-overview-total-fetched-for): New function.
18867 (gnus-cache-rename-group-total-fetched-for): New function.
18868 (gnus-cache-delete-group-total-fetched-for): New function.
18869 (gnus-cache-total-fetched-for): New function.
18870
18871 * gnus-group.el: Require gnus-sum and autoload functions to
18872 resolve warnings when gnus-group.el compiled alone.
18873 (gnus-group-line-format): Documented new %F.
18874 (size of Fetched data) group line format; identifies disk space
18875 used by agent and cache.
18876 (gnus-group-line-format-alist): Defined new F format.
18877 (gnus-total-fetched-for): New function.
18878 (gnus-group-delete-group): No longer update
18879 gnus-cache-active-altered as gnus-request-delete-group now keeps
18880 the cache in sync.
18881 (gnus-group-list-active): Let the agent store a server's active
18882 list if currently plugged.
18883
18884 * gnus-int.el (gnus-request-delete-group):
18885 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18886 local disk in sync with the server.
18887 (gnus-request-rename-group):
18888 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18889 local disk in sync with the server.
18890
18891 * gnus-start.el (gnus-get-unread-articles):
18892 Cosmetic simplification to logic.
18893
18894 * gnus-util.el (gnus-rename-file): New function.
18895
18896 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
18897
18898 * mm-util.el (mm-image-load-path): Handle nil in load-path.
18899
18900 2004-04-07 Jesper Harder <harder@ifa.au.dk>
18901
18902 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18903 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
18904
18905 2004-04-06 Jesper Harder <harder@ifa.au.dk>
18906
18907 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18908 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
18909
18910 2004-04-03 Jesper Harder <harder@ifa.au.dk>
18911
18912 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18913
18914 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
18915
18916 * spam.el (spam-set-difference): Add function to replace
18917 gnus-set-difference in spam.el.
18918 (spam-summary-prepare-exit): Use spam-set-difference.
18919
18920 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18921
18922 * gnus-registry.el (gnus-registry-cache-file): Update to use
18923 gnus-dribble-directory OR gnus-home-directory OR ~.
18924 (gnus-registry-split-fancy-with-parent): Fix doc.
18925
18926 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
18927
18928 * message.el (message-exchange-point-and-mark):
18929 Use message-mark-active-p. Suggested by Jesper Harder
18930 <harder@ifa.au.dk>.
18931
18932 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
18933
18934 * message.el (message-exchange-point-and-mark): Don't activate
18935 region if it was inactive. Suggested by Hiroshi Fujishima
18936 <pooh@nature.tsukuba.ac.jp>.
18937
18938 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
18939
18940 * gnus-art.el (article-display-face): Display Faces in the same
18941 order as X-Faces.
18942
18943 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
18944
18945 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18946
18947 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
18948
18949 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18950 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18951 (gnus-article-mime-hierarchy): Remove.
18952 (gnus-article-mime-hierarchy-next): Remove.
18953 (gnus-article-mode): Revert 2004-03-19 change.
18954 (gnus-article-setup-buffer): Revert 2004-03-19 change.
18955 (gnus-insert-mime-button): Revert 2004-03-19 change.
18956 (gnus-mime-accumulate-hierarchy): Remove.
18957 (gnus-mime-enter-multipart): Remove.
18958 (gnus-mime-leave-multipart): Remove.
18959 (gnus-mime-display-part): Revert 2004-03-19 change.
18960 (gnus-mime-display-alternative): Revert 2004-03-19 change.
18961
18962 * mml.el (mml-preview): Revert 2004-03-19 change.
18963
18964 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
18965
18966 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18967
18968 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
18969
18970 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18971 t while entering a file name using the mm-with-multibyte macro.
18972 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18973
18974 * mm-util.el (mm-with-multibyte): New macro.
18975
18976 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
18977
18978 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18979 New user option.
18980 (gnus-mime-multipart-functions): Doc and customization fix.
18981 (gnus-article-mime-hierarchy): New variable.
18982 (gnus-article-mime-hierarchy-next): New variable.
18983 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18984 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18985 gnus-article-mime-hierarchy-next to nil.
18986 (gnus-insert-mime-button): Show hierarchy numbers.
18987 (gnus-mime-accumulate-hierarchy): New function.
18988 (gnus-mime-enter-multipart): New function.
18989 (gnus-mime-leave-multipart): New function.
18990 (gnus-mime-display-part): Recompute hierarchical MIME structure.
18991 (gnus-mime-display-alternative): Show hierarchy numbers.
18992
18993 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18994 gnus-article-mime-hierarchy-next to nil.
18995
18996 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
18997
18998 * dns.el: Don't require gnus-xmas.
18999
19000 2004-03-17 Jesper Harder <harder@ifa.au.dk>
19001
19002 * mml.el (mml-generate-mime-1): Don't use format=flowed with
19003 inline PGP.
19004 (mml-menu): Disable mml-quote-region if mark is inactive.
19005
19006 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
19007
19008 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19009 when the group's active is not available.
19010
19011 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
19012
19013 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19014 error.
19015
19016 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
19017
19018 * imap.el (imap-store-password): New variable.
19019 (imap-interactive-login): Use it.
19020 Suggested by Mark Plaksin <happy@mcplaksin.org>.
19021
19022 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
19023
19024 * gnus-art.el (gnus-article-read-summary-keys): Restore new
19025 window-start and hscroll to summary window.
19026
19027 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
19028
19029 * gnus-start.el (gnus-convert-old-newsrc): Only write the
19030 conversion message to newsrc-dribble when an actual conversion is
19031 performed.
19032
19033 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
19034
19035 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19036
19037 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
19038
19039 * mm-decode.el (mm-complicated-handles): New function reviving
19040 former definition of mm-multiple-handles.
19041
19042 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19043 (gnus-mime-delete-part): Use it.
19044
19045 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
19046
19047 * gnus-agent.el (gnus-agent-read-local):
19048 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19049 avoid the implicit assumption that they will always be equal.
19050 (gnus-agent-save-local): Bind buffer-file-coding-system, not
19051 coding-system-for-write, as the with-temp-file macro first prints
19052 to a buffer then saves the buffer.
19053
19054 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
19055
19056 * gnus-art.el (gnus-article-edit-part): New function.
19057 (gnus-mime-save-part-and-strip): Use it; do query instead of
19058 signaling an error; don't use mm-multiple-handles.
19059 (gnus-mime-delete-part): Ditto.
19060
19061 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
19062
19063 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19064 old file versions.
19065 (gnus-group-prepare-hook): Remove function that converted list
19066 form of gnus-agent-expire-days to group properties.
19067
19068 * gnus-int.el: Autoload gnus-agent-regenerate-group.
19069 (gnus-request-accept-article): Re-indented.
19070
19071 * gnus-start.el (gnus-convert-old-newsrc): Registered new
19072 converters to handle old agent file formats. Add logic for a
19073 "backup before upgrading warning".
19074 (gnus-convert-mark-converter-prompt): Developers can mark
19075 functions as needing (default), or not needing,
19076 gnus-convert-old-newsrc's "backup before upgrading warning".
19077 (gnus-convert-converter-needs-prompt): Tests whether the user
19078 should be protected from potentially irreversable changes by the
19079 function.
19080
19081 * legacy-gnus-agent.el: New. Provides converters that are only
19082 loaded when gnus-convert-old-newsrc needs to call them.
19083
19084 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
19085
19086 * mail-source.el (mail-source-touch-pop): Doc fix.
19087
19088 * message.el (message-smtpmail-send-it): Doc fix.
19089
19090 2004-03-05 Jesper Harder <harder@ifa.au.dk>
19091
19092 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19093
19094 * nnmail.el (nnmail-split-fancy): do.
19095
19096 * gnus-kill.el (gnus-kill, gnus-execute): do.
19097
19098 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
19099
19100 * gnus-sum.el (gnus-widget-reversible-match)
19101 (gnus-widget-reversible-to-internal)
19102 (gnus-widget-reversible-to-external): New functions.
19103 (gnus-widget-reversible): New widget.
19104 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19105
19106 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
19107
19108 * gnus-sum.el (gnus-thread-sort-functions)
19109 (gnus-article-sort-functions): Document `(not F)' items.
19110
19111 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
19112
19113 * spam.el (spam-use-gmane-xref): Add new backend.
19114 (spam-gmane-xref-spam-group): Add variable to control the name of the
19115 Gmane spam group.
19116 (spam-blackhole-servers, spam-blackhole-good-server-regex)
19117 (spam-regex-headers-spam, spam-regex-headers-ham)
19118 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19119 (spam-list-of-checks): Add spam-use-gmane-xref to list of
19120 backends and checks.
19121 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19122
19123 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19124 an autodetect method.
19125
19126 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19127
19128 * gnus-int.el (gnus-request-accept-article): Inform the agent that
19129 articles are being added to a group.
19130 (gnus-request-replace-article): Inform the agent that articles
19131 need to be uncached as the cached contents are no longer valid.
19132
19133 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19134
19135 * binhex.el: Don't autoload executable-find.
19136
19137 * canlock.el: Don't autoload mail-fetch-field.
19138
19139 * gnus-ems.el: Don't autoload appt-select-lowest-window.
19140
19141 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19142 rmail-dont-reply-to and rmail-output.
19143
19144 * gnus-score.el: Don't autoload ffap-string-at-point.
19145
19146 * gnus-setup.el: Don't autoload sc-cite-original.
19147
19148 * imap.el: Don't autoload base64-decode-string,
19149 base64-encode-string and md5.
19150
19151 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19152 and rmail-msg-restore-non-pruned-header.
19153
19154 * mm-decode.el: Don't autoload executable-find.
19155
19156 * mm-url.el: Don't autoload executable-find.
19157
19158 * mm-view.el: Don't autoload diff-mode.
19159
19160 * nndb.el: Don't autoload news-reply-mode, news-setup,
19161 cancel-timer and telnet.
19162
19163 * password.el: Don't autoload run-at-time for Emacs.
19164
19165 * sha1-el.el: Don't autoload executable-find.
19166
19167 * sieve-mode.el: Don't autoload c-mode.
19168
19169 * uudecode.el: Don't autoload executable-find.
19170
19171 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
19172
19173 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19174 (gnus-agent-possibly-alter-active): Avoid null in numeric
19175 comparison.
19176 (gnus-agent-set-local): Refuse to save null in local object table.
19177 (gnus-agent-regenerate-group): The REREAD parameter can now be a
19178 list of articles that will be marked as unread.
19179
19180 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
19181
19182 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19183
19184 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19185
19186 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19187 language tags.
19188
19189 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
19190
19191 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19192 Don't bind "obarray".
19193
19194 * gnus-sum.el (gnus-thread-sort-functions):
19195 Add `gnus-thread-sort-by-most-recent-number' and
19196 `gnus-thread-sort-by-most-recent-date'.
19197 Reported by Kai Grossjohann <kai@emptydomain.de>.
19198
19199 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
19200
19201 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19202
19203 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
19204
19205 * gnus-cus.el (gnus-agent-customize-category):
19206 Remove ignore-errors macro reference that required cl to be loaded at
19207 run-time.
19208
19209 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19210 single-interval range of the form (min . max). Previously the
19211 range had to look like ((min . max)). Likewise, return
19212 (min . max) rather than ((min . max)).
19213 (gnus-range-map): Use gnus-range-normalize to accept
19214 single-interval range.
19215
19216 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19217 the cache, but not the agent, now appear with their usual face.
19218
19219 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
19220
19221 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19222 w3m-safe-url-regexp variable buffer-local.
19223
19224 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19225
19226 2004-02-27 Simon Josefsson <jas@extundo.com>
19227
19228 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19229 gnus-group-real-prefix.
19230 (gnus-summary-move-article): Use it, instead of
19231 gnus-group-real-prefix.
19232
19233 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
19234
19235 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19236 w3m-safe-url-regexp variable buffer-local and set it as the value
19237 of mm-w3m-safe-url-regexp.
19238
19239 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19240
19241 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19242 parsing gnus-posting-styles when the message is not for replying.
19243
19244 * nnrss.el (nnrss-opml-export):
19245 Use mm-set-buffer-file-coding-system instead of
19246 set-buffer-file-coding-system.
19247
19248 2004-02-27 Jesper Harder <harder@ifa.au.dk>
19249
19250 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19251 of checkdoc.el).
19252 * nnrss.el: do.
19253 * gnus-mlspl.el: do.
19254 * gnus-ml.el: do.
19255 * gnus-srvr.el: do.
19256
19257 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19258
19259 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
19260
19261 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19262 Corrections to custom-manual links.
19263
19264 * gnus-art.el (gnus-article): Ditto.
19265
19266 * mm-decode.el (mime-display, mime-security): Ditto.
19267
19268 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19269
19270 * flow-fill.el: Typo.
19271
19272 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
19273
19274 * spam-wash.el: New file.
19275
19276 2004-02-26 Mark A. Hershberger <mah@everybody.org>
19277
19278 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19279
19280 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
19281
19282 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19283 to be run with new-articles as LIST1, not LIST2.
19284 (spam-registration-functions): Add spam-use-ham-copy as a nil
19285 registration backend.
19286
19287 2004-02-26 Jesper Harder <harder@ifa.au.dk>
19288
19289 * spam-stat.el (spam-stat-washing-hook): New option.
19290 (spam-stat-buffer-words): Use it.
19291 (spam-stat-process-directory, spam-stat-test-directory):
19292 Use insert-file-contents-literally.
19293 (spam-stat-coding-system): New variable.
19294 (spam-stat-load, spam-stat-save): Use it.
19295
19296 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
19297
19298 * spam-report.el (spam-report-plug-agent):
19299 Quote spam-report-url-to-file and spam-report-url-ping-plain.
19300
19301 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
19302
19303 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19304 Allow / in mailto URLs.
19305
19306 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19307
19308 * spam-report.el (spam-report-process-queue): Fix interactive use.
19309 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19310 (spam-report-unplug-agent): Doc fixes.
19311 (spam-report-url-ping-mm-url, spam-report-url-to-file)
19312 (spam-report-agentize, spam-report-deagentize):
19313 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
19314
19315 * message.el (message-setup-fill-variables): Add mml tags to
19316 paragraph-start and paragraph-separate. Suggested by Andrew Korty
19317 <ajk@iu.edu>.
19318 (message-mode): Don't modify paragraph-separate there.
19319
19320 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
19321
19322 * compface.el (uncompface-use-external): Default to undecided.
19323 (uncompface-use-external-threshold): New variable.
19324 (uncompface-float-time): New macro.
19325 (uncompface): Determine whether to use the external decoder if
19326 uncompface-use-external is undecided.
19327
19328 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
19329
19330 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19331 after images.
19332
19333 * gnus-art.el (gnus-mime-display-single): Remove dead code.
19334
19335 2004-02-14 Jesper Harder <harder@ifa.au.dk>
19336
19337 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19338
19339 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19340
19341 * gnus-sum.el (gnus-summary-limit-to-age)
19342 (gnus-summary-limit-children): do.
19343
19344 * gnus-int.el (gnus-request-scan): do.
19345
19346 * gnus-group.el (gnus-group-suspend): do.
19347
19348 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19349
19350 * gnus-cite.el (gnus-cite-parse-attributions): do.
19351
19352 * gnus-agent.el (gnus-summary-set-agent-mark)
19353 (gnus-agent-regenerate-group): do.
19354
19355 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19356
19357 * binhex.el (binhex-decode-region-internal): do.
19358
19359 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19360
19361 * gnus-fun.el (gnus-face-properties-alist): New user option.
19362 (gnus-display-x-face-in-from): Use it.
19363
19364 * gnus-art.el (article-display-face): Ditto.
19365
19366 * compface.el (uncompface-use-external): Default to nil.
19367
19368 2004-02-12 Jesper Harder <harder@ifa.au.dk>
19369
19370 * nntp.el (nntp-erase-buffer): New function.
19371 (nntp-retrieve-data, nntp-send-command)
19372 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19373 (nntp-possibly-change-group): Use it.
19374
19375 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19376 Use with-current-buffer.
19377
19378 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
19379
19380 * compface.el: Merge the ELisp-based uncompface program.
19381 (compface): New customization group.
19382 (uncompface-use-external): New user option.
19383 (uncompface): Call uncompface-internal if uncompface-use-external
19384 is nil.
19385 (uncompface-internal): New function. Note that there are also
19386 some other functions and variables added for this function.
19387
19388 2004-02-10 Jesper Harder <harder@ifa.au.dk>
19389
19390 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19391 if necessary.
19392
19393 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
19394
19395 * spam-report.el (spam-report-unplug-agent)
19396 (spam-report-plug-agent, spam-report-deagentize)
19397 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19398 Add support for the Agent in spam-report: when unplugged, report to a
19399 file; when plugged, submit all the requests.
19400
19401 * spam.el (spam-register-routine): Fix message about
19402 registration.
19403
19404 2004-02-09 Jesper Harder <harder@ifa.au.dk>
19405
19406 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19407 dependencies.
19408 (rfc2047-encode): Use it.
19409
19410 * gnus-art.el (gnus-button-marker-list): Move before first
19411 reference.
19412
19413 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19414 (imap-parse-body): Fix format string mismatch.
19415
19416 * gnus-score.el (gnus-summary-increase-score): do.
19417
19418 * nnrss.el (nnrss-close): New function.
19419
19420 2004-02-08 Jesper Harder <harder@ifa.au.dk>
19421
19422 * nnrss.el (nnrss-make-filename): New function.
19423 (nnrss-request-delete-group, nnrss-read-server-data)
19424 (nnrss-save-server-data, nnrss-read-group-data)
19425 (nnrss-save-group-data): Use it.
19426 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19427 (nnrss-read-server-data, nnrss-read-group-data): Use load.
19428 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19429
19430 2004-02-07 Jesper Harder <harder@ifa.au.dk>
19431
19432 * mml.el (mml-compute-boundary-1): Don't uncompress files.
19433
19434 2004-02-06 Jesper Harder <harder@ifa.au.dk>
19435
19436 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19437 files.
19438
19439 * message.el (message-generate-headers-first): Don't quote nil
19440 and t in docstrings.
19441
19442 * imap.el (imap-id): do.
19443
19444 * gnus-agent.el (gnus-agent-consider-all-articles)
19445 (gnus-agent-queue-mail): do.
19446
19447 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
19448
19449 * spam-report.el (spam-report-process-queue): New function.
19450 Process requests from `spam-report-requests-file'.
19451 (spam-report-process-queue): Doc fix.
19452
19453 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
19454
19455 * spam.el (spam-register-routine)
19456 (spam-log-processing-to-registry, spam-log-registered-p)
19457 (spam-log-unregistration-needed-p, spam-log-undo-registration):
19458 Change "check" to "spam-check" for semi-clarity.
19459
19460 2004-02-05 Jesper Harder <harder@ifa.au.dk>
19461
19462 * pop3.el: Require nnheader.
19463
19464 * mml-smime.el: Require cl. Autoload message-fetch-field.
19465
19466 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19467
19468 * gnus-picon.el: Require cl.
19469
19470 * gnus-fun.el: Require gnus-ems and gnus-util.
19471
19472 * gnus.el (gnus-method-to-server): Move defsubst before first use.
19473
19474 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19475
19476 * gnus-art.el (gnus-article-edit-mode): Define before first
19477 reference.
19478
19479 2004-02-04 Jesper Harder <harder@ifa.au.dk>
19480
19481 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19482 (gnus-uu-post-encoded): Use point-at-bol.
19483
19484 * gnus-topic.el (gnus-group-active-topic-p): do.
19485
19486 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19487
19488 * gnus-group.el (gnus-group-kill-region): do.
19489
19490 * gnus-art.el (article-date-ut): do.
19491
19492 * message.el (message-fetch-field): Remove redundant
19493 case-fold-search binding.
19494 (message-narrow-to-field): Simplify.
19495
19496 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
19497
19498 * spam.el (spam-directory): Derive from `gnus-directory'.
19499
19500 * spam-report.el (spam-report-url-to-file)
19501 (spam-report-requests-file): New function and variable for offline
19502 reporting.
19503 (spam-report-url-ping-function): Add `spam-report-url-to-file'
19504 and user defined function.
19505 (spam-report-url-ping-mm-url): Remove doubled slash.
19506
19507 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
19508
19509 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19510
19511 2004-02-03 Jesper Harder <harder@ifa.au.dk>
19512
19513 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19514 Fix format string mismatch.
19515
19516 * sieve.el (sieve-deactivate-all): do.
19517
19518 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19519
19520 * nnlistserv.el (nnlistserv-kk-wash-article): do.
19521
19522 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19523
19524 * mm-bodies.el (mm-7bit-chars): Don't include \r.
19525
19526 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
19527
19528 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19529 the list of checks.
19530
19531 2004-01-31 Jesper Harder <harder@ifa.au.dk>
19532
19533 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19534 padding.
19535
19536 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
19537
19538 * mm-view.el (mm-fill-flowed): New variable.
19539 (mm-inline-text): Use it.
19540
19541 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
19542
19543 * spam.el (spam-spamassassin-register-ham-routine)
19544 (spam-spamassassin-register-spam-routine): Fix function names.
19545
19546 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
19547
19548 * gnus.el (gnus-tmp-grouplens): Remove.
19549 (gnus-summary-line-format): Remove grouplens.
19550
19551 * gnus-group.el (gnus-group-line-format): Ditto.
19552
19553 * gnus-spec.el (gnus-format-specs): Ditto.
19554 (gnus-update-format-specifications): Flush the group format spec
19555 cache if there's the grouplens stuff.
19556 (gnus-parse-simple-format): Replace %l with the empty string.
19557
19558 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
19559
19560 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19561 omission.
19562
19563 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
19564
19565 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19566 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19567
19568 2004-01-25 Paul Jarc <prj@po.cwru.edu>
19569
19570 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19571 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19572 New macros and functions.
19573 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19574 Handle > NLINK_MAX messages.
19575 * nnmaildir.el (nnmaildir-request-set-mark):
19576 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19577
19578 2004-01-25 Alex Schroeder <alex@gnu.org>
19579
19580 * spam-stat.el (spam-stat-process-directory-age): New option.
19581 (spam-stat-process-directory): Use it.
19582
19583 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
19584
19585 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19586 (spam-stat-save): Accept prefix argument.
19587
19588 2004-01-23 Paul Jarc <prj@po.cwru.edu>
19589
19590 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19591 links" error.
19592
19593 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19594
19595 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19596 compatibility with old .newsrc.eld files.
19597
19598 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19599
19600 * gnus-start.el (gnus-1): do.
19601
19602 * gnus-group.el (gnus-group-line-format-alist): do.
19603
19604 * gnus.el (gnus-use-grouplens, gnus-visual): do.
19605
19606 * gnus-gl.el: Remove.
19607
19608 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
19609
19610 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19611 marks consisting of a single range {for example, (3 . 5)} rather
19612 than a list of a single range { ((3 . 5)) }.
19613
19614 2004-01-23 Jesper Harder <harder@ifa.au.dk>
19615
19616 * spam-stat.el (spam-stat-store-gnus-article-buffer):
19617 Use with-current-buffer.
19618 (spam-stat-store-current-buffer): Use insert-buffer-substring to
19619 avoid consing a string.
19620
19621 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19622 Remove obsolete entries for big5 and gb2312.
19623
19624 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
19625
19626 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19627 uncompressed list.
19628
19629 2004-01-22 Jesper Harder <harder@ifa.au.dk>
19630
19631 * spam-stat.el (spam-stat-strip-xref): New function.
19632 (spam-stat-process-directory): Use it.
19633
19634 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19635 here -- it's done in message-fetch-field.
19636
19637 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
19638
19639 * gnus-agent.el (gnus-agent-queue-mail)
19640 (gnus-agent-prompt-send-queue): New variables.
19641 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19642 * gnus-draft.el (gnus-group-send-queue): Pass the group name
19643 "nndraft:queue" along to gnus-draft-send.
19644 Use gnus-agent-prompt-send-queue.
19645 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19646 is "nndraft:queue". Suggested by Gaute Strokkenes
19647 <gs234@srcf.ucam.org>
19648
19649 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19650 (agent-enable-undownloaded-faces): Add.
19651 (gnus-agent-cat-groups): Use eval-and-compile, not
19652 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19653 method of gnus-agent-cat-groups even when the buffer has been
19654 evaled.
19655 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19656 delete gnus-agent-save-active-1.
19657 (gnus-agent-save-groups): Delete. Identical to
19658 gnus-agent-save-active.
19659 (gnus-agent-write-active): No longer adjust agent's copy of active
19660 file as agent's adjustments are now stored in their own
19661 file. Remove optional parameter.
19662 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19663 servers. Add use of min/max range limits from server's local
19664 file.
19665 (gnus-agent-save-alist): Remove unused optional argument.
19666 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19667 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19668 (gnus-agent-set-local): A per-server file that keeps min/max range
19669 limits for articles known to the agent. Provides a fast mechanism
19670 for altering many active ranges.
19671 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19672 active file (local makes it unnecessary).
19673 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19674
19675 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19676 (agent-enable-undownloaded-faces): Add.
19677
19678 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19679 disable it when sending to "nndraft:queue".
19680 (gnus-group-send-queue): Add safety check to avoid sending queue
19681 when unplugged.
19682
19683 * gnus-group.el (gnus-group-catchup): Use new
19684 gnus-sequence-of-unread-articles, not
19685 gnus-list-of-unread-articles, to avoid exhausting memory with huge
19686 numbers of articles. Use gnus-range-map to avoid having to
19687 uncompress the unread list.
19688 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19689 Fix invalid ange-ftp reference.
19690
19691 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19692 (gnus-sorted-range-intersection): Intersection of two ranges
19693 without requiring that they first be uncompressed.
19694
19695 * gnus-start.el (gnus-activate-group): Unless blocked by the
19696 caller, possibly expand the active range to include both cached
19697 and agentized articles.
19698 (gnus-convert-old-newsrc): Rewrote in anticipation of having
19699 multiple version-dependent converters.
19700 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19701 gnus-agent-save-active.
19702 (gnus-save-newsrc-file): Save dirty agent range limits.
19703
19704 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19705 gnus-agent-possibly-alter-active.
19706 (gnus-adjust-marked-articles): Faster handling of simple lists
19707
19708 2004-01-21 Jesper Harder <harder@ifa.au.dk>
19709
19710 * spam-stat.el (spam-stat-test-directory): New optional argument
19711 displays a list of files detected. Suggested by Andrew Cohen
19712 <cohen@andy.bu.edu>.
19713 (spam-stat-buffer-words-with-scores): Don't narrow and change
19714 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
19715
19716 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
19717
19718 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19719 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19720 (spam-spamassassin-arguments)
19721 (spam-spamassassin-spam-flag-header)
19722 (spam-spamassassin-positive-spam-flag-header)
19723 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19724 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19725 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19726 (spam-list-of-processors, spam-list-of-checks)
19727 (spam-list-of-statistical-checks, spam-registration-functions)
19728 (spam-check-spamassassin-headers, spam-check-spamassassin)
19729 (spam-spamassassin-score)
19730 (spam-spamassassin-register-with-sa-learn)
19731 (spam-spamassassin-register-spam-routine)
19732 (spam-spamassassin-register-ham-routine)
19733 (spam-assassin-register-spam-routine)
19734 (spam-assassin-register-ham-routine): Add SpamAssassin support.
19735 (spam-bogofilter-score): Fix to show article before scoring.
19736
19737 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
19738
19739 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19740 default scoring function.
19741 (spam-generic-score): Call spam-spamassassin-score if
19742 spam-use-spamassassin or spam-use-spamassassin-headers is on;
19743 spam-bogofilter-score otherwise.
19744
19745 * gnus.el (spam-process, spam-autodetect-methods):
19746 Add spamassassin and spamassassin-headers.
19747
19748 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
19749
19750 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19751 Suppress unnecessary messages.
19752
19753 2004-01-20 Jesper Harder <harder@ifa.au.dk>
19754
19755 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19756 make-hash-table.
19757
19758 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
19759
19760 * canlock.el (base64-encode-string): Don't autoload it.
19761
19762 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
19763
19764 * run-at-time.el: Remove useless (require 'itimer),
19765 eval-and-compile and (featurep 'xemacs).
19766
19767 2004-01-16 Jesper Harder <harder@ifa.au.dk>
19768
19769 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19770 GROUP is a virtual group.
19771
19772 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
19773
19774 * gnus.el: Autoload `message-y-or-n-p'.
19775
19776 2004-01-15 Jesper Harder <harder@ifa.au.dk>
19777
19778 * pgg-parse.el: Remove unnecessary (require 'custom).
19779
19780 * pgg-def.el: do.
19781
19782 * nnmail.el: do.
19783
19784 * gnus-undo.el: do.
19785
19786 * gnus-picon.el: do.
19787
19788 * gnus-util.el: do.
19789
19790 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
19791
19792 * gnus-sum.el (gnus-pick-line-number): Add autoload.
19793
19794 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
19795
19796 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19797 handle, as well as a list.
19798
19799 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19800 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19801 (mm-w3m-cid-retrieve): Simplify.
19802
19803 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
19804
19805 * message.el (message-kill-to-signature): Allow prefix arg to
19806 specify number of lines to keep before signature.
19807
19808 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
19809
19810 * message.el (message-kill-to-signature): Change docstring.
19811
19812 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
19813
19814 * canlock.el: Always require sha1-el.
19815 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19816
19817 * message.el: Autoload sha1 only when compiling.
19818
19819 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
19820
19821 * message.el (message-canlock-generate): Require sha1-el.
19822
19823 2004-01-13 Jesper Harder <harder@ifa.au.dk>
19824
19825 * message.el (message-expand-name): Silence the byte compiler.
19826
19827 2004-01-13 Simon Josefsson <jas@extundo.com>
19828
19829 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19830 Invoke gnus-score-mode.
19831 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19832
19833 * gnus-range.el (gnus-compress-sequence): Doc fix.
19834 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19835
19836 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19837
19838 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19839
19840 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
19841
19842 * spam.el (spam-get-article-as-string): Update to use
19843 gnus-request-article-this-buffer, much simpler.
19844 (spam-get-article-as-buffer): Remove.
19845
19846 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
19847
19848 * message.el (message-expand-name): Use EUDC if the user uses that.
19849
19850 2004-01-12 Jesper Harder <harder@ifa.au.dk>
19851
19852 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19853 character for the encoding to avoid consing a string.
19854
19855 * rfc2047.el (rfc2047-decode-string): Don't cons a string
19856 unnecessarily.
19857
19858 * mm-util.el (mm-replace-chars-in-string): Remove.
19859
19860 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19861 of mm-replace-chars-in-string.
19862
19863 2004-01-11 Jesper Harder <harder@ifa.au.dk>
19864
19865 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19866
19867 * mm-util.el (mm-subst-char-in-string): Support inplace.
19868
19869 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19870 a new string in every iteration. Use shy groups.
19871
19872 2004-01-10 Jesper Harder <harder@ifa.au.dk>
19873
19874 * gnus-srvr.el (gnus-browse-unsubscribe-group):
19875 * gnus-soup.el (gnus-soup-group-brew):
19876 * gnus-msg.el (gnus-put-message):
19877 * gnus-move.el (gnus-group-move-group-to-server):
19878 * gnus-kill.el (gnus-batch-score):
19879 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19880 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19881 (gnus-group-update-group, gnus-group-read-group)
19882 (gnus-group-make-group, gnus-group-make-help-group)
19883 (gnus-group-make-archive-group, gnus-group-make-directory-group)
19884 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19885 (gnus-group-sort-by-unread, gnus-group-catchup)
19886 (gnus-group-unsubscribe-group, gnus-group-kill-group)
19887 (gnus-group-yank-group, gnus-group-set-info)
19888 (gnus-group-list-groups):
19889 * gnus.el (gnus-generate-new-group-name):
19890 * gnus-delay.el (gnus-delay-send-queue):
19891 * nnvirtual.el (nnvirtual-catchup-group):
19892 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19893 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19894 (gnus-group-prepare-topics, gnus-topic-check-topology):
19895 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19896 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19897 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19898 (gnus-group-make-articles-read):
19899 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19900 (gnus-group-change-level, gnus-kill-newsgroup)
19901 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19902 (gnus-get-unread-articles, gnus-make-articles-unread)
19903 (gnus-make-ascending-articles-unread): Use accessor
19904 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19905 to get group information for improved readability.
19906
19907 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19908
19909 * gnus-art.el (article-decode-mime-words, article-babel)
19910 (gnus-article-highlight-signature, gnus-article-add-buttons)
19911 (gnus-signature-toggle): Use gnus-with-article-buffer.
19912
19913 * gnus-art.el (gnus-article-highlight-headers)
19914 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19915
19916 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19917 (gnus-article-set-globals, gnus-request-article-this-buffer)
19918 (gnus-button-message-id, gnus-article-maybe-hide-headers)
19919 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19920 (gnus-mime-display-alternative): Use with-current-buffer.
19921
19922 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19923
19924 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19925 also under 80 char limit, and call gnus-error if needed.
19926 (spam-fetch-article-header): Fix - it was a
19927 buffer-local variable (gnus-newsgroup-data).
19928 (spam-find-spam): Use spam-generate-fake-headers, forget about
19929 spam-insert-fake-headers.
19930 (spam-insert-fake-headers): Remove.
19931
19932 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19933
19934 * deuglify.el (gnus-article-outlook-unwrap-lines)
19935 (gnus-outlook-rearrange-article)
19936 (gnus-outlook-repair-attribution-outlook)
19937 (gnus-outlook-repair-attribution-block)
19938 (gnus-outlook-repair-attribution-other): Remove redundant
19939 save-excursion.
19940
19941 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
19942
19943 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19944 (spam-fetch-field-subject-fast)
19945 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19946 (spam-fetch-article-header): Add functions to deal with Gnus
19947 internals for fast retrieval of article header data.
19948 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19949
19950 2004-01-09 Jesper Harder <harder@ifa.au.dk>
19951
19952 * pop3.el (pop3-md5): Remove.
19953 (pop3-apop): Replace pop3-md5 with md5.
19954
19955 * mm-bodies.el: base64 is always built-in.
19956
19957 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19958 Use with-current-buffer.
19959
19960 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
19961
19962 * canlock.el (canlock-insert-header): Remove excessive grouping in
19963 regexp.
19964
19965 * gnus-sum.el (gnus-summary-read-document): Ditto.
19966
19967 * gnus-uu.el (gnus-uu-part-number): Ditto.
19968
19969 * html2text.el (html2text-remove-tags): Ditto.
19970 (html2text-format-tags): Ditto.
19971 (html2text-format-single-elements): Ditto.
19972
19973 * mml.el (mml-parse-1): Ditto.
19974
19975 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19976
19977 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19978
19979 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19980
19981 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19982
19983 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19984
19985 2003-11-15 Simon Josefsson <jas@extundo.com>
19986
19987 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19988 (pgg-gpg-lookup-key): Use regexp match instead of
19989 split-string (split-string is different between emacs 21.2 and
19990 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
19991
19992 2004-01-08 Jesper Harder <harder@ifa.au.dk>
19993
19994 * gnus-art.el (gnus-mime-view-all-parts)
19995 (gnus-article-part-wrapper, gnus-article-view-part):
19996 Use with-current-buffer.
19997
19998 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
19999
20000 * spam.el (spam-disable-spam-split-during-ham-respool)
20001 (spam-spamoracle-database, spam-cache-lookups)
20002 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20003 (spam-group-ham-mark-p, spam-group-spam-mark-p)
20004 (spam-group-ham-marks, spam-group-spam-marks)
20005 (spam-group-spam-contents-p, spam-group-ham-contents-p)
20006 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20007 also add spam-use-blackholes to the statistical checks.
20008 (spam-fetch-field-fast): Add interface to fetching fields, may
20009 become a macro.
20010 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20011 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20012 (spam-insert-fake-headers): Fake an article when needed.
20013 (spam-find-spam): Fake article when possible.
20014 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20015 (spam-check-bogofilter-headers): Use message-fetch-field instead
20016 of nnmail-fetch-field.
20017
20018 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
20019
20020 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20021
20022 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
20023
20024 * spam.el (spam-split): Do not require spam-use-CHECK to be
20025 enabled if that check is passed to spam-split explicitly; also
20026 fix so 'spam doesn't get converted to spam-split-group when
20027 spam-split-symbolic-return is t.
20028 (spam-find-spam): Find registrations of the article and use those
20029 instead of re-running spam-split to find the spam/ham
20030 classification of the article.
20031 (spam-log-processing-to-registry, spam-log-registered-p)
20032 (spam-log-unregistration-needed-p, spam-log-undo-registration):
20033 Use gnus-error instead of gnus-message.
20034 (spam-log-registration-type): Add function to determine the
20035 classification of a message based on registry entries; will
20036 return nil if both 'spam and 'ham are found.
20037 (spam-check-BBDB): Expand all the BBDB macros here so we can have
20038 a reasonably fast local cache without the loading errors.
20039 (spam-cache-lookups): Set to t by default.
20040 (spam-find-spam): Don't try to guess spam-cache-lookups.
20041 (spam-enter-whitelist, spam-enter-blacklist): Clear the
20042 spam-caches entry.
20043 (spam-filelist-build-cache, spam-filelist-check-cache):
20044 Fix caching of whitelist/blacklist entries.
20045 (spam-check-whitelist, spam-check-blacklist):
20046 Invoke spam-from-listed-p with a type, not a cache variable.
20047 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20048
20049 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20050
20051 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20052
20053 * nnmail.el (nnmail-split-fancy): do.
20054
20055 * mml.el (mml-parse): do.
20056
20057 * gnus-score.el (gnus-enter-score-words-into-hashtb)
20058 (gnus-score-adaptive): do.
20059
20060 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20061
20062 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20063 (gnus-mime-button-map): Don't set keymap parent.
20064 (gnus-button-ctan-directory-regexp): Use shy grouping.
20065 (gnus-prev-page-map): Don't set keymap parent.
20066 (gnus-prev-page-map): Remove duplicated one.
20067 (gnus-next-page-map): Don't set keymap parent.
20068 (gnus-mime-security-button-map): Ditto.
20069
20070 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20071 version number.
20072
20073 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20074
20075 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20076
20077 * canlock.el (canlock-sha1-function): Remove.
20078 (canlock-sha1-function-for-verify): Remove.
20079 (canlock-openssl-program): Remove.
20080 (canlock-openssl-args): Remove.
20081 (canlock-ignore-errors): Remove.
20082 (canlock-sha1-with-openssl): Remove.
20083 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20084 (canlock-verify): Don't use canlock-ignore-errors.
20085
20086 * sha1-el.el (sha1-string-external): Make it can return a string
20087 in binary form.
20088 (sha1-region-external): Ditto.
20089 (sha1-string-internal): Ditto.
20090 (sha1-region-internal): Ditto.
20091 (sha1-region): Ditto.
20092 (sha1-string): Ditto.
20093 (sha1): Ditto.
20094
20095 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
20096
20097 * spam.el (spam-report-articles-gmane): New command.
20098
20099 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
20100
20101 * gnus.el: Don't make unnecessary *Group* buffer when loading.
20102
20103 * run-at-time.el (run-at-time-saved): Remove.
20104 (run-at-time): Doc fix.
20105
20106 2004-01-07 Jesper Harder <harder@ifa.au.dk>
20107
20108 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20109 (gnus-summary-limit-map): Add it.
20110 (gnus-summary-make-menu-bar): do.
20111
20112 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
20113
20114 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20115 Make attempt at some caching support (done for BBDB only now).
20116 (spam-find-spam): Set spam-cache-lookups if there are more than 2
20117 addresses to be checked.
20118 (spam-clear-cache-BBDB): Add function, to be invoked by
20119 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20120 (spam-check-BBDB): Check and use the caches, if
20121 spam-cache-lookups is on, remove superfluous (provide).
20122
20123 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
20124
20125 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20126
20127 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
20128
20129 * run-at-time.el (run-at-time-saved): Move to after the definition
20130 of `run-at-time'.
20131
20132 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20133
20134 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20135 mm-w3m-local-map-property.
20136
20137 * mm-view.el (mm-w3m-mode-map): Remove.
20138 (mm-w3m-local-map-property): Remove.
20139 (mm-inline-text-html-render-with-w3m): Don't use
20140 mm-w3m-local-map-property.
20141
20142 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20143
20144 * run-at-time.el: New file.
20145
20146 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20147 of gnus-set-text-properties.
20148
20149 * gnus-uu.el (gnus-uu-save-article): Ditto.
20150
20151 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20152
20153 * gnus-cite.el (gnus-cite-parse): Ditto.
20154
20155 * gnus-art.el (gnus-button-push): Use set-text-properties instead
20156 of gnus-.
20157
20158 * gnus.el: Change calls to nnheader-run-at-time and
20159 password-run-at-time throughout to use run-at-time directly.
20160
20161 * password.el: Remove definition of run-at-time.
20162
20163 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
20164
20165 * mml.el (mml-minibuffer-read-disposition): Show attachment type
20166 in prompt.
20167
20168 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20169
20170 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20171 XEmacs version.
20172
20173 * dns.el (dns-make-network-process): Use `open-network-stream'
20174 instead of `gnus-xmas-open-network-stream'.
20175
20176 * .cvsignore: Add auto-autoloads.el, custom-load.el.
20177
20178 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20179
20180 * gnus-art.el (gnus-mime-display-alternative)
20181 (gnus-insert-mime-button, gnus-insert-mime-security-button)
20182 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20183 Don't use gnus-local-map-property.
20184
20185 * gnus-util.el (gnus-local-map-property): Remove.
20186
20187 * mm-view.el (mm-view-pkcs7-decrypt):
20188 Replace gnus-completing-read-maybe-default with completing-read.
20189
20190 * gnus-util.el (gnus-completing-read): do.
20191 (gnus-completing-read-maybe-default): Remove.
20192
20193 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
20194
20195 * password.el: Only autoload `run-at-time' if not XEmacs.
20196 Only autoload the itimer functions if XEmacs.
20197
20198 2004-01-06 Jesper Harder <harder@ifa.au.dk>
20199
20200 * gnus-art.el (gnus-read-string): Remove.
20201 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20202 read-string.
20203
20204 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
20205
20206 * netrc.el: Autoload password-read.
20207 (netrc): Add configuration group.
20208 (netrc-encoding-method, netrc-openssl-path):
20209 Add variables for encoding and decoding of files with symmetric
20210 ciphers.
20211 (netrc-encode): Add assistant function to encode a file with
20212 netrc-encoding-method.
20213 (netrc-parse): Add interactive parameter, added optional
20214 decoding if netrc-encoding-method is non-nil but otherwise
20215 behavior is standard.
20216 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20217 Do s/encode/encrypt/ everywhere.
20218
20219 * spam.el: Remove executable-find autoload.
20220
20221 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20222
20223 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20224
20225 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20226
20227 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20228
20229 * gnus-art.el (gnus-treat-ansi-sequences)
20230 (article-treat-ansi-sequences): New variable and function.
20231 Suggested by Dan Jacobson <jidanni@jidanni.org>.
20232
20233 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20234 Use it.
20235
20236 2004-01-05 Jesper Harder <harder@ifa.au.dk>
20237
20238 * mm-util.el (mm-quote-arg): Remove.
20239
20240 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20241 shell-quote-argument.
20242
20243 * gnus-uu.el (gnus-uu-command): do.
20244
20245 * gnus-sum.el (gnus-summary-insert-pseudos): do.
20246
20247 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20248 with make-char.
20249
20250 * mm-util.el (mm-make-char): Remove.
20251
20252 * mml.el (mml-mode): Replace gnus-add-minor-mode with
20253 add-minor-mode.
20254
20255 * gnus-undo.el (gnus-undo-mode): do.
20256
20257 * gnus-topic.el (gnus-topic-mode): do.
20258
20259 * gnus-sum.el (gnus-dead-summary-mode): do.
20260
20261 * gnus-start.el (gnus-slave-mode): do.
20262
20263 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20264
20265 * gnus-ml.el (gnus-mailing-list-mode): do.
20266
20267 * gnus-gl.el (gnus-grouplens-mode): do.
20268
20269 * gnus-draft.el (gnus-draft-mode): do.
20270
20271 * gnus-dired.el (gnus-dired-mode): do.
20272
20273 * gnus-ems.el (gnus-add-minor-mode): Remove.
20274
20275 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20276 Replace gnus-char-width with char-width.
20277
20278 * gnus-ems.el (gnus-char-width): Remove.
20279
20280 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20281 Replace gnus-char-width with char-width.
20282
20283 * gnus-ems.el (gnus-char-width): Remove.
20284
20285 * spam-stat.el (with-syntax-table): Remove with-syntax-table
20286 definition.
20287 Remove Emacs 20 hash table compatibility code.
20288
20289 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20290 20 compatibility code.
20291
20292 * spam.el (spam-point-at-eol): Replace with point-at-eol.
20293
20294 * smime.el (smime-point-at-eol): Replace with point-at-eol.
20295
20296 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20297 Replace with point-at-{eol,bol}.
20298
20299 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20300
20301 * imap.el (imap-point-at-eol): Replace with point-at-eol.
20302
20303 * flow-fill.el (fill-flowed-point-at-bol)
20304 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20305
20306 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20307 Replace with point-at-{eol,bol} throughout all files.
20308
20309 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
20310
20311 * ntlm.el (ntlm-string-as-unibyte): New macro.
20312 (ntlm-build-auth-response): Use it.
20313
20314 Remove Emacs 20 stuff:
20315 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20316 of delq and copy-sequence.
20317 * gnus-art.el (popup-menu): Remove the compiler macro.
20318 * nnmail.el (nnmail-split-fancy): Don't support customizing with
20319 Emacs 20.
20320
20321 2004-01-05 Simon Josefsson <jas@extundo.com>
20322
20323 * ntlm.el: Fix namespace. Change smb-passwd-hash into
20324 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20325 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20326 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20327 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20328 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20329 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20330 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20331 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20332 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20333 ntlm-string-permute, string-lshift into ntlm-string-lshift,
20334 string-xor into ntlm-string-xor.
20335 Suggested by Jesper Harder <harder@myrealbox.com>.
20336
20337 * ntlm.el: Don't include poem.
20338
20339 * md4.el (print-int32, print-string-hexa): Remove.
20340 Suggested by Jesper Harder <harder@myrealbox.com>.
20341
20342 * sasl-ntlm.el, ntlm.el, md4.el: New files.
20343
20344 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
20345 probably breaks emacs with DL patch, but do we care? Is anyone
20346 still using the DL stuff?)
20347
20348 * sieve-manage.el: Use the password package.
20349 (sieve-manage-read-passwd): Remove.
20350 (sieve-manage-interactive-login): Use password. Re-add
20351 condition-case around loop.
20352
20353 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20354 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20355 Use the password package.
20356
20357 2003-02-19 Simon Josefsson <jas@extundo.com>
20358
20359 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20360 token.
20361
20362 2002-08-07 Simon Josefsson <jas@extundo.com>
20363
20364 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20365 (sieve-manage-authenticators):
20366 (sieve-manage-authenticator-alist): Add some SASL mechs.
20367 (sieve-sasl-auth): New function.
20368 (sieve-manage-cram-md5-auth):
20369 (sieve-manage-plain-auth): Rewrite using SASL library.
20370 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20371 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20372 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20373 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20374
20375 2004-01-05 Simon Josefsson <jas@extundo.com>
20376
20377 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20378 New files.
20379
20380 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20381
20382 * gnus-group.el (gnus-no-groups-message): Update.
20383
20384 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20385
20386 2003-11-09 Simon Josefsson <jas@extundo.com>
20387
20388 * imap.el: Support for ID IMAP extension (RFC 2971).
20389 (imap-local-variables): Add imap-id.
20390 (imap-id): New variable.
20391 (imap-id): New function.
20392 (imap-parse-response): Parse untagged ID response.
20393 * nnimap.el (nnimap-id): New variable.
20394 (nnimap-open-connection): Use it.
20395
20396 2003-12-28 Simon Josefsson <jas@extundo.com>
20397
20398 * gnus-score.el (gnus-score-edit-all-score): New.
20399 * gnus-group.el (gnus-group-score-map): Bind it to W e.
20400
20401 2004-01-04 Simon Josefsson <jas@extundo.com>
20402
20403 * password.el: Add.
20404
20405 2004-01-04 Mario Lang <lang@zid.tugraz.at>
20406
20407 * dns.el (dns-query-types): Fix typo.
20408 (dns-query-types): New function.
20409 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
20410 PTR and SOA replies, see RFC 1035.
20411
20412 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20413
20414 * gnus.el (gnus-logo-color-style): Change colors to `no'.
20415
20416 * Move to Changelog.2.
20417
20418 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20419
20420 * gnus.el (gnus-version-number): Bump version.
20421
20422 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20423
20424 * gnus.el: No Gnus v0.1 is released.
20425
20426 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
20427
20428 * gnus.el: No Gnus v0.0 is released.
20429
20430 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
20431
20432 * gnus.el (gnus-version-number): Bump.
20433 (gnus-version): No.
20434
20435 See ChangeLog.2 for earlier changes.
20436
20437 Copyright (C) 2004-2011 Free Software Foundation, Inc.
20438
20439 This file is part of GNU Emacs.
20440
20441 GNU Emacs is free software: you can redistribute it and/or modify
20442 it under the terms of the GNU General Public License as published by
20443 the Free Software Foundation, either version 3 of the License, or
20444 (at your option) any later version.
20445
20446 GNU Emacs is distributed in the hope that it will be useful,
20447 but WITHOUT ANY WARRANTY; without even the implied warranty of
20448 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20449 GNU General Public License for more details.
20450
20451 You should have received a copy of the GNU General Public License
20452 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20453
20454 ;; Local Variables:
20455 ;; coding: utf-8
20456 ;; fill-column: 79
20457 ;; add-log-time-zone-rule: t
20458 ;; End: