Changeset 4196 for trunk/etc/TODO

Show
Ignore:
Timestamp:
2007年03月21日 09時51分40秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/TODO

    r4190 r4196  
    22 
    33Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 
    4 Free Software Foundation, Inc. 
    5 See the end of the file for copying permissions. 
     4  Free Software Foundation, Inc. 
     5See the end of the file for license conditions. 
     6 
    67 
    78If you are ready to start working on any of these TODO items, we 
     
    8081** The toolbar should show keyboard equivalents in its tooltips. 
    8182 
     83** Add function to redraw the tool bar. 
     84 
    8285** Modify allout.el to use overlays, like outline.el. 
    8386 
     
    8790  with evaluating definitions of the same function from different files, 
    8891  recording which file the latest definition came from. 
     92 
     93** make back_comment use syntax-ppss or equivalent. 
    8994 
    9095* Important features: 
     
    505510* Internal changes 
    506511 
     512** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction 
     513   since the mark bit is no longer stored in the Lisp_Object itself. 
     514 
     515** Merge ibuffer.el and buff-menu.el. 
     516   More specifically do what's needed to make ibuffer.el the default, 
     517   or just an extension of buff-menu.el. 
     518 
     519** Use pcomplete by default in shell-mode. 
     520   This means to make it behave (by default) more like the current code. 
     521   Use it also for read-shell-command, M-x compile, ... 
     522 
     523** Merge sendmail.el and messages.el. 
     524   Probably not a complete merge, but at least arrange for messages.el to be 
     525   a derived mode of sendmail.el.  Or arrange for messages.el to be split 
     526   into a small core and "the rest" so that we use less resources as long as 
     527   we stick to the features provided in sendmail.el. 
     528 
    507529** Replace gmalloc.c with the modified Doug Lea code from the current 
    508   GNU libc so that the special mmapping of buffers can be removed -- 
    509   that apparently loses under Solaris, at least. [fx has mostly done 
    510   this.] 
     530  GNU libc so that the special mmapping of buffers can be removed -- 
     531  that apparently loses under Solaris, at least. [fx has mostly done 
     532  this.] 
    511533 
    512534** Rewrite make-docfile to be clean and maintainable. 
     
    538560   sections made by GCC 3.4 on IRIX. 
    539561 
    540 COPYING PERMISSIONS: 
    541  
    542     Permission is hereby granted, free of charge, to any person obtaining 
    543     a copy of this file, to deal in the file without restriction, including 
    544     without limitation the rights to use, copy, modify, merge, publish, 
    545     distribute, sublicense, and/or sell copies of the file, and to 
    546     permit persons to whom the file is furnished to do so, subject to 
    547     the following condition: 
    548  
    549     The above copyright notice and this permission notice shall be 
    550     included in all copies or substantial portions of the file. 
     562  
     563This file is part of GNU Emacs. 
     564 
     565GNU Emacs is free software; you can redistribute it and/or modify 
     566it under the terms of the GNU General Public License as published by 
     567the Free Software Foundation; either version 2, or (at your option) 
     568any later version. 
     569 
     570GNU Emacs is distributed in the hope that it will be useful, 
     571but WITHOUT ANY WARRANTY; without even the implied warranty of 
     572MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     573GNU General Public License for more details. 
     574 
     575You should have received a copy of the GNU General Public License 
     576along with GNU Emacs; see the file COPYING.  If not, write to the 
     577Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
     578Boston, MA 02110-1301, USA. 
    551579 
    552580;;; arch-tag: b0a3e40b-726a-457d-9999-ba848321b036