From 4a29bad2d03fcc3d648d03f3759600df212d383f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 1 Sep 2003 18:51:17 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 10 ++++++++++ lisp/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index a6f8d0c9514..7481d3eb638 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -83,6 +83,10 @@ See the files mac/README and mac/INSTALL for build instructions. * 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 @@ a match if part of it has a read-only property. * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 714e3c48bc3..4fc3f00dce4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2003-09-01 Dave Love + + * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix. + + * menu-bar.el (menu-bar-showhide-menu): Amend date and time label + and :help; also line and column numbers labels. + + * international/mule-util.el (char-displayable-p): Moved from + latin1-disp, renamed and autoloaded. + + * international/latin1-disp.el (latin1-char-displayable-p): Now + obsolete alias. Replace uses with char-displayable-p. + (latin1-display-ucs-per-lynx): Fix last change. + + * international/mule-cmds.el (standard-display-european-internal): + Don't use char code for Latin-1 NBSP. + : Unfrob NBSP display table. Set display table to use + U+2018, U+2019 for `'. + (select-safe-coding-system): Message fix. + 2003-09-01 Kenichi Handa * international/fontset.el (setup-default-fontset): For Thai -- 2.39.2