Mercurial > emacs
changeset 75038:9ce2dfd4d7ee
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 02 Jan 2007 11:28:50 +0000 |
parents | baea8fa9d2eb |
children | 3acb94c294b1 |
files | etc/ChangeLog lib-src/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Tue Jan 02 11:28:13 2007 +0000 +++ b/etc/ChangeLog Tue Jan 02 11:28:50 2007 +0000 @@ -1,3 +1,7 @@ +2006-06-30 Francesco Potort,Al(B <pot@gnu.org> + + * etags.1: Undocument the --no-warn option. + 2006-12-17 Richard Stallman <rms@gnu.org> * TUTORIAL: Say that C-d and DEL with arg do killing.
--- a/lib-src/ChangeLog Tue Jan 02 11:28:13 2007 +0000 +++ b/lib-src/ChangeLog Tue Jan 02 11:28:50 2007 +0000 @@ -4,6 +4,7 @@ (no_duplicates): Static variables for the above option. (print_help): Do not print help for --no-warn, now undocumented. (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. + (main): Pass the -u option to sort in ctags mode. 2006-12-28 Francesco Potort,Al(B <pot@gnu.org>