aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-03A better fix for bug#51583Eli Zaretskii2-60/+54
2021-11-03Fix the Cygwin w32 build broken by adding the dark theme supportEli Zaretskii1-0/+6
2021-11-03Fix header-line and tab-line when mode-line-compact is setEli Zaretskii1-1/+2
2021-11-03* src/image.c: Fix building with giflib 4.YAMAMOTO Mitsuharu1-9/+10
2021-11-02* src/pdumper.c (dump_do_dump_relocation): Add sanity check.Andrea Corallo1-0/+3
2021-11-01Include the major mode name in the `C-h b' outputLars Ingebrigtsen1-1/+4
2021-10-31; * src/font.c (Ffont_has_char_p): Minor stylistic changes; doc fix.Eli Zaretskii1-7/+10
2021-10-31Add new function 'font-has-char-p'Lars Ingebrigtsen1-2/+32
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii1-16/+22
2021-10-31Avoid signaling errors in lookup-keyEli Zaretskii1-27/+39
2021-10-31Fix localized display of date and time in the NS portDaniel Martín1-1/+3
2021-10-31Ensure help echoes only occur once on NSAlan Third1-0/+1
2021-10-31Fix display glitches with side-by-side windows on TTY framesEli Zaretskii1-2/+4
2021-10-31Fix bug with string values in equal-including-propertiesStefan Kangas1-5/+15
2021-10-30Use primes for hash table bucket sizesStefan Kangas2-3/+3
2021-10-30Minor fixes for previous changeEli Zaretskii1-22/+25
2021-10-30Support system dark mode on Windows 10 version 1809 and higherVince Salvino3-12/+107
2021-10-29; Fix a recent change in image.cEli Zaretskii1-4/+8
2021-10-29* src/image.c: Fix building with giflib on MS-Windows.Stefan Kangas1-0/+7
2021-10-29Prefer giflib 5 macros to magic numbersStefan Kangas1-10/+16
2021-10-29Don't parse GCB block by hand with giflib 5 or laterStefan Kangas1-4/+12
2021-10-29* src/image.c (gif_load): Minor simplification.Stefan Kangas1-20/+15
2021-10-29Fix bootstrapping broken by a recent changeEli Zaretskii1-0/+3
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-21/+140
2021-10-28; * src/keyboard.c (readable_events): Fix a thinko.Eli Zaretskii1-2/+2
2021-10-28Avoid assertion violations in 'lookup-key'Eli Zaretskii1-2/+2
2021-10-28Ignore more events in input-pending-pEli Zaretskii1-24/+47
2021-10-28Be more allowing when looking for menu-bar itemsStefan Kangas1-21/+59
2021-10-27(string-pixel-width): Rewrite to avoid side effectsStefan Monnier1-3/+6
2021-10-27Allow automatic use of color fonts for emoji on macOSRobert Pluim1-2/+6
2021-10-27; * src/atimer.c (init_atimer): Fix a typo in a comment.Eli Zaretskii1-3/+4
2021-10-27Always start the SIGALRM atimersLars Ingebrigtsen1-9/+10
2021-10-27Redisplay after changing to the hourglass mouse pointerLars Ingebrigtsen1-0/+1
2021-10-25Heed the EMACS_IGNORE_TIMERFD environment variableLars Ingebrigtsen1-1/+3
2021-10-25Fix issues with type casting in delayed message functionsLars Ingebrigtsen1-4/+3
2021-10-24Remove debugging in with_delayed_message_displayLars Ingebrigtsen1-1/+0
2021-10-24Add new macro `with-delayed-message'Lars Ingebrigtsen1-0/+45
2021-10-24Doc fix for concatIhor Radchenko1-0/+3
2021-10-24Refer to the info node on keymaps in map-keymap docstringStefan Kangas1-0/+3
2021-10-23; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)Eli Zaretskii1-1/+1
2021-10-23* src/image.c (webp_load): Fix thinkos.Stefan Kangas1-2/+2
2021-10-22Fix WebP support on MS-WindowsEli Zaretskii1-5/+11
2021-10-22Add WebP image format support (Bug#51296)Stefan Kangas2-1/+282
2021-10-22In 'window-text-pixel-size' use actual mode line heights if wanted (Bug#38181)Martin Rudalics1-9/+34
2021-10-21Actually fix the Pango build problemLars Ingebrigtsen1-1/+1
2021-10-21Fix build on systems with older Pango versionsLars Ingebrigtsen1-0/+2
2021-10-21Fix bold/black in w32_to_fc_weightLars Ingebrigtsen1-1/+1
2021-10-21; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii1-0/+2
2021-10-21Support the "medium" font weightLars Ingebrigtsen4-29/+59
2021-10-20Display a tab bar item as sunken when appropriatePo Lu1-2/+7