diff options
| author | Dan Nicolaescu | 2008-01-16 16:29:00 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-01-16 16:29:00 +0000 |
| commit | 6bed5c4a80687fa9767819a948453cfe3551bbc2 (patch) | |
| tree | 9abf8112709a1a95a2a8a047cb52e990e8f9a5d9 /src/ChangeLog | |
| parent | 1d86a98fa03896f2b6fe95874a3f5ec1231cb0f2 (diff) | |
| download | emacs-6bed5c4a80687fa9767819a948453cfe3551bbc2.tar.gz emacs-6bed5c4a80687fa9767819a948453cfe3551bbc2.zip | |
* configure.in: Remove more references to unsupported systems.
* s/irix3-3.h:
* s/irix4-0.h:
* s/386-ix.h:
* s/domain.h:
* s/hpux9-x11r4.h:
* s/hpux9shxr4.h: Remove files for systems no longer supported.
* sysdep.c: Remove code containing references to symbols defined
by unsupported systems.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e04746694f1..f5c648f03af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * s/irix3-3.h: | ||
| 4 | * s/irix4-0.h: | ||
| 5 | * s/386-ix.h: | ||
| 6 | * s/domain.h: | ||
| 7 | * s/hpux9-x11r4.h: | ||
| 8 | * s/hpux9shxr4.h: Remove files for systems no longer supported. | ||
| 9 | |||
| 10 | * sysdep.c: Remove code containing references to symbols defined | ||
| 11 | by unsupported systems. | ||
| 12 | |||
| 1 | 2008-01-16 Glenn Morris <rgm@gnu.org> | 13 | 2008-01-16 Glenn Morris <rgm@gnu.org> |
| 2 | 14 | ||
| 3 | * coding.c (select-safe-coding-system-function): Doc fix. | 15 | * coding.c (select-safe-coding-system-function): Doc fix. |