aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Be more careful about indent-sexp going over eol (Bug#35286)Noam Postavsky2019-04-222-8/+42
* | | | | ; Merge from origin/emacs-26Glenn Morris2019-04-290-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Backport: Improve pure and side-effect-free docsBasil L. Contovounesios2019-04-225-13/+25
| * | | | Backport: Avoid using obsolete indent-relative-maybeBasil L. Contovounesios2019-04-223-8/+10
* | | | | Replace ‘/* FALLTHROUGH! */’ with ‘break;’Paul Eggert2019-04-291-12/+11
* | | | | * test/lisp/net/tramp-tests.el (tramp--test-timeout-handler): Instrument.Michael Albinus2019-04-291-0/+4
* | | | | Avoid compilation warnings in w32.cEli Zaretskii2019-04-291-2/+2
* | | | | Replace use of obsolete string-make-unibyteNoam Postavsky2019-04-282-5/+46
* | | | | ; Add test for previous changeNoam Postavsky2019-04-281-0/+13
* | | | | python.el: Fix close paren indentation to match pep8 (Bug#20742)Tommi Komulainen2019-04-281-3/+9
* | | | | Update from GMPPaul Eggert2019-04-283-227/+336
* | | | | Export major version of latest Emacs supported by emacs-module.h.Philipp Stephani2019-04-285-0/+23
* | | | | Fix another compilation warning.Philipp Stephani2019-04-281-1/+1
* | | | | Also regenerate emacs-module.h if module-env-*.h changes.Philipp Stephani2019-04-281-1/+2
* | | | | * src/emacs-module.c (funcall_module): Add a nontrivial assertionPhilipp Stephani2019-04-281-0/+5
* | | | | Fix a few minor compilation and Checkdoc warnings.Philipp Stephani2019-04-281-1/+10
* | | | | * test/src/emacs-module-tests.el: Switch to lexical binding.Philipp Stephani2019-04-281-1/+1
* | | | | Fix names of functions in last commitEli Zaretskii2019-04-284-24/+30
* | | | | Refactoring: move UTF-8 decoding functions into coding.h.Philipp Stephani2019-04-284-64/+42
* | | | | Fix slow scrolling in C++ buffers with lots of template delimiters.Alan Mackenzie2019-04-271-1/+3
| |_|/ / |/| | |
* | | | Fix -nw sessions on MS-Windows broken by a recent commitEli Zaretskii2019-04-271-0/+2
* | | | Fix MS-Windows build broken by a recent commitEli Zaretskii2019-04-271-1/+1
* | | | Fix --with-x-toolkit=no build breakageYAMAMOTO Mitsuharu2019-04-273-5/+5
* | | | Update multicolor font support statusYAMAMOTO Mitsuharu2019-04-272-3/+9
* | | | * src/frame.c (x_get_resource_string): Fix typoAlexander Gramiak2019-04-261-1/+1
* | | | * src/xdisp.c: Only check FRAME_RIF for graphical framesAlexander Gramiak2019-04-261-3/+6
* | | | Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-267-50/+50
* | | | Check for existence of terminal hooks before useAlexander Gramiak2019-04-263-22/+33
* | | | Add terminal hook query_frame_background_colorAlexander Gramiak2019-04-265-19/+35
* | | | Add terminal hook defined_color_hookAlexander Gramiak2019-04-2612-67/+89
* | | | Rename generic x_* identifiersAlexander Gramiak2019-04-2632-1805/+2040
* | | | Add prefixes to some window system-dependent proceduresAlexander Gramiak2019-04-266-50/+53
* | | | Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-2610-118/+117
* | | | Avoid assertion violations in calculating line-number widthEli Zaretskii2019-04-261-2/+5
* | | | * lib-src/profile.c: Delete long-obsolete fileStefan Monnier2019-04-262-102/+1
* | | | Handle quoted file names in tramp-archive.elMichael Albinus2019-04-262-7/+11
* | | | Avoid compiler warning in dynlib.cEli Zaretskii2019-04-261-1/+2
* | | | * test/lisp/progmodes/sql-tests.el (sql-tests-buffer-naming-harness):Glenn Morris2019-04-251-1/+1
* | | | Fix the formatting of '\' (including apostrophes) in CC Mode.Alan Mackenzie2019-04-261-1/+13
* | | | * test/lisp/progmodes/sql-tests.el (sql-tests-buffer-naming-harness):Glenn Morris2019-04-251-14/+16
* | | | Fix Bug#33618; define search path variables for grep, byte-compileStephen Leake2019-04-253-2/+29
* | | | Minor tweaks to recent UBSan-related fixPaul Eggert2019-04-251-14/+6
* | | | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-258-48/+61
* | | | * lisp/simple.el (eval-expression): Fix paren typo.Stefan Monnier2019-04-251-1/+1
* | | | Make sure that ‘sdata’ objects in ‘sblock’ objects are aligned.Philipp Stephani2019-04-251-2/+10
* | | | Use lexical-binding by default for M-:, --eval, and *scratch*Stefan Monnier2019-04-255-11/+26
* | | | Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-254-22/+56
* | | | Make wdired-mode ignore ls file indicatorsStephen Berman2019-04-252-8/+62
* | | | Port emacsclient euidaccess to Solaris 10Paul Eggert2019-04-251-2/+4
* | | | Fix some corner cases in the recognition of C++ raw strings.Alan Mackenzie2019-04-251-40/+42