ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. 2002-05-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
  2. * Makefile.am (EXTRA_DIST): New var.
  3. (dist-hook): Simplified to not use "cd"; now it
  4. works for relative pathnames in $(distdir).
  5. 2002-05-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
  6. * Makefile.am: Include ../am/maintainer-dirs (in MAINTAINER_MODE).
  7. (guile-api.alist, guile-api.alist-FORCE):
  8. New rules (in MAINTAINER_MODE).
  9. 2002-05-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
  10. * groupings.alist: New file, sync from HEAD (1.2).
  11. 2002-05-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
  12. * data-rep.texi: Comment out (w/ "@c essay " prefix) portions
  13. required for stand-alone processing.
  14. * preface.texi: Back port from HEAD, with these differences:
  15. Remove "Manual Layout" and "Manual Conventions" nodes.
  16. * guile.texi: New file.
  17. * Makefile.am: Update copyright.
  18. (version.texi): Remove rule to make this.
  19. (info_TEXINFOS): Remove data-rep.texi. Add guile.texi.
  20. (data_rep_TEXINFOS): Delete var.
  21. (guile_TEXINFOS): New var.
  22. 2002-05-04 Thien-Thi Nguyen <ttn@giblet.glug.org>
  23. * README: Replace "no manual yet" w/ "see manual on-line (for now)".
  24. 2002-03-01 Thien-Thi Nguyen <ttn@giblet.glug.org>
  25. * guile-api.alist: Update.
  26. 2002-02-23 Thien-Thi Nguyen <ttn@giblet.glug.org>
  27. * guile-api.alist: Update.
  28. 2002-02-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
  29. * guile-api.alist: New file.
  30. 2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
  31. * data-rep.texi: Center discussion around the standard interface
  32. for smob type creation (scm_make_smob_type) and warn about the
  33. ongoing discussion which may result in deprecating
  34. scm_make_smob_type_mfpe in next release of Guile.
  35. 2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
  36. * data-rep.texi: Updated the macro names for operating on
  37. characters.
  38. 2000-03-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
  39. * api.txt: Added a first attempt for a description of the newly
  40. designed low level API.
  41. 2000-01-31 Marius Vollmer <mvo@zagadka.ping.de>
  42. * Makefile.am (version.texi): Override automake's rule for
  43. version.texi so that it gets created even in non-maintainer-mode.
  44. Thu Jan 20 13:00:18 2000 Greg J. Badros <gjb@cs.washington.edu>
  45. * version.texi, stamp-vti: Removed -- these are auto-generated.
  46. 2000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
  47. * Makefile.am (dist-hook): Updated to include oldfmt.c in
  48. distribution archive.
  49. * README: Updated with note about oldfmt.c.
  50. * oldfmt.c: New file: Used by application writers to adapt to
  51. new-style error format strings.
  52. 1999-12-06 Gary Houston <ghouston@freewire.co.uk>
  53. * data-rep.texi: change dircategory to match change in guile-doc
  54. and scm.
  55. 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
  56. * Makefile.in: Deleted from CVS repository. Run the autogen.sh
  57. script to create generated files like this one.
  58. 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
  59. * Makefile.in: Regenerated.
  60. Fri Jun 25 22:21:43 1999 Greg Badros <gjb@cs.washington.edu>
  61. * data-rep.texi: Updated SMOB docs to talk about
  62. scm_make_smob_type_mfpe, SCM_RETURN_NEWSMOB, SCM_NEWSMOB function
  63. and macros.
  64. 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
  65. * Makefile.in: Regenerated.
  66. 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
  67. * COPYING: New file.
  68. * Makefile.in: Regenerated.
  69. * Makefile.am (EXAMPLE_SMOB_FILES): List example-smob/COPYING.
  70. * Makefile.in: Regenerated.
  71. 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
  72. * Makefile.in: Regenerated, after change to qthreads.m4.
  73. 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
  74. * stamp-vti: Regenerated.
  75. * hacks.el: Some handy helper functions for working on the manual.
  76. * data-rep.texi: Extended to accomodate a full running example,
  77. provided with the manual.
  78. * example-smob: A new subdirectory, containing example files for
  79. the manual chapter on smobs.
  80. * Makefile.am (EXAMPLE_SMOB_FILES, dist-hook): New variable and
  81. target, to get the example-smob directory into the distribution.
  82. * Makefile.in: Regenerated.
  83. 1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
  84. * .cvsignore: New file, containing data-rep.info. I'm not sure
  85. whether we want to check this file into CVS, because it's
  86. generated; if you find compelling reasons it should be, let me
  87. know.
  88. 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
  89. * New directory for documentation.
  90. * README: New file.
  91. * data-rep.texi: It's not a real manual, but it's better than
  92. nothing.
  93. * Makefile.am, Makefile.in, data-rep.info, data-rep.texi,
  94. mdate-sh, stamp-vti, texinfo.tex, version.texi: The usual support
  95. files.