comparison etc/TODO @ 91073:4bc33ffdda1a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 902-908) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-278
author Miles Bader <miles@gnu.org>
date Sat, 27 Oct 2007 09:12:07 +0000
parents 12589730c028 4ad2f8ca634f
children 53108e6cea98
comparison
equal deleted inserted replaced
91072:74ab3ea909f9 91073:4bc33ffdda1a
326 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01699.html], 326 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01699.html],
327 _possibly_ Cedet and ECB. 327 _possibly_ Cedet and ECB.
328 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html 328 http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01493.html
329 Check the assignments file for other packages which might go in and 329 Check the assignments file for other packages which might go in and
330 have been missed. 330 have been missed.
331
332 ** Install ruby-mode (needs assignment)?
333 http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00051.html
334 331
335 ** Make keymaps a first-class Lisp object (this means a rewrite of 332 ** Make keymaps a first-class Lisp object (this means a rewrite of
336 keymap.c). What should it do apart from being opaque ? 333 keymap.c). What should it do apart from being opaque ?
337 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ? 334 multiple inheritance ? faster where-is ? no more fix_submap_inheritance ?
338 what else ? 335 what else ?
552 ** Possibly add a "close" button to the modeline. 549 ** Possibly add a "close" button to the modeline.
553 The idea is to add an "X" of some kind, that when clicked deletes 550 The idea is to add an "X" of some kind, that when clicked deletes
554 the window associated with that modeline. 551 the window associated with that modeline.
555 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html 552 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02416.html
556 553
557 ** When running isearch in a ChangeLog file, if the search fails,
558 then after another C-s try searching the previous ChangeLog, if
559 there is one. (e.g. go from ChangeLog to ChangeLog.12).
560 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02237.html
561 Juri Linkov has a patch for this:
562 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00265.html
563
564 * Internal changes 554 * Internal changes
565 555
566 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction 556 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
567 since the mark bit is no longer stored in the Lisp_Object itself. 557 since the mark bit is no longer stored in the Lisp_Object itself.
568 558