Mercurial > emacs
comparison lisp/ChangeLog @ 106128:ed77a6edfaa1
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
(htmlfontify-load-rgb-file): Remove unnused var `ff'.
Use with-current-buffer and string-to-number.
(hfy-fallback-colour-values): Use assoc-string.
* htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
(hfy-face-at): Remove unused var `found-face'.
(hfy-compile-stylesheet): Remove unused var `css'.
(hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
and `orig-buffer'.
(hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
Use with-current-buffer.
(hfy-text-p): Use expand-file-name and fewer setq.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Nov 2009 20:47:40 +0000 |
parents | 10d66efa4c61 |
children | 6dab1818bdd4 |
comparison
equal
deleted
inserted
replaced
106127:e9b00d8b4756 | 106128:ed77a6edfaa1 |
---|---|
1 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * hfy-cmap.el (hfy-rgb-file): Use locate-file. | |
4 (htmlfontify-load-rgb-file): Remove unnused var `ff'. | |
5 Use with-current-buffer and string-to-number. | |
6 (hfy-fallback-colour-values): Use assoc-string. | |
7 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'. | |
8 (hfy-face-at): Remove unused var `found-face'. | |
9 (hfy-compile-stylesheet): Remove unused var `css'. | |
10 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button', | |
11 and `orig-buffer'. | |
12 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer): | |
13 Use with-current-buffer. | |
14 (hfy-text-p): Use expand-file-name and fewer setq. | |
15 | |
1 2009-11-19 Vivek Dasmohapatra <vivek@etla.org> | 16 2009-11-19 Vivek Dasmohapatra <vivek@etla.org> |
2 | 17 |
3 * htmlfontify.el, hfy-cmap.el: New files. | 18 * htmlfontify.el, hfy-cmap.el: New files. |
4 | 19 |
5 2009-11-19 Juri Linkov <juri@jurta.org> | 20 2009-11-19 Juri Linkov <juri@jurta.org> |