diff options
| author | Miles Bader | 2005-05-05 00:04:55 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-05-05 00:04:55 +0000 |
| commit | cca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch) | |
| tree | 711e73e53dbe1ab3a59b53fb56a10836e777b43e /nt | |
| parent | d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff) | |
| parent | d68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff) | |
| download | emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.tar.gz emacs-cca4e3b099ec4c3f4a36fd0cb865c618a5589069.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-44
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 272-288)
- src/xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 67)
- Update from CVS
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/config.nt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index f91c59a85c5..fd4ee0ab190 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change) | ||
| 2 | |||
| 3 | * config.nt (HAVE_PWD_H): Undef. | ||
| 4 | |||
| 1 | 2004-06-07 Juanma Barranquero <lektu@terra.es> | 5 | 2004-06-07 Juanma Barranquero <lektu@terra.es> |
| 2 | 6 | ||
| 3 | * INSTALL: Clarify paragraph about compatibility between image | 7 | * INSTALL: Clarify paragraph about compatibility between image |
diff --git a/nt/config.nt b/nt/config.nt index 56ec72a56a6..a41d6ecac4b 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -139,6 +139,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 139 | #undef HAVE_TERMIOS_H | 139 | #undef HAVE_TERMIOS_H |
| 140 | #undef HAVE_LIMITS_H | 140 | #undef HAVE_LIMITS_H |
| 141 | #undef HAVE_STRING_H | 141 | #undef HAVE_STRING_H |
| 142 | #undef HAVE_PWD_H | ||
| 142 | #undef STDC_HEADERS | 143 | #undef STDC_HEADERS |
| 143 | #undef TIME_WITH_SYS_TIME | 144 | #undef TIME_WITH_SYS_TIME |
| 144 | 145 | ||