diff options
| author | Dan Nicolaescu | 2010-03-19 18:03:39 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-19 18:03:39 -0700 |
| commit | 605f35cdaa7bdd248b528173f060d4ffae1a77a2 (patch) | |
| tree | 1db4eb3857621dd7e17cf16db22e2d0196971dde /src/ChangeLog | |
| parent | aed71cf417ed73a53e1931d94d109070b3ed1041 (diff) | |
| download | emacs-605f35cdaa7bdd248b528173f060d4ffae1a77a2.tar.gz emacs-605f35cdaa7bdd248b528173f060d4ffae1a77a2.zip | |
Remove non-working support for lynxos 3.0.
* s/lynxos.h: Remove file.
* unexec.c (unexec, adjust_lnnoptrs): Do not depend on
COFF_BSD_SYMBOLS, nothing defines it anymore.
* os.texi (System Environment): Do not mention lynxos.
* configure.in: Remove non-working lynxos port.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 799dab11529..80d45c6fe45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove non-working support for lynxos 3.0. | ||
| 4 | * s/lynxos.h: Remove file. | ||
| 5 | |||
| 6 | * unexec.c (unexec, adjust_lnnoptrs): Do not depend on | ||
| 7 | COFF_BSD_SYMBOLS, nothing defines it anymore. | ||
| 8 | |||
| 9 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 10 | |||
| 3 | Remove obsolete uses of HAVE_SHM. | 11 | Remove obsolete uses of HAVE_SHM. |
| 4 | * emacs.c (standard_args): | 12 | * emacs.c (standard_args): |
| 5 | (Fdump_emacs): | 13 | (Fdump_emacs): |