aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-24 02:44:15 +0000
committerJuanma Barranquero <[email protected]>2005-07-24 02:44:15 +0000
commit48ce962eafbf03fefc045a570da7313a39684641 (patch)
treefe6561660b7e73f5175b9573b5624042148771df /lisp/ChangeLog
parent78690f09b148ce22c677684f8ffa77ffe4dab056 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d2c6e515c..47c2bceba8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
2005-07-24 Juanma Barranquero <[email protected]>
+ * 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 <[email protected]>