diff options
| author | Masatake YAMATO <jet@gyve.org> | 2004-12-28 03:10:51 +0000 |
|---|---|---|
| committer | Masatake YAMATO <jet@gyve.org> | 2004-12-28 03:10:51 +0000 |
| commit | 62490a3ad346a2761f742a0bce15e8dd2c337c7f (patch) | |
| tree | 6b8fcff78b96eab2684197f315a13be7e99dc8df | |
| parent | 1a63439b34c3455a317feda5c271dfdb7af0296b (diff) | |
| download | emacs-62490a3ad346a2761f742a0bce15e8dd2c337c7f.tar.gz | |
Add the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:49Z!jet@gyve.org.
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f75d7141b2..c69d9a8cec3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. |
