aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* More robust NS hex colour string parsingMattias Engdegård2020-06-081-9/+12
* Merge from origin/emacs-27Glenn Morris2020-06-072-26/+41
|\
| * * src/xdisp.c (Fwindow_text_pixel_size): Doc fix. (Bug#41737)Eli Zaretskii2020-06-061-25/+35
| * Fix Arabic shaping when eww/shr fill the text to be renderedEli Zaretskii2020-06-051-1/+6
* | Use 65535 as color-values scale value in the NS backendMattias Engdegård2020-06-071-2/+2
* | Avoid zero-width glyphs and the resulting cursor artifactsPip Cet2020-06-051-7/+26
* | Streamline live_*_holdingPaul Eggert2020-06-041-124/+148
* | Make live_*_p more accuratePaul Eggert2020-06-041-40/+60
* | Don’t default to Valgrind unless ENABLE_CHECKINGPaul Eggert2020-06-031-2/+3
* | Make color-distance symmetric and more accurateMattias Engdegård2020-06-031-11/+13
* | Handle mid-gstring face changesPip Cet2020-06-031-0/+1
* | Fix bug in recent byte-code checking hoistPaul Eggert2020-06-021-10/+11
* | Avoid losing composition state in handle_stop_backwardsPip Cet2020-06-021-0/+2
* | ; * src/composite.c (syms_of_composite): Fix last change.Eli Zaretskii2020-06-021-1/+2
* | Fix Arabic composition rulesEli Zaretskii2020-06-021-1/+2
* | Simplify and regularize some offset tests in alloc.cPaul Eggert2020-06-011-5/+4
* | Merge from origin/emacs-27Paul Eggert2020-06-011-1/+4
|\ \ | |/
| * Don't call 'mbrtowc' on WINDOWSNTEli Zaretskii2020-06-011-1/+4
* | Merge from origin/emacs-27Paul Eggert2020-06-012-34/+13
|\ \ | |/
| * Be more aggressive in marking objects during GCPaul Eggert2020-05-311-16/+10
| * ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a typo.Eli Zaretskii2020-05-311-1/+1
| * Avoid crashes due to bidi cache being reset during redisplayEli Zaretskii2020-05-311-0/+2
* | Unbreak compilation with CHECK_STRUCTS defined.Philipp Stephani2020-05-311-1/+1
* | Protect bidi cache from inadvertent resetsEli Zaretskii2020-05-311-0/+4
* | Remove private prototype for 'execve' and its uses in MinGW buildEli Zaretskii2020-05-301-0/+3
* | Another fix of display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | Fix display of line-prefix with fringe bitmapsEli Zaretskii2020-05-291-0/+6
* | Document that {en,de}code-coding-string preserve match dataMattias Engdegård2020-05-281-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-05-282-5/+5
|\ \ | |/
| * Fix access to single-byte characters in buffer textEli Zaretskii2020-05-252-5/+5
* | Fix crash with invalid bytecode vectorsPaul Eggert2020-05-271-0/+4
* | --with-wide-int is a no-op on 64-bit hostsPaul Eggert2020-05-271-1/+1
* | Omit unnecessary USE_LAB_TAG #ifPaul Eggert2020-05-271-6/+0
* | Tweak GC performance if !USE_LSB_TAGPaul Eggert2020-05-261-2/+19
* | Port struct Lisp_FLoat to oddball platformsPaul Eggert2020-05-261-1/+3
* | Move union emacs_align_type to alloc.cPaul Eggert2020-05-252-41/+41
* | Further fix for aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-19/+58
* | Refix aborts due to GC losing pseudovectorsPaul Eggert2020-05-252-61/+14
* | Fix aborts due to GC losing pseudovectorsPaul Eggert2020-05-253-29/+78
* | Fix segfault on closing frame with tooltip (Bug#41239)Noam Postavsky2020-05-241-2/+7
* | Restore check for Emacs 20.2 bytecodesPaul Eggert2020-05-231-1/+13
* | Merge from origin/emacs-27Glenn Morris2020-05-231-1/+11
|\ \ | |/
| * Fix accessing files on networked drives on MS-WindowsEli Zaretskii2020-05-231-1/+11
| * Redo RCS Id for pdumperPaul Eggert2020-05-211-0/+5
* | ; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.Andrea Corallo2020-05-201-3/+17
* | Hoist some byte-code checking out of evalPaul Eggert2020-05-195-72/+65
* | Reject attempts to clear pure stringsPaul Eggert2020-05-181-19/+32
* | Redo RCS Id for pdumperPaul Eggert2020-05-181-0/+5
* | Restore buffer-undo-list to buffer-local-variablesGlenn Morris2020-05-181-10/+30
* | * Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2020-05-172-4/+10