diff options
| author | Pavel JanÃk | 2001-12-22 14:18:08 +0000 |
|---|---|---|
| committer | Pavel JanÃk | 2001-12-22 14:18:08 +0000 |
| commit | c95eaa61ceb8715bd4d4bb175a069298ffa637f0 (patch) | |
| tree | ebae77766481e2a20ddb62e5efafdc94ada1b27d | |
| parent | e32abc829f0d236139942e41da64091c86a193a3 (diff) | |
| download | emacs-c95eaa61ceb8715bd4d4bb175a069298ffa637f0.tar.gz emacs-c95eaa61ceb8715bd4d4bb175a069298ffa637f0.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 30 |
5 files changed, 50 insertions, 4 deletions
| @@ -269,6 +269,10 @@ SQL buffer. | |||
| 269 | 269 | ||
| 270 | * Lisp Changes in Emacs 21.3 | 270 | * Lisp Changes in Emacs 21.3 |
| 271 | 271 | ||
| 272 | ** Support for Mocklisp has been removed. | ||
| 273 | |||
| 274 | ** The function insert-string is now obsolete. | ||
| 275 | |||
| 272 | ** The precedence of file-name-handlers has been changed. | 276 | ** The precedence of file-name-handlers has been changed. |
| 273 | Instead of blindly choosing the first handler that matches, | 277 | Instead of blindly choosing the first handler that matches, |
| 274 | find-file-name-handler now gives precedence to a file-name handler | 278 | find-file-name-handler now gives precedence to a file-name handler |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 03be213e9a0..99ee505077b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * makefile.nt, makefile.w32-in: Remove mocklisp files. | ||
| 4 | |||
| 1 | 2001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 5 | 2001-12-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 6 | ||
| 3 | * emacsserver.c: Conditionally include config.h. | 7 | * emacsserver.c: Conditionally include config.h. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 905b946b079..6ab208875b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -6,6 +6,10 @@ | |||
| 6 | * subr.el (insert-string): Moved from mocklisp.c, reimplemented in | 6 | * subr.el (insert-string): Moved from mocklisp.c, reimplemented in |
| 7 | Lisp. Obsoleted. | 7 | Lisp. Obsoleted. |
| 8 | 8 | ||
| 9 | * emulation/mlconvert.el: File removed. | ||
| 10 | |||
| 11 | * emulation/mlsupport.el: Moved to obsolete. | ||
| 12 | |||
| 9 | * obsolete/mlsupport.el: Moved there from lisp/emulation. | 13 | * obsolete/mlsupport.el: Moved there from lisp/emulation. |
| 10 | 14 | ||
| 11 | * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c. | 15 | * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c. |
diff --git a/mac/ChangeLog b/mac/ChangeLog index a221abef47d..d4933078c13 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2001-12-22 Pavel Janík <Pavel@Janik.cz> | 1 | 2001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. | 3 | * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files. |
| 4 | 4 | ||
| @@ -7,7 +7,7 @@ | |||
| 7 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width | 7 | * src/macfns.c (x_report_frame_params): Make the scroll-bar-width |
| 8 | frame parameter have a numeric value all the time. | 8 | frame parameter have a numeric value all the time. |
| 9 | 9 | ||
| 10 | 2001-12-08 Pavel Janík <Pavel@Janik.cz> | 10 | 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 11 | 11 | ||
| 12 | * COPYING: New file. | 12 | * COPYING: New file. |
| 13 | 13 | ||
| @@ -25,7 +25,7 @@ | |||
| 25 | * src/macterm.c: Merged changes from xterm.c. | 25 | * src/macterm.c: Merged changes from xterm.c. |
| 26 | * src/macfns.c: Merged changes from xfns.c. | 26 | * src/macfns.c: Merged changes from xfns.c. |
| 27 | 27 | ||
| 28 | 2001-11-16 Pavel Janík <Pavel@Janik.cz> | 28 | 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 29 | 29 | ||
| 30 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. | 30 | * src/macterm.c (waiting_for_input): Remove unnecessary declaration. |
| 31 | 31 | ||
| @@ -129,7 +129,7 @@ | |||
| 129 | 129 | ||
| 130 | * inc/macterm.h (x_display_list): Declare extern. | 130 | * inc/macterm.h (x_display_list): Declare extern. |
| 131 | 131 | ||
| 132 | 2001-07-20 Pavel Janík <Pavel@Janik.cz> | 132 | 2001-07-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 133 | 133 | ||
| 134 | * src/macterm.c (xim_open_dpy): Fix typo. | 134 | * src/macterm.c (xim_open_dpy): Fix typo. |
| 135 | 135 | ||
| @@ -319,6 +319,10 @@ | |||
| 319 | 319 | ||
| 320 | * src/macterm.c: New file. | 320 | * src/macterm.c: New file. |
| 321 | 321 | ||
| 322 | ;; Local Variables: | ||
| 323 | ;; coding: iso-2022-7bit-unix | ||
| 324 | ;; End: | ||
| 325 | |||
| 322 | Copyright (C) 2001 Free Software Foundation, Inc. | 326 | Copyright (C) 2001 Free Software Foundation, Inc. |
| 323 | Copying and distribution of this file, with or without modification, | 327 | Copying and distribution of this file, with or without modification, |
| 324 | are permitted provided the copyright notice and this notice are preserved. | 328 | are permitted provided the copyright notice and this notice are preserved. |
diff --git a/src/ChangeLog b/src/ChangeLog index 94e1fb9479a..d872cd03239 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 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 |