]> git.eshelyaron.com Git - emacs.git/commitdiff
This commits the exact copies of files I had before switch to bzr.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Jan 2010 15:17:13 +0000 (10:17 -0500)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Jan 2010 15:17:13 +0000 (10:17 -0500)
src/Makefile.in
src/dispextern.h
src/dispnew.c

index 60e7ac1ee0f70babbf8357131b9fa7427e3eeeaf..dbb4f711185a69ae47483c3abbf84e359a160cc3 100644 (file)
@@ -1052,7 +1052,7 @@ doc.o: buildobj.h
 
 atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \
  $(config_h)
-bidi.o: bidi.c buffer.h character.h dispextern.h
+bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h)
 buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
    $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \
    indent.h keyboard.h coding.h keymap.h frame.h lisp.h $(config_h)
index 58e6ff91338fb4a273939efa99ef407f276ffd32..510ffe50dabaa2b4628ab95ec5c8f1bfe51d3188 100644 (file)
@@ -1799,7 +1799,7 @@ struct bidi_it {
   bidi_dir_t sor;              /* direction of start-of-run in effect */
   int scan_dir;                        /* direction of text scan */
   int stack_idx;               /* index of current data on the stack */
-  /* Note: Everything from here is not copied/saved when the bidi
+  /* Note: Everything from here on is not copied/saved when the bidi
      iterator state is saved, pushed, or popped.  So only put here
      stuff that is not part of the bidi iterator's state!  */
   struct bidi_stack level_stack[BIDI_MAXLEVEL]; /* stack of embedding levels */
index b5764ac7fe39da40b82f3bd90d5ab8d4c6b23d71..94bbab225f9fc63a037deb732a4fc13d7440d2a5 100644 (file)
@@ -1760,8 +1760,6 @@ check_matrix_invariants (w)
 
       /* Check that end position of `row' is equal to start position
         of next row.  */
-      /* WARNING: This assumption is blatantly incorrect when we are
-        reordering bdirectional text for display!!  */
       if (next->enabled_p && MATRIX_ROW_DISPLAYS_TEXT_P (next))
        {
          xassert (MATRIX_ROW_END_CHARPOS (row)