From: Mattias EngdegÄrd Date: Sun, 30 Jun 2024 15:11:55 +0000 (+0200) Subject: ; * etc/NEWS: Copy-edit. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~802 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9df581c40392170af79258d9fd8f1cec4f479da;p=emacs.git ; * etc/NEWS: Copy-edit. --- diff --git a/etc/NEWS b/etc/NEWS index 7cc1949af2d..28bfe38b84b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2343,7 +2343,7 @@ t only if the argument is a function rather than a special-form, and 'cl-functionp' is like 'functionp' except it returns nil for lists and symbols. -** Built-in types have now corresponding classes. +** Built-in types now have corresponding classes. At the Lisp level, this means that things like '(cl-find-class 'integer)' will now return a class object, and at the UI level it means that things like 'C-h o integer RET' will show some information about that type. @@ -2485,7 +2485,7 @@ See the "(elisp) Porting Old Advice" Info node for help converting them to use 'advice-add' or 'define-advice' instead. ** 'cl-old-struct-compat-mode' is marked as obsolete. -You may need to recompile our code if it was compiled with Emacs < 24.3. +You may need to recompile code if it was compiled with Emacs < 24.3. +++ ** New macro 'static-if' for conditional evaluation of code. @@ -2982,7 +2982,7 @@ this was not possible.) In addition, LOCATION can be an integer, a (BEFORE is ignored in this case). +++ -**** New function 'sqlite-execute-batch'. +** New function 'sqlite-execute-batch'. This function lets the user execute multiple SQL statements in one go. It is useful, for example, when a Lisp program needs to evaluate an entire SQL file.