Initial Commit
[packages] / xemacs-packages / jde / lisp / ChangeLog
1 2007-12-01  Mike Sperber  <mike@xemacs.org>
2
3         * jde-tree-widget.el (jde-tree-widget): Add another provide for
4         jde-tree-widget, so regular require forms outside of this package
5         work.
6
7 2007-11-18  Mike Sperber  <mike@xemacs.org>
8
9         * jde-widgets.el (jde-util): Add missing `require'.
10
11         * efc.el: Fix various typos.
12
13         * jde-util.el (jde-find-jde-data-directory): Fix paren typo.
14
15         * Import JDE 2.3.5.1.
16
17 2006-03-14  Ville Skyttä  <scop@xemacs.org>
18
19         * jde-xemacs.el: Fix XEmacs version check, thanks to Steve
20         Youngs.
21
22 2006-03-06  Ville Skyttä  <scop@xemacs.org>
23
24         * jde-plugins.el (jde-pi-load-plugins): Exclude "CVS", it
25         interferes when building the package from CVS.
26
27 2005-06-01  Ville Skyttä  <scop@xemacs.org>
28
29         * jde-java-font-lock.el (jde-java-font-lock-setup-keywords):
30         Use `equal' instead of `char-equal' when fontifying import
31         directives; the char to be compared may be nil.  Patch from
32         upstream 2.3.5.
33
34 2003-09-30  Norbert Koch  <viteno@xemacs.org>
35
36         * jde.el (jde-new-buffer-menu): mask call to add-submenu with an
37         fboundp.
38
39 2003-03-24  Andy Piper  <andy@xemacs.org>
40
41         * jde-ant.el (jde-build-ant-command): refactor ant home
42         determination. Fix cygwin lossage.
43         (jde-ant-build-classpath): use jde-ant-get-ant-home.
44         (jde-ant-build): history -> build-history.
45
46 2003-03-12  Andy Piper  <andy@xemacs.org>
47
48         * jde-db.el (jde-db-delete-breakpoint): Delete breakpoints without
49         accessing deleted ones.
50
51 2003-01-25  Ville Skyttä  <scop@xemacs.org>
52
53         * jde-ant.el: Applied patch from upstream CVS, changing `history'
54         to `build-history'.
55         * jde-xemacs.patch: Removed, obsolete.
56
57 2003-01-07  Ville Skyttä  <scop@xemacs.org>
58
59         * jde.el (jde-key-bindings): Use `jde-javadoc-autodoc-at-line'
60         instead of the non-autoloaded
61         `jde-javadoc-generate-javadoc-template' alias.
62
63 2002-12-15  Paul Krause  <paulkrause88@alum.mit.edu>
64
65         * jde-checkstyle.el (jde-checkstyle-option-illegal-instantiations):
66         Fix typo.
67
68 2002-11-29  Ben Wing  <ben@xemacs.org>
69
70         * .cvsignore: Remove files now handled automatically by CVS.