diff options
| author | Andreas Schwab | 2005-11-01 21:34:43 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2005-11-01 21:34:43 +0000 |
| commit | b4235a80c8a7c183320cc06bea271f6599fc9eea (patch) | |
| tree | 6e08ccc08d06b8ff017d84dd895e30548df34abf | |
| parent | 825dad898e2d43eb2802c070fd4ce08816f907df (diff) | |
| download | emacs-b4235a80c8a7c183320cc06bea271f6599fc9eea.tar.gz emacs-b4235a80c8a7c183320cc06bea271f6599fc9eea.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-11-01 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * Makefile.in (bootstrap): Fix dependencies for parallel build. | ||
| 4 | (bootfast): Likewise. | ||
| 5 | |||
| 1 | 2005-11-01 Romain Francoise <romain@orebokech.com> | 6 | 2005-11-01 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * configure.in: Check for gzip. | 8 | * configure.in: Check for gzip. |
diff --git a/src/ChangeLog b/src/ChangeLog index ad60555a0ff..7a9d95c769a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-11-01 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * unexelf.c (unexec): Handle .plt section in BSS segment. | ||
| 4 | |||
| 1 | 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM). | 7 | * lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM). |