changeset 40936:502ce3b46535

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Nov 2001 20:15:03 +0000
parents c991c9834a24
children a06aa746ba83
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 11 20:14:47 2001 +0000
+++ b/lisp/ChangeLog	Sun Nov 11 20:15:03 2001 +0000
@@ -1,5 +1,8 @@
 2001-11-11  Richard M. Stallman  <rms@gnu.org>
 
+	* calendar/solar.el (solar-sunrise-and-sunset):
+	Exchange the two extreme values of day-length.
+
 	* progmodes/sh-script.el (sh-must-be-shell-mode): 
 	Allow modes derived from sh-mode.
 
--- a/src/ChangeLog	Sun Nov 11 20:14:47 2001 +0000
+++ b/src/ChangeLog	Sun Nov 11 20:15:03 2001 +0000
@@ -1,5 +1,9 @@
 2001-11-11  Richard M. Stallman  <rms@gnu.org>
 
+	* sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
+
+	* lread.c (read_escape): Use end_of_file_error for reporting eof.
+
 	* insdel.c (replace_range): Use adjust_markers_for_replace
 	instead of adjust_markers_for_delete and adjust_markers_for_insert.