diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af49678c5f8..1356913e870 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-07-21 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED | ||
| 4 | and END_UNCHANGED when setting buffer_unchanged_p. | ||
| 5 | Use current_matrix_up_to_date_p to decide whether to use | ||
| 6 | try_cursor_movement. | ||
| 7 | |||
| 8 | * config.in (HAVE_SHARED_GAME_DIR): Undef deleted. | ||
| 9 | |||
| 10 | * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in. | ||
| 11 | |||
| 12 | * callproc.c (init_callproc): Set up Vshared_game_score_directory. | ||
| 13 | Set to nil if dir does not exist. | ||
| 14 | (syms_of_callproc): Init unconditionally and simply. | ||
| 15 | |||
| 16 | * buffer.c (Fbuffer_list): Doc fix. | ||
| 17 | |||
| 1 | 2002-07-21 Ken Raeburn <raeburn@gnu.org> | 18 | 2002-07-21 Ken Raeburn <raeburn@gnu.org> |
| 2 | 19 | ||
| 3 | * sysdep.c (end_of_text, end_of_data): Unused functions deleted. | 20 | * sysdep.c (end_of_text, end_of_data): Unused functions deleted. |