aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-12-22 14:18:08 +0000
committerPavel Janík2001-12-22 14:18:08 +0000
commitc95eaa61ceb8715bd4d4bb175a069298ffa637f0 (patch)
treeebae77766481e2a20ddb62e5efafdc94ada1b27d /src
parente32abc829f0d236139942e41da64091c86a193a3 (diff)
downloademacs-c95eaa61ceb8715bd4d4bb175a069298ffa637f0.tar.gz
emacs-c95eaa61ceb8715bd4d4bb175a069298ffa637f0.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94e1fb9479a..d872cd03239 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,33 @@
12001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 The following changes remove mocklisp support:
4
5 * mocklisp.h, mocklisp.c: Files removed.
6
7 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
8 `Qmocklisp' and `Qmocklisp_arguments'.
9 Remove prototype of syms_of_mocklisp.
10
11 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp
12 files.
13
14 * callint.c: Do not include mocklisp.h.
15 (Fcall_interactively): Do not test for mocklisp case.
16
17 * eval.c: Remove variables `Qmocklisp_arguments',
18 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of
19 ml_apply.
20 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do
21 not test for mocklisp case.
22 (Fwhile): Remove unused variable `tem'.
23 (syms_of_eval): Remove variable `moclisp-arguments'.
24
25 * data.c (wrong_type_argument): Remove mocklisp case.
26
27 * doc.c (Fdocumentation): Remove mocklisp case.
28
29 * emacs.c (main): Do not call syms_of_mocklisp.
30
12001-12-21 Richard M. Stallman <rms@gnu.org> 312001-12-21 Richard M. Stallman <rms@gnu.org>
2 32
3 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen 33 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen