Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:38:25 +0200 |
| parents | 59463afc5666 |
| children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
| 152:4c132ee2d62b | 153:25f70ba0133c |
|---|---|
| 1 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * eval.c (Fprogn): Delete mocklisp support. | |
| 4 (Fwhile): Ditto. | |
| 5 (Fcommandp): Ditto. | |
| 6 (Feval): Ditto. | |
| 7 (funcall_recording_as): Ditto. | |
| 8 (funcall_lambda): Ditto. | |
| 9 | |
| 10 * elhash.c (verify_function): Delete mocklisp support. | |
| 11 | |
| 12 * doc.c (Fdocumentation): Delete mocklisp support. | |
| 13 | |
| 14 * data.c (wrong_type_argument): Delete mocklisp support. | |
| 15 | |
| 16 * config.h.in: Delete mocklisp support. | |
| 17 | |
| 18 * callint.c (Fcall_interactively): Delete mocklisp support. | |
| 19 | |
| 20 * emacs.c (main_1): Delete mocklisp initialization. | |
| 21 | |
| 22 * symsinit.h: Delete mocklisp.c decls. | |
| 23 | |
| 24 * Makefile.in.in: Delete mocklisp stuffs. | |
| 25 | |
| 26 Thu May 29 03:00:16 1997 Kyle Jones <kyle@crystal.wonderworks.com> | |
| 27 | |
| 28 * frame.c (change_frame_size_1): | |
| 29 Drop code that returns immediately if the old frame | |
| 30 size is equal to the new. | |
| 31 Leave the minibuffer height the same if the frame has | |
| 32 been initialized, and the minibuffer height is tall | |
| 33 enough to display at least one line of text in the default | |
| 34 font, and the old minibuffer height is a multiple of the | |
| 35 default font height. This should cause the minibuffer | |
| 36 height to be recomputed on font changes but not for | |
| 37 other frame size changes, which seems reasonable. | |
| 38 | |
| 39 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
| 40 | |
| 41 * event-stream.c (Frecent_keys): Take optional parameter to | |
| 42 indicate how many keystrokes to return. | |
| 43 (Frecent_keys_ring_size): New function returns the maximum number | |
| 44 of events `recent-keys' can return. | |
| 45 (Fset_recent_keys_ring_size): New function. Modifies the above. | |
| 46 | |
| 47 From Hrvoje Niksic <hniksic@srce.hr> | |
| 48 | |
| 49 * event-stream.c: New variable recent_keys_ring_size replacing a | |
| 50 hard-coded macro. | |
| 51 | |
| 52 1997-05-23 Steven L Baur <steve@altair.xemacs.org> | |
| 53 From Hrvoje Niksic <hniksic@srce.hr> | |
| 54 | |
| 55 * sysdep.c: Correction of subprocess support when compiling | |
| 56 without ttys. | |
| 57 | |
| 1 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | 58 1997-05-21 Steven L Baur <steve@altair.xemacs.org> |
| 2 | 59 |
| 3 * editfns.c (format-time-string): Update DOCstring. Make time | 60 * editfns.c (format-time-string): Update DOCstring. Make time |
| 4 parameter optional. | 61 parameter optional. |
| 5 | 62 |
