Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 25f70ba0133c |
children | 6b37e6ddd302 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
1 1997-06-05 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * frame.c (Fmake_frame): Correct checking of first_frame_on_device. | |
4 From Hrvoje Niksic <hniksic@srce.hr> | |
5 | |
6 1997-06-04 Steven L Baur <steve@altair.xemacs.org> | |
7 | |
8 * device.c (delete_deviceless_console): New function. | |
9 (Fmake_device): Use it. Fix problem of creation of a frame on a | |
10 tty where something fails during initialization. | |
11 From Kyle Jones <kyle_jones@wonderworks.com> | |
12 | |
13 * specifier.c (Fboolean_specifier_p): Correct spelling in | |
14 Docstring (synch from Infodock 3.5). | |
15 | |
16 * frame.c: Update docstring. | |
17 | |
18 1997-06-03 Hrvoje Niksic <hniksic@srce.hr> | |
19 | |
20 * sysdep.c (tty_init_sys_modes_on_device): Initialize it. | |
21 | |
22 * console.c (complex_vars_of_console): New variable | |
23 `tty-erase-char'. | |
24 | |
25 * conslots.h (MARKED_SLOT): New slot. | |
26 | |
27 Mon Jun 2 02:49:44 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
28 | |
29 * frame.c, frame-tty.c | |
30 Treat tty frames like a cross between stacked window | |
31 system frames and frames on virtual displays. All | |
32 frames but the top frame are visible but hidden by | |
33 default. next-frame and previous-frame now skip | |
34 invisible tty frames by default. raise-frame and | |
35 lower-frame now control whether a frame is hidden | |
36 instead of whether it is visible. Frames are no | |
37 longer automatically raised when they are selected. | |
38 After a raise/lower operation selection of the new | |
39 topmost frame is deferred until a selection magic | |
40 event is read. | |
41 | |
42 Sat May 31 19:59:49 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
43 | |
44 * frame-tty.c (tty_init_frame_3: | |
45 Defer selection of the newly created frame until | |
46 an event is read. | |
47 | |
48 1997-06-02 Steven L Baur <steve@altair.xemacs.org> | |
49 | |
50 * search.c (REGEXP_CACHE_SIZE): Bump to 20. | |
51 Suggested by Karl M. Hegbloom <karlheg@inetarena.com> | |
52 | |
53 1997-05-30 Steven L Baur <steve@altair.xemacs.org> | |
54 | |
55 * device-tty.c (tty_asynch_device_change): | |
56 * gpmevent.c (connect_to_gpm): Makes it so it doesn't **ck up the | |
57 mouse stuff on an XTerm, and resets the internal GPM variables for | |
58 the width and height of the screen when we get a sigwinch. | |
59 From William M. Perry <wmperry@aventail.com> | |
60 | |
1 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | 61 1997-05-29 Steven L Baur <steve@altair.xemacs.org> |
2 | 62 |
3 * eval.c (Fprogn): Delete mocklisp support. | 63 * eval.c (Fprogn): Delete mocklisp support. |
4 (Fwhile): Ditto. | 64 (Fwhile): Ditto. |
5 (Fcommandp): Ditto. | 65 (Fcommandp): Ditto. |