summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when completing file namesscratch/a-modest-completion-redesign-proposalJoão Távora2019-11-101-3/+3
* Redesign completion style definition mechanismStefan Monnier2019-11-101-27/+43
* Revert "Nudge icomplete-mode a little closer to fido-mode"João Távora2019-11-091-13/+2
* Rename some commands to reflect they are fido-mode specificJoão Távora2019-11-091-8/+8
* Protect flex's display-sort-function against 0-length candidatesJoão Távora2019-11-091-2/+3
* Widen around c-font-lock-fontify-region. This fixes bug #38049.Alan Mackenzie2019-11-091-38/+40
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-096-9/+126
* Fix unresponsive Help menu in macOSNick Helm2019-11-091-8/+16
* Avoid compiler warnings in addpm.c and ddeclient.cEli Zaretskii2019-11-092-6/+6
* Fix last changeEli Zaretskii2019-11-092-4/+6
* Mention future history in history-related minibuffer commandsHong Xu2019-11-092-4/+10
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-0811-58/+58
* * lisp/ffap.el (ffap-read-file-or-url): Fix some URL casesStefan Monnier2019-11-081-14/+24
* * lisp/ffap.el (ffap-read-file-or-url): Simplify furtherStefan Monnier2019-11-081-28/+20
* * lisp/ffap.el (ffap-read-file-or-url): Use `read-file-name`Thierry Volpiatto2019-11-081-31/+7
* Fix MS-Windows version reference in FAQEli Zaretskii2019-11-081-4/+6
* Nudge icomplete-mode a little closer to fido-modeJoão Távora2019-11-081-2/+13
* Have pcm styles apply faces to face prop, not font-lock-faceJoão Távora2019-11-081-3/+3
* Minor copyedits in ELisp manualEli Zaretskii2019-11-081-3/+2
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-082-13/+22
* Handle case where a face's :extend attribute is unspecified (Bug#37774)Jimmy Aguilar Mena2019-11-081-4/+10
* * lisp/emacs-lisp/easymenu.el: Don't quote lambdasStefan Monnier2019-11-071-6/+6
* Handle different system names of w32 in Tramp (Bug#38079)Michael Albinus2019-11-071-4/+9
* Describe IPv6 format in docstring for 'make-network-process'Robert Pluim2019-11-071-0/+2
* Revert "Don't flash previous buffer when connecting with emacsclient"Eli Zaretskii2019-11-071-50/+39
* ; * etc/NEWS: Fix wording of last change.Eli Zaretskii2019-11-071-2/+2
* python.el: Pdbtracking improvementsAndrii Kolomoiets2019-11-072-25/+140
* ; * etc/NEWS: Minor copyedits in the Fido mode entry.Eli Zaretskii2019-11-071-4/+5
* Make ange-ftp fit for tramp-testsMichael Albinus2019-11-072-133/+242
* Clean up major mode check in package-menu-modeStefan Kangas2019-11-071-8/+20
* Test that comint-password-prompt-regexp matches "git push"Stefan Kangas2019-11-071-0/+1
* * lisp/dired-aux.el (dired-vc-rename-file): New defcustom.Juri Linkov2019-11-073-2/+21
* * lisp/tab-bar.el (tab-bar-history-old): Rename from tab-bar-history-current.Juri Linkov2019-11-071-10/+10
* * lisp/tab-line.el: More configurability for tab buffer groups.Juri Linkov2019-11-071-33/+51
* Simplify fixnum division slightlyPaul Eggert2019-11-061-4/+6
* Add a full set of CC Mode language variables to js.el.Alan Mackenzie2019-11-061-8/+21
* Minor fix in the Emacs manualEli Zaretskii2019-11-061-9/+10
* time-stamp: add support for time zone numeric offsetStephen Gildea2019-11-062-7/+24
* More error checks in Tramp's make-directoryMichael Albinus2019-11-067-8/+29
* Fix problem with my last commit in package.elStefan Kangas2019-11-061-3/+3
* Update from GnulibPaul Eggert2019-11-052-26/+14
* Remove unneeded overflow check in integer divisionPaul Eggert2019-11-051-4/+3
* Avoid changing value of defcustom package-enable-at-startupStefan Kangas2019-11-063-10/+13
* Make 'g' refresh package data in package menuStefan Kangas2019-11-063-10/+24
* Rename *-multiframe-window to *-window-any-frameStefan Kangas2019-11-064-5/+18
* Follow JSONRPC spec by not sending :result field on errorsJoão Távora2019-11-051-3/+7
* Add prefix arg to more isearch commands (bug#14563)Juri Linkov2019-11-062-17/+23
* * lisp/tab-line.el: New option for tabs where buffers are grouped by mode.Juri Linkov2019-11-061-29/+109
* Document fido-modeJoão Távora2019-11-053-7/+36
* New fido-mode, emulates ido-mode with icomplete-modeJoão Távora2019-11-051-15/+37