comparison etc/NEWS @ 106166:858a083ed2f0

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 20 Nov 2009 15:47:26 +0000
parents f5e8e91b23bf
children eaae8a5d935f
comparison
equal deleted inserted replaced
106165:0a1b5bffcd05 106166:858a083ed2f0
150 ** Completions in the *Completions* buffer are sorted vertically 150 ** Completions in the *Completions* buffer are sorted vertically
151 when the value of the new variable `completions-format' is `vertical'. 151 when the value of the new variable `completions-format' is `vertical'.
152 152
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
156 ** The bookmark menu has a narrowing search via bookmark-bmenu-search.
157
158 ** LaTeX mode now provides completion via latex-complete and
159 latex-indent-or-complete.
155 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
159 is similar to `pcomplete' but using the standard completion UI code. 164 is similar to `pcomplete' but using the standard completion UI code.