aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2001-10-15 02:51:50 +0000
committerStefan Monnier2001-10-15 02:51:50 +0000
commit91c067f4771484cdf6f45414c8624a66ba96b3d8 (patch)
treea9a47e5565877e010f6b432ea37c5cbd9e8e6bda /src
parent31252c009cdf886f8e4f7eaff7a19e61fa385251 (diff)
downloademacs-91c067f4771484cdf6f45414c8624a66ba96b3d8.tar.gz
emacs-91c067f4771484cdf6f45414c8624a66ba96b3d8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
1 files 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 @@
12001-10-14 Stefan Monnier <monnier@cs.yale.edu> 12001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
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.
@@ -12,12 +14,14 @@
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
222001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 262001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
23 27