comparison etc/NEWS @ 102924:41e596f3a3f8

Update documentation status.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 10 Apr 2009 04:59:14 +0000
parents 3fb22681f225
children 74dd306c2cd8
comparison
equal deleted inserted replaced
102923:140a93d5a866 102924:41e596f3a3f8
160 160
161 The variable `frame-alpha-lower-limit' defines a lower bound for the 161 The variable `frame-alpha-lower-limit' defines a lower bound for the
162 opacity; the default is 20. 162 opacity; the default is 20.
163 163
164 ** Internationalization changes 164 ** Internationalization changes
165 165 +++
166 *** The Emacs character set is now a superset of Unicode. 166 *** The Emacs character set is now a superset of Unicode.
167 (It has about four times the code space, which should be plenty). 167 (It has about four times the code space, which should be plenty).
168 168
169 The internal encoding used for buffers and strings is now 169 The internal encoding used for buffers and strings is now
170 Unicode-based and called `utf-8-emacs'. This encoding is backwards 170 Unicode-based and called `utf-8-emacs'. This encoding is backwards
171 compatible with Unicode's UTF-8 encoding. The internal encoding 171 compatible with Unicode's UTF-8 encoding. The encoding
172 `emacs-internal' is an alias for this. The internal encoding
172 previously used by Emacs, `emacs-mule', is still available. 173 previously used by Emacs, `emacs-mule', is still available.
173 174
174 During byte-compilation, Emacs 23 uses `utf-8-emacs' to write files. 175 During byte-compilation, Emacs 23 uses `utf-8-emacs' to write files.
175 As a result, byte-compiled files containing non-ASCII characters can't 176 As a result, byte-compiled files containing non-ASCII characters can't
176 be read by earlier versions of Emacs. Files compiled by Emacs 20, 21, 177 be read by earlier versions of Emacs. Files compiled by Emacs 20, 21,
1302 temporary-file-directory instead. 1303 temporary-file-directory instead.
1303 1304
1304 1305
1305 * Lisp Changes in Emacs 23.1 1306 * Lisp Changes in Emacs 23.1
1306 1307
1307 ** New coding system alias `emacs-internal'.
1308
1309 +++ 1308 +++
1310 ** The new variable `generate-autoload-cookie' controls the magic comment 1309 ** The new variable `generate-autoload-cookie' controls the magic comment
1311 string used by `update-file-autoloads' to find autoloaded forms. The 1310 string used by `update-file-autoloads' to find autoloaded forms. The
1312 variable `generated-autoload-file' similarly controls the name of the 1311 variable `generated-autoload-file' similarly controls the name of the
1313 file where `update-file-autoloads' writes the calls to `autoload'. 1312 file where `update-file-autoloads' writes the calls to `autoload'.
1506 1505
1507 --- 1506 ---
1508 *** The variable `inhibit-changing-match-data', if non-nil, prevents 1507 *** The variable `inhibit-changing-match-data', if non-nil, prevents
1509 the search and match primitives from changing the match data. 1508 the search and match primitives from changing the match data.
1510 1509
1511 --- 1510 +++
1512 *** New functions `word-search-forward-lax' and `word-search-backward-lax'. 1511 *** New functions `word-search-forward-lax' and `word-search-backward-lax'.
1513 These are like `word-search-forward and `word-search-backward', except 1512 These are like `word-search-forward and `word-search-backward', except
1514 that the end of the search string need not match a word boundary, 1513 that the end of the search string need not match a word boundary,
1515 unless it ends in whitespace. 1514 unless it ends in whitespace.
1516 1515
1600 `canonical-combining-class', `bidi-class', `decomposition', 1599 `canonical-combining-class', `bidi-class', `decomposition',
1601 `decimal-digit-value', `digit-value', `numeric-value', `mirrored', 1600 `decimal-digit-value', `digit-value', `numeric-value', `mirrored',
1602 `old-name', `iso-10646-comment', `uppercase', `lowercase', and 1601 `old-name', `iso-10646-comment', `uppercase', `lowercase', and
1603 `titlecase'. 1602 `titlecase'.
1604 1603
1604 +++
1605 *** The functions `modify-syntax-entry' and `modify-category-entry' now 1605 *** The functions `modify-syntax-entry' and `modify-category-entry' now
1606 accept a cons of characters as the first argument, and modify all 1606 accept a cons of characters as the first argument, and modify all
1607 entries in that range of characters. 1607 entries in that range of characters.
1608 1608
1609 +++ 1609 +++