• Joined on 2026-02-16
daneel pushed to master at martin/emacs-doom 2026-02-26 21:27:27 +00:00
97776b5141 Fix patch after 3-reviewer pipeline review
daneel pushed to master at martin/emacs-doom 2026-02-26 20:52:51 +00:00
3c0a68cfb9 Fix patch: adjust subsequent hunk offsets after 2-line removal
daneel pushed to master at martin/emacs-doom 2026-02-26 20:50:26 +00:00
35a5326c18 Fix corrupt patch: correct hunk line counts after extern removal
daneel pushed to master at martin/emacs-doom 2026-02-26 20:43:05 +00:00
220e90144f Fix build errors in Zoom/VoiceOver patch
daneel pushed to master at martin/emacs-doom 2026-02-26 20:37:42 +00:00
3bad798541 patches: fix v16.4 build errors (extern redecl + invalid C-n/C-p escape)
daneel pushed to master at martin/emacs-doom 2026-02-26 17:41:37 +00:00
7c01587079 patches: isolate C-n/C-p keypath from arrow navigation
daneel pushed to master at martin/emacs-doom 2026-02-26 17:37:07 +00:00
059ee5a0ea patches: target C-n/C-p vs arrow VoiceOver line-read mismatch
daneel pushed to master at martin/emacs-doom 2026-02-26 17:25:06 +00:00
1b42d553a2 patches: completion candidate-aware VoiceOver announce fix
daneel pushed to master at martin/emacs-doom 2026-02-26 17:06:16 +00:00
74b9691856 patches: fix AX enum mapping + completion announcement source
daneel pushed to master at martin/emacs-doom 2026-02-26 16:49:59 +00:00
b3a6141831 patches: robust AX/VoiceOver fix after full audit pipeline
daneel pushed to master at martin/emacs-doom 2026-02-26 16:32:33 +00:00
8720a43d04 patches: fix paths to src/nsterm.{m,h}
daneel pushed to master at martin/emacs-doom 2026-02-26 16:30:36 +00:00
8ae3f0b367 patches: update VoiceOver patch (v15.9 candidate)
daneel pushed to master at martin/emacs-doom 2026-02-26 16:02:52 +00:00
fa4748eb4c voiceover: refresh ns accessibility patch to v15.8
daneel pushed tag anthropic-working to martin/emacs-doom 2026-02-26 15:14:21 +00:00
daneel pushed to master at martin/emacs-doom 2026-02-26 15:07:45 +00:00
25e2a21245 v15.7: fix buffer gap corruption in visible text extraction
daneel pushed to master at martin/emacs-doom 2026-02-26 14:44:57 +00:00
f09f6dd0f3 v15.6: replace TEXT_PROP_MEANS_INVISIBLE (xdisp.c only) with !NILP check
daneel pushed to master at martin/emacs-doom 2026-02-26 14:40:30 +00:00
4a0c35a52c v15.6: skip invisible text, charpos↔index mapping, completions overlay
daneel pushed to master at martin/emacs-doom 2026-02-26 14:22:04 +00:00
9cf5382bc7 v15.5: fix Fset_mark -> Fset_marker(BVAR(b,mark), pos, buf)
daneel pushed to master at martin/emacs-doom 2026-02-26 14:16:47 +00:00
31e452ed5c v15.5: VoiceOver cursor tracking — setAccessibilitySelectedTextRange, interaction mode, completions announcement
daneel pushed to master at martin/emacs-doom 2026-02-26 13:53:49 +00:00
f961f46b9a v15.4: comprehensive VoiceOver fix — 9 bugs from 4-reviewer audit