From: Juanma Barranquero Date: Sun, 24 Jul 2005 02:44:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7885 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48ce962eafbf03fefc045a570da7313a39684641;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d2c6e515c3..47c2bceba8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2005-07-24 Juanma Barranquero + * emacs-lisp/re-builder.el (reb-with-current-window): Delete. + (reb-next-match, reb-show-subexp): Use `with-selected-window' + instead of `reb-with-current-window'. + (reb-prev-match): Likewise. Also, don't move left if the search + was unsuccessful. + (reb-initialize-buffer): New function. + (re-builder, reb-change-syntax): Use it. + * man.el (Man-goto-page): Make second argument NOERROR optional. 2005-07-23 Richard M. Stallman