Mercurial > emacs
changeset 38918:7e56f462790f
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 23 Aug 2001 10:55:30 +0000 |
parents | 7f8686d21c31 |
children | 047a58ae4054 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@is.elta.co.il> + + * 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 <monnier@cs.yale.edu> * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.