comparison src/ChangeLog @ 42281:18095fb6473e

*** empty log message ***
author Pavel Janík <Pavel@Janik.cz>
date Sat, 22 Dec 2001 14:18:08 +0000
parents 1e967bcc8074
children fa1bc97b9adc
comparison
equal deleted inserted replaced
42280:6a18a8267c6a 42281:18095fb6473e
1 2001-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
1 2001-12-21 Richard M. Stallman <rms@gnu.org> 31 2001-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
4 to the left or to the right of the pointer, put it against 34 to the left or to the right of the pointer, put it against
5 the left screen edge. 35 the left screen edge.