aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix vc-default-ignoreWolfgang Scherer2019-09-151-4/+9
* Provide facility to ignore all marked files in vcWolfgang Scherer2019-09-152-4/+16
* Revert "emacsclient: ignore --eval parameters when starting alternate editor"Lars Ingebrigtsen2019-09-151-5/+1
* file_name_case_insensitive_p int->long fixPaul Eggert2019-09-141-2/+2
* Fix gc-elapsed rounding bugPaul Eggert2019-09-141-3/+4
* Improve doc of GC thresholdsPaul Eggert2019-09-142-3/+17
* Fix picon installation instructions in the Gnus manualBruno Félix Rezende Ribeiro2019-09-141-1/+1
* Fix fileless eww form submissionBasil L. Contovounesios2019-09-141-9/+9
* Add default foreground colours to SVG imagesLars Ingebrigtsen2019-09-141-0/+16
* Make eww more liberal when interpreting some invalid HTMLLars Ingebrigtsen2019-09-141-0/+14
* * src/print.c (PRINT_CIRCLE_CANDIDATE_P): Fix a thinko. (Bug#36566)Eli Zaretskii2019-09-141-2/+2
* Add a debug declaration to widget-specify-insertTobias Zawada2019-09-141-0/+1
* ; * etc/NEWS: Fix last change.Eli Zaretskii2019-09-141-0/+1
* Allow gamegrid-add-score to treat lower scores as better.Federico Tedin2019-09-142-22/+30
* Improve gc-cons-percentage calculationPaul Eggert2019-09-142-55/+77
* Simplify GC statistics-gatheringPaul Eggert2019-09-131-51/+15
* Don't build print-number-table unless it will be usedGemini Lasswell2019-09-131-53/+39
* Create common tests for print.c and cl-print.elGemini Lasswell2019-09-132-124/+250
* Fix unnecessary hash table creation in cl-prin1 (bug#36566)Gemini Lasswell2019-09-131-2/+6
* Improve performance of backtrace printing (bug#36566)Gemini Lasswell2019-09-131-10/+11
* Improve print output options commands in backtrace-mode (bug#36566)Gemini Lasswell2019-09-133-10/+86
* * lisp/help-mode.el (help-mode-menu): Fix typo. (Bug#36485)Stefan Kangas2019-09-131-1/+1
* * doc/misc/efaq.texi: Update ancient formats. (Bug#37143)Stefan Kangas2019-09-131-1/+1
* Remove leftover XEmacs compat code and doc fixesStefan Kangas2019-09-134-24/+5
* Change gui--selection-value-internal comment into doc stringStefan Kangas2019-09-131-5/+4
* ; Fix a typo by last commitMichael Albinus2019-09-131-1/+1
* ; Add traces in shadowfile.elMichael Albinus2019-09-131-1/+15
* Fix problems in tramp-test33-environment-variablesMichael Albinus2019-09-131-6/+8
* Make recent Tramp patch work for tramp-archive.elMichael Albinus2019-09-131-6/+5
* Fix assertion violations due to non-ASCII text in menusEli Zaretskii2019-09-131-3/+5
* Fix saving user-defined calc commands with compositions (Bug#36720)Jack Coughlin2019-09-121-1/+1
* Fix fill-paragraph in python docstrings (Bug#36056)Noam Postavsky2019-09-122-2/+19
* * lisp/progmodes/sh-script.el (sh--assignment-collect): Only after `=`!Stefan Monnier2019-09-121-6/+7
* * lisp/progmodes/sh-script.el (sh-mode-map): Don't bind `=`Stefan Monnier2019-09-121-21/+24
* Add `isearch-yank-until-char'Karl Fogel2019-09-123-1/+37
* Optimize host name completion in TrampMichael Albinus2019-09-127-120/+120
* * src/profiler.c: Leave `key` hashslots as Qunbound (bug#37382)Stefan Monnier2019-09-121-5/+7
* Fix file name encoding when open_directory signalsPaul Eggert2019-09-121-6/+6
* Improve error reporting for DOC file problemsPaul Eggert2019-09-111-1/+1
* Fix directory-files-and-attributes racePaul Eggert2019-09-111-1/+2
* Omit duplicate test of current directoryPaul Eggert2019-09-111-13/+3
* Improve checking of pdump load failuresPaul Eggert2019-09-116-112/+91
* Reset dbus registered buses on dump loadPaul Eggert2019-09-111-4/+8
* Fix auto-save with user-emacs-directoryPaul Eggert2019-09-111-0/+1
* * lisp/emacs-lisp/elint.el (elint-directory-skip-re): Fix doc typo.Mattias Engdegård2019-09-111-1/+1
* Create a new overlay used to mark Attachment header (bug#37370)Katsumi Yamaoka2019-09-111-6/+6
* Merge commit '74e9799bd89484b8d15bdd6597c68fc00d07e7f7'Stephen Leake2019-09-10149-2057/+4594
|\
| * Handle missing start-time when importing ical event (Bug#33277)Ulf Jasper2019-09-092-3/+22
| * Match Python 3 code object names in "M-x pdb"Stefan Kangas2019-09-091-1/+3
| * ; * lisp/ps-print.el: Doc fix.Stefan Kangas2019-09-091-11/+0