aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-06-30 15:11:41 +0200
committerLars Magne Ingebrigtsen2013-06-30 15:11:41 +0200
commit2fae38e5f99f51a8b316e12bd4607a5ec10d5f88 (patch)
tree049ae13d7695a4347b38367030cc27d735c8089c /lisp/ChangeLog
parenta47cbd64fa3565207417a49af9f3cfe1154b2f6e (diff)
downloademacs-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/ChangeLog7
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 @@
12013-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
12013-06-30 Juanma Barranquero <lekktu@gmail.com> 82013-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.