summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add notes about command modes and nativecomp interactionLars Ingebrigtsen2022-03-211-0/+3
* Fix region highlight in non-selected windowsEli Zaretskii2022-03-191-1/+4
* Improve documentation of 'map-charset-chars'Eli Zaretskii2022-03-101-10/+15
* Avoid assertion violations in 'bidi_resolve_brackets'Eli Zaretskii2022-03-081-2/+1
* Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-034-2/+47
* One more fix of the BPA implementationEli Zaretskii2022-03-031-0/+1
* Fix handling of brackets in BPAEli Zaretskii2022-03-031-1/+3
* Fix 'display-line-numbers-mode' in hide-show buffersEli Zaretskii2022-02-211-0/+8
* Prevent crashes caused by invalid locale coding systemsPo Lu2022-02-171-0/+9
* Clarify documentation of a "face's font"Eli Zaretskii2022-01-311-3/+3
* Bind Qdebugger to Qdebug in signal_or_quit.Alan Mackenzie2022-01-311-1/+2
* Remove debug loggingAlan Third2022-01-291-19/+0
* Fix error in filelock.cMichael Albinus2022-01-291-35/+39
* Fix 'make_lispy_position' when there's an image at EOBEli Zaretskii2022-01-261-1/+2
* ; * src/composite.c (syms_of_composite) <auto-composition-mode>: Doc fix.Eli Zaretskii2022-01-251-1/+2
* Add workaround to handle a problem with Enlightenment WM (Bug#53298)Martin Rudalics2022-01-201-20/+49
* Avoid another segfault in 'face_at_buffer_position'Eli Zaretskii2022-01-141-2/+6
* ; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii2022-01-091-14/+14
* 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