Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
emacs-jinx
emacs-jinx.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File emacs-jinx.changes of Package emacs-jinx
------------------------------------------------------------------- Sat Aug 03 16:43:27 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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 ------------------------------------------------------------------- Sun Jul 07 13:16:50 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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) ------------------------------------------------------------------- Wed Jun 26 19:05:01 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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) ------------------------------------------------------------------- Sat Apr 13 00:28:28 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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 ------------------------------------------------------------------- Mon Mar 25 18:16:35 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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) ------------------------------------------------------------------- Mon Feb 26 21:13:55 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - Depend on emacs-devel to make sure Emacs packaging macros are installed when not building with emacs-eln ------------------------------------------------------------------- Mon Feb 26 17:34:45 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - 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 ------------------------------------------------------------------- Wed Jan 31 08:37:20 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> - Rebase patches and remove those no longer required - Update to version 1.2: * Fix deadlock on macOS during Jinx startup (Fix #91, #113) * Revert "Simplify rescheduling" * timer-activate-when-idle: Pass DONT-WAIT=t * jinx--base-syntax-table: Exclude private use areas * Bump copyright years * Replace keyword wp with text * Reschedule on window selection change * Simplify rescheduling * Avoid a little bit of timer consing * Use menu-item for mouse menu * Use hashed symbols * Add jinx-menu-suggestions defcustom * More compact mouse menu, delete duplicates * jinx-correct-menu: Use jinx-correct-word * Add mouse context menu * New function jinx--session-suggestions * jinx-mode: Extract jinx--reschedule-hooks variable * derived-mode-p: Calling convention change * Handle LANG=C or LANG=POSIX environment variables (Fix #116) * Fix some package-lint warnings * Revert "jinx-correct: Setup minibuffer keymaps later (Fix #112)" * jinx-correct: Setup minibuffer keymaps later (Fix #112) * Module initialization: Print a message for outdated Enchant (Fix #111) * Require libenchant 2.3.1 or newer * Exclude Gnus cite faces inside message mode * jinx-mode: Support disabling via file-local variable * Update face list * Exclude cite faces inside message mode (#108) * README: Mention NixOS * Update jinx-exclude-regexps * Update Org exclude faces * Update Org excluded faces, add org-drawer (Fix #99) * Use quotes in comment * Fix docstring * Improve jinx-correct docstring * Rename jinx-correct-at-point to jinx-correct-word * jinx-correct-*: Code cleanup * Improve jinx-correct-at-point * Code cleanup, use save-excursion * jinx-correct: Add dispatching to jinx-correct-at-point * Implement jinx-correct-at-point by faking an overlay (#89) * Use without-restriction * jinx-correct: Add prefix keys to session word suggestions (See #96, #97) * jinx-correct: Suggestion from session words (Fix #97) * Remove unused variable * Fix condition * Replace jinx-include-modes with global-jinx-modes * jinx--word-valid-p: Simplify * jinx--word-valid-p: More restrictive check of capitalized words * jinx--word-valid-p: Allow capitalized words (See #96) * Simplify jinx-correct * jinx-correct: Refontify should not be necessary * jinx-languages: Ensure that jinx-mode is enabled * jinx-next/previous: Add command-modes * jinx-exclude-regexps: Ignore hyphens used as bullet points (Fix #87) ------------------------------------------------------------------- Sun Oct 1 00:12:19 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de> - Add patch to exclude cite faces in message mode ------------------------------------------------------------------- Fri Sep 29 17:57:41 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de> - Add patch to only export necessary symbols in jinx-mod.so ------------------------------------------------------------------- Wed Sep 27 22:17:27 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de> - Initial packaging for OpenSuSE - Jinx 0.9 * 🪄 Make sure that Emojis are not marked as misspelled 🧙🏼♀️ * Rename =jinx-correct-next/previous= to =jinx-next/previous=. The commands can be used outside the minibuffer * Bind =M-n= and =M-p= to =jinx-next/previous= in =jinx-overlay-map= * Bind =M-$= to =jinx-correct= in the =jinx-overlay-map= * Add =jinx-repeat-map= * Rename category of Jinx overlays to =jinx-overlay= * Rename =jinx-misspelled-map= to =jinx-overlay-map= * Add many more language modes to =jinx-camel-modes=
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor