# HG changeset patch # User Juanma Barranquero # Date 1164904891 0 # Node ID d147ac4d5d3d7f43bb24090e94ddef27982998a3 # Parent 5a84c691a68588a324ab5cc88ef09f89d34196b2 *** empty log message *** diff -r 5a84c691a685 -r d147ac4d5d3d lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 30 16:26:37 2006 +0000 +++ b/lisp/ChangeLog Thu Nov 30 16:41:31 2006 +0000 @@ -6,21 +6,24 @@ (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function' and `hl-line-range-function' after `require' hl-line. Then bind `hl-line-range-function' and `hl-line-face'. - Don't require frame. Don't use `with-no-warnings'. - (hexl-activate-ruler): Store the original value of + Don't require frame. Don't use `with-no-warnings'. + (hexl-activate-ruler): Store the original value of `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'. - (hexl-mode-exit): Restore the original value of + (hexl-mode-exit): Restore the original value of `ruler-mode-ruler-function'. -2006-11-29 Alin C. Soare (tiny change) - - * lisp/hexl.el (hexl-mode-old-hl-line-range-function): New variable - (hexl-mode-old-hl-line-face): New variable +2006-11-30 Alin C. Soare (tiny change) + + * hexl.el (hexl-mode-old-hl-line-range-function): New variable. + (hexl-mode-old-hl-line-face): New variable. (hexl-mode, hexl-mode-exit): Fix the highlighting of the current line when exit from the hexl-mode. 2006-11-30 Juanma Barranquero + * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings): + Doc fixes. + * international/fontset.el (create-fontset-from-ascii-font) (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes. (fontset-name-p): Fix typo in docstring.