summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
* Don't permit C-x 8 RET &c in isearch.el to contaminate search stringPo Lu2024-05-05
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-21
* Merge from origin/emacs-29Eli Zaretskii2024-01-06
|\
| * * lisp/isearch.el (isearch-search-and-update): Let-bind 'isearch-cmds'.Juri Linkov2024-01-05
* | Merge from savannah/emacs-29Po Lu2024-01-02
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Improve invisibility handling in isearch-lazy-highlight (bug#40808)Juri Linkov2023-11-20
* | * lisp/isearch.el (isearch-resume): Add isearch-push-state (bug#65379).Jens Schmidt2023-08-20
* | Don't signal when I-search occurs within a kbd macroPo Lu2023-08-09
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-05-19
|\|
| * Clarify misleading comment in isearch.elJens Schmidt2023-05-18
* | Update Android portPo Lu2023-02-16
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-08
|\|
| * ; Fix whitespace of last changeEli Zaretskii2023-02-05
| * ; * lisp/isearch.el (emoji--read-emoji): Avoid compilation warning.Eli Zaretskii2023-02-05
| * No longer use transient in isearch-emoji-by-nameJonas Bernoulli2023-02-05
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-02-02
|\|
| * * lisp/isearch.el (isearch-emoji-by-name): Disable derived emoji (bug#60740).Juri Linkov2023-01-30
* | Update Android portPo Lu2023-01-28
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Improve documentation of 'isearch-open-overlay-temporary'Eli Zaretskii2023-01-01
* * lisp/isearch.el: Small fixes.Juri Linkov2022-12-28
* Don't allow lazy highlight from recursive minibuffersAugusto Stoffel2022-12-13
* * lisp/isearch.el (isearch-search): Don't bind `inhibit-point-motion-hooks`Stefan Monnier2022-10-07
* Prefer defvar-keymap in several casesStefan Kangas2022-09-13
* Use use-region-beginning/end in replacement commands (bug#45607)Juri Linkov2022-09-04
* Use a list of text properties to search in symlink filenames in WdiredJuri Linkov2022-08-27
* * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete.Stefan Kangas2022-08-09
* Wrap around the search on typing a letter (bug#56535)Juri Linkov2022-08-01
* * lisp/isearch.el (isearch-search-fun-in-noncontiguous-region): New function.Juri Linkov2022-07-08
* Display the number of invisible matches for isearch-lazy-count (bug#40808)Juri Linkov2022-07-08
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-03
* * lisp/isearch.el (isearch-delete-char): Improve fix for bug#52248.Juri Linkov2022-06-28
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-25
* Revert "Fix some byte-compilation warnings about subr-x"Lars Ingebrigtsen2022-06-25
* Fix some byte-compilation warnings about subr-xLars Ingebrigtsen2022-06-24
* Update args of isearch-search-fun-in-text-property (bug#14013)Juri Linkov2022-06-15
* ; * lisp/isearch.el (isearch-search-fun-in-text-property): Doc fix.Eli Zaretskii2022-06-12
* * lisp/isearch.el (isearch-search-fun-in-text-property): Handle ^/$ specially.Juri Linkov2022-06-12
* New function isearch-search-fun-in-text-property (bug#14013).Juri Linkov2022-06-10
* Fix last change in minibuffer-lazy-highlight-setupAugusto Stoffel2022-05-18
* Make minibuffer lazy highlight setup buffer-local where appropriateAugusto Stoffel2022-05-15
* Add char-folding of double quotes in isearch-fold-quotes-mode (bug#24510)Juri Linkov2022-05-06
* Char-fold quotation characters in *info* and *Help*Lars Ingebrigtsen2022-05-06
* Merge from origin/emacs-28Eli Zaretskii2022-04-28
|\
| * ; Fix last change in isearch.elEli Zaretskii2022-04-21
| * Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-21
* | Make isearch respond to 'mouse-yank-at-point'Lars Ingebrigtsen2022-04-27
* | Make isearch-lax-whitespace a user optionLars Ingebrigtsen2022-04-18
* | Rewrite the minibuffer lazy highlight featureAugusto Stoffel2022-04-10