diff options
| author | Juri Linkov | 2004-06-10 04:23:52 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-06-10 04:23:52 +0000 |
| commit | 4545a37c0f3f716e5f51dfccbc826c83efd76042 (patch) | |
| tree | a83bf88c5517541de3b159b571a36447514cb90b /lisp | |
| parent | dc13434291c53341351f3f47dd3b771ea6e47d6e (diff) | |
| download | emacs-4545a37c0f3f716e5f51dfccbc826c83efd76042.tar.gz emacs-4545a37c0f3f716e5f51dfccbc826c83efd76042.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 802a20ceea0..6ecc8b61b93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2004-06-10 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * emacs-lisp/edebug.el (edebug-eval-defun): | ||
| 4 | * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'. | ||
| 5 | Fix docstring. | ||
| 6 | |||
| 7 | * simple.el (eval-expression-print-format): Don't print additional | ||
| 8 | information on the first call to `eval-print-last-sexp'. | ||
| 9 | (next-error-find-buffer): Fix punctuation. | ||
| 10 | (killing) <defgroup>: Fix punctuation. | ||
| 11 | (yank-excluded-properties): Change group from editing to killing. | ||
| 12 | |||
| 13 | * replace.el (perform-replace): Use `limit' to terminate the | ||
| 14 | while-loop explicitly. | ||
| 15 | |||
| 1 | 2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 16 | 2004-06-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 17 | ||
| 3 | * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use | 18 | * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use |