From ed3c33148bc88c83a20833b86436acc846b43700 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Apr 2003 12:08:31 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ src/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) 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 -- 2.39.2