comparison lisp/ChangeLog @ 52221:3b667778594f

Adjust 2003-08-14 log order and format
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 17 Aug 2003 18:19:24 +0000
parents 166dfdb87a91
children 2573b58491df
comparison
equal deleted inserted replaced
52220:166dfdb87a91 52221:3b667778594f
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
10 defcustom, because the default was recently changed. 4 defcustom, because the default was recently changed.
11 5
20 * custom.el (custom-load-symbol): Load cus-load and cus-start first. 14 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
21 15
22 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings. 16 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23 17
24 * simple.el (eval-expression): Use eval-last-sexp-print-value. 18 * simple.el (eval-expression): Use eval-last-sexp-print-value.
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 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)
29 (backward-to-indentation): Argument changed to optional. 29 (backward-to-indentation): Argument changed to optional.