Mercurial > emacs
comparison etc/TODO @ 83237:4ee39d9428b0
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-726
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-727
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-728
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-729
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-730
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-731
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-732
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-733
Update from CVS: man/calc.texi: Fix some TeX definitions.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-734
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-735
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-736
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-737
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-738
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-739
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-740
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-741
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-742
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-743
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-744
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-745
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-746
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-75
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-76
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-77
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-277
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 23 Dec 2004 16:43:51 +0000 |
parents | 5e454dd0d649 9b6234081dc1 |
children | 223c12363c0c |
comparison
equal
deleted
inserted
replaced
83236:6b379caca6fa | 83237:4ee39d9428b0 |
---|---|
12 ** Fix the kill/yank treatment of invisible text. At the moment, | 12 ** Fix the kill/yank treatment of invisible text. At the moment, |
13 invisible text is placed in the kill-ring, so that the contents of | 13 invisible text is placed in the kill-ring, so that the contents of |
14 the ring may not correspond to the text as displayed to the user. It | 14 the ring may not correspond to the text as displayed to the user. It |
15 ought to be possible to omit text which is invisible (due to a | 15 ought to be possible to omit text which is invisible (due to a |
16 text-property, overlay, or selective display) from the kill-ring. | 16 text-property, overlay, or selective display) from the kill-ring. |
17 | |
18 ** Redefine define-generic-mode as a macro, so the compiler | |
19 sees the definitions it generates. | |
17 | 20 |
18 * Important features: | 21 * Important features: |
19 | 22 |
20 ** Provide user-friendly ways to list all available font families, | 23 ** Provide user-friendly ways to list all available font families, |
21 display a font as a sample, etc. [fx is looking at multilingual | 24 display a font as a sample, etc. [fx is looking at multilingual |