summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-02-04 23:49:41 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-02-04 23:49:41 +0000
commit47dad44f5442497fce6a8e3d005efc40eb18885d (patch)
treed563b4079b9ee84b14e7660440f2abe9613f82d9 /lib-src
parent953dea63cd2af83afdb8df24597c36916b5e841c (diff)
downloademacs-47dad44f5442497fce6a8e3d005efc40eb18885d.tar.gz
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog6
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 @@
2007-02-04 Per Cederqvist <ceder@ingate.com>
- * etags.c: (gperf, in_word_set): changed attribute for Java to
+ * etags.c (gperf, in_word_set): Change attribute for Java to
(C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
import, package, extends, implements and interface to be treated
@@ -8,7 +8,7 @@
2007-01-02 Francesco Potort,Al(B <pot@gnu.org>
- * etags.c: (longopts): New undocumented option --no-duplicates.
+ * etags.c (longopts): New undocumented option --no-duplicates.
(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.
@@ -28,7 +28,7 @@
* makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
(movemail, fakemail, sorted-doc, digest-doc, emacsclient)
- (test-distrib, $(DOC), all): depend on stamp_BLD instead of $(BLD).
+ (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))