emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (138447c -> 169532b)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (138447c -> 169532b)
Date: Thu, 29 Jun 2017 19:47:45 -0400 (EDT)

npostavs pushed a change to branch master.

      from  138447c   Improve timer handling when Tramp accepts output
       new  522e3c1   Operate on frame list instead of printed backtrace
       new  ead5458   Improve ert backtrace recording
       new  eb9d3ec   Escape control characters in backtraces (Bug#6991)
       new  b567c48   Don't redundantly cl-print arglist in function docstring 
again
       new  0ae28c7   Hide byte code in backtraces (Bug#6991)
       new  c87c87f   Escape NUL bytes in X selections (Bug#6991)
       new  169532b   ; Merge: Backtrace printing improvements (Bug#6991)


Summary of changes:
 doc/emacs/killing.texi                 |   4 +
 etc/NEWS                               |   9 ++
 lisp/emacs-lisp/cl-print.el            |   9 +-
 lisp/emacs-lisp/debug.el               | 181 ++++++++++++---------------------
 lisp/emacs-lisp/ert.el                 |  85 +++++++---------
 lisp/select.el                         |   3 +
 lisp/subr.el                           |   3 +-
 lisp/term/w32-win.el                   |   2 +-
 src/print.c                            |  45 +++++---
 test/lisp/emacs-lisp/cl-print-tests.el |   2 +-
 test/lisp/emacs-lisp/ert-tests.el      |   8 +-
 11 files changed, 162 insertions(+), 189 deletions(-)



reply via email to

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