aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12005-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
12005-08-06 Thien-Thi Nguyen <ttn@gnu.org> 142005-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.