diff options
| author | Richard M. Stallman | 2005-08-07 17:42:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-07 17:42:38 +0000 |
| commit | 44edd521a0d425ea79433bf170233a2b0084820b (patch) | |
| tree | 63796314f3fc0b671725b9d8128b4008febc72d0 /src/ChangeLog | |
| parent | e09b9180d525e04497271f23cb7fc99fea21421e (diff) | |
| download | emacs-44edd521a0d425ea79433bf170233a2b0084820b.tar.gz emacs-44edd521a0d425ea79433bf170233a2b0084820b.zip | |
(Fframe_or_buffer_changed_p): Take an arg
so it can be used with various state vectors.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aa73da64547..a44fc3aaa48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-08-07 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (Fframe_or_buffer_changed_p): Take an arg | ||
| 4 | so it can be used with various state vectors. | ||
| 5 | |||
| 6 | * emacs.c (endif): Convert -script into -scriptload. | ||
| 7 | (standard_args): Add -scriptload. Allow -basic-display with one dash. | ||
| 8 | |||
| 9 | * fns.c (syms_of_fns): Add `emacs' to features. | ||
| 10 | |||
| 11 | * term.c (set_terminal_modes): If no TS_termcap_modes string, | ||
| 12 | output newlines to scroll the old screen contents off the screen. | ||
| 13 | |||
| 1 | 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org> | 14 | 2005-08-06 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 15 | ||
| 3 | * floatfns.c (Fexpt): Use floats for negative exponent. | 16 | * floatfns.c (Fexpt): Use floats for negative exponent. |