Mercurial > emacs
changeset 44487:3d2cd2b5a07b
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Wed, 10 Apr 2002 19:16:02 +0000 |
parents | 7b98c268f335 |
children | 5194a24a806f |
files | lib-src/ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ChangeLog Wed Apr 10 19:15:51 2002 +0000 +++ b/lib-src/ChangeLog Wed Apr 10 19:16:02 2002 +0000 @@ -1,3 +1,9 @@ +2002-04-10 Colin Walters <walters@verbum.org> + + * Makefile.in (gamedir, gameuser): New variables. + (toplevel, UTILITIES): Add update-game-score. + (${archlibdir}): Handle HAVE_SHARED_GAME_DIR. + 2002-04-07 Colin Walters <walters@verbum.org> * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
--- a/lisp/ChangeLog Wed Apr 10 19:15:51 2002 +0000 +++ b/lisp/ChangeLog Wed Apr 10 19:16:02 2002 +0000 @@ -1,3 +1,11 @@ +2002-04-10 Colin Walters <walters@verbum.org> + + * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused + function. + (ibuffer-current-buffers-with-marks): Don't call `buffer-list' + ourselves; take it as an argument. Caller updated. + (ibuffer-mode): Make mode-class special. + 2002-04-10 Richard M. Stallman <rms@gnu.org> * dired.el (dired-view-command-alist): New variable. @@ -123,10 +131,14 @@ * files.el (display-time-string): Fix last change. +<<<<<<< ChangeLog +>>>>>>> 1.3683 +======= 2002-04-07 Sam Steingold <sds@gnu.org> * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'. +>>>>>>> 1.3687 2002-04-07 Jason Rumney <jasonr@gnu.org> * international/mule-cmds.el (set-default-coding-systems) @@ -140,6 +152,7 @@ * simple.el (play-sound): Move to subr.el. +>>>>>>> 1.3679 2002-04-06 Richard M. Stallman <rms@gnu.org> * files.el (display-time-string-forms): Mark as risky.
--- a/src/ChangeLog Wed Apr 10 19:15:51 2002 +0000 +++ b/src/ChangeLog Wed Apr 10 19:16:02 2002 +0000 @@ -1,3 +1,8 @@ +2002-04-10 Colin Walters <walters@verbum.org> + + * callproc.c: (Vgame_score_directory): New variable. + (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP. + 2002-04-10 Richard M. Stallman <rms@gnu.org> * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.