aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pgtk: Make x-display-grayscale-p return QtStefan Kangas2025-04-181-1/+1
* | * src/pgtkfns.c (Fx_gtk_launch_uri): Improve docstring.Stefan Kangas2025-04-171-1/+3
* | Delete duplicate docstrings in PGTK buildStefan Kangas2025-04-172-155/+39
* | Prevent unrelocated symbols with position from being dumpedPo Lu2025-04-171-3/+9
* | (Freplace_region_contents): Treat point as insert-before markerStefan Monnier2025-04-162-5/+8
* | Show drag cursor on all window lines (mode, tab, header)Jared Finder2025-04-151-14/+19
* | Avoid performance regressions in unoptimized buildsPo Lu2025-04-151-1/+3
* | Remove unused XMALLOC_BLOCK_INPUT_CHECK debug facilityStefan Kangas2025-04-141-105/+6
* | Support file:// URIs and readonly DB in 'sqlite-open'Eli Zaretskii2025-04-141-5/+15
* | Use a pristine copy of argv to restart EmacsJens Schmidt2025-04-135-9/+51
* | Disable clearing echo-area when 'inhibit-message' is non-nilEli Zaretskii2025-04-131-1/+1
* | ; * src/editfns.c (Freplace_region_contents): Doc fix (bug#76313).Eli Zaretskii2025-04-131-3/+7
* | (replace-buffer-contents): Mark as obsolete, again.Stefan Monnier2025-04-121-1/+4
* | Respond to display configuration updates on AndroidPo Lu2025-04-103-0/+66
* | ; * src/minibuf.c (syms_of_minibuf): Improve some wording.Sean Whitton2025-04-091-1/+1
* | Replace some calls to `intern' with DEFSYMsPo Lu2025-04-081-3/+7
* | ; * src/lread.c (get_lexical_binding): Fix coding style.Po Lu2025-04-081-6/+9
* | (Fload, Feval_buffer): Emit a warning when lexbind is unset (bug#74145)Stefan Monnier2025-04-071-10/+20
* | (Freplace_region_contents): Fix point preservation (bug#77607)Stefan Monnier2025-04-071-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-04-051-0/+3
|\ \ | |/
| * ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).Eli Zaretskii2025-03-301-0/+3
* | Teach 'current-column' to account for imagesEli Zaretskii2025-04-051-27/+85
* | ; * src/xdisp.c (display_mode_line, display_mode_element): Fix comments.Eli Zaretskii2025-04-051-8/+8
* | Fix mouse highlighting for compact mode lines (bug#77336)Pengji Zhang2025-04-051-39/+106
* | Pacify gcc -Wclobbered in Freplace_region_contentsPaul Eggert2025-04-021-4/+8
* | Fix display of wide characters in display margins on TTY framesEli Zaretskii2025-04-021-1/+13
* | More thorough fix for image slices on mode/header-lineEli Zaretskii2025-04-022-10/+5
* | Fix :map property on sliced images on mode line and header lineEli Zaretskii2025-04-011-0/+9
* | Respect narrowed buffers when parsing JSON (bug#77325)Pip Cet2025-03-301-6/+7
* | Fix display of overlay arrow immediately after invisible textEli Zaretskii2025-03-301-1/+10
* | src/insdel.c (replace_range): Remove commentStefan Monnier2025-03-301-3/+0
* | src/insdel.c (adjust_markers_for_replace): Fix insertion caseStefan Monnier2025-03-291-6/+13
* | (replace-region-contents): Improve and promote (bug#76313)Stefan Monnier2025-03-293-51/+113
* | Do not redundantly dump constant forwarding objectsPo Lu2025-03-291-66/+52
* | Miscellaneous correctionsPo Lu2025-03-282-3/+3
* | ; Reorder initialization of module environment functions.Philipp Stephani2025-03-271-2/+2
* | w32: fail gracefully when using invalid glyphs on DWriteCecilio Pardo2025-03-271-0/+8
* | Don't write to bottom-right cell on ttys with AutoWrap (bug#77233)Gerd Möllmann2025-03-271-2/+12
* | Fix vertical cursor motion with wide images and line numbersEli Zaretskii2025-03-261-3/+5
* | Further amendments of child frame handling and documentationMartin Rudalics2025-03-261-9/+81
* | Rename 'buffer-too-small' to 'memory-buffer-too-small'.Philipp Stephani2025-03-251-10/+10
* | Fix the DJGPP buildPo Lu2025-03-251-0/+4
* | Mimic behavior of 'aref' when signalling out-of-range errors.Philipp Stephani2025-03-251-2/+1
* | Don't use 'args-out-of-range' error for too-small buffers.Philipp Stephani2025-03-251-9/+18
* | Patch bug#77128Po Lu2025-03-231-0/+5
* | Avoid rare crashes due to "C-g C-g" on TTY framesEli Zaretskii2025-03-231-2/+8
* | ; * src/dispnew.c (check_window_matrix_pointers): Fix last change.Eli Zaretskii2025-03-231-0/+2
* | Avoid rare segfaults in 'check_matrix_pointers'Eli Zaretskii2025-03-231-9/+13
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-03-233-12/+14
|\ \
| * | Reduce code duplication in ns_set_appearanceStefan Kangas2025-03-223-12/+14