aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-06-262-3/+5
|\
| * ; * src/xdisp.c (pos_visible_p): Fix last change. (Bug#42039)Eli Zaretskii2020-06-261-13/+4
| * Fix posn-at-point at beginning of a display stringEli Zaretskii2020-06-261-4/+14
| * Avoid crashes in 'defconst'Stephen Berman2020-06-201-0/+1
* | Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii2020-06-221-41/+49
* | Consolidate #RGB string parsersMattias Engdegård2020-06-215-230/+155
* | Add fallback for 24-bit terminal color via COLORTERM=truecolorJan Beich2020-06-201-0/+9
* | Check AREF and aref_addr subscriptsPaul Eggert2020-06-181-7/+9
* | 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
|\ \ | |/