aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Avoid rare segfaults due to crazy creation of new child framesEli Zaretskii2025-03-221-2/+7
|/ /
* | Remove ctags programPaul Eggert2025-03-221-5/+1
* | Fix usage of string data pointers in xfaces.cEli Zaretskii2025-03-221-7/+11
* | Delete now unused constants in nsterm.hStefan Kangas2025-03-221-7/+0
* | ; Clean up comments in nsterm.hStefan Kangas2025-03-221-27/+27
* | Fix and document frame parameters for text terminals and child framesMartin Rudalics2025-03-222-29/+64
* | Avoid infinite loop with images under 'display-line-numbers-mode'Eli Zaretskii2025-03-211-5/+5
* | On tty frames restrict number of menu bar lines (Bug#77015)Martin Rudalics2025-03-191-10/+22
* | Ensure redisplay after re-parenting a tty child frame (Bug#77079)Martin Rudalics2025-03-181-0/+3
* | Fix generation of mouse position lists on the tool and tab barsPo Lu2025-03-181-6/+11
* | ; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment.Eli Zaretskii2025-03-171-0/+2
* | ; * src/dispnew.c (adjust_glyph_matrix): Add comment (bug#77039).Eli Zaretskii2025-03-171-0/+2
* | ; * etc/NEWS: Fix last change.Eli Zaretskii2025-03-171-3/+3
* | Implement dragging and resizing of tty child framesMartin Rudalics2025-03-175-27/+215
* | Implement surrogate menu bars for tty child framesMartin Rudalics2025-03-172-26/+86
* | Make sure to initialize glyph::frame to NULL (bug#77039)Gerd Möllmann2025-03-161-1/+2
* | Correctly unload variable aliases.Jens Schmidt2025-03-161-0/+19
* | Merge from savannah/emacs-30Po Lu2025-03-161-1/+7
|\ \ | |/
| * Fix clipboard object handle leak on Android 3.1 to 11.0Po Lu2025-03-161-1/+7
| * Fix treesit-parser-create behavior regarding indirect buffersYuan Fu2025-03-131-1/+4
* | Avoid rare segfaults in 'combine_updates_for_frame'Eli Zaretskii2025-03-161-1/+4
* | ; * src/w32.c (term_ntproc): Fix capitalization of commentary.Po Lu2025-03-151-2/+2
* | ; Fix punctuation and typos in w32proc.cPo Lu2025-03-151-68/+69
* | ; * src/w32.h (free_wait_pool): Move prototype from w32.c.Eli Zaretskii2025-03-142-2/+3
* | Increase FD_SETSIZE on Windows to support more subprocessesYue Yi2025-03-143-30/+812
* | Fix aborts and text corruption in 'replace-buffer-contents'Eli Zaretskii2025-03-131-5/+17
* | ; Replace "Elisp" with "Lisp" or "Emacs Lisp" in some placesSean Whitton2025-03-121-1/+1
* | Merge from origin/emacs-30Sean Whitton2025-03-123-6/+9
|\ \ | |/
| * Document return values of the various read-* functionsEli Zaretskii2025-03-093-6/+9
| * Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii2025-03-081-9/+11
* | Fix capitalization ELisp -> ElispSean Whitton2025-03-124-5/+5
* | (Freplace_buffer_contents): Preserve markers more carefullyStefan Monnier2025-03-112-22/+73
* | Remove parent-node field from tree-sitter parsersYuan Fu2025-03-112-46/+0
* | ; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu2025-03-111-1/+1
* | Fix handling of frame position valuesMartin Rudalics2025-03-105-57/+106
* | Reenable mmap-based dump allocation on wide int configurationsPo Lu2025-03-101-1/+1
* | Fix bug#76805Po Lu2025-03-101-19/+10
* | ; Correct typos in commentary and error messagesPo Lu2025-03-102-3/+3
* | Provide better completion for customizing frame parametersMauro Aranda2025-03-091-0/+4
* | Re-port to 32-bit systems without alignment primitivesPo Lu2025-03-096-83/+130
* | Merge from origin/emacs-30Eli Zaretskii2025-03-091-13/+21
|\ \ | |/
| * Explicitly document read-string return valueStefan Kangas2025-03-071-13/+21
* | Fix drawing to the bottom-right corner of terminalsGerd Möllmann2025-03-091-8/+26
* | macOS: Don't constrainFrameRect for child framesGerd Möllmann2025-03-091-0/+7
* | Avoid reserved names in sfnt.cPo Lu2025-03-091-4/+4
* | ; Enable pdumper on some buggy versions of Sun CPo Lu2025-03-081-9/+15
* | Don't lose drag-and-drop data intended for XTerm-like programsPo Lu2025-03-081-1/+8
* | Fix crash in daemon when "C-x C-c" while a client frame shows tooltipEli Zaretskii2025-03-081-9/+11
* | Fix tty underline capability check (bug#75024)Gerd Möllmann2025-03-071-7/+10
* | * src/eval.c (signal_or_quit): Reduce scope of `debugger_called`Stefan Monnier2025-03-061-2/+1