diff options
| author | Colin Walters | 2002-08-01 01:31:04 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-08-01 01:31:04 +0000 |
| commit | 5fba5c216bfc0c83b64859e0145ad03a8a11d06a (patch) | |
| tree | 84f73292ce2fe98e476f5c81a3cd060badc86435 | |
| parent | e9e96ba0b737af2469855632436352fbc59b5301 (diff) | |
| download | emacs-5fba5c216bfc0c83b64859e0145ad03a8a11d06a.tar.gz emacs-5fba5c216bfc0c83b64859e0145ad03a8a11d06a.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index b4742528420..264c5bc7bc0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-07-31 Colin Walters <walters@gnu.org> | ||
| 2 | |||
| 3 | * update-game-score.c (P_): New macro. Use it for all prototypes. | ||
| 4 | (lose): Don't use varargs. | ||
| 5 | (lose_syserr): New function. | ||
| 6 | |||
| 7 | * update-game-score.c: Change all functions to K&R style. | ||
| 8 | |||
| 1 | 2002-07-30 Andreas Schwab <schwab@suse.de> | 9 | 2002-07-30 Andreas Schwab <schwab@suse.de> |
| 2 | 10 | ||
| 3 | * Makefile.in (localstatedir): New variable. | 11 | * Makefile.in (localstatedir): New variable. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdffffbae26..651d40ebeba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-07-31 Colin Walters <walters@debian.org> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add | ||
| 4 | defvaralias for compatibility. | ||
| 5 | (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add | ||
| 6 | defvaralias for compatibility. | ||
| 7 | |||
| 1 | 2002-07-31 John Paul Wallington <jpw@shootybangbang.com> | 8 | 2002-07-31 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 9 | ||
| 3 | * ibuffer.el (ibuffer-fontification-alist): Use | 10 | * ibuffer.el (ibuffer-fontification-alist): Use |