emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (37e0dbc -> 7a161dc)


From: Andrea Corallo
Subject: feature/native-comp updated (37e0dbc -> 7a161dc)
Date: Sun, 26 Jul 2020 04:06:44 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  37e0dbc   Merge remote-tracking branch 'savannah/master' into HEAD
       new  6c108e4   * Add `comp-ensure-native-compiler' guarding entry points
       new  79ed903   * Add NATIVE_COMP to `system-configuration-features'
      adds  5d2bc15   Make timeouts work more reliably in 
url-retrieve-synchronously
      adds  7a24cff   Only kill url-retrieve-synchronously connections when we 
have a timeout
      adds  7259377   project.el: Add more docs and two new key bindings
      adds  4c08c2f   ; project.el: Talk about equality
      adds  1da5b3a   Suppress relint false positive in gnus-start.el
      adds  44d2368   Make xwidget-webkit-browse-url slightly more DWIM
      adds  0cbafc2   Fix problem with Tramp progress reporter
      adds  d24e56a   Revert "* doc/misc/flymake.texi (An annotated example 
backend): Typo fix."
      adds  e325d26   Fix interrupt-process on MS-Windows
      adds  f50d79a   Correct descriptions of init file
      adds  b3bbd4f   Improve documentation of 'display-raw-bytes-as-hex'
      adds  0d4ba1c   Improve documentation of 'kill-emacs'
      adds  fd85e70   Update systems using GnuTLS certificate files
      adds  de68572   Improve documentation of 'bookmark-bmenu-mode'
      adds  05c4329   Revert "Fix filename completion in shell mode buffers"
      adds  551123e   * etc/NEWS: Correct description of :client-certificate 
change
      adds  2c0c613   Document prefix arg effects for 'epa-mail-{sign,encrypt}'
      adds  cd93deb   Merge branch 'emacs-27' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-27
      adds  fe2d0ed   Merge from origin/emacs-27
      adds  8e13d33   Fix allout-widgets-mode handling of edits to item cue, 
fixing (bug#11312)
      adds  8684216   Don't let item decoration be disrupted by too-shallow 
items.
      adds  3c410b6   Provide missing let definition to prevent background 
void-variable error.
      adds  dd7c191   Resolve missing button-region keymap bindings.
      adds  33d85cb   Rectify allout-widgets region undecoration so item at 
start is not missed.
      adds  687a9d3   Calc: fix interval entry snag (bug#42438)
      adds  044960e   Backport: Fix allout-widgets-mode handling of edits to 
item cue, fixing (bug#11312)
      adds  3071cec   Backport: Don't let item decoration be disrupted by 
too-shallow items.
      adds  2035ecc   Backport: Provide missing let definition to prevent 
background void-variable error.
      adds  82742e2   Backport: Resolve missing button-region keymap bindings.
      adds  bc10e46   Backport: Rectify allout-widgets region undecoration so 
item at start is not missed.
      adds  0a71a73   ; Merge from origin/emacs-27
      adds  3c9c3f0   ; spelling fix
      adds  4db3235   Run custom-magic-reset in the customize buffer
      adds  496ee09   Merge from origin/emacs-27
      adds  8e4eae0   Revert "Fix allout-widgets-mode handling of edits to item 
cue, fixing (bug#11312)"
      adds  56422a6   Revert "Don't let item decoration be disrupted by 
too-shallow items."
      adds  259dc75   Revert "Provide missing let definition to prevent 
background void-variable error."
      adds  db479d6   Revert "Resolve missing button-region keymap bindings."
      adds  8bc8565   Revert "Rectify allout-widgets region undecoration so 
item at start is not missed."
      adds  1bae7ba   ; Merge from origin/emacs-27
      adds  fcd4328   Don't needlessly request docs from ElDoc functions
      adds  5c5eb97   Fix memory leak for global module objects (Bug#42482).
      adds  84ec57f   Fix viewing of encrypted S/MIME messages
      adds  0d7d422   bug-reference auto-setup for IRC, implementation for ERC
      adds  f7ebba5   Don't call undefined function 
elisp-eldoc-documentation-function (bug#42493)
      adds  bca8686   * lisp/vc/vc-git.el (vc-git-log-view-mode): Fix commit 
regexp (bug#40248)
      adds  1906476   project-remember-project: New public function
      adds  eaad6ea   Fix display of man pages after killing the 'man' process
      adds  3b44829   Update and improve documentation of project.el commands
      adds  609cbd6   Optimise 3-arg +, - and *
      adds  6355a3e   Fix subtle bug when checking liveness of module values.
      adds  9f01ce6   Make checking for liveness of global values more precise.
       new  7a161dc   Merge remote-tracking branch 'savahnna/master' into HEAD


Summary of changes:
 CONTRIBUTE                        |   2 +-
 configure.ac                      |   2 +-
 doc/emacs/custom.texi             |  35 +++++----
 doc/emacs/display.texi            |   4 +-
 doc/emacs/emacs.texi              |   6 ++
 doc/emacs/maintaining.texi        | 161 ++++++++++++++++++++++++++++----------
 doc/lispref/os.texi               |   4 +
 doc/misc/epa.texi                 |   5 +-
 doc/misc/flymake.texi             |   2 +-
 etc/NEWS                          |  20 +++--
 etc/NEWS.27                       |   2 +-
 lisp/allout-widgets.el            |  81 +++++++++++--------
 lisp/bookmark.el                  |   3 +-
 lisp/calc/calc.el                 |   2 +-
 lisp/cus-edit.el                  |   7 +-
 lisp/emacs-lisp/byte-opt.el       |  10 +++
 lisp/emacs-lisp/comp.el           |  14 ++++
 lisp/emacs-lisp/eldoc.el          |  61 ++++++++++-----
 lisp/epa-mail.el                  |   5 +-
 lisp/gnus/gnus-start.el           |   1 +
 lisp/gnus/mm-decode.el            |  10 ++-
 lisp/ielm.el                      |   4 +-
 lisp/man.el                       |   4 +-
 lisp/net/gnutls.el                |   5 +-
 lisp/net/tramp.el                 |   8 +-
 lisp/progmodes/bug-reference.el   |  66 ++++++++++------
 lisp/progmodes/project.el         |  79 ++++++++++++++++---
 lisp/shell.el                     |   7 +-
 lisp/url/url.el                   |  19 ++++-
 lisp/vc/vc-git.el                 |   2 +-
 lisp/xwidget.el                   |   3 +
 src/emacs-module.c                | 108 ++++++++++++++++++-------
 src/emacs.c                       |   2 +
 src/w32proc.c                     |  10 +--
 test/data/emacs-module/mod-test.c |  32 ++++++++
 test/src/emacs-module-tests.el    |  29 +++++++
 36 files changed, 602 insertions(+), 213 deletions(-)



reply via email to

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