aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove more XEmacs compat code from CEDETStefan Kangas2019-10-284-31/+10
* Remove obsolete doc references to XEmacs (Bug#37899)Stefan Kangas2019-10-288-42/+11
* Add cert bundle path for OpenIndianaMichal Nowak2019-10-281-0/+1
* Make ERC respect erc-channel-hide-listLars Ingebrigtsen2019-10-281-4/+4
* Fix `G c' in Gnus group buffers for non-ASCII textLars Ingebrigtsen2019-10-281-9/+0
* Be more permissive when interpreting IMAP mail headersLars Ingebrigtsen2019-10-281-2/+2
* Make <up> work in read-char-with-historyLars Ingebrigtsen2019-10-281-6/+10
* Reorder command-line switches in TrampKoichi Arakawa2019-10-281-2/+2
* * lisp/tab-bar.el: Add tab-bar-history-mode with arrow buttons for navigation.Juri Linkov2019-10-281-2/+110
* * lisp/emacs-lisp/seq.el: Don't require cl-lib.Stefan Monnier2019-10-272-22/+23
* * lisp/loadup.el: Load minibuffer after cl-genericStefan Monnier2019-10-273-10/+8
* time-stamp-time-zone: update customizationStephen Gildea2019-10-271-2/+18
* Fix point position after revert-buffer in tabulated-list modeEli Zaretskii2019-10-271-1/+6
* Optimize lisp/icomplete.el when default completion availableJoão Távora2019-10-271-4/+2
* Expand rx definitions inside (not ...)Mattias Engdegård2019-10-271-0/+3
* Some Tramp trace improvementsMichael Albinus2019-10-271-2/+2
* Improve scoring algorithm for flex-style completionsJoão Távora2019-10-271-22/+38
* minibuffer.el: Remove leftover code, unused after recent changeJuanma Barranquero2019-10-271-1/+0
* dired-dwim-target uses most recently visited window instead of next window.Juri Linkov2019-10-272-19/+19
* Customizable tab-line-tabs-function and new buffer-local tab-line-mode.Juri Linkov2019-10-273-18/+77
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-272-4/+30
* * lisp/tab-bar.el (tab-bar-move-tab-to): Add force-mode-line-update.Juri Linkov2019-10-271-18/+20
* Add customization option for what do when the last tab is closedRobert Cochran2019-10-271-30/+54
* Restore default value of face completions-common-partJoão Távora2019-10-261-5/+6
* Improve support for biblatex and cleveref macrosArash Esbati2019-10-262-5/+12
* Avoid infloop's by doing a case-sensitive matchArash Esbati2019-10-261-1/+2
* Merge from origin/emacs-26Glenn Morris2019-10-261-2/+3
|\
| * Fix rcirc not to interpret nil as nickname (bug#37344)Leo Liu2019-10-071-2/+3
| * Fix trig simplification crash (bug#33052)Mattias Engdegård2019-09-231-6/+12
| * Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård2019-09-231-0/+6
| * Backport: Fix an assignment to free variable warningTino Calancha2019-09-171-1/+1
* | Rework face hints for partial-string completion stylesJoão Távora2019-10-261-13/+7
* | Allow completion styles to adjust completion metadataJoão Távora2019-10-261-24/+52
* | Revert "Allow completion styles to adjust completion metadata"João Távora2019-10-261-37/+9
* | subr.el (run-window-configuration-change-hook): Mark obsoleteStefan Monnier2019-10-261-0/+1
* | Allow completion styles to adjust completion metadataJoão Távora2019-10-261-9/+37
* | Improve the documentation of 'vc-tor'Eli Zaretskii2019-10-261-1/+4
* | New defcustom 'vc-tor'Richard Stallman2019-10-261-1/+7
* | Adapt doc-view to latest image-mode changesTassilo Horn2019-10-251-5/+5
* | CC Mode: Fix positioning of point whilst inserting comments without non-wsAlan Mackenzie2019-10-251-9/+18
* | windmove.el: Suppress warnings for obsolete functionsJuanma Barranquero2019-10-251-43/+50
* | windmove.el: Mark unused code as obsoleteJuanma Barranquero2019-10-251-157/+27
* | * lisp/windmove.el (windmove-frame-edges): Simplify.Juanma Barranquero2019-10-251-9/+1
* | Fix gnus-thread-hide-subtree defcustomLars Ingebrigtsen2019-10-251-1/+1
* | * lisp/cedet/mode-local.el: Clean up name spaceStefan Monnier2019-10-2413-81/+95
* | rx.el: Refactor user-definition expansionMattias Engdegård2019-10-241-41/+56
* | * lisp/cedet/mode-local.el: Use lexical-binding and `declare`Stefan Monnier2019-10-231-73/+69
* | * lisp/dired.el (dired-mark-pop-up): Set tab-line-format to nil (bug#37699).Juri Linkov2019-10-241-1/+2
* | * lisp/tab-bar.el: Allow to specify interactively where to add a new tab.Juri Linkov2019-10-231-8/+24
* | * lisp/tab-bar.el: Rename tab-bar-swap-tabs to tab-bar-move-tab-to.Juri Linkov2019-10-231-7/+10