Mercurial > emacs
comparison lib-src/ChangeLog @ 65709:0f96b488c83a
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 27 Sep 2005 13:26:54 +0000 |
parents | 69a9e146ef35 |
children | 292616bda412 |
comparison
equal
deleted
inserted
replaced
65708:824d09eb82bf | 65709:0f96b488c83a |
---|---|
1 2005-09-27 Francesco Potort,Al(B <pot@gnu.org> | |
2 | |
3 * etags.c: Preliminary Forth support. | |
4 (prolog_pr): Cast strlen to int before comparison. | |
5 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that | |
6 the second argument is indeed a literal string. | |
7 | |
8 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | |
9 | |
10 * etags.c (longopts, print_help, main): The -a (--append) option | |
11 can be used in ctags also; for one, the Linux make file uses it. | |
12 | |
1 2005-09-20 Chong Yidong <cyd@stupidchicken.com> | 13 2005-09-20 Chong Yidong <cyd@stupidchicken.com> |
2 | 14 |
3 * ebrowse.c (add_sym): Compare namespace names instead of | 15 * ebrowse.c (add_sym): Compare namespace names instead of |
4 namespace objects. This prevents the parser from incorrectly | 16 namespace objects. This prevents the parser from incorrectly |
5 treating classes whose superclass is in another namespace. | 17 treating classes whose superclass is in another namespace. |