summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add comment about internal mapping symbolscratch/with-suppressed-warningsLars Ingebrigtsen2019-06-101-0/+3
* Avoid adding a second progn layer if there's already a progn thereLars Ingebrigtsen2019-06-101-1/+1
* Remove the interstital unused function and clean up the macro defLars Ingebrigtsen2019-06-101-12/+4
* Fix up the non-toplevel form to mimick no-warnings syntacticallyLars Ingebrigtsen2019-06-091-2/+1
* Use internal variable name for byte-compile--suppressed-warningsLars Ingebrigtsen2019-06-091-6/+7
* Doc string alignmentLars Ingebrigtsen2019-06-091-1/+1
* Doc touch upLars Ingebrigtsen2019-06-091-12/+12
* Doc touch upLars Ingebrigtsen2019-06-091-2/+2
* White space fixupLars Ingebrigtsen2019-06-091-2/+2
* Finish testsLars Ingebrigtsen2019-06-091-28/+57
* Add more testsLars Ingebrigtsen2019-06-091-5/+34
* Finish up refactoringLars Ingebrigtsen2019-06-091-3/+10
* Refactor suppressionsLars Ingebrigtsen2019-06-091-21/+22
* Start implementing testsLars Ingebrigtsen2019-06-091-0/+24
* We need byte-compile-progn in the non-toplevel case apparentlyLars Ingebrigtsen2019-06-091-5/+6
* Expand the doc string to with-suppressed-warnings.Lars Ingebrigtsen2019-06-091-2/+4
* Add a doc string to with-suppressed-warnings.Lars Ingebrigtsen2019-06-091-1/+21
* Mention with-suppressed-warningsLars Ingebrigtsen2019-06-091-0/+4
* Document with-suppressed-warningsLars Ingebrigtsen2019-06-091-4/+22
* Enable suppression of more warningsLars Ingebrigtsen2019-06-091-10/+12
* Enable suppression of a number of warningsLars Ingebrigtsen2019-06-091-9/+9
* Use byte-compile-initial-macro-environment to avoid intermediary functionLars Ingebrigtsen2019-06-092-13/+20
* Initial implementationLars Ingebrigtsen2019-06-092-6/+43
* Fix TODO to convert defvar with leading '*' to defcustomStefan Kangas2019-06-097-14/+18
* Fix TODO to remove leading '*' from defcustomStefan Kangas2019-06-092-4/+1
* Mark define-widget-keywords as obsoleteStefan Kangas2019-06-091-0/+1
* Use lexical-binding in underline.el and add testsStefan Kangas2019-06-092-1/+43
* Checkdoc fixes in lisp/bookmark.elStefan Kangas2019-06-091-19/+23
* Fix int overflow bug in ‘equal’Paul Eggert2019-06-081-2/+1
* Tune base64 decodingPaul Eggert2019-06-081-97/+124
* Fix out-of-source make-dist problemsPaul Eggert2019-06-082-7/+7
* ; Fix recent maintainer header removalsGlenn Morris2019-06-089-0/+9
* ; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.Eli Zaretskii2019-06-081-2/+2
* Fix path for current directory in eshell on MS-WindowsBernhard Rotter2019-06-083-6/+10
* Minor fixes for the last commitsEli Zaretskii2019-06-082-46/+28
* ; * etc/NEWS: NEWS entry for the last commit.Eli Zaretskii2019-06-081-0/+9
* Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-083-32/+355
* Support X core font driver on cairo (Bug#28236)YAMAMOTO Mitsuharu2019-06-085-90/+267
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-084-46/+73
* Make icalendar-import-buffer not show diary file bufferThomas Fitzsimmons2019-06-072-33/+30
* Fix commentary about fixnums and hashes.Paul Eggert2019-06-072-24/+18
* Fix minor ssize_t / ptrdiff_t confusionPaul Eggert2019-06-071-1/+2
* Use machine pointer width for face hashesPaul Eggert2019-06-072-9/+7
* * lisp/gnus: Further reduce assumptions about gnus-data formatStefan Monnier2019-06-073-36/+26
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-06-0718-104/+139
|\
| * Make mouse-wheel-scroll-amount consistent among platformsTak Kunihiro2019-06-071-4/+0
| * Merge from origin/emacs-26Glenn Morris2019-06-0716-99/+136
| |\
| | * Resurrect display-line-number-mode in client framesEli Zaretskii2019-06-072-3/+5
| | * * src/fns.c (Fmapconcat): Doc fix. (Bug#35710)Eli Zaretskii2019-06-071-2/+6
| | * Fix typoPhillip Lord2019-06-071-1/+1