87d6bb1dbd
- Rebase 0001-Only-export-necessary-symbols.-Fixes-105.patch against version 2.1 - Update to version 2.1: * README: Update suggested Vertico configuration * Offer lower-case words for saving in personal dictionary * Improve lighter and menu, also include correct word next to correct all. * Add ~jinx-dir-local-words~ saved in ~.dir-locals.el~. Words can be added to the ~.dir-locals.el~ with the ~/~ key in the ~jinx-correct~ dialog * ~jinx-correct~: For capitalized words, offer lower case variants to save in personal dictionary and file local variables. * Add ~help-echo~ to the Jinx overlays to show possibly actions to perform on highlighted word
Björn Bidar
2025-04-18 03:00:53 +00:00
e67278bdf2
Accepting request 1245406 from editors
Ana Guerrero2025-02-12 20:39:07 +00:00
b6347149e4
Forgot to add sources..
Björn Bidar
2025-02-10 15:52:57 +00:00
6d6d8ad502
Fix typo
Björn Bidar
2025-02-10 12:44:23 +00:00
d26e3061af
- Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch against version 1.12 - Update to version 1.12: * Attempt to fix performance problem in folded Org buffers (gh#minad/jinx#187) * lisp-data-mode: Exclude symbols in docstrings * Use next-single-property-change when scanning for jinx--pending * Update README * Add comment regarding eager-display on Emacs 31 * Use with-memoization, requires Emacs 29.1 or compat-29 * Use weak hash table for loaded dictionaries * Preserve alist of loaded dictionaries (gh#rrthomas/enchant#402)
Björn Bidar
2025-02-10 12:42:08 +00:00
b675d8b0ae
Accepting request 1240407 from editors
Ana Guerrero2025-01-27 19:54:47 +00:00
716207eaa5
Forgot to remove old source file
Björn Bidar
2025-01-26 20:34:39 +00:00
9549d54d86
Also commit obsinfo file
Björn Bidar
2025-01-26 19:33:23 +00:00
1f71ba03a4
Forgot to add source file
Björn Bidar
2025-01-26 19:32:00 +00:00
45b123f008
- Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch against version 1.11 - Update to version 1.11: * Add tsx-ts-mode to jinx-camel-modes (gh#minad/jinx#219) * Extract jinx--compile-flags (Fix gh#minad/jinx#218) * Remove org-fold code to improve performance in Org-mode buffers. * Customization group: Add link to the wiki * Remove with-delayed-message workaround (Emacs#63253) * Workaround broken :predicate keyword in Emacs 28 and older
Björn Bidar
2025-01-26 19:30:38 +00:00
994706686e
- Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch against version 1.10 - Update to version 1.10: * Add jinx--syntax-overrides to override syntax table
Björn Bidar
2024-08-03 16:49:36 +00:00
cc3a0022fb
Accepting request 1186010 from editors
Ana Guerrero2024-07-08 17:08:18 +00:00
ceb1fcc520
- Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch against version 1.9. - Update to version 1.9: * Expose (jinx-correct-all t) via C-u C-u C-u M-x jinx-correct * jinx-correct-all: Add ONLY-CHECK argument. * A better fix for #156 * Revert "Fix bug in jinx--find-visible-pending (See #156)" * Fix bug in jinx--find-visible-pending (See #156) * correct link to enchant manual (#185)
Björn Bidar
2024-07-07 13:23:25 +00:00
c3e37524c9
Accepting request 1183481 from editors
Ana Guerrero2024-06-27 14:03:08 +00:00
d2d673ab9c
- Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch against version 1.8. - Update to version 1.8: * Fix wrong-type-argument (Fix#175) * README: Fix grammatical mistake * Ignore message-separator * Add jinx-save-languages * jinx--word-valid-p: Do not error on invalid characters (Fix#93, #164)
Björn Bidar
2024-06-26 19:13:17 +00:00
2af64c2912
Accepting request 1167502 from editors
Ana Guerrero2024-04-14 09:55:00 +00:00
3cbfff6810
- Rebase 0001-Only-export-necessary-symbols.-Fixes-105.patch against 1.6
Björn Bidar
2024-04-13 00:47:32 +00:00
3d7b1289de
- Update to version 1.6: * Fix jinx-mode reentrancy issue #gh/minad/jinx#158 * Ensure that directory local variables work correctly with Jinx. It is possible to turn Jinx on or off via dir-locals, and also configure the language and local words. * jinx-mod: Add global ref Qcons * jinx-next: Unfold hidden misspelling
Björn Bidar
2024-04-13 00:33:41 +00:00
1c3aa650c7
Accepting request 1161543 from editors
Ana Guerrero2024-03-26 18:26:15 +00:00
224bb53bd5
- Update to version 1.4: * Update README * Fix: Ensure that eval' local variable enabling jinx-mode' works * yaml-mode/yaml-ts-mode: Alias to conf-mode * Remove TeX-mode alias * jinx-exclude/include-faces, jinx-exclude-regexps: Support mode aliases * jinx-correct-all: Restrict corrections to marked region * jinx-correct: Ensure that word is saved without text properties (Fix#140)
Björn Bidar
2024-03-25 18:18:24 +00:00
7fe1017e02
Accepting request 1151960 from editors
Ana Guerrero2024-02-27 21:47:39 +00:00
c531663ecd
- Depend on emacs-devel to make sure Emacs packaging macros are installed when not building with emacs-eln
Björn Bidar
2024-02-26 21:14:06 +00:00
7a20a14c7d
Remove redundant line
Björn Bidar
2024-02-26 19:16:30 +00:00
7cbe05df66
- Update to version 1.3: * Version 1.3 * jinx-mode: hack-local-variables - ignore mode variables * README: List packages needed on OpenSUSE * Fix interaction bug with the newest version of AUCTeX, where the major mode got changed unexpectedly. * No need to use hashed symbol as argument for derived-mode-p * Fix deadlock on macOS during Jinx startup (Fix#91, #113) * Revert "Simplify rescheduling" * timer-activate-when-idle: Pass DONT-WAIT=t
Björn Bidar
2024-02-26 18:15:08 +00:00
405050d929
Accepting request 1143517 from editors
Ana Guerrero2024-02-02 14:47:22 +00:00
28bbd82177
format spec
Björn Bidar
2024-02-01 22:27:14 +00:00
0df7781225
Accepting request 1142981 from home:Thaodan:emacs
Martin Pluskal2024-01-31 10:44:22 +00:00