aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling fixesPaul Eggert2019-12-0949-118/+119
* Prefer static to extern in ebrowsePaul Eggert2019-12-091-42/+42
* * lib-src/etags.c (pot_etags_version): Remove; unused.Paul Eggert2019-12-091-2/+0
* * lib-src/etags.c (Forth_suffixes): Now static.Paul Eggert2019-12-091-1/+1
* Rename faces used in faces-tests.elDmitry Gutov2019-12-103-41/+39
* Make ':extend' inherited from default spec unless overriddenDmitry Gutov2019-12-1019-94/+175
* * lisp/emacs-lisp/map-ynp.el (read-answer): Use [remap self-insert-command]Juri Linkov2019-12-101-1/+1
* Improve module bignum docPaul Eggert2019-12-091-56/+55
* project-find-regexp: Default to symbol at pointDmitry Gutov2019-12-091-3/+2
* Add more tests for face :extend attributeEli Zaretskii2019-12-091-0/+148
* * lisp/emacs-lisp/map-ynp.el (read-answer): Allow more SHORT-ANSWER types.Juri Linkov2019-12-092-5/+22
* * doc/emacs/mini.texi (Minibuffer Edit): Add minibuffer-depth-indicate-mode.Juri Linkov2019-12-093-2/+6
* * lisp/simple.el (shell-command-on-region): Use set-buffer-major-mode.Juri Linkov2019-12-091-0/+1
* Move recenter/scroll keybindings from minibuffer-local-map to read-char mapJuri Linkov2019-12-093-11/+9
* * lisp/tab-line.el (tab-line-format): Use composite cache key (bug#38522)Juri Linkov2019-12-091-7/+10
* Continued fixes to gnus registry loadingEric Abrahamsen2019-12-081-40/+30
* ; * etc/NEWS: Fix a recently added entry.Eli Zaretskii2019-12-081-1/+7
* * lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385)Juri Linkov2019-12-083-16/+54
* Add hooks for after tab open, before close, and to prevent closingRobert Cochran2019-12-081-46/+88
* Ignore comments and strings when matching JSXJackson Ray Hamilton2019-12-072-18/+27
* ; * lisp/progmodes/js.el: Fix typoJackson Ray Hamilton2019-12-071-1/+1
* ; * lisp/progmodes/js.el: Remove unnecessary concatJackson Ray Hamilton2019-12-071-1/+1
* CC Mode: Allow most functions on post-self-insert-hook to be calledAlan Mackenzie2019-12-071-10/+46
* Add unload code to tramp-integration.elMichael Albinus2019-12-071-18/+58
* Corrections in semantic.texiEli Zaretskii2019-12-071-61/+50
* Fix documentation of '-position' server commandEli Zaretskii2019-12-071-2/+2
* Ensure buffer is alive in python-pdbtrack-unset-tracked-bufferAndrii Kolomoiets2019-12-071-3/+3
* Fix fallout from fixing bug#37782Eli Zaretskii2019-12-071-3/+3
* Minor fix in the ELisp manualEli Zaretskii2019-12-071-2/+0
* Remove duplicate macros from ses.elEli Zaretskii2019-12-071-11/+0
* Test format-time-string paddingPaul Eggert2019-12-061-0/+43
* Update from GnulibPaul Eggert2019-12-066-87/+82
* Configure info-look.el to recognize Tramp symbolsMichael Albinus2019-12-061-0/+35
* Clarify documentation of functions that use the default faceEli Zaretskii2019-12-062-6/+14
* Fix set-marker when the position is larger than the largest bufferEli Zaretskii2019-12-061-1/+12
* Merge branch 'completion-first-difference_face'Thierry Volpiatto2019-12-061-9/+12
|\
| * Fix setting completions* faces inThierry Volpiatto2019-12-061-9/+12
* | * test/src/buffer-tests.el: Add loads of overlay testsAndreas Politz2019-12-051-0/+1219
* | 2019-12-05 regexp lint fixesPaul Eggert2019-12-053-3/+3
* | Another fix for :extend when :inherit is usedEli Zaretskii2019-12-051-5/+25
* | Minor copyedits of 'jit-lock-antiblink-grace's docsEli Zaretskii2019-12-052-19/+23
* | Fix recent modifications in emacs-module-testsEli Zaretskii2019-12-052-3/+7
* | Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-054-8/+39
* | Pacify GCC 9.2.1 with recent module changesPaul Eggert2019-12-041-2/+1
* | Fix regex repetition of repetitionsPaul Eggert2019-12-046-6/+6
* | Fix small bugs introduced in commit 096be9c454Philipp Stephani2019-12-052-3/+3
* | * lisp/tab-line.el: Cache the tab-line-format template.Juri Linkov2019-12-051-2/+9
* | * lisp/windmove.el (windmove-display-new-tab): New command.Juri Linkov2019-12-052-8/+21
* | * lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code closer to its use.Juri Linkov2019-12-051-38/+38
* | * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.Juri Linkov2019-12-052-62/+86