comparison lisp/ChangeLog @ 74335:d147ac4d5d3d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 30 Nov 2006 16:41:31 +0000
parents b77f0a410819
children c94145f8e712
comparison
equal deleted inserted replaced
74334:5a84c691a685 74335:d147ac4d5d3d
4 to avoid bytecomp warnings. 4 to avoid bytecomp warnings.
5 (hexl-mode-old-ruler-function): New variable. 5 (hexl-mode-old-ruler-function): New variable.
6 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function' 6 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
7 and `hl-line-range-function' after `require' hl-line. 7 and `hl-line-range-function' after `require' hl-line.
8 Then bind `hl-line-range-function' and `hl-line-face'. 8 Then bind `hl-line-range-function' and `hl-line-face'.
9 Don't require frame. Don't use `with-no-warnings'. 9 Don't require frame. Don't use `with-no-warnings'.
10 (hexl-activate-ruler): Store the original value of 10 (hexl-activate-ruler): Store the original value of
11 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'. 11 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
12 (hexl-mode-exit): Restore the original value of 12 (hexl-mode-exit): Restore the original value of
13 `ruler-mode-ruler-function'. 13 `ruler-mode-ruler-function'.
14 14
15 2006-11-29 Alin C. Soare <alinsoar@voila.fr> (tiny change) 15 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
16 16
17 * lisp/hexl.el (hexl-mode-old-hl-line-range-function): New variable 17 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
18 (hexl-mode-old-hl-line-face): New variable 18 (hexl-mode-old-hl-line-face): New variable.
19 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current 19 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
20 line when exit from the hexl-mode. 20 line when exit from the hexl-mode.
21 21
22 2006-11-30 Juanma Barranquero <lekktu@gmail.com> 22 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
23
24 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
25 Doc fixes.
23 26
24 * international/fontset.el (create-fontset-from-ascii-font) 27 * international/fontset.el (create-fontset-from-ascii-font)
25 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes. 28 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
26 (fontset-name-p): Fix typo in docstring. 29 (fontset-name-p): Fix typo in docstring.
27 30