diff --git a/ChangeLog b/ChangeLog index 88513bdbc..ad0cc8004 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-18 Mikael Djurfeldt + + * emacs: New subdirectory for elisp tools. + 2000-01-15 Marius Vollmer * README, HACKING: Moved "Hacking it yourself" section from README diff --git a/emacs/ChangeLog b/emacs/ChangeLog new file mode 100644 index 000000000..461e3a153 --- /dev/null +++ b/emacs/ChangeLog @@ -0,0 +1,3 @@ +2000-01-18 Mikael Djurfeldt + + * multistring.el: New file. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c176e25ad..fcf75e6a7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,18 @@ +2000-01-18 Mikael Djurfeldt + + * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, + evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c, + keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c, + objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c, + ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c, + stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c, + symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c, + weaks.c: Converted docstrings to ANSI C format. + + * filesys.c (scm_chmod), simpos.c (scm_system), version + (scm_version), vports (scm_make_soft_port): Escape " occuring + inside docstring. + Mon Jan 17 11:41:22 2000 Greg J. Badros * scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,