diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3be8553dd69..094c5697379 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2012-03-13 Jambunathan K <kjambunathan@gmail.com> | ||
| 2 | |||
| 3 | * htmlfontify.el: Add support for code block fontification for ODT | ||
| 4 | export (Bug #9914). | ||
| 5 | (hfy-optimisations): Define new option | ||
| 6 | `body-text-only' | ||
| 7 | (hfy-fontify-buffer): Honor above setting. | ||
| 8 | (hfy-begin-span, hfy-end-span): New routines factored out form | ||
| 9 | `hfy-fontify-buffer'. | ||
| 10 | (hfy-begin-span-handler, hfy-end-span-handler): New variables | ||
| 11 | that permit insertion of custom tags. | ||
| 12 | (hfy-fontify-buffer): Use above handlers. | ||
| 13 | (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'. | ||
| 14 | (hfy-face-to-css): Re-defined to be a variable. | ||
| 15 | (hfy-compile-stylesheet): Modified. Allow stylesheet to be built | ||
| 16 | over multiple runs. This is made possible by having the caller let | ||
| 17 | bind a special variable `hfy-user-sheet-assoc'. | ||
| 18 | (htmlfontify-string): New defun. | ||
| 19 | (hfy-compile-face-map): Make sure that the last char in the | ||
| 20 | buffer is correctly fontified. | ||
| 21 | (hfy-face-resolve-face): Whitespace only change. | ||
| 22 | |||
| 1 | 2012-03-17 Eli Zaretskii <eliz@gnu.org> | 23 | 2012-03-17 Eli Zaretskii <eliz@gnu.org> |
| 2 | 24 | ||
| 3 | * textmodes/ispell.el (ispell-get-decoded-string): Make the error | 25 | * textmodes/ispell.el (ispell-get-decoded-string): Make the error |