# HG changeset patch # User Richard M. Stallman # Date 1027283535 0 # Node ID 8980a92ac42a9186dfb0d75534f8b69d0360e6f7 # Parent 4298549687a88ae5a59998b4dab9cd3b2dcf964b *** empty log message *** diff -r 4298549687a8 -r 8980a92ac42a ChangeLog --- a/ChangeLog Sun Jul 21 20:31:46 2002 +0000 +++ b/ChangeLog Sun Jul 21 20:32:15 2002 +0000 @@ -1,3 +1,11 @@ +2002-07-21 Richard M. Stallman + + * Makefile.in (gamedir, localstatedir): New variables. + (epaths-force): Insert value of gamedir into PATH_GAME. + + * configure.in (gamedir): Handle it like lispdir. + (--with-game-dir option): Deleted. + 2002-06-21 Pavel Jan,Bm(Bk * configure.in: Add support for mipseb-*-netbsd* machines. diff -r 4298549687a8 -r 8980a92ac42a src/ChangeLog --- a/src/ChangeLog Sun Jul 21 20:31:46 2002 +0000 +++ b/src/ChangeLog Sun Jul 21 20:32:15 2002 +0000 @@ -1,3 +1,20 @@ +2002-07-21 Richard M. Stallman + + * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED + and END_UNCHANGED when setting buffer_unchanged_p. + Use current_matrix_up_to_date_p to decide whether to use + try_cursor_movement. + + * config.in (HAVE_SHARED_GAME_DIR): Undef deleted. + + * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in. + + * callproc.c (init_callproc): Set up Vshared_game_score_directory. + Set to nil if dir does not exist. + (syms_of_callproc): Init unconditionally and simply. + + * buffer.c (Fbuffer_list): Doc fix. + 2002-07-21 Ken Raeburn * sysdep.c (end_of_text, end_of_data): Unused functions deleted.