diff options
| author | Juanma Barranquero | 2007-02-04 23:49:41 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-04 23:49:41 +0000 |
| commit | 47dad44f5442497fce6a8e3d005efc40eb18885d (patch) | |
| tree | d563b4079b9ee84b14e7660440f2abe9613f82d9 /lib-src/ChangeLog | |
| parent | 953dea63cd2af83afdb8df24597c36916b5e841c (diff) | |
| download | emacs-47dad44f5442497fce6a8e3d005efc40eb18885d.tar.gz emacs-47dad44f5442497fce6a8e3d005efc40eb18885d.zip | |
*** empty log message ***
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 72f7d69030e..3d849de1da8 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 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 |
| @@ -8,7 +8,7 @@ | |||
| 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. |
| @@ -28,7 +28,7 @@ | |||
| 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)) |