Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 531:0493e9f3c27f
[xemacs-hg @ 2001-05-12 11:16:12 by ben]
event-msw.c: eliminate cygwin warnings.
dired.c, syswindows.h, win32.c: find the Net* functions the hard way to avoid errors on win 9x.
find-paths.el: fix error with null EXCLUDE-REGEXP.
font-lock.el: fix problem reported by hrvoje with buffers starting with a space.
lib-complete.el: add a variable to control where `find-library' looks, analogous to `find-function-source-path'.
etags.c: new version from Francesco.
Makefile.in.in: i'm getting real tired of incomplete commits. is this getting worse or something?
author | ben |
---|---|
date | Sat, 12 May 2001 11:16:25 +0000 |
parents | cd662ad69f40 |
children | 7e84f0c36c66 |
comparison
equal
deleted
inserted
replaced
530:c948643d954f | 531:0493e9f3c27f |
---|---|
1 2001-05-12 Ben Wing <ben@xemacs.org> | |
2 | |
3 * etags.c: | |
4 * etags.c (print_help): | |
5 * etags.c (sym_type): | |
6 * etags.c (TOTAL_KEYWORDS): | |
7 * etags.c (hash): | |
8 * etags.c (in_word_set): | |
9 * etags.c (consider_token): | |
10 * etags.c (C_entries): | |
11 * etags.c (add_regex): | |
12 new version from Francesco. | |
13 | |
1 2001-05-09 Ben Wing <ben@xemacs.org> | 14 2001-05-09 Ben Wing <ben@xemacs.org> |
2 | 15 |
3 * etags.c (add_regex): | 16 * etags.c (add_regex): |
4 temporary fix to avoid crashes with new regex code. | 17 temporary fix to avoid crashes with new regex code. |
5 | 18 |