emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (fd1ea85 -> 028e24c)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (fd1ea85 -> 028e24c)
Date: Wed, 18 Feb 2015 15:31:08 +0000

jave pushed a change to branch xwidget_mvp.

      from  fd1ea85   configury fix
       new  a0edaa5   improved changelog
      adds  3b8b549   emacs-lisp/package.el (package--incompatible-p): Check 
dependencies.
      adds  a03ab7e   emacs-lisp/package.el (describe-package-1): Fix 
"incompat" handling.
      adds  b9d8edc   Fixes: debbugs:19850
      adds  0330679   # Add 2015 to copyright years
      adds  0d54f2f   * lisp/textmodes/flyspell.el (flyspell-word): Defvar.
      adds  61b4c22   * lisp/emacs-lisp/cl*.el: Use define-inline and move some 
code
      adds  34c7535   emacs-lisp/package.el: Move the compatibility-table 
building logic.
      adds  9388858   Fix assertion violations when popping menus on TTY  
(Bug#19862)
      adds  f4f4f93   emacs-lisp/package.el (describe-package-1): Describe 
incompatibility.
      adds  ffec11d   Fix doc-string of x_frame_normalize_before_maximize.
      adds  ba5bc0e   Tramp: Disable paging with PAGER=cat.
      adds  45c5ccd   Fix inserting parts with `E' in Gnus
      adds  4aafd19   Make `url-retrieve-synchronously' work again with news:
      adds  6090b8f   Revert previous patch
      adds  0d38b2f   Don't mark nnimap articles as read on a server hangup
      adds  e59feb3   lisp/ChangeLog: Restore entries accidentally deleted
      adds  6bf61df   * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep 
type=nil by default.
      adds  c4e2be4   * lisp/emacs-lisp/eieio*.el: Align a bit better with CLOS
      adds  2ea5364   Fix eww.el desktop support.
      adds  8b36bfa   Add autoload cookie for the eww-suggest-uris variable.
      adds  16d91bc   python.el: Do not deactivate mark on shell fontification.
      adds  cec04fb   * src/keyboard.c (timer_check_2): Fix incorrect comment
      adds  77052f4   * help-mode.el: Prevent duplicated display of Info 
buffer. (Bug#13190)
      adds  1e00ee2   desktop.el: Conditionally re-enable desktop autosave
      adds  1f2c4f8   emacs-lisp/package-x.el: Create valid tar files
      adds  3194809   emacs-lisp/easy-mmode.el: Process macro arguments 
correctly
      adds  cc273d1   emacs-lisp/easy-mmode.el (define-minor-mode): Clarify docs
      adds  0409684   emacs-lisp/easy-mmode.el: Clarify mode switch messages
      adds  8338e44   lisp/files.el (insert-file-contents-literally): Fix typo
      adds  81d89d8   Fixes display of prefix argument when 
input-method-function
       new  028e24c   Merge branch 'master' into xwidget_mvp


Summary of changes:
 ChangeLog                                 |    5 +
 README.xwidget                            |   35 ++++---
 configure.ac                              |    4 +-
 lisp/ChangeLog                            |  122 ++++++++++++++++++++-
 lisp/cedet/ChangeLog                      |    6 +
 lisp/cedet/semantic/db-el.el              |    8 +-
 lisp/desktop.el                           |    7 +-
 lisp/emacs-lisp/bytecomp.el               |   14 ++--
 lisp/emacs-lisp/cl-generic.el             |    4 +-
 lisp/emacs-lisp/cl-lib.el                 |   16 ---
 lisp/emacs-lisp/cl-macs.el                |  168 +++++++++++++++--------------
 lisp/emacs-lisp/cl-preloaded.el           |   30 +++++
 lisp/emacs-lisp/easy-mmode.el             |   25 ++++-
 lisp/emacs-lisp/eieio-base.el             |    2 +-
 lisp/emacs-lisp/eieio-core.el             |   33 +++----
 lisp/emacs-lisp/eieio.el                  |   91 ++++++++--------
 lisp/emacs-lisp/package-x.el              |    2 +-
 lisp/emacs-lisp/package.el                |  109 ++++++++++++++-----
 lisp/erc/ChangeLog                        |    5 +
 lisp/erc/erc-spelling.el                  |    3 +-
 lisp/files.el                             |    2 +-
 lisp/gnus/ChangeLog                       |   10 ++
 lisp/gnus/gnus-art.el                     |    3 +-
 lisp/gnus/mm-decode.el                    |   12 ++
 lisp/gnus/nnimap.el                       |    2 +
 lisp/help-mode.el                         |    3 +-
 lisp/net/eww.el                           |    8 +-
 lisp/net/sasl-scram-rfc.el                |    2 +-
 lisp/net/tramp-sh.el                      |    2 +-
 lisp/progmodes/python.el                  |    1 +
 lisp/textmodes/flyspell.el                |    8 +-
 src/ChangeLog                             |   20 ++++
 src/keyboard.c                            |   11 ++-
 src/menu.c                                |   58 ++++++-----
 src/xterm.c                               |    8 +-
 test/ChangeLog                            |    5 +
 test/automated/eieio-test-methodinvoke.el |    4 +-
 test/automated/sasl-scram-rfc-tests.el    |    2 +-
 38 files changed, 574 insertions(+), 276 deletions(-)



reply via email to

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