aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove XEmacs compat code from re-builder.elStefan Kangas2019-10-041-10/+1
* Remove some XEmacs compat code from ediff*.elLars Ingebrigtsen2019-10-045-290/+173
* * lisp/subr.el (generate-new-buffer): Move (from files.el) before first useStefan Monnier2019-10-042-10/+8
* (project--vc-list-files): Optimize the Hg implementationDmitry Gutov2019-10-041-10/+6
* Remove some more XEmacs compat code from viper*.elLars Ingebrigtsen2019-10-044-90/+43
* Remove more XEmacs compat code from viper-*.elLars Ingebrigtsen2019-10-042-50/+22
* Remove XEmacs-only code from snake.elLars Ingebrigtsen2019-10-041-11/+0
* Remove XEmacs code from tetris.elLars Ingebrigtsen2019-10-041-11/+0
* Remove XEmacs compat code from idlw-shell.elLars Ingebrigtsen2019-10-041-25/+4
* Revert "Improve docstrings auto-generated by `define-minor-mode'"Juanma Barranquero2019-10-041-11/+5
* ; Fix reported warningsDmitry Gutov2019-10-041-1/+5
* Use file-name-as-directoryDmitry Gutov2019-10-041-2/+2
* Remove more XEmacs compat code in cperl-mode.elStefan Kangas2019-10-041-34/+3
* Improve docstrings auto-generated by `define-minor-mode'Juanma Barranquero2019-10-041-5/+11
* More doc fixes in package.el (Bug#37544)Stefan Kangas2019-10-043-24/+56
* Speed up project-files for Git projectsDmitry Gutov2019-10-041-1/+62
* Further improve button.el support for help-echoBasil L. Contovounesios2019-10-033-15/+86
* Use lexical-binding in button.elBasil L. Contovounesios2019-10-031-33/+29
* Preserve point better in hs-hide-comment-regionJohn Yates2019-10-031-3/+5
* Make lisp-do-defun do the right thing with trailing commentsLars Ingebrigtsen2019-10-031-2/+5
* Fix bytecomp.el warning a different way than the previous patchLars Ingebrigtsen2019-10-031-2/+1
* Fix comment in previous doc-view patchLars Ingebrigtsen2019-10-031-1/+1
* In doc-view, keep point on the equivalent page in the text versionLars Ingebrigtsen2019-10-031-1/+6
* * lisp/pcomplete.el: Mark 'pcomplete' command as obsoleteStefan Monnier2019-10-033-63/+56
* Mention the vc diff switches in diff-switchesLars Ingebrigtsen2019-10-031-1/+6
* C++ Mode: Correct the fontification of const auto fooAlan Mackenzie2019-10-031-6/+6
* Touch up previous shr-dom-to-xml encoding changeLars Ingebrigtsen2019-10-031-2/+7
* Fix up previous SVG-multibyte fixLars Ingebrigtsen2019-10-031-8/+8
* C++ Mode: Fontify correctly declarators with identifier preceded by &Alan Mackenzie2019-10-032-2/+8
* Fix typo in last commitMichael Albinus2019-10-031-1/+1
* Further adaptions for shadowfile-tests.elMichael Albinus2019-10-031-10/+15
* Don't use obsolete name in em-cmpl.elStefan Kangas2019-10-031-1/+1
* * lisp/tab-bar.el (tab-bar-show): New defcustom.Juri Linkov2019-10-024-15/+72
* * src/w32inevt.c: Take into account FRAME_TAB_BAR_LINES.Juri Linkov2019-10-021-2/+4
* Fix MS-Windows error when a directory on PATH doesn't existEli Zaretskii2019-10-021-0/+4
* Don't mention server-socket-dir in FAQStefan Kangas2019-10-021-13/+2
* Fix a typo in url-http.elEli Zaretskii2019-10-021-2/+2
* Don't add trailing whitespace when passing argument to GDBSergio Durigan Junior2019-10-021-1/+1
* Update a substitute-command-keys testGlenn Morris2019-10-011-0/+1
* Gnus registry shutdown should also run the unload-hookEric Abrahamsen2019-10-011-2/+3
* Merge branch 'feature/tabs'Juri Linkov2019-10-0153-187/+3871
|\
| * Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov2019-10-0120-248/+134
| * Update documentation for tabs.Juri Linkov2019-09-2811-15/+94
| * * lisp/tab-line.el: Add new defcustom tab-line-close-tab-action.Juri Linkov2019-09-281-8/+32
| * Improve customization.Juri Linkov2019-09-252-72/+178
| * Small fixes. Bind [tab-line mouse-1] to mouse-select-window.Juri Linkov2019-09-253-2/+8
| * Revert an attempt to implement a non‐native tab bar on NS.Juri Linkov2019-09-255-559/+14
| * Improve customizability and better tab separators.Juri Linkov2019-09-224-51/+67
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-225-24/+27
| * Try to fix macOS and Windows issues.Juri Linkov2019-09-164-44/+15