- 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
OBS-URL: https://build.opensuse.org/request/show/1270686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=10
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
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=28
- Rebase 0001-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)
OBS-URL: https://build.opensuse.org/request/show/1245406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=9
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)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=24
- 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
OBS-URL: https://build.opensuse.org/request/show/1240407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=8
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)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=15
- Rebase 0001-Only-export-necessary-symbols.-Fixes-105.patch against
1.6
- 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
OBS-URL: https://build.opensuse.org/request/show/1167502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=4
* 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
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=10
- 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)
OBS-URL: https://build.opensuse.org/request/show/1161543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=3
* 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)
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=8
- Depend on emacs-devel to make sure Emacs packaging macros are installed when not building with emacs-eln
- Update to 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
OBS-URL: https://build.opensuse.org/request/show/1151960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=2
* 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
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=4