comparison etc/NEWS @ 50897:289523dd4fa7

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 08 May 2003 17:54:14 +0000
parents 4239cd7727ca
children bf7c2783b20d
comparison
equal deleted inserted replaced
50896:0aba658cfdd2 50897:289523dd4fa7
86 ** A French translation of the Emacs Tutorial is available. 86 ** A French translation of the Emacs Tutorial is available.
87 87
88 88
89 * Changes in Emacs 21.4 89 * Changes in Emacs 21.4
90 90
91 ** A UTF-7 coding system is available in the library `utf-7'.
92
91 ** GUD mode has its own tool bar for controlling execution of the inferior 93 ** GUD mode has its own tool bar for controlling execution of the inferior
92 and other common debugger commands. 94 and other common debugger commands.
93 95
94 ** recentf changes. 96 ** recentf changes.
95 97
222 --- 224 ---
223 ** Many new coding systems are available by loading the `code-pages' 225 ** Many new coding systems are available by loading the `code-pages'
224 library. These include complete versions of most of those in 226 library. These include complete versions of most of those in
225 codepage.el, based on Unicode mappings. 227 codepage.el, based on Unicode mappings.
226 228
227 ** The utf-8 coding system has been enhanced. Untranslatable utf-8 229 ** The utf-8/16 coding systems have been enhanced.
228 sequences (mostly representing CJK characters) are composed into 230 By default, untranslatable utf-8 sequences (mostly representing CJK
229 single quasi-characters. User option `utf-translate-cjk-mode' 231 characters) are simply composed into single quasi-characters. User
230 arranges to translate many utf-8 CJK character sequences into real 232 option `utf-translate-cjk' arranges to translate many utf-8 CJK
231 Emacs characters in a similar way to the Mule-UCS system. The utf-8 233 character sequences into real Emacs characters in a similar way to the
232 coding system will now encode characters from most of Emacs's 234 Mule-UCS system. This uses significant space, so is not the default.
235 You can augment/amend the CJK translation via hash tables
236 `ucs-mule-cjk-to-unicode' and `ucs-unicode-to-mule-cjk'. The utf-8
237 coding system now also encodes characters from most of Emacs's
233 one-dimensional internal charsets, specifically the ISO-8859 ones. 238 one-dimensional internal charsets, specifically the ISO-8859 ones.
239 The utf-16 coding system is affected similarly.
234 240
235 ** iso-10646-1 (`Unicode') fonts can be used to display any range of 241 ** iso-10646-1 (`Unicode') fonts can be used to display any range of
236 characters encodable by the utf-8 coding system. Just specify the 242 characters encodable by the utf-8 coding system. Just specify the
237 fontset appropriately. 243 fontset appropriately.
238 244
403 409
404 --- 410 ---
405 ** Speedbar has moved from the "Tools" top level menu to "Show/Hide". 411 ** Speedbar has moved from the "Tools" top level menu to "Show/Hide".
406 412
407 +++ 413 +++
408 ** Emacs can now indicate in the mode-line the presence of new e-mails 414 ** Emacs can now indicate in the mode-line the presence of new e-mail
409 in a directory or in a file. See the documentation of the user option 415 in a directory or in a file. See the documentation of the user option
410 `display-time-mail-directory'. 416 `display-time-mail-directory'.
411 417
412 +++ 418 +++
413 ** The new option `Info-scroll-prefer-subnodes' causes Info to behave 419 ** The new option `Info-scroll-prefer-subnodes' causes Info to behave
1206 to use standout mode, however they will not be able to display 1212 to use standout mode, however they will not be able to display
1207 mode-lines in inverse-video. 1213 mode-lines in inverse-video.
1208 1214
1209 --- 1215 ---
1210 ** The obsolete C mode (c-mode.el) has been removed to avoid problems 1216 ** The obsolete C mode (c-mode.el) has been removed to avoid problems
1211 with Custom. 1217 with Custom. cplus-md.el, which required it, has also been removed.
1212 1218
1213 ** New package benchmark.el contains simple support for convenient 1219 ** New package benchmark.el contains simple support for convenient
1214 timing measurements of code (including the garbage collection component). 1220 timing measurements of code (including the garbage collection component).
1215 1221
1216 1222