emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (e489685 -> a704bad)


From: Gemini Lasswell
Subject: [Emacs-diffs] master updated (e489685 -> a704bad)
Date: Sun, 9 Sep 2018 11:31:38 -0400 (EDT)

gazally pushed a change to branch master.

      from  e489685   Fix documentation for conversion to bignums
       new  a133b1f   Add list-threads command and thread-list-mode
       new  3ca82c5   Make lisp/thread.el the new home for thread-related Lisp 
functions
       new  ea1ec0e   Improve docstrings of thread-list functions
       new  bdba72b   Make list-threads refresh the *Threads* buffer if it 
already exists
       new  dc5c76c   Make small fixes to Edebug and debugger documentation
       new  3fb8f30   Show backtraces of threads from thread list buffer
       new  e19ca77   Document list-threads and its buffer
       new  703b1cf   Add check in list-threads for --without-threads 
configuration
       new  2f5a65a   Add tests for list-threads and the *Threads* buffer
       new  8adc0e5   Improve documentation of thread list buffer
       new  b7719f0   Use thread-live-p instead of obsolete thread-alive-p
       new  a704bad   Merge branch 'scratch/list-threads'


Summary of changes:
 doc/lispref/edebug.texi   |   2 +
 doc/lispref/elisp.texi    |   4 +-
 doc/lispref/threads.texi  |  51 ++++++++++++
 etc/NEWS                  |   7 ++
 lisp/emacs-lisp/thread.el |  44 ----------
 lisp/thread.el            | 200 ++++++++++++++++++++++++++++++++++++++++++++++
 src/eval.c                |  59 ++++++++++++++
 test/lisp/thread-tests.el |  96 ++++++++++++++++++++++
 8 files changed, 418 insertions(+), 45 deletions(-)
 delete mode 100644 lisp/emacs-lisp/thread.el
 create mode 100644 lisp/thread.el
 create mode 100644 test/lisp/thread-tests.el



reply via email to

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