aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2009-11-20 15:47:26 +0000
committerStefan Monnier2009-11-20 15:47:26 +0000
commit1e7d4475115b5090a01f8aca09ec613ce039b2eb (patch)
tree14698baeddf87b3b3f145cb189d6e520d04dc236 /etc
parentacfad775d23e1ad2e2f762da2d6f4118af1efb66 (diff)
downloademacs-1e7d4475115b5090a01f8aca09ec613ce039b2eb.tar.gz
emacs-1e7d4475115b5090a01f8aca09ec613ce039b2eb.zip
* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
(bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag): New vars. (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only) (bookmark-bmenu-filter-alist-by-regexp) (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs. (bookmark-bmenu-search): New command. (bookmark-bmenu-mode-map): Bind it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31e8620f6ab..87c11dd17a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -153,6 +153,11 @@ when the value of the new variable `completions-format' is `vertical'.
153 153
154* Changes in Specialized Modes and Packages in Emacs 23.2 154* Changes in Specialized Modes and Packages in Emacs 23.2
155 155
156** The bookmark menu has a narrowing search via bookmark-bmenu-search.
157
158** LaTeX mode now provides completion via latex-complete and
159latex-indent-or-complete.
160
156** lucid.el and levents.el are now declared obsolete. 161** lucid.el and levents.el are now declared obsolete.
157 162
158** pcomplete provides a new command `pcomplete-std-completion' which 163** pcomplete provides a new command `pcomplete-std-completion' which