emacs-diffs
[Top][All Lists]
Advanced

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

master 2de7fc4a2b: Document sqlite-mode-open-file and do some NEWS taggi


From: Lars Ingebrigtsen
Subject: master 2de7fc4a2b: Document sqlite-mode-open-file and do some NEWS tagging
Date: Tue, 22 Mar 2022 18:28:25 -0400 (EDT)

branch: master
commit 2de7fc4a2b9e4f5e8adb309046a17212f4205c5d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Document sqlite-mode-open-file and do some NEWS tagging
    
    * doc/lispref/text.texi (Database): Mention sqlite-mode-open-file.
---
 doc/lispref/text.texi | 6 ++++++
 etc/NEWS              | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index f76512c5a0..ab9abd0495 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -5408,6 +5408,12 @@ Extensions are usually shared-library files; on GNU and 
Unix systems,
 they have the @file{.so} file-name extension.
 @end defun
 
+@findex sqlite-mode-open-file
+If you wish to list the contents of an SQLite file, you can use the
+@code{sqlite-mode-open-file} command.  This will pop to a buffer using
+@code{sqlite-mode}, which allows you to examine (and alter) the
+contents of an SQLite database.
+
 @node Parsing HTML/XML
 @section Parsing HTML and XML
 @cindex parsing html
diff --git a/etc/NEWS b/etc/NEWS
index 94f6674a18..fc039c5ed8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -29,6 +29,7 @@ applies, and please also update docstrings as needed.
 This uses the popular sqlite3 library, and can be disabled by using
 the '--without-sqlite3' option to the 'configure' script.
 
++++
 ** Emacs has been ported to the Haiku operating system.
 The configuration process should automatically detect and build for
 Haiku.  There is also an optional window-system port to Haiku, which
@@ -50,6 +51,7 @@ Unlike X, there is no compile-time option to enable or disable
 double-buffering.  If you wish to disable double-buffering, change the
 frame parameter 'inhibit-double-buffering' instead.
 
+---
 ** Emacs now installs the ".pdmp" file using a unique fingerprint in the name.
 The file is typically installed using a file name akin to
 "...dir/libexec/emacs/29.1/x86_64-pc-linux-gnu/emacs-<fingerprint>.pdmp".
@@ -64,6 +66,7 @@ this support.
 The named feature 'xinput2' can be used to test for the presence of
 XInput 2 support from Lisp programs.
 
++++
 ** Emacs now supports being built with pure GTK.
 To use this option, make sure the GTK 3 and Cairo development files
 are installed, and configure Emacs with the option '--with-pgtk'.
@@ -154,6 +157,7 @@ example, if point is before an Emoji sequence, pressing 
<Delete> will
 delete the entire sequence, not just a single character at its
 beginning.
 
++++
 ** 'load-history' does not treat autoloads specially any more.
 An autoload definition appears just as a '(defun . NAME)' and the
 '(t . NAME)' entries are not generated any more.



reply via email to

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