comparison lisp/ChangeLog @ 97130:afe461418852

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 30 Jul 2008 16:40:48 +0000
parents 7c600c8b5392
children 82ea04d04cbd
comparison
equal deleted inserted replaced
97129:f48704406cca 97130:afe461418852
1 2008-07-30 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-mode-map): Bind `M-s r' to
4 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
5 (search-map): Bind `M-s w' to `isearch-forward-word' globally
6 in the global map `search-map'.
7 (isearch-forward): Doc fix.
8 (isearch-forward-word, isearch-toggle-case-fold): New commands.
9
10 * simple.el (quoted-insert): Comment out code that treats
11 0240-0377 specially.
12
1 2008-07-30 Chong Yidong <cyd@stupidchicken.com> 13 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
2 14
3 * cus-start.el: Add customization info for 15 * cus-start.el: Add customization info for
4 read-buffer-completion-ignore-case. 16 read-buffer-completion-ignore-case.
5 17