diff options
| author | Stefan Monnier | 2009-11-20 15:47:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-20 15:47:26 +0000 |
| commit | 1e7d4475115b5090a01f8aca09ec613ce039b2eb (patch) | |
| tree | 14698baeddf87b3b3f145cb189d6e520d04dc236 /etc | |
| parent | acfad775d23e1ad2e2f762da2d6f4118af1efb66 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 159 | latex-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 |