emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (e57d5a7 -> 64a6709)


From: Andrea Corallo
Subject: feature/native-comp updated (e57d5a7 -> 64a6709)
Date: Thu, 19 Mar 2020 14:41:48 -0400 (EDT)

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

      from  e57d5a7   Merge remote-tracking branch 'savannah/master' into HEAD
       new  f2c4377   * comp.el: Have the compiler generates 
'late_top_level_run'
       new  034d9b3   * comp.el: late-load support optional as `native-compile' 
parameter
       new  b53fc68   Extend low level code for late load
       new  c3e640b   * comp.el: Extend `native-compile-async' for load and 
late-load
       new  7565a4a   Command late load when deferring compilation
       new  0179d95   * comp.c (native-elisp-load): Guard against misisng file.
       new  b070571   * comp.el (comp-run-async-workers): Load only if 
compilation succeed
      adds  f189e5d   Don't generate useless range table entries for ASCII chars
      adds  299744e   * lisp/vc/smerge-mode.el (smerge-start-session): Don't 
re-enable
      adds  8d28c98   Fix display of Big5 characters when using Fontconfig
      adds  cbe6431   Improve Package Menu hiding docstrings
      adds  3a8a231   * lisp/textmodes/fill.el (fill-nobreak-predicate): Fix 
documentation.
      adds  45630d0   Merge from origin/emacs-27
      adds  dcc943b   * lisp/progmodes/cc-defs.el (c-version): update to 5.34.1 
for Emacs 27.1
      adds  d815e1e   ; Merge from origin/emacs-27
      adds  3a671ad   Fix regression in wisent-total-conflicts
      adds  5beb269   Support Unicode 13.0
      adds  f8254aa   * lisp/image/image-converter.el: Support more ImageMagick 
versions (bug#39994)
      adds  a7b8291   * etc/NEWS: Make the `--eval` example slightly more 
precise
      adds  a2dd8c4   * lisp/tab-line.el: Fix tab-line-format and 
tab-line-format-template.
      adds  5747a59   Recalculate default font when switching font backend
      adds  e92b8e5   Remove raw carriage return characters from test file.
      adds  64d9b4c   Merge from origin/emacs-27
      adds  efb5115   Omit timestamp optimization invalid on 387 FPU
      adds  37d3c16   Tiny simplification of frac_to_double
      adds  d98afc1   Fix display of :box face when overlay strings are around
      adds  0128375   Don't have exif bugging out on short strings
       new  981cc15   Merge remote-tracking branch 'savannah/master' into HEAD
       new  64a6709   * comp.el (comp-async-jobs-number): Fix customize type.


Summary of changes:
 admin/unidata/BidiBrackets.txt                 |   6 +-
 admin/unidata/BidiMirroring.txt                |   8 +-
 admin/unidata/Blocks.txt                       |  14 +-
 admin/unidata/NormalizationTest.txt            | 266 ++++---
 admin/unidata/SpecialCasing.txt                |   4 +-
 admin/unidata/UnicodeData.txt                  | 963 ++++++++++++++++++++++++-
 admin/unidata/blocks.awk                       |   1 +
 admin/unidata/copyright.html                   |  20 +-
 etc/NEWS.27                                    |   5 +-
 lisp/cedet/semantic/wisent/comp.el             |  13 +-
 lisp/emacs-lisp/comp.el                        | 121 ++--
 lisp/emacs-lisp/package.el                     |  20 +-
 lisp/image/exif.el                             |  21 +-
 lisp/image/image-converter.el                  |   5 +-
 lisp/international/characters.el               |  46 +-
 lisp/international/fontset.el                  |   9 +-
 lisp/international/mule-cmds.el                |   4 +-
 lisp/tab-line.el                               |   9 +-
 lisp/textmodes/fill.el                         |   3 +-
 lisp/vc/smerge-mode.el                         |  15 +-
 src/comp.c                                     |  44 +-
 src/comp.h                                     |   4 +-
 src/dispextern.h                               |   6 +-
 src/frame.c                                    |  12 +-
 src/ftfont.c                                   |   2 +-
 src/lread.c                                    |   2 +-
 src/macfont.m                                  |   2 +-
 src/nsterm.m                                   |  10 +-
 src/pdumper.c                                  |   2 +-
 src/regex-emacs.c                              |  25 +-
 src/timefns.c                                  |   6 +-
 src/w32fns.c                                   |   2 +-
 src/w32term.c                                  |   3 +-
 src/w32term.h                                  |   4 +
 src/xdisp.c                                    |  93 ++-
 src/xfns.c                                     |   2 +-
 src/xterm.c                                    |   3 +-
 src/xterm.h                                    |   1 +
 test/data/image/{black.jpg => black-short.jpg} | Bin 52456 -> 31779 bytes
 test/lisp/electric-tests.el                    |   6 +-
 test/lisp/image/exif-tests.el                  |  11 +
 test/lisp/international/ucs-normalize-tests.el |  46 +-
 test/manual/BidiCharacterTest.txt              |   6 +-
 43 files changed, 1514 insertions(+), 331 deletions(-)
 copy test/data/image/{black.jpg => black-short.jpg} (58%)



reply via email to

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