changeset 34692:d78158ad0c3d

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 18 Dec 2000 17:16:32 +0000
parents a80251dea213
children 504b055496a6
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Dec 18 17:13:16 2000 +0000
+++ b/etc/NEWS	Mon Dec 18 17:16:32 2000 +0000
@@ -48,6 +48,10 @@
 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.
 
--- a/lisp/ChangeLog	Mon Dec 18 17:13:16 2000 +0000
+++ b/lisp/ChangeLog	Mon Dec 18 17:16:32 2000 +0000
@@ -12,6 +12,12 @@
 
 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>