Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2067:0750eca4d23a
[xemacs-hg @ 2004-05-10 06:26:31 by stephent]
better support for exuberant ctags <874qqo4x52.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 10 May 2004 06:26:31 +0000 |
parents | 91d4c8c65a0f |
children | 7dc50bbd7a39 |
comparison
equal
deleted
inserted
replaced
2066:a17a1610470d | 2067:0750eca4d23a |
---|---|
1 2004-05-08 Sven Grundmann <sven@xemacs.org> | |
2 | |
3 * etags.el: | |
4 * etags.el (tags-exuberant-ctags-optimization-p): Enable optimization | |
5 only for use with exuberant ctags. This will also enable building of | |
6 completion tables with exuberant ctags. This will not work with | |
7 xemacs ctags. New. | |
8 * etags.el (get-tag-table-buffer): New function for creating of | |
9 completion table is used if tags-exuberant-ctags-optimization-p ist t | |
10 * etags.el (add-to-tag-completion-table-exuberant-ctags): Defun for | |
11 building tag completion table with exuberant ctags. New. | |
12 * etags.el (find-tag-internal): Improve exact tag matching for tags | |
13 with name fields. Before the patch return types of functions or | |
14 function parameters (with exuberant ctags) were found as matches. | |
15 | |
1 2004-04-20 Malcolm Purvis <malcolmpurvis@optushome.com.au> | 16 2004-04-20 Malcolm Purvis <malcolmpurvis@optushome.com.au> |
2 | 17 |
3 * gtk-marshal.el: Return type for INT is gint, not guint. | 18 * gtk-marshal.el: Return type for INT is gint, not guint. |
4 | 19 |
5 2004-02-23 Stephen J. Turnbull <stephen@xemacs.org> | 20 2004-02-23 Stephen J. Turnbull <stephen@xemacs.org> |