Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 110435:7f85b522c27e
Fix typos in ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 20 Sep 2010 03:20:32 +0200 |
parents | 33cf78a271ef |
children | de3a95d08649 |
comparison
equal
deleted
inserted
replaced
110434:ec099872cdc4 | 110435:7f85b522c27e |
---|---|
68 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather | 68 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather |
69 than curl. | 69 than curl. |
70 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting | 70 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting |
71 the right URL and ALT text on images. | 71 the right URL and ALT text on images. |
72 (gnus-html-wash-tags): Fix tag case. | 72 (gnus-html-wash-tags): Fix tag case. |
73 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. | 73 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces. |
74 (gnus-article-html): Add -o display_ins_del=2 option. | 74 (gnus-article-html): Add -o display_ins_del=2 option. |
75 (gnus-html-wash-tags): Add better support for <ul> tags symbols. | 75 (gnus-html-wash-tags): Add better support for <ul> tags symbols. |
76 | 76 |
77 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 77 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> |
78 | 78 |
645 them. | 645 them. |
646 | 646 |
647 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 647 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
648 | 648 |
649 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really | 649 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really |
650 small. They're probably tracking images. | 650 small. They're probably tracking images. |
651 (gnus-html-wash-tags): Remove all <pre_int> place holders. | 651 (gnus-html-wash-tags): Remove all <pre_int> place holders. |
652 (gnus-html-rescale-image): Yet another try at getting the image sizing | 652 (gnus-html-rescale-image): Yet another try at getting the image sizing |
653 right. | 653 right. |
654 | 654 |
655 * nntp.el (nntp-request-set-mark): Refuse to do marks if | 655 * nntp.el (nntp-request-set-mark): Refuse to do marks if |
799 | 799 |
800 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | 800 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> |
801 | 801 |
802 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57 | 802 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57 |
803 minutes, 56 seconds ago on the ding list, remove the `w' and `i' | 803 minutes, 56 seconds ago on the ding list, remove the `w' and `i' |
804 bindings, as they aren't useful at all. `w' is moved to `W w'. | 804 bindings, as they aren't useful at all. `w' is moved to `W w'. |
805 | 805 |
806 * gnus-move.el: Removed file, since it doesn't really work. | 806 * gnus-move.el: Removed file, since it doesn't really work. |
807 | 807 |
808 * gnus-html.el (gnus-article-html): Tell w3m that the input is | 808 * gnus-html.el (gnus-article-html): Tell w3m that the input is |
809 UTF-8. This seems to fix problems with some German web feeds. | 809 UTF-8. This seems to fix problems with some German web feeds. |
810 | 810 |
811 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo | 811 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo |
812 at the top so that the proper colours are applied. | 812 at the top so that the proper colours are applied. |
813 | 813 |
814 * gnus-art.el (gnus-article-view-part): Doc fix. | 814 * gnus-art.el (gnus-article-view-part): Doc fix. |
4291 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New | 4291 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New |
4292 macros. | 4292 macros. |
4293 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger) | 4293 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger) |
4294 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to | 4294 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to |
4295 copy data from unibyte buffer to multibyte current buffer. | 4295 copy data from unibyte buffer to multibyte current buffer. |
4296 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer | 4296 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer |
4297 to copy data from unibyte current buffer to multibyte buffer. | 4297 to copy data from unibyte current buffer to multibyte buffer. |
4298 (nntp-make-process-buffer): Make process buffer unibyte. | 4298 (nntp-make-process-buffer): Make process buffer unibyte. |
4299 | 4299 |
4300 * pop3.el (pop3-open-server): Fix typo in Lisp code. | 4300 * pop3.el (pop3-open-server): Fix typo in Lisp code. |
4301 | 4301 |