aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | Use images for new/close buttons in tab-bar and tab-line.Juri Linkov2019-09-156-141/+220
| * | Fix assertion violations due to non-ASCII text in tabsJuri Linkov2019-09-151-3/+5
| * | Small fixes for tty and w32.Juri Linkov2019-09-084-8/+10
| * | * lisp/tab-bar.el (tab-bar-make-keymap-1): Don't use fixed "Current tab".Juri Linkov2019-09-072-8/+21
| * | Don't use hook pre-redisplay-functions. Set buffer-local tab-line-format.Juri Linkov2019-09-055-23/+30
| * | Text-based nox builds compiled without X window supportJuri Linkov2019-09-044-113/+133
| * | Small fix for text-mode displayJuri Linkov2019-09-041-4/+2
| * | * lisp/tab-line.el (tab-line-tab-name): Try to use truncate-string-to-width.Juri Linkov2019-09-031-2/+2
| * | Try to fix compilation errors on macOSJuri Linkov2019-09-033-16/+16
| * | Text-mode display of the tab-bar and emulation of clicking on a tty.Juri Linkov2019-09-034-6/+182
| * | * lisp/tab-line.el: Limit the number of window tabs to tab-line-tabs-limit.Juri Linkov2019-09-031-10/+29
| * | * lisp/tab-line.el: Display truncated tab name in the tooltip.Juri Linkov2019-09-021-2/+3
| * | Try to add more tab-bar support on macosJuri Linkov2019-09-024-13/+601