Mercurial > emacs
comparison lib-src/ChangeLog @ 80958:eddaea3f8752
etags.c updates.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Fri, 18 May 2007 08:45:29 +0000 |
parents | 71257c3ab509 |
children | 448f26589c80 31beec9ee600 |
comparison
equal
deleted
inserted
replaced
80957:3de8e8f14f0d | 80958:eddaea3f8752 |
---|---|
1 2007-05-18 Francesco Potort,Al(B <pot@gnu.org> | |
2 | |
3 * etags.c: Extern definitions of some more pointer functions for | |
4 standalone compilation, especially important for 64bit platforms. | |
5 (main, print_help): --members is now the default for etags. | |
6 (C_entries): Parse start of C comment as a space == end of token. | |
7 This is not necessary for C++ comment, already parsed as newline. | |
8 | |
1 2007-04-26 Glenn Morris <rgm@gnu.org> | 9 2007-04-26 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * makefile.w32-in (VERSION): Increase to 22.1.50. | 11 * makefile.w32-in (VERSION): Increase to 22.1.50. |
4 | 12 |
5 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> | 13 2007-02-26 Francesco Potort,Al(B <pot@gnu.org> |