mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-25 22:20:28 +02:00
Add completion and ownership protocol to header comments.
This commit is contained in:
parent
71220e3400
commit
6db6327de9
1 changed files with 22 additions and 6 deletions
28
TODO
28
TODO
|
@ -1,11 +1,27 @@
|
||||||
[ID: $Id: TODO,v 1.15 2001-06-27 09:46:44 ttn Exp $]
|
[ID: $Id: TODO,v 1.16 2001-06-27 17:15:36 ttn Exp $]
|
||||||
|
|
||||||
These are grouped by release target. If you would like to suggest changes or
|
These TODO items are grouped by target release version. The first group is
|
||||||
contribute patches, please first email guile-devel@gnu.org to coordinate. See
|
the "Eventually" group, which is not associated w/ any particular version.
|
||||||
also file HACKING.
|
Move these items under a version upon completion (or better yet, ownership).
|
||||||
|
|
||||||
|
Upon completion, simply change the "-" to a "+", but do not delete the item.
|
||||||
|
At release time, the "+" entries will be deleted after review to make sure
|
||||||
|
that user-visible changes are reflected in NEWS (and that proper credit is
|
||||||
|
applied :-).
|
||||||
|
|
||||||
=== Eventually (not yet associated with a specific release):
|
Ownership is indicated by `[USERNAME]'. Maintainers (w/ write privs) can
|
||||||
|
indicate sponsorship by `[ACTUAL-OWNER:MAINTAINER]', where both elements are
|
||||||
|
usernames.
|
||||||
|
|
||||||
|
If you would like to suggest changes or contribute patches, please first email
|
||||||
|
guile-devel@gnu.org to coordinate efforts. If you distribute this file,
|
||||||
|
please include the first line and check around on the Internet for updates.
|
||||||
|
|
||||||
|
See also file HACKING.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
=== Eventually:
|
||||||
|
|
||||||
- deprecate `read-only-string?'
|
- deprecate `read-only-string?'
|
||||||
- [after signal handling and threading have been fixed] remove the code
|
- [after signal handling and threading have been fixed] remove the code
|
||||||
|
@ -24,7 +40,7 @@ also file HACKING.
|
||||||
- rewrite method cache management in C
|
- rewrite method cache management in C
|
||||||
- rewrite core macros (define-class et al) in C
|
- rewrite core macros (define-class et al) in C
|
||||||
- define C API
|
- define C API
|
||||||
- write orbit CORBA interface
|
- write Orbit CORBA interface
|
||||||
- [after new module system] factor out modules sort.c and random.c should be
|
- [after new module system] factor out modules sort.c and random.c should be
|
||||||
factored out into separate modules
|
factored out into separate modules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue