From 91c067f4771484cdf6f45414c8624a66ba96b3d8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 15 Oct 2001 02:51:50 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index e59a04459f5..2026d7e7fd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5