summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Doc fix for concatIhor Radchenko2021-10-241-0/+3
* Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-241-0/+3
* ; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)Eli Zaretskii2021-10-231-1/+1
* ; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii2021-10-211-0/+2
* Display a tab bar item as sunken when appropriatePo Lu2021-10-201-2/+7
* Fix tab bar item highlight when a mouse click is droppedPo Lu2021-10-201-0/+8
* Refer to mouse-highlight from make-pointer-invisible docstringStefan Kangas2021-10-201-1/+4
* Fix inset rectangle corners when sides aren't drawn (bug#51251)Alan Third2021-10-191-1/+6
* Handle VS-16 correctly for non-emoji codepointsRobert Pluim2021-10-192-2/+29
* Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov2021-10-181-3/+3
* Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics2021-10-181-12/+13
* Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics2021-10-171-1/+11
* Add tab bar support to the nextstep portPo Lu2021-10-173-13/+93
* Fix potential buffer overflow (bug#50767)Alan Third2021-10-171-9/+14
* Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii2021-10-161-3/+19
* Fixes to account for windows' tab linesMartin Rudalics2021-10-151-11/+8
* In make_lispy_position fix Bug#50993 in rudimentary fashionMartin Rudalics2021-10-141-1/+14
* Pacify GCC 11 -fanalyzer on x86-64Paul Eggert2021-10-121-1/+3
* ; Fix last change related to shorthandsEli Zaretskii2021-10-121-5/+6
* In Fdelete_other_windows_internal fix new total window sizes (Bug#51007)Martin Rudalics2021-10-121-22/+16
* Don't apply shorthands to punctuation-only symbols (bug#51089)João Távora2021-10-111-1/+6