emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (f5dceed -> 9daffe9)


From: Andrea Corallo
Subject: feature/native-comp updated (f5dceed -> 9daffe9)
Date: Sun, 24 May 2020 08:47:58 -0400 (EDT)

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

      from  f5dceed   * lisp/loadup.el: Use new 'native-comp-available-p'.
      adds  00be23c   Don’t attempt to modify constant strings
      adds  94f01fe   vc-working-revision: Bind default-directory
      adds  30e8d56   Add user option project-vc-merge-submodules
      adds  2216468   Update the package version
      adds  b1fe27d   Fix calculator entry of numbers with negative exponents 
(bug#41347)
      adds  b2e2128   Use lexical-binding in webjump.el and add tests
      adds  86594a3   Restore buffer-undo-list to buffer-local-variables
      adds  ceee275   CC Mode: Allow "static" etc. to be placed after a 
declaration's type name
      adds  ca7224d   Add test for recent buffer-local-variables change
      adds  018eb31   ; Update NEWS
      adds  3d1bcfb   Redo RCS Id for pdumper
      adds  b1cd1f0   Improve password-cache-add example in comment
      adds  06fe322   Clarify wording in my last commit
      adds  c5eafcc   Reject attempts to clear pure strings
      adds  659ed85   Indicate not downloaded parts in MIME buttons.
      adds  5af9918   Allow back-references in syntax-propertize-rules.
      adds  3c2624e   project--vc-list-files: Don't list conflicted files thrice
      adds  babdd2e   Add project-compile command
      adds  5352bda   Add test for bug#39680
      adds  f0b0105   Hoist some byte-code checking out of eval
      adds  453ffe5   Fix minor Tramp oddities
      adds  6b3fb29   ; src/alloc.c: Add a GC reg spill mechanism and Bug#41357 
related commentary.
      adds  525df72   ; Fix comment in tramp-archive.el
      adds  bd64571   which-function-mode: put hook function on 
after-change-major-mode-hook
      adds  5b66483   Prevent gnus-registry-handle-action from creating 
spurious entries
      adds  5989432   CC Mode: Fix bug #39972, by fixing c-display-defun-name 
for nested defuns
      adds  0bfee4b   Bookmark locations can refer to VC directory buffers 
(bug#39722)
      adds  cdec313   lisp/ido.el: Respect completion-auto-help setting
      adds  d714aa7   ; Bump defcustom :version in last change
      adds  3f082af   Various json.el improvements
      adds  3a7894e   Improve shr/eww handling of mailto URLs
      adds  813e42c   Disable ido-everywhere when ido-mode is off
      adds  5044c19   project.el: A project has only one main root now
      adds  c67f8f2   Implement 'mark-resolved' for the Git backend
      adds  cde0589   * lisp/doc-view.el (doc-view-presentation): Fix thinko
      adds  b4a1519   Delete another library obsolete since 23.2
      adds  d7fc6bd   Let user adjust the column widths of the package menu.
      adds  232bb69   ; * etc/NEWS: Mention new customization options for 
package.el.
      adds  f8581bc   Reject invalid characters in XML strings (Bug#41094).
      adds  6ac2326   Don’t use “constant” for values you shouldn’t change
      adds  b48ab74   Minor fixups for mutability doc
      adds  03d44ac   * doc/lispref/control.texi (Processing of Errors): 
Improve indexing.
      adds  4b9fbdb   ; Update TODO item about ligature support
      adds  fabcc1e   Merge from origin/emacs-27
      adds  0eeeedf   ; * etc/PROBLEMS: Add note about color list issues on 
macOS.
      adds  bd5c3d1   ; Merge from origin/emacs-27
      adds  8cc453d   Second attempt at improving indexing in control.texi
      adds  ce70cfb   Merge from origin/emacs-27
      adds  62a5e89   Redo RCS Id for pdumper
      adds  c0aa2f2   CC Mode: Fix bug #39972, by fixing c-display-defun-name 
for nested defuns
      adds  294495d   ; Merge from origin/emacs-27
      adds  a10254d   Fix accessing files on networked drives on MS-Windows
      adds  13b6dfd   * doc/emacs/killing.texi (Rectangles): Improve indexing.
      adds  fb2e34c   ; * etc/TODO (Ligatures): Update the entry based on 
recent discussions.
      adds  c7737d4   ; * etc/TODO (Ligatures): Update the entry based on 
recent discussions.
      adds  1a6d59e   Improve the documentation of setting up fontsets
      adds  d6a0b66   * lisp/subr.el (save-match-data): Clarify use in docstring
      adds  d436e48   Merge from origin/emacs-27
      adds  9e977c4   Restore check for Emacs 20.2 bytecodes
      adds  e021c2d   Port etags FALLTHROUGH to C2X
       new  9daffe9   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 doc/emacs/killing.texi               |   2 +
 doc/emacs/mule.texi                  |  84 +++-
 doc/lispintro/emacs-lisp-intro.texi  |   5 +-
 doc/lispref/control.texi             |   1 +
 doc/lispref/display.texi             |   6 +-
 doc/lispref/elisp.texi               |   2 +-
 doc/lispref/eval.texi                |  21 +-
 doc/lispref/lists.texi               |  16 +-
 doc/lispref/objects.texi             |  93 ++--
 doc/lispref/sequences.texi           |  25 +-
 doc/lispref/strings.texi             |  11 +-
 etc/NEWS                             |  47 ++
 etc/TODO                             |  64 ++-
 lib-src/etags.c                      |   2 +-
 lisp/calculator.el                   |  10 +-
 lisp/cedet/ede.el                    |   7 +-
 lisp/doc-view.el                     |   4 +-
 lisp/emacs-lisp/package.el           |  28 +-
 lisp/emacs-lisp/syntax.el            |  35 +-
 lisp/gnus/gnus-art.el                |  14 +-
 lisp/gnus/gnus-registry.el           |  36 +-
 lisp/ido.el                          |  19 +-
 lisp/json.el                         | 576 ++++++++++++-----------
 lisp/jsonrpc.el                      |  50 +-
 lisp/language/tibet-util.el          |  14 +-
 lisp/mouse.el                        |   2 +-
 lisp/net/eww.el                      |  30 +-
 lisp/net/shr.el                      |  84 ++--
 lisp/net/tramp-archive.el            |   7 +-
 lisp/net/tramp-rclone.el             |  13 +-
 lisp/net/webjump.el                  |   5 +-
 lisp/obsolete/levents.el             | 292 ------------
 lisp/org/org-agenda.el               |   5 +-
 lisp/password-cache.el               |   3 +-
 lisp/progmodes/cc-langs.el           |  10 +-
 lisp/progmodes/cc-mode.el            |   2 +-
 lisp/progmodes/project.el            | 153 ++++---
 lisp/progmodes/python.el             |  21 +-
 lisp/progmodes/which-func.el         |  97 ++--
 lisp/progmodes/xref.el               |   4 +-
 lisp/subr.el                         |   6 +-
 lisp/vc/vc-dir.el                    |  36 ++
 lisp/vc/vc-git.el                    |   4 +
 lisp/vc/vc-hooks.el                  |   2 +-
 lisp/version.el                      |   4 -
 lisp/xml.el                          |  13 +-
 src/alloc.c                          |  53 +--
 src/buffer.c                         |  40 +-
 src/bytecode.c                       |  28 +-
 src/emacs.c                          |   5 +
 src/eval.c                           |  62 +--
 src/fns.c                            |  51 ++-
 src/lisp.h                           |   2 -
 src/lread.c                          |  26 +-
 src/w32.c                            |  12 +-
 test/lisp/electric-tests.el          |  18 +
 test/lisp/emacs-lisp/syntax-tests.el |  67 +++
 test/lisp/json-tests.el              | 865 +++++++++++++++++++++++++++++------
 test/lisp/net/webjump-tests.el       |  73 +++
 test/lisp/xml-tests.el               |  10 +
 test/src/buffer-tests.el             |   6 +
 61 files changed, 2064 insertions(+), 1219 deletions(-)
 delete mode 100644 lisp/obsolete/levents.el
 create mode 100644 test/lisp/emacs-lisp/syntax-tests.el
 create mode 100644 test/lisp/net/webjump-tests.el



reply via email to

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