aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Silence compiler warning (bug#40845)Alan Third2020-08-231-1/+1
* | Set basic SVG attributes (bug#40845)Alan Third2020-08-235-57/+162
* | Improve word wrapping for CJK charactersYuan Fu2020-08-231-38/+151
* | Fix NS build failureAlan Third2020-08-221-1/+1
* | Extend NSString further and use the new methodsAlan Third2020-08-223-54/+50
* | Fread_variable doc string clarificationLars Ingebrigtsen2020-08-211-1/+1
* | Mention `exec-path' in some process related doc stringsLars Ingebrigtsen2020-08-212-1/+10
* | Clarify docs about line movementNoam Postavsky2020-08-211-1/+2
* | Fix lock failures in xg_selectPip Cet2020-08-213-14/+38
* | Fix return value for CCL opcode lookup-integerPip Cet2020-08-211-1/+1
* | Make image cache lookups work again after previous patchLars Ingebrigtsen2020-08-211-1/+1
* | Fix NS crash on invalid frame title string (bug#42904)Mattias EngdegÄrd2020-08-202-14/+56
* | Fix a segfault in daemon mode Emacs when detaching an X sessionDoug Gilmore2020-08-191-0/+7
* | Signal an end-of-file error upon errors when reading from stdinLars Ingebrigtsen2020-08-191-1/+1
* | Get rid of build-time checks around NS tabbar code (bug#33118)Alan Third2020-08-181-4/+1