diff etc/NEWS @ 52407:ad9565f86518

*** empty log message ***
author Dave Love <fx@gnu.org>
date Mon, 01 Sep 2003 18:51:17 +0000
parents 695cf19ef79e
children 2aa1900aa34c
line wrap: on
line diff
--- a/etc/NEWS	Mon Sep 01 18:48:10 2003 +0000
+++ b/etc/NEWS	Mon Sep 01 18:51:17 2003 +0000
@@ -83,6 +83,10 @@
 
 * Changes in Emacs 21.4
 
+** Under XFree86 4, the display table is modified so that `' is
+displayed as balanced quotes, not the ASCII glyphs whose shape has
+been changed generally in the XFree86 fonts.
+
 ** sql changes.
 
 *** The variable `sql-product' controls the highlightng of different
@@ -1658,6 +1662,12 @@
 
 * Lisp Changes in Emacs 21.4
 
+** `latin1-char-displayable-p' is obsoleted by `char-displayable-p'.
+
+** New coding system property `mime-text-unsuitable' indicates that
+the coding system's `mime-charset' is not suitable for MIME text
+parts, e.g. utf-16.
+
 ** The argument to forward-word, backward-word, forward-to-indentation
 and backward-to-indentation is now optional, and defaults to 1.