aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2021-11-032-1/+5
|\
| * 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
* | A better fix for bug#51583Eli Zaretskii2021-11-032-60/+54
* | Fix the Cygwin w32 build broken by adding the dark theme supportEli Zaretskii2021-11-031-0/+6
* | * src/image.c: Fix building with giflib 4.YAMAMOTO Mitsuharu2021-11-031-9/+10
* | Include the major mode name in the `C-h b' outputLars Ingebrigtsen2021-11-011-1/+4
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-1/+3
|\ \ | |/
| * Fix localized display of date and time in the NS portDaniel Martín2021-10-311-1/+3
* | ; * src/font.c (Ffont_has_char_p): Minor stylistic changes; doc fix.Eli Zaretskii2021-10-311-7/+10
* | Add new function 'font-has-char-p'Lars Ingebrigtsen2021-10-311-2/+32
* | Avoid signaling errors in lookup-keyEli Zaretskii2021-10-311-27/+39
* | Ensure help echoes only occur once on NSAlan Third2021-10-311-0/+1
* | Merge from origin/emacs-28Eli Zaretskii2021-10-311-2/+4
|\ \ | |/
| * 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
* | Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-5/+15
* | Use primes for hash table bucket sizesStefan Kangas2021-10-302-3/+3
* | Minor fixes for previous changeEli Zaretskii2021-10-301-22/+25
* | Support system dark mode on Windows 10 version 1809 and higherVince Salvino2021-10-303-12/+107
* | ; Fix a recent change in image.cEli Zaretskii2021-10-291-4/+8
* | * src/image.c: Fix building with giflib on MS-Windows.Stefan Kangas2021-10-291-0/+7
* | Merge from origin/emacs-28Glenn Morris2021-10-291-2/+6
|\ \ | |/
| * Allow automatic use of color fonts for emoji on macOSRobert Pluim2021-10-271-2/+6
* | Prefer giflib 5 macros to magic numbersStefan Kangas2021-10-291-10/+16
* | Don't parse GCB block by hand with giflib 5 or laterStefan Kangas2021-10-291-4/+12
* | * src/image.c (gif_load): Minor simplification.Stefan Kangas2021-10-291-20/+15
* | Fix bootstrapping broken by a recent changeEli Zaretskii2021-10-291-0/+3
* | Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-21/+140
* | ; * src/keyboard.c (readable_events): Fix a thinko.Eli Zaretskii2021-10-281-2/+2
* | Ignore more events in input-pending-pEli Zaretskii2021-10-281-24/+47
* | (string-pixel-width): Rewrite to avoid side effectsStefan Monnier2021-10-271-3/+6
* | ; * src/atimer.c (init_atimer): Fix a typo in a comment.Eli Zaretskii2021-10-271-3/+4
* | Always start the SIGALRM atimersLars Ingebrigtsen2021-10-271-9/+10
* | Redisplay after changing to the hourglass mouse pointerLars Ingebrigtsen2021-10-271-0/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-251-0/+3
|\ \ | |/
| * Doc fix for concatIhor Radchenko2021-10-241-0/+3
* | Heed the EMACS_IGNORE_TIMERFD environment variableLars Ingebrigtsen2021-10-251-1/+3
* | Fix issues with type casting in delayed message functionsLars Ingebrigtsen2021-10-251-4/+3
* | Remove debugging in with_delayed_message_displayLars Ingebrigtsen2021-10-241-1/+0
* | Add new macro `with-delayed-message'Lars Ingebrigtsen2021-10-241-0/+45
* | Merge from origin/emacs-28Glenn Morris2021-10-242-1/+4
|\ \ | |/
| * 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/image.c (webp_load): Fix thinkos.Stefan Kangas2021-10-231-2/+2
* | Fix WebP support on MS-WindowsEli Zaretskii2021-10-221-5/+11
* | Add WebP image format support (Bug#51296)Stefan Kangas2021-10-222-1/+282
* | In 'window-text-pixel-size' use actual mode line heights if wanted (Bug#38181)Martin Rudalics2021-10-221-9/+34