aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make set-process-buffer also update the process markLars Ingebrigtsen2020-09-241-9/+11
* Refactor process mark settingLars Ingebrigtsen2020-09-241-18/+14
* Fix last change in resize_mini_windowEli Zaretskii2020-09-241-0/+3
* Handle escaped comment enders correctly in syntax.c, fixing bug #43558Alan Mackenzie2020-09-231-0/+7
* Fix cursor display in mini-window under icomplete-modeEli Zaretskii2020-09-221-0/+10
* ; Fix typosStefan Kangas2020-09-2113-21/+21
* Add D-Bus testsMichael Albinus2020-09-211-2/+2
* Merge from origin/emacs-27Glenn Morris2020-09-201-1/+1
|\
| * ; * src/frame.c (syms_of_frame) <make-pointer-invisible>: Doc fix.Eli Zaretskii2020-09-191-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-09-203-16/+21
|\ \ | |/
| * Fix a rare segfault in syntax.cEli Zaretskii2020-09-191-11/+14
| * Improve documentation of 'max-mini-window-height'Eli Zaretskii2020-09-181-2/+4
| * Use modern constant names for the NS pasteboardDaniel Martín2020-09-181-3/+3
* | Merge from origin/emacs-27Glenn Morris2020-09-201-1/+4
|\ \ | |/
| * Fix compilation on TERMINFO platforms with GCC 10Eli Zaretskii2020-09-121-1/+4
* | Make (let ((:key 'foo)) :key) signal an error in lexical elisp, tooLars Ingebrigtsen2020-09-201-0/+3
* | Make D-Bus properties type safeMichael Albinus2020-09-201-14/+38
* | Remove code checked in to lread.c by mistakeLars Ingebrigtsen2020-09-201-1/+0
* | Terminate `comint-password-function' testsdickmao2020-09-201-0/+1
* | Fix printing of hash tables with removed elementsPip Cet2020-09-201-5/+12
* | Honor make-pointer-invisible on macOSbug-gnu-emacs@gnu.org2020-09-191-1/+1
* | Minor cleanup of last changeEli Zaretskii2020-09-182-8/+18
* | TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick2020-09-184-15/+34
* | ; * src/keyboard (make_lispy_event): Fix a typo.Eli Zaretskii2020-09-171-1/+2
* | Fix documentation of a recent changeEli Zaretskii2020-09-171-5/+6
* | Give Lisp control on the lossage sizeTino Calancha2020-09-171-16/+77
* | D-Bus: keep type information in D-Bus eventsMichael Albinus2020-09-161-44/+60
* | ; Minor fix for nsxwidget patchMasahiro Nakamura2020-09-161-2/+2
* | ; * src/font.c (syms_of_font) <query-all-font-backends>: Doc fix.Eli Zaretskii2020-09-151-1/+1
* | Avoid aborts in display_mode_elementEli Zaretskii2020-09-151-2/+4
* | Stop querying for fonts as soon as a match is foundRobert Pluim2020-09-151-1/+14
* | Don't retry reading after receiving EINVALPip Cet2020-09-141-1/+3
* | Fix builds without modulesGlenn Morris2020-09-132-0/+4
* | Add facility to make module functions interactive (Bug#23486).Philipp Stephani2020-09-135-2/+41
* | Improve frame-title-format and icon-title-formatStefan Kangas2020-09-131-2/+1
* | Doc string clarification in file-directory-pLars Ingebrigtsen2020-09-131-0/+5
* | Fix toggle-frame-fullscreen on w32 buildsMartin Rudalics2020-09-121-3/+3
* | Avoid unneeded recentering when header-line is usedEli Zaretskii2020-09-121-4/+5
* | Implement D-Bus properties with compound type.Michael Albinus2020-09-101-4/+5
* | Merge from origin/emacs-27Glenn Morris2020-09-091-10/+14
|\ \ | |/
| * Avoid crashes when trying to load bad GIF filesEli Zaretskii2020-09-081-10/+14
| * Fix replace-region-contents performance bugPaul Eggert2020-08-251-16/+15
* | Fix crash from clicking on menu bar (bug#34762, bug#26982)Win Treese2020-09-081-6/+0
* | Implement typed D-Bus properties (Bug#43252)Michael Albinus2020-09-081-8/+8
* | More work on D-Bus error messagesMichael Albinus2020-09-061-4/+8
* | Reinstall recent GC-related changesPaul Eggert2020-09-055-144/+129
* | Extend dbus.el by error messages, and :write access typeMichael Albinus2020-09-041-3/+15
* | * src/image.c (svg_load_image): Use xmalloc and xfree. (bug#43135)Alan Third2020-09-031-3/+3
* | Revert recent GC-related changes (Bug#43152)Paul Eggert2020-09-035-129/+144
* | Fix 'expand-file-name' for remote filesEli Zaretskii2020-09-031-56/+30