• Joined on 2026-02-16
daneel pushed to master at martin/emacs-doom 2026-03-01 19:51:05 +00:00
46930281db patches: fix echo area — read echo_area_buffer[0] directly
daneel pushed to master at martin/emacs-doom 2026-03-01 14:02:23 +00:00
6d2d702aa7 patches: fix encoding + cursor sync + echo area
daneel pushed to master at martin/emacs-doom 2026-03-01 13:52:01 +00:00
b7d0188cbb patches: fix VoiceOver cursor sync + echo area (base f8d9ecb restored)
daneel pushed to master at martin/emacs-doom 2026-03-01 13:44:42 +00:00
7ddebc2579 patches: rebase onto upstream a755d7f (2026-03-01)
daneel pushed to master at martin/emacs-doom 2026-03-01 13:41:43 +00:00
3502cfaf25 patches: fix VoiceOver rotor cursor sync + echo area announcements
daneel pushed to master at martin/emacs-doom 2026-03-01 13:25:22 +00:00
bcb25088dd patches: announce echo area messages to VoiceOver
daneel pushed to master at martin/emacs-doom 2026-03-01 13:20:51 +00:00
0d4d874607 patches: fix VoiceOver rotor cursor sync on large jumps (LayoutChanged)
daneel pushed to master at martin/emacs-doom 2026-03-01 12:44:23 +00:00
2402c50117 patches: fix fold/unfold comment — outline-mode uses overlays in Emacs 28+
daneel pushed to master at martin/emacs-doom 2026-03-01 12:43:28 +00:00
6703914305 patches: fix fold/unfold AX cache regression (BUF_OVERLAY_MODIFF)
daneel pushed to master at martin/emacs-org 2026-03-01 11:00:17 +00:00
c52a3db351 Weekly review - 2026-03-01
daneel pushed to master at martin/emacs-doom 2026-03-01 09:25:13 +00:00
e969011b87 config: always enable macOS accessibility on darwin
daneel pushed to master at martin/emacs-doom 2026-03-01 09:24:04 +00:00
1954d3ec29 config: replace obsolete defadvice with advice-add (Emacs 30.1)
daneel pushed to master at martin/emacs-doom 2026-03-01 09:05:50 +00:00
f108952af1 patches: fix remaining line-length violations and doc string corruption
daneel pushed to master at martin/emacs-doom 2026-03-01 08:44:49 +00:00
71c81abcae patches: address all maintainer review issues
daneel pushed to master at martin/emacs-doom 2026-03-01 08:17:47 +00:00
e0343db56c patches: fix leftover conflict markers in patch 0002
daneel pushed to master at martin/emacs-doom 2026-03-01 08:14:54 +00:00
0c13f5d6a3 patches: fix O(position) lag — O(1) fast path in accessibilityIndexForCharpos:
daneel pushed to master at martin/emacs-doom 2026-03-01 08:03:02 +00:00
fb68dd50ea patches: fix O(position) lag — O(1) fast path in charposForAccessibilityIndex:
daneel pushed to master at martin/emacs-doom 2026-03-01 07:30:00 +00:00
31ad038360 patches: fix O(position) lag — use lineForAXIndex: instead of lineRangeForRange:
daneel pushed to master at martin/emacs-doom 2026-03-01 06:11:01 +00:00
c4975c3fe4 patches: fix Corfu Zoom tracking — replace rate-limit with parent-frame guard
daneel pushed to master at martin/emacs-doom 2026-03-01 06:05:34 +00:00
19cc43dbbb Revert "patches: fix Corfu completion tracking in Zoom"