summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--man/ChangeLog7
2 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f86847413fd..504a277ca40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2004-06-17 Juanma Barranquero <lektu@terra.es>
+ * 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 --git a/man/ChangeLog b/man/ChangeLog
index 3f5533d1596..d4964b455f6 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-16 Juanma Barranquero <lektu@terra.es>
+
+ * 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 <teirllm@auburn.edu>
* Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra):