Mercurial > emacs
changeset 50750:09355400d773
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 30 Apr 2003 12:08:31 +0000 |
parents | d4d06920c3ed |
children | ec954e051a6b |
files | ChangeLog src/ChangeLog |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Apr 30 12:08:07 2003 +0000 +++ b/ChangeLog Wed Apr 30 12:08:31 2003 +0000 @@ -1,3 +1,7 @@ +2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com> + + * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. + 2003-04-30 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> * INSTALL (* GNU/Linux development packages): Tell people to
--- a/src/ChangeLog Wed Apr 30 12:08:07 2003 +0000 +++ b/src/ChangeLog Wed Apr 30 12:08:31 2003 +0000 @@ -1,3 +1,23 @@ +2003-04-30 Richard M. Stallman <rms@gnu.org> + + * 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 <akochoi@shaw.ca> * macterm.c (x_list_fonts): Return all fonts that match if