comparison lisp/ChangeLog @ 70424:bb09ca6ec650

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 05 May 2006 23:54:11 +0000
parents b835c65a2dc0
children ebf8d58e2844
comparison
equal deleted inserted replaced
70423:b021bec005d5 70424:bb09ca6ec650
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'
4 directly instead of a lambda expression that calls it. 22 directly instead of a lambda expression that calls it.
5 23