29 Commits

Author SHA256 Message Date
99f6b47777 Accepting request 1270686 from editors
- 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
2025-04-18 14:21:59 +00:00
Björn Bidar
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

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=28
2025-04-18 03:00:53 +00:00
e67278bdf2 Accepting request 1245406 from editors
- 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
2025-02-12 20:39:07 +00:00
Björn Bidar
b6347149e4 Forgot to add sources..
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=26
2025-02-10 15:52:57 +00:00
Björn Bidar
6d6d8ad502 Fix typo
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=25
2025-02-10 12:44:23 +00:00
Björn Bidar
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)

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=24
2025-02-10 12:42:08 +00:00
b675d8b0ae Accepting request 1240407 from editors
- 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
2025-01-27 19:54:47 +00:00
Björn Bidar
716207eaa5 Forgot to remove old source file
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=22
2025-01-26 20:34:39 +00:00
Björn Bidar
9549d54d86 Also commit obsinfo file
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=21
2025-01-26 19:33:23 +00:00
Björn Bidar
1f71ba03a4 Forgot to add source file
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=20
2025-01-26 19:32:00 +00:00
Björn Bidar
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

M    0001-Only-export-necessary-symbols.-Fixes-105.patch
M    _service
M    emacs-jinx.changes
M    emacs-jinx.spec
!    jinx-1.10.tar.gz

Diff for working copy: .
Index: 0001-Only-export-necessary-symbols.-Fixes-105.patch
===================================================================

--- 0001-Only-export-necessary-symbols.-Fixes-105.patch	(revision 18)
+++ 0001-Only-export-necessary-symbols.-Fixes-105.patch	(working copy)
@@ -16,7 +16,7 @@
  2 files changed, 18 insertions(+), 3 deletions(-)
 
 diff --git a/jinx-mod.c b/jinx-mod.c
-index 4c1c42f6247bba04ff543481a5a0f611559996f3..0a33c48de83ae6c727f5c7253704675e7f0141bb 100644
+index d08c86fb05e7ee6f666437a551fa15981521e2c0..7d7e02829f3983ab205c5b9d683bf74c2c4ef082 100644
 --- a/jinx-mod.c
 +++ b/jinx-mod.c
 @@ -21,10 +21,25 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
@@ -46,7 +46,7 @@
  
  static EnchantBroker* broker = 0;
  static emacs_value Qt, Qnil, Qcons;
-@@ -173,7 +188,7 @@ static emacs_value jinx_suggest(emacs_env* env, ptrdiff_t jinx_unused(nargs),
+@@ -175,7 +190,7 @@ static emacs_value jinx_suggest(emacs_env* env, ptrdiff_t jinx_unused(nargs),
      return list;
  }
  
@@ -56,15 +56,15 @@
          return 1; // Require Emacs binary compatibility
      emacs_env* env = runtime->get_environment(runtime);
 diff --git a/jinx.el b/jinx.el
-index f44192d69eee3ca323fcf0f7564f1f2409e25874..b9e1fba234731c5d03895fe7acd60784dfb701f4 100644
+index e6180d12743e5a2d8a1c437fbb767eb334addc27..5e4c780ce5ebef0d0dde7a9ea2b635831152fe9f 100644
 --- a/jinx.el
 +++ b/jinx.el
-@@ -601,7 +601,7 @@ If CHECK is non-nil, always check first."
-                                    (or (locate-library c-name t)
-                                        (error "Jinx: %s not found" c-name))))
-                (command
--                `(,cc "-I." "-O2" "-Wall" "-Wextra" "-fPIC" "-shared"
-+                `(,cc "-I." "-O2" "-Wall" "-Wextra" "-fPIC" "-shared" "-fvisibility=hidden"
-                   "-o" ,mod-name ,c-name
-                   ,@(split-string-and-unquote
-                      (condition-case nil
+@@ -264,7 +264,7 @@ (easy-menu-define jinx-mode-menu jinx-mode-map
+ ;;;; Internal variables
+ 
+ (defvar jinx--compile-flags
+-  '("-I." "-O2" "-Wall" "-Wextra" "-fPIC" "-shared")
++  '("-I." "-O2" "-Wall" "-Wextra" "-fPIC" "-shared -fvisibility=hidden")
+   "List of compile flags passed to the C compiler.")
+ 
+ (defvar jinx--reschedule-hooks

Index: _service
===================================================================

--- _service	(revision 18)
+++ _service	(working copy)
@@ -1,6 +1,6 @@
 <!-- -*- xml -*- !-->
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
 	<param name="versionformat">@PARENT_TAG@</param>
 	<param name="url">https://github.com/minad/jinx.git</param>
     <param name="filename">jinx</param>
@@ -9,10 +9,10 @@
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">Björn Bidar &#60;bjorn.bidar@thaodan.de&#62;</param>
   </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
+  <service mode="buildtime" name="tar" />
+  <service mode="buildtime" name="recompress">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="manual"/>
 </services>

Index: emacs-jinx.changes
===================================================================

--- emacs-jinx.changes	(revision 18)
+++ emacs-jinx.changes	(working copy)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Sun Jan 26 19:09:22 UTC 2025 - Björn Bidar <bjorn.bidar@thaodan.de>
+
+- 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
+
 -------------------------------------------------------------------
 Sat Aug 03 16:43:27 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
 
@@ -14,10 +27,10 @@
 - 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)
+  * A better fix for gh#minad/jinx#156
+  * Revert "Fix bug in jinx--find-visible-pending (See gh#minad/jinx#156)"
+  * Fix bug in jinx--find-visible-pending (See gh#minad/jinx#156)
+  * correct link to enchant manual (gh#minad/jinx#185)
 
 -------------------------------------------------------------------
 Wed Jun 26 19:05:01 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
@@ -25,11 +38,11 @@
 - Rebase p0001-Only-export-necessary-symbols.-Fixes-105.patch
   against version 1.8.
 - Update to version 1.8:
-  * Fix wrong-type-argument (Fix #175)
+  * Fix wrong-type-argument (Fix gh#minad/jinx#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)
+  * jinx--word-valid-p: Do not error on invalid characters (Fix gh#minad/jinx#93, gh#minad/jinx#164)
 
 -------------------------------------------------------------------
 Sat Apr 13 00:28:28 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
@@ -54,7 +67,7 @@
   * 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)
+  * jinx-correct: Ensure that word is saved without text properties (Fix gh#minad/jinx#140)
 
 -------------------------------------------------------------------
 Mon Feb 26 21:13:55 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
@@ -70,7 +83,7 @@
   * 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)
+  * Fix deadlock on macOS during Jinx startup (Fix gh#minad/jinx#91, gh#minad/jinx#113)
   * Revert "Simplify rescheduling"
   * timer-activate-when-idle: Pass DONT-WAIT=t
 
@@ -79,7 +92,7 @@
 
 - Rebase patches and remove those no longer required
 - Update to version 1.2:
-  * Fix deadlock on macOS during Jinx startup (Fix #91, #113)
+  * Fix deadlock on macOS during Jinx startup (Fix gh#minad/jinx#91, gh#minad/jinx#113)
   * Revert "Simplify rescheduling"
   * timer-activate-when-idle: Pass DONT-WAIT=t
   * jinx--base-syntax-table: Exclude private use areas
@@ -97,20 +110,20 @@
   * 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)
+  * Handle LANG=C or LANG=POSIX environment variables (Fix gh#minad/jinx#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)
+  * Revert "jinx-correct: Setup minibuffer keymaps later (Fix gh#minad/jinx#112)"
+  * jinx-correct: Setup minibuffer keymaps later (Fix gh#minad/jinx#112)
+  * Module initialization: Print a message for outdated Enchant (Fix gh#minad/jinx#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)
+  * Exclude cite faces inside message mode (gh#minad/jinx#108)
   * README: Mention NixOS
   * Update jinx-exclude-regexps
   * Update Org exclude faces
-  * Update Org excluded faces, add org-drawer (Fix #99)
+  * Update Org excluded faces, add org-drawer (Fix gh#minad/jinx#99)
   * Use quotes in comment
   * Fix docstring
   * Improve jinx-correct docstring
@@ -119,21 +132,21 @@
   * 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)
+  * Implement jinx-correct-at-point by faking an overlay (gh#minad/jinx#89)
   * Use without-restriction
-  * jinx-correct: Add prefix keys to session word suggestions (See #96, #97)
-  * jinx-correct: Suggestion from session words (Fix #97)
+  * jinx-correct: Add prefix keys to session word suggestions (See gh#minad/jinx#96, gh#minad/jinx#97)
+  * jinx-correct: Suggestion from session words (Fix gh#minad/jinx#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)
+  * jinx--word-valid-p: Allow capitalized words (See gh#minad/jinx#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)
+  * jinx-exclude-regexps: Ignore hyphens used as bullet points (Fix gh#minad/jinx#87)
 
 -------------------------------------------------------------------
 Sun Oct  1 00:12:19 UTC 2023 - Björn Bidar <bjorn.bidar@thaodan.de>

Index: emacs-jinx.spec
===================================================================

--- emacs-jinx.spec	(revision 18)
+++ emacs-jinx.spec	(working copy)
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-jinx
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2023 Björn Bidar
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global _name    jinx
 
 Name:           emacs-%{_name}
-Version:        1.10
+Version:        1.11
 Release:        0
 Summary:        Enchanted Spell Checker for Emacs
 License:        GPL-3.0-or-later

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=19
2025-01-26 19:30:38 +00:00
9bf930eaaa Accepting request 1191443 from editors
- 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

OBS-URL: https://build.opensuse.org/request/show/1191443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=7
2024-08-05 15:21:14 +00:00
Björn Bidar
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

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=17
2024-08-03 16:49:36 +00:00
cc3a0022fb Accepting request 1186010 from editors
- 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)

OBS-URL: https://build.opensuse.org/request/show/1186010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=6
2024-07-08 17:08:18 +00:00
Björn Bidar
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)

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=15
2024-07-07 13:23:25 +00:00
c3e37524c9 Accepting request 1183481 from editors
- 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)

OBS-URL: https://build.opensuse.org/request/show/1183481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=5
2024-06-27 14:03:08 +00:00
Björn Bidar
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)

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=13
2024-06-26 19:13:17 +00:00
2af64c2912 Accepting request 1167502 from editors
- 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
2024-04-14 09:55:00 +00:00
Björn Bidar
3cbfff6810 - Rebase 0001-Only-export-necessary-symbols.-Fixes-105.patch against
1.6

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=11
2024-04-13 00:47:32 +00:00
Björn Bidar
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

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=10
2024-04-13 00:33:41 +00:00
1c3aa650c7 Accepting request 1161543 from editors
- 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
2024-03-26 18:26:15 +00:00
Björn Bidar
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)

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=8
2024-03-25 18:18:24 +00:00
7fe1017e02 Accepting request 1151960 from editors
- 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
2024-02-27 21:47:39 +00:00
Björn Bidar
c531663ecd - Depend on emacs-devel to make sure Emacs packaging macros are installed when not building with emacs-eln
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=6
2024-02-26 21:14:06 +00:00
Björn Bidar
7a20a14c7d Remove redundant line
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=5
2024-02-26 19:16:30 +00:00
Björn Bidar
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

OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=4
2024-02-26 18:15:08 +00:00
405050d929 Accepting request 1143517 from editors
Add license header to spec file as requested

OBS-URL: https://build.opensuse.org/request/show/1143517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/emacs-jinx?expand=0&rev=1
2024-02-02 14:47:22 +00:00
Björn Bidar
28bbd82177 format spec
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=2
2024-02-01 22:27:14 +00:00
0df7781225 Accepting request 1142981 from home:Thaodan:emacs
Emacs package for spell checking based on enchant.

OBS-URL: https://build.opensuse.org/request/show/1142981
OBS-URL: https://build.opensuse.org/package/show/editors/emacs-jinx?expand=0&rev=1
2024-01-31 10:44:22 +00:00