emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (e527d1a -> c984a53)


From: Andrea Corallo
Subject: feature/native-comp updated (e527d1a -> c984a53)
Date: Sat, 25 Apr 2020 10:25:06 -0400 (EDT)

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

      from  e527d1a   Merge remote-tracking branch 'savannah/master' into HEAD
       new  e208de9   Store ongoing compilations processes as hash table.
       new  bab3661   Fix deferred-compilation for double compilation 
(bug#40838).
      adds  85fb942   Fix bug #40766, an error in edebug spec handling
      adds  c52f886   Use lexical-binding in most src tests
      adds  fe3c715   Use lexical-binding in most url tests
      adds  1fab12e   Use lexical-binding for textmodes tests
      adds  fe15dd9   Use lexical-binding for all net tests
      adds  3335dcc   Use lexical-binding for international tests
      adds  89441bd   ; * test/lisp/international/mule-util-tests.el: Fix typos.
      adds  e8493e3   Use lexical-binding in forms.el example files
      adds  bd0a878   Use lexical-binding in po.el and add tests
      adds  9dd4ff6   Fix two fringe bitmaps
      adds  2a3a0a8   Remove unused variable from ftfont.c
      adds  f7748ad   Fix GDI+ image loading by file name
       new  c984a53   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 etc/forms/forms-d2.el                      |  2 +-
 etc/forms/forms-pass.el                    |  2 +-
 lisp/emacs-lisp/comp.el                    | 23 ++++++----
 lisp/emacs-lisp/edebug.el                  |  5 +--
 lisp/textmodes/po.el                       |  2 +-
 src/fringe.c                               |  4 +-
 src/ftfont.c                               |  7 +--
 src/image.c                                | 10 +++--
 src/w32image.c                             |  1 -
 test/lisp/international/ccl-tests.el       |  2 +
 test/lisp/international/mule-util-tests.el |  4 +-
 test/lisp/net/dbus-tests.el                |  2 +-
 test/lisp/net/gnutls-tests.el              |  2 +-
 test/lisp/net/newsticker-tests.el          |  2 +-
 test/lisp/net/puny-tests.el                |  2 +-
 test/lisp/net/rfc2104-tests.el             |  2 +-
 test/lisp/textmodes/mhtml-mode-tests.el    |  2 +-
 test/lisp/textmodes/po-tests.el            | 68 ++++++++++++++++++++++++++++++
 test/lisp/textmodes/sgml-mode-tests.el     |  2 +-
 test/lisp/url/url-auth-tests.el            |  2 +-
 test/lisp/url/url-expand-tests.el          |  2 +-
 test/lisp/url/url-parse-tests.el           |  2 +-
 test/lisp/url/url-tramp-tests.el           |  2 +-
 test/lisp/url/url-util-tests.el            |  2 +-
 test/src/charset-tests.el                  |  2 +-
 test/src/chartab-tests.el                  |  2 +-
 test/src/cmds-tests.el                     |  2 +-
 test/src/coding-tests.el                   | 10 ++---
 test/src/decompress-tests.el               |  2 +-
 test/src/doc-tests.el                      |  2 +-
 test/src/floatfns-tests.el                 |  2 +-
 test/src/font-tests.el                     |  2 +-
 test/src/keymap-tests.el                   |  2 +-
 test/src/process-tests.el                  | 14 +++---
 test/src/textprop-tests.el                 |  2 +-
 test/src/thread-tests.el                   |  2 +-
 test/src/timefns-tests.el                  |  2 +-
 test/src/undo-tests.el                     |  2 +-
 test/src/xml-tests.el                      |  2 +-
 39 files changed, 138 insertions(+), 66 deletions(-)
 create mode 100644 test/lisp/textmodes/po-tests.el



reply via email to

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