aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix vertical cursor motion when 'visual-line-mode' is in effectEli Zaretskii2020-09-031-1/+1
* | * src/alloc.c (live_symbol_holding): Pacify gcc -Wlogical-op.Paul Eggert2020-08-311-2/+2
* | * src/lisp.h (lisp_h_XPL, XPL): Remove; unused.Paul Eggert2020-08-311-11/+0
* | Use mark_objects elsewhere tooPaul Eggert2020-08-314-19/+8
* | Remove mark_maybe_objectPaul Eggert2020-08-313-94/+20
* | Avoid some false matches in mark_maybe_pointerPaul Eggert2020-08-311-14/+70
* | Omit no-longer-needed stack mark_maybe_objectPaul Eggert2020-08-311-5/+0
* | Fix GC bug with Lisp floats and --with-wide-intPaul Eggert2020-08-311-12/+31
* | Revert recent expand-file-name changes if DOS_NTPaul Eggert2020-08-281-9/+57
* | * src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.Paul Eggert2020-08-281-1/+0
* | Fix recently-introduced expand-file-name bugPaul Eggert2020-08-271-25/+13
* | Fix expand-file-name symlink-to-dir bugPaul Eggert2020-08-261-15/+22
* | regex-emacs: copy less when reallocatingPaul Eggert2020-08-261-1/+1
* | regex-emacs: fix leak on memory allocation failurePaul Eggert2020-08-261-1/+5
* | regex-emacs: subscript-check register numbersPaul Eggert2020-08-261-1/+6
* | regex-emacs: omit regstart tests and regend setPaul Eggert2020-08-261-3/+9
* | regex-emacs omit allocation of 3 slotsPaul Eggert2020-08-261-13/+13
* | regex-emacs omit POS runtime checkPaul Eggert2020-08-261-8/+4
* | Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-255-20/+20
* | Merge from origin/emacs-27Michael Albinus2020-08-251-3/+3
|\ \ | |/
| * ; * src/character.c (str_as_multibyte): Fix the commentary.Eli Zaretskii2020-08-211-3/+3
* | Make shadowing warning in describe_map less confusingLars Ingebrigtsen2020-08-251-1/+1
* | replace-buffer-contents cleanupsPaul Eggert2020-08-241-44/+46
* | Fix replace-region-contents performance bugPaul Eggert2020-08-241-16/+15
* | Have gnutls_symmetric cache the results from Fgnutls_ciphersLars Ingebrigtsen2020-08-241-1/+8
* | Simplify by using Gnulib sigdescr_np modulePaul Eggert2020-08-231-159/+2
* | Fix more compilation warnings in xdisp.cEli Zaretskii2020-08-231-2/+4
* | Fix a compilation warning in xdisp.cEli Zaretskii2020-08-231-2/+2
* | Improve handling of coding-system mnemonic indicatorsEli Zaretskii2020-08-232-5/+17
* | Always make a multibyte string for the frame title (bug#42904)Mattias EngdegÄrd2020-08-231-3/+9
* | Fix image display on w32 as followup to recent changesEli Zaretskii2020-08-231-11/+6