summaryrefslogtreecommitdiff
path: root/lisp/isearch.el
Commit message (Expand)AuthorAge
* ; 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
* * lisp/isearch.el (isearch-emoji-by-name): Disable derived emoji (bug#60740).Juri Linkov2023-01-30
* ; 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
* | Add search function to search within filenames in Dired and WDired (bug#14013)Juri Linkov2022-03-28
* | Always run 'isearch-lazy-count-update-hook' with point at matchAugusto Stoffel2022-03-27
* | Fix regression in isearch-yank-char-in-minibufferAugusto Stoffel2022-03-23
* | Add lazy highlight to 'isearch-edit-string'Augusto Stoffel2022-03-20
* | Allow lazy highlight and match count while reading from minibufferAugusto Stoffel2022-03-20
* | New hook, lazy-count-update-hookAugusto Stoffel2022-03-20
* | Add a :distant-foreground to the lazy-highlight faceLars Ingebrigtsen2022-02-05
* | * lisp/isearch.el: Put 'isearch-scroll' property on two new symbols.Juri Linkov2022-01-29
* | Improve documentation of 'isearch-emoji-by-name'Eli Zaretskii2022-01-13
* | Add isearch-emoji-by-nameDaniel Martín2022-01-12
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | * lisp/isearch.el: Don't display "Pending" for lax and toggle commands.Juri Linkov2021-12-19
* | * lisp/isearch.el (isearch-delete-char): Reopen hidden overlays (bug#52248).Juri Linkov2021-12-04
* | Merge from origin/emacs-28Stefan Kangas2021-12-02
|\|