summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Make icomplete-forward-completions O(1) when icomplete-scroll is tJoão Távora2021-08-19
* Remove more mentions of the removed `M-o' facemenu bindingLars Ingebrigtsen2021-08-19
* Correctly call completion-in-region in shell.elMadhu2021-08-19
* ; Fix escaping in recent ibuf-ext.el doc change.Basil L. Contovounesios2021-08-19
* Fix space at the start of appt mode line elementLars Ingebrigtsen2021-08-19
* Add ibuffer-saved-filter-groups example to the doc stringLars Ingebrigtsen2021-08-19
* Fix dired switch (that contain quotes and spaces) parsingLars Ingebrigtsen2021-08-19
* Fix st.el doc stringLars Ingebrigtsen2021-08-19
* Add support for history of image tags and completion in the minibufferPeter Münster2021-08-19
* Avoid problems when one tag/file is a substring of anotherPeter Münster2021-08-19
* New placement of newline characters in image-dired-db-filePeter Münster2021-08-19
* Fix deletion of associated imagePeter Münster2021-08-19
* Fix inaccuracies in documentation of 'message-truncate-lines'Eli Zaretskii2021-08-19
* Minor doc fixes in icomplete.elEli Zaretskii2021-08-19
* ; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.Eli Zaretskii2021-08-19
* Fix errors with hscrolling mini-windows under truncate-linesEli Zaretskii2021-08-19
* stterm doesn't understand all codes that xterm doesLars Ingebrigtsen2021-08-19
* ; Correct :version tag of icomplete-selected-match faceJoão Távora2021-08-19
* Section by 'group-function' in Icomplete and Fido's vertical modesJoão Távora2021-08-19
* Improve fix of bug#49888 on no-pattern flex sortingJoão Távora2021-08-19
* Fix vc-root-diff broken with Git as wellDmitry Gutov2021-08-19
* Improve documentation of 'assoc'Eli Zaretskii2021-08-18
* ; Fix paren typoGlenn Morris2021-08-18
* * lisp/progmodes/xref.el (xref--collect-matches): Widen temporarily.Juri Linkov2021-08-18
* * lisp/mouse.el: More fixes for context-menu.Juri Linkov2021-08-18
* Improve documentation of last change.Eli Zaretskii2021-08-18
* Disable auto compositions on the Linux console onlyLars Ingebrigtsen2021-08-18
* Add undo-in-region test case for bug#21523Lars Ingebrigtsen2021-08-18
* Yet another place inside redisplay_window to prevent quittingEli Zaretskii2021-08-18
* Fix abort when turning on Hebrew or Arabic input methodsEli Zaretskii2021-08-18
* Add menu bindings to new functions in image-dired.elPeter Münster2021-08-18
* ; * etc/NEWS (Icomplete): Fix typo and remove redundant wordJoão Távora2021-08-18
* Fix ediff3 layouts with window-combination-resize non-nil (Bug#49277)pillule2021-08-18
* Fix behavior when switch-to-prev-buffer-skip is a function (Bug#49275)pillule2021-08-18
* ; Fix quoting of braces in electric-tests.el.Basil L. Contovounesios2021-08-18
* * Fix `native-compile-target-directory' effectiveness for async compilation.Andrea Corallo2021-08-17
* * lisp/mouse.el (context-menu-filter-function): Fix type.Glenn Morris2021-08-17
* Another fix for quitting while displaying non-selected windowsEli Zaretskii2021-08-17
* * test/lisp/electric-tests.el: Skip most c-mode tests on hydra.Glenn Morris2021-08-17
* ; * etc/NEWS: Fix wording of a recently added entry.Eli Zaretskii2021-08-17
* ; Fix a comment in a recent commit.Eli Zaretskii2021-08-17
* Fix TTY display performance degradation due to many markersEli Zaretskii2021-08-17
* Improve `forward-sexp' in *Help* buffersMichalis V2021-08-17
* Bind <up> and <down> in icomplete-vertical-modeJoão Távora2021-08-17
* Jump to first,last completion with M-<, M-> in icomplete-vertical-modeJoão Távora2021-08-17
* Merge branch 'feature/context-menu'Juri Linkov2021-08-17
|\
| * Use map-keymap in context-menu-global, context-menu-local, context-menu-minorJuri Linkov2021-08-15
| * Improve handling of context menus for global, local, minor-mode menusJuri Linkov2021-08-03
| * * lisp/help-mode.el (help-mode-context-menu): New function.Juri Linkov2021-08-01
| * Improve :type of defcustom 'context-menu-functions' and add documentation.Juri Linkov2021-07-28