diff options
| author | Lars Magne Ingebrigtsen | 2013-06-30 15:11:41 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-06-30 15:11:41 +0200 |
| commit | 2fae38e5f99f51a8b316e12bd4607a5ec10d5f88 (patch) | |
| tree | 049ae13d7695a4347b38367030cc27d735c8089c /lisp/ChangeLog | |
| parent | a47cbd64fa3565207417a49af9f3cfe1154b2f6e (diff) | |
| download | emacs-2fae38e5f99f51a8b316e12bd4607a5ec10d5f88.tar.gz emacs-2fae38e5f99f51a8b316e12bd4607a5ec10d5f88.zip | |
Fix shr table rendering infloop
* net/shr.el (shr-make-table-1): Add a sanity check that allows
progression on degenerate tables.
(shr-rescale-image): ImageMagick animated images currently doesn't
work.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4100efc4d6d..4aa4f37a323 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * net/shr.el (shr-make-table-1): Add a sanity check that allows | ||
| 4 | progression on degenerate tables. | ||
| 5 | (shr-rescale-image): ImageMagick animated images currently doesn't | ||
| 6 | work. | ||
| 7 | |||
| 1 | 2013-06-30 Juanma Barranquero <lekktu@gmail.com> | 8 | 2013-06-30 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 9 | ||
| 3 | Some fixes and improvements for desktop frame restoration. | 10 | Some fixes and improvements for desktop frame restoration. |