# HG changeset patch # User Richard M. Stallman # Date 1123436558 0 # Node ID c54934ba2f4b79b949e3e2e9955dd46bf983669b # Parent 42f593faa113765fcf2e67ffa66119bd5ce9e90e *** empty log message *** diff -r 42f593faa113 -r c54934ba2f4b src/ChangeLog --- a/src/ChangeLog Sun Aug 07 17:40:18 2005 +0000 +++ b/src/ChangeLog Sun Aug 07 17:42:38 2005 +0000 @@ -1,3 +1,16 @@ +2005-08-07 Richard M. Stallman + + * dispnew.c (Fframe_or_buffer_changed_p): Take an arg + so it can be used with various state vectors. + + * emacs.c (endif): Convert -script into -scriptload. + (standard_args): Add -scriptload. Allow -basic-display with one dash. + + * fns.c (syms_of_fns): Add `emacs' to features. + + * term.c (set_terminal_modes): If no TS_termcap_modes string, + output newlines to scroll the old screen contents off the screen. + 2005-08-06 Thien-Thi Nguyen * floatfns.c (Fexpt): Use floats for negative exponent.