diff options
| author | Dan Nicolaescu | 2008-07-17 13:57:13 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-17 13:57:13 +0000 |
| commit | 2749d28e1bd80262749657ee4a60e5b1f75b6cb8 (patch) | |
| tree | 91c13313ccdf107e1df4a206e184c1c488af3c2c /src/ChangeLog | |
| parent | 6fb5f7dad5ede99f033dbbfc8539764354a4177b (diff) | |
| download | emacs-2749d28e1bd80262749657ee4a60e5b1f75b6cb8.tar.gz emacs-2749d28e1bd80262749657ee4a60e5b1f75b6cb8.zip | |
* ecrt0.c: Remove code depending on m68000, not used anymore.
* fns.c (hash_remove): Make static.
* lisp.h (hash_remove): Don't prototype.
* m/ibmrs6000.h:
* m/ibms390x.h:
* m/macppc.h: Remove boilerplate comments.
* m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on
Solaris, which does not need them.
* m/vax.h: Remove comments about unsupported systems.
* s/darwin.h: Reorganize ifdefs.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c4152d1dd6..a82e5c62968 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,22 @@ | |||
| 1 | 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 1 | 2008-07-17 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | |||
| 3 | * ecrt0.c: Remove code depending on m68000, not used anymore. | ||
| 4 | |||
| 5 | * fns.c (hash_remove): Make static. | ||
| 6 | * lisp.h (hash_remove): Don't prototype. | ||
| 7 | |||
| 8 | * m/ibmrs6000.h: | ||
| 9 | * m/ibms390x.h: | ||
| 10 | * m/macppc.h: Remove boilerplate comments. | ||
| 11 | |||
| 12 | * m/sparc.h (A_TEXT_OFFSET, A_TEXT_SEEK): Remove, only used on | ||
| 13 | Solaris, which does not need them. | ||
| 14 | |||
| 15 | * m/vax.h: Remove comments about unsupported systems. | ||
| 16 | |||
| 17 | * s/darwin.h: Reorganize ifdefs. | ||
| 18 | |||
| 19 | 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | 20 | ||
| 3 | * config.in | 21 | * config.in |
| 4 | * dispextern.h | 22 | * dispextern.h |