comparison src/ChangeLog @ 161:28f395d8dc7a r20-3b7

Import from CVS: tag r20-3b7
author cvs
date Mon, 13 Aug 2007 09:42:26 +0200
parents 3bb7ccffb0c0
children 0132846995bd
comparison
equal deleted inserted replaced
160:1c55655d6702 161:28f395d8dc7a
1 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
2
3 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
4 unavoidable Ebola notices in the bytecompiler.
5
6 * emacsfns.h: Fextent_in_region_p: Move.
7
8 * keymap.c Fextent_in_region_p: Move.
9
10 Fri Jun 13 00:38:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
11
12 * src/console.c (Fsuspend_console):
13 Disable input on ttys. Hide unhidden frames.
14
15 * src/console.c (Fresume_console):
16 Enable input on ttys. Raise the device selected frame.
17
18 Fri Jun 13 00:25:46 1997 Kyle Jones <kyle_jones@wonderworks.com>
19
20 * process.c (status_notify):
21 Revert back to the code that does not use
22 save_excursion_restore. Just bounds check opoint
23 instead.
24
25 * process.c (read_process_output):
26 Bounds check saved clip region and point values for
27 validity before using them. Call Fwiden before calling
28 Fnarrow_to_region to insure values will not be out of
29 range.
30
31 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
32
33 * alloc.c: Make the GC cursor appear on all frames.
34 From Hrvoje Niksic <hniksic@srce.hr>
35
36 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
37
38 * data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
39 byte-compile-push-constant to list of ignored functions.
40
41 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
42
43 * bytecode.c (Bsave_current_buffer): Register.
44 (Fbyte_code): Do action.
45
46 * editfns.c (Fsave_current_buffer): New SUBR.
47
1 1997-06-11 Steven L Baur <steve@altair.xemacs.org> 48 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
2 49
3 * syntax.c (Fchar_syntax): Handle case of being passed nil. 50 * syntax.c (Fchar_syntax): Handle case of being passed nil.
4 51
5 * data.c (eq_with_ebola_notice): Add more legitimate places in the 52 * data.c (eq_with_ebola_notice): Add more legitimate places in the