]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Mon, 18 Dec 2000 17:16:32 +0000 (17:16 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Dec 2000 17:16:32 +0000 (17:16 +0000)
etc/NEWS
lisp/ChangeLog

index fbfffe1ecc459e6c2ed5390c4837a8f741f1437d..00c560936223e1e674286817799f9c389cad7de8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -47,6 +47,10 @@ description of aspects specific to the Mac.
 version.  They are:  auto-show, c-mode, hscroll, ooutline.  Their
 implementations have been moved to lisp/obsolete.
 
++++
+** The new Custom option `keyboard-coding-system' specifies a coding
+system for keyboard input.
+
 +++
 ** The new user-option `even-window-heights' can be set to nil
 to prevent `display-buffer' from evening out window heights.
index 3ef378073ea7b2769cd00b1a2a909bebb82d3bf1..a6e76c6595526733f389c9b9a856a2ee6d274344 100644 (file)
 
 2000-12-18  Dave Love  <fx@gnu.org>
 
+       * simple.el (mail-user-agent): Doc fix.
+       (input-mode-8-bit): Removed.
+
+       * international/mule.el (set-keyboard-coding-system): Doc fix.
+       (keyboard-coding-system): New option.
+
        * mail/sendmail.el (send-mail-function): Customize.
 
 2000-12-18  Eli Zaretskii  <eliz@is.elta.co.il>