emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/tramp-thread-safe updated (279618b -> 1ed8d00)


From: Michael Albinus
Subject: [Emacs-diffs] feature/tramp-thread-safe updated (279618b -> 1ed8d00)
Date: Fri, 31 Aug 2018 07:10:42 -0400 (EDT)

albinus pushed a change to branch feature/tramp-thread-safe.

      from  279618b   Do not propagate Tramp errors to the main thread
      adds  b28d533   * src/keymap.c: Make better use of access_keymap's 
functionality
      adds  d0d162c   Small checkdoc quoting fix (bug#32546)
      adds  2695b7e   * configure.ac: Doc fixes related to --with-xim.
      adds  785682c   * configure.ac (emacs_config_features): Add GLIB, XDBE, 
XIM.
      adds  63e59c8   Avoid crashes in malformed defvar
      adds  fe06fcc   Avoid infinite hscrolling loops when line numbers are 
displayed
      adds  fca935e   ; Let pre-commit git hook check merged in changes 
(Bug#29197)
      adds  f088817   Fix math-imaginary-i check
      adds  9d61344   Index profiler commands in elisp manual
      adds  3764ab4   * etc/PROBLEMS: New entry about GTK+ 3 crash with some X 
servers.
      adds  3b71bef   admin.el: respect environment settings for makeinfo etc
      adds  2670cbf   ; * configure.ac: Remove outdated comment (it was about 
CRT_DIR).
      adds  d8bef4b   Merge from origin/emacs-26
      adds  42ed35c   Pacify -Wdouble-promotion in ImageMagick code
      adds  3cc42bb   * configure.ac: Fix goofs in my recent ImageMagick change.
      adds  54b9213   Handle thread-signal towards the main thread  (Bug#32502)
      adds  6d6f45e   Fix off-by-1 typo in recent bignum changes
      adds  eb5588d   * lisp/gnus/mm-view.el (mm-display-inline-fontify): Carry 
diff-mode overlays
      adds  15006cf   * lisp/vc/vc.el (vc-log-internal-common): Reuse the 
buffer object.
      adds  7c0675a   Fix bignum FIXME in emacs-module.c
      adds  7697846   Construct a thread_event only if THREADS_ENABLED
      adds  a451c6e   * src/alloc.c (sweep_vectors): Simplify.
      adds  db2fed3   Several fixes for formatting bignums
      adds  a1e6156   * test/lisp/calc/calc-tests.el (calc-imaginary-i): New 
test.
      adds  3d09d53   rcirc: Document /reconnect as a built-in command 
(Bug#29656)
      adds  ac7936c   Rename thread-alive-p to thread-live-p
      adds  6f3cf12   Merge from origin/emacs-26
      adds  ee2509b   Mark thread-alive-p as obsolete
       new  1ed8d00   Merge branch 'master' into feature/tramp-thread-safe


Summary of changes:
 admin/admin.el                                     |  17 +-
 build-aux/git-hooks/pre-commit                     |  16 +-
 configure.ac                                       |  24 +-
 doc/lispref/debugging.texi                         |   3 +
 doc/lispref/threads.texi                           |  12 +-
 doc/misc/rcirc.texi                                |  60 +---
 etc/NEWS                                           |   9 +
 etc/NEWS.26                                        |   5 +
 etc/PROBLEMS                                       |  20 ++
 lisp/calc/calc-cplx.el                             |   4 +-
 lisp/emacs-lisp/checkdoc.el                        |   2 +-
 .../org/org-tests.el => lisp/emacs-lisp/thread.el  |  27 +-
 lisp/gnus/mm-view.el                               |  12 +-
 lisp/vc/vc.el                                      |   8 +-
 src/alloc.c                                        |  22 +-
 src/bignum.c                                       |  37 ++-
 src/editfns.c                                      | 359 +++++++++++----------
 src/emacs-module.c                                 |   8 +-
 src/eval.c                                         |   2 +-
 src/font.c                                         |   2 +-
 src/image.c                                        |   3 +-
 src/keyboard.c                                     |  27 +-
 src/keymap.c                                       |  93 ++----
 src/lisp.h                                         |   5 +-
 src/print.c                                        |   9 +-
 src/termhooks.h                                    |   4 +
 src/thread.c                                       |  52 ++-
 src/xdisp.c                                        |  20 +-
 test/lisp/calc/calc-tests.el                       |   7 +
 test/src/editfns-tests.el                          |  17 +-
 test/src/thread-tests.el                           |  39 ++-
 31 files changed, 533 insertions(+), 392 deletions(-)
 copy test/lisp/org/org-tests.el => lisp/emacs-lisp/thread.el (54%)



reply via email to

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