emacs-diffs
[Top][All Lists]
Advanced

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

feature/pgtk updated (da2c0e8 -> 30ac6fb)


From: Po Lu
Subject: feature/pgtk updated (da2c0e8 -> 30ac6fb)
Date: Tue, 14 Dec 2021 04:43:26 -0500 (EST)

oldosfan pushed a change to branch feature/pgtk.

      from  da2c0e8   Merge remote-tracking branch 'origin/master' into 
feature/pgtk
      adds  64ea1a1   Fix eshell for systems that do not have subprocesses
      adds  b5354e9   Rewrite the "Quitting Windows" section of Emacs Lisp 
Reference
      adds  ea84222   * make-dist (manifest): Filter out msdos/autogen/* files.
      adds  62139ae   * lisp/tab-bar.el (tab-bar-switch-to-last-tab): Add 'abs' 
for precautions.
      adds  9bd3f78   Make `M-x run-python' select the window again
      adds  5640b05   Merge from origin/emacs-28
      adds  3a773cb   * lisp/ielm.el (ielm-header): Show key binding for 
describe-mode.
      adds  38f782f   * lisp/ielm.el (ielm-map): Use defvar-keymap.
      adds  57efc5d   * src/sqlite.c (Fsqlite_open, Fsqlite_load_extension): 
Use ENCODE_FILE.
      adds  c952f8b   lisp/pcomplete.el: Mark obsolete some unused functions
      adds  0c24ccc   * lisp/emacs-lisp/generator.el (iter-yield): Simplify
      adds  7c4c72f   Make two aliases obsolete in lisp/international/robin.el
      adds  c1476af   Make alias obsolete in xscheme.el
      adds  b30b33e   ERT can generate JUnit test reports
      adds  ae169bd   ; Add a FIXME regarding the GMP memory allocation 
functions.
      adds  855f1bd   completion.el: Make two compat aliases obsolete
      adds  6170c50   Fix regression in help-mode prompt
      adds  cea8dee   ; * src/xdisp.c (move_it_vertically_backward): Clarify 
commentary.
      adds  9de8eec   * make-dist: Don't run "make --question info".  
(Bug#52322)
      adds  3607508   Set calc-make-windows-dedicated to nil by default
      adds  b8e6bea   Merge from origin/emacs-28
      adds  8c0f9be   Only allow SQLite extensions from an allowlist
       new  30ac6fb   Merge remote-tracking branch 'origin/master' into 
feature/pgtk


Summary of changes:
 .gitignore                          |   1 +
 admin/notes/emba                    |   4 +
 doc/lispref/functions.texi          |   7 +-
 doc/lispref/windows.texi            | 214 ++++++++++++++++++++----------------
 etc/NEWS                            |   7 ++
 etc/NEWS.28                         |   6 +-
 lisp/calc/calc.el                   |   2 +-
 lisp/completion.el                  |   4 +-
 lisp/emacs-lisp/ert.el              | 134 +++++++++++++++++++++-
 lisp/emacs-lisp/generator.el        |   6 +-
 lisp/eshell/esh-cmd.el              |   4 +-
 lisp/help-macro.el                  |   8 +-
 lisp/ielm.el                        |  38 +++----
 lisp/international/robin.el         |   8 +-
 lisp/pcomplete.el                   |  14 +--
 lisp/progmodes/python.el            |   4 +-
 lisp/progmodes/xscheme.el           |   5 +-
 lisp/tab-bar.el                     |   2 +-
 make-dist                           |  11 +-
 src/bignum.c                        |   9 ++
 src/sqlite.c                        |  38 ++++++-
 src/xdisp.c                         |  11 +-
 test/Makefile.in                    |   1 +
 test/README                         |   3 +
 test/infra/Makefile.in              |   6 +-
 test/infra/gitlab-ci.yml            |  22 ++--
 test/infra/test-jobs.yml            |   1 +
 test/lisp/progmodes/python-tests.el |  18 ++-
 test/src/sqlite-tests.el            |  32 ++++++
 29 files changed, 430 insertions(+), 190 deletions(-)



reply via email to

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