Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
52406:c70762aa82aa | 52407:ad9565f86518 |
---|---|
80 --- | 80 --- |
81 ** A French translation of the Emacs Tutorial is available. | 81 ** A French translation of the Emacs Tutorial is available. |
82 | 82 |
83 | 83 |
84 * Changes in Emacs 21.4 | 84 * Changes in Emacs 21.4 |
85 | |
86 ** Under XFree86 4, the display table is modified so that `' is | |
87 displayed as balanced quotes, not the ASCII glyphs whose shape has | |
88 been changed generally in the XFree86 fonts. | |
85 | 89 |
86 ** sql changes. | 90 ** sql changes. |
87 | 91 |
88 *** The variable `sql-product' controls the highlightng of different | 92 *** The variable `sql-product' controls the highlightng of different |
89 SQL dialects. This variable can be set globally via Customize, on a | 93 SQL dialects. This variable can be set globally via Customize, on a |
1655 a match if part of it has a read-only property. | 1659 a match if part of it has a read-only property. |
1656 | 1660 |
1657 ** The new Lisp library fringe.el controls the apperance of fringes. | 1661 ** The new Lisp library fringe.el controls the apperance of fringes. |
1658 | 1662 |
1659 * Lisp Changes in Emacs 21.4 | 1663 * Lisp Changes in Emacs 21.4 |
1664 | |
1665 ** `latin1-char-displayable-p' is obsoleted by `char-displayable-p'. | |
1666 | |
1667 ** New coding system property `mime-text-unsuitable' indicates that | |
1668 the coding system's `mime-charset' is not suitable for MIME text | |
1669 parts, e.g. utf-16. | |
1660 | 1670 |
1661 ** The argument to forward-word, backward-word, forward-to-indentation | 1671 ** The argument to forward-word, backward-word, forward-to-indentation |
1662 and backward-to-indentation is now optional, and defaults to 1. | 1672 and backward-to-indentation is now optional, and defaults to 1. |
1663 | 1673 |
1664 +++ | 1674 +++ |