diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Mon Aug 13 09:41:47 2007 +0200
+++ b/src/ChangeLog	Mon Aug 13 09:42:26 2007 +0200
@@ -1,3 +1,50 @@
+1997-06-13  Steven L Baur  <steve@altair.xemacs.org>
+
+	* data.c (eq_with_ebola_notice): Remove horrible hack to avoid
+	unavoidable Ebola notices in the bytecompiler.
+
+	* emacsfns.h: Fextent_in_region_p: Move.
+
+	* keymap.c Fextent_in_region_p: Move.
+
+Fri Jun 13 00:38:29 1997  Kyle Jones  <kyle_jones@wonderworks.com>
+
+	* src/console.c (Fsuspend_console):
+	  Disable input on ttys.  Hide unhidden frames.
+
+	* src/console.c (Fresume_console):
+	  Enable input on ttys.  Raise the device selected frame.
+
+Fri Jun 13 00:25:46 1997  Kyle Jones  <kyle_jones@wonderworks.com>
+
+	* process.c (status_notify):
+	  Revert back to the code that does not use
+	  save_excursion_restore.  Just bounds check opoint
+	  instead.
+
+	* process.c (read_process_output):
+	  Bounds check saved clip region and point values for
+	  validity before using them.  Call Fwiden before calling
+	  Fnarrow_to_region to insure values will not be out of
+	  range.
+
+1997-06-12  Steven L Baur  <steve@altair.xemacs.org>
+
+	* alloc.c: Make the GC cursor appear on all frames.
+	From Hrvoje Niksic  <hniksic@srce.hr>
+
+1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
+
+	* data.c (eq_with_ebola_notice): Add byte-optimize-logmumble and
+	byte-compile-push-constant to list of ignored functions.
+
+1997-06-11  Hrvoje Niksic  <hniksic@srce.hr>
+
+	* bytecode.c (Bsave_current_buffer): Register.
+	(Fbyte_code): Do action.
+
+	* editfns.c (Fsave_current_buffer): New SUBR.
+
 1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
 
 	* syntax.c (Fchar_syntax): Handle case of being passed nil.