diff options
| author | Miles Bader | 2005-02-14 03:40:07 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-02-14 03:40:07 +0000 |
| commit | 8589dc17f80450f5773a2d449fa6d94c9bb04fe3 (patch) | |
| tree | 80bb65cae665bcd1efe6e00324d34d1e848421f1 /etc | |
| parent | dd75f82d04b1c7fb91fd3024021a3d7977154857 (diff) | |
| download | emacs-8589dc17f80450f5773a2d449fa6d94c9bb04fe3.tar.gz emacs-8589dc17f80450f5773a2d449fa6d94c9bb04fe3.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14
Update unicode-branch version numbers and ChangeLog file names
2005-02-12 Miles Bader <miles@gnu.org>
* etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22"
with "23".
2005-02-12 Miles Bader <miles@gnu.org>
* lisp/version.el (emacs-version): Change to "23.0.0".
* lisp/descr-text.el (describe-char-unidata-list):
Replace references to Emacs version "22" with "23".
* lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header)
(byte-compile-insert-header): Likewise.
* lisp/international/mule.el (charset-list, set-coding-priority)
(ignore-relative-composition): Likewise.
* lisp/international/mule-util.el (detect-coding-with-priority): Likewise.
* lisp/international/mule-diag.el: Likewise.
* lisp/international/mule-cmds.el (language-info-custom-alist): Likewise.
* lisp/international/codepage.el (codepage-setup): Likewise.
2005-02-13 Miles Bader <miles@gnu.org>
Rename unicode-branch-specific ChangeLog files to
"ChangeLog.unicode" from "ChangeLog.22"
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog.unicode (renamed from etc/ChangeLog.22) | 5 | ||||
| -rw-r--r-- | etc/NEWS | 18 | ||||
| -rw-r--r-- | etc/PROBLEMS | 2 | ||||
| -rw-r--r-- | etc/TODO | 4 |
4 files changed, 17 insertions, 12 deletions
diff --git a/etc/ChangeLog.22 b/etc/ChangeLog.unicode index 8f87f822b76..45987ab29ed 100644 --- a/etc/ChangeLog.22 +++ b/etc/ChangeLog.unicode | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-02-12 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22" | ||
| 4 | with "23". | ||
| 5 | |||
| 1 | 2004-02-12 Kenichi Handa <handa@m17n.org> | 6 | 2004-02-12 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * charsets/CNS-[234567].map: Regenerated. | 8 | * charsets/CNS-[234567].map: Regenerated. |
| @@ -14,10 +14,10 @@ Temporary note: | |||
| 14 | When you add a new item, please add it without either +++ or --- | 14 | When you add a new item, please add it without either +++ or --- |
| 15 | so we will look at it and add it to the manual. | 15 | so we will look at it and add it to the manual. |
| 16 | 16 | ||
| 17 | Fixme: The notes about Emacs 22 are quite incomplete. | 17 | Fixme: The notes about Emacs 23 are quite incomplete. |
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | * Changes in Emacs 22.1 | 20 | * Changes in Emacs 23.1 |
| 21 | 21 | ||
| 22 | ** The Emacs character set is now a superset of Unicode. | 22 | ** The Emacs character set is now a superset of Unicode. |
| 23 | (It has about four times the code space, which should be plenty). | 23 | (It has about four times the code space, which should be plenty). |
| @@ -35,12 +35,12 @@ sets which are problematic with Unicode. | |||
| 35 | Since the internal encoding is also used by default for byte-compiled | 35 | Since the internal encoding is also used by default for byte-compiled |
| 36 | files -- i.e. the normal coding system for byte-compiled Lisp files is | 36 | files -- i.e. the normal coding system for byte-compiled Lisp files is |
| 37 | now utf-8-Emacs -- Lisp containing non-ASCII characters which is | 37 | now utf-8-Emacs -- Lisp containing non-ASCII characters which is |
| 38 | compiled by Emacs 22 can't be read by earlier versions of Emacs. | 38 | compiled by Emacs 23 can't be read by earlier versions of Emacs. Files |
| 39 | Files compiled by Emacs 20 or 21 are loaded correctly as emacs-mule | 39 | compiled by Emacs 20, 21, or 22 are loaded correctly as emacs-mule |
| 40 | (whether or not they contain multibyte characters), which makes | 40 | (whether or not they contain multibyte characters), which makes loading |
| 41 | loading them somewhat slower than Emacs 22-compiled files. Thus it | 41 | them somewhat slower than Emacs 23-compiled files. Thus it may be worth |
| 42 | may be worth recompiling existing .elc files which don't need to be | 42 | recompiling existing .elc files which don't need to be shared with older |
| 43 | shared with older Emacsen. | 43 | Emacsen. |
| 44 | 44 | ||
| 45 | ** There are assorted new coding systems/aliases -- see | 45 | ** There are assorted new coding systems/aliases -- see |
| 46 | M-x list-coding-systems. | 46 | M-x list-coding-systems. |
| @@ -62,7 +62,7 @@ unicodes for display &c. | |||
| 62 | Minor modes: unify-8859-on-encoding-mode, unify-8859-on-decoding-mode | 62 | Minor modes: unify-8859-on-encoding-mode, unify-8859-on-decoding-mode |
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | * Lisp changes in Emacs 22.1 | 65 | * Lisp changes in Emacs 23.1 |
| 66 | 66 | ||
| 67 | map-char-table's behaviour has changed. | 67 | map-char-table's behaviour has changed. |
| 68 | 68 | ||
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 8d1bae6ba5e..2ac1a7e6b37 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2,7 +2,7 @@ This file describes various problems that have been encountered | |||
| 2 | in compiling, installing and running GNU Emacs. Try doing Ctl-C Ctl-t | 2 | in compiling, installing and running GNU Emacs. Try doing Ctl-C Ctl-t |
| 3 | and browsing through the outline headers. | 3 | and browsing through the outline headers. |
| 4 | 4 | ||
| 5 | * Mule-UCS doesn't work in Emacs 22. | 5 | * Mule-UCS doesn't work in Emacs 23. |
| 6 | 6 | ||
| 7 | It's completely redundant now, as far as we know. | 7 | It's completely redundant now, as far as we know. |
| 8 | 8 | ||
| @@ -31,7 +31,7 @@ to the FSF. | |||
| 31 | 31 | ||
| 32 | ** Provide user-friendly ways to list all available font families, | 32 | ** Provide user-friendly ways to list all available font families, |
| 33 | display a font as a sample, etc. [fx is looking at multilingual | 33 | display a font as a sample, etc. [fx is looking at multilingual |
| 34 | font selection for Emacs 22.] | 34 | font selection for Emacs 23.] |
| 35 | 35 | ||
| 36 | ** Program Enriched mode to read and save in RTF. [Is there actually a | 36 | ** Program Enriched mode to read and save in RTF. [Is there actually a |
| 37 | decent single definition of RTF? Maybe see info at | 37 | decent single definition of RTF? Maybe see info at |
| @@ -233,7 +233,7 @@ to the FSF. | |||
| 233 | (with ASCIIfied fallback via latin1-disp). Examples include | 233 | (with ASCIIfied fallback via latin1-disp). Examples include |
| 234 | box-drawing graphics in Custom buffers, W3 rules and tables, and | 234 | box-drawing graphics in Custom buffers, W3 rules and tables, and |
| 235 | tree displays generally, mode-line mail indicator. [See work done | 235 | tree displays generally, mode-line mail indicator. [See work done |
| 236 | already for Emacs 22 and consult fx.] | 236 | already for Emacs 23 and consult fx.] |
| 237 | 237 | ||
| 238 | ** Do something to make rms happy with fx's dynamic loading, and use it | 238 | ** Do something to make rms happy with fx's dynamic loading, and use it |
| 239 | to implement things like auto-loaded buffer parsers and database | 239 | to implement things like auto-loaded buffer parsers and database |