aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus2023-08-06 11:44:43 +0200
committerMichael Albinus2023-08-06 11:44:43 +0200
commit75fa36635d8a090933123d923dd9f76261bcd2af (patch)
treefd98097d408aaecdd29846330a0bfee61db55604 /etc
parent5f24ca555383e039d93a852d239d5f2c8781d6c8 (diff)
parent3135007bf16b67943eb0c9ba72b06356c9424f31 (diff)
downloademacs-75fa36635d8a090933123d923dd9f76261bcd2af.tar.gz
emacs-75fa36635d8a090933123d923dd9f76261bcd2af.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0dd663edcc6..9cd672dd1b9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -701,6 +701,11 @@ Instead, the Lisp reader approximates an infinity with the nearest
701finite value, and a NaN with some other non-numeric object that 701finite value, and a NaN with some other non-numeric object that
702provokes an error if used numerically. 702provokes an error if used numerically.
703 703
704+++
705** X color support compatibility aliases are now marked obsolete.
706The compatibility aliases 'x-defined-colors', 'x-color-defined-p',
707'x-color-values', and 'x-display-color-p' are now obsolete.
708
704 709
705* Lisp Changes in Emacs 30.1 710* Lisp Changes in Emacs 30.1
706 711