# HG changeset patch # User Eli Zaretskii # Date 998564130 0 # Node ID 7e56f462790fbd6c0f050d1c89e4dde086b8b1bd # Parent 7f8686d21c31261b76d2df250e7588bd120869a1 *** empty log message *** diff -r 7f8686d21c31 -r 7e56f462790f lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 23 10:54:55 2001 +0000 +++ b/lisp/ChangeLog Thu Aug 23 10:55:30 2001 +0000 @@ -1,3 +1,16 @@ +2001-08-23 Eli Zaretskii + + * hexl.el (hexl-insert-multibyte-char) New function. + (hexl-quoted-insert, hexl-self-insert-command) + (hexl-insert-hex-char, hexl-insert-decimal-char) + (hexl-insert-octal-char): Call it instead of hexl-insert-char. + Fix the doc strings accordingly. + (hexl-insert-char): Reject characters whose code is above 255. + Doc fix. + (hexl-mode-map): Copy the global keymap instead of creating a + sparse keymap, and bind all self-inserting characters to + hexl-self-insert-command. + 2001-08-22 Stefan Monnier * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.