*** empty log message ***
This commit is contained in:
parent
e3fa3057d7
commit
4a29bad2d0
2 changed files with 30 additions and 0 deletions
10
etc/NEWS
10
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.
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
2003-09-01 Dave Love <fx@gnu.org>
|
||||
|
||||
* 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.
|
||||
<XFree86 4>: 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 <handa@m17n.org>
|
||||
|
||||
* international/fontset.el (setup-default-fontset): For Thai
|
||||
|
|
Loading…
Add table
Reference in a new issue