comparison etc/TODO @ 90104:a01e7a9f1659

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"
author Miles Bader <miles@gnu.org>
date Mon, 14 Feb 2005 03:40:07 +0000
parents 72cf6261961e
children 7e3f621f1dd4
comparison
equal deleted inserted replaced
90103:3ebd9bdb4fe5 90104:a01e7a9f1659
29 29
30 * Important features: 30 * Important features:
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
38 http://latex2rtf.sourceforge.net/.] 38 http://latex2rtf.sourceforge.net/.]
39 39
231 is displayable (particularly needed in XFree 4, sigh). Use it to 231 is displayable (particularly needed in XFree 4, sigh). Use it to
232 define useful glyphs that may be displayed as images or unicodes 232 define useful glyphs that may be displayed as images or unicodes
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
240 access in cases which need more than Lisp. 240 access in cases which need more than Lisp.
241 241