Mercurial > emacs
comparison lib-src/ChangeLog @ 79675:4ba3c6dde3ba
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 04 Jan 2008 03:01:00 +0000 |
parents | 826340875e93 |
children | 5714ff101fd9 |
comparison
equal
deleted
inserted
replaced
79674:4cf8770f7a75 | 79675:4ba3c6dde3ba |
---|---|
1 2008-01-04 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * ebrowse.c (version): Just use current year for short copyright; | |
4 update to 2008. | |
5 | |
6 * etags.c (print_version): | |
7 * rcs2log (Copyright): Update copyright to 2008. | |
8 | |
1 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> | 9 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> |
2 | 10 |
3 * etags.c (default_C_help) [CTAGS]: differentiate the help string, | 11 * etags.c (default_C_help) [CTAGS]: differentiate the help string, |
4 as the defaults in ctags are different from etags. | 12 as the defaults in ctags are different from etags. |
5 (default_C_help, Cplusplus_help, PHP_help, print_help): Remove | 13 (default_C_help, Cplusplus_help, PHP_help, print_help): Remove |
6 text saying --members is the default: not true in Emacs 22. | 14 text saying --members is the default: not true in Emacs 22. |
7 | 15 |
8 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | 16 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> |
9 | 17 |
10 * etags.c: (C_entries): In case '}' decrement bracelev before testing it. | 18 * etags.c: (C_entries): In case '}' decrement bracelev before |
19 testing it. | |
11 | 20 |
12 2007-11-15 Masatake YAMATO <jet@gyve.org> | 21 2007-11-15 Masatake YAMATO <jet@gyve.org> |
13 | 22 |
14 * etags.c (C_entries): In case '}', set fvdef to fvnone | 23 * etags.c (C_entries): In case '}', set fvdef to fvnone |
15 unconditioned to (!ignoreindent && lp == newlb.buffer + 1). | 24 unconditioned to (!ignoreindent && lp == newlb.buffer + 1). |