]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 14:18:08 +0000 (14:18 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 22 Dec 2001 14:18:08 +0000 (14:18 +0000)
etc/NEWS
lib-src/ChangeLog
lisp/ChangeLog
mac/ChangeLog
src/ChangeLog

index 7828ee5f44413b2f0171b579857c2e37b38f2bcc..537537a177a0f1902c3e7afcfe3e8ea405a3dca7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -269,6 +269,10 @@ SQL buffer.
 \f
 * Lisp Changes in Emacs 21.3
 
+** Support for Mocklisp has been removed.
+
+** The function insert-string is now obsolete.
+
 ** The precedence of file-name-handlers has been changed.
 Instead of blindly choosing the first handler that matches,
 find-file-name-handler now gives precedence to a file-name handler
index 03be213e9a0d4a12dd8951d796721abad6ad8fef..99ee505077b7149f524313092ee965c10d119828 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * makefile.nt, makefile.w32-in: Remove mocklisp files.
+
 2001-12-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * emacsserver.c: Conditionally include config.h.
index 905b946b07960871a07669b2709f47277aeced45..6ab208875b4387bd461c69fbb4f286ad734ec1d6 100644 (file)
@@ -6,6 +6,10 @@
        * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
        Lisp.  Obsoleted.
 
+       * emulation/mlconvert.el: File removed.
+
+       * emulation/mlsupport.el: Moved to obsolete.
+
        * obsolete/mlsupport.el: Moved there from lisp/emulation.
 
        * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
index a221abef47dc555db27726d752c8062eacaf1148..d4933078c1309d1a5d745b0bb400cfca5f3d3f03 100644 (file)
@@ -1,4 +1,4 @@
-2001-12-22  Pavel Janík  <Pavel@Janik.cz>
+2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
 
@@ -7,7 +7,7 @@
        * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
        frame parameter have a numeric value all the time.
 
-2001-12-08  Pavel Janík  <Pavel@Janik.cz>
+2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * COPYING: New file.
 
@@ -25,7 +25,7 @@
        * src/macterm.c: Merged changes from xterm.c.
        * src/macfns.c: Merged changes from xfns.c.
 
-2001-11-16  Pavel Janík  <Pavel@Janik.cz>
+2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
 
 
        * inc/macterm.h (x_display_list): Declare extern.
 
-2001-07-20  Pavel Janík  <Pavel@Janik.cz>
+2001-07-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * src/macterm.c (xim_open_dpy): Fix typo.
 
 
        * src/macterm.c: New file.
 
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
+
     Copyright (C) 2001 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
index 94e1fb9479a7dbf86b5408609d16d4947b33a976..d872cd03239002920637d041177cca6922e6dae5 100644 (file)
@@ -1,3 +1,33 @@
+2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       The following changes remove mocklisp support:
+
+       * mocklisp.h, mocklisp.c: Files removed.
+
+       * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
+       `Qmocklisp' and `Qmocklisp_arguments'.
+       Remove prototype of syms_of_mocklisp.
+
+       * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp
+       files.
+
+       * callint.c: Do not include mocklisp.h.
+       (Fcall_interactively): Do not test for mocklisp case.
+
+       * eval.c: Remove variables `Qmocklisp_arguments',
+       `Vmocklisp_arguments' and `Qmocklisp'.  Remove prototype of
+       ml_apply.
+       (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do
+       not test for mocklisp case.
+       (Fwhile): Remove unused variable `tem'.
+       (syms_of_eval): Remove variable `moclisp-arguments'.
+
+       * data.c (wrong_type_argument): Remove mocklisp case.
+
+       * doc.c (Fdocumentation): Remove mocklisp case.
+
+       * emacs.c (main): Do not call syms_of_mocklisp.
+
 2001-12-21  Richard M. Stallman  <rms@gnu.org>
 
        * xfns.c (compute_tip_xy): If tooltip won't fit on the screen