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

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

[elpa] externals/ess d8472e00da 2/3: revert broken ess-switch-process; f


From: ELPA Syncer
Subject: [elpa] externals/ess d8472e00da 2/3: revert broken ess-switch-process; fixes #1276
Date: Wed, 31 Jan 2024 06:58:13 -0500 (EST)

branch: externals/ess
commit d8472e00da8fde3224d4512641093b526601af39
Author: Martin Maechler <maechler@r-project.org>
Commit: Martin Maechler <maechler@r-project.org>

    revert broken ess-switch-process; fixes #1276
---
 NEWS             | 15 ++++++++++-----
 VERSION          |  2 +-
 doc/newfeat.texi |  6 ++++++
 lisp/ess-inf.el  |  2 --
 lisp/ess.el      |  2 +-
 5 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index ee9027d4fa..4678ce93c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
-Changes and New Features in 24.01.0:
+Changes and New Features in 24.01.1:
 
-   • fix docstring warnings in ess-custom lisp/ess-custom.el with
-     version _not_ 24.01.0 (or similar), but do remember to make after
-     checkout.
+   • Revert a bug introduced with the ‘ess-request-a-process’ change
+
+   Changes and New Features in 24.01.0:
+
+   • fix docstring warnings in ess-custom
+
+   • :package-version is now set to "VERSION" in ess-custom.  By make
+     this is replaced with "24.01.0" (or similar).
 
    • Better “collaboration” with org-mode Now ‘ess-request-a-process’
      obeys ‘ess-gen-proc-buffer-name-function’, thanks to Ihor
@@ -270,7 +275,7 @@ documentation for more detail:
    • ‘Makefile’ fixes, notably for ‘make install’ and including full
      docs in the tarballs.
 
-   Bug Fixes in 18.10-1:
+   Bug Fixes in 18.10.1:
    • New functions ‘ess-eval-line-visibly-and-step’ (‘C-c C-n’ and
      ‘ess-eval-region-or-line-visibly-and-step’ (‘C-RET’) which behave
      as the old versions of ‘ess-eval-line-and-step’ and
diff --git a/VERSION b/VERSION
index c319ff852f..f36092eb75 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-24.01.0
+24.01.1
diff --git a/doc/newfeat.texi b/doc/newfeat.texi
index 65e29f8376..ab2bc19b74 100644
--- a/doc/newfeat.texi
+++ b/doc/newfeat.texi
@@ -1,6 +1,12 @@
 @comment @itemize @w{}
 @comment @item
 
+Changes and New Features in 24.01.1:
+@itemize @bullet
+
+@item Revert a bug introduced with the @code{ess-request-a-process} change
+@end itemize
+
 Changes and New Features in 24.01.0:
 @itemize @bullet
 
diff --git a/lisp/ess-inf.el b/lisp/ess-inf.el
index aaff314c65..964e52c3c5 100644
--- a/lisp/ess-inf.el
+++ b/lisp/ess-inf.el
@@ -828,8 +828,6 @@ to `ess-completing-read'."
                                                    'ess-dialect
                                                    (process-buffer 
(get-process (car lproc)))))
                                            (not (equal ess-local-process-name 
(car lproc)))
-                                           (equal (buffer-name (process-buffer 
(get-process (car lproc))))
-                                                  (funcall 
ess-gen-proc-buffer-name-function (car lproc)))
                                            (car lproc)))
                                     ess-process-name-list)
                             ;; append local only if running
diff --git a/lisp/ess.el b/lisp/ess.el
index d76b74c9d2..a48958cf02 100644
--- a/lisp/ess.el
+++ b/lisp/ess.el
@@ -17,7 +17,7 @@
 ;;
 ;; Maintainer: ESS Core Team <ESS-core@r-project.org>
 ;; Created: 7 Jan 1994
-;; Version: 24.01.0
+;; Version: 24.01.1
 ;; URL: https://ess.r-project.org/
 ;; Package-Requires: ((emacs "25.1"))
 ;; ESSR-Version: 1.8



reply via email to

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