aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/json.c (Fjson_insert): Don't temporarily insert invalid bytes in bufferStefan Monnier2019-07-021-9/+8
* (Finsert_file_contents): Keep buffer consistent in non-local exitStefan Monnier2019-07-021-43/+22
* Fix printf formats when DEBUG_TRACE_MOVEPaul Eggert2019-07-021-5/+5
* * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-024-37/+41
* * src/coding.c (decode_coding_gap): Remove `chars` argument.Stefan Monnier2019-07-024-11/+13
* Fix performDragOperation: diagnostic typoPaul Eggert2019-07-021-1/+1
* Fix regex-emacs debug format glitchesPaul Eggert2019-07-011-14/+17
* More XFIXNUM fixesEli Zaretskii2019-07-012-17/+23
* Fix assertion violations in fontset_find_fontEli Zaretskii2019-07-011-1/+1
* Adjust return value of image-transforms-pEli Zaretskii2019-07-011-10/+6
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-016-0/+117
* Remove divide_doublePaul Eggert2019-06-301-15/+9
* Fix use of undefined macroAndreas Schwab2019-06-302-48/+48
* Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu2019-06-302-2/+2
* Fix error in mouse-set-font on GTK 3 with Harfbuzz (Bug#36288)YAMAMOTO Mitsuharu2019-06-301-11/+4
* * src/xfns.c (x_create_tip_frame): Support inhibit-double-buffering.YAMAMOTO Mitsuharu2019-06-301-0/+4
* * src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819)YAMAMOTO Mitsuharu2019-06-301-0/+1
* Pacify gcc and other image rotation tweaksPaul Eggert2019-06-291-74/+79
* Simplify workaround for Cygwin O_PATH bugKen Brown2019-06-291-5/+1
* Support native image transforms on MS-WindowsEli Zaretskii2019-06-295-220/+229
* Fix display of fringe bitmaps for tooltips in echo areaEli Zaretskii2019-06-291-0/+9
* Revert O_PATH change to fileio.cPaul Eggert2019-06-281-4/+0
* Correct regexp matching of raw bytesMattias Engdegård2019-06-281-4/+20
* More readable regexp debug outputMattias Engdegård2019-06-281-10/+22
* Consistently use stderr for debug output in regexp codeMattias Engdegård2019-06-281-17/+18
* * src/xfaces.c (resolve_face_name): Simplify.Paul Eggert2019-06-271-1/+1
* Remove unnecessary tortoise checks.Pip Cet2019-06-272-11/+0
* Work around Cygwin bug with O_PATHPaul Eggert2019-06-272-0/+8
* Omit a few minor unnecessary range checksPaul Eggert2019-06-273-9/+9
* Improve XFIXNUM cleanup a bitPaul Eggert2019-06-273-17/+19
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-2710-65/+67
* Catch duplicate keywords in image specsPaul Eggert2019-06-271-23/+23
* Fix invoking Emacs via a symlink on CygwinKen Brown2019-06-271-1/+1
* Support invoking Emacs via a symlink on MS-WindowsEli Zaretskii2019-06-262-4/+22
* Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen2019-06-261-3/+5
* Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen2019-06-261-0/+12
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-262-24/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-262-1/+24
* Merge from emacs-26Noam Postavsky2019-06-253-11/+11
|\
| * Rename 'make-symbolic-link' argument NEWNAME to LINKNAMEJuanma Barranquero2019-06-211-5/+5
| * Check that length of data returned by sysctl is non-zeroRobert Pluim2019-06-202-6/+6
| * Avoid assertion violation when comparing with main-threadEli Zaretskii2019-06-103-0/+9
* | Don't bind search-spaces-regexp around possible autoload (Bug#35802)Noam Postavsky2019-06-251-1/+3
* | Prefer PATH_MAX to MAXPATHLENPaul Eggert2019-06-251-3/+4
* | Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-2511-29/+21
* | Make message_to_stderr do one single fwriteLars Ingebrigtsen2019-06-251-2/+14
* | Fix MS-Windows build as followup to pdumper executable lookupEli Zaretskii2019-06-243-1/+41
* | Fix pdumper executable-finding codeDaniel Colascione2019-06-241-25/+137
* | Fix locating pdump by symlinkDaniel Colascione2019-06-231-12/+15
* | Don’t line-buffer stderrPaul Eggert2019-06-231-6/+0