emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (02e3ffa -> c6a610e)


From: Andrea Corallo
Subject: feature/native-comp updated (02e3ffa -> c6a610e)
Date: Mon, 4 May 2020 14:01:00 -0400 (EDT)

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

      from  02e3ffa   * Fix async compilation non respecting 
`comp-always-compile' nil value.
       new  8d37220   * Introduce `comp-output-directory'
       new  1ec7499   * Add a warning for missing write privilege
      adds  0a982c0   Test iso8601-parse-zone vs format-time-string %z
      adds  6c1b12e   Add new function dom-remove-attribute
      adds  3c81066   Use lexical-binding in qp.el and add tests
      adds  72570e0   ; Fix last addition to dom-tests.el
      adds  44d824e   ; Silence byte-compiler warning in version.el
      adds  d386f1f   Use lexical-binding in most remaining emacs-lisp tests
      adds  691f197   Fix calculator division truncation (bug#40892)
      adds  0c899ee   Make `make-local-variable' declare the var locally dynamic
      adds  7fa3e75   Use lexical-binding in most remaining tests
      adds  43fded1   Add lisp-data-mode for editing non-code Lisp data
      adds  a4c07bc   Protect non-selected face spec components in 
custimize-face.  Fixes bug #40866
      adds  9f3f169   ; Auto-commit of loaddefs files.
      adds  2a87841   ; Fix recent additions with lisp-data-mode
      adds  b23daca   Consolidate lisp/jsonrpc.el logging in single events 
buffer
      adds  4b6c2bc   * lisp/jsonrpc.el (initialize-instance): Fix 
closing-paren typo.
      adds  145aab0   cc-mode: add support for Doxygen documentation style
      adds  c59e878   Inhibit modification hooks when saving eieio-persistent's
      adds  2ea1265   Properly fix embarassing missing paren typo in jsonrpc.el
      adds  0ea1463   Fix 'count-screen-lines' when lines are truncated
      adds  a941a9e   ;; Revert recent change in tramp-cache.el
      adds  11fd01c   Improve Info-mode doc and menu
      adds  4be1686   Use lexical-binding for some term libraries
      adds  a9432bd   Improve Tramp debug messages
      adds  7f51ab5   Do not delete asynchronous Tramp processes due to session 
timeout
      adds  6326825   Regexps cannot infloop; fix manual
      adds  cb1e73d   Improve accuracy of apropos commands that search doc 
strings
      adds  b82dbba   Use lexical-binding in w32-vars.el
      adds  d55b3b5   Improve indentation of 'loop' forms
      adds  5f516dc   Remove redundant :groups args missed in last commit
      adds  274ec97   Make sure alist-related functions say so in their doc
      adds  7a12ab5   Fix project.el commands in "transient" projects
      adds  1f17193   Expand file name for remote dirs as well
      adds  c6d70f8   Merge from origin/emacs-27
      adds  82140c5   Fix calculator division truncation (bug#40892)
      adds  f696dc8   ; Merge from origin/emacs-27
      adds  aea1b4d   Revert "Fix calculator division truncation (bug#40892)"
      adds  1d477a0   Recommend to avoid unnecessary abbreviations in doc
      adds  76cf14f   Merge from origin/emacs-27
      adds  fc8e02a   ; Auto-commit of loaddefs files.
      adds  8b4a61d   ; Merge from origin/emacs-27
      adds  5a5d8a8   * lisp/desktop.el (desktop-save): Doc fix.  (Bug#41007)
      adds  ed25282   Document effect of 'search-upper-case' on replacement 
commands
      adds  0a3731f   Make memq etc. examples more like they were
      adds  99a544c   Merge from origin/emacs-27
      adds  e90b7b9   Revert "Mark breakpoints in edebug with highlights".  
This fixes bug #40992
      adds  4c1a28b   ; Merge from origin/emacs-27
      adds  22bff6e   cc-mode: document Doxygen ‘c-doc-comment-style’  
(bug#40877)
      adds  2c30614   Fix initial frame resizing issue on NS (bug#40200)
      adds  20c1e7f   Fix calculator division truncation (bug#40892)
      adds  97146ef   ; admin/notes/git-workflow
      adds  82c5061   ; admin/notes/git-workflow
      adds  7db0093   Use lexical-binding in check-declare.el and add tests
      adds  40149b8   * lisp/emacs-lisp/eieio.el (oset, oset-default): Mark as 
obsolete
      adds  6bd47f4   Update from Gnulib
      adds  1069364   Simplify by using attribute.h macros
      adds  221e6a9   Fix setting of INSIDE_EMACS in Tramp
      adds  2db70ed   Adapt Tramp tests
       new  c6a610e   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 admin/notes/git-workflow                           |  36 ++--
 build-aux/config.guess                             |   9 +-
 build-aux/config.sub                               |   4 +-
 build-aux/gitlog-to-changelog                      |   4 +-
 build-aux/update-copyright                         |   4 +-
 doc/emacs/search.texi                              |  22 +-
 doc/lispref/lists.texi                             |  18 +-
 doc/lispref/modes.texi                             |  17 +-
 doc/lispref/searching.texi                         |  10 +-
 doc/lispref/text.texi                              |   3 +
 doc/lispref/tips.texi                              |   8 +
 doc/misc/cc-mode.texi                              |   5 +
 doc/misc/texinfo.tex                               |  45 ++--
 etc/NEWS                                           |  27 ++-
 lib/attribute.h                                    |  58 ++++++
 lib/explicit_bzero.c                               |  18 +-
 lib/gnulib.mk.in                                   |  10 +
 lib/ieee754.in.h                                   |   4 +-
 lib/nstrftime.c                                    |   9 +-
 lisp/apropos.el                                    |  21 +-
 lisp/bookmark.el                                   |   6 +-
 lisp/calculator.el                                 |   2 +-
 lisp/cus-edit.el                                   |  12 +-
 lisp/desktop.el                                    |  39 ++--
 lisp/dom.el                                        |   6 +
 lisp/emacs-lisp/bytecomp.el                        |   8 +
 lisp/emacs-lisp/check-declare.el                   |   4 +-
 lisp/emacs-lisp/cl-indent.el                       |  36 ++--
 lisp/emacs-lisp/comp.el                            |  23 ++-
 lisp/emacs-lisp/eieio-base.el                      |   3 +-
 lisp/emacs-lisp/eieio.el                           |   6 +-
 lisp/emacs-lisp/lisp-mode.el                       |  13 +-
 lisp/files.el                                      |   7 +
 lisp/info.el                                       |  26 ++-
 lisp/jsonrpc.el                                    |  50 ++++-
 lisp/ldefs-boot.el                                 |  90 ++++++--
 lisp/mail/qp.el                                    |   2 +-
 lisp/net/eww.el                                    |   2 +-
 lisp/net/nsm.el                                    |   1 +
 lisp/net/tramp-cache.el                            |  61 +++---
 lisp/net/tramp-cmds.el                             |  12 +-
 lisp/net/tramp-sh.el                               |  14 +-
 lisp/progmodes/cc-fonts.el                         |  78 +++++++
 lisp/progmodes/cc-vars.el                          |   1 +
 lisp/progmodes/elisp-mode.el                       |  27 +--
 lisp/progmodes/project.el                          |  36 ++--
 lisp/replace.el                                    |  35 ++--
 lisp/saveplace.el                                  |   4 +-
 lisp/term/bobcat.el                                |   1 +
 lisp/term/cygwin.el                                |   2 +-
 lisp/term/konsole.el                               |   2 +-
 lisp/term/linux.el                                 |   2 +-
 lisp/term/vt100.el                                 |   2 +-
 lisp/term/vt200.el                                 |   2 +
 lisp/version.el                                    |   2 +-
 lisp/w32-vars.el                                   |  14 +-
 lisp/window.el                                     |  36 +++-
 m4/explicit_bzero.m4                               |   1 +
 m4/gnulib-common.m4                                | 229 ++++++++++++++++++---
 m4/gnulib-comp.m4                                  |   2 +
 src/conf_post.h                                    | 100 +++------
 src/fns.c                                          |  56 ++---
 src/nsterm.m                                       |  51 ++---
 src/search.c                                       |  10 +-
 src/systhread.h                                    |  12 +-
 test/lisp/calendar/iso8601-tests.el                |  31 +++
 test/lisp/comint-tests.el                          |   2 +-
 test/lisp/custom-resources/custom--test-theme.el   |   2 +
 test/lisp/dabbrev-tests.el                         |   2 +-
 test/lisp/dom-tests.el                             |   7 +
 test/lisp/emacs-lisp/check-declare-tests.el        | 116 +++++++++++
 .../edebug-resources/edebug-test-code.el           |   2 +-
 .../eieio-tests/eieio-test-methodinvoke.el         |  58 +++---
 .../emacs-lisp/eieio-tests/eieio-test-persist.el   |   2 +-
 .../faceup-resources/faceup-test-mode.el           |   2 +-
 .../faceup-test-this-file-directory.el             |   2 +-
 .../emacs-lisp/faceup-tests/faceup-test-basics.el  |   2 +-
 .../emacs-lisp/faceup-tests/faceup-test-files.el   |   2 +-
 .../newer-versions/new-pkg-1.0.el                  |   2 +-
 .../newer-versions/simple-single-1.4.el            |   2 +-
 .../package-resources/simple-depend-1.0.el         |   2 +-
 .../package-resources/simple-single-1.3.el         |   2 +-
 .../package-resources/simple-two-depend-1.1.el     |   2 +-
 test/lisp/emacs-lisp/package-tests.el              |  11 +-
 test/lisp/emacs-lisp/shadow-resources/p1/foo.el    |   2 +-
 test/lisp/emacs-lisp/shadow-resources/p2/FOO.el    |   2 +-
 test/lisp/emulation/viper-tests.el                 |   2 +-
 test/lisp/erc/erc-track-tests.el                   |   2 +-
 test/lisp/gnus/gnus-tests.el                       |   2 +-
 test/lisp/imenu-tests.el                           |   2 +-
 test/lisp/info-xref-tests.el                       |   2 +-
 test/lisp/jit-lock-tests.el                        |   2 +-
 test/lisp/json-tests.el                            |   2 +-
 test/lisp/mail/qp-tests.el                         |  74 +++++++
 test/lisp/man-tests.el                             |   4 +-
 test/lisp/net/tramp-tests.el                       | 118 ++++++-----
 test/lisp/replace-tests.el                         |   2 +-
 test/lisp/shadowfile-tests.el                      |  20 +-
 test/lisp/subr-tests.el                            |   2 +-
 test/lisp/thingatpt-tests.el                       |   2 +-
 test/lisp/xml-tests.el                             |   2 +-
 101 files changed, 1357 insertions(+), 596 deletions(-)
 create mode 100644 lib/attribute.h
 create mode 100644 test/lisp/emacs-lisp/check-declare-tests.el
 create mode 100644 test/lisp/mail/qp-tests.el



reply via email to

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