aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fa819043329..2b5ccb265b0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12001-01-30 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
4 #define it for the sake of Xemacs.
5 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
6 HAVE_CONFIG_H. This change only affects a standalone etags.
7 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
8 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
9 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
10 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
11 WINDOWSNT, as this is the correct way to use it.
12
12001-01-28 Francesco Potorti` <pot@gnu.org> 132001-01-28 Francesco Potorti` <pot@gnu.org>
2 14
3 * etags.c: Be capable to parse nested struct-like structures. 15 * etags.c: Be capable to parse nested struct-like structures.