aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | mouse-face properties on tab-bar tab captions (bug#76394)shipmints2025-03-061-17/+114
* | (replace_range): Delete argument `markers`Stefan Monnier2025-03-065-20/+8
* | Fix images on the mode line under 'mode-line-compact'Eli Zaretskii2025-03-061-9/+25
* | Avoid defining unneeded variables on Cygw32Kazuhiro Ito2025-03-062-2/+2
* | Merge from savannah/emacs-30Po Lu2025-03-061-3/+5
|\ \ | |/
| * ; Improve documentation of 2 symbol-related functionsEli Zaretskii2025-03-061-3/+5
| * Prevent rare freeze on Android 4.2 through 4.4Po Lu2025-02-281-8/+8
| * ; * src/keymap.c: Fix last change (bug#75219).Eli Zaretskii2025-02-281-1/+1
| * Fix mouse-2 clicks on mode line and header lineEli Zaretskii2025-02-281-4/+14
* | Fix redisplay of tab bar when its text properties changeEli Zaretskii2025-03-061-1/+4
* | Permit executing programs with >1024 args on AndroidPo Lu2025-03-051-18/+21
* | ; * src/nsterm.m (syms_of_nsterm): Fix typo in comment.Po Lu2025-03-051-4/+3
* | Make Emacs buildable with -std=c11.Philipp Stephani2025-03-041-1/+1
* | Add ns-click-through option to control activation click handlingDaniel Colascione2025-03-041-1/+16
* | Fix 'etc/DOC' for a few functions/variablesEli Zaretskii2025-03-043-3/+3
* | ; * src/nsterm.m (ns_draw_stretch_glyph_string): One more spelling fix.Po Lu2025-03-041-1/+1
* | ; Fix style and language in src/nsterm.mPo Lu2025-03-041-7/+7
* | Support colored stipples on Cocoa NS (Bug#73384)Ben Simms2025-03-043-1/+106
* | Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-036-690/+630
* | ; * src/eval.c (Fdefvar_1, Fdefconst_1): Properly quote apostrophe.Philipp Stephani2025-03-041-2/+2
* | Render Android hourglass cursor mechanics more consistent with XPo Lu2025-03-041-12/+26
* | Avoid crashes on MS-Windows on repeated client connectionsEli Zaretskii2025-03-031-0/+1
* | Fix MS-Windows build broken by buffered_input_event changesEli Zaretskii2025-03-032-0/+4
* | Avoid some union buffered_input_event usesPaul Eggert2025-03-036-630/+686
* | Pacify GCC in pgtkselect malloc alignmentPaul Eggert2025-03-021-8/+16
* | Make Emacs respond to NS activation clicksDaniel Colascione2025-03-011-0/+7
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-0/+5
|\ \ | |/
| * Recommend secure-hash in md5 docstringStefan Kangas2025-02-281-0/+5
| * Fix setup of coding-systems on MS-WindowsEli Zaretskii2025-02-262-1/+25
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-1/+3
|\ \ | |/
| * Fix a typo in 'window_text_pixel_size'Eli Zaretskii2025-02-241-1/+3
* | Merge from origin/emacs-30Eli Zaretskii2025-03-011-10/+10
|\ \ | |/
| * Use character position for ranges in treesit_sync_visible_regionYuan Fu2025-02-231-10/+10
* | * test/src/editfns-tests.el (editfns--replace-region): New testStefan Monnier2025-02-281-0/+2
* | ; Grammar fixes for "native-compiled"Stefan Kangas2025-02-284-13/+13
* | Lift widget functions from C to LispStefan Kangas2025-02-281-61/+1
* | Fix the values and documentation of 'printable-chars' tableEli Zaretskii2025-02-281-2/+3
* | Adapt process-tests to AndroidPo Lu2025-02-281-0/+9
* | Fully support Lisp threads on AndroidPo Lu2025-02-283-185/+343
* | ; Fix documentation of recent treesit changesEli Zaretskii2025-02-282-14/+18
* | Enable treesit-query-capture to return grouped capturesYuan Fu2025-02-271-9/+43
* | Add tree-sitter-parser-embed-level and parent-nodeYuan Fu2025-02-272-0/+91
* | Don't overwrite non-local exit symbol and data (Bug#65796).Philipp Stephani2025-02-281-20/+43
* | Fix drag-and-drop treatment of reused tooltip framesPo Lu2025-02-276-28/+41
* | * src/dispnew.c (rect_intersect): Fix a typo (bug#76592)Gerd Möllmann2025-02-271-1/+1
* | ; Whitespace fixes to silence git hooksStefan Kangas2025-02-262-5/+5
* | Guarantee delivery of inotify special eventsPo Lu2025-02-261-1/+4
* | Handle multibyte mode line spec chars (bug#76517)Pip Cet2025-02-251-1/+10
* | Clarify semantics of 'frame-inhibit-implied-resize'Martin Rudalics2025-02-241-9/+17
* | (Ftranspose_regions): Fix text-properties for len1==len2Stefan Monnier2025-02-231-140/+60