emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (907618b -> 37e0dbc)


From: Andrea Corallo
Subject: feature/native-comp updated (907618b -> 37e0dbc)
Date: Sun, 19 Jul 2020 15:57:14 -0400 (EDT)

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

      from  907618b   Merge remote-tracking branch 'savahnna/master' into HEAD
      adds  96971e3   Use describe-char-padded-string for composed character 
names in "C-u C-x ="
      adds  a2a4588   Add tramp and orgmode to 
bug-reference-setup-from-mail-alist.
      adds  55e858d   Adjust naming convention for dependent Gnus sessions
      adds  510da73   Fix problems with not rendering shr tables with rowspan
      adds  3cf9176   Show eww bookmarks buffer only if it's not empty
      adds  ef4c92b   Make old aliases to gnus-child* commands work before Gnus 
is loaded
      adds  bcb5818   ; Simplify last change in shr.el
      adds  c7b112b   Clarify shr width computation
      adds  02bad11   Add support for a shr-max-width variable
      adds  aa7fe6c   Don't message complete GIF data upon errors
      adds  92609aa   Fix <textarea> default texts in eww
      adds  ba12555   Fix NOT-CURRENT behaviour in text-property-search-backward
      adds  beaad91   bug-reference auto-setup for IRC, implementation for rcirc
      adds  1cb14d0   ; Add defvars for rcirc vars in order to silence the 
byte-compiler
      adds  58c7dc6   Fix documentation of a recent change in shr.el
      adds  c45c1e8   Make eww-open-file work with Tramp file names
      adds  77d35f2   Don't have shr kill random buffers on network failures
      adds  8d05f21   * lisp/window.el (display-buffer-override-next-command): 
Add ECHO arg.
      adds  4a7ecaa   ; Reword bits of ElDoc internal documentation
      adds  c77731e   Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.
      adds  42b3340   Narrow to headers in gnus-registry before getting data
      adds  17f6461   Allow open-network-stream to use different TLS capability 
commands
      adds  468b02a   Doc fix for article-fill-long-lines
      adds  e9d359a   Mention the Emacs bug tracker in the bug reporting doc 
strings
      adds  e68a455   Fix C-c C-f in the Gnus article buffer
      adds  af58615   Simplify dummy root subject before comparing it to the 
current article
      adds  f700fc1   Add missing 'require'.
      adds  1fc9d0a   Remove redundant code from c-font-lock-fontify-region
      adds  00a9712   Allow adjusting the `W Q' Gnus summary command 
interactively
      adds  b2eec81   Do window configuration change before killing Gnus 
buffers on exit
      adds  b89af66   gnus-button-alist: Prefer URL links to Elisp library links
      adds  abe9497   Complete over the MIME types in gnus-summary-save-parts
      adds  13ca719   * lisp/net/tramp-adb.el (tramp-adb-prompt): Further 
simplification.
      adds  f8f3e77   Support Proxy-Authorization in HTTPS CONNECT proxies
      adds  5d2a83e   url-http: Fix handling of redirect locations
       new  37e0dbc   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/lispref/processes.texi              |   5 +-
 doc/misc/eww.texi                       |   8 ++
 doc/misc/gnus.texi                      |  55 ++++++------
 etc/NEWS                                |  39 ++++++--
 lisp/descr-text.el                      |   4 +-
 lisp/emacs-lisp/eldoc.el                | 154 ++++++++++++++++----------------
 lisp/emacs-lisp/text-property-search.el |  18 ++--
 lisp/frame.el                           |   3 +-
 lisp/gnus/gnus-agent.el                 |  15 +++-
 lisp/gnus/gnus-art.el                   |  41 +++++----
 lisp/gnus/gnus-group.el                 |  10 +--
 lisp/gnus/gnus-kill.el                  |   2 +-
 lisp/gnus/gnus-msg.el                   |   6 +-
 lisp/gnus/gnus-registry.el              |  28 +++---
 lisp/gnus/gnus-start.el                 |  88 +++++++++---------
 lisp/gnus/gnus-sum.el                   |  20 +++--
 lisp/gnus/gnus.el                       |  40 ++++++---
 lisp/gnus/nntp.el                       |  12 ++-
 lisp/mail/emacsbug.el                   |   8 +-
 lisp/net/eww.el                         |  46 +++++++---
 lisp/net/network-stream.el              |  64 +++++++++----
 lisp/net/shr.el                         |  97 ++++++++++++++------
 lisp/net/tramp-adb.el                   |   2 +-
 lisp/progmodes/bug-reference.el         |  64 ++++++++++++-
 lisp/progmodes/cc-mode.el               | 102 +++++++++------------
 lisp/progmodes/project.el               |   1 +
 lisp/tab-bar.el                         |   3 +-
 lisp/url/url-http.el                    |  33 +++----
 lisp/url/url-queue.el                   |  29 +++---
 lisp/windmove.el                        |   4 +-
 lisp/window.el                          |  16 +++-
 src/image.c                             |   5 +-
 32 files changed, 643 insertions(+), 379 deletions(-)



reply via email to

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