diff options
| author | Glenn Morris | 2012-06-12 13:43:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-12 13:43:09 -0400 |
| commit | 45fa9c0fbf53ff12f78991698ec996737072d66e (patch) | |
| tree | 36504687d23b4442c44c667a7420b8c079f21b87 /src/ChangeLog | |
| parent | 03043c1b27476919e6327e3c18d6e6c2b6c70631 (diff) | |
| download | emacs-45fa9c0fbf53ff12f78991698ec996737072d66e.tar.gz emacs-45fa9c0fbf53ff12f78991698ec996737072d66e.zip | |
Move NO_TERMIO, BROKEN_SIGIO from src/s to configure
* configure.in (NO_TERMIO, BROKEN_SIGIO): New AC_DEFINEs.
* src/s/bsd-common.h, src/s/darwin.h, src/s/gnu-kfreebsd.h, src/s/hpux10-20.h:
Remove NO_TERMIO.
* src/s/hpux10-20.h, src/s/openbsd.h, src/s/usg5-4-common.h:
Remove BROKEN_SIGIO.
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 3a011fc7432..2c5bf632bdb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * s/hpux10-20.h, s/openbsd.h, s/usg5-4-common.h: | ||
| 4 | Move BROKEN_SIGIO to configure. | ||
| 5 | |||
| 6 | * s/bsd-common.h, s/darwin.h, s/gnu-kfreebsd.h, s/hpux10-20.h: | ||
| 7 | Move NO_TERMIO to configure. | ||
| 8 | |||
| 1 | 2012-06-12 Chong Yidong <cyd@gnu.org> | 9 | 2012-06-12 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * image.c (imagemagick_load_image): Use MagickFlattenImage if | 11 | * image.c (imagemagick_load_image): Use MagickFlattenImage if |