emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9ab4cc1 1/2: ; tiny NEWS fix


From: Glenn Morris
Subject: [Emacs-diffs] master 9ab4cc1 1/2: ; tiny NEWS fix
Date: Tue, 13 Mar 2018 02:33:33 -0400 (EDT)

branch: master
commit 9ab4cc1e27f569a0f415b5756eaf0f81a0d8b7f9
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; tiny NEWS fix
---
 etc/NEWS | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index c0de56d..49b755b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,7 +292,32 @@ This feature uses Tramp and works only on systems which 
support GVFS,
 i.e. GNU/Linux, roughly spoken.  See the chapter "(tramp) Archive file
 names" in the Tramp manual for full documentation of these facilities.
 
-** Some functions and variables obsolete since 22.1 have been removed:
+
+* Incompatible Lisp Changes in Emacs 27.1
+
+** The FILENAME argument to 'file-name-base' is now mandatory and no
+longer defaults to 'buffer-file-name'.
+
+---
+** The function 'eldoc-message' now accepts a single argument.
+Programs that called it with multiple arguments before should pass
+them through 'format' first.  Even that is discouraged: for ElDoc
+support, you should set 'eldoc-documentation-function' instead of
+calling 'eldoc-message' directly.
+
+** Old-style backquotes now generate an error.  They have been
+generating warnings for a decade.  To interpret old-style backquotes
+as new-style, bind the new variable 'force-new-style-backquotes' to t.
+
+** Defining a Common Lisp structure using 'cl-defstruct' or
+'cl-struct-define' whose name clashes with a builtin type (e.g.,
+'integer' or 'hash-table') now signals an error.
+
+** When formatting a floating-point number as an octal or hexadecimal
+integer, Emacs now signals an error if the number is too large for the
+implementation to format (Bug#30408).
+
+** Some functions and variables obsolete since Emacs 22 have been removed:
 archive-mouse-extract, assoc-ignore-case, assoc-ignore-representation,
 backward-text-line, blink-cursor, bookmark-exit-hooks,
 comint-use-prompt-regexp-instead-of-fields, compilation-finish-function,
@@ -328,31 +353,6 @@ vc-diff-switches-list, vc-next-comment, 
vc-previous-comment, view-todo,
 x-lost-selection-hooks, x-sent-selection-hooks
 
 
-* Incompatible Lisp Changes in Emacs 27.1
-
-** The FILENAME argument to 'file-name-base' is now mandatory and no
-longer defaults to 'buffer-file-name'.
-
----
-** The function 'eldoc-message' now accepts a single argument.
-Programs that called it with multiple arguments before should pass
-them through 'format' first.  Even that is discouraged: for ElDoc
-support, you should set 'eldoc-documentation-function' instead of
-calling 'eldoc-message' directly.
-
-** Old-style backquotes now generate an error.  They have been
-generating warnings for a decade.  To interpret old-style backquotes
-as new-style, bind the new variable 'force-new-style-backquotes' to t.
-
-** Defining a Common Lisp structure using 'cl-defstruct' or
-'cl-struct-define' whose name clashes with a builtin type (e.g.,
-'integer' or 'hash-table') now signals an error.
-
-** When formatting a floating-point number as an octal or hexadecimal
-integer, Emacs now signals an error if the number is too large for the
-implementation to format (Bug#30408).
-
-
 * Lisp Changes in Emacs 27.1
 
 +++



reply via email to

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