aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2012-05-17 03:03:49 +0300
committerJuri Linkov2012-05-17 03:03:49 +0300
commita0a79cde7c978cf457c4a817b9a67bb4557f8a5c (patch)
treeb7097e44bfdde8e6596d5579c736a6eb4d3181c0 /lisp/ChangeLog
parent5ec546086a3f0ea5ad6ba2501dc4d84188e8b880 (diff)
downloademacs-a0a79cde7c978cf457c4a817b9a67bb4557f8a5c.tar.gz
emacs-a0a79cde7c978cf457c4a817b9a67bb4557f8a5c.zip
Move word search functions from search.c to isearch.el (bug#10145, bug#11381).
* lisp/isearch.el (word-search-regexp, word-search-backward) (word-search-forward, word-search-backward-lax) (word-search-forward-lax): Move functions from search.c. * src/search.c (Fword_search_regexp, Fword_search_backward) (Fword_search_forward, Fword_search_backward_lax) (Fword_search_forward_lax): Move functions to isearch.el.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60b238e79d1..b1d9323e481 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12012-05-17 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (word-search-regexp, word-search-backward)
4 (word-search-forward, word-search-backward-lax)
5 (word-search-forward-lax): Move functions from search.c
6 (bug#10145, bug#11381).
7
12012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es> 82012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2 9
3 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p) 10 * flyspell.el (flyspell-check-pre-word-p, flyspell-check-word-p)