aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE22
-rw-r--r--admin/notes/documentation3
-rw-r--r--admin/notes/unicode30
3 files changed, 15 insertions, 40 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 12b99e49688..99b702ad30f 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -180,12 +180,12 @@ xresources.texi cyd
180 180
181** Check the Lisp manual. 181** Check the Lisp manual.
182 182
183abbrevs.texi 183abbrevs.texi rgm
184advice.texi cyd 184advice.texi cyd
185anti.texi 185anti.texi
186back.texi 186back.texi
187backups.texi 187backups.texi cyd
188buffers.texi 188buffers.texi cyd
189commands.texi cyd 189commands.texi cyd
190compile.texi cyd 190compile.texi cyd
191control.texi cyd 191control.texi cyd
@@ -194,23 +194,23 @@ debugging.texi cyd
194display.texi 194display.texi
195edebug.texi 195edebug.texi
196elisp.texi 196elisp.texi
197errors.texi 197errors.texi rgm
198eval.texi cyd 198eval.texi cyd
199files.texi cyd 199files.texi cyd
200frames.texi 200frames.texi cyd
201functions.texi cyd 201functions.texi cyd
202hash.texi cyd 202hash.texi cyd
203help.texi cyd 203help.texi cyd
204hooks.texi 204hooks.texi rgm
205index.texi 205index.texi
206internals.texi 206internals.texi rgm (I don't know much about this, so it would be
207 good if someone else could at least look at the FIXME? comments.)
207intro.texi cyd 208intro.texi cyd
208keymaps.texi cyd 209keymaps.texi cyd
209lists.texi cyd 210lists.texi cyd
210loading.texi cyd 211loading.texi cyd
211locals.texi
212macros.texi cyd 212macros.texi cyd
213maps.texi 213maps.texi rgm
214markers.texi 214markers.texi
215minibuf.texi 215minibuf.texi
216modes.texi cyd 216modes.texi cyd
@@ -219,7 +219,7 @@ numbers.texi cyd
219objects.texi cyd 219objects.texi cyd
220os.texi 220os.texi
221package.texi 221package.texi
222positions.texi 222positions.texi cyd
223processes.texi 223processes.texi
224searching.texi 224searching.texi
225sequences.texi cyd 225sequences.texi cyd
@@ -228,7 +228,7 @@ strings.texi cyd
228symbols.texi cyd 228symbols.texi cyd
229syntax.texi cyd 229syntax.texi cyd
230text.texi 230text.texi
231tips.texi 231tips.texi rgm
232variables.texi cyd 232variables.texi cyd
233windows.texi 233windows.texi
234 234
diff --git a/admin/notes/documentation b/admin/notes/documentation
index f2e2aab73e7..09476ad6962 100644
--- a/admin/notes/documentation
+++ b/admin/notes/documentation
@@ -112,3 +112,6 @@ The kind of change for which the user really needs help from Antinews
112is where a feature works _differently_ in the previous version. 112is where a feature works _differently_ in the previous version.
113In those cases, the user might have trouble figuring out how to use 113In those cases, the user might have trouble figuring out how to use
114the old version without some sort of help. 114the old version without some sort of help.
115
116** To indicate possession, write Emacs's rather than Emacs'.
117http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 382e3ee0f9f..dda6ec4cc93 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -1,6 +1,6 @@
1 -*-mode: text; coding: latin-1;-*- 1 -*-mode: text; coding: latin-1;-*-
2 2
3Copyright (C) 2002-2012 Free Software Foundation, Inc. 3Copyright (C) 2002-2012 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6Problems, fixmes and other unicode-related issues 6Problems, fixmes and other unicode-related issues
@@ -62,14 +62,6 @@ regard to completeness.
62 dumped emacs. But, those maps (char tables) generated while 62 dumped emacs. But, those maps (char tables) generated while
63 temacs is running can't be removed from the dumped emacs. 63 temacs is running can't be removed from the dumped emacs.
64 64
65 * Translation tables for {en,de}code currently aren't supported.
66
67 This should be fixed by the changes of 2002-10-14.
68
69 * Defining CCL coding systems currently doesn't work.
70
71 This should be fixed by the changes of 2003-01-30.
72
73 * iso-2022 charsets get unified on i/o. 65 * iso-2022 charsets get unified on i/o.
74 66
75 With the change on 2003-01-06, decoding routines put `charset' 67 With the change on 2003-01-06, decoding routines put `charset'
@@ -88,8 +80,6 @@ regard to completeness.
88 handle more scripts specifically (à la Devanagari). There are 80 handle more scripts specifically (à la Devanagari). There are
89 issues with canonicalization. 81 issues with canonicalization.
90 82
91 * Bidi is a separate issue with no support currently.
92
93 * We need tabular input methods, e.g. for maths symbols. (Not 83 * We need tabular input methods, e.g. for maths symbols. (Not
94 specific to Unicode.) 84 specific to Unicode.)
95 85
@@ -102,27 +92,9 @@ regard to completeness.
102 worry about what happens when double-width charsets covering 92 worry about what happens when double-width charsets covering
103 non-CJK characters are unified. 93 non-CJK characters are unified.
104 94
105 * Emacs 20/21 .elc files are currently not loadable. It may or may
106 not be possible to do this properly.
107
108 With the change on 2002-07-24, elc files generated by Emacs
109 20.3 and later are correctly loaded (including those
110 containing multibyte characters and compressed). But, elc
111 files generated by 20.2 and the primer are still not loadable.
112 Is it really worth working on it?
113
114 * Rmail won't work with non-ASCII text. Encoding issues for Babyl
115 files need sorting out, but rms says Babyl will go before this is
116 released.
117
118 * Gnus still needs some attention, and we need to get changes
119 accepted by Gnus maintainers...
120
121 * There are type errors lurking, e.g. in 95 * There are type errors lurking, e.g. in
122 Fcheck_coding_systems_region. Define ENABLE_CHECKING to find them. 96 Fcheck_coding_systems_region. Define ENABLE_CHECKING to find them.
123 97
124 * You can grep the code for lots of fixmes.
125
126 * Old auto-save files, and similar files, such as Gnus drafts, 98 * Old auto-save files, and similar files, such as Gnus drafts,
127 containing non-ASCII characters probably won't be re-read correctly. 99 containing non-ASCII characters probably won't be re-read correctly.
128 100