aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Don't alter shared structure in dumped purecopied hash tables.Pip Cet2019-07-091-0/+6
* | | Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-096-8/+19
* | | Make fingerprint handling compatible with LTOAndreas Schwab2019-07-091-3/+5
* | | Rename font_driver member close -> close_fontMattias Engdegård2019-07-0910-11/+11
* | | Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen2019-07-091-0/+3
* | | Rename font_driver member open -> open_fontMattias Engdegård2019-07-099-19/+13
* | | Unbreak the MS-Windows buildEli Zaretskii2019-07-091-0/+2
* | | Repair macOS buildMattias Engdegård2019-07-091-0/+4
* | | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-0819-21/+0
* | | Use fewer locks when accessing stdioPaul Eggert2019-07-0829-282/+231
* | | Ensure that expand-file-name returns an absolute file nameKen Brown2019-07-081-1/+16
* | | * src/xselect.c: Fix comment.Paul Eggert2019-07-071-1/+1
* | | * src/dispnew.c (init_display_interactive): Fix comment to match code.Paul Eggert2019-07-071-1/+2
* | | Fix typo in previous patchPaul Eggert2019-07-071-1/+1
* | | Remove printmax_t etc.Paul Eggert2019-07-0718-95/+77
* | | Don’t ignore stderr failure when ADDRESS_SANITIZERPaul Eggert2019-07-063-20/+21
* | | Merge from origin/emacs-26Glenn Morris2019-07-062-2/+5
|\ \ \ | |/ /
| * | ; * src/lread.c (Fread): Make the comment wording more accurate.Eli Zaretskii2019-07-061-1/+4
| * | * src/fns.c (Fmapconcat): Doc fix. (Bug#36418)Eli Zaretskii2019-07-061-1/+1
| * | Avoid crash inside CFCharacterSetIsLongCharacterMember (Bug#36507)YAMAMOTO Mitsuharu2019-07-061-1/+4
* | | Merge from origin/emacs-26Glenn Morris2019-07-061-1/+1
|\ \ \ | |/ /
| * | Fix typo in doc string of file-exists-p (bug#36408)Stefan Kangas2019-06-291-1/+1
* | | Update current buffer when changing text propertiesPip Cet2019-07-061-0/+66
* | | Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu2019-07-061-3/+100
* | | Avoid crash inside CFCharacterSetIsLongCharacterMemberYAMAMOTO Mitsuharu2019-07-061-1/+4
* | | * src/coding.c (decode_coding): Improve doc.Stefan Monnier2019-07-041-3/+7
* | | Fix rotation validity test in image.cEli Zaretskii2019-07-031-1/+4
* | | Fix compiler warnings due to a recent commitEli Zaretskii2019-07-031-2/+2
* | | Replace TRACE with redisplay_trace, etc.Paul Eggert2019-07-022-61/+56
* | | * 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