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: Wed, 25 Jun 2008 20:23:21 +0000

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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14069
retrieving revision 1.14070
diff -u -b -r1.14069 -r1.14070
--- ChangeLog   25 Jun 2008 16:51:31 -0000      1.14069
+++ ChangeLog   25 Jun 2008 20:22:14 -0000      1.14070
@@ -1,3 +1,17 @@
+2008-06-25  Juri Linkov  <address@hidden>
+
+       * bindings.el (goto-map): New variable.  Rebind goto-related
+       commands to this `M-g' prefix keymap.
+       (search-map): New variable for `M-s' prefix keymap.
+       Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
+       `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
+       `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
+       `M-shw' to `hi-lock-write-interactive-patterns'.
+
+       * isearch.el (isearch-mode-map): Bind `M-s h r' to
+       `isearch-highlight-regexp'.
+       (isearch-highlight-regexp): New function.
+
 2008-06-25  Stefan Monnier  <address@hidden>
 
        * info.el (Info-bookmark-make-record):




reply via email to

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