summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new file completion tables, change project.el to allow using themscratch/project-uniquify-filesStephen Leake2019-04-2526-44/+971
* 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
* * lisp/progmodes/sql.elMichael R. Mauger2019-04-242-47/+166
* Improve port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-244-12/+35
* Port to platforms lacking euidaccess (Bug#35406)Paul Eggert2019-04-243-34/+11
* Merge from gnulibPaul Eggert2019-04-243-3/+5
* Fix some strings in wordstar modeMark Oteiza2019-04-241-12/+11
* Change WordStar emulation into a minor mode (Bug#35148)Mark Oteiza2019-04-241-11/+28
* Fix project-find-regexp search for '--'Dmitry Gutov2019-04-251-1/+1
* * lisp/windmove.el (windmove-display-in-direction): Support consecutive callsJuri Linkov2019-04-251-15/+16
* Unbreak build when building without GMP support.Philipp Stephani2019-04-244-6/+15
* Add missing GMP library to test module.Philipp Stephani2019-04-241-1/+2
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-244-29/+45
* Simplify thread initialization and GCPaul Eggert2019-04-245-74/+34
* Regenerate src/emacs-module.h when emacs-module.h.in changesEli Zaretskii2019-04-241-1/+1
* Fix rescheduling timers after suspensionEli Zaretskii2019-04-241-1/+1
* Fix posn-at-point with line-number display and display propertiesEli Zaretskii2019-04-241-0/+6
* Fix a typo in a recent commitEli Zaretskii2019-04-241-1/+1
* * doc/lispref/internals.texi (Module Values): Add a GMP examplePhilipp Stephani2019-04-241-0/+25
* Clarify rounding mode when converting to struct timespec.Philipp Stephani2019-04-243-6/+42
* Fix return type of make_time.Philipp Stephani2019-04-244-4/+16
* Add module functions to convert from and to big integers.Philipp Stephani2019-04-248-0/+111
* Add conversions to and from struct timespec to module interface.Philipp Stephani2019-04-247-0/+112
* Revert "Remove font.c code commented out for a decade"Eli Zaretskii2019-04-241-0/+465
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-2412-81/+307
* * lisp/emacs-lisp/timer-list.el: Fix header-line alignmentStefan Monnier2019-04-231-3/+7
* * src/emacs-module.c: Add an additional requirement for API changes.Philipp Stephani2019-04-231-0/+3
* Remove some unnecessary #ifdef directivesPaul Eggert2019-04-233-11/+0
* * etc/package-keyring.gpg: Add the 2019 keyStefan Monnier2019-04-231-0/+0
* Remove font.c code commented out for a decadePaul Eggert2019-04-231-465/+0
* Use three-argument form for out-of-range errors.Philipp Stephani2019-04-231-1/+4
* Use high-level integer conversion macro in a few cases.Philipp Stephani2019-04-231-2/+2
* Rename auto-revert-notify-watch-descriptor-hash-listMattias Engdegård2019-04-231-10/+10
* Remote processes cannot use a pipe process for stderrMichael Albinus2019-04-231-1/+8
* * src/json.c (json_make_string): Add missing cast.Philipp Stephani2019-04-231-1/+1
* Speed up JSON parsingEli Zaretskii2019-04-231-3/+17
* Small fix for a JSON unit test.Philipp Stephani2019-04-231-1/+1
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-232-478/+492
* Release xft_data in widget destroy callback to avoid visual distractionYAMAMOTO Mitsuharu2019-04-232-29/+24
* Let plain ‘make’ work even not GNU MakePaul Eggert2019-04-222-2/+10
* Revert Vinternal_interpreter_environment tweakPaul Eggert2019-04-221-2/+2