# HG changeset patch # User Juanma Barranquero # Date 1087430586 0 # Node ID b36f4311957c532875e5f28e7542904d941c1735 # Parent 94e9e6f1f0b337f28f0578cfb914150e7be6794b *** empty log message *** diff -r 94e9e6f1f0b3 -r b36f4311957c lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 17 00:02:13 2004 +0000 +++ b/lisp/ChangeLog Thu Jun 17 00:03:06 2004 +0000 @@ -1,5 +1,10 @@ 2004-06-17 Juanma Barranquero + * files.el (parse-colon-path, cd): Mention in docstring that the + path separator is colon in GNU-like systems. + + * newcomment.el (comment-region-internal): Fix docstring. + * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate) (ewoc-invalidate, ewoc-collect): Doc fixes. (ewoc--create-node, ewoc--delete-node-internal): diff -r 94e9e6f1f0b3 -r b36f4311957c man/ChangeLog --- a/man/ChangeLog Thu Jun 17 00:02:13 2004 +0000 +++ b/man/ChangeLog Thu Jun 17 00:03:06 2004 +0000 @@ -1,3 +1,10 @@ +2004-06-16 Juanma Barranquero + + * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): + Add emacs-xtra. + ($(infodir)/emacs-xtra, emacs-xtra.dvi): New dependencies. + (clean): Add emacs-xtra and flymake. Remove redundancies. + 2004-06-15 Luc Teirlinck * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):