diff options
| author | Richard M. Stallman | 2003-08-17 00:27:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-08-17 00:27:53 +0000 |
| commit | 0e7d7aae702638afdd166aad01d527975ed78fcc (patch) | |
| tree | a945694ba2b63d2f71550e1fb72504ef7f118a53 /lisp/ChangeLog | |
| parent | 29e16385d0a531e25b18fbb13cc7111a2650eecc (diff) | |
| download | emacs-0e7d7aae702638afdd166aad01d527975ed78fcc.tar.gz emacs-0e7d7aae702638afdd166aad01d527975ed78fcc.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8837a292fd4..0c6b09e74eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2003-08-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (ange-ftp-error): Add save-excursion. | ||
| 4 | |||
| 5 | * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value): | ||
| 6 | New subroutine, broken out of eval-last-sexp-1. | ||
| 7 | (eval-last-sexp-1): Use eval-last-sexp-print-value. | ||
| 8 | |||
| 9 | * custom.el (custom-load-symbol): Load cus-load and cus-start first. | ||
| 10 | |||
| 11 | * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings. | ||
| 12 | |||
| 13 | * simple.el (eval-expression): Use eval-last-sexp-print-value. | ||
| 14 | |||
| 15 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | ||
| 16 | |||
| 17 | * simple.el (backward-word, forward-to-indentation) | ||
| 18 | (backward-to-indentation): Argument changed to optional. | ||
| 19 | (next-line, previous-line): Use `or' instead of `unless'. | ||
| 20 | |||
| 1 | 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 21 | 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 22 | ||
| 3 | * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var | 23 | * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var |