comparison etc/TODO @ 83288:2c2b97b30980

Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-246 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-247 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-248 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-249 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-250 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-251 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-252 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-253 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-254 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-255 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-256 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-257 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-258 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-259 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-260 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-261 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-262 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-263 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-264 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-265 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-60 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-61 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-62 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-63 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-64 (mm-string-to-multibyte): Use Gnus trunk definition. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-65 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-328
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 18 Apr 2005 13:40:23 +0000
parents 886073e54ccb 71c8a6678c21
children 6fef25c75847
comparison
equal deleted inserted replaced
83287:b4b67a7fcbe0 83288:2c2b97b30980
20 should not be recorded in the user's custom-set-variables call. 20 should not be recorded in the user's custom-set-variables call.
21 21
22 ** The buttons at the top of a custom buffer should not omit 22 ** The buttons at the top of a custom buffer should not omit
23 variables whose values are currently hidden. 23 variables whose values are currently hidden.
24 24
25 ** Clean up the variables in browse-url. Perhaps use a shell command string to
26 specify the browser instead of the mushrooming set of functions.
27 See also ESR's proposal for a BROWSER environment variable
28 <URL:http://www.catb.org/~esr/BROWSER/browse-url.patch>.
29
25 * Important features: 30 * Important features:
26 31
27 ** Provide user-friendly ways to list all available font families, 32 ** Provide user-friendly ways to list all available font families,
28 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
29 font selection for Emacs 22.] 34 font selection for Emacs 22.]
52 same value of this property. 57 same value of this property.
53 *** Discretionary hyphens that are not visible when they are at end of line. 58 *** Discretionary hyphens that are not visible when they are at end of line.
54 59
55 ** Make movemail work with IMAP. 60 ** Make movemail work with IMAP.
56 61
57 ** Internationalize Emacs's messages. [Note that this is of limited 62 ** Internationalize Emacs's messages.
58 use until the menus can display multilingual text. It also doesn't 63
59 address important issues like using the names of symbols essentially 64 ** Address internationalization of symbols names essentially
60 as documentation, e.g. in command names and Custom. -- fx] 65 as documentation, e.g. in command names and Custom.
61 66
62 ** Make the Lucid menu widget display multilingual text. [This 67 ** Make the Lucid menu widget display multilingual text. [This
63 probably needs to be done from actual Emacs buffers, either directly 68 probably needs to be done from actual Emacs buffers, either directly
64 in the menu or by rendering in an unmapped window and copying the 69 in the menu or by rendering in an unmapped window and copying the
65 pixels. The current code assumes a specific locale; that isn't good 70 pixels. The current code assumes a specific locale; that isn't good