emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (3e73732 -> 2d27e24)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (3e73732 -> 2d27e24)
Date: Sun, 03 Jan 2016 05:34:24 +0000

jave pushed a change to branch xwidget_mvp.

      from  3e73732   conflict in keyboard.c
      adds  23b5c22   ; Auto-commit of ChangeLog files.
      adds  a2e6ed3   reftex generate autoloads to non versioned file.
      adds  0eb5791   ps-print generate autoloads to non versioned file.
      adds  8849225   Add autoload-force target.
      adds  ef69697   rmail generate autoloads to non-versioned file.
      adds  a014779   ibuffer generate autoloads to non-versioned file.
      adds  459cf7c   htmlfontify generate autoload to non-versioned file.
      adds  ee85661   eieio generate autoloads to non-versioned file.
      adds  2f55a23   dired generate autoloads to non-versioned file.
      adds  138480a   Fix bootstrap issue with dired-loaddefs
      adds  1868954   ; Auto-commit of ChangeLog files.
      adds  1dcf9a5   clipboard should still work even if interprogram-* is 
disabled
      adds  b05471e   shr table rendering fix
      adds  821107d   Ignore invalid SVG images
      adds  45ebbc0   Allow overriding shr functions from eww
      adds  60c0f1a   Add FreeBSD cert bundle
      adds  af22a01   Decode hex-encoded URLs before using them as file names
      adds  edfdd0a   Make prettier unique file names in eww
      adds  cdaf330   Allow several <tbody> tags in shr
      adds  fe4606f   Use cl-reduce, not reduce.
      adds  248da29   Stop rendering HTML before specdlr exhaustion
      adds  9f0fd7c   Don't store cookies with empty names
      adds  5e56f60   Make toggling checkboxes work again
      adds  9e089ec   Default web pages to right-to-left
      adds  2a0f18d   Always save eww history
      adds  a862700   More eww file name coding fixes
      adds  bdaff9c   Follow meta refresh tags in eww
      adds  6d124ee   Allow toggling colors in eww
      adds  7a7b5b4   Autoload url-insert-buffer-contents
      adds  596338b   * eww.el (eww-mode-map): Fix command name of 
eww-toggle-colors.
      adds  b563715   Allow http://user:address@hidden/ URLs again
      adds  65c6405   Add a command to view files in the browser to dired
      adds  a68633e   Made ffap-url-p a defun instead of a defsubst
      adds  608b15d   * eww.el (eww-display-html): Support <button> tags 
(bug#20485).
      adds  344303c   Doc fix for url-http
      adds  0697719   Let url use default file modes when copying files
      adds  1dee11d   Make relative URL parsing and resolution consistent with 
RFC 3986 (bug#22044)
      adds  b792ece   Make relative URL parsing and resolution consistent with 
RFC 3986 (bug#22044)
      adds  5917b50   Use a different port for TLS erc
      adds  de88375   * admin/gitmerge.el: Tweaks that seemed necessary
      adds  531b28b   * shr.el (shr-descend): Allow using lambdas in external 
functions.
       new  2d27e24   merge master


Summary of changes:
 ChangeLog.2                                        |   94 +++-
 admin/gitmerge.el                                  |   12 +-
 doc/emacs/dired.texi                               |    7 +
 doc/misc/emacs-gnutls.texi                         |   17 +-
 doc/misc/eww.texi                                  |    6 +
 etc/NEWS                                           |   12 +
 lisp/Makefile.in                                   |   16 +-
 lisp/dired-aux.el                                  |    2 +-
 lisp/dired-x.el                                    |    2 +-
 lisp/dired.el                                      |  559 +----------------
 lisp/emacs-lisp/eieio-compat.el                    |    2 +-
 lisp/emacs-lisp/eieio-core.el                      |   93 +---
 lisp/emacs-lisp/eieio-custom.el                    |    2 +-
 lisp/emacs-lisp/eieio-opt.el                       |    2 +-
 lisp/emacs-lisp/eieio.el                           |   35 -
 lisp/erc/erc.el                                    |    7 +-
 lisp/ffap.el                                       |    2 +-
 lisp/hfy-cmap.el                                   |    2 +-
 lisp/htmlfontify.el                                |   22 +-
 lisp/ibuf-ext.el                                   |    2 +-
 lisp/ibuffer.el                                    |  377 +-----------
 lisp/mail/rmail.el                                 |  223 +------
 lisp/mail/rmailedit.el                             |    2 +-
 lisp/mail/rmailkwd.el                              |    2 +-
 lisp/mail/rmailmm.el                               |    2 +-
 lisp/mail/rmailmsc.el                              |    2 +-
 lisp/mail/rmailsort.el                             |    2 +-
 lisp/mail/rmailsum.el                              |    2 +-
 lisp/mail/undigest.el                              |    2 +-
 lisp/menu-bar.el                                   |   12 +-
 lisp/net/eww.el                                    |  126 +++-
 lisp/net/gnutls.el                                 |    9 +-
 lisp/net/shr.el                                    |   71 ++-
 lisp/ps-mule.el                                    |    2 +-
 lisp/ps-print.el                                   |   75 +--
 lisp/textmodes/reftex-auc.el                       |    2 +-
 lisp/textmodes/reftex-cite.el                      |    2 +-
 lisp/textmodes/reftex-dcr.el                       |    2 +-
 lisp/textmodes/reftex-global.el                    |    2 +-
 lisp/textmodes/reftex-index.el                     |    2 +-
 lisp/textmodes/reftex-parse.el                     |    2 +-
 lisp/textmodes/reftex-ref.el                       |    2 +-
 lisp/textmodes/reftex-sel.el                       |    2 +-
 lisp/textmodes/reftex-toc.el                       |    2 +-
 lisp/textmodes/reftex.el                           |  699 +-------------------
 lisp/url/url-auth.el                               |    3 +
 lisp/url/url-cookie.el                             |   71 +-
 lisp/url/url-expand.el                             |   84 ++--
 lisp/url/url-handlers.el                           |    4 +-
 lisp/url/url-http.el                               |   15 +-
 lisp/url/url-parse.el                              |    5 +-
 test/{src/alloc-tests.el => lisp/dired-tests.el}   |   26 +-
 test/lisp/emacs-lisp/eieio-tests/eieio-tests.el    |    6 +
 .../alloc-tests.el => lisp/htmlfontify-tests.el}   |   27 +-
 test/{src/alloc-tests.el => lisp/ibuffer-tests.el} |   27 +-
 .../alloc-tests.el => lisp/mail/rmail-tests.el}    |   26 +-
 .../{src/alloc-tests.el => lisp/ps-print-tests.el} |   21 +-
 test/lisp/textmodes/reftex-tests.el                |   15 +
 test/lisp/url/url-expand-tests.el                  |  105 +++
 test/lisp/url/url-parse-tests.el                   |  167 +++++
 60 files changed, 815 insertions(+), 2309 deletions(-)
 copy test/{src/alloc-tests.el => lisp/dired-tests.el} (70%)
 copy test/{src/alloc-tests.el => lisp/htmlfontify-tests.el} (66%)
 copy test/{src/alloc-tests.el => lisp/ibuffer-tests.el} (67%)
 copy test/{src/alloc-tests.el => lisp/mail/rmail-tests.el} (68%)
 copy test/{src/alloc-tests.el => lisp/ps-print-tests.el} (67%)
 create mode 100644 test/lisp/url/url-expand-tests.el
 create mode 100644 test/lisp/url/url-parse-tests.el



reply via email to

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