summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid inflooping when 'tab-bar-format' includes embedded newlinesEli Zaretskii2022-01-021-1/+9
* Clarify %g and %G time format specsEli Zaretskii2022-01-021-3/+4
* * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.Zhehao Lin2022-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01229-229/+229
* Improve doc strings of fringe indicator variablesEli Zaretskii2021-12-311-4/+5
* Avoid assertion violations with variable-weight fontsEli Zaretskii2021-12-301-3/+6
* Explain why we remove stuff from 'user-full-name'Eli Zaretskii2021-12-251-2/+7
* Fix crash when dumping charset_table with portable dumper (Bug#52461)YAMAMOTO Mitsuharu2021-12-153-3/+4
* Remove maintainer comment from Emacs 28 module snippet.Philipp Stephani2021-12-141-4/+0
* ; * src/xdisp.c (move_it_vertically_backward): Clarify commentary.Eli Zaretskii2021-12-131-5/+6
* Avoid undefined behavior in 'send-process-region' (Bug#52369).Philipp Stephani2021-12-111-0/+3
* Fix the DJGPP portPo Lu2021-12-116-3/+148
* Clarify a comment in xdisp.cEli Zaretskii2021-12-091-4/+5
* Fix the enumeration values returned by 'try_scrolling'Eli Zaretskii2021-12-041-3/+3
* * src/dosfns.c (Fint86): Doc fix; don't use obsolete names.Stefan Kangas2021-12-041-2/+2
* Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.Philipp Stephani2021-12-031-1/+1
* Port to C compilers that lack size-0 arraysPaul Eggert2021-12-028-71/+78
* Work around IBM XL C compiler bugPaul Eggert2021-12-021-1/+3
* ; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.Eli Zaretskii2021-11-301-3/+3
* * src/callint.c (Fcall_interactively): Fix inhibit_mouse_event_check.Juri Linkov2021-11-301-10/+17
* Avoid undefined behaviour when copying part of structureAndreas Schwab2021-11-291-1/+1
* ; Remove an obsolete commentKarl Fogel2021-11-281-3/+0
* * src/coding.c (Fdecode_coding_region, Fencode_coding_region): Doc fix.Eli Zaretskii2021-11-281-3/+6
* ; * src/emacs.c (main): Add commentary about command-line processing.Eli Zaretskii2021-11-251-0/+33
* Fix 'posn-at-point' near some overlaysEli Zaretskii2021-11-251-2/+18
* ; * src/xdisp.c (produce_stretch_glyph): Avoid compilation warning.Eli Zaretskii2021-11-231-1/+1
* Fix '(space :relative-width N)' display spec w/non-ASCII charsEli Zaretskii2021-11-221-8/+22
* Fix mouse handling with several TTY frames on MS-WindowsEli Zaretskii2021-11-201-0/+3
* Fix temacs invocation from outside of the 'src' directoryEli Zaretskii2021-11-201-0/+11
* Fix mouse events on tab bar or tool bar when 'track-mouse' is tmartin rudalics2021-11-201-12/+13
* Improve doc string of 'highlight-nonselected-windows'Eli Zaretskii2021-11-181-1/+3
* Avoid segfaults due to freed face cacheEli Zaretskii2021-11-151-1/+4
* Add more files to be natively-compiled AOTEli Zaretskii2021-11-141-0/+10
* Fix compilation on MS-WindowsEli Zaretskii2021-11-131-0/+2
* Use posix_spawn if possible.Philipp Stephani2021-11-131-1/+189
* Improve style and comments in font-related sourcesEli Zaretskii2021-11-133-12/+28
* ; Fix typosStefan Kangas2021-11-121-2/+2
* Improve documentation of 'decode-coding-region'Eli Zaretskii2021-11-121-4/+5
* Fix ACL errors with WebDAV volumes on MS-WindowsEli Zaretskii2021-11-111-5/+7
* Revert "Fix localized display of date and time in the NS port"Stefan Kangas2021-11-091-3/+1
* Fix compilation MinGW warningsEli Zaretskii2021-11-071-2/+2
* Clarify "text area of a window" in the documentationEli Zaretskii2021-11-061-0/+2
* Fix header-line and tab-line when mode-line-compact is setEli Zaretskii2021-11-031-1/+2
* * src/pdumper.c (dump_do_dump_relocation): Add sanity check.Andrea Corallo2021-11-021-0/+3
* Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-16/+22
* Fix localized display of date and time in the NS portDaniel Martín2021-10-311-1/+3
* Fix display glitches with side-by-side windows on TTY framesEli Zaretskii2021-10-311-2/+4
* Avoid assertion violations in 'lookup-key'Eli Zaretskii2021-10-281-2/+2
* Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+59
* Allow automatic use of color fonts for emoji on macOSRobert Pluim2021-10-271-2/+6