comparison lisp/ChangeLog @ 38918:7e56f462790f

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Aug 2001 10:55:30 +0000
parents 5af57c72e302
children 9cf07e15b208
comparison
equal deleted inserted replaced
38917:7f8686d21c31 38918:7e56f462790f
1 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * hexl.el (hexl-insert-multibyte-char) New function.
4 (hexl-quoted-insert, hexl-self-insert-command)
5 (hexl-insert-hex-char, hexl-insert-decimal-char)
6 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
7 Fix the doc strings accordingly.
8 (hexl-insert-char): Reject characters whose code is above 255.
9 Doc fix.
10 (hexl-mode-map): Copy the global keymap instead of creating a
11 sparse keymap, and bind all self-inserting characters to
12 hexl-self-insert-command.
13
1 2001-08-22 Stefan Monnier <monnier@cs.yale.edu> 14 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
2 15
3 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp. 16 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
4 17
5 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well. 18 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.