Mercurial > emacs
changeset 59160:e370302ad42a
Add the ChangeLog entry for lisp/hexl.el 1.91.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Tue, 28 Dec 2004 03:10:51 +0000 |
parents | e6d896f96885 |
children | 0d5e992b6c18 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 27 23:06:11 2004 +0000 +++ b/lisp/ChangeLog Tue Dec 28 03:10:51 2004 +0000 @@ -1,3 +1,12 @@ +2004-12-27 Masatake YAMATO <jet@gyve.org> + + * hexl.el (hexlify-buffer): Remove fontification here. + Use font lock mechanism instead. + (hexl-font-lock-keywords): New font lock kewords. + (hexl-mode-old-font-lock-keywords): New variable. + (hexl-mode): Store the old font lock keywords. + (hexl-mode-exit): Restore the old font lock keywords. + 2004-12-27 Richard M. Stallman <rms@gnu.org> * simple.el (undo): Fix previous change.