patches: fix commit msg line lengths, add remaining fixes

- 0007/0008: rewrap long commit message lines (>78 chars created by
  package name generalization); Emacs commit-msg hook enforces 78 char
  limit
- 0006: add paragraph break before 'Block-style cursors' sentence in
  macos.texi VoiceOver section; update hunk count accordingly
- 0000/0007: add comment documenting intentional ns_zoom_face_is_selected
  / ns_ax_face_is_selected duplication (independent series design)
This commit is contained in:
2026-03-03 13:17:54 +01:00
parent aa0388d485
commit bbeb4d87ac
4 changed files with 17 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ index 6bd334f48e..8d4a7825d8 100644
* GNUstep Support:: Details on status of GNUstep support.
@end menu
@@ -272,6 +273,81 @@ and return the result as a string. You can also use the Lisp function
@@ -272,6 +273,82 @@
services and receive the results back. Note that you may need to
restart Emacs to access newly-available services.
@@ -101,6 +101,7 @@ index 6bd334f48e..8d4a7825d8 100644
+
+ This support is available only on the Cocoa build. GNUstep has a
+different accessibility model and is not yet supported.
+
+Block-style cursors are handled
+correctly: character navigation announces the character at the cursor
+position, not the character before it.