diff options
| author | Masatake YAMATO | 2004-03-04 18:19:19 +0000 |
|---|---|---|
| committer | Masatake YAMATO | 2004-03-04 18:19:19 +0000 |
| commit | 01ff91367762acf46e2e138ae6168d1e2db75002 (patch) | |
| tree | eca68799a5ab6fe811a1088f34af5362eb1f37ec /lisp/ChangeLog | |
| parent | 04a6e76be8165b327da9055458645baa4653f405 (diff) | |
| download | emacs-01ff91367762acf46e2e138ae6168d1e2db75002.tar.gz emacs-01ff91367762acf46e2e138ae6168d1e2db75002.zip | |
(hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
(hexl-print-current-point-info): New function.
(hexl-current-address): print the address in both decimal and hexadecimal format.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9edcb1f6600..e8353eeea21 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-03-04 Masatake YAMATO <jet@gyve.org> | ||
| 2 | |||
| 3 | * hexl.el (hexl-mode): Set `hexl-print-current-point-info' | ||
| 4 | as the callback function for eldoc. | ||
| 5 | (hexl-print-current-point-info): New function. | ||
| 6 | (hexl-current-address): print the address in both decimal | ||
| 7 | and hexadecimal format. | ||
| 8 | |||
| 1 | 2004-03-04 Richard M. Stallman <rms@gnu.org> | 9 | 2004-03-04 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * mail/rmail.el (rmail-convert-to-babyl-format): | 11 | * mail/rmail.el (rmail-convert-to-babyl-format): |