emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (7dafd7e -> c83b448)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (7dafd7e -> c83b448)
Date: Fri, 13 Feb 2015 13:00:54 +0000

jave pushed a change to branch xwidget_mvp.

      from  7dafd7e   Cleanups
      adds  5c20aa7   Port to platforms lacking test -a and -o
      adds  db3fc07   * configure.ac (HAVE_LIBXML2): Add missing comma.
      adds  fd6f7d1   Better distinguish infinite from invalid times
      adds  751adc4   Add macro pcase-lambda
      adds  2371717   Fix bidi_explicit_dir_char undefined behavior
      adds  2f70087   Use C99's INFINITY and NAN macros
      adds  c96983e   desktop.el: Save mark-ring less verbosely.
      adds  ad4f670   * lisp/help-fns.el (help-fns--signature): Keep doc for 
keymap.
      adds  83e5a17   * src/keyboard.c (syms_of_keyboard): Use non-nil default 
value.
      adds  054dcba   Try non-scaled xld fonts first, and scaled if that failed.
      adds  af560cd   Remove unused assignment.
      adds  403cb17   Speed up vertical-motion when screen coordinates are known
      adds  699ece2   * lisp/emacs-lisp/eieio-core.el (eieio-oset-default): 
Catch the unexpected
      adds  2973127   * lisp/emacs-lisp/cl-generic.el (cl--generic-lambda): Use 
macroexp-parse-body.
      adds  cbf1c1f   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  42c9969   Fixes: debbugs:19815
      adds  44d4256   Fixes: debbugs:19820
      adds  b7028f6   * xfont.c: Minor style fixes
      adds  21d1f8b   Check for some overflows in vertical-motion
      adds  859e865   python.el: Improved shell font lock respecting markers.
      adds  880415a   python.el: Fix typo in eldoc initialization for Emacs 24.x
      adds  656caef   Allow using variable-width fonts in eww
      adds  84d9c19   Mention the shr font changes
      adds  6a31940   Fix <h1> and <tt> rendering
      adds  50f64a3   (shr-tag-hr): Compute the right length when using fonts.
      adds  d5111d5   shr cleanup and background color fix
      adds  b88908b   lisp/gnus/mm-decode.el: Fix previous commit
      adds  f0ed1d6   Use bool for boolean in xdisp.c
      adds  f6d781c   Fix up :align-to background colours
      adds  2dacd0a   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  4069c13   lisp/gnus/mm-decode.el: Fix previous commit
      adds  ecf8c30   * package-test.el (package-test-signed): More informative 
failure messages
      adds  cbb6f13   shr space widths fixup
      adds  e6929b0   (shr-fill-line): Preserve background colours when 
indenting/folding.
      adds  097e16e   lisp/gnus/gnus-art.el (gnus-treat-buttonize): Don't 
buttonize URLs in HTML
      adds  6ebbeaf   Fix <li><p> indentation in shr
      adds  02138cb   Improve toggling fullscreen state of frames.
      adds  061c7e2   Add manual entry for fullscreen-restore parameter.
      adds  c49e769   Improve seq-group-by to return sequence elements in 
correct order
      adds  4fb5565   Add a backward-compatible version of seq-reverse
      adds  517fc7b   * lisp/hi-lock.el: Don't call font-lock-remove-keywords 
if not needed.
      adds  0a66ca3   emacs-lisp/package.el (package-install): Invert the 
second argument.
      adds  511acc7   emacs-lisp/package.el: Indicate incompatible packages.
      adds  da726ad   python.el: Allow killing shell buffer if process is dead.
      adds  c7d9dec   lisp/gnus/gnus-art.el 
(gnus-article-browse-html-save-cid-content, gnus-article-browse-html-parts): 
Make cid file names relative if and only if html doesn't specify <base> 
directory
      adds  e39d96e   gdb-mi.el (gdb-display-io-nopopup): New defcustom.
      adds  65563fd   Better support for future plugins
      adds  10a5a05   * lisp/net/shr.el (shr-tag-li): Speed up rendering pages 
with lots of <ul>
      adds  a8f93d1   lisp/gnus/nnmail.el (nnmail-expiry-target-group): Allow 
expiring nnimap to a group again
      adds  f61c87f   lisp/gnus/gnus-msg.el (gnus-msg-mail): Buffer-local 
warning fix (bug#19573)
      adds  e7d21b4   Implement SCRAM-SHA-1 SASL mechanism
      adds  69e38a5   Move rfc2104 from gnus to net
       new  1ced7a2   Merge branch 'master' into xwidget_mvp
       new  9ffa069   changed returntype of valid_xwidget_spec_p to bool
       new  48060ac   Imoroved the documentation of DEFUN:s
       new  c83b448   Improved the documentation of DEFUN:s


Summary of changes:
 ChangeLog                              |   10 +
 configure.ac                           |   12 +-
 doc/lispref/ChangeLog                  |   16 +
 doc/lispref/frames.texi                |   51 +-
 doc/lispref/positions.texi             |   10 +-
 doc/lispref/sequences.texi             |    4 +-
 doc/misc/ChangeLog                     |    4 +
 doc/misc/eww.texi                      |    6 +
 etc/ChangeLog                          |    4 +
 etc/NEWS                               |    8 +
 etc/NEWS.24                            |    2 +-
 lib-src/ChangeLog                      |   10 +
 lib-src/make-docfile.c                 |   27 +-
 lisp/ChangeLog                         |  172 +++
 lisp/Makefile.in                       |    2 +-
 lisp/desktop.el                        |   34 +-
 lisp/emacs-lisp/cl-generic.el          |   13 +-
 lisp/emacs-lisp/eieio-core.el          |    2 +
 lisp/emacs-lisp/lisp-mode.el           |    2 +-
 lisp/emacs-lisp/macroexp.el            |   10 +
 lisp/emacs-lisp/package.el             |   55 +-
 lisp/emacs-lisp/pcase.el               |   20 +
 lisp/emacs-lisp/seq.el                 |   49 +-
 lisp/frame.el                          |   73 +-
 lisp/gnus/ChangeLog                    |   37 +
 lisp/gnus/gnus-art.el                  |   54 +-
 lisp/gnus/gnus-msg.el                  |   12 +-
 lisp/gnus/mm-decode.el                 |   11 +-
 lisp/gnus/nnmail.el                    |    2 +-
 lisp/help-fns.el                       |    4 +-
 lisp/hi-lock.el                        |    7 +-
 lisp/net/eww.el                        |   20 +-
 lisp/{gnus => net}/rfc2104.el          |    0
 lisp/net/sasl-scram-rfc.el             |  160 +++
 lisp/net/sasl.el                       |    6 +-
 lisp/net/shr.el                        |  830 +++++++-----
 lisp/net/tramp-sh.el                   |    2 +-
 lisp/progmodes/gdb-mi.el               |   12 +-
 lisp/progmodes/python.el               |  106 +-
 lisp/textmodes/css-mode.el             |    4 +-
 src/ChangeLog                          |  105 ++
 src/bidi.c                             |    5 +
 src/dispextern.h                       |   19 +-
 src/editfns.c                          |   58 +-
 src/font.c                             |    1 -
 src/indent.c                           |   73 +-
 src/intervals.h                        |    4 +-
 src/keyboard.c                         |   13 +-
 src/lisp.h                             |   21 +-
 src/lread.c                            |   26 +-
 src/systime.h                          |    4 +-
 src/w32term.c                          |   30 +-
 src/window.c                           |   21 +-
 src/xdisp.c                            | 2398 +++++++++++++++-----------------
 src/xfaces.c                           |    3 -
 src/xfont.c                            |  169 ++-
 src/xterm.c                            |   10 +-
 src/xwidget.c                          |  145 +-
 src/xwidget.h                          |    2 +-
 test/ChangeLog                         |   30 +-
 test/automated/package-test.el         |   10 +-
 test/automated/sasl-scram-rfc-tests.el |   50 +
 test/automated/seq-tests.el            |   13 +-
 63 files changed, 3018 insertions(+), 2055 deletions(-)
 rename lisp/{gnus => net}/rfc2104.el (100%)
 create mode 100644 lisp/net/sasl-scram-rfc.el
 create mode 100644 test/automated/sasl-scram-rfc-tests.el



reply via email to

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