comparison lisp/ChangeLog @ 96283:fab5c585e3ae

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 25 Jun 2008 20:22:14 +0000
parents bfca3297fa0b
children 04434fe0bb86
comparison
equal deleted inserted replaced
96282:40b913a5812c 96283:fab5c585e3ae
1 2008-06-25 Juri Linkov <juri@jurta.org>
2
3 * bindings.el (goto-map): New variable. Rebind goto-related
4 commands to this `M-g' prefix keymap.
5 (search-map): New variable for `M-s' prefix keymap.
6 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
7 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9 `M-shw' to `hi-lock-write-interactive-patterns'.
10
11 * isearch.el (isearch-mode-map): Bind `M-s h r' to
12 `isearch-highlight-regexp'.
13 (isearch-highlight-regexp): New function.
14
1 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca> 15 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * info.el (Info-bookmark-make-record): 17 * info.el (Info-bookmark-make-record):
4 Use bookmark-make-record-default. 18 Use bookmark-make-record-default.
5 (Info-bookmark-jump): Use bookmark-default-handler. 19 (Info-bookmark-jump): Use bookmark-default-handler.