summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS22
-rw-r--r--etc/NEWS.2645
2 files changed, 45 insertions, 22 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce849e49909..2249aa48ab8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -21,12 +21,6 @@ Temporary note:
--- means no change in the manuals is needed.
When you add a new item, use the appropriate mark if you are sure it applies,
-+++
-** Installing Emacs now installs the emacs-module.h file.
-The emacs-module.h file is now installed in the system-wide include
-directory as part of the Emacs installation. This allows to build
-Emacs modules outside of the Emacs source tree.
-
* Installation Changes in Emacs 27.1
@@ -72,9 +66,6 @@ to reduce differences between developer and production builds.
This means you can now easily filter several major modes, as well
as a single mode.
----
-*** New toggle 'ibuffer-do-toggle-lock', bound to 'L'.
-
** Gnus
+++
@@ -132,11 +123,6 @@ the new version of the file again.)
** The function 'read-passwd' uses '*' as default character to hide passwords.
---
-** New variable 'xft-ignore-color-fonts'.
-Default t means don't try to load color fonts when using Xft, as they
-often cause crashes. Set it to nil if you really need those fonts.
-
----
** The new option 'tooltip-resize-echo-area' avoids truncating tooltip text
on GUI frames when tooltips are displayed in the echo area. Instead,
it resizes the echo area as needed to accommodate the full tool-tip
@@ -966,14 +952,6 @@ default-directory-alist, dired-default-directory,
dired-default-directory-alist, dired-enable-local-variables,
dired-hack-local-variables, dired-local-variables-file, dired-omit-here-always.
-** The function 'display-buffer-in-major-side-window' no longer exists.
-It has been renamed as internal function 'window--make-major-side-window',
-however applications should instead call 'display-buffer-in-side-window'
-(passing the SIDE and SLOT parameters as elements of ALIST). This approach
-is backwards-compatible with versions of Emacs in which the old function
-exists. See the node "Displaying Buffers in Side Windows" in the ELisp
-manual for more details.
-
** garbage collection no longer treats miscellaneous objects specially;
they are now allocated like any other pseudovector. As a result, the
'garbage-collect' and 'memory-use-count' functions no longer return a
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index 94bb45c6feb..dfafe7c5c94 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -25,18 +25,37 @@ webkit2gtk-4.0 package; version 2.12 or later is required.
(This change was actually made in Emacs 26.1, but was not called out
in its NEWS.)
++++
+** Installing Emacs now installs the emacs-module.h file.
+The emacs-module.h file is now installed in the system-wide include
+directory as part of the Emacs installation. This allows to build
+Emacs modules outside of the Emacs source tree.
+
* Startup Changes in Emacs 26.2
* Changes in Emacs 26.2
+---
+** Emacs is now compliant with the latest version 11.0 of the Unicode Standard.
+
+---
+** New variable 'xft-ignore-color-fonts'.
+Default t means don't try to load color fonts when using Xft, as they
+often cause crashes. Set it to nil if you really need those fonts.
+
* Editing Changes in Emacs 26.2
* Changes in Specialized Modes and Packages in Emacs 26.2
+** Ibuffer
+
+---
+*** New toggle 'ibuffer-do-toggle-lock', bound to 'L'.
+
** Imenu
---
@@ -123,6 +142,25 @@ remove 'buffer-switch' from the list of events in
* Lisp Changes in Emacs 26.2
++++
+** The new function 'read-answer' accepts either long or short answers
+depending on the new customizable variable 'read-answer-short'.
+
++++
+** New function 'assoc-delete-all'.
+Like 'assq-delete-all', but uses 'equal' for comparison.
+
+---
+** The function 'thing-at-point' behaves as before Emacs 26.1.
+The behavior of 'thing-at-point' when called with argument 'list' has
+changed in Emacs 26.1, in that it didn't consider text inside comments
+and strings as a potential list. This change is now reverted, and
+'thing-at-point' behaves like it did before Emacs 26.1.
+
+To cater to use cases where comments and strings are to be ignored
+when looking for a list, the function 'list-at-point' now takes an
+optional argument to do so.
+
* Changes in Emacs 26.2 on Non-Free Operating Systems
@@ -1391,6 +1429,13 @@ passphrases, but it was also removed from other pinentry programs as
the attack is unrealistic on modern computer systems which don't
utilize swap memory usually.
+** The function 'display-buffer-in-major-side-window' no longer exists.
+It has been renamed as internal function 'window--make-major-side-window',
+however applications should instead call 'display-buffer-in-side-window'
+(passing the SIDE and SLOT parameters as elements of ALIST). This approach
+is backwards-compatible with versions of Emacs in which the old function
+exists. See the node "Displaying Buffers in Side Windows" in the ELisp
+manual for more details.
* Lisp Changes in Emacs 26.1