[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ess 3a76725fcd 1/3: in pre-release testing stage
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ess 3a76725fcd 1/3: in pre-release testing stage |
Date: |
Wed, 4 Dec 2024 15:58:04 -0500 (EST) |
branch: externals/ess
commit 3a76725fcd456811105b430bc0b12a8343073a1c
Author: rsparapa <rsparapa@mcw.edu>
Commit: rsparapa <rsparapa@mcw.edu>
in pre-release testing stage
---
Makeconf | 6 +++---
doc/newfeat.texi | 13 ++++++++++++-
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/Makeconf b/Makeconf
index 11016e515e..d2be58271b 100644
--- a/Makeconf
+++ b/Makeconf
@@ -20,11 +20,11 @@ SITELISP ?= $(PREFIX)/share/emacs/site-lisp
ESSDESTDIR ?= $(SITELISP)/ess
EMACSBATCH ?= $(EMACS) -batch -Q
-# ##__ GNU Emacs __ preparing for a emacs 29.1 "ESS" release
+# ##__ GNU Emacs __ for version 29.4
# DESTDIR = /usr/local
# PREFIX = $(DESTDIR)
-# EMACS = $(PREFIX)/emacs/29.1/bin/emacs
-# SITELISP = $(PREFIX)/emacs/29.1/share/emacs/site-lisp
+# EMACS = $(PREFIX)/emacs/29.4/bin/emacs
+# SITELISP = $(PREFIX)/emacs/29.4/share/emacs/site-lisp
# ESSDESTDIR = $(SITELISP)/ess
# EMACSBATCH = $(EMACS) -batch -Q
diff --git a/doc/newfeat.texi b/doc/newfeat.texi
index adc15e695c..0aead17be0 100644
--- a/doc/newfeat.texi
+++ b/doc/newfeat.texi
@@ -1,13 +1,24 @@
@comment @itemize @w{}
@comment @item
-Changes and New Features in development version:
+Changes and New Features in pre-release (target=24.12.0) version:
@itemize @bullet
@item ESS[R]: The shorthand notation for lambda functions
and the question mark are now fontified as keywords.
Contributed by Maxime Pettinger.
+@item polymode: In our transition from literate libraries
+(such as noweb documented below with respect to 19.04), we are now
+requiring the polymode packages as a more suitable replacement.
+Furthermore, we require the related polymodes including packages for
+poly-R, poly-noweb and poly-markdown. The package polymode itself, and
+the polymodes packages, are all on MELPA rather than ELPA. Therefore,
+you need to add MELPA to the list of installation archives as follows.
+@code{(add-to-list 'package-archives '("melpa-stable" .
+https://stable.melpa.org/packages/))} This will allow @code{M-x
+package-install} to proceed naturally.
+
@end itemize
Changes and New Features in 24.01.1: