diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 74f218aa4bd..e1265e7cc43 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * shr.el (shr-tag-img): Put a displayer in the text property. | ||
| 4 | |||
| 5 | * gnus-util.el (gnus-find-text-property-region): New utility function. | ||
| 6 | |||
| 7 | * gnus-html.el (gnus-html-display-image): Make the alt optional. | ||
| 8 | (gnus-html-show-images): Remove. | ||
| 9 | |||
| 10 | * gnus-art.el (gnus-article-show-images): New, more general function. | ||
| 11 | |||
| 12 | * gnus-html.el: Use image-url instead of gnus-image-url to unify the | ||
| 13 | image url text properties. | ||
| 14 | |||
| 15 | * shr.el: Ditto. | ||
| 16 | |||
| 3 | * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if | 17 | * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if |
| 4 | gnus-agent-auto-agentize-methods is set. Which it isn't. | 18 | gnus-agent-auto-agentize-methods is set. Which it isn't. |
| 5 | 19 | ||