emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (801e19d -> 0eedb5a)


From: Andrea Corallo
Subject: feature/native-comp updated (801e19d -> 0eedb5a)
Date: Sat, 27 Jun 2020 16:42:54 -0400 (EDT)

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

      from  801e19d   * lisp/gnus/gnus.el (gnus): Fix a check to handle native 
compilation.
       new  24f68d6   src/comp.c (Fcomp__register_subr): Handle advice 
activation (bug#42038).
      adds  7221d84   ; project-shell, project-eshell: Doc fixes
      adds  a1686c0   Forward declare eshell-buffer-name in project-eshell
      adds  ba8370b   New commands other-window-prefix (C-x 4 4) and 
other-frame-prefix (C-x 5 5)
      adds  ce4ec17   Fix display-buffer-override-next-command to call action 
only once (bug#39722)
      adds  73daab9   Preserve point in pascal-mode completion (bug#41740)
      adds  6242605   Fix spurious error in beginning-of-defun in pascal-mode 
(bug#41740)
      adds  8ef8463   Accept lexical lambda in auto-insert-alist
      adds  2be7198   project-switch-to-buffer: Do not require matching input
      adds  bea5eb7   project-switch-to-buffer: Improve Ido compatibility
      adds  30ff243   Minor improvements as followup to recent RGB 
string-parsing change
      adds  7fd3f0b   Fix gnus-cloud-download-all-data return value
      adds  86a2497   ; Fix indentation in last change
      adds  35e881c   Fix problem in tramp-smb.el
      adds  4e04ca8   More not-state-changing vc commands can be used from 
non-file buffers
      adds  bfd96e9   M-n in read-directory-name of vc commands gets project 
dirs (bug#41821)
      adds  875d284   ; Fix typos in etc/NEWS
      adds  599004f   ; * etc/NEWS: Improve format and wording of recently 
added entries.
      adds  b6ea0e0   Make switch work in AWK Mode.  Fixes bug #41923
      adds  7d6b860   Push action to list of functions in 
display-buffer-override-next-command
      adds  7574390   CC Mode.  Fix an off by one error.  Fixes bug #41809
      adds  1c6dc3a   Add help menu entry for view-lossage
      adds  e2d796f   Fix last change
      adds  511ddaa   Add NEWS entry for bug-reference auto-setup.
      adds  beaff81   Rename project-kill-buffers-{skip-conditions,ignores}
      adds  733921e   project-known-roots: Rename and improve
      adds  96ff641   project--read-project-list: Add structure verification
      adds  75bb40b   vc-known-roots: Actually update
      adds  be7a07f   Fix byte-compilation warning in project.el
      adds  89c744c   ; Fix recent indentation in project.el
      adds  4c81724   Don't use 'cl' functions in ELisp manual's examples
      adds  11e3413   Fix text about Lisp archives in the Emacs FQ
      adds  368e140   Avoid crashes in 'defconst'
      adds  f61bff3   ; * CONTRIBUTE: Clarify the preferences for patch 
formatting.
      adds  c37de84   Fix typos and markup in fill column indicator docs
      adds  dbfcdab   Unbreak 'reverse-region'
      adds  632b011   Add Jansson dependency to Windows Build
      adds  0c4b033   Improve documentation of Info node movement commands
      adds  bb1a948   Fix posn-at-point at beginning of a display string
      adds  5280e11   ; * src/xdisp.c (pos_visible_p): Fix last change.  
(Bug#42039)
      adds  ffb89ed   Merge from origin/emacs-27
      adds  118c07e   Update from Gnulib
       new  0eedb5a   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 CONTRIBUTE                            |  15 +-
 admin/nt/dist-build/build-dep-zips.py |   1 +
 build-aux/config.guess                |  12 +-
 build-aux/config.sub                  | 101 ++++++------
 doc/emacs/display.texi                |  33 ++--
 doc/lispref/control.texi              |   6 +-
 doc/misc/efaq.texi                    |  21 +--
 doc/misc/texinfo.tex                  | 270 ++++++++++++++++++++------------
 etc/NEWS                              |  48 +++++-
 lib/count-one-bits.h                  |  85 +++++++----
 lib/ftoastr.c                         |  23 ++-
 lib/ftoastr.h                         |   7 +
 lib/getloadavg.c                      |  45 +++---
 lib/getrandom.c                       | 178 +++++++++++++++++++++
 lib/gettimeofday.c                    |  18 ++-
 lib/gnulib.mk.in                      |  64 +++++++-
 lib/libc-config.h                     |   3 +-
 lib/open.c                            |   2 +-
 lib/openat-proc.c                     |   5 +-
 lib/sys_random.in.h                   |  92 +++++++++++
 lib/tempname.c                        | 280 +++++++++++++++++-----------------
 lib/tempname.h                        |   7 +
 lib/unistd.in.h                       |  27 ++++
 lib/verify.h                          |  20 ++-
 lisp/autoinsert.el                    |   2 +-
 lisp/emacs-lisp/seq.el                |   1 +
 lisp/frame.el                         |  17 +++
 lisp/gnus/gnus-cloud.el               |   3 +-
 lisp/info.el                          |  18 ++-
 lisp/menu-bar.el                      |   4 +
 lisp/net/tramp-smb.el                 |   4 +-
 lisp/progmodes/cc-engine.el           |   4 +-
 lisp/progmodes/cc-langs.el            |   5 +-
 lisp/progmodes/pascal.el              |  53 ++++---
 lisp/progmodes/project.el             |  50 +++---
 lisp/sort.el                          |   5 +-
 lisp/tab-bar.el                       |   6 +-
 lisp/term/tty-colors.el               |   2 +-
 lisp/vc/vc-dir.el                     |   7 +-
 lisp/vc/vc-hooks.el                   |   5 +
 lisp/vc/vc.el                         |  10 +-
 lisp/window.el                        |  55 ++++++-
 m4/getrandom.m4                       |  64 ++++++++
 m4/gnulib-comp.m4                     |  55 +++----
 m4/memmem.m4                          |   4 +-
 m4/regex.m4                           |  92 ++++++++---
 m4/sys_random_h.m4                    |  52 +++++++
 m4/unistd_h.m4                        |   7 +-
 src/comp.c                            |  10 +-
 src/eval.c                            |   1 +
 src/xdisp.c                           |   7 +-
 src/xfaces.c                          |  90 ++++++-----
 test/lisp/net/tramp-tests.el          |  54 ++++---
 test/lisp/progmodes/pascal-tests.el   |  63 ++++++++
 test/src/xfaces-tests.el              |  26 ++--
 55 files changed, 1529 insertions(+), 610 deletions(-)
 create mode 100644 lib/getrandom.c
 create mode 100644 lib/sys_random.in.h
 create mode 100644 m4/getrandom.m4
 create mode 100644 m4/sys_random_h.m4
 create mode 100644 test/lisp/progmodes/pascal-tests.el



reply via email to

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