diff options
| author | Kenichi Handa | 2008-02-21 08:16:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-02-21 08:16:37 +0000 |
| commit | 6a6b4d7d67b6a627a6442b5b944b0efc67b4faaa (patch) | |
| tree | 13c0888820652071b043ac82ed5cbfe57c0165fb | |
| parent | 000b06df1172f9e20e7e8a21951da65c08163d46 (diff) | |
| download | emacs-6a6b4d7d67b6a627a6442b5b944b0efc67b4faaa.tar.gz emacs-6a6b4d7d67b6a627a6442b5b944b0efc67b4faaa.zip | |
Improve the description about the removal of
cp-...-codepage functions. Describe the removal of the feature
`devan-util'.
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/NEWS | 27 |
2 files changed, 27 insertions, 6 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 78e135ebb4a..e6005364a86 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp> | ||
| 2 | |||
| 3 | * NEWS: Improve the description about the removal of | ||
| 4 | cp-...-codepage functions. Describe the removal of the feature | ||
| 5 | `devan-util'. | ||
| 6 | |||
| 1 | 2008-02-21 Glenn Morris <rgm@gnu.org> | 7 | 2008-02-21 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * NEWS.unicode: Merge into NEWS and remove file. | 9 | * NEWS.unicode: Merge into NEWS and remove file. |
| @@ -542,12 +542,9 @@ that range have the same value. | |||
| 542 | ** The functions `register-char-codings' and `coding-system-spec' | 542 | ** The functions `register-char-codings' and `coding-system-spec' |
| 543 | have been removed. | 543 | have been removed. |
| 544 | 544 | ||
| 545 | ** Many codepage related functions have been removed. They are: | 545 | ** The cpXXX coding systems are now supported automatically. The |
| 546 | cp-make-coding-systems-for-codepage, cp-charset-for-codepage, | 546 | functions cp-...-codepage, which you had to use in Emacs 22 to enable |
| 547 | cp-language-for-codepage, cp-offset-for-codepage, | 547 | support for these coding systems, have been deleted. |
| 548 | cp-supported-codepages | ||
| 549 | You don't need them anymore because coding systems created by these | ||
| 550 | functions are supported from the start now. | ||
| 551 | 548 | ||
| 552 | +++ | 549 | +++ |
| 553 | ** The function `dired-call-process' has been removed. | 550 | ** The function `dired-call-process' has been removed. |
| @@ -563,6 +560,24 @@ checking/manipulating elements directly, use the new functions | |||
| 563 | ** `mode-name' is no longer guaranteed to be a string. | 560 | ** `mode-name' is no longer guaranteed to be a string. |
| 564 | Use `(format-mode-line mode-name)' to ensure a string value. | 561 | Use `(format-mode-line mode-name)' to ensure a string value. |
| 565 | 562 | ||
| 563 | ** The feature `devan-util' is removed, and the file devan-util.el | ||
| 564 | providing the feature is removed. Accordingly the following functions | ||
| 565 | and variables are removed: | ||
| 566 | devanagari-consonant, devanagari-composable-pattern, | ||
| 567 | devanagari-compose-region, devanagari-compose-string, | ||
| 568 | devanagari-post-read-conversion, devanagari-regexp-of-hashtbl-keys, | ||
| 569 | devanagari-composition-function, dev-char-glyph, | ||
| 570 | dev-char-glyph-hash, dev-char-glyph-regexp, dev-glyph-glyph, | ||
| 571 | dev-glyph-glyph-hash, dev-glyph-glyph-regexp, dev-glyph-glyph-2, | ||
| 572 | dev-glyph-glyph-2-hash, dev-glyph-glyph-2-regexp, dev-charseq, | ||
| 573 | dev-glyph-cvn, dev-glyph-space, dev-glyph-right-modifier, | ||
| 574 | dev-glyph-right-modifier-regexp, dev-glyph-left-matra, | ||
| 575 | dev-glyph-top-matra, dev-glyph-bottom-modifier, dev-glyph-order, | ||
| 576 | devanagari-compose-syllable-string, devanagari-compose-syllable-region | ||
| 577 | These were for displaying Devanagari text with a specific kind of font | ||
| 578 | in Emacs 22, and not necessary anymore because of OpenType font | ||
| 579 | support. | ||
| 580 | |||
| 566 | 581 | ||
| 567 | * Lisp Changes in Emacs 23.1 | 582 | * Lisp Changes in Emacs 23.1 |
| 568 | 583 | ||