summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-05Make primitive redefinition effective through trampoline synthesisAndrea Corallo
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-10-05* src/dbusbind.c (xd_signature): Better type check for array elements.Michael Albinus
2020-10-05Fix merging of region face for non-ASCII charactersEli Zaretskii
2020-10-05Sort items in tmm properly, and allow clicking the final itemJared Finder
2020-10-04* src/xdisp.c (syms_of_xdisp): New var `redisplay_skip_initial_frame`.Stefan Monnier
2020-10-04Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-10-04Make filename hashing compatible with self contained builds (bug#43532)Andrea Corallo
2020-10-04Make dbus-unregister-object work for monitorsMichael Albinus
2020-10-03Avoid segfaults in lookup_image when faces were freedEli Zaretskii
2020-10-03; Fix more typosStefan Kangas
2020-10-03; Fix trivial typos in ChangeLogsStefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02* Fix 'incoherent dumped eln file' error when DUMP-METHOD=pbootstrapAndrea Corallo
2020-10-02* src/pdumper.c (dump_do_dump_relocation): Better error for incoherent eln.Andrea Corallo
2020-10-01Use Fkeywordp in dbusbind.c, againMichael Albinus
2020-10-01Revert last change in dbusbind.cMichael Albinus
2020-10-01Fix segfault in some cases when restoring a selected windowmartin rudalics
2020-09-30* Improve some docstring in src/comp.cAndrea Corallo
2020-09-30Fix 'move-to-column' when invisible text follows a TABEli Zaretskii
2020-09-30Stricter checks for D-Bus compound types.Michael Albinus
2020-09-30Merge remote-tracking branch 'savannah/master' into clean-upAndrea Corallo
2020-09-29More strict D-Bus type checkingMichael Albinus
2020-09-29Don't signal an error when saving files on WdebDAV volumesEli Zaretskii
2020-09-28* src/eval.c (Fapply): Simplify last changeStefan Monnier
2020-09-28Rename in docstrings "non nil" into "non-nil"Andrea Corallo
2020-09-28* src/lisp.h: Remove a newline diff left over master.Andrea Corallo
2020-09-29Clean-up some now unnecessary diff against masterAndrea Corallo
2020-09-27Merge from origin/emacs-27Glenn Morris
2020-09-27Fix more single-byte accesses caused by bytepos/charpos confusionPip Cet
2020-09-27Handle single-argument `apply' consistently (bug#40968)Pip Cet
2020-09-27Minor string-search optimisations (bug#43598)Mattias EngdegÄrd
2020-09-27Improve display of raw bytes in the echo-areaEli Zaretskii
2020-09-27Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen
2020-09-27Add tiny optimization for string-searchLars Ingebrigtsen
2020-09-26Always set 'Vexec_path' before 'Vinvocation_directory' (bug#43137)Andrea Corallo
2020-09-26Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2020-09-26Add D-Bus monitorMichael Albinus
2020-09-25Tidy up NS color handlingAlan Third
2020-09-25Remove obsolete macOS support for NS font backendAlan Third
2020-09-25Implement internal border colors on NS (bug#41071)Alan Third
2020-09-25string-search robustness and documentation improvement (bug#43598)Mattias EngdegÄrd
2020-09-25Tweak updating the process mark in set-process-bufferLars Ingebrigtsen
2020-09-25Avoid infinite recursion with 'relative' line numbers displayEli Zaretskii
2020-09-25Add a new function 'string-search'Lars Ingebrigtsen
2020-09-24Make set-process-buffer also update the process markLars Ingebrigtsen
2020-09-24Refactor process mark settingLars Ingebrigtsen
2020-09-24Fix last change in resize_mini_windowEli Zaretskii
2020-09-24Do not install a subr trampoline twiceAndrea Corallo
2020-09-23* Add `comp--install-trampoline' machineryAndrea Corallo