diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3baa30ce6a..5be04a7af02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * net/shr.el (shr-parse-image-data): Remove blocked bits from | ||
| 4 | external SVG images. | ||
| 5 | (shr-tag-object): Display images in <object> forms (bug#16244). | ||
| 6 | (shr-tag-table): Also insert <objects> after the tables. | ||
| 7 | |||
| 1 | 2014-11-13 Michael Albinus <michael.albinus@gmx.de> | 8 | 2014-11-13 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940) | 10 | * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940) |