From: Richard M. Stallman Date: Wed, 30 Apr 2003 12:08:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed3c33148bc88c83a20833b86436acc846b43700;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ea5dc7cbfcf..7f45edff5ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-30 Boyd Lynn Gerber + + * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. + 2003-04-30 Kai Gro,A_(Bjohann * INSTALL (* GNU/Linux development packages): Tell people to diff --git a/src/ChangeLog b/src/ChangeLog index 39833221c2b..3e60c7ec3f8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2003-04-30 Richard M. Stallman + + * keyboard.c (echo_char): Don't clear out a dash that follows a space. + + * alloc.c (abort_on_gc): New variable. + (Fgarbage_collect): Abort if abort_on_gc is set. + + * lisp.h (abort_on_gc): Add decl. + + * eval.c (Fsignal): Clear abort_on_gc. + + * editfns.c (Fformat): Set abort_on_gc during first scan of format. + Reinit FORMAT_START and END before second scan. + + * xdisp.c (move_it_vertically_backward): Do the final big else + even if nlines is 0. + + * xdisp.c (redisplay_internal): Finish the per-frame loop + even if redisplay is suspended by input. + 2003-04-24 Andrew Choi * macterm.c (x_list_fonts): Return all fonts that match if