aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index c30e71b8400..84e2ac39786 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
12011-02-22 Paul Eggert <eggert@cs.ucla.edu> 12011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 etags: Downcase drive letters, for consistency with Emacs proper.
4 * etags.c (upcase): Remove; no longer used.
5 (canonicalize_filename): Downcase drive letters.
6
3 Assume S_ISLNK etc. work, since gnulib supports this. 7 Assume S_ISLNK etc. work, since gnulib supports this.
4 * etags.c (S_ISREG): Remove. 8 * etags.c (S_ISREG): Remove.
5 9