emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget updated (b646755 -> 5e22550)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget updated (b646755 -> 5e22550)
Date: Fri, 16 Jan 2015 21:31:34 +0000

jave pushed a change to branch xwidget.

      from  b646755   moved buttons from edge to inside text
      adds  3b7eed4   Flag :unknown-ca and :self-signed SSL certs  (Bug#19404)
      adds  0f238ea   Add set-binary-mode primitive to switch a standard stream 
to binary I/O.
      adds  d0b8d4b   lisp/gnus/nntp.el (nntp-send-authinfo): Error out if the 
password is wrong
      adds  b577fe2   Use POSIX redirection.
      adds  2290000   Handle the `neg' operator in some calc-units functions.
      adds  22294ae   Minor directory-files-recursively touch-up
      adds  b6b9d46   * lisp/dom.el (dom-strings): New function.
      adds  dfa8729   Parse pcomplete arguments regardless of 
pcomplete-cycle-completions
      adds  255d2a5   vc-svn-dir-status-files: Parse output with the remote 
format
      adds  0adc75a   Give up on -Wsuggest-attribute=const
      adds  0ecb1eb   Make `ring-bell-function' customizable.
      adds  3b48f99   Tune pseudovector allocation assuming Qnil == 0
      adds  5d244fe   Support Make verbosity levels in w32 targets previously 
left out
      adds  b689b90   Package archives now have priorities.
      adds  7ee2733   Tiny lisp.h cleanup
      adds  4303d11   Prefer INLINE functions in font.h to match style used in 
lisp.h
      adds  8db625b   # ChangeLog fixes
      adds  78e6ccc   Fix the automated test for package priorities.
       new  5e22550   merge master


Summary of changes:
 ChangeLog                      |    8 +++
 admin/ChangeLog                |    5 ++
 admin/unidata/uvs.el           |    1 +
 configure.ac                   |    5 ++-
 doc/lispref/ChangeLog          |    6 ++
 doc/lispref/streams.texi       |   24 ++++++++
 doc/lispref/text.texi          |    3 +
 etc/ChangeLog                  |    4 ++
 etc/NEWS                       |    4 ++
 lib-src/ChangeLog              |   12 ++++
 lib-src/Makefile.in            |    7 ++-
 lib-src/make-docfile.c         |   12 ----
 lisp/ChangeLog                 |   47 ++++++++++++++---
 lisp/calc/calc-units.el        |   16 ++++--
 lisp/cus-start.el              |    6 ++
 lisp/dom.el                    |    8 +++
 lisp/emacs-lisp/package.el     |   96 ++++++++++++++++++++++++---------
 lisp/files.el                  |   11 ++--
 lisp/gnus/ChangeLog            |    4 ++
 lisp/gnus/nntp.el              |   19 ++++---
 lisp/pcomplete.el              |    3 +-
 lisp/vc/vc-svn.el              |    3 +-
 nt/ChangeLog                   |    9 +++
 nt/Makefile.in                 |   28 ++++++++--
 src/ChangeLog                  |   56 +++++++++++++++++++
 src/alloc.c                    |   64 ++--------------------
 src/decompress.c               |    3 +-
 src/fileio.c                   |   50 +++++++++++++++++
 src/fns.c                      |    9 +++
 src/font.c                     |   20 +++----
 src/font.h                     |  115 ++++++++++++++++++++++++++++------------
 src/frame.c                    |    7 +++
 src/ftfont.c                   |    9 +--
 src/gnutls.c                   |   20 ++++++-
 src/gtkutil.h                  |    2 +-
 src/lisp.h                     |   37 +++++++------
 src/macfont.m                  |   10 +---
 src/process.c                  |   15 +++++-
 src/terminal.c                 |    9 +++
 src/w32uniscribe.c             |    8 +--
 src/window.c                   |   11 ++++-
 src/xdisp.c                    |    3 +-
 src/xftfont.c                  |    6 +--
 src/xmenu.c                    |    2 +-
 test/ChangeLog                 |   16 ++++++
 test/automated/Makefile.in     |    2 +-
 test/automated/calc-tests.el   |   52 ++++++++++++++++++
 test/automated/package-test.el |   17 ++++++
 48 files changed, 656 insertions(+), 228 deletions(-)



reply via email to

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