aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix MS-Windows build with mingw.org's MinGWEli Zaretskii2019-11-261-1/+79
* * lisp/progmodes/asm-mode.el (asm-mode-map): Obey electric-indent-modeStefan Monnier2019-11-261-4/+2
* (next|previous)-buffer no longer fail silently (bug#38384)Juanma Barranquero2019-11-262-2/+8
* lisp/auth-source.el: Depend on cl-lib unconditionallyJuanma Barranquero2019-11-261-1/+1
* lisp/auth-source-pass.el: Require cl-lib unconditionallyJuanma Barranquero2019-11-261-2/+1
* 2019-11-26 Martin Rudalics <rudalics@gmx.at>Martin Rudalics2019-11-263-53/+201
* Fix auth-source password lookupAlex Murray2019-11-261-1/+1
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-267-74/+423
* Fix previous message.el point-restoring fixLars Ingebrigtsen2019-11-261-9/+8
* Remove outdated documentationLars Ingebrigtsen2019-11-261-5/+0
* Fix test failures of test/lisp/auth-source-pass-tests.elJoão Távora2019-11-251-1/+1
* ; * etc/NEWS: Elaborate the entry about ':extend' face attribute.Eli Zaretskii2019-11-251-2/+9
* Correct small misprint in defcustom's docstringFilipp Gunbin2019-11-251-1/+1
* Fix face merging when some have :extend non-nil and some are inheritedEli Zaretskii2019-11-251-55/+55
* Handle auth-source-search failures in open-network-streamRobert Pluim2019-11-252-5/+12
* Add eassert check for bad default facePaul Eggert2019-11-231-2/+2
* Port gnutls.c to --enable-gcc-warnings --without-gnutlsPaul Eggert2019-11-231-41/+41
* Rework previous fix to bug#38222Juanma Barranquero2019-11-231-6/+3
* Make help-split-fundoc more flexible about what returnsJuanma Barranquero2019-11-232-16/+84
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-243-12/+67
* Default network-stream-use-client-certificates to nilRobert Pluim2019-11-234-13/+19
* Have what-cursor-position optionally show character nameRobert Pluim2019-11-233-10/+37
* Always expand "total" in diredChristopher Schmidt2019-11-231-2/+3
* Fix edebug instrumentation removing from advised functionsMichael Heerdegen2019-11-231-6/+22
* Improve indexing of modifier keysEli Zaretskii2019-11-232-0/+9
* Fix cursor display at EOL before extended faceEli Zaretskii2019-11-231-3/+6
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-233-82/+125
* * lisp/minibuffer.el (completion-flex-nospace): Default to t.João Távora2019-11-231-2/+2
* help-follow-symbol now complains if no symbol found (bug#38248)Juanma Barranquero2019-11-222-4/+9
* Check gnus-mailing-list-groups in turn-on-gnus-mailing-list-modeFilipp Gunbin2019-11-221-1/+3
* Make gnus-mailing-list-archive recognize httpsFilipp Gunbin2019-11-221-1/+1
* Unify docstrings of Gnus summary's copy/move/crosspost article functionsFilipp Gunbin2019-11-221-7/+3
* Refix conditional step clauses in cl-loopdickmao2019-11-222-63/+101
* Fix uses of inhibit-message in package.elEli Zaretskii2019-11-221-5/+1
* font-lock special attributes in python-modeHong Xu2019-11-221-2/+8
* Give better error messages in image-convertLars Ingebrigtsen2019-11-221-0/+3
* Make auth-source-pass-search understand port listsJoão Távora2019-11-221-3/+8
* * lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255Stefan Monnier2019-11-211-1/+5
* Make `C-c C-w' insert a signature even when overriddenLars Ingebrigtsen2019-11-221-44/+55
* * lisp/minibuffer.el (completions-common-part): Make it blue when possibleStefan Monnier2019-11-212-1/+5
* * lisp/files.el (locate-file-completion-table): Fix typoStefan Monnier2019-11-211-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsThierry Volpiatto2019-11-2115-42/+139
|\
| * When verilog-auto-ignore-concat is true, also ignore parenthesized signals.Wilson Snyder2019-11-211-11/+11
| * Fix Gnus summary backtab keybindings to use button-based functionsEric Abrahamsen2019-11-211-2/+2
| * Fix file notifications on macOSEli Zaretskii2019-11-211-2/+2
| * Fix a recent change in ELisp manualEli Zaretskii2019-11-211-3/+1
| * Support 'vc-region-history' for MercurialEli Zaretskii2019-11-214-8/+66
| * Fix up previous #' documentation additionLars Ingebrigtsen2019-11-211-1/+1
| * Document the #' syntaxLars Ingebrigtsen2019-11-211-0/+5
| * Restore point after sending a messageLars Ingebrigtsen2019-11-211-1/+8