aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-10-14 20:17:49 +0000
committerStefan Monnier2001-10-14 20:17:49 +0000
commit0c88c9374c4eceb690a2cd8ced8f3edeaacca52b (patch)
tree516ba4dd02708f998e0e35b7364c6ad6ca3b0518 /src/ChangeLog
parent8958788972cbbcc6bb998acf6a6e4b6695dfd5c6 (diff)
downloademacs-0c88c9374c4eceb690a2cd8ced8f3edeaacca52b.tar.gz
emacs-0c88c9374c4eceb690a2cd8ced8f3edeaacca52b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b2329f1659..a4374db8a99 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * s/ms-w32.h (EXEC_SUFFIXES):
4 * s/msdos.h (EXEC_SUFFIXES):
5 * process.h (EXEC_SUFFIXES): Remove.
6
7 * callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil.
8 (decode_suffixes): Remove.
9
10 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
11 (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals.
12 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
13
14 * xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
15 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
16 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
17
12001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 182001-10-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 19
3 * lisp.h (Ftop_level): Add prototype. 20 * lisp.h (Ftop_level): Add prototype.