aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove final XEmacs compat code from dframe.elStefan Kangas2019-09-091-13/+8
| * * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Define setter functions.Stefan Monnier2019-09-081-14/+24
| * Remove support for upgrading from old bookmark file formatStefan Kangas2019-09-082-18/+31
| * * lisp/tmm.el: Fix broken tmm-prompt (bug#34517)Juri Linkov2019-09-081-11/+7
| * Fix untidinesses in compile.el.Alan Mackenzie2019-09-081-7/+4
| * Fix Bug#36090Michael Albinus2019-09-081-6/+12
| * Fix Bug#37202Michael Albinus2019-09-081-0/+4
| * Fix bug when gc-cons-percentage is bumped to 0.8Paul Eggert2019-09-071-17/+28
| * Use derived-mode-p consistently in info.elStefan Kangas2019-09-081-3/+3
| * Let byte-compiler recognize that local-variable-p implies boundpNoam Postavsky2019-09-072-4/+3
| * Fix flymake-proc temporary file deletion bugJoel Rosdahl2019-09-071-1/+13
| * Support visiting compressed image filesEli Zaretskii2019-09-071-0/+5
| * Add traces in shadowfileMichael Albinus2019-09-072-25/+42