summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
AgeCommit message (Expand)Author
2020-01-15* lisp/isearch.el: Fix corner cases of isearch-lazy-count.Juri Linkov
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-16* lisp/isearch.el (isearch-xterm-paste): Use code like in 'xterm-paste'.Juri Linkov
2019-12-16Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov
2019-11-27message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov
2019-11-15Fix minor formatting issue in isearch-forward documentationLele Gaifax
2019-11-06Add prefix arg to more isearch commands (bug#14563)Juri Linkov
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-09-19* lisp/isearch.el (isearch-lazy-highlight-update): Remember timer objectJuri Linkov
2019-09-12Add `isearch-yank-until-char'Karl Fogel
2019-08-05* lisp/isearch.el (isearch-define-mode-toggle): Ensure isearch-mode is active.Juri Linkov
2019-08-04Fix one more 2019-08-04 regex lintPaul Eggert
2019-07-15Clarify doc of isearch-wrap-functionLars Ingebrigtsen
2019-07-13Fix last commitEli Zaretskii
2019-07-13Add ability to highlight-lines-matching-regexp directly from IsearchDima Kogan
2019-07-05* lisp/minibuffer.el (minibuffer-message-properties): New variable.Juri Linkov
2019-06-25Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-03Improve documentation of 'isearch-regexp-function'Eli Zaretskii
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2019-01-30Merge from origin/emacs-26Glenn Morris
2019-01-21Improve documentation of 'isearch-filter-predicate'Eli Zaretskii
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-25* lisp/isearch.el (isearch-done): Reset isearch-lazy-highlight-last-stringJuri Linkov
2018-12-11* lisp/isearch.el (isearch-pre-command-hook): Support `isearch-move'Juri Linkov
2018-12-04* lisp/isearch.el (isearch-yank-on-move): New defcustomJuri Linkov
2018-12-04* lisp/isearch.el (isearch-allow-scroll): New option `unlimited'.Juri Linkov
2018-11-25Add new Isearch commands to new Isearch menu (bug#29321, bug#32990)Juri Linkov
2018-11-24Add tool-bar and menu-bar menu for Isearch (Bug#32990)Charles A. Roelli
2018-11-23Add Isearch commands for going to absolute occurrence of matches (bug#29321)Juri Linkov
2018-11-21Add prefix arg to isearch-forward-symbol-at-point (bug#29321)Juri Linkov
2018-11-21Add prefix arg to isearch-repeat-forward/backward (bug#14563, bug#29321)Juri Linkov
2018-11-17Don't exit Isearch while resizing windows with mouse (bug#32990)Juri Linkov
2018-11-15Isearch hit count. (Bug#29321)Juri Linkov
2018-11-05Support lazy-highlight-buffer in Info (bug#29321, bug#29360).Juri Linkov
2018-10-27* lisp/isearch.el (lazy-highlight-buffer): New defcustom. (Bug#29360)Juri Linkov
2018-10-27Merge from origin/emacs-26Glenn Morris
2018-10-25Improve 'isearch-delete-char' documentation (Bug#32990)Charles A. Roelli
2018-10-15* lisp/isearch.el (isearch-cmds): Recall absent isearch--state slot.Charles A. Roelli
2018-06-07Let isearch-yank-kill enable isearch-mode if needed (Bug#21419)Noam Postavsky
2018-05-02Fix off-by-one history pruning (bug#31211)Basil L. Contovounesios
2018-04-23Improve Isearch error handlingJuri Linkov
2018-04-20More alias-related tediumGlenn Morris
2018-04-20The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris
2018-04-19Use text properties to save search parameters. (Bug#22479)Juri Linkov
2018-04-19* lisp/isearch.el (isearch-mode-map): Restore advertised bindings.Juri Linkov
2018-04-04* lisp/isearch.el (isearch-pre-command-hook): Default to shift-translatedJuri Linkov
2018-03-20* lisp/isearch.el (isearch-pre-command-hook): Replace cl-lib function.Glenn Morris