diff options
| author | Kim F. Storm | 2006-05-05 23:54:11 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-05 23:54:11 +0000 |
| commit | a1dfdf246e28e99d056b4cbf2322742e1e201a5e (patch) | |
| tree | 6d51cfef2e33212213106c0a27bc625b4d610338 | |
| parent | 662705b1c3727a20cfd067ad53fbfee21f9cf13f (diff) | |
| download | emacs-a1dfdf246e28e99d056b4cbf2322742e1e201a5e.tar.gz emacs-a1dfdf246e28e99d056b4cbf2322742e1e201a5e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f57eba17275..51a7823cdaf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2006-05-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * subr.el (add-to-history): New function. | ||
| 4 | |||
| 5 | * ediff.el (ediff-files, ediff-files3, ediff-merge-files) | ||
| 6 | (ediff-merge-files-with-ancestor): | ||
| 7 | * env.el (setenv): | ||
| 8 | * isearch.el (isearch-update-ring): | ||
| 9 | * server.el (server-visit-files): | ||
| 10 | * progmodes/grep.el (lgrep, rgrep): | ||
| 11 | * progmodes/vhdl-mode.el (vhdl-generate-makefile-1): | ||
| 12 | * progmodes/xscheme.el (xscheme-insert-expression): | ||
| 13 | Use add-to-history. | ||
| 14 | |||
| 15 | * kmacro.el (kmacro-push-ring): Use add-to-history. | ||
| 16 | (kmacro-ring-length): Remove unused defun. | ||
| 17 | (kmacro-start-macro): Use kmacro-push-ring. | ||
| 18 | |||
| 1 | 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org> | 19 | 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 20 | ||
| 3 | * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert' | 21 | * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert' |
diff --git a/src/ChangeLog b/src/ChangeLog index 5247029c4f8..e6ed510a81c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-05-06 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * .gdbinit (xframe): Print frame name. | ||
| 4 | (xlist): New command to print a list (max 10 elements). | ||
| 5 | (xpr): Print lisp object of any type. | ||
| 6 | (pitx): Print it->pixel_width. | ||
| 7 | |||
| 1 | 2006-05-05 Kenichi Handa <handa@m17n.org> | 8 | 2006-05-05 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * xdisp.c (handle_composition_prop): Fix for the case of empty | 10 | * xdisp.c (handle_composition_prop): Fix for the case of empty |