From: Lars Ingebrigtsen Date: Tue, 22 Mar 2022 22:31:05 +0000 (+0100) Subject: Do some NEWS tagging X-Git-Tag: emacs-29.0.90~1931^2~979 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fc84e0fb3a121ae45580e1ecd5731f5255407fc;p=emacs.git Do some NEWS tagging --- diff --git a/etc/NEWS b/etc/NEWS index fc039c5ed89..0223188acc0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -199,6 +199,7 @@ If set to nil, commands like 'find-library' will only include library files in the completion candidates. The default is t, which preserves previous behavior, whereby non-library files could also be included. ++++ ** New command 'sqlite-mode-open-file' for examining an sqlite3 file. This uses the new 'sqlite-mode' which allows listing the tables in a DB file, and examining and modifying the columns and the contents of @@ -325,6 +326,7 @@ When environment variable 'EMACS_TEST_JUNIT_REPORT' is set, ERT generates a JUnit test report under this file name. This is useful for Emacs integration into CI/CD test environments. +--- *** Unbound test symbols now signal an 'ert-test-unbound' error. This affects the 'ert-select-tests' function and its callers. @@ -358,6 +360,7 @@ inserted. This command will tell you the name of the Emoji at point. (This command also works for non-Emoji characters.) +--- *** New input method 'emoji'. ** Help