ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. 2014-08-31 Per Bothner <per@bothner.com>
  2. * Makefile.am: Merge Makefile.am fragments from
  3. gnu/{mapping,expr,lists,text}/ChangeLog.
  4. 2014-02-20 Per Bothner <per@bothner.com>
  5. * Makefile.am: Merged echo2 support from kawa/echo2/Makefile.am.
  6. 2010-11-14 Per Bothner <per@bothner.com>
  7. * q2/testsuite: New directory.
  8. * q2/Makefile.am (SUBDIRS): Add testsuite.
  9. 2006-12-20 Per Bothner <per@bothner.com>
  10. * brl/Makefile.am (KAWA1): Remove unneeded macro.
  11. 2004-12-27 Per Bothner <per@bothner.com>
  12. * Makefile.am: Removed - SUBDIRS "folded into" toplevel Makefile.am.
  13. * kawa/Makefile.am: Likewise.
  14. * brl/Makefile.am: No longer need to force ../../kawa to be made first.
  15. 2004-08-07 Per Bothner <per@bothner.com>
  16. * brl/random.java (apply1): Use new WrongType constructors.
  17. 2003-07-21 Per Bothner <per@bothner.com>
  18. * kawa/Makefile.am (SUBDIRS): Add models and swingviews.
  19. 2002-11-16 Per Bothner <per@bothner.com>
  20. * Makefile.am (SUBDIRS): Build mapping before xml, since
  21. gnu.xml now uses gnu.mapping.Symbol.
  22. 2002-06-11 Per Bothner <per@bothner.com>
  23. * kawa/Makefile.am (SUBDIRS): Add xslt and sax, if enabled.
  24. * Makefile.am (EXTRA_DIST): Don't list PACKAGES.
  25. 2002-05-14 Per Bothner <per@bothner.com>
  26. * PACKAGES: Remove obsolete file - now use GNU Java site instead.
  27. 2002-03-02 Per Bothner <per@bothner.com>
  28. * kawa/Makefile.am: Make $(SERVLET_SUBDIRS) before slib, since
  29. we moved HTTP.scm from gnu.kawa.servlet to slib.
  30. 2002-02-13 Per Bothner <per@bothner.com>
  31. * blr/progfun.scm: Move to gnu.kawa.brl.
  32. * brl/Makefile.am (java_SCM): Update accordingly.
  33. 2002-01-29 Per Bothner <per@bothner.com>
  34. * brl: New directory - modules imported from BRL.
  35. * Makefile.am: Update accordingly.
  36. 2002-01-23 Per Bothner <per@bothner.com>
  37. * kawa/brl: New directory.
  38. * kawa/Makefile.am (XML_SUBDIR): Add 'brl'.
  39. 2001-11-18 Per Bothner <per@bothner.com>
  40. * kawa/ant: New directory.
  41. * kawa/Makefile.am (SUBDIRS): Add ant.
  42. 2001-10-17 Per Bothner <per@bothner.com>
  43. * kawa/Makefile.am: Make kawa/xml, assuming --with-xml.
  44. * Makefile.am (SUBDIRS): Make xml subdir earlier.
  45. 2001-07-18 Per Bothner <per@bothner.com>
  46. * gnu/xquery: New directory.
  47. * gnu/xquery/lang: Likewise.
  48. * gnu/xquery/util: Likewise.
  49. * gnu/xquery/testsuite: Likewise.
  50. * Makefile.am: Buld xquery, but only if --enable-xml.
  51. 2001-06-17 Per Bothner <per@bothner.com>
  52. * Makefile.am (SUBDIRS): Use automake conditionals for swing.
  53. Always do commonlisp.
  54. 2001-06-09 Per Bothner <per@bothner.com>
  55. * Makefile.am (SUBDIRS): Use automake conditionals for xml.
  56. 2001-04-09 Per Bothner <per@bothner.com>
  57. * kawa/xml: Sub-directory moved/renamed to ...
  58. * xml: ... new sub-direvtyory/package.
  59. * Makefile.am (SUBDIRS): Add xml, though only if --enable-xml.
  60. * kawa/Makefile.am (SUBDIRS): Removed xml entry.
  61. 2001-03-08 Per Bothner <per@bothner.com>
  62. * Makefile.am (SUBDIRS): Only select commonlisp if Swing is used.
  63. (This is needed because of broken dependency on jemacs.)
  64. 2000-10-12 Per Bothner <per@bothner.com>
  65. * kawa/functions: New package.
  66. * kawa/Makefile.am (SUBDIRS): Add functions.
  67. 2000-06-25 Per Bothner <per@bothner.com>
  68. * commonlisp: New package.
  69. * Makefile.am (SUBDIRS): Add commonlisp.
  70. 2000-05-28 Per Bothner <per@bothner.com>
  71. * kawa/lispexpr: New package gnu.kawa.lispexpr.
  72. * kawa/Makefile.am (SUBDIRS): Added new directory lispexpr.
  73. * Makefile.am (SUBDIRS): Do text before mapping, now that text
  74. no longer depends on mapping (but mapping still depends on text).
  75. 1999-09-14 Per Bothner <per@bothner.com>
  76. * kawa, kawa.reflect: New packages.
  77. 1999-08-08 Per Bothner <per@bothner.com>
  78. * jemacs: New package gnu.jemacs.
  79. Move gnu.elisp to gnu.jemacs.text.
  80. Move gnu.emacs to gnu.jemacs.buffer.
  81. * Makefile.am, Makefile.in (SUBDIRS): Update accordingly.
  82. 1999-06-20 Per Bothner <per@bothner.com>
  83. * Makefile.am (SUBDIRS): Add emacs.
  84. Sun Mar 21 11:03:23 1999 Per Bothner <bothner@Magnus.Cygnus.COM>
  85. * elisp: New package gnu.elisp.
  86. * Makefile.am, makefile.in (SUBDIRS): Add elisp.
  87. Thu Jul 23 08:45:29 1998 Per Bothner <bothner@cygnus.com>
  88. * Makefile.am (SUBDIRS): Added mapping and expr.
  89. (install-html, install-subdir-html): New rules.
  90. Mon Jun 29 18:59:08 1998 Per Bothner <bothner@cygnus.com>
  91. * Makefile.am, Makefile.in (SUBDIRS): Added text sub-package.
  92. Sat Apr 4 17:43:34 1998 Per Bothner <bothner@cygnus.com>
  93. * ecmascript: New sub-directory.
  94. * Makefile.am (SUBDIRS): Added ecmascript.
  95. Mon Mar 31 16:44:57 1997 Per Bothner <bothner@deneb.cygnus.com>
  96. * PACKAGES: New list of "gnu." Java packages.
  97. * Makefile.{am, in}: Contains bytecode and math sub-directories.