Mercurial > emacs
comparison lib-src/ChangeLog @ 75677:459c3d0ca3f8
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 04 Feb 2007 23:49:41 +0000 |
parents | 60003c359f77 |
children | 7a4a95a4764f |
comparison
equal
deleted
inserted
replaced
75676:60003c359f77 | 75677:459c3d0ca3f8 |
---|---|
1 2007-02-04 Per Cederqvist <ceder@ingate.com> | 1 2007-02-04 Per Cederqvist <ceder@ingate.com> |
2 | 2 |
3 * etags.c: (gperf, in_word_set): changed attribute for Java to | 3 * etags.c (gperf, in_word_set): Change attribute for Java to |
4 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was | 4 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was |
5 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused | 5 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused |
6 import, package, extends, implements and interface to be treated | 6 import, package, extends, implements and interface to be treated |
7 specially for all kinds of C-style files, not just Java files. | 7 specially for all kinds of C-style files, not just Java files. |
8 | 8 |
9 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> | 9 2007-01-02 Francesco Potort,Al(B <pot@gnu.org> |
10 | 10 |
11 * etags.c: (longopts): New undocumented option --no-duplicates. | 11 * etags.c (longopts): New undocumented option --no-duplicates. |
12 (no_duplicates): Static variables for the above option. | 12 (no_duplicates): Static variables for the above option. |
13 (print_help): Do not print help for --no-warn, now undocumented. | 13 (print_help): Do not print help for --no-warn, now undocumented. |
14 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. | 14 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates. |
15 (main): Pass the -u option to sort in ctags mode. | 15 (main): Pass the -u option to sort in ctags mode. |
16 | 16 |
26 | 26 |
27 2006-12-22 Eli Zaretskii <eliz@gnu.org> | 27 2006-12-22 Eli Zaretskii <eliz@gnu.org> |
28 | 28 |
29 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl) | 29 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl) |
30 (movemail, fakemail, sorted-doc, digest-doc, emacsclient) | 30 (movemail, fakemail, sorted-doc, digest-doc, emacsclient) |
31 (test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD). | 31 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD). |
32 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) | 32 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O)) |
33 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) | 33 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O)) |
34 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) | 34 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS)) |
35 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O)) | 35 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O)) |
36 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD. | 36 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD. |