emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (8169972 -> 293c6a2)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (8169972 -> 293c6a2)
Date: Tue, 17 Mar 2015 19:37:43 +0000

jave pushed a change to branch xwidget_mvp.

      from  8169972   Merge branch 'master' into xwidget_mvp
      adds  3bf3699   Add --no-x-resources option
      adds  84a6685   2015-03-14  Michael R. Mauger  <address@hidden>
      adds  554001d   Type checking for `define-widget'
      adds  2f12fc5   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  9941682   Support indenting backquote substitutions in cl-indent
      adds  51e7e46   Font-lock elisp macros/special forms dynamically
      adds  28caedb   In Tramp. check ssh Control* options only when needed
      adds  4e5eb85   Fix subtle problems with linum-mode and invisible text
      adds  8599360   (url-insert-file-contents): Set buffer-file-coding-system
      adds  3eb4d23   Make Edebug work with Follow Mode.
      adds  ab4e4cc   Add 'clear' functionality to eshell.
      adds  43a847c   Fixes: debbugs:19335
      adds  f925fc9   Add `predicate' arg to `read-buffer' and use it for 
erc-iswitchb
      adds  801eda8   * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): 
Optimize &aux.
      adds  a961dce   Don't test "\t" in file names on Cygwin.
      adds  b074335   Edebug: Allow "S" to work during trace mode.  Fixes 
debbugs #20074.
      adds  508049a   Change test for ControlPath in order to avoid DNS 
timeouts.
      adds  330cf1a   Resurrect the lost optional fixed font menu on w32
      adds  6f73c46   * cl-macs.el (cl--transform-lambda): Refine last change.
      adds  0fe787e   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  e70a1f9   lisp/mouse.el: Fix last change.
      adds  7cf5b37   Avoid leading tabs in shell scripts, sent by Tramp.
       new  293c6a2   Merge branch 'master' into xwidget_mvp


Summary of changes:
 etc/NEWS                       |   12 +++
 lisp/ChangeLog                 |  125 +++++++++++++++++++++++++++++++
 lisp/emacs-lisp/cl-generic.el  |    1 +
 lisp/emacs-lisp/cl-indent.el   |   62 +++++++++++++---
 lisp/emacs-lisp/cl-macs.el     |  162 ++++++++++++++++++++++++++-------------
 lisp/emacs-lisp/edebug.el      |   62 +++------------
 lisp/emacs-lisp/lisp-mode.el   |   36 ++++++++-
 lisp/emulation/viper-init.el   |    2 +-
 lisp/erc/ChangeLog             |   12 +++
 lisp/erc/erc.el                |   99 +++++++++++-------------
 lisp/eshell/esh-mode.el        |    7 ++
 lisp/ido.el                    |    8 +-
 lisp/isearchb.el               |    6 +-
 lisp/misearch.el               |    4 +-
 lisp/mouse.el                  |   13 +++-
 lisp/net/browse-url.el         |   56 ++++++++++++++
 lisp/net/tramp-adb.el          |    3 +
 lisp/net/tramp-gvfs.el         |    2 +
 lisp/net/tramp-sh.el           |   85 +++++++++++++++++++--
 lisp/net/tramp-smb.el          |    6 ++
 lisp/net/tramp.el              |   41 +----------
 lisp/obsolete/iswitchb.el      |    6 +-
 lisp/progmodes/sql.el          |   45 +++++++----
 lisp/replace.el                |    2 +-
 lisp/startup.el                |    7 +-
 lisp/url/ChangeLog             |    6 ++
 lisp/url/url-handlers.el       |   15 +++-
 lisp/w32-vars.el               |   17 +++-
 lisp/widget.el                 |    3 +
 src/ChangeLog                  |   21 +++++
 src/callint.c                  |    4 +-
 src/emacs.c                    |    3 +
 src/minibuf.c                  |   18 +++-
 src/xdisp.c                    |   56 +++++++++-----
 test/ChangeLog                 |   21 ++++-
 test/automated/cl-lib-tests.el |   27 ++++++-
 test/automated/tramp-tests.el  |    9 ++-
 37 files changed, 767 insertions(+), 297 deletions(-)



reply via email to

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