summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-12Fix crash when using XRender and restoring image from X (bug#44930)Alan Third
2020-12-11Fix image-cache-size crashLars Ingebrigtsen
2020-12-11* src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)Stefan Kangas
2020-12-11docstring: If FRAME is nil, it defaults to selected frame.Pankaj Jangid
2020-12-11Fix compilation of image.c on non-Cairo systemsLars Ingebrigtsen
2020-12-11Add new function `object-intervals'Lars Ingebrigtsen
2020-12-11Add new function 'image-cache-size'Lars Ingebrigtsen
2020-12-10Avoid segfaults in pos_visible_pEli Zaretskii
2020-12-09Clarify `scroll-preserve-screen-position' doc stringLars Ingebrigtsen
2020-12-09Merge from origin/emacs-27Glenn Morris
2020-12-09Improve predictability of 'scroll-preserve-screen-position'Eli Zaretskii
2020-12-09Clarify the default-boundp doc stringLars Ingebrigtsen
2020-12-09Fix [:upper:] and [:lower:] for Unicode characters (bug#11309)Mattias Engdegård
2020-12-09Make uncache_image slightly more efficientLars Ingebrigtsen
2020-12-08* src/fns.c: Remove left over includeStefan Monnier
2020-12-09Restore Emacs 27 image cache semanticsLars Ingebrigtsen
2020-12-08* src/fns.c (hash_string): Speed up on large stringsStefan Monnier
2020-12-08Improve documentation of 'backtrace-on-error-noninteractive'Eli Zaretskii
2020-12-07Make previous Fkill_emacs change saferLars Ingebrigtsen
2020-12-07Allow shutting down Emacs even if there are errors in kill-emacs-hookLars Ingebrigtsen
2020-12-07Add new variable to selectively suppress backtraces in batch mode.Philipp Stephani
2020-12-06Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-12-06Print a backtrace on unhandled errors in batch mode (Bug#44942).Philipp Stephani
2020-12-05Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2020-12-04Vanilla build warning clean-upAndrea Corallo
2020-12-04* Fix `load-history' causing a number of spurious compiler warningsAndrea Corallo
2020-12-04* src/alloc.c (Fgarbage_collect_maybe): New functionSpencer Baugh
2020-12-04Speed up match-substitute-replacementMattias Engdegård
2020-12-04Don't abort when terminated by SIGINT in -batchEli Zaretskii
2020-12-04* Reduce (half) the number of loads emitted for calling into C codeAndrea Corallo
2020-12-02; * src/charset.c (Fmap_charset_chars): Doc fix.Eli Zaretskii
2020-12-02; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii
2020-12-01Merge from origin/emacs-27Glenn Morris
2020-11-30; * src/buffer.c: Fix comment describing 'buffer_defaults'.Eli Zaretskii
2020-11-29Fix double-free bug when finalizing module runtimes.Philipp Stephani
2020-11-29Allow doprint to handle multibyte chars in format (bug#44349)Alan Third
2020-11-29Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-11-29frame-position doc string clarificatonLars Ingebrigtsen
2020-11-29garbage-collect doc string clarificationLars Ingebrigtsen
2020-11-29Merge branch 'master' into feature/pgtkYuuki Harano
2020-11-29* src/pgtkterm.c (scroll_event): Shut up warningsYuuki Harano
2020-11-28Improve smooth scrollYuuki Harano
2020-11-28Revert "Fix incorrect handling of module runtime and environment pointers."Eli Zaretskii
2020-11-27* Synthesize as const primitive function pointers and its container struct.Andrea Corallo
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani
2020-11-27Use correct glyph in title when resizing NS framesMattias Engdegård
2020-11-27Fix incorrect handling of module runtime and environment pointers.Philipp Stephani
2020-11-27; * src/lisp.h (enum specbind_tag): Fix typo.Philipp Stephani
2020-11-28Enable harfbuzzYuuki Harano
2020-11-26Add support for hyper modifier keyYuuki Harano