# HG changeset patch # User Masatake YAMATO # Date 1104203451 0 # Node ID e370302ad42a3d02ac0c84a9382240037c3bec75 # Parent e6d896f9688546074d5f980dcbed48aae5219ff0 Add the ChangeLog entry for lisp/hexl.el 1.91. diff -r e6d896f96885 -r e370302ad42a lisp/ChangeLog --- 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 + + * 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 * simple.el (undo): Fix previous change.