# HG changeset patch # User Stefan Monnier # Date 1003114310 0 # Node ID e4eb4dd01fa55ad9e3986e35cf80e7cb0546fc63 # Parent b6b684cd54c9c871ea0ee7fe44b9572369a040fd *** empty log message *** diff -r b6b684cd54c9 -r e4eb4dd01fa5 src/ChangeLog --- a/src/ChangeLog Mon Oct 15 01:01:21 2001 +0000 +++ b/src/ChangeLog Mon Oct 15 02:51:50 2001 +0000 @@ -1,5 +1,7 @@ 2001-10-14 Stefan Monnier + * 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. @@ -12,12 +14,14 @@ (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,Bm(Bk