aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2005-02-14 03:40:07 +0000
committerMiles Bader2005-02-14 03:40:07 +0000
commit8589dc17f80450f5773a2d449fa6d94c9bb04fe3 (patch)
tree80bb65cae665bcd1efe6e00324d34d1e848421f1 /etc
parentdd75f82d04b1c7fb91fd3024021a3d7977154857 (diff)
downloademacs-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/NEWS18
-rw-r--r--etc/PROBLEMS2
-rw-r--r--etc/TODO4
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 @@
12005-02-12 Miles Bader <miles@gnu.org>
2
3 * TODO, PROBLEMS, NEWS: Replace references to Emacs version "22"
4 with "23".
5
12004-02-12 Kenichi Handa <handa@m17n.org> 62004-02-12 Kenichi Handa <handa@m17n.org>
2 7
3 * charsets/CNS-[234567].map: Regenerated. 8 * charsets/CNS-[234567].map: Regenerated.
diff --git a/etc/NEWS b/etc/NEWS
index c878666647d..d3227df771e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -14,10 +14,10 @@ Temporary note:
14When you add a new item, please add it without either +++ or --- 14When you add a new item, please add it without either +++ or ---
15so we will look at it and add it to the manual. 15so we will look at it and add it to the manual.
16 16
17Fixme: The notes about Emacs 22 are quite incomplete. 17Fixme: 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.
35Since the internal encoding is also used by default for byte-compiled 35Since the internal encoding is also used by default for byte-compiled
36files -- i.e. the normal coding system for byte-compiled Lisp files is 36files -- i.e. the normal coding system for byte-compiled Lisp files is
37now utf-8-Emacs -- Lisp containing non-ASCII characters which is 37now utf-8-Emacs -- Lisp containing non-ASCII characters which is
38compiled by Emacs 22 can't be read by earlier versions of Emacs. 38compiled by Emacs 23 can't be read by earlier versions of Emacs. Files
39Files compiled by Emacs 20 or 21 are loaded correctly as emacs-mule 39compiled 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
41loading them somewhat slower than Emacs 22-compiled files. Thus it 41them somewhat slower than Emacs 23-compiled files. Thus it may be worth
42may be worth recompiling existing .elc files which don't need to be 42recompiling existing .elc files which don't need to be shared with older
43shared with older Emacsen. 43Emacsen.
44 44
45** There are assorted new coding systems/aliases -- see 45** There are assorted new coding systems/aliases -- see
46M-x list-coding-systems. 46M-x list-coding-systems.
@@ -62,7 +62,7 @@ unicodes for display &c.
62Minor modes: unify-8859-on-encoding-mode, unify-8859-on-decoding-mode 62Minor 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
67map-char-table's behaviour has changed. 67map-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
2in compiling, installing and running GNU Emacs. Try doing Ctl-C Ctl-t 2in compiling, installing and running GNU Emacs. Try doing Ctl-C Ctl-t
3and browsing through the outline headers. 3and 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
7It's completely redundant now, as far as we know. 7It's completely redundant now, as far as we know.
8 8
diff --git a/etc/TODO b/etc/TODO
index d37de9bc280..406fa425c30 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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