aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-24Fix segfault on closing frame with tooltip (Bug#41239)Noam Postavsky1-2/+7
2020-05-23Restore check for Emacs 20.2 bytecodesPaul Eggert1-1/+13
2020-05-23Fix accessing files on networked drives on MS-WindowsEli Zaretskii1-1/+11
2020-05-21Redo RCS Id for pdumperPaul Eggert1-0/+5
2020-05-20; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 related commentary.Andrea Corallo1-3/+17
2020-05-19Hoist some byte-code checking out of evalPaul Eggert5-72/+65
2020-05-18Reject attempts to clear pure stringsPaul Eggert1-19/+32
2020-05-18Redo RCS Id for pdumperPaul Eggert1-0/+5
2020-05-18Restore buffer-undo-list to buffer-local-variablesGlenn Morris1-10/+30
2020-05-17* Fix Garbage Collector for missing calle-saved regs content (Bug#41357)Andrea Corallo2-4/+10
2020-05-13Fix a crash in handle_display_specClément Pit-Claudel1-1/+1
2020-05-13In x_hide_tip reset tip_last_frame for GTK+ tooltips only (Bug#41200)Martin Rudalics1-3/+5
2020-05-11Pacify GCC 10.1.0Paul Eggert7-10/+32
2020-05-09* src/xdisp.c (Fwindow_text_pixel_size): Fix previous merge.Glenn Morris1-4/+4
2020-05-09Improve nonnull checking with GCC in emacs-modulePaul Eggert1-6/+10
2020-05-09Refer to fill column indicator Info node in some places.Philipp Stephani1-3/+6
2020-05-09Prevent hanging in next-single-char-property-changeFederico Tedin1-5/+7
2020-05-08Fix handling of FROM = t and TO = t by 'window-text-pixel-size'Eli Zaretskii1-15/+38
2020-05-06Pacify buggy old GCC with a castPaul Eggert1-1/+2
2020-05-05Don’t assume __has_attribute in emacs-module.cPaul Eggert1-1/+1
2020-05-05* src/editfns.c (Fformat): Small documentation fix.Philipp Stephani1-1/+1
2020-05-05Fix typos in recent attribute.h simplificationPaul Eggert1-4/+5
2020-05-03Simplify by using attribute.h macrosPaul Eggert2-84/+28
2020-05-03Improve doc strings of makunbound and fmakunboundStefan Kangas1-4/+16
2020-05-03Fix initial frame resizing issue on NS (bug#40200)Alan Third1-30/+21
2020-05-03Improve accuracy of apropos commands that search doc stringsEli Zaretskii1-5/+5
2020-04-29Make sure alist-related functions say so in their docEli Zaretskii1-28/+28
2020-04-28Avoid crashes on TTY frames with over-long compositionsEli Zaretskii1-1/+1
2020-04-27Improve multibyte_length performancePaul Eggert1-21/+21
2020-04-26Simplify string-to-charPaul Eggert1-12/+6
2020-04-26Improve string_char_and_length speedPaul Eggert2-65/+27
2020-04-25Inline a couple of functions that were macrosPaul Eggert2-2/+2
2020-04-25Fix GDI+ image loading by file nameEli Zaretskii2-5/+6
2020-04-25Remove unused variable from ftfont.cIgor Saprykin1-5/+2
2020-04-25Fix two fringe bitmapsEli Zaretskii1-2/+2
2020-04-24; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii1-95/+176
2020-04-23Fix display of composed text with :box face attributeEli Zaretskii6-26/+92
2020-04-22text-char-description minor cleanupPaul Eggert1-15/+8
2020-04-22Tweak multibyte parsing loopsPaul Eggert1-3/+3
2020-04-20Fix string-to-multibyte overlong sequence bugPaul Eggert4-68/+87
2020-04-20Remove workaround from w32image.cEli Zaretskii1-2/+0
2020-04-19Rework how GDI+ functions are loaded dynamically in w32image.cEli Zaretskii1-43/+102
2020-04-19Don't use Gnulib's explicit_bzero on MS-WindowsEli Zaretskii1-0/+20
2020-04-18* src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2-5/+7
2020-04-18Fix misnamed variable breaking GNUstepAhmed Khanzada1-1/+1
2020-04-18; Fix some typos and doc issues (bug#40695)Štěpán Němec2-2/+2
2020-04-18Safeguard the fix of bug#40632Eli Zaretskii1-2/+6
2020-04-18Avoid crashes in regex-emacs.c due to GCEli Zaretskii1-0/+22
2020-04-18Don't abort when using GDI+ for imagesEli Zaretskii1-7/+14
2020-04-18Fix loading multi-frame TIFF images via GDI+Juan José García-Ripoll1-18/+24