aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters <[email protected]>2002-04-10 19:16:02 +0000
committerColin Walters <[email protected]>2002-04-10 19:16:02 +0000
commite82defd14e4c6f2ed9a64c9372b9a7d49d26028d (patch)
tree7c5787300fe2676cef9e0eaaca7cc714d81e669d
parentb065672a3328f00ced98a056bd321560c520fe6e (diff)
*** empty log message ***
-rw-r--r--lib-src/ChangeLog6
-rw-r--r--lisp/ChangeLog13
-rw-r--r--src/ChangeLog5
3 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 7134f4cdf8..8444748c43 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-10 Colin Walters <[email protected]>
+
+ * Makefile.in (gamedir, gameuser): New variables.
+ (toplevel, UTILITIES): Add update-game-score.
+ (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
+
2002-04-07 Colin Walters <[email protected]>
* update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b11d2ba269..274625b461 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-10 Colin Walters <[email protected]>
+
+ * 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 <[email protected]>
* 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 <[email protected]>
* vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
+>>>>>>> 1.3687
2002-04-07 Jason Rumney <[email protected]>
* 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 <[email protected]>
* files.el (display-time-string-forms): Mark as risky.
diff --git a/src/ChangeLog b/src/ChangeLog
index 0b9f3d3eba..ef3df3e0ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-10 Colin Walters <[email protected]>
+
+ * callproc.c: (Vgame_score_directory): New variable.
+ (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
+
2002-04-10 Richard M. Stallman <[email protected]>
* puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.