]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Oct 2001 02:51:50 +0000 (02:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Oct 2001 02:51:50 +0000 (02:51 +0000)
src/ChangeLog

index e59a04459f5fd5c378f665d3334bb9d6a60f42c1..2026d7e7fd773ae83211526cb096be69951b36cb 100644 (file)
@@ -1,5 +1,7 @@
 2001-10-14  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
+
        * keymap.c (access_keymap): Unify handling of `t' and generic-char.
        If a parent is reached and noinherit is set, exit immediately.
        Use AREF and ASIZE macros.  Call get_keyelt before checking KEYMAPP.
        (decode_suffixes): Remove.
 
        * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
-       (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals.
-       (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
+       (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS, invisible_noellipsis_p)
+       (invisible_ellipsis_p): Remove.
 
        * xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
        (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
        (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
+       (in_ellipses_for_invisible_text_p, handle_invisible_prop):
+       Use new retval of TEXT_PROP_MEANS_INVISIBLE.
 
 2001-10-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>