emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (ea8bb59 -> 25084b1)


From: Po Lu
Subject: feature/pgtk updated (ea8bb59 -> 25084b1)
Date: Sat, 11 Dec 2021 05:34:17 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  ea8bb59   Merge remote-tracking branch 'origin/master' into 
feature/pgtk
      adds  af1c5ec   Fix bibtex-biblatex-entry-alist sorting when using latex
      adds  3d38d1d   Add sqlite3 support to Emacs
      adds  d2081b2   Add NEWS entry for sqlite
      adds  7364b60   Fix comment in heading
      adds  e5f7105   Add a new mode for examining sqlite files
      adds  385f2fa   Fix some sqlite doc string typos
      adds  ad1b80d   Fix sqlite-mode.el build problems
      adds  ebf59d1   Check whether the sqlite supports sqlite3_load_extension
      adds  fb11575   Improve sqlite-mode--tablify tables
      adds  c8e19b3   Don't bug out on certain empty elements with ids
      adds  aa2872a   Make `M-x run-python' select the window again
      adds  5708da4   Revert "Make `M-x run-python' select the window again"
      adds  b331819   Merge from origin/emacs-28
      adds  19233f6   ; * etc/NEWS: Fix wording in recent entry.
      adds  17569c9   Fix Fsqlite_finalize book-keeping
      adds  7cbda71   Add an sqlite-mode-delete command
      adds  5d476a9   Add FIXME comment
      adds  d727796   Don't leave open cursors when listing sqlite data
      adds  cabb049   Add confirmation to sqlite-mode-delete
      adds  6c81683   Fix a typo in sqlite.c
      adds  628306c   Minor cleanups of sqlite3 code on MS-Windows
      adds  4cdc59f   Minor cleanups in sqlite.c
      adds  815a8a7   Pacify unused variable warning in xterm.c
      adds  facddfc   * src/sqlite.c (row_to_value): Call 'make_unibyte_string'.
      adds  607dee1   Prevent hang when exiting Emacs on Haiku
      adds  d90be27   Use window height to determine wheel event pixel deltas 
on XInput 2
       new  25084b1   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 admin/CPP-DEFINES                                  |   1 +
 configure.ac                                       |  25 +-
 doc/lispref/elisp.texi                             |   1 +
 doc/lispref/text.texi                              | 146 +++++
 etc/NEWS                                           |   8 +
 lisp/net/shr.el                                    |   2 +-
 lisp/sqlite-mode.el                                | 206 ++++++
 .../textmodes/texinfo-tests.el => lisp/sqlite.el   |  27 +-
 lisp/term/w32-win.el                               |   1 +
 lisp/textmodes/bibtex.el                           |  18 +
 src/Makefile.in                                    |   7 +-
 src/alloc.c                                        |   1 +
 src/data.c                                         |   2 +
 src/emacs.c                                        |   1 +
 src/haiku_support.cc                               |   2 -
 src/lisp.h                                         |  40 ++
 src/pdumper.c                                      |   4 +-
 src/print.c                                        |  16 +
 src/sqlite.c                                       | 706 +++++++++++++++++++++
 src/xterm.c                                        |  18 +-
 test/src/sqlite-tests.el                           | 175 +++++
 21 files changed, 1390 insertions(+), 17 deletions(-)
 create mode 100644 lisp/sqlite-mode.el
 copy test/lisp/textmodes/texinfo-tests.el => lisp/sqlite.el (57%)
 create mode 100644 src/sqlite.c
 create mode 100644 test/src/sqlite-tests.el



reply via email to

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