Mercurial > emacs
comparison etc/TODO @ 83461:9b150bc96d33
Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
* emacs@sv.gnu.org/emacs--devo--0--patch-1
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-2
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-3
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-4
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-5
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-6
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-7
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-8
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-9
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-10
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-11
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-12
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-13
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-14
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-15
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-16
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-17
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-18
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-19
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-20
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-21
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-22
Install ERC.
* emacs@sv.gnu.org/emacs--devo--0--patch-23
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-24
Fix ERC compiler warnings.
* emacs@sv.gnu.org/emacs--devo--0--patch-25
Use utf-8 encoding in ERC ChangeLogs.
* emacs@sv.gnu.org/emacs--devo--0--patch-26
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-27
Merge ERC-related Viper hacks into Viper.
* emacs@sv.gnu.org/emacs--devo--0--patch-28
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-29
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-30
Merge from erc--main--0
* emacs@sv.gnu.org/gnus--rel--5.10--base-0
tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
* emacs@sv.gnu.org/gnus--rel--5.10--patch-1
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-2
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-3
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-4
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-5
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-6
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-7
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-704
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-501
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 30 Jan 2006 18:06:22 +0000 |
parents | d0eee3282e6b 9855f34ed7fb |
children | 49f9dd4bb117 |
comparison
equal
deleted
inserted
replaced
83460:dbd791ef90a1 | 83461:9b150bc96d33 |
---|---|
7 prepared to sign legal papers to transfer the copyright on your work | 7 prepared to sign legal papers to transfer the copyright on your work |
8 to the FSF. | 8 to the FSF. |
9 | 9 |
10 * Small but important fixes needed in existing features: | 10 * Small but important fixes needed in existing features: |
11 | 11 |
12 ** buffer-offer-save should be a permanent local. | |
13 | |
12 ** revert-buffer should eliminate overlays and the mark. | 14 ** revert-buffer should eliminate overlays and the mark. |
13 | 15 |
14 ** erase-buffer should perhaps disregard read-only properties of text. | 16 ** erase-buffer should perhaps disregard read-only properties of text. |
15 | 17 |
16 ** Make occur correctly handle matches that span more than one line, | 18 ** Make occur correctly handle matches that span more than one line, |
51 | 53 |
52 ** In Emacs Info, examples of using Customize should be clickable | 54 ** In Emacs Info, examples of using Customize should be clickable |
53 and they should create Custom buffers. | 55 and they should create Custom buffers. |
54 | 56 |
55 ** The toolbar should show keyboard equivalents in its tooltips. | 57 ** The toolbar should show keyboard equivalents in its tooltips. |
58 | |
59 ** Modify allout.el to use overlays, like outline.el. | |
60 | |
61 ** M-! M-n should fetch the buffer-file-name as the default. | |
56 | 62 |
57 * Important features: | 63 * Important features: |
58 | 64 |
59 ** Provide user-friendly ways to list all available font families, | 65 ** Provide user-friendly ways to list all available font families, |
60 list fonts, display a font as a sample, etc. [fx is looking at | 66 list fonts, display a font as a sample, etc. [fx is looking at |
436 offered by major modes that offer an associated inferior | 442 offered by major modes that offer an associated inferior |
437 comint-derived mode. I.e. basically make cmuscheme.el/inf-lisp.el generic. | 443 comint-derived mode. I.e. basically make cmuscheme.el/inf-lisp.el generic. |
438 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, | 444 For use by sml-mode, python-mode, tex-mode, scheme-mode, lisp-mode, |
439 haskell-mode, tuareg-mode, ... | 445 haskell-mode, tuareg-mode, ... |
440 | 446 |
447 ** Make SYNC_INPUT the default. | |
448 All loops using immediate_quit need to be checked to ensure that | |
449 C-g can interrupt them, in case of an infinite loop. Once we | |
450 switch to using SYNC_INPUT, we can remove the BLOCK_INPUTs in the | |
451 allocation functions (allocate_string etc.) without worrying about | |
452 data munging. | |
453 | |
441 * Other known bugs: | 454 * Other known bugs: |
442 | 455 |
443 ** a two-char comment-starter whose two chars are symbol constituents will | 456 ** a two-char comment-starter whose two chars are symbol constituents will |
444 not be noticed if it appears within a word. | 457 not be noticed if it appears within a word. |
445 | 458 |