Mercurial > emacs
changeset 94871:41d345675cae
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sun, 11 May 2008 20:32:33 +0000 |
parents | 9ba92386b1f2 |
children | c5a53051fe83 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 11 20:31:45 2008 +0000 +++ b/lisp/ChangeLog Sun May 11 20:32:33 2008 +0000 @@ -1,3 +1,17 @@ +2008-05-11 Juri Linkov <juri@jurta.org> + + * wid-edit.el (widget-image-directory): Change default image data + subdirectory from "custom" to "images/custom". + + * info.el (Info-next-preorder): Let-bind `Info-history' to nil + before recursive call to `Info-next-preorder' to not add + intermediate nodes to the history. + + * isearch.el: Put isearch-scroll property on recenter-top-bottom. + + * emulation/cua-base.el: Put isearch-scroll property + on cua-scroll-up and cua-scroll-down. + 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com> * vc-hooks.el (vc-recompute-state): Removed (dead code).