emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (5769602 -> 54efd2a)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (5769602 -> 54efd2a)
Date: Sun, 18 Jan 2015 09:53:51 +0000

jave pushed a change to branch xwidget.

      from  5769602   bidi bugfix
      adds  9d940c6   * lisp/emacs-lisp/cl-generic.el 
(cl--generic-build-combined-method): Return the value of the primary rather 
than the after method.
      adds  69f36af   * lisp/emacs-lisp/cl-macs.el: Fix last change.
      adds  be6dbd4   * emacs-lisp/package.el (package--read-pkg-desc): New 
function.
      adds  2fe6110   * emacs-lisp/package.el (package-dir-info): New function.
      adds  bc2f8d0   (package-install-from-buffer): Install packages from 
dired buffer.
      adds  64fd1a5   (package-install-file): Install packages from directory.
      adds  40d963f   * NEWS: Document installing packages from directories.
      adds  a2cd6d9   emacs-lisp/package.el and package-x.el: References to 
package-desc-kind
      adds  24b7f77   Improve handling of doc-strings and describe-function for 
cl-generic
      adds  d48c98c   Don't enforce :protection in EIEIO objects any more
      adds  6a6bb82   Discard the Bazaar case in repository version detection
      adds  d80fed0   Type fix for defcustom.
      adds  4610ce9   * lisp/emacs-lisp/eieio.el: Improve `constructor' 
compatibility.
      adds  ca80ebc   * lisp/emacs-lisp/eieio-core.el 
(eieio--class-constructor): Rename.
      adds  22441b6   Ignore print-length and print-level while formatting 
url-cookie data.
      adds  3e824b0   Avoid mapcar in two cases in files.el.
      adds  e000ff3   Fix dir-locals handling for non-file buffers.
      adds  1728544   Fix: inhibit point motion hooks when encoding an enriched 
document.
      adds  e391d88   Do not clear the session when trying to read a 
non-existent desktop file.
      adds  0aaa5d6   Unloading support for misearch.
      adds  fd5c0bc   Update docstring of emacs-repository-get-version.
      adds  3065125   Fix mistake in rebase/merge conflict resolution.
      adds  909126d   * lisp/emacs-lisp/cl-generic.el: Add support for 
cl-next-method-p.
      adds  253d44b   Fix seq-subseq and cl-subseq for bad bounding indices
       new  54efd2a   merge master


Summary of changes:
 doc/misc/ChangeLog                        |    6 +-
 doc/misc/eieio.texi                       |    5 +
 etc/ChangeLog                             |    4 +
 etc/NEWS                                  |    5 +
 lisp/ChangeLog                            |  153 ++++++++++++++++++++++
 lisp/desktop.el                           |    1 -
 lisp/emacs-lisp/cl-extra.el               |   27 +---
 lisp/emacs-lisp/cl-generic.el             |  196 +++++++++++++++++++++-------
 lisp/emacs-lisp/cl-macs.el                |   37 +++--
 lisp/emacs-lisp/eieio-core.el             |  198 +++++++++--------------------
 lisp/emacs-lisp/eieio-custom.el           |    2 +-
 lisp/emacs-lisp/eieio-datadebug.el        |    2 +-
 lisp/emacs-lisp/eieio-generic.el          |  139 ++++++++++----------
 lisp/emacs-lisp/eieio.el                  |   44 +++----
 lisp/emacs-lisp/find-func.el              |   68 ++++++-----
 lisp/emacs-lisp/package-x.el              |    4 +
 lisp/emacs-lisp/package.el                |   98 ++++++++++++---
 lisp/emacs-lisp/seq.el                    |   10 +-
 lisp/files.el                             |   14 ++-
 lisp/help-fns.el                          |   26 +++-
 lisp/help-mode.el                         |    4 +-
 lisp/misearch.el                          |   19 +++
 lisp/textmodes/enriched.el                |    3 +-
 lisp/url/url-cookie.el                    |    7 +-
 lisp/vc/vc-bzr.el                         |   17 ++-
 lisp/version.el                           |   79 +-----------
 test/ChangeLog                            |   31 +++++
 test/automated/cl-generic-tests.el        |   26 ++++
 test/automated/cl-lib-tests.el            |    3 +
 test/automated/eieio-test-methodinvoke.el |   53 ++++----
 test/automated/eieio-tests.el             |   52 +++++---
 test/automated/seq-tests.el               |    7 +-
 32 files changed, 824 insertions(+), 516 deletions(-)



reply via email to

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