aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-02-23 17:15:47 +0000
committerJuri Linkov2005-02-23 17:15:47 +0000
commit91c6626241581dd37ce938e6e45aabc16d252ed4 (patch)
treeb392350fd79bfc2e4e8aeb743c68d810728f10d2
parent98e77be59a28604574c196a4611d44d32aa8a895 (diff)
downloademacs-91c6626241581dd37ce938e6e45aabc16d252ed4.tar.gz
emacs-91c6626241581dd37ce938e6e45aabc16d252ed4.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog7
2 files changed, 11 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b4c65a77a9a..3e71209d05c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -699,8 +699,10 @@ multiple files, and C-x d passes it to `dired'.
699*** A numeric prefix argument of `info' selects an Info buffer 699*** A numeric prefix argument of `info' selects an Info buffer
700with the number appended to the *info* buffer name (e.g. "*info*<2>"). 700with the number appended to the *info* buffer name (e.g. "*info*<2>").
701 701
702*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes. 702*** isearch in Info uses Info-search and searches through multiple nodes.
703Failed isearch wraps to the top/final node. 703Failed isearch wraps to the top/final node. The user option
704`Info-isearch-search' controls whether to use Info-search or the
705default isearch search function.
704 706
705*** New search commands: `Info-search-case-sensitively' (bound to S), 707*** New search commands: `Info-search-case-sensitively' (bound to S),
706`Info-search-backward', and `Info-search-next' which repeats the last 708`Info-search-backward', and `Info-search-next' which repeats the last
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ada6badaee8..01fe2d533a9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12005-02-23 Juri Linkov <juri@jurta.org>
2
3 * info.el (Info-isearch-search): New defcustom.
4 (Info-isearch-search): Call the default isearch function
5 when Info-isearch-search is nil.
6 (Info-isearch-wrap): Use variable Info-isearch-search.
7
12005-02-22 Luc Teirlinck <teirllm@auburn.edu> 82005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2 9
3 * cus-edit.el: Comment change. 10 * cus-edit.el: Comment change.