emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (0fc4761 -> 88fefc3)


From: Noam Postavsky
Subject: [Emacs-diffs] master updated (0fc4761 -> 88fefc3)
Date: Sat, 3 Dec 2016 01:45:04 +0000 (UTC)

npostavs pushed a change to branch master.

      from  0fc4761   ; * lisp/dired-x.el (dired-omit-case-fold): Fix last 
change.
       new  2272131   Add lisp watchpoints
       new  459a234   Show watchpoints when describing variables
       new  cfd2b9e   Add function to trigger debugger on variable write
       new  d3faef9   Ensure redisplay using variable watcher
       new  e7cd98b   Add tests for watchpoints
       new  56c8178   Document watchpoints
       new  88fefc3   ; Merge: Lisp watchpoints (Bug#24923)


Summary of changes:
 doc/lispref/debugging.texi |   31 +++++++
 doc/lispref/elisp.texi     |    2 +
 doc/lispref/variables.texi |   61 +++++++++++++
 etc/NEWS                   |    5 ++
 lisp/emacs-lisp/debug.el   |   91 +++++++++++++++++++
 lisp/frame.el              |    3 +-
 lisp/help-fns.el           |    7 ++
 src/alloc.c                |    2 +-
 src/buffer.c               |   82 ++++++++++-------
 src/bytecode.c             |    4 +-
 src/data.c                 |  213 +++++++++++++++++++++++++++++++++++++++-----
 src/eval.c                 |  206 ++++++++++++++++++++++--------------------
 src/font.c                 |    6 +-
 src/lisp.h                 |   54 +++++++++--
 src/lread.c                |    6 +-
 src/window.h               |    1 -
 src/xdisp.c                |   23 +++--
 test/src/data-tests.el     |  115 ++++++++++++++++++++++++
 18 files changed, 721 insertions(+), 191 deletions(-)



reply via email to

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