emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (b619339 -> f5ea65b)


From: Andrea Corallo
Subject: feature/native-comp updated (b619339 -> f5ea65b)
Date: Thu, 4 Jun 2020 05:48:55 -0400 (EDT)

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

      from  b619339   Fix DLL imports of gccjit version functions.
       new  e4e6bb7   * Introduce `comp-loop-insn-in-block'
      adds  43caa96   Unbreak compilation with CHECK_STRUCTS defined.
      adds  f929258   Change xref-find-apropos to pass PATTERN to backend 
verbatim
      adds  056200f   ; Auto-commit of loaddefs files.
      adds  1b6bd97   Bug #41061 patch: Fix typos and amend code slightly
      adds  6d6ec1b   ; Fix some recent byte-compilation warnings
      adds  2c1e5b9   * lisp/progmodes/project.el (project-vc-dir, 
project-shell): New commands.
      adds  a8ad94c   Fix mingw.org's MinGW GCC 9 warning about 'execve'
      adds  d3e0023   ; * etc/TODO: Fix formatting.  (Bug#41497)
      adds  f72bb4c   * lisp/tab-bar.el (switch-to-buffer-other-tab): Normalize 
buffer.
      adds  41232e6   Avoid crashes due to bidi cache being reset during 
redisplay
      adds  cc340da   Fix bug #41618 "(byte-compile 'foo) errors when foo is a 
macro."
      adds  36f508f   ; * src/xdisp.c (find_last_unchanged_at_beg_row): Fix a 
typo.
      adds  68b6dad   Be more aggressive in marking objects during GC
      adds  44c0e07   * doc/emacs/buffers.texi (Icomplete): Mention 
icomplete-minibuffer-setup-hook.
      adds  e10bd9e   Merge from origin/emacs-27
      adds  fb90f46   ; Auto-commit of loaddefs files.
      adds  8c3ed29   ; Merge from origin/emacs-27
      adds  0260d2d   Don't call 'mbrtowc' on WINDOWSNT
      adds  e10940f   Merge from origin/emacs-27
      adds  3973f68   Simplify and regularize some offset tests in alloc.c
      adds  7ddfbb9   Fix handling of CGJ in Hebrew text
      adds  e706545   Remove 'project--ensure-file-exists'
      adds  9afcf2b   Write project list to file only when changed
      adds  22b2e9c   Fix Arabic composition rules
      adds  acba19e   ; * src/composite.c (syms_of_composite): Fix last change.
      adds  8b71bfb   project-list-file: New user option
      adds  1fe1c84   Small cleanup
      adds  f3dd3dd   ; NEWS updates
      adds  0bfc4b3   Avoid losing composition state in handle_stop_backwards
      adds  188dc2e   Fix bug in recent byte-code checking hoist
      adds  4cabf16   Handle mid-gstring face changes
      adds  7496690   ; Clean up recent project.el additions
      adds  7e8c1a6   Make color-distance symmetric and more accurate
      adds  bd20af2   Ensure Jsonrpc processes are created in correct buffer
      adds  6dad339   Fix make-text-button bug with string copy
      adds  6574943   Revert make-text-button string copy
      adds  638ef45   Don’t default to Valgrind unless ENABLE_CHECKING
      adds  4fff650   ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix 
bug id
       new  f5ea65b   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/buffers.texi                             |    9 +-
 doc/emacs/maintaining.texi                         |   11 +
 doc/misc/cc-mode.texi                              |    4 +-
 etc/NEWS                                           |    8 +-
 etc/TODO                                           | 1360 +++++++++++---------
 lisp/button.el                                     |    2 +-
 lisp/dnd.el                                        |    3 -
 lisp/emacs-lisp/bytecomp.el                        |    7 +-
 lisp/emacs-lisp/comp.el                            |   62 +-
 lisp/jsonrpc.el                                    |   74 +-
 lisp/language/hebrew.el                            |    2 +-
 lisp/language/misc-lang.el                         |    8 +-
 lisp/ldefs-boot.el                                 |  297 +++--
 lisp/progmodes/cc-align.el                         |   22 +-
 lisp/progmodes/cc-mode.el                          |    2 +-
 lisp/progmodes/elisp-mode.el                       |    7 +-
 lisp/progmodes/etags.el                            |    4 +-
 lisp/progmodes/project.el                          |  103 +-
 lisp/progmodes/xref.el                             |   32 +-
 lisp/tab-bar.el                                    |    7 +-
 src/alloc.c                                        |   57 +-
 src/composite.c                                    |    4 +-
 src/emacs.c                                        |    5 +-
 src/lread.c                                        |   21 +-
 src/pdumper.c                                      |    2 +-
 src/xdisp.c                                        |    7 +-
 src/xfaces.c                                       |   24 +-
 .../{lisp/version-tests.el => src/xfaces-tests.el} |   16 +-
 28 files changed, 1177 insertions(+), 983 deletions(-)
 copy test/{lisp/version-tests.el => src/xfaces-tests.el} (70%)



reply via email to

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