emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 7decf14c5c 4/5: Add mac as possible window-sy


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 7decf14c5c 4/5: Add mac as possible window-system on Mac OS (#401)
Date: Tue, 31 Oct 2023 03:58:23 -0400 (EDT)

branch: externals/hyperbole
commit 7decf14c5cc3c0a1b4d6d4fb962b93003ccc9d5c
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Add mac as possible window-system on Mac OS (#401)
---
 ChangeLog   | 6 ++++++
 hpath.el    | 4 ++--
 hversion.el | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 19bb03ba5c..3a56fbfd04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-30  Mats Lidell  <matsl@gnu.org>
+
+* hversion.el (hyperb:mouse-buttons):
+  hpath.el (hpath:get-external-display-alist): Add mac as possible
+    window-system on Mac OS.
+
 2023-10-25  Mats Lidell  <matsl@gnu.org>
 
 * test/hui-tests.el (hui--ibut-link-directly-to-file)
diff --git a/hpath.el b/hpath.el
index 508a872623..4abd1eac52 100644
--- a/hpath.el
+++ b/hpath.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:     1-Nov-91 at 00:44:23
-;; Last-Mod:      3-Oct-23 at 17:39:29 by Mats Lidell
+;; Last-Mod:     30-Oct-23 at 23:32:24 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -1660,7 +1660,7 @@ programs, such as a pdf reader.  The cdr of each element 
may be:
   or a function of one filename argument.
 See also `hpath:internal-display-alist' for internal,
 `window-system' independent display settings."
-  (cond ((memq window-system '(dps ns))
+  (cond ((memq window-system '(mac dps ns))
         hpath:external-display-alist-macos)
        (hyperb:microsoft-os-p
         hpath:external-display-alist-mswindows)
diff --git a/hversion.el b/hversion.el
index f7a9ea6778..8ecbafebf2 100644
--- a/hversion.el
+++ b/hversion.el
@@ -4,7 +4,7 @@
 ;; Maintainer:   Bob Weiner, Mats Lidell
 ;;
 ;; Orig-Date:     1-Jan-94
-;; Last-Mod:      3-Oct-23 at 23:31:30 by Mats Lidell
+;; Last-Mod:     30-Oct-23 at 23:49:10 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -39,7 +39,7 @@
 
 (defvar hyperb:mouse-buttons
   (if (or (and hyperb:microsoft-os-p (not (memq window-system '(w32 w64 x))))
-         (memq window-system '(ns dps)))
+         (memq window-system '(mac ns dps)))
       2 3)
   "Number of live buttons available on the mouse.
 Override this if the system-computed default is incorrect for



reply via email to

[Prev in Thread] Current Thread [Next in Thread]