emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (e1653dd -> 8628a48)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (e1653dd -> 8628a48)
Date: Tue, 20 Jan 2015 23:36:14 +0000

jave pushed a change to branch xwidget.

      from  e1653dd   Native scrolling
       new  ffd9ee1   rely less onimage mode
      adds  347e014   Port to hypothetical case where Qnil is nonzero
      adds  05fb53a   Use etags-goto-tag-location in etags xref backend
      adds  3ca37be   Expand xref help-echo string
      adds  97bf923   Fix minor bugs with printing null bytes
      adds  ef5a526   Correct an old fix for GTK font selection
      adds  f302475   Make vc-dir default to repository root
      adds  d13fc29   * dispnew.c: Remove no-longer-valid comment.
      adds  f9775f2   Prefer xlispstrdup to avoid dumb calls to strlen
      adds  571441f   tildify: add `tildify-space' and `tildify-mode'
      adds  d9af6e0   tildify: add `tildify-double-space-undos'
      adds  6ffb560   doh, fixing year in ChangeLog entries introduced by last 
two commits
      adds  11e161f   paragraphs: recognise more Unicode characters as end of 
sentence
      adds  81681ed   descr-text: add `describe-char-eldoc' describing 
character at point
      adds  fd020a2   eldoc: modify `eldoc-documentation-function' using 
`add-function'
      adds  a53b913   Fix double chars in NS port.
      adds  db5d411   Removed test with spurious failures.
      adds  f948b5d   paragraphs: update sentence-end-base :version after 
changing the default
      adds  3a8312d   lisp/emacs-lisp/eieio*.el: Rewrite our generics on top of 
cl-generic
      adds  0dd19ac   Undo port to hypothetical nonzero Qnil case
       new  8628a48   Merge branch 'master' into xwidget


Summary of changes:
 etc/NEWS                          |   15 +-
 lisp/ChangeLog                    |   83 ++++-
 lisp/descr-text.el                |   96 ++++
 lisp/emacs-lisp/bytecomp.el       |    2 +-
 lisp/emacs-lisp/cl-generic.el     |   23 +-
 lisp/emacs-lisp/eieio-compat.el   |  246 ++++++++++
 lisp/emacs-lisp/eieio-core.el     |   87 +++-
 lisp/emacs-lisp/eieio-generic.el  |  907 -------------------------------------
 lisp/emacs-lisp/eieio.el          |    1 -
 lisp/emacs-lisp/eldoc.el          |    7 +-
 lisp/emacs-lisp/macroexp.el       |   39 +-
 lisp/hexl.el                      |    4 +-
 lisp/ielm.el                      |    6 +-
 lisp/progmodes/cfengine.el        |    3 +-
 lisp/progmodes/elisp-mode.el      |    4 +-
 lisp/progmodes/etags.el           |   24 +-
 lisp/progmodes/octave.el          |    3 +-
 lisp/progmodes/python.el          |    4 +-
 lisp/progmodes/xref.el            |    6 +-
 lisp/simple.el                    |    4 +-
 lisp/textmodes/paragraphs.el      |    4 +-
 lisp/textmodes/tildify.el         |  105 +++++-
 lisp/vc/vc-dir.el                 |    2 +-
 lisp/xwidget.el                   |   14 +-
 src/ChangeLog                     |   54 +++
 src/alloc.c                       |    4 +-
 src/coding.c                      |    4 +-
 src/dispnew.c                     |   16 +-
 src/gtkutil.c                     |    2 +-
 src/lisp.h                        |    8 +-
 src/minibuf.c                     |    2 +-
 src/nsfont.m                      |    2 +-
 src/nsterm.m                      |    5 +-
 src/w32fns.c                      |    2 +-
 src/xdisp.c                       |   39 +-
 src/xfns.c                        |    6 +-
 test/ChangeLog                    |   26 +
 test/automated/descr-text-test.el |   94 ++++
 test/automated/package-test.el    |   17 -
 test/automated/tildify-tests.el   |   71 +++
 40 files changed, 991 insertions(+), 1050 deletions(-)
 create mode 100644 lisp/emacs-lisp/eieio-compat.el
 delete mode 100644 lisp/emacs-lisp/eieio-generic.el
 create mode 100644 test/automated/descr-text-test.el



reply via email to

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