aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of recent changes in ComintEli Zaretskii2018-06-183-32/+46
* rmail-summary-by-senders defaults to senderRichard Stallman2018-06-182-2/+15
* comint-insert-previous-argument doesn't detect and ignore trailing &Dima Kogan2018-06-172-3/+5
* comint-insert-previous-argument counts args from start or from endDima Kogan2018-06-172-13/+41
* * test/lisp/simple-tests.el (simple-tests-async-shell-command-30280):Glenn Morris2018-06-171-2/+4
* Allow floats as 'pcase' QPATSMichael Heerdegen2018-06-172-5/+6
* Minor Flymake docstring fixesJoão Távora2018-06-171-9/+13
* Fix last changeEli Zaretskii2018-06-173-15/+25
* Add new macro dolist-with-progress-reporterTino Calancha2018-06-175-21/+56
* dotimes-with-progress-reporter: Polymorphic 2nd argumentTino Calancha2018-06-172-19/+33
* Cleanup secrets-testsMichael Albinus2018-06-171-0/+6
* When possible, prefer UTF-8 as the safe encoding for savingEli Zaretskii2018-06-171-0/+5
* ; * etc/NEWS: Tweak a recently-added NEWS entry.Eli Zaretskii2018-06-171-8/+15
* Apply non-user themes only when askedDaniel Colascione2018-06-163-5/+21
* Don't forget to analyze args of lambda lifted functions (Bug#30872)Noam Postavsky2018-06-162-24/+71
* Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky2018-06-162-1/+7
* Restore old echo_truncate conditionDaniel Colascione2018-06-161-5/+1
* Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-166-417/+446
* Decouple dired from regex internalsDaniel Colascione2018-06-161-25/+12
* Remove commented-out code in compile_pattern_1Daniel Colascione2018-06-161-7/+0
* Tweak field ordering in re_pattern_bufferDaniel Colascione2018-06-161-4/+4
* Fix a docstringBozhidar Batsov2018-06-161-2/+1
* Fix references to RuboCop in ruby-mode.elBozhidar Batsov2018-06-161-4/+4
* Fix bug in elisp-flymake-byte-compileJoão Távora2018-06-161-3/+3
* Rewrite memory-limit in LispPaul Eggert2018-06-164-23/+9
* Fix byte compilation of (eq foo 'default)Paul Eggert2018-06-162-10/+23
* Use mint_ptr in w32notify.cEli Zaretskii2018-06-161-4/+4
* * doc/lispref/text.texi (Parsing JSON): Minor formatting changes.Eli Zaretskii2018-06-161-22/+15
* Minor doc string fixes in json.cEli Zaretskii2018-06-161-2/+3
* Formatting and doc fixes in recent changesEli Zaretskii2018-06-162-8/+9
* Improve documentation of several recent changesEli Zaretskii2018-06-167-14/+52
* Prevent QUIT to top level inside 'while-no-input'Eli Zaretskii2018-06-161-3/+25
* Fix a typo in xmenu.cEli Zaretskii2018-06-161-2/+2
* Fix --with-cairo buildAri Roponen2018-06-161-2/+2
* * src/Makefile.in: Update paxctl comment.Paul Eggert2018-06-151-1/+1
* Minor CANNOT_DUMP cleanupsPaul Eggert2018-06-152-55/+63
* Remove old combreloc hackPaul Eggert2018-06-152-47/+0
* Fix typo in previous macfont.m changePaul Eggert2018-06-151-1/+2
* Restore macfont.m casts to void *Paul Eggert2018-06-151-2/+2
* Fix a bug in Flymake handling of region-specific reportsJoão Távora2018-06-151-25/+28
* Fix building --without-x and similarEli Zaretskii2018-06-151-6/+0
* Flymake and backends exchange hints abouts changed regionsJoão Távora2018-06-153-47/+120
* customize-apropos: Separate package name from its descriptionTino Calancha2018-06-151-1/+1
* Remove Lisp_Misc_Save_ValuePaul Eggert2018-06-143-407/+5
* New type Lisp_Misc_PtrPaul Eggert2018-06-145-11/+41
* Avoid allocating Lisp_Save_Value for arraysPaul Eggert2018-06-143-3/+37
* Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-143-29/+45
* Just use cons in macfont_descriptor_entityPaul Eggert2018-06-141-7/+6
* Avoid allocating a Lisp_Save_Value in ftfont.cPaul Eggert2018-06-141-14/+12
* Use record_unwind_protect_ptr to avoid allocationPaul Eggert2018-06-143-15/+27