comparison etc/TODO @ 76474:273b86e5b88a

Add GC_ mark bit cleanup.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 17 Mar 2007 17:37:41 +0000
parents dc23aaa67696
children fac2e1af1607 738ce3540ffb c0409ee15cee
comparison
equal deleted inserted replaced
76473:f99650d3a3a8 76474:273b86e5b88a
507 See thread 507 See thread
508 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html> 508 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html>
509 509
510 * Internal changes 510 * Internal changes
511 511
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
512 ** Merge ibuffer.el and buff-menu.el. 515 ** Merge ibuffer.el and buff-menu.el.
513 More specifically do what's needed to make ibuffer.el the default, 516 More specifically do what's needed to make ibuffer.el the default,
514 or just an extension of buff-menu.el. 517 or just an extension of buff-menu.el.
515 518
516 ** Use pcomplete by default in shell-mode. 519 ** Use pcomplete by default in shell-mode.