Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 112389:75fb060ecbc3
Don't mess with *temp*.
* lisp/obsolete/spell.el: Move from textmodes/spell.el.
(spell-string):
* lisp/term.el (term-read-input-ring):
* lisp/startup.el (display-startup-echo-area-message):
* lisp/progmodes/antlr-mode.el (antlr-directory-dependencies):
* lisp/gnus/message.el (message-mailer-swallows-blank-line):
* lisp/comint.el (comint-read-input-ring): Use with-temp-buffer.
* lisp/international/mule.el (ctext-pre-write-conversion):
Don't hardcode point-min==1.
* lisp/gnus/mm-util.el (mm-find-buffer-file-coding-system): Don't forget to
kill the temp buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Jan 2011 17:36:12 -0500 |
parents | f279fb6c0f32 |
children | 1b25cd6a6e36 |
comparison
equal
deleted
inserted
replaced
112388:e5e8faa33346 | 112389:75fb060ecbc3 |
---|---|
1 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill | |
4 the temp buffer. | |
5 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer. | |
6 | |
1 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org> | 7 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 8 |
3 * gnus-art.el (gnus-article-highlight): Remove argument passed to | 9 * gnus-art.el (gnus-article-highlight): Remove argument passed to |
4 gnus-article-add-buttons. | 10 gnus-article-add-buttons. |
5 | 11 |
20 * message.el (message-mail): A compose-mail function should | 26 * message.el (message-mail): A compose-mail function should |
21 accept headers as strings. | 27 accept headers as strings. |
22 | 28 |
23 2011-01-13 Chong Yidong <cyd@stupidchicken.com> | 29 2011-01-13 Chong Yidong <cyd@stupidchicken.com> |
24 | 30 |
25 * message.el (message-tool-bar-gnome): Tweak tool-bar items. Add | 31 * message.el (message-tool-bar-gnome): Tweak tool-bar items. |
26 :vert-only tags. | 32 Add :vert-only tags. |
27 (message-mail): New arg RETURN-ACTION. | 33 (message-mail): New arg RETURN-ACTION. |
28 (message-return-action): New var. | 34 (message-return-action): New var. |
29 (message-bury): Use it. | 35 (message-bury): Use it. |
30 (message-mode): Make it buffer-local. | 36 (message-mode): Make it buffer-local. |
31 (message-send-and-exit): Always call message-bury. | 37 (message-send-and-exit): Always call message-bury. |
36 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 42 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
37 | 43 |
38 * nnimap.el (nnimap-convert-partial-article): Protect against | 44 * nnimap.el (nnimap-convert-partial-article): Protect against |
39 zero-length body parts. | 45 zero-length body parts. |
40 | 46 |
41 * mm-decode.el (mm-preferred-alternative-precedence): Discourage | 47 * mm-decode.el (mm-preferred-alternative-precedence): |
42 showing empty parts. | 48 Discourage showing empty parts. |
43 | 49 |
44 * gnus-int.el (gnus-request-accept-article): Don't try to update marks | 50 * gnus-int.el (gnus-request-accept-article): Don't try to update marks |
45 and stuff if the backend didn't return the article number. This fixes | 51 and stuff if the backend didn't return the article number. This fixes |
46 an Exchange-related nnimap bug. | 52 an Exchange-related nnimap bug. |
47 | 53 |
293 * nnir.el (nnir-run-imap): Return article list in order of increasing | 299 * nnir.el (nnir-run-imap): Return article list in order of increasing |
294 UID. | 300 UID. |
295 | 301 |
296 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | 302 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> |
297 | 303 |
298 * gnus-sum.el (gnus-summary-enter-digest-group): Mention | 304 * gnus-sum.el (gnus-summary-enter-digest-group): |
299 gnus-auto-select-on-ephemeral-exit. | 305 Mention gnus-auto-select-on-ephemeral-exit. |
300 | 306 |
301 * proto-stream.el (proto-stream-open-network-only): Fix the calling | 307 * proto-stream.el (proto-stream-open-network-only): Fix the calling |
302 convention of the network-only option. | 308 convention of the network-only option. |
303 | 309 |
304 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 310 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
533 (nnir-registry-action): Update the registry using the original article | 539 (nnir-registry-action): Update the registry using the original article |
534 group name. | 540 group name. |
535 (nnir-mode): Install nnir-specific hooks for updating the registry. | 541 (nnir-mode): Install nnir-specific hooks for updating the registry. |
536 | 542 |
537 * gnus-sum.el | 543 * gnus-sum.el |
538 (gnus-article-original-subject,gnus-newsgroup-original-name): Remove | 544 (gnus-article-original-subject,gnus-newsgroup-original-name): |
539 obsolete variables. | 545 Remove obsolete variables. |
540 (gnus-summary-move-article): Remove use of obsolete variables. | 546 (gnus-summary-move-article): Remove use of obsolete variables. |
541 (gnus-summary-local-variables): Make move and delete hooks local to | 547 (gnus-summary-local-variables): Make move and delete hooks local to |
542 summary buffers. | 548 summary buffers. |
543 | 549 |
544 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 550 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
650 (proto-stream-open-network): Wait until the greeting before doing | 656 (proto-stream-open-network): Wait until the greeting before doing |
651 STARTTLS. | 657 STARTTLS. |
652 | 658 |
653 * nntp.el (nntp-open-connection): Report what the connection error is. | 659 * nntp.el (nntp-open-connection): Report what the connection error is. |
654 | 660 |
655 * proto-stream.el (open-protocol-stream): Renamed from | 661 * proto-stream.el (open-protocol-stream): Rename from |
656 open-proto-stream. | 662 open-proto-stream. |
657 | 663 |
658 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | 664 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org> |
659 | 665 |
660 * nnimap.el (nnimap-stream): Change default to `undecided'. | 666 * nnimap.el (nnimap-stream): Change default to `undecided'. |
931 | 937 |
932 * shr-color.el (shr-color->hexadecimal): Add support for color names. | 938 * shr-color.el (shr-color->hexadecimal): Add support for color names. |
933 | 939 |
934 * shr.el (shr-parse-style): Replace \n with space in style parsing. | 940 * shr.el (shr-parse-style): Replace \n with space in style parsing. |
935 | 941 |
936 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use | 942 * shr-color.el (shr-color-hsl-to-rgb-fractions): |
937 shr-color-hue-to-rgb. | 943 Use shr-color-hue-to-rgb. |
938 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions. | 944 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions. |
939 | 945 |
940 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 946 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> |
941 | 947 |
942 * shr.el (shr-color->hexadecimal): Autoload. | 948 * shr.el (shr-color->hexadecimal): Autoload. |