aboutsummaryrefslogtreecommitdiffstats
path: root/nt
diff options
context:
space:
mode:
authorMiles Bader2005-05-05 00:04:55 +0000
committerMiles Bader2005-05-05 00:04:55 +0000
commitcca4e3b099ec4c3f4a36fd0cb865c618a5589069 (patch)
tree711e73e53dbe1ab3a59b53fb56a10836e777b43e /nt
parentd469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (diff)
parentd68a5392cafedbe0ee6c3eca0444fce4a58b6cdf (diff)
downloademacs-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/ChangeLog4
-rw-r--r--nt/config.nt1
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 @@
12005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
2
3 * config.nt (HAVE_PWD_H): Undef.
4
12004-06-07 Juanma Barranquero <lektu@terra.es> 52004-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