Mercurial > emacs
comparison etc/TODO @ 83238:223c12363c0c
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-747
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-752
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-278
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 06 Jan 2005 15:00:09 +0000 |
parents | 4ee39d9428b0 d9de1e27928f |
children | 3dcba0bc766b |
comparison
equal
deleted
inserted
replaced
83237:4ee39d9428b0 | 83238:223c12363c0c |
---|---|
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 ** battery.el display-battery should be replaced with a minor mode. | |
17 | 19 |
18 ** Redefine define-generic-mode as a macro, so the compiler | 20 ** Redefine define-generic-mode as a macro, so the compiler |
19 sees the definitions it generates. | 21 sees the definitions it generates. |
20 | 22 |
21 * Important features: | 23 * Important features: |