diff options
| author | Juanma Barranquero | 2006-11-30 16:41:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-30 16:41:31 +0000 |
| commit | 1b7ef4aaeca3eb8ca136025ed16f39eb2dbd1f31 (patch) | |
| tree | f09a0dbf286b79e9e655d1e95eb5be0428056b9d | |
| parent | 9bb2e9f86baec86ae8db1fec1c68a4d744c5faa9 (diff) | |
| download | emacs-1b7ef4aaeca3eb8ca136025ed16f39eb2dbd1f31.tar.gz emacs-1b7ef4aaeca3eb8ca136025ed16f39eb2dbd1f31.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98cc66f4b35..e173153e130 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,21 +6,24 @@ | |||
| 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 | 23 | ||
| 24 | * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings): | ||
| 25 | Doc fixes. | ||
| 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. |