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