diff options
| author | Glenn Morris | 2012-08-06 16:22:22 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-06 16:22:22 -0400 |
| commit | 1c6f11f42ac2afa209124ce06e64b7a0461d7bdd (patch) | |
| tree | 7932edfc1548795b2217cb737843c7781e3bf3a9 /ChangeLog | |
| parent | ea3768613f759f3802a9dd9826b238c46b46ce67 (diff) | |
| download | emacs-1c6f11f42ac2afa209124ce06e64b7a0461d7bdd.tar.gz emacs-1c6f11f42ac2afa209124ce06e64b7a0461d7bdd.zip | |
Remove GNU_LIBRARY_PENDING_OUTPUT_COUNT
* configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
(PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
(DISPNEW_NEEDS_STDIO_EXT): New define.
* src/dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
Let configure handle it.
(stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
* nt/config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
(PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
* admin/CPP-DEFINES (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove. | ||
| 4 | (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT. | ||
| 5 | (DISPNEW_NEEDS_STDIO_EXT): New define. | ||
| 6 | |||
| 1 | 2012-08-05 Michael Albinus <michael.albinus@gmx.de> | 7 | 2012-08-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * INSTALL: Explain, how to disable D-Bus at all. (Bug#12112) | 9 | * INSTALL: Explain, how to disable D-Bus at all. (Bug#12112) |