comparison etc/TODO @ 90851:31beec9ee600

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 751-770) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/textmodes/sgml-mode.el: Revert last change. - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 18-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-208
author Miles Bader <miles@gnu.org>
date Thu, 24 May 2007 21:31:10 +0000
parents d7172f202ab8 baed9ec7901b
children e9f94688a064
comparison
equal deleted inserted replaced
90850:7d184cd91770 90851:31beec9ee600
551 * Internal changes 551 * Internal changes
552 552
553 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction 553 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
554 since the mark bit is no longer stored in the Lisp_Object itself. 554 since the mark bit is no longer stored in the Lisp_Object itself.
555 555
556 ** Refine the `predicate' arg to read-file-name.
557 Currently, it mixes up the predicate to apply when doing completion and the
558 one to use when terminating the selection.
559
556 ** Merge ibuffer.el and buff-menu.el. 560 ** Merge ibuffer.el and buff-menu.el.
557 More specifically do what's needed to make ibuffer.el the default, 561 More specifically do what's needed to make ibuffer.el the default,
558 or just an extension of buff-menu.el. 562 or just an extension of buff-menu.el.
559 563
560 ** Use pcomplete by default in shell-mode. 564 ** Use pcomplete by default in shell-mode.