comparison etc/TODO @ 85084:ccf63a47cd32

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 07 Oct 2007 07:18:10 +0000
parents f7a1ed49fd9f
children 7a37dbd2963b bdb3fe0ba9fa
comparison
equal deleted inserted replaced
85083:9755fb09f073 85084:ccf63a47cd32
554 554
555 ** When running isearch in a ChangeLog file, if the search fails, 555 ** When running isearch in a ChangeLog file, if the search fails,
556 then after another C-s try searching the previous ChangeLog, if 556 then after another C-s try searching the previous ChangeLog, if
557 there is one. (e.g. go from ChangeLog to ChangeLog.12). 557 there is one. (e.g. go from ChangeLog to ChangeLog.12).
558 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02237.html 558 http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02237.html
559 Juri Linkov has a patch for this:
560 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00265.html
559 561
560 * Internal changes 562 * Internal changes
561 563
562 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction 564 ** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
563 since the mark bit is no longer stored in the Lisp_Object itself. 565 since the mark bit is no longer stored in the Lisp_Object itself.