aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-08 16:37:42 +0300
committerEli Zaretskii2016-10-08 16:37:42 +0300
commit67d14c8222c05ac20229f71a2cf40eb9e3efa053 (patch)
treedae77528df79a9a265540d785e718da6be490a2c /etc
parent2913fa2d478e1c717c15e9a4d978454b7161750d (diff)
downloademacs-67d14c8222c05ac20229f71a2cf40eb9e3efa053.tar.gz
emacs-67d14c8222c05ac20229f71a2cf40eb9e3efa053.zip
Deprecate 'wp' group and introduce a new group 'text'
* lisp/textmodes/tildify.el (tildify): * lisp/textmodes/text-mode.el (text-mode-hook): * lisp/textmodes/table.el (table): * lisp/textmodes/rst.el (rst): * lisp/textmodes/refer.el (refer): * lisp/textmodes/refbib.el (refbib): * lisp/textmodes/picture.el (picture): * lisp/textmodes/nroff-mode.el (nroff): * lisp/textmodes/enriched.el (enriched): * lisp/textmodes/bib-mode.el (bib): * lisp/progmodes/ebnf2ps.el (ebnf2ps): * lisp/nxml/rng-valid.el (relax-ng): * lisp/view.el (view): * lisp/ps-print.el (ps-print): * lisp/printing.el (printing): * lisp/outline.el (outlines): * lisp/lpr.el (lpr): * lisp/delim-col.el (columns): Use 'text' group instead of 'wp'. * lisp/cus-edit.el (wp): Remove the "text" tag. (text): New defgroup, inherits from the deprecated 'wp'. (outlines): Remove, in favor of the definition in outline.el. (tex): Inherit from 'text'. Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#24549)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4268a4009dc..59fb72a2bec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -61,6 +61,10 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
61 61
62* Changes in Emacs 26.1 62* Changes in Emacs 26.1
63 63
64---
65The group 'wp', whose label was "text", is now deprecated.
66Use the new group 'text', which inherits from 'wp', instead.
67
64+++ 68+++
65** The new function 'call-shell-region' executes a command in an 69** The new function 'call-shell-region' executes a command in an
66inferior shell with the buffer region as input. 70inferior shell with the buffer region as input.