aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMasatake YAMATO2004-03-04 18:19:19 +0000
committerMasatake YAMATO2004-03-04 18:19:19 +0000
commit01ff91367762acf46e2e138ae6168d1e2db75002 (patch)
treeeca68799a5ab6fe811a1088f34af5362eb1f37ec /lisp/ChangeLog
parent04a6e76be8165b327da9055458645baa4653f405 (diff)
downloademacs-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/ChangeLog8
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 @@
12004-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
12004-03-04 Richard M. Stallman <rms@gnu.org> 92004-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):