Mercurial > emacs
comparison lib-src/ChangeLog @ 39516:9160fa3bfe4b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 01 Oct 2001 07:31:59 +0000 |
parents | 532c538efc45 |
children | e89bde7c2dd0 |
comparison
equal
deleted
inserted
replaced
39515:da28750c22cd | 39516:9160fa3bfe4b |
---|---|
1 2001-10-01 Alexander Zhuckov <zuav@int.spb.ru> | |
2 | |
3 * ebrowse.c (struct alias): Add two new struct members: NAMESP and | |
4 ALIASEE to help work with namespace aliases. | |
5 (struct sym): Remove struct member NAMESP_ALIASES. | |
6 (namespace_alias_table): New variable. | |
7 (make_namespace): Add parameter CONTEXT. | |
8 (check_namespace): New function. | |
9 (find_namespace): Add parameter CONTEXT. | |
10 (check_namespace_alias): New function. | |
11 (register_namespace_alias): Change type of parameter | |
12 OLD_NAME. Search for already defined alias in | |
13 NAMESPACE_ALIAS_TABLE. | |
14 (check_namespace): New function. | |
15 (enter_namespace): Call find_namespace with CONTEXT parameter. | |
16 (match_qualified_namespace_alias): New function. | |
17 (parse_qualified_ident_or_type): Fixed typo in comment. While | |
18 parsing qualified ident or type update namespace context and | |
19 restore it on exit. | |
20 (parse_qualified_param_ident_or_type): Fixed typo in comment. | |
21 (globals): Changed handling of namespace aliases. | |
22 (version): Added year 2001. | |
23 | |
1 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il> | 24 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 25 |
3 * etags.c (analyse_regex): If regex_arg is NULL, return | 26 * etags.c (analyse_regex): If regex_arg is NULL, return |
4 immediately after a call to free_patterns. | 27 immediately after a call to free_patterns. |
5 | 28 |