aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-01 07:31:59 +0000
committerGerd Moellmann2001-10-01 07:31:59 +0000
commit12c645037675823286ff13ad4c1b18478e73346d (patch)
treea23409defd7d37d17a8e6605840eba93beebd800 /lib-src
parent78f2fcaf91aee5237cfabf97e22011c8ce8cbc6e (diff)
downloademacs-12c645037675823286ff13ad4c1b18478e73346d.tar.gz
emacs-12c645037675823286ff13ad4c1b18478e73346d.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f1636d4571f..bb90d3c0c39 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,26 @@
12001-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
12001-09-15 Eli Zaretskii <eliz@is.elta.co.il> 242001-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