From: Richard M. Stallman Date: Sun, 11 Nov 2001 20:15:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eafb659ab4116a0b20237a50c2b31e833a3dba9a;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc2f343cc9a..6b5ebd71995 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-11-11 Richard M. Stallman + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 55a26c6ee24..c8faecf8e53 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2001-11-11 Richard M. Stallman + * 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.