emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (a58fef9 -> 3d576c7)


From: Andrea Corallo
Subject: feature/native-comp updated (a58fef9 -> 3d576c7)
Date: Sun, 7 Jun 2020 15:06:37 -0400 (EDT)

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

      from  a58fef9   * Optimize optimizable variables
       new  47a6fbd   * Improve propagate pass
       new  88ccee4   * Fix comp-call-optim-form-call for null `callee'
       new  fbf4882   * Rename comp-function-optimizable -> 
comp-function-optimizable-p
      adds  788cd6d   The key prefix 'C-x t t' displays next command buffer in 
a new tab (bug#41691)
      adds  9fc935f   Use 65535 as color-values scale value in the NS backend
      adds  54e840a   Tramp code cleanup
      adds  a6b0e72   Add file encryption to Tramp
      adds  6cb557e   * lisp/progmodes/js.el (js-mode): Remove second call to 
c-init-language-vars
      adds  b07e3b1   Improve format-spec documentation (bug#41571)
      adds  cf473e7   * test/lisp/battery-tests.el: New file.
      adds  7d323f0   Silence some byte-compiler warnings in tests
      adds  30a7ee5   Fix Arabic shaping when eww/shr fill the text to be 
rendered
      adds  73749ef   Update Ukrainian transliteration
      adds  bf09106   Improve documentation of 'sort-subr'
      adds  cc35b19   Update package-menu-quick-help
      adds  3916e63   Have Fido mode also imitate Ido mode in ignore-case 
options
      adds  d8593fd   Minor improvements to EDE and EIEIO manuals
      adds  fbd49f9   * src/xdisp.c (Fwindow_text_pixel_size): Doc fix.  
(Bug#41737)
      adds  dd366b5   Improve documentation of 'window-text-pixel-size'
      adds  1af0e95   Gnus nnir-summary-line-format has no effect
      adds  35661ef   Fix typo in "(elisp) Type Keywords"
      adds  fa6d565   Merge from origin/emacs-27
      adds  e42e98e   * test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p 
not autoloaded.
      adds  53fba73   * lisp/emacs-lisp/byte-opt.el (side-effect-free-fns): Add 
`make-byte-code'.
       new  3d576c7   Merge remote-tracking branch 'savannah/master' into dev


Summary of changes:
 doc/lispref/customize.texi               |   2 +-
 doc/lispref/display.texi                 |  55 ++-
 doc/lispref/frames.texi                  |   6 +-
 doc/lispref/strings.texi                 | 176 ++++++++
 doc/lispref/text.texi                    |  75 +---
 doc/misc/ede.texi                        |  10 +-
 doc/misc/eieio.texi                      |  17 +-
 etc/NEWS                                 |   4 +
 lisp/emacs-lisp/byte-opt.el              |   4 +-
 lisp/emacs-lisp/comp.el                  |  11 +-
 lisp/emacs-lisp/package.el               |   7 +-
 lisp/faces.el                            |   2 +-
 lisp/format-spec.el                      |  49 ++-
 lisp/gnus/nnir.el                        |   9 +-
 lisp/icomplete.el                        |   5 +-
 lisp/language/cyril-util.el              |   6 +-
 lisp/net/tramp-cache.el                  |  16 +-
 lisp/net/tramp-cmds.el                   |   3 +-
 lisp/net/tramp-crypt.el                  | 730 +++++++++++++++++++++++++++++++
 lisp/net/tramp-sh.el                     |   7 +-
 lisp/net/tramp.el                        |  15 +-
 lisp/progmodes/js.el                     |   1 -
 lisp/tab-bar.el                          |  20 +
 lisp/windmove.el                         |  86 ++--
 lisp/window.el                           |  41 ++
 src/hbfont.c                             |   7 +-
 src/nsfns.m                              |   4 +-
 src/xdisp.c                              |  60 +--
 test/lisp/battery-tests.el               |  58 +++
 test/lisp/emacs-lisp/cl-generic-tests.el |   8 +-
 test/lisp/emacs-lisp/package-tests.el    |   5 +
 test/lisp/eshell/eshell-tests.el         |   1 +
 test/lisp/image/exif-tests.el            |   5 +-
 test/lisp/international/ccl-tests.el     |   3 +
 test/lisp/mail/footnote-tests.el         |   6 +-
 test/lisp/net/tramp-tests.el             |  22 +
 test/lisp/progmodes/elisp-mode-tests.el  |  11 +-
 test/lisp/progmodes/sql-tests.el         |   2 +-
 test/lisp/simple-tests.el                |   3 +-
 test/lisp/wdired-tests.el                |   2 +
 test/src/buffer-tests.el                 |   1 +
 test/src/data-tests.el                   |   6 +-
 42 files changed, 1307 insertions(+), 254 deletions(-)
 create mode 100644 lisp/net/tramp-crypt.el
 create mode 100644 test/lisp/battery-tests.el



reply via email to

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