Mercurial > emacs
diff lisp/ChangeLog @ 106270:d059492ca39b
Various minor fixes.
* htmlfontify.el (hfy-default-header): Add toggle_invis since
Javascript belongs in the header, not the body.
(hfy-javascript): Remove.
(hfy-fontify-buffer): Don't insert it any more.
(hfy-face-at): Handle (face0 face1 face2) style face properties.
Fix bug in invis handling when there were no invis props in a chunk.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 26 Nov 2009 15:22:27 +0000 |
parents | e90925cbde07 |
children | 8d51419ae1f3 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 26 14:50:28 2009 +0000 +++ b/lisp/ChangeLog Thu Nov 26 15:22:27 2009 +0000 @@ -1,3 +1,13 @@ +2009-11-26 Vivek Dasmohapatra <vivek@etla.org> + + Various minor fixes. + * htmlfontify.el (hfy-default-header): Add toggle_invis since + Javascript belongs in the header, not the body. + (hfy-javascript): Remove. + (hfy-fontify-buffer): Don't insert it any more. + (hfy-face-at): Handle (face0 face1 face2) style face properties. + Fix bug in invis handling when there were no invis props in a chunk. + 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca> * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.