diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3afef2816b1..f481e457bad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | 2003-08-14 Jari Aalto <jari.aalto@poboxes.com> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 4 | Added Java ANt error detection as described in document | ||
| 5 | http://ant.apache.org/faq.html | ||
| 6 | |||
| 7 | 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu> | 1 | 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 8 | 2 | ||
| 9 | * info.el (Info-scroll-prefer-subnodes): Add :version keyword to | 3 | * info.el (Info-scroll-prefer-subnodes): Add :version keyword to |
| @@ -23,6 +17,12 @@ | |||
| 23 | 17 | ||
| 24 | * simple.el (eval-expression): Use eval-last-sexp-print-value. | 18 | * simple.el (eval-expression): Use eval-last-sexp-print-value. |
| 25 | 19 | ||
| 20 | 2003-08-14 Jari Aalto <jari.aalto@poboxes.com> | ||
| 21 | |||
| 22 | * progmodes/compile.el (compilation-error-regexp-alist): | ||
| 23 | Added Java ANt error detection as described in document | ||
| 24 | http://ant.apache.org/faq.html | ||
| 25 | |||
| 26 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | 26 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) |
| 27 | 27 | ||
| 28 | * simple.el (backward-word, forward-to-indentation) | 28 | * simple.el (backward-word, forward-to-indentation) |