emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 22 Apr 2008 20:32:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/04/22 20:32:25

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13523
retrieving revision 1.13524
diff -u -b -r1.13523 -r1.13524
--- ChangeLog   22 Apr 2008 20:31:34 -0000      1.13523
+++ ChangeLog   22 Apr 2008 20:32:23 -0000      1.13524
@@ -1,5 +1,26 @@
 2008-04-22  Juri Linkov  <address@hidden>
 
+       * isearch.el (eval-when-compile): Require `help-macro'.
+       (isearch-help-for-help-internal): Isearch specific Help screen
+       created by `make-help-screen'.
+       (isearch-help-map): New variable that binds "b", "k", "m" to
+       isearch-specific commands, and binds other keys to
+       isearch-other-control-char, thus allowing other Help keys to
+       exit isearch mode and execute their global definitions.
+       (isearch-help-for-help, isearch-describe-bindings)
+       (isearch-describe-key, isearch-describe-mode): New commands.
+       (isearch-mode-help): Define alias to isearch-describe-mode
+       and remove its old function definition.
+       (isearch-mode-map): Bind "\C-h" to isearch-help-map.
+       Remove old comments because this issue is settled now.
+       (isearch-forward): Describe three new Help commands in the docstring.
+       (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
+       leave the single sentence at the first line of the docstring,
+       and prepend the word "function" before `isearch-forward'
+       to make the Help link to the function instead of variable.
+
+2008-04-22  Juri Linkov  <address@hidden>
+
        * isearch.el (isearch-success-function): New variable with default
        to `isearch-success-function-default'.
        (isearch-search): Call a function from `isearch-success-function'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]