aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0c1aa626f47..4dd91885d05 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12001-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
12001-08-22 Stefan Monnier <monnier@cs.yale.edu> 142001-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.