Mercurial > emacs
changeset 64777:c54934ba2f4b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Aug 2005 17:42:38 +0000 |
parents | 42f593faa113 |
children | 6de0f61d4874 |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> + + * 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 <ttn@gnu.org> * floatfns.c (Fexpt): Use floats for negative exponent.