comparison src/ChangeLog @ 39944:e4eb4dd01fa5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Oct 2001 02:51:50 +0000
parents 2f2aaaa2444e
children 7cb5950539e9
comparison
equal deleted inserted replaced
39943:b6b684cd54c9 39944:e4eb4dd01fa5
1 2001-10-14 Stefan Monnier <monnier@cs.yale.edu> 1 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2 4
3 * keymap.c (access_keymap): Unify handling of `t' and generic-char. 5 * keymap.c (access_keymap): Unify handling of `t' and generic-char.
4 If a parent is reached and noinherit is set, exit immediately. 6 If a parent is reached and noinherit is set, exit immediately.
5 Use AREF and ASIZE macros. Call get_keyelt before checking KEYMAPP. 7 Use AREF and ASIZE macros. Call get_keyelt before checking KEYMAPP.
6 8
10 12
11 * callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil. 13 * callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil.
12 (decode_suffixes): Remove. 14 (decode_suffixes): Remove.
13 15
14 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS) 16 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
15 (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals. 17 (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS, invisible_noellipsis_p)
16 (invisible_ellipsis_p, invisible_noellipsis_p): Remove. 18 (invisible_ellipsis_p): Remove.
17 19
18 * xdisp.c (DOLIST, LOOP_PROPVAL): Remove. 20 * xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
19 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used. 21 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
20 (invisible_ellipsis_p, invisible_noellipsis_p): Remove. 22 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
23 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
24 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
21 25
22 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26 2001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
23 27
24 * lisp.h (Ftop_level): Add prototype. 28 * lisp.h (Ftop_level): Add prototype.
25 29